* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.material-symbols-outlined {
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

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

a {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

.container {
    width: 1170px;
    padding: 0;
}

p {
    margin-bottom: 0;
    text-align: right;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
span {
    font-family: IRANSans !important;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

body {
    overflow-x: hidden;
    font-family: IRANSans !important;
}

.bg-1 {
    background-color: #050F25;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: rgb(4, 9, 30);
    margin: 0;
}

h1 {
    font-size: 72px;
    line-height: 84.46px;
    color: rgb(245, 245, 245);
}

h2 {
    font-size: 40px;
    line-height: 2;
}

h3 {
    font-size: 22px;
    line-height: 36px;
    font-weight: 500;
}

p {
    font-size: 16px !important;
    line-height: 2 !important;
}

.header {
    position: fixed;
    padding: 12px 0;
    width: 100%;
    z-index: 9998;
}

.header .nav-bg {
    animation: slideDown 1s ease-out;
    margin-top: -52px;
    z-index: 9999;
}

.header .menu-padding {
    padding: 0;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-left {
    display: flex;
    gap: 32px;
}

.hrader-left-item {
    display: flex;
    gap: 12px;
    align-items: center;
}

.hrader-left-item .text a {
    font-weight: 400;
    font-size: 16px;
    color: #747681;
    transition: 0.5s;
}

.hrader-left-item .text p {
    font-weight: 400;
    font-size: 16px;
    color: #747681;
    transition: 0.5s;
}

.hrader-left-item .text p:hover {
    text-decoration-line: underline;
}

.header-right-inner .icon {
    display: flex;
    gap: 24px;
    line-height: 0;
}

.header-right-inner .icon i {
    color: #747681;
    font-size: 20px;
    transition: 0.5s;
}

.header-right-inner .icon i:hover {
    color: #8644A2;
}

.menu-bg {
    padding-top: 13px;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.menu-bg .form-control {
    text-align: center;
    display: block;
    width: 100%;
    padding: 10px 14px 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 0;
    color: #04091e;
    background-color: #04091e;
    border: 1px solid transparent;
    border-radius: 10px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.menu-bg .form-control:focus {
    color: #04091e;
    background-color: #04091e;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0.25rem transparent;
}

.menu-bg .btn-outline-success {
    color: #000;
    border-color: transparent;
    position: relative;
}

.menu-bg .btn-outline-success i {
    position: absolute;
    top: 13px;
    right: 46px;
}

.menu-bg .btn-outline-success:hover {
    color: #000;
    background-color: transparent;
    border-color: transparent;
}

.menu-bg .btn-outline-success:focus {
    box-shadow: 0 0 0 0.25rem transparent;
}

.menu-bg .btn-check:focus+.btn-outline-success {
    box-shadow: 0 0 0 0.25rem transparent;
}

.menu-bg .nav-main {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 14px;
    padding: 12px 12px;
    box-shadow: 5px 6px 60px rgba(17, 29, 59, 0.04);
}

.menu-bg .nav-main .menu-main {
    display: flex;
    align-items: center;
    gap: 80px;
}

.menu-bg .nav-main .menu ul {
    display: flex;
    gap: 38px;
    margin-bottom: 0;
    padding-right: 0;
}

.menu-bg .nav-main .menu ul li {
    position: relative;
}

.menu-bg .nav-main .menu ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(-8px);
}

.menu-bg .nav-main .menu ul li>ul {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 260px;
    background-color: #fff;
    box-shadow: 5px 6px 60px rgba(17, 29, 59, 0.04);
    transition: all linear 0.5s;
    top: 62px;
    right: 0;
    text-align: start;
    border-top: 2px solid #8644A2;
    padding: 10px 20px;
}

.menu-bg .nav-main .menu ul li>ul li>ul {
    top: 0;
    right: 110%;
}

.menu-bg .nav-main .menu ul li>ul li {
    line-height: 35px;
}

.menu-bg .nav-main .menu ul li a {
    display: block;
    font-weight: 500;
    font-size: 15px;
    color: #04091E;
    position: relative;
    transition: all 0.3s ease-out 0s;
    text-transform: capitalize;
}

.menu-bg .nav-main .menu ul li a:after {
    position: absolute;
    content: "";
    bottom: -5px;
    right: 0;
    width: 0%;
    height: 1px;
    background-color: #8644A2;
    transition: all 0.3s ease-out 0s;
}

.menu-bg .nav-main .menu ul li a:hover {
    color: #8644A2;
}

.menu-bg .nav-main .menu ul li a:hover::after {
    width: 100%;
}

.menu-btn {
    line-height: 0;
}

.header-two .header-right-inner .icon {
    display: flex;
    gap: 24px;
    line-height: 0;
}

.header-two .header-right-inner .icon i {
    color: #747681;
    font-size: 20px;
    transition: 0.5s;
}

.header-two .header-right-inner .icon i:hover {
    color: #DAED1A;
}

.header-two .nav-main .menu ul li ul {
    border-top: 2px solid #DAED1A;
}

.header-two .nav-main .menu ul li a {
    font-weight: 500;
    font-size: 15px;
    color: #04091E;
    position: relative;
    transition: all 0.3s ease-out 0s;
}

.header-two .nav-main .menu ul li a:after {
    position: absolute;
    content: "";
    bottom: -5px;
    right: 0;
    width: 0%;
    height: 1px;
    background-color: #DAED1A;
    transition: all 0.3s ease-out 0s;
}

.header-two .nav-main .menu ul li a:hover {
    color: #DAED1A;
}

.header-two .nav-main .menu ul li a:hover::after {
    width: 100%;
}

.header-three .hrader-left-item .text a {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    transition: 0.5s;
}

.header-three .hrader-left-item .text p {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    transition: 0.5s;
}

.header-three .hrader-left-item .text p:hover {
    text-decoration-line: underline;
}

.header-three .header-right-inner .icon {
    display: flex;
    gap: 24px;
    line-height: 0;
}

.header-three .header-right-inner .icon i {
    color: #fff;
    font-size: 20px;
    transition: 0.5s;
}

.header-three .header-right-inner .icon i:hover {
    color: #FDCC04;
}

.header-three .nav-main .menu ul li ul {
    border-top: 2px solid #FDCC04;
}

.header-three .nav-main .menu ul li a {
    font-weight: 500;
    font-size: 15px;
    color: #04091E;
    position: relative;
    transition: all 0.3s ease-out 0s;
}

.header-three .nav-main .menu ul li a:after {
    position: absolute;
    content: "";
    bottom: -5px;
    right: 0;
    width: 0%;
    height: 1px;
    background-color: #FDCC04;
    transition: all 0.3s ease-out 0s;
}

.header-three .nav-main .menu ul li a:hover {
    color: #FDCC04;
}

.header-three .nav-main .menu ul li a:hover::after {
    width: 100%;
}

.header-four .hrader-left-item .text a {
    font-weight: 400;
    font-size: 16px;
    color: #747681;
    transition: 0.5s;
}

.header-four .hrader-left-item .text p {
    font-weight: 400;
    font-size: 16px;
    color: #747681;
    transition: 0.5s;
}

.header-four .hrader-left-item .text p:hover {
    text-decoration-line: underline;
}

.header-four .header-right-inner .icon {
    display: flex;
    gap: 24px;
    line-height: 0;
}

.header-four .header-right-inner .icon i {
    color: #747681;
    font-size: 20px;
    transition: 0.5s;
}

.header-four .header-right-inner .icon i:hover {
    color: rgb(255, 63, 0);
}

.header-four .nav-main .menu ul li ul {
    border-top: 2px solid rgb(255, 63, 0);
}

.header-four .nav-main .menu ul li a {
    font-weight: 500;
    font-size: 15px;
    color: #04091E;
    position: relative;
    transition: all 0.3s ease-out 0s;
}

.header-four .nav-main .menu ul li a:after {
    position: absolute;
    content: "";
    bottom: -5px;
    right: 0;
    width: 0%;
    height: 1px;
    background-color: rgb(255, 63, 0);
    transition: all 0.3s ease-out 0s;
}

.header-four .nav-main .menu ul li a:hover {
    color: rgb(255, 63, 0);
}

.header-four .nav-main .menu ul li a:hover::after {
    width: 100%;
}

#main-preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 100000000000;
}

.preloder {
    display: flex;
    flex-wrap: wrap;
    width: 60px;
    transform: rotate(-45deg);
    margin: auto;
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    animation: scale-x 1s ease forwards;
    animation-delay: 2.3s;
}

.preloder span {
    flex-basis: 50%;
    aspect-ratio: 1/1;
    display: block;
    transition: opacity 0.7s ease;
}

.tile-1 {
    background-color: white;
    transform-origin: 100% 100%;
    animation: flip-1 0.5s linear forwards;
    border: none;
    opacity: 0;
    transition: opacity 0.7s ease;
}

.tile-2 {
    background-color: white;
    transform-origin: 50% 100%;
    animation: flip-2 0.5s linear forwards;
    animation-delay: 0.5s;
    opacity: 0;
}

.tile-3 {
    background-color: white;
    transform-origin: 50% 0%;
    animation: flip-4 0.5s linear forwards;
    animation-delay: 1.5s;
    opacity: 0;
}

.tile-4 {
    background-color: white;
    transform-origin: 0% 50%;
    animation: flip-3 0.5s linear forwards;
    animation-delay: 1s;
    opacity: 0;
}

@keyframes flip-1 {
    to {
        transform: rotateY(180deg);
        opacity: 1;
    }
}

@keyframes flip-2 {
    to {
        transform: rotateX(180deg);
        opacity: 1;
    }
}

@keyframes flip-3 {
    to {
        transform: rotateY(-180deg);
        opacity: 1;
    }
}

@keyframes flip-4 {
    to {
        transform: rotateX(-180deg);
        opacity: 1;
    }
}

@keyframes scale-x {
    to {
        transform: scale(50);
        opacity: 0;
    }
}

.btn-style-1 {
    cursor: pointer;
    display: inline-block;
    outline: none;
    overflow: hidden;
    width: 160px;
    height: 59px;
    text-align: center;
    line-height: 59px;
    position: relative;
    background-color: #912BBC;
    border-radius: 8px;
    transition: all linear 0.5s;
}

.btn-style-1 a {
    display: flex;
    color: #fff;
    gap: 4PX;
    justify-content: center;
    align-items: center;
    font-family: IRANSans;
    font-size: 16px;
    font-weight: 500;
}

.btn-style-1 a span i {
    transition: all linear 0.5s;
    width: 24px;
}

.btn-style-1:hover {
    background-color: #042F9C;
    color: #fff;
}

.btn-style-1:hover:before {
    right: 120%;
    opacity: 0.25;
    transition: all 1.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-style-1:hover a span i {
    transform: translateX(-10px);
}

.btn-style-1:before {
    background-color: #fff;
    content: "";
    height: 150px;
    right: -75px;
    opacity: 0;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 40px;
}

.btn-style-2 {
    cursor: pointer;
    display: inline-block;
    outline: none;
    overflow: hidden;
    width: 160px;
    height: 59px;
    text-align: center;
    line-height: 59px;
    position: relative;
    background-color: #DAED1A;
    border-radius: 8px;
    transition: all linear 0.5s;
}

.btn-style-2 a {
    display: flex;
    color: #04091E;
    gap: 4PX;
    justify-content: center;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.btn-style-2 a span i {
    transition: all linear 0.5s;
    width: 24px;
}

.btn-style-2:hover {
    background-color: #AEBE0F;
    color: #fff;
}

.btn-style-2:hover:before {
    right: 125%;
    opacity: 0.5;
    transition: all 1.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-style-2:hover a span i {
    transform: translateX(-10px);
}

.btn-style-2:before {
    background-color: #fff;
    content: "";
    height: 150px;
    right: -75px;
    opacity: 0;
    position: absolute;
    top: -25px;
    transform: rotate(35deg);
    transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 40px;
}

.btn-style-3 {
    cursor: pointer;
    display: inline-block;
    outline: none;
    overflow: hidden;
    width: 160px;
    height: 59px;
    text-align: center;
    line-height: 59px;
    position: relative;
    background-color: #FDCC04;
    border-radius: 8px;
    transition: all linear 0.5s;
}

.btn-style-3 a {
    display: flex;
    color: #000;
    gap: 4PX;
    justify-content: center;
    font-family: IRANSans;
    font-size: 16px;
    font-weight: 500;
}

.btn-style-3 a span i {
    transition: all linear 0.5s;
    width: 24px;
}

.btn-style-3:hover {
    background-color: #E3B602;
    color: #000;
}

.btn-style-3:hover:before {
    right: 120%;
    opacity: 0.5;
    transition: all 1.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-style-3:hover a span i {
    transform: translateX(-10px);
}

.btn-style-3:before {
    background-color: #fff;
    content: "";
    height: 150px;
    right: -75px;
    opacity: 0;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 40px;
}

.btn-style-4 {
    cursor: pointer;
    display: inline-block;
    outline: none;
    overflow: hidden;
    width: 160px;
    height: 59px;
    text-align: center;
    line-height: 59px;
    position: relative;
    background-color: #FF3F00;
    border-radius: 8px;
    transition: all linear 0.5s;
}

.btn-style-4 a {
    display: flex;
    color: #fff;
    gap: 4PX;
    justify-content: center;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.btn-style-4 a span i {
    transition: all linear 0.5s;
    width: 24px;
}

.btn-style-4:hover {
    background-color: #E33800;
    color: #fff;
}

.btn-style-4:hover:before {
    right: 125%;
    opacity: 0.5;
    transition: all 1.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-style-4:hover a span i {
    transform: translateX(-10px);
}

.btn-style-4:before {
    background-color: #fff;
    content: "";
    height: 150px;
    right: -75px;
    opacity: 0;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 40px;
}


/* animation  */

@keyframes jump {
    50% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(0, 30%, 0);
    }
}

.back-to-top i {
    cursor: pointer;
    position: fixed;
    bottom: 40px;
    left: 50px;
    height: 50px;
    width: 50px;
    background-color: #8644A2;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 4px;
    font-size: 20px;
    animation: jump 1s ease-in alternate infinite;
    display: none;
    z-index: 555;
    transition: all 0.3s ease;
}

.back-to-top-02 i {
    position: fixed;
    bottom: 40px;
    right: 50px;
    height: 50px;
    width: 50px;
    background-color: #DAED1A;
    color: #000;
    text-align: center;
    line-height: 50px;
    border-radius: 4px;
    font-size: 20px;
    animation: jump 1s ease-in alternate infinite;
    display: none;
    z-index: 555;
    transition: all 0.3s ease;
}

.back-to-top-3 i {
    position: fixed;
    bottom: 40px;
    right: 50px;
    height: 50px;
    width: 50px;
    background-color: #FDCC04;
    color: #000;
    text-align: center;
    line-height: 50px;
    border-radius: 4px;
    font-size: 20px;
    animation: jump 1s ease-in alternate infinite;
    display: none;
    z-index: 555;
    transition: all 0.3s ease;
}

.back-to-top-4 i {
    position: fixed;
    bottom: 40px;
    right: 50px;
    height: 50px;
    width: 50px;
    background-color: rgb(255, 63, 0);
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 4px;
    font-size: 20px;
    animation: jump 1s ease-in alternate infinite;
    display: none;
    z-index: 555;
    transition: all 0.3s ease;
}

.container-full {
    width: 100%;
}

.mobile-header {
    display: none;
}

.mobile-header__container {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 15px 20px;
}

.mobile-header .logo img {
    width: 55px;
}

#nav-opn-btn {
    width: 40px;
    height: 40px;
    border: none;
    background-color: #8644A2;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
}

.p-right-2 #nav-opn-btn {
    width: 40px;
    height: 40px;
    border: none;
    background-color: #FDCC04;
    color: #04091E;
    border-radius: 5px;
    font-size: 18px;
}

.p-right-3 #nav-opn-btn {
    width: 40px;
    height: 40px;
    border: none;
    background-color: #FF3F00;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
}

.p-right-4 #nav-opn-btn {
    width: 40px;
    height: 40px;
    border: none;
    background-color: #DAED1A;
    color: #04091E;
    border-radius: 5px;
    font-size: 18px;
}

#offcanvas-nav {
    background: transparent;
    position: fixed;
    right: -3000px;
    top: 0px;
    z-index: 99;
    width: 300px;
    height: 100vh;
    z-index: 999999;
    transition: 0.5s ease;
    direction: rtl;
}

#offcanvas-nav::before {
    content: "";
    width: 0%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    right: 0;
    right: 0;
    z-index: -1;
    transition: 0.5s ease 0.3s;
}

#offcanvas-nav.open {
    right: 0px;
}

#offcanvas-nav.open::before {
    width: 100%;
}

#offcanvas-nav .m-nav {
    position: relative;
    background-color: #fff;
    padding-top: 80px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 50px;
    z-index: 9;
    display: block;
    height: 100%;
    overflow-y: scroll;
}

#nav-cls-btn {
    position: absolute;
    left: 15px;
    top: 15px;
    background: none;
    border: none;
    outline: none;
    font-size: 22px;
}

#offcanvas-nav .m-nav .nav-links {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
}

#offcanvas-nav .m-nav .nav-links li {
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 10px;
}

#offcanvas-nav .m-nav .nav-links li a {
    font-size: 16px;
    color: #04091E;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
}
#offcanvas-nav .m-nav .nav-links li.active > a{
    color: #912BBC;
}

#offcanvas-nav .m-nav .nav-links li a > i{
    font-size: 12px;
}

#offcanvas-nav .m-nav .nav-links li a::after {
    display: none;
}

#offcanvas-nav li:last-of-type {
    border: 0 !important;
}

#offcanvas-nav .m-nav .nav-links .dropdown .d-menu {
    position: relative;
    box-shadow: none;
    padding-left: 20px;
    padding-top: 15px !important;
    padding-top: 0px;
    visibility: visible;
    opacity: 1;
    display: none;
    transition: 0.5s ease-in 0s;
}

#offcanvas-nav .m-nav .nav-links .dropdown .d-menu li {
    padding: 5px 0px;
}

#offcanvas-nav .m-nav .nav-links .dropdown .d-menu li a {
    font-size: 15px;
    color: #000;
}

#offcanvas-nav .m-nav .nav-links .dropdown:hover .d-menu {
    display: block;
}

#offcanvas-nav .m-nav .logo {
    margin-bottom: 40px;
}

#offcanvas-nav .m-nav .logo img {
    width: 80px;
}

#offcanvas-nav .m-nav>.social-icons-s1 {
    gap: 12px;
    margin-top: 50px;
}

#offcanvas-nav .m-nav>.social-icons-s1 li a::before {
    display: none;
}

#offcanvas-nav .dropdown > .submenu{
    display: none;
    width: 100%;
    padding: 0;
    margin: 0;
}
#offcanvas-nav .dropdown.active > .submenu{
    display: block;
}

#offcanvas-nav .m-nav .nav-links .submenu > li.dropdown{
    margin-bottom: 10px;
    border-bottom: 1px solid #d3d3d3;
}
#offcanvas-nav .m-nav .nav-links .submenu > li.dropdown:last-child{
    margin-bottom: 0;
}

#offcanvas-nav .m-nav .nav-links .submenu > li.dropdown > a{
    font-size: 14px;
    color: #04091E;
}

#offcanvas-nav .m-nav .nav-links .submenu > li{
    margin-bottom: 0;
    border: none;
}
#offcanvas-nav .m-nav .nav-links .submenu > li > a{
    font-size: 14px;
    color: gray;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons a i {
    height: 40px;
    width: 40px;
    background-color: #8644A2;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    transition: 0.5s;
    font-size: 20px;
    transition: all 0.5s;
}

.social-icons a i:hover {
    background-color: #04091E;
    color: #fff;
}

.social-icons-2 {
    display: flex;
    gap: 20px;
}

.social-icons-2 a i {
    height: 40px;
    width: 40px;
    background-color: #FDCC04;
    color: #04091E;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    transition: 0.5s;
    font-size: 20px;
    transition: all 0.5s;
}

.social-icons-2 a i:hover {
    background-color: #04091E;
    color: #FDCC04;
}

.social-icons-3 {
    display: flex;
    gap: 20px;
}

.social-icons-3 a i {
    height: 40px;
    width: 40px;
    background-color: #FF3F00;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    transition: 0.5s;
    font-size: 20px;
    transition: all 0.5s;
}

.social-icons-3 a i:hover {
    background-color: #04091E;
    color: #fff;
}

.social-icons-4 {
    display: flex;
    gap: 20px;
}

.social-icons-4 a i {
    height: 40px;
    width: 40px;
    background-color: #DAED1A;
    color: #04091E;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    transition: 0.5s;
    font-size: 20px;
    transition: all 0.5s;
}

.social-icons-4 a i:hover {
    background-color: #04091E;
    color: #DAED1A;
}


/* animation  */

@keyframes banner {
    50% {
        transform: translateY(-20px);
    }
}

@keyframes up {
    0% {
        width: 0;
    }

    15% {
        width: 100%;
    }

    85% {
        opacity: 1;
    }

    90% {
        width: 100%;
        opacity: 0;
    }

    100% {
        width: 0;
        opacity: 0;
    }
}


/* animation  */

@keyframes borderanimate2 {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
    }

    60% {
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0;
    }
}


/* banner hover start */


/* banner hover end */

.banner {
    background: url("../assets/image/others/banner/Hero.jpg") no-repeat center/cover;
    padding-top: 75px;
    padding-bottom: 75px;
}

.banner-text {
    position: relative;
    z-index: 1;
}

.banner-text h1 {
    font-weight: 700;
    font-size: 55px;
    color: #04091E;
    margin-bottom: 0;
    line-height: 1.8;
}

.banner-text p {
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    color: #747681;
    padding-top: 14px;
    margin-left: 50px;
}

.banner-vic {
    position: absolute;
    top: 140px;
    right: 0;
    z-index: -1;
}

.banner-vic-1 {
    position: absolute;
    bottom: -144px;
    right: -211px;
    animation: banner 7s linear infinite;
}

.banner-btn {
    margin-top: 46px;
}

.banner-btn-item {
    display: flex;
    gap: 36px;
}

.banner-btn-item .banner-btn-left {
    line-height: 0;
}

.banner-btn-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.banner-btn-right .vidio a {
    position: relative;
    z-index: 1;
}

.banner-btn-right .vidio a i {
    height: 60px;
    width: 60px;
    border-radius: 50px;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    color: #8644A2;
    border: 1.5px solid rgba(38, 98, 250, 0.662745098);
    background-color: #F4F8FA;
}

.banner-btn-right .vidio a::after {
    position: absolute;
    content: "";
    top: 24%;
    left: 50%;
    height: 45px;
    width: 45px;
    background-color: rgba(59, 130, 246, 0.5);
    animation: borderanimate3 2s linear infinite;
    z-index: -1;
    border-radius: 50px;
    transition: all linear 0.3s;
}

.text span {
    font-weight: 500;
    font-size: 14px;
    color: #04091E;
}

.text p {
    font-weight: 500;
    font-size: 14px;
    color: #747681;
}

@keyframes borderanimate3 {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
    }

    60% {
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0;
    }
}

.banner-two {
    background: url("../assets/image/others/banner/banner-bg-two.png") no-repeat center/cover;
    padding: 180px 0 193px 0;
}

.banner-two .banner-text h1 {
    position: relative;
    z-index: 1;
}

.banner-two .banner-text h1 .heading-inner-text {
    display: block;
}

.banner-two .banner-text h1::before {
    position: absolute;
    content: "";
    top: 163px;
    right: 0;
    width: 451px;
    height: 6%;
    background-image: url("../assets/image/others/victor/banner-vic-two.png");
    z-index: -1;
    opacity: 0.66;
}

.banner-two .banner-btn-text {
    margin-top: 60px;
}

.banner-two .banner-btn-text h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: #747681;
}

.banner-two .banner-btn-text h4 span {
    font-weight: 600;
    font-size: 32px;
    color: #47D990;
}

.banner-three {
    background: url("../assets/image/others/banner/banner-three-bg.png") no-repeat center/cover;
    padding-bottom: 60px;
    padding-top: 187px;
}

.banner-three .banner-text h1 {
    position: relative;
    z-index: 1;
    color: #fff;
    letter-spacing: -0.01em;
}

.banner-three .banner-text h1::before {
    position: absolute;
    content: "";
    top: 243px;
    left: 3px;
    width: 450px;
    height: 6%;
    background-image: url("../assets/image/others/victor/banner-vic.png");
    z-index: -1;
    opacity: 1;
    border-radius: 10px;
}

.banner-three .banner-text p {
    color: #F4F4F4;
}

.banner-three .banner-btn-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.banner-three .banner-btn-right .vidio a i {
    height: 60px;
    width: 60px;
    border-radius: 50px;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    color: #DAED1A;
    background-color: #050F25;
    position: relative;
    z-index: 1;
    border: 1.5px solid rgba(218, 237, 26, 0.5);
}

.banner-three .banner-btn-right .vidio a::after {
    position: absolute;
    content: "";
    top: 2px;
    left: 50%;
    height: 45px;
    width: 45px;
    background-color: rgba(218, 237, 26, 0.5);
    animation: borderanimate3 2s linear infinite;
    z-index: -1;
    border-radius: 50px;
    transition: all linear 0.3s;
}

.banner-three .text span {
    color: #fff;
}

.banner-three .banner-btn-text h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
}

.banner-three .banner-btn-text h4 span {
    color: #DAED1A;
}

.banner-lawyer {
    background: url("../assets/image/others/banner/lawyer-b.png") no-repeat center/cover;
    padding: 258px 0 75px 0;
}

.banner-lawyer .banner-lawyer-img img {
    width: 587px;
    height: 648px;
}

.banner-lawyer .lawyer {
    padding: 0;
    padding-left: 30px;
}

.banner-lawyer .banner-lawyer-text h1 {
    position: relative;
    z-index: 1;
    color: #fff;
    font-weight: 700;
    font-size: 60px;
    line-height: 140%;
}

.banner-lawyer .banner-lawyer-text h1::before {
    position: absolute;
    content: "";
    top: 51px;
    left: 274px;
    width: 256px;
    height: 11px;
    background-image: url("../assets/image/others/victor/Line.png");
    z-index: -1;
    opacity: 1;
}

.banner-lawyer .banner-lawyer-text p {
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: #F4F8F7;
    padding: 0 20px 0 50px;
    position: relative;
    margin-top: 24px;
}

.banner-lawyer .banner-lawyer-text p::before {
    position: absolute;
    content: "";
    top: 21%;
    left: 6px;
    width: 3px;
    height: 41px;
    background-color: #C4C4C4;
}

.banner-lawyer .banner-lawyer-btn {
    line-height: 0;
    margin-top: 44px;
}

.banner-lawyer .banner-lawyer-btn .btn-style-3 {
    width: 227px;
}

.hero-teacher .hero-victor-img {
    position: absolute;
    top: 276px !important;
    right: -8px;
}

.hero {
    background: url("../assets/image/hero-bg-min.png") no-repeat center/cover;
    min-height: 950px;
    display: flex;
    align-items: center;
}

.hero .hero-content {
    padding: 100px 0 0 0;
    position: relative;
    z-index: 1;
}

.hero .hero-content .hero-victor-img {
    position: absolute;
    top: 326px;
    right: -8px;
    z-index: -1;
}

.hero .hero-content .hero-content-imgg {
    position: absolute;
    top: 360px;
    right: -140px;
    animation: banner 4s linear infinite;
}

.hero .hero-content h1 {
    font-weight: 700;
    font-size: 60px;
    line-height: 1.6;
    color: rgb(245, 245, 245);
}

.hero .hero-content .hero-btn {
    display: flex;
    justify-content: space-between;
    background-color: rgb(245, 245, 245);
    padding: 10px 20px 10px 10px;
    border-radius: 8px;
}

.hero .hero-content .hero-btn input {
    border: none;
    background-color: rgb(245, 245, 245);
    outline: none;
    font-family: inherit;
    font-size: 16px;
    width: 60%;
}

.hero .hero-content .hero-btn .cmn-nav {
    padding: 16px 24px;
    background-color: rgb(253, 204, 4);
    color: rgb(4, 9, 30);
    border-radius: 8px;
    display: inline-block;
    border: 1px solid rgb(253, 204, 4);
    transition: all 0.5s;
}

.hero .hero-content .hero-btn .cmn-nav:hover {
    background: rgb(245, 245, 245);
}

.hero .hero-content .hero-testimonial-img {
    margin: 40px 0 0 0;
}

.hero .hero-content .hero-btn-1 {
    line-height: 0;
    margin-top: 24px;
}

.hero .hero-content .hero-btn-1 .btn-style-4 {
    width: 227px;
}

.hero .hero-content p {
    padding: 20px 0;
    font-size: 24px;
    line-height: 36px;
    color: rgb(245, 245, 245);
}

.hero .hero-content p span {
    display: block;
}

.hero .hero-img {
    width: 550.01px;
    height: 786px;
}

.hero .hero-img .hero-inner-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 80px;
    left: 10px;
}

.hero .hero-img .chart {
    top: 281px;
    z-index: 1;
    right: -16px;
}

.hero .hero-img .congratulation {
    left: -38px;
    top: 241px;
    z-index: 1;
}

.hero .hero-img .students {
    left: -65px;
    bottom: 0px;
    z-index: 1;
}

.photographer {
    background: url("../assets/image/Photographer/photographer-bg.png") no-repeat center/cover;
}

.photographer .hero-img {
    width: 770px;
    height: 757px;
}

.photographer .hero-img .hero-inner-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 96px;
    right: -200px;
}

.photographer .hero-content {
    padding: 100px 0 0 0;
    position: relative;
    z-index: 1;
}

.photographer .hero-content .hero-vic {
    position: absolute;
    top: 157px;
    right: -10px;
    z-index: -1;
}

.photographer .hero-content .hero-tittle p {
    padding: 20px 0;
    font-size: 24px;
    line-height: 36px;
    color: rgb(245, 245, 245);
}

.photographer .hero-content .hero-achievement p {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    color: rgb(71, 217, 144);
}

.photographer .hero-content .hero-achievement .hero-achievement-img img {
    margin-right: 16px;
}

.lawyer {
    background: url("../assets/image/Lawyer/hero-bg.jpg") no-repeat center/cover;
}

.lawyer .hero-img {
    width: 587px;
    height: 648px;
}

.lawyer .hero-img .hero-inner-img {
    position: absolute;
    top: 96px;
    right: -70px;
    width: 100%;
    height: 100%;
}

.lawyer .hero-gap {
    margin: 0;
    padding: 0;
}

.lawyer .hero-content h1 {
    font-size: 58px;
}

.lawyer .hero-content .hero-tittle {
    position: relative;
    z-index: 1;
}

.lawyer .hero-content .hero-tittle .hero-tittle-img {
    position: absolute;
    top: 54px;
    left: 253px;
    z-index: -1;
}

.lawyer .hero-content .hero-tittle p {
    padding: 20px 0;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    color: rgb(245, 245, 245);
}

.lawyer .hero-content .hero-nav {
    background-color: rgb(255, 63, 0);
    border: 1px solid rgb(255, 63, 0);
    margin-top: 54px;
}

.lawyer .hero-content .hero-nav a {
    color: white;
}

.lawyer .hero-content .hero-nav a i {
    margin-left: 8px;
}

.about {
    background-color: #F7F7FD;
    padding-top: 120px;
    padding-bottom: 127px;
}

.about-position-img {
    position: relative;
}

.position-img {
    position: absolute;
    top: -390px;
    right: -185px;
}

.position-img .about-img {
    position: relative;
}

.position-img .about-img .about-overlay {
    position: absolute;
    width: 360px;
    height: 74px;
    background-color: #fff;
    bottom: 37px;
    right: 160px;
    border-radius: 12px;
}

.position-img .about-img .about-overlay .icon {
    line-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.position-img .about-img .about-overlay .icon a i {
    font-size: 24px;
    color: #8644A2;
    width: 54px;
    height: 54px;
    background-color: rgba(38, 98, 250, 0.0666666667);
    border-radius: 50px;
    text-align: center;
    line-height: 54px;
    transition: all linear 0.3s;
}

.position-img .about-img .about-overlay .icon a i:hover {
    background-color: #8644A2;
    color: #fff;
}

.about-text {
    position: relative;
    z-index: 1;
}

.about-text h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 140%;
    color: #04091E;
}

.about-text .about-victor {
    position: absolute;
    top: 0;
    left: 70px;
    z-index: -1;
}

.about-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 152%;
    color: #747681;
    padding-top: 24px;
}

.proress-item {
    margin-top: 48px;
}

.proress-item-text {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 335px;
    position: relative;
    padding-bottom: 20px;
}

.proress-item-text::after {
    position: absolute;
    content: "";
    bottom: 3px;
    right: 0;
    width: 481px;
    height: 8px;
    background: #04091E;
    opacity: 0.1;
    border-radius: 26px;
}

.proress-item-text::before {
    position: absolute;
    content: "";
    bottom: 4px;
    right: 0;
    width: 414px;
    height: 6px;
    background: #04091E;
    border-radius: 26px;
}

.proress-item-text h5 {
    font-weight: 500;
    font-size: 18px;
    color: #04091E;
}

.proress-item-text-one {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 207px;
    position: relative;
    padding-top: 20px;
}

.proress-item-text-one::after {
    position: absolute;
    content: "";
    bottom: -13px;
    right: 0;
    width: 481px;
    height: 8px;
    background: #04091E;
    opacity: 0.1;
    border-radius: 26px;
}

.proress-item-text-one::before {
    position: absolute;
    content: "";
    bottom: -12px;
    right: 0;
    width: 308px;
    height: 6px;
    background: #04091E;
    border-radius: 26px;
}

.proress-item-text-one h5 {
    font-weight: 500;
    font-size: 18px;
    color: #04091E;
}

.proress-item-text-two {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 224px;
    position: relative;
    padding-top: 38px;
}

.proress-item-text-two::after {
    position: absolute;
    content: "";
    bottom: -13px;
    right: 0;
    width: 481px;
    height: 8px;
    background: #04091E;
    opacity: 0.1;
    border-radius: 26px;
}

.proress-item-text-two::before {
    position: absolute;
    content: "";
    bottom: -12px;
    right: 0;
    width: 400px;
    height: 6px;
    background: #04091E;
    border-radius: 26px;
}

.proress-item-text-two h5 {
    font-weight: 500;
    font-size: 18px;
    color: #04091E;
}

.signature {
    margin-top: 65px;
}

.Signature-text h5 {
    font-weight: 500;
    font-size: 20px;
    color: #04091E;
    padding-top: 12px;
}

.about-two-1 {
    padding-top: 120px;
}

.about-two {
    padding-bottom: 134px;
}

.about-two-img {
    position: relative;
    z-index: 1;
}

.about-two-img img {
    position: absolute;
    right: -241px;
    top: 0;
}

.about-two-img .about-two-img-vic {
    position: absolute;
    top: 334px;
    left: -48px;
    z-index: -1;
    animation: up-down 8s linear infinite;
}

@keyframes up-down {
    50% {
        transform: translateY(-163px);
    }
}

.about-two-text span {
    font-weight: 500;
    font-size: 24px;
    color: #8644A2;
}

.about-two-text h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 140%;
    color: #04091E;
    padding-top: 12px;
}

.about-two-text p {
    font-weight: 400;
    font-size: 18px;
    color: #747681;
    line-height: 27.36px;
    padding-left: 103px;
    padding-top: 20px;
}

.proress-item-two {
    margin-top: 48px;
}

.proress-item-two .proress-item-text {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 335px;
    position: relative;
    padding-bottom: 20px;
}

.proress-item-two .proress-item-text::after {
    position: absolute;
    content: "";
    bottom: 3px;
    left: 0;
    width: 481px;
    height: 8px;
    background: #04091E;
    opacity: 0.1;
    border-radius: 26px;
}

.proress-item-two .proress-item-text::before {
    position: absolute;
    content: "";
    bottom: 4px;
    left: 0;
    width: 414px;
    height: 6px;
    background: #8644A2;
    border-radius: 26px;
}

.proress-item-two .proress-item-text .proress-over {
    position: absolute;
    top: 10px;
    left: 103px;
    background-color: #fff;
    z-index: 11;
}

.proress-item-two .proress-item-text .proress-over h5 {
    font-weight: 500;
    font-size: 18px;
    color: #04091E;
    padding: 8px 20px;
    border: 2px solid #8644A2;
    border-radius: 10px;
}

.proress-item-two .proress-item-text-one {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 207px;
    position: relative;
    padding-top: 20px;
}

.proress-item-two .proress-item-text-one::after {
    position: absolute;
    content: "";
    bottom: -13px;
    left: 0;
    width: 481px;
    height: 8px;
    background: #04091E;
    opacity: 0.1;
    border-radius: 26px;
}

.proress-item-two .proress-item-text-one::before {
    position: absolute;
    content: "";
    bottom: -12px;
    left: 0;
    width: 370px;
    height: 6px;
    background: #8644A2;
    border-radius: 26px;
}

.proress-item-two .proress-item-text-one .proress-over {
    position: absolute;
    top: 26px;
    left: 124px;
    background-color: #fff;
    z-index: 11;
}

.proress-item-two .proress-item-text-one .proress-over h5 {
    font-weight: 500;
    font-size: 18px;
    color: #04091E;
    padding: 8px 20px;
    border: 2px solid #8644A2;
    border-radius: 10px;
}

.proress-item-two .proress-item-text-two {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 224px;
    position: relative;
    padding-top: 38px;
}

.proress-item-two .proress-item-text-two::after {
    position: absolute;
    content: "";
    bottom: -13px;
    left: 0;
    width: 481px;
    height: 8px;
    background: #04091E;
    opacity: 0.1;
    border-radius: 26px;
}

.proress-item-two .proress-item-text-two::before {
    position: absolute;
    content: "";
    bottom: -12px;
    left: 0;
    width: 400px;
    height: 6px;
    background: #8644A2;
    border-radius: 26px;
}

.proress-item-two .proress-item-text-two .proress-over {
    position: absolute;
    top: 44px;
    left: 105px;
    background-color: #fff;
    z-index: 11;
}

.proress-item-two .proress-item-text-two .proress-over h5 {
    font-weight: 500;
    font-size: 18px;
    color: #04091E;
    padding: 8px 20px;
    border: 2px solid #8644A2;
    border-radius: 10px;
}

.about-two-btn {
    line-height: 0;
    margin-top: 50px;
}

.about-two-03 {
    padding-bottom: 134px;
}

.about-two-img {
    position: relative;
    z-index: 1;
}

.about-two-img img {
    position: absolute;
    right: -241px;
    top: 0;
}

.about-two-img .about-two-img-vic {
    position: absolute;
    top: 334px;
    right: -48px;
    z-index: -1;
    animation: up-down 8s linear infinite;
}

@keyframes up-down {
    50% {
        transform: translateY(-163px);
    }
}

.about-02-item {
    display: flex;
    gap: 30px;
    margin-top: 47px;
}

.about-02-item .about-02-inner .about-02-inner-main {
    display: flex;
    gap: 16px;
    padding-bottom: 15px;
}

.about-02-item .about-02-inner .about-02-inner-main:last-child {
    padding-bottom: 0;
}

.about-02-item .about-02-inner .about-02-inner-main .icon i {
    height: 24px;
    width: 24px;
    background: linear-gradient(95.49deg, #FCAD02 -36.87%, #FF0041 98.63%);
    text-align: center;
    line-height: 24px;
    color: #fff;
    border-radius: 50px;
}

.about-02-item .about-02-inner .about-02-inner-main .text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 152%;
    color: #04091E;
}

.a-sig {
    margin-top: 73px;
}

.a-sig p {
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    color: #04091E;
    padding-top: 6px;
}

.about-4 {
    padding: 94px 0 94px 0;
}

.about-4 .about-content {
    position: relative;
}

.about-4 .about-content h2 {
    font-size: 42px;
    line-height: 58.8px;
    color: #04091E;
    font-weight: 700;
}

.about-4 .about-content h3 {
    padding-top: 135px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    color: #FDCC04;
}

.about-4 .about-content p {
    padding: 20px 0 40px 0;
    font-size: 18px;
    line-height: 27.36px;
    font-weight: 400;
    color: #747681;
}

.about-4 .about-heading-img {
    position: absolute;
    top: 264px;
    z-index: -1;
}

.about-4 .about-description {
    padding-top: 120px;
}

.about-4 .about-description .about-testimonial {
    padding: 33px 0;
    border-bottom: 1px solid rgba(130, 133, 133, 0.146);
}

.about-4 .about-description .about-testimonial:last-child {
    border: none;
}

.about-4 .about-description .about-testimonial .about-icon {
    width: 40%;
    text-align: center;
}

.about-4 .about-description .about-testimonial .about-tittle h3 {
    color: rgb(4, 9, 30);
    font-weight: 700;
    margin-bottom: 8px;
}

.about-lawyer {
    padding: 118px 0 110px 0;
    background: white;
}

.about-lawyer .about-img {
    position: relative;
}

.about-lawyer .about-img img {
    width: 100%;
    height: auto;
}

.about-lawyer .about-content h3 {
    color: #FF3F00;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    text-transform: uppercase;
}

.about-lawyer .about-content h2 span {
    display: block;
}

.about-lawyer .about-content p {
    padding: 24px 0 48px 0;
}

.about-lawyer .about-checkpoint {
    padding-bottom: 21px;
}

.about-lawyer .about-checkpoint i {
    font-size: 20px;
    color: red;
    margin-left: 16px;
}

.about-lawyer .about-checkpoint p {
    color: rgb(4, 9, 30);
}

.about-lawyer .signature {
    padding: 42px 0 0 0;
    margin: 0;
}

.about-lawyer .signature p {
    color: rgb(4, 9, 30);
}

.about-lawyer .about-btn {
    margin-top: 48px;
}

.about-lawyer .about-btn i {
    margin-left: 10px;
}

.photographer-about {
    padding-top: 118px;
    background-color: #ffffff;
}

.photographer-about .about-img {
    position: relative;
}

.photographer-about .about-img .about-inner-img {
    position: relative;
}

.photographer-about .about-img .about-inner-img img {
    position: absolute;
    right: -161px;
    bottom: -329px;
}

@media screen and (max-width: 1200px) {
    .photographer-about .about-img .about-inner-img img {
        right: -5px;
        bottom: -289px;
    }
}

@media screen and (max-width: 992px) {
    .photographer-about .about-img .about-inner-img img {
        right: 0;
        bottom: -219px;
    }
}

.photographer-about .about-content h3 {
    color: rgb(71, 217, 144);
    padding-bottom: 14px;
    font-weight: 600;
}

.photographer-about .about-content p {
    padding: 20px 0;
}

.photographer-about .progresss-bar {
    padding-left: 48px;
    margin-top: 20px;
}

.photographer-about .progresss-bar .progresss-item {
    margin-bottom: 21px;
}

.photographer-about .progresss-bar .progresss-item p {
    font-weight: 500;
}

.photographer-about .progresss-bar .progresss-item .progresss-line {
    background-color: rgba(10, 10, 10, 0.1);
    height: 6px;
    margin-top: 10px;
    border-radius: 26px;
    position: relative;
}

.photographer-about .progresss-bar .progresss-item .progresss-line .progress-inner-line {
    position: absolute;
    height: 6px;
    background-color: black;
    border-radius: 26px;
}

.photographer-about .progresss-bar .progresss-item .progresss-line .progresss-inner-text {
    position: absolute;
    top: -36px;
}

.photographer-about .about-btn {
    margin-top: 48px;
}

.photographer-about .about-btn i {
    margin-left: 10px;
}

.lawyer-award {
    padding: 120px 0 120px 0;
    background: rgb(245, 245, 245);
}

.lawyer-award .award-heading {
    padding-bottom: 20px;
}

.lawyer-award .award-heading h3 {
    color: #FF3F00;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
}

.lawyer-award .award-heading p {
    padding-top: 20px;
}

.lawyer-award .counter-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 12px;
    border: 1px solid rgb(116, 118, 129);
    border-radius: 8px;
    transition: all 0.5s;
}

.lawyer-award .counter-section .counter-content h2 {
    transition: all 0.5s;
}

.lawyer-award .counter-section .counter-content p {
    transition: all 0.5s;
}

.lawyer-award .counter-section:hover {
    border-color: rgb(255, 63, 0);
}

.lawyer-award .counter-section:hover .counter-content h2 {
    color: rgb(255, 63, 0);
}

.lawyer-award .counter-section:hover .counter-content p {
    color: rgb(255, 63, 0);
}

.lawyer-award .counter-box {
    padding-top: 30px;
    padding-left: 22px;
}

.about-photographer {
    padding: 120px 0 0 0;
    background: url("../assets/image/Photographer/about-bg.png") no-repeat center/cover;
}

.about-photographer .about-content h3 {
    color: rgb(71, 217, 144);
    padding-bottom: 14px;
    font-weight: 600;
}

.about-photographer .about-content p {
    padding: 20px 0;
}

.about-photographer .progresss-bar {
    padding-left: 48px;
    margin-top: 20px;
}

.about-photographer .progresss-bar .progresss-item {
    margin-bottom: 21px;
}

.about-photographer .progresss-bar .progresss-item p {
    font-weight: 500;
}

.about-photographer .progresss-bar .progresss-item .progresss-line {
    background-color: rgba(10, 10, 10, 0.1);
    height: 6px;
    margin-top: 10px;
    border-radius: 26px;
    position: relative;
}

.about-photographer .progresss-bar .progresss-item .progresss-line .progress-inner-line {
    position: absolute;
    height: 6px;
    background-color: black;
    border-radius: 26px;
}

.about-photographer .progresss-bar .progresss-item .progresss-line .progresss-inner-text {
    position: absolute;
    top: -36px;
}

.about-photographer .progresss-bar .progresss-item .progresss-line .progresss-inner-text p {
    text-align: start;
}

.about-photographer .about-btn {
    margin-top: 48px;
    line-height: 0;
}

.about-photographer .about-btn a {
    font-weight: 500;
    font-size: 18px;
}

.service {
    padding: 124px 0 120px 0;
}

.service .slick-dots {
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 60px 0 0 0;
    gap: 12px;
    padding: 0;
}

.service .slick-dots button {
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #8644A2;
    opacity: 0.2;
    text-indent: -9999px;
}

.service .slick-dots li.slick-active button {
    background-color: #8644A2;
    opacity: 1;
    height: 14px;
    width: 14px;
}

.service .slick-center .service-item {
    background-color: #8644A2;
}

.service .slick-center .service-item .service-overelay {
    opacity: 1;
}

.service .slick-center .service-item .service-icon span svg .path {
    stroke: #fff;
}

.service .slick-center .service-item .service-icon span svg .circle {
    color: #fff;
}

.service .slick-center .service-item .service-btn a {
    color: #fff;
}

.service .slick-center .service-item .service-item-text h3 {
    color: #fff;
}

.service .slick-center .service-item .service-item-text p {
    color: #fff;
}

.service .slick-center .service-item:hover {
    background-color: #8644A2;
    box-shadow: 0px 10px 50px rgba(29, 29, 29, 0.05);
    border-radius: 10px;
}

.service .slick-center .service-item:hover .service-icon span svg path,
.service .slick-center .service-item .service-icon span svg path {
    fill: #fff;
}

.service .slick-center .service-item:hover .service-icon span svg .circle {
    color: #fff;
}

.service .slick-center .service-item:hover .service-item-text h3 {
    color: #fff;
}

.service .slick-center .service-item:hover .service-item-text p {
    color: #fff;
}

.service .slick-center .service-item:hover .service-btn a {
    color: #fff;
}

.service .slick-center .service-item:hover .service-overelay {
    opacity: 1;
}

.inner-top {
    margin-top: 40px;
}

.m-r {
    padding: 0 15px;
}

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

.service-head {
    position: relative;
    z-index: 1;
}

.service-head h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 140%;
    color: #04091E;
}

.service-vic {
    position: absolute;
    top: -8px;
    right: -45px;
    z-index: -1;
}

.service-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #747681;
}

.mar-top {
    margin-top: 60px;
}

.service-item {
    padding: 30px 28px;
    border: 1px solid rgba(29, 29, 29, 0.05);
    border-radius: 10px;
    transition: background-color 0.5s ease;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.service-item .service-overelay {
    position: absolute;
    width: 319px;
    height: 319px;
    border: 80px solid rgba(255, 255, 255, 0.0666666667);
    border-radius: 500px;
    bottom: -146px;
    right: -95px;
    z-index: -1;
    opacity: 0;
    transition: 0.5s ease;
}

.service-item .service-icon span {
    color: #8644A2;
}

.service-item .service-icon span svg .path {
    stroke: currentColor;
}

.service-item .service-icon span svg circle {
    fill: currentColor;
    color: #8644A2;
}

.service-item .service-item-text h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #04091E;
    padding-top: 24px;
}

.service-item .service-item-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 152%;
    color: #747681;
    letter-spacing: -0.01em;
    padding-top: 24px;
}

.service-item:hover {
    background-color: #8644A2;
    box-shadow: 0px 10px 50px rgba(29, 29, 29, 0.05);
    border-radius: 10px;
}

.service-item:hover .service-icon span svg .path {
    stroke: #fff;
}

.service-item:hover .service-icon span svg .circle {
    color: #fff;
}

.service-item:hover .service-item-text h3 {
    color: #fff;
}

.service-item:hover .service-item-text p {
    color: #fff;
}

.service-item:hover .service-btn a {
    color: #fff;
}

.service-item:hover .service-overelay {
    opacity: 1;
}

.service-btn {
    padding-top: 20px;
}

.service-btn a {
    font-weight: 400;
    font-size: 18px;
    color: #04091E;
    text-decoration-line: underline;
}

.service-btn a span i {
    transform: scale(-1, 1) rotate(126deg);
}

.service-btn a i {
    transform: scale(-1, 1) rotate(126deg);
}

.service-two {
    background-color: #050F25;
    padding: 92px 0px 120px 0;
}

.service-two .slick-center .service-item-two {
    border: 1px solid #DAED1A;
    background-color: #091530;
}

.service-two .slick-center .service-item-two .service-overelay {
    opacity: 1;
}

.service-two .slick-center .service-item-two:hover {
    background-color: #091530 !important;
}

.service-two .mar-top {
    margin-top: 42px;
}

.service-two .slick-dots {
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 60px 0 0 0;
    gap: 12px;
    padding: 0;
}

.service-two .slick-dots button {
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #DAED1A;
    text-indent: -9999px;
}

.service-two .slick-dots li.slick-active button {
    background-color: #DAED1A;
    opacity: 1;
    height: 14px;
    width: 14px;
}

.service-two .service-head h2 {
    color: #fff;
}

.service-two .service-text p {
    color: #F5F5F5;
}

.service-two .service-item-two {
    padding: 30px 28px;
    border: 1px solid rgba(29, 29, 29, 0.05);
    border-radius: 10px;
    transition: background-color 0.5s ease;
    background-color: #091530;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: 0 6px;
}

.service-two .service-item-two .service-overelay {
    position: absolute;
    width: 319px;
    height: 319px;
    border: 80px solid rgba(255, 255, 255, 0.0823529412);
    border-radius: 500px;
    bottom: -146px;
    right: -95px;
    z-index: -1;
    opacity: 0;
    transition: 0.5s ease;
}

.service-two .service-item-two .service-item-text h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #fff;
    padding-top: 24px;
}

.service-two .service-item-two .service-item-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 152%;
    color: #F5F5F5;
    letter-spacing: -0.01em;
    padding-top: 24px;
}

.service-two .service-item-two:hover {
    background-color: #091530;
    box-shadow: 0px 10px 50px rgba(29, 29, 29, 0.05);
    border-radius: 10px;
    border: 1px solid #DAED1A;
}

.service-two .service-item-two:hover .service-icon span svg .path {
    stroke: transparent;
}

.service-two .service-item-two:hover .service-icon span svg .circle {
    color: transparent;
}

.service-two .service-item-two:hover .service-item-text h3 {
    color: #fff;
}

.service-two .service-item-two:hover .service-item-text p {
    color: #F5F5F5;
}

.service-two .service-item-two:hover .service-btn a {
    color: #fff;
}

.service-two .service-item-two:hover .service-overelay {
    opacity: 1;
}

.service-two .service-item-two .service-icon span {
    color: #DAED1A;
}

.service-two .service-item-two .service-icon span svg .path {
    stroke: currentColor;
}

.service-two .service-item-two .service-icon span svg circle {
    fill: currentColor;
    color: #DAED1A;
}

.service-two .service-btn a {
    color: #fff;
}

.service-three {
    padding: 125px 0 120px 0;
}

.service-three .ser-mt {
    margin-top: 30px;
}

.service-three .service-two-mt {
    margin-top: 40px;
}

.service-three .service-item-two-active {
    border: 1px solid #DAED1A;
}

.service-three .service-item-two-active .service-overelay {
    opacity: 1;
}

.inner-service .service-item {
    padding: 30px 28px;
    border: 1px solid rgba(29, 29, 29, 0.05);
    border-radius: 10px;
    transition: background-color 0.5s ease;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: 0 6px;
    box-shadow: 0px 10px 50px rgba(29, 29, 29, 0.05);
}

.inner-service .service-item .service-overelay {
    position: absolute;
    width: 319px;
    height: 319px;
    border: 80px solid rgba(255, 255, 255, 0.0666666667);
    border-radius: 500px;
    bottom: -146px;
    right: -95px;
    z-index: -1;
    opacity: 0;
    transition: 0.5s ease;
}

.inner-service .service-item .service-icon span {
    color: #8644A2;
}

.inner-service .service-item .service-icon span svg .path {
    stroke: currentColor;
}

.inner-service .service-item .service-icon span svg circle {
    fill: currentColor;
    color: #8644A2;
}

.inner-service .service-item .service-item-text h3 {
    font-weight: 700;
    font-size: 26px;
    line-height: 150%;
    color: #04091E;
    padding-top: 24px;
}

.inner-service .service-item .service-item-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 152%;
    color: #747681;
    letter-spacing: -0.01em;
    padding-top: 24px;
}

.inner-service .service-item:hover {
    background-color: #8644A2;
    box-shadow: 0px 10px 50px rgba(29, 29, 29, 0.05);
    border-radius: 10px;
}

.inner-service .service-item:hover .service-icon span svg .path {
    stroke: #fff;
}

.inner-service .service-item:hover .service-icon span svg .circle {
    color: #fff;
}

.inner-service .service-item:hover .service-item-text h3 {
    color: #fff;
}

.inner-service .service-item:hover .service-item-text p {
    color: #fff;
}

.inner-service .service-item:hover .service-btn a {
    color: #fff;
}

.inner-service .service-item:hover .service-overelay {
    opacity: 1;
}

.inner-service .service-item-002 {
    background-color: #8644A2;
    box-shadow: 0px 10px 50px rgba(29, 29, 29, 0.05);
    border-radius: 10px;
}

.inner-service .service-item-002 .service-btn a {
    color: #fff;
}

.inner-service .service-item-002 .service-overelay {
    opacity: 1;
}

.inner-service .service-item-002 .service-icon span svg .path {
    stroke: #fff;
}

.inner-service .service-item-002 .service-icon span svg .circle {
    color: #fff;
}

.inner-service .service-item-002 .service-item-text h3 {
    font-weight: 700;
    font-size: 26px;
    line-height: 150%;
    color: #fff;
    padding-top: 24px;
}

.inner-service .service-item-002 .service-item-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 152%;
    color: #fff !important;
    letter-spacing: -0.01em;
    padding-top: 24px;
}

.service-mt {
    padding: 120px 0 0px 0;
}

.service-mt .mar-top {
    margin-top: 0;
}

.service-4 {
    background: rgb(232, 250, 243);
    padding: 110px 0 86px 0;
}

.service-4 .service-title {
    padding-bottom: 37px;
}

.service-4 .service-title h3 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    color: rgb(253, 204, 4);
}

.service-4 .service-title h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 140%;
    color: #04091E;
}

.service-4 .service-title .service-inner-text {
    z-index: 1;
}

.service-4 .service-title .service-inner-text img {
    position: absolute;
    top: 42px;
    right: 0;
    z-index: -1;
}

.service-4 .service-title span:nth-child(2) {
    display: block;
}

.service-4 .service-card {
    padding: 24px;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    overflow: hidden;
    margin: 0 22px 32px 0;
    border: 0.05px solid rgb(255, 255, 255);
    transition: all 0.5s linear;
    direction: rtl;
}

.service-4 .service-card:hover {
    border: 0.05px solid rgb(253, 204, 4);
}

.service-4 .service-card:hover a {
    color: #FDCC04;
}

.service-4 .service-card .service-overlay {
    position: absolute;
    left: -25px;
    top: -20px;
}

.service-4 .service-card .service-content h2 {
    font-size: 30px;
    line-height: 58.8px;
    font-weight: 600;
    background: -webkit-linear-gradient(rgba(59, 60, 61, 0.072), rgba(4, 9, 30, 0.048));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.service-4 .service-card .service-content h2 span {
    display: block;
}

.service-4 .service-card .service-content h3 {
    color: rgb(4, 9, 30);
    font-weight: 700;
    margin-top: -21px;
}

.service-4 .service-card .service-content p {
    padding: 12px 0 16px 0;
}

.service-4 .service-card .service-content .service-btn a {
    font-weight: 400;
    text-decoration: underline;
}

.service-4 .service-card .service-content .service-btn i {
    transform: rotate(45deg);
    margin-right: 2px;
}

.photographer-service {
    padding: 103px 0 120px 0;
    background-color: rgba(217, 217, 217, 0.031);
}

.photographer-service .slick-center .service-card {
    background-color: #FDCC04;
    transition: all 0.5s linear;
}

.photographer-service .slick-center .service-card h3 {
    color: rgb(4, 9, 30);
}

.photographer-service .slick-center .service-card p {
    color: rgb(4, 9, 30);
}

.photographer-service .slick-center .service-card a {
    color: rgb(4, 9, 30);
}

.photographer-service .slick-center .service-card .service-card-img svg path {
    color: #04091E !important;
}

.photographer-service .slick-center .service-card .service-card-img svg circle {
    fill: #04091E !important;
}

.photographer-service .slick-center .service-card .service-overlay {
    position: absolute;
    width: 319px;
    height: 319px;
    border-radius: 100%;
    border: 80px solid rgba(255, 255, 255, 0.1803921569);
    opacity: 1;
    top: 200px;
    left: 139px;
}

.photographer-service .slick-center .service-card .service-card-img svg path {
    stroke: currentColor;
    color: #FDCC04;
}

.photographer-service .slick-center .service-card .service-card-content h3 {
    padding: 24px 0;
    color: rgb(4, 9, 30);
    font-weight: 700;
}

.photographer-service .slick-center .service-card .service-card-content h3 span {
    display: block;
}

.photographer-service .slick-center .service-card .service-btn {
    padding: 20px 0;
}

.photographer-service .slick-center .service-card .service-btn a {
    font-weight: 400;
    text-decoration: underline;
}

.photographer-service .slick-center .service-card .service-btn .fa-arrow-left {
    transform: rotate(45deg);
}

.photographer-service .slick-service {
    margin-top: 42px;
}

.photographer-service .service-tittle p {
    font-size: 20px;
    line-height: 32px;
}

.photographer-service .service-card-top {
    margin-top: 42px;
}

.photographer-service .service-card-bottom {
    margin-top: 30px;
}

.photographer-service .service-card {
    padding: 33px 28px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    border: 1px solid rgba(29, 29, 29, 0.05);
    position: relative;
    margin-right: 20px;
    overflow: hidden;
}

.photographer-service .service-card:hover {
    background-color: #FDCC04;
    transition: all 0.5s linear;
}

.photographer-service .service-card:hover h3 {
    color: rgb(4, 9, 30);
}

.photographer-service .service-card:hover p {
    color: rgb(4, 9, 30);
}

.photographer-service .service-card:hover a {
    color: rgb(4, 9, 30);
}

.photographer-service .service-card:hover .service-card-img svg path {
    color: #04091E;
}

.photographer-service .service-card:hover .service-card-img svg circle {
    fill: #04091E;
}

.photographer-service .service-card .service-overlay {
    position: absolute;
    width: 319px;
    height: 319px;
    border-radius: 100%;
    border: 80px solid rgba(255, 255, 255, 0.1803921569);
    opacity: 1;
    top: 200px;
    left: 139px;
}

.photographer-service .service-card .service-card-img svg path {
    stroke: currentColor;
    color: #FDCC04;
}

.photographer-service .service-card .service-card-content h3 {
    padding: 24px 0;
    color: rgb(4, 9, 30);
    font-weight: 700;
}

.photographer-service .service-card .service-card-content h3 span {
    display: block;
}

.photographer-service .service-card .service-btn {
    padding: 20px 0;
}

.photographer-service .service-card .service-btn a {
    font-weight: 400;
    text-decoration: underline;
}

.photographer-service .service-card .service-btn .fa-arrow-left {
    transform: rotate(45deg);
}

.photographer-service .service-card-002 {
    background-color: #FDCC04;
    transition: all 0.5s linear;
}

.photographer-service .service-card-002 h3 {
    color: rgb(4, 9, 30);
}

.photographer-service .service-card-002 p {
    color: rgb(4, 9, 30);
}

.photographer-service .service-card-002 a {
    color: rgb(4, 9, 30);
}

.photographer-service .service-card-002 .service-card-img svg path {
    color: #04091E !important;
}

.photographer-service .service-card-002 .service-card-img svg circle {
    fill: #04091E;
}

.photographer-service .service-card-002 .service-overlay {
    position: absolute;
    width: 319px;
    height: 319px;
    border-radius: 100%;
    border: 80px solid rgba(255, 255, 255, 0.1803921569);
    opacity: 1;
    top: 200px;
    left: 139px;
}

.photographer-service .service-card-002 .service-card-img svg path {
    stroke: currentColor;
    color: #FDCC04;
}

.photographer-service .service-card-002 .service-card-content h3 {
    padding: 24px 0;
    color: rgb(4, 9, 30);
    font-weight: 700;
}

.photographer-service .service-card-002 .service-card-content h3 span {
    display: block;
}

.photographer-service .service-card-002 .service-btn {
    padding: 20px 0;
}

.photographer-service .service-card-002 .service-btn a {
    font-weight: 400;
    text-decoration: underline;
}

.photographer-service .service-card-002 .service-btn .fa-arrow-left {
    transform: rotate(45deg);
}

.photographer-service .slick-dots button {
    background-color: #FDCC04;
    opacity: 0.9;
}

.photographer-service .slick-active button {
    background-color: #FDCC04;
}

.service-details-photographer {
    padding: 120px 0 0 0;
}

.service-details-photographer .service-heading {
    padding-bottom: 40px;
}

.service-details-photographer .service-heading .service-social-detail {
    padding: 40px 0 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.129);
}

.service-details-photographer .service-heading .service-social-detail .service-date p {
    color: rgb(4, 9, 30);
    font-weight: 600;
}

.service-details-photographer .service-heading .service-social-detail .service-date a {
    color: #747681;
    font-weight: 400;
    font-size: 18px;
    line-height: 152%;
}

.service-details-photographer .service-heading .service-social-icon {
    gap: 16px;
}

.service-details-photographer .service-heading .service-social-icon i {
    font-size: 15px;
    width: 40px;
    height: 40px;
    background-color: rgb(4, 9, 30);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    transition: all 0.5s;
}

.service-details-photographer .service-heading .service-social-icon i:hover {
    background-color: rgb(253, 204, 4);
    color: rgb(4, 9, 30);
}

.service-details-photographer .service-heading .service-social-icon-2 {
    gap: 16px;
}

.service-details-photographer .service-heading .service-social-icon-2 i {
    font-size: 15px;
    width: 40px;
    height: 40px;
    background-color: rgb(4, 9, 30);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    transition: all 0.5s;
}

.service-details-photographer .service-heading .service-social-icon-2 i:hover {
    background-color: #8644A2 !important;
    color: #fff !important;
}

.service-details-photographer .service-blog .service-blog-tittle h2 {
    padding-bottom: 20px;
}

.service-details-photographer .service-blog .service-blog-tittle p {
    padding-bottom: 12px;
}

.service-details-photographer .service-blog .service-research .service-research-tittle h3 {
    color: rgb(4, 9, 30);
    font-weight: 600;
    padding-top: 8px;
}

.service-details-photographer .service-blog .service-research .service-research-tittle p {
    padding: 20px 0 40px 0;
}

.service-details-photographer .service-blog .service-research .service-research-img {
    display: flex;
    gap: 0 30px;
}

.service-details-photographer .service-blog .service-research .service-list {
    padding: 40px 20px 50px 20px;
}

.service-details-photographer .service-blog .service-research .service-list li {
    list-style: circle;
    padding-bottom: 10px;
}

.lawyer-service .container {
    max-width: 1292px;
    padding: 51px 35px 60px 51px;
    box-shadow: 0 10px 50px 0 rgba(29, 29, 29, 0.05);
    border: 1px solid rgba(29, 29, 29, 0.05);
    border-radius: 12px;
    margin-top: -76px;
    background-color: #ffffff;
}

.lawyer-service .container .service-heading {
    position: relative;
    z-index: 1;
}

.lawyer-service .container .service-heading .service-heading-img {
    position: absolute;
    top: 66px;
    right: 134px;
    z-index: -1;
}

.lawyer-service .container .service-heading p {
    color: rgb(255, 63, 0);
}

.lawyer-service .service-tittle {
    padding: 0 20px;
}

.lawyer-service .service-card-wrapper {
    padding-top: 40px;
}

.lawyer-service .service-card-wrapper .service-card {
    padding: 40px 32px;
    border: 2px solid rgb(244, 244, 244);
    border-radius: 8px;
    margin-right: 16px;
    transition: all 0.5s;
}

.lawyer-service .service-card-wrapper .service-card:hover {
    border-color: rgb(255, 63, 0);
}

.lawyer-service .service-card-wrapper .service-card .service-card-content {
    padding-top: 20px;
}

.lawyer-service .service-card-wrapper .service-card .service-card-content h3 {
    color: rgb(4, 9, 30);
    font-weight: 600;
}

.lawyer-service .service-card-wrapper .service-card .service-card-content p {
    padding: 12px 0 20px 0;
}

.lawyer-service .service-card-wrapper .service-card .service-card-content a {
    text-decoration: underline;
    font-weight: 400;
}

.lawyer-service .service-card-wrapper .service-card .service-card-content a i {
    margin-left: 10px;
}

.lawyer-service .service-card-wrapper .service-card-2 {
    padding: 40px 32px;
    border-color: rgb(255, 63, 0);
    border-radius: 8px;
    margin-right: 16px;
    transition: all 0.5s;
}

.lawyer-service .service-card-wrapper .service-card-2:hover {
    border: 2px solid rgb(244, 244, 244);
}

.lawyer-service .service-card-wrapper .service-card-2 .service-card-content {
    padding-top: 20px;
}

.lawyer-service .service-card-wrapper .service-card-2 .service-card-content h3 {
    color: rgb(4, 9, 30);
    font-weight: 600;
}

.lawyer-service .service-card-wrapper .service-card-2 .service-card-content p {
    padding: 12px 0 20px 0;
}

.lawyer-service .service-card-wrapper .service-card-2 .service-card-content a {
    text-decoration: underline;
    font-weight: 400;
}

.lawyer-service .service-card-wrapper .service-card-2 .service-card-content a i {
    margin-left: 10px;
}

.lawyer-service .service-card-wrapper .service-card-btn {
    padding-top: 60px;
}

.lawyer-service .service-card-wrapper .service-card-btn a {
    padding: 16px 21px;
    border: 1px solid rgba(116, 118, 129, 0.264);
    color: #747681;
    border-radius: 8px;
    font-weight: 500;
    font-size: 18px;
    line-height: 152%;
    display: inline-block;
    transition: all 0.5s;
}

.lawyer-service .service-card-wrapper .service-card-btn a i {
    margin-right: 10px;
}

.lawyer-service .service-card-wrapper .service-card-btn a:hover {
    border: 1px solid rgb(255, 63, 0);
    color: rgb(255, 63, 0);
}

.lawyer-service-2 .container {
    max-width: 1292px;
    padding: 114px 0px 120px 0px;
    box-shadow: 0 10px 50px 0 transparent;
    border: none;
    border-radius: 12px;
    margin-top: 0px;
    background-color: #ffffff;
}

.lawyer-service-2 .container .service-heading p {
    color: rgb(255, 63, 0);
}


/* customers css part end  */

.customers {
    padding: 93px 0 120px 0;
    background: url("../assets/image/others/banner/Customer-bg.png") no-repeat center/cover;
}

.customers .coustomers-text {
    text-align: center;
}

.customers .coustomers-text h2 {
    font-weight: 600;
    font-size: 24px;
    color: #04091E;
}

.customers .customers-item {
    position: relative;
    margin-top: 17px;
}

.customers .customers-item::before {
    position: absolute;
    content: "";
    top: 70px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #cdd6d7;
}

.customers .customers-item .customers-inner .slick-center.customers-img img {
    opacity: 1;
}

.customers .customers-item .customers-inner .slick-center.customers-img::before {
    width: 100% !important;
}

.customers .customers-item .customers-inner .customers-img {
    position: relative;
    padding-bottom: 32px;
    display: flex;
    justify-content: center;
}

.customers .customers-item .customers-inner .customers-img::before {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #000;
    transition: all 0.5s;
}

.customers .customers-item .customers-inner .customers-img img {
    opacity: 0.3;
    transition: all 0.5s;
    width: 100px;
    height: 40px;
}

.customers .customer-head {
    text-align: center;
    margin-top: 71px;
}

.customers .customer-head span {
    font-weight: 500;
    font-size: 20px;
    color: #8644A2;
    line-height: 32px;
}

.customers .customer-head h2 {
    font-weight: 700;
    font-size: 48px;
    color: #04091E;
    line-height: 67.2px;
}

.customers .customer-head-item-slick {
    margin-top: 33px;
}

.customers .customer-head-item {
    padding: 39px 33px 31px 40px;
    background-color: #fff;
    border-radius: 4px;
}

.customers .customer-head-item .icon {
    display: flex;
    gap: 10px;
}

.customers .customer-head-item .icon i {
    font-size: 20px;
    color: #FDCC04;
}

.customers .customer-head-item .text p {
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: #747681;
    padding-top: 16px;
}

.customers .customer-head-inner {
    display: flex;
    justify-content: space-between;
}

.customers .customer-head-inner .customer-head-innner-df {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 35px;
}

.customers .customer-head-inner .customer-head-innner-df .customer-head-inner-text h4 {
    font-weight: 600;
    font-size: 24px;
    color: #04091E;
}

.customers .customer-head-inner .customer-head-innner-df .customer-head-inner-text p {
    font-weight: 400;
    font-size: 18px;
    color: #747681;
}

.customers .mart {
    padding: 0 20px;
}

.customers .slick-dots {
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 60px 0 0 0;
    gap: 12px;
    padding: 0;
}

.customers .slick-dots button {
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #8644A2;
    opacity: 0.2;
    text-indent: -9999px;
}

.customers .slick-dots li.slick-active button {
    background-color: #8644A2;
    opacity: 1;
    height: 14px;
    width: 14px;
}

.customers-1 {
    padding: 95px 0 120px 0;
}

.customers-two {
    padding: 110px 0 120px 0;
    background: url("../assets/image/others/banner/Customer-2.png") no-repeat center/cover;
}

.customers-two .coustomers-text {
    text-align: center;
    margin-top: 55px;
}

.customers-two .coustomers-text h2 {
    font-weight: 600;
    font-size: 24px;
    color: #F5F5F5;
}

.customers-two .customers-item {
    position: relative;
    margin-top: 46px;
}

.customers-two .customers-item::before {
    position: absolute;
    content: "";
    top: 70px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #747681;
}

.customers-two .customers-item .customers-inner .slick-center.customers-img img {
    opacity: 1;
}

.customers-two .customers-item .customers-inner .slick-center.customers-img::before {
    width: 100% !important;
}

.customers-two .customers-item .customers-inner .customers-img {
    position: relative;
    padding-bottom: 32px;
    display: flex;
    justify-content: center;
}

.customers-two .customers-item .customers-inner .customers-img::before {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #fff;
    transition: all 0.5s;
}

.customers-two .customers-item .customers-inner .customers-img img {
    opacity: 0.3;
    transition: all 0.5s;
    width: 100px;
    height: 40px;
}

.customers-two .customer-head {
    text-align: center;
    margin-top: 0px;
}

.customers-two .customer-head span {
    font-weight: 500;
    font-size: 20px;
    color: #DAED1A;
    line-height: 32px;
}

.customers-two .customer-head h2 {
    font-weight: 700;
    font-size: 48px;
    color: #fff;
    line-height: 67.2px;
}

.customers-two .customer-head-item-slick {
    margin-top: 33px;
}

.customers-two .customer-head-item {
    padding: 39px 33px 31px 40px;
    background-color: #16213C;
    border-radius: 4px;
}

.customers-two .customer-head-item .icon {
    display: flex;
    gap: 10px;
}

.customers-two .customer-head-item .icon i {
    font-size: 20px;
    color: #FDCC04;
}

.customers-two .customer-head-item .text p {
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: #F5F5F5;
    padding-top: 16px;
}

.customers-two .customer-head-inner {
    display: flex;
    justify-content: space-between;
}

.customers-two .customer-head-inner .customer-head-innner-df {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 35px;
}

.customers-two .customer-head-inner .customer-head-innner-df .customer-head-inner-text h4 {
    font-weight: 600;
    font-size: 24px;
    color: #fff;
}

.customers-two .customer-head-inner .customer-head-innner-df .customer-head-inner-text p {
    font-weight: 400;
    font-size: 18px;
    color: #747681;
}

.customers-two .mart {
    padding: 0 20px;
}

.customers-two .slick-dots {
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 60px 0 0 0;
    gap: 12px;
    padding: 0;
}

.customers-two .slick-dots button {
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #DAED1A;
    opacity: 0.2;
    text-indent: -9999px;
}

.customers-two .slick-dots li.slick-active button {
    background-color: #DAED1A;
    opacity: 1;
    height: 14px;
    width: 14px;
}

.customer-4 {
    background: url("../../../assets/image/customer-bg.png.html") no-repeat center/cover;
    padding: 110px 0 0px 0;
    margin-bottom: -16px;
}

.customer-4 .customer-heading h3 {
    padding-bottom: 12px;
}

.Project {
    background: url("../images/banner/Project-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 631px;
    position: relative;
    z-index: -1;
}

.Projec-too {
    background: url("../images/banner/projecr-bg-2.png") no-repeat center/cover;
    width: 100%;
    min-height: 631px;
    position: relative;
    z-index: -1;
    background-color: transparent;
}

.Project-pt {
    padding-top: 40px;
}

.Project-two-three {
    background-color: #F7F7FD;
    z-index: 1;
    position: absolute;
    width: 100%;
}

.project-bg {
    padding: 62px 54px 62px 54px !important;
    margin: 0 0 -20px 0;
    background-color: #fff;
    z-index: 222;
    margin-top: -360px !important;
    position: relative;
    box-shadow: 0px 9px 126px rgba(20, 0, 255, 0.06);
    border-radius: 4px;
    border: 1px solid #ECEAFF;
    position: relative;
    overflow: hidden;
}

.project-bg::before {
    position: absolute;
    content: "";
    top: 240px;
    right: -149px;
    width: 470px;
    height: 470px;
    border: 100px solid #8644A2;
    opacity: 0.08;
    border-radius: 50%;
}

.Project-pt {
    padding-top: 40px;
}

.Project-head h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 128%;
    color: #04091E;
}

.Project-head p {
    font-weight: 400;
    font-size: 18px;
    line-height: 152%;
    color: #747681;
    padding-top: 18px;
}

.Project-head-middel {
    margin-top: 18px;
}

.Project-head-middel .Project-head-middel-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 15px;
}

.Project-head-middel .Project-head-middel-item:last-child {
    padding-bottom: 0px;
}

.Project-head-middel .Project-head-middel-item .icon i {
    color: #8644A2;
    font-size: 20px;
}

.Project-head-middel .Project-head-middel-item .text ul {
    margin: 0;
    padding: 0;
}

.Project-head-middel .Project-head-middel-item .text ul li {
    font-weight: 500;
    font-size: 18px;
    color: #04091E;
    font-family: IRANSans;
}

.Project-btn {
    margin-top: 45px;
    line-height: 0;
}

.Project-right-item {
    padding: 0px 33px 24px 33px;
    background-color: #F2F6FE;
    border: 1px solid #F4F4F4;
    border-radius: 4px;
    transition: background-color 0.5s ease;
    z-index: 222;
    margin: 0 10px;
}

.Project-right-item .Project-right-icon {
    display: flex;
    justify-content: center;
}

.Project-right-item .Project-right-icon .icon {
    width: 80px;
    height: 80px;
    background-color: #8644A2;
    border-radius: 50px;
    text-align: center;
    line-height: 80px;
    margin-top: -35px;
    transition: 0.5s;
    border: 1px solid #8644A2;
}

.Project-right-item:hover {
    background-color: #8644A2;
}

.Project-right-item:hover .Project-right-icon .icon {
    border: 1px solid #fff;
}

.Project-right-item:hover .Project-right-item-text h3 {
    color: #fff;
}

.Project-right-item:hover .Project-right-item-text p {
    color: #fff;
}

.Project-right-item-text h3 {
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    color: #04091E;
    padding-top: 30px;
    transition: 0.5s;
    line-height: 35px;
}

.Project-right-item-text p {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    color: #747681;
    transition: 0.5s;
    line-height: 35px;
}

.Project-right-top {
    margin-top: 50px;
}

.martop {
    margin-top: 72px;
}

.project-4 {
    padding: 120px 0 0 0;
    background: url("../images/banner/Project-bg.png") no-repeat top center;
    min-height: 840px !important;
}

.project-4 .project-section {
    background: rgb(255, 255, 255);
    padding: 61px 38px 31px 57px;
    border-radius: 4px;
    margin-top: 170px;
    box-shadow: 0 9px 126px rgba(20, 0, 255, 0.06);
}

.project-4 .project-section .project-content .project-tittle p {
    padding: 18px 0;
}

.project-4 .project-section .project-content .project-list li {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.project-4 .project-section .project-content .project-list li:last-child {
    padding-bottom: 0;
}

.project-4 .project-section .project-content .project-list li i {
    margin-right: 14px;
    font-size: 16px;
    color: rgb(253, 204, 4);
}

.project-4 .project-section .project-content .project-list li p {
    color: rgb(4, 9, 30);
}

.project-4 .project-section .project-content .project-btn {
    margin-top: 44PX;
}

.project-4 .project-section .project-counter-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: rgb(245, 245, 245);
    border: 1px solid rgb(244, 244, 244);
    padding: 24px 36px;
    margin: 30px 10px;
    border-radius: 4px;
    transition: all 0.5s linear;
}

.project-4 .project-section .project-counter-box:hover {
    background-color: rgb(253, 204, 4);
}

.project-4 .project-section .project-counter-box:hover p {
    color: rgb(4, 9, 30);
}

.project-4 .project-section .project-counter-box .counter-img {
    margin-top: -60px;
}

.project-4 .project-section .project-counter-box .counter-content {
    padding-top: 21px;
}

.thought {
    padding: 120px 0 120px 0;
}

.thought-two {
    padding: 312px 0 118px 0;
}

.thought-2 {
    padding: 120px 0 120px 0;
}

.thought-3 {
    padding: 135px 0 120px 0;
}

.thought-three {
    padding: 120px 0 120px 0;
}

.thought-text {
    position: relative;
    z-index: 1;
}

.thought-text h2 {
    font-weight: 700;
    font-size: 50px;
    line-height: 140%;
    color: #04091E;
}

.p-r {
    padding-left: 35px;
}

.thought-vic {
    position: absolute;
    right: -42px;
    top: 8px;
    z-index: -1;
}

.accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: IRANSans;
    padding: 13px 0 12px 0;
    font-weight: 500;
    font-size: 24px;
    color: #04091E;
    background-color: #fff;
}

.accordion-button div h3 {
    font-weight: 500;
    font-size: 20px;
    color: #04091E;
    text-align: right;
    padding-left: 10px;
}

.accordion-button div span {
    width: 32px;
    height: 32px;
    color: #04091E;
    text-align: center;
    line-height: 32px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 18px;
    margin-left: 20px;
}

.accordion-button span {
    width: 32px;
    height: 32px;
    color: #04091E;
    text-align: center;
    line-height: 32px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 18px;
    margin-left: 20px;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0.25rem transparent;
}

.accordion-button:not(.collapsed) {
    color: #04091E;
    background-color: transparent;
    box-shadow: inset 0 -1px 0 transparent;
}

.accordion-button:not(.collapsed) span {
    width: 32px;
    height: 32px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    border-radius: 50px;
    background-color: #04091E;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../assets/image/others/icon/after-icon.png");
    transform: rotate(-180deg);
}

.accordion-button::after {
    width: 13px;
    height: 7px;
    background-image: url("../assets/image/others/icon/after-icon.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 10px;
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid rgba(116, 118, 129, 0.3960784314);
}

.accordion-flush .accordion-collapse {
    border-bottom: 2px solid #04091E;
}

.accordion-item {
    background-color: #fff;
    border-bottom: 1px solid rgba(116, 118, 129, 0.3960784314);
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.accordion-body {
    padding: 0 0px 28px 50px;
}

.accordion-body p {
    font-weight: 400;
    font-size: 18px;
    line-height: 152%;
    color: #04091E;
}

.accordion-body a {
    padding-top: 10px;
    font-weight: 400;
    font-size: 18px;
    color: #8644A2;
    display: flex;
    align-items: center;
    gap: 30px;
}

.send .send-item {
    background: url("../assets/image/others/send.png") no-repeat center/cover;
    padding: 52px 32px 67px 32px;
}

.send .send-item .send-inner {
    display: flex;
    gap: 60px;
    padding-bottom: 14px;
}

.send .send-item .send-btn {
    text-align: end;
    margin-top: 38px;
    line-height: 0;
}

.mb-3 {
    margin-bottom: 0rem !important;
    width: 100%;
}

.form-label {
    margin-bottom: 2px;
    font-weight: 500;
    font-size: 18px;
    line-height: 152%;
    color: #747681;
    font-family: IRANSans;
}

.form-control {
    display: block;
    width: 100%;
    padding: 14px 16px;
    font-weight: 400;
    font-size: 14px;
    font-family: IRANSans;
    border: 1px solid #F4F4F4;
    border-radius: 8px;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #8644A2;
    outline: 0;
    box-shadow: 0 0 0 0.25rem transparent;
}

.accordion-form {
    padding: 0px 0 120px 0;
}

.accordion-form .accordion-tittle {
    z-index: 1;
    padding-bottom: 15px;
}

.accordion-form .accordion-tittle .accordion-tittle-img {
    z-index: -1;
    top: -2px;
    right: 45px;
}

.accordion-form .accordion-tittle span {
    display: block;
}

.accordion-form .accordion-flush .accordion-item {
    border-bottom: 1px solid rgba(116, 118, 129, 0.344);
}

.accordion-form .accordion-flush .accordion-item h3 {
    color: rgb(4, 9, 30);
}

.accordion-form .accordion-flush .accordion-item .accordion-collapse {
    border-bottom: 2px solid rgb(4, 9, 30);
}

.accordion-form .accordion-flush .accordion-item .accordion-collapse:last-of-type {
    border-radius: 0;
}

.accordion-form .accordion-flush .accordion-item .accordion-button {
    padding: 25px 0;
}

.accordion-form .accordion-flush .accordion-item .accordion-button:focus {
    border: transparent;
    box-shadow: none;
    outline: none;
}

.accordion-form .accordion-flush .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent;
}

.accordion-form .accordion-flush .accordion-item .accordion-button:not(.collapsed) span {
    background: rgb(4, 9, 30);
    color: white;
}

.accordion-form .accordion-flush .accordion-item .accordion-button span {
    width: 36px;
    height: 35px;
    color: rgb(4, 9, 30);
    display: flex;
    font-size: 18px;
    line-height: 35px;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 20px;
    transition: all 0.4s;
}

.accordion-form .accordion-flush .accordion-item .accordion-body {
    padding: 0 52px 26px 52px;
}

.accordion-form .accordion-flush .accordion-item .accordion-body p {
    padding-bottom: 9px;
}

.accordion-form .accordion-flush .accordion-item .accordion-body a {
    text-decoration: underline;
    font-weight: 400;
}

.accordion-form .accordion-flush .accordion-item .accordion-body a i {
    margin-left: 30px;
}

.accordion-form .form {
    background: url("../assets/image/form-bg.png") no-repeat center/cover;
    padding: 52px 32px 67px 32px;
}

.accordion-form .form .form-control {
    padding: 14px 16px;
    font-size: 14px;
    border: transparent;
    text-decoration: inherit;
}

.accordion-form .form .form-control:focus {
    border-color: transparent;
    box-shadow: none;
    border: transparent;
}

.accordion-form .form .form-btn {
    margin-top: 35px;
}

.photographer-form {
    padding: 120px 0;
    background: url("../assets/image/Photographer/form.png") no-repeat center/cover;
    direction: rtl;
}

.photographer-form .hire-content p {
    color: rgb(253, 204, 4);
    font-size: 20px;
    line-height: 32px;
}

.photographer-form .hire-content p:last-child {
    color: rgb(244, 244, 244);
}

.photographer-form .hire-content h2 {
    color: #ffffff;
    padding: 8px 0 20px 0;
}

.photographer-form .hire-content h2 span {
    display: block;
}

.photographer-form .contact-form ::-moz-placeholder {
    color: rgb(116, 118, 129);
}

.photographer-form .contact-form ::placeholder {
    color: rgb(116, 118, 129);
}

.photographer-form .contact-form input {
    border-radius: 8px;
    margin-bottom: 25px;
}

.photographer-form .contact-form .form-control {
    padding: 14px 16px;
    font-size: 14px;
    text-decoration: inherit;
    color: #ffffff;
    background-color: rgb(5, 15, 37);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.photographer-form .contact-form .form-control:focus {
    border-color: transparent;
    box-shadow: none;
}

.photographer-form .contact-form .form-btn {
    margin-top: 30px;
    line-height: 0;
}

.photographer-form .contact-form .form-btn .btn-style-3 {
    width: 210px;
}

.photographer-form .contact-form .form-btn .btn-style-3 a {
    font-weight: 500;
    font-size: 18px;
}

.lawyer-form {
    padding: 120px 0 !important;
    background: url("../images/banner/projecr-bg-2.png") no-repeat center/cover;
}

.lawyer-form .hire-content p {
    color: #FF3F00;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
}

.lawyer-form .hire-content p:last-child {
    color: rgb(244, 244, 244);
}

.lawyer-form .hire-content h2 {
    color: #ffffff;
    padding: 8px 0 20px 0;
}

.lawyer-form .hire-content h2 span {
    display: block;
}

.lawyer-form .contact-form {
    background-color: rgba(4, 9, 30, 0.807);
    padding: 48px;
    border-radius: 15px;
}

.lawyer-form .contact-form ::-moz-placeholder {
    color: rgb(116, 118, 129);
}

.lawyer-form .contact-form ::placeholder {
    color: rgb(116, 118, 129);
}

.lawyer-form .contact-form input {
    margin-bottom: 25px;
}

.lawyer-form .contact-form .from-iitem {
    display: flex;
    gap: 30px;
}

.lawyer-form .contact-form .from-iitem .mb-3 .form-control {
    height: 100%;
    padding: 10px 10px 0px 16px;
}

.lawyer-form .contact-form .from-iitem .from-iinner {
    width: 100%;
}

.lawyer-form .contact-form .exampleFormControlInput1 {
    font-family: IRANSans;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #373F51;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
}

.lawyer-form .contact-form .form-control {
    color: #04091E;
    height: 55px;
    width: 100%;
    border-radius: 4px 4px 4px 4px;
    padding: 0px 10px 0px 16px;
    margin: 10px 0px 10px 0px;
    transition: 0.3s;
    font-weight: 500;
}

.lawyer-form .contact-form .form-control:focus {
    border-color: rgb(255, 63, 0);
    box-shadow: none;
}

.lawyer-form .contact-form .from-iinner-btn {
    line-height: 0;
    margin-top: 30px;
}

.lawyer-form .contact-form .from-iinner-btn .btn-style-4 {
    width: 210px;
}

.lawyer-form .contact-form .from-iinner-btn a {
    background: rgb(255, 63, 0);
    border-color: rgb(255, 63, 0);
    color: #ffffff;
}

.lawyer-form .contact-form .from-iinner-btn a i {
    margin-left: 10px;
}

.thought-teacher .form-control:focus {
    border-color: #FDCC04;
}

.Product {
    padding: 420px 0 120px 0;
    background: url("../assets/image/others/banner/Product-bg.png") no-repeat center/cover;
    margin-top: -294px;
}

.Product-2 {
    margin-top: 0px;
    padding: 124px 0 120px 0;
}

.Product-2 .h-1-blog-btn {
    display: flex;
    justify-content: end;
    margin-top: 25px;
}

.Product-2 .pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    gap: 8px;
}

.Product-2 .page-link {
    padding: 0px 0px;
    height: 40px;
    width: 40px;
    background-color: #FFFFFF;
    border: 1px solid #F1F1F1;
    border-radius: 8px;
    text-align: center;
    line-height: 40px;
}

.Product-2 .page-link i {
    color: #04091E;
}

.Product-2 .page-link {
    color: #747681;
}

.Product-2 .page-link:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0.25rem transparent;
}

.Product-2 .page-item:first-child .page-link {
    border-radius: 8px;
}

.Product-2 .page-item:last-child .page-link {
    border-radius: 8px;
}

.Product-head {
    position: relative;
    z-index: 1;
}

.Product-head h2 {
    text-align: center;
    font-weight: 700;
    font-size: 48px;
    color: #04091E;
}

.Product-vic {
    position: absolute;
    top: 0px;
    right: 257px;
    z-index: -1;
}

.Product-item {
    position: relative;
}

.Product-item .Product-img img {
    width: 100%;
    position: relative;
}

.Product-item .Product-img .product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: #8644A2;
    opacity: 0.9;
    z-index: 111;
    transition: all linear 0.5s;
    border-radius: 5px;
}

.Product-item .Product-img .product-overlay span {
    position: absolute;
    top: 45%;
    left: 45%;
    opacity: 0;
    transition: all linear 0.5s;
}

.Product-item .Product-text {
    position: absolute;
    bottom: 36px;
    right: 30px;
    transition: all linear 0.5s;
}

.Product-item .Product-text p {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    position: relative;
    z-index: 1;
    margin-left: 20px;
}

.Product-item .Product-text p::before {
    position: absolute;
    content: "";
    top: 10px;
    right: -20px;
    width: 14px;
    height: 14px;
    background-color: #DAED1A;
    border-radius: 50px;
    z-index: -1;
}

.Product-item .Product-text h6 {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
}

.Product-item:hover .Product-img .product-overlay {
    height: 100%;
}

.Product-item:hover .product-overlay span {
    opacity: 1;
}

.Product-item:hover .Product-text {
    opacity: 0;
}

.Product-top {
    margin-top: 55px;
}

.Product-btn {
    text-align: center;
    margin-top: 60px;
}

.Product-btn a {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    display: inline-block;
    color: #747681;
    padding: 16px 24px;
    border: 1.5px solid #747681;
    border-radius: 8px;
    transition: all linear 0.3s;
}

.Product-btn a:hover {
    background-color: #8644A2;
    border: 1.5px solid #8644A2;
    color: #fff;
}

.blog-btm-btn {
    text-align: center;
    margin-top: 30px;
}

.blog-btm-btn .btn-style-1 {
    padding: 20px 40px;
    border: 1.5px solid #747681;
    border-radius: 8px;
    color: #747681;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    display: inline-block;
    transition: all 0.5s;
    background-color: transparent !important;
}

.blog-btm-btn .btn-style-1:hover {
    background-color: #8644A2 !important;
    border-color: #8644A2;
}

.blog-btm-btn .btn-style-1:hover a {
    color: #fff !important;
}

.blog-btm-btn a {
    color: #747681 !important;
}

.grid-sizer,
.grid-item {
    width: calc(33.33% - 20px);
}

.mt-pt {
    margin-bottom: 30px;
}

.blog {
    background: url("../assets/image/others/banner/Bolg.png") no-repeat center/cover;
    padding: 105px 0 120px 0;
}

.blog .blog-head {
    position: relative;
    z-index: 1;
}

.blog .blog-head h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 140%;
    color: #04091E;
    text-align: center;
    padding: 0 290px;
}

.blog .blog-vic {
    position: absolute;
    bottom: 3px;
    right: 510px;
    z-index: -1;
}

.blog .blog-top {
    margin-top: 55px;
}

.blog .blog-p {
    padding: 0 15px;
}

.blog .blog-item {
    padding: 20px 20px;
    background-color: #fff;
    border-radius: 4px;
}

.blog .blog-item .blog-img {
    height: 250px;
    overflow: hidden;
    border-radius: 8px;
}

.blog .blog-item .blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all linear 0.5s;
    position: relative;
}

.blog .blog-item .blog-inner {
    padding-top: 24px;
}

.blog .blog-item .blog-inner .blog-inner-btn {
    display: flex;
    gap: 8px;
}

.blog .blog-item .blog-inner .blog-inner-btn a {
    padding: 5px 8px;
    display: inline-block;
    background-color: #F4F4F4;
    border-radius: 6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 152%;
    color: #747681;
}

.blog .blog-item .blog-inner .blog-inner-text {
    padding-top: 7px;
}

.blog .blog-item .blog-inner .blog-inner-text a {
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    color: #04091E;
    transition: all linear 0.5s;
}

.blog .blog-item .blog-inner .blog-btn {
    padding-top: 8px;
}

.blog .blog-item .blog-inner .blog-btn a {
    font-weight: 400;
    font-size: 18px;
    color: #747681;
    padding-top: 8px;
}

.blog .blog-item:hover.blog-item .blog-img img {
    transform: scale(1.1);
}

.blog .blog-item:hover .blog-inner .blog-inner-text a {
    transform: scale(1.1);
    text-decoration-line: underline;
}

.blog .slick-dots button {
    background: #8644A2;
}

.blog .slick-active button {
    background: #8644A2 !important;
}

.blog-two {
    margin-top: -258px;
}

.blog-two .blog-head {
    margin-top: 257px;
}

.blog-two .blog-head {
    position: relative;
    z-index: 1;
}

.blog-two .blog-head h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 140%;
    color: #04091E;
    text-align: center;
    padding: 0 290px;
}

.blog-two .blog-vic {
    position: absolute;
    bottom: 3px;
    right: 510px;
    z-index: -1;
}

.blog-two .blog-top {
    margin-top: 55px;
}

.blog-two .blog-p {
    padding: 0 15px;
}

.blog-two .blog-item {
    padding: 20px 20px;
    background-color: #fff;
    border-radius: 4px;
}

.blog-two .blog-item .blog-img {
    overflow: hidden;
    border-radius: 8px;
}

.blog-two .blog-item .blog-img img {
    width: 100%;
    transition: all linear 0.5s;
    position: relative;
}

.blog-two .blog-item .blog-inner {
    padding-top: 24px;
}

.blog-two .blog-item .blog-inner .blog-inner-btn {
    display: flex;
    gap: 8px;
}

.blog-two .blog-item .blog-inner .blog-inner-btn a {
    padding: 0 8px;
    display: inline-block;
    background-color: #F4F4F4;
    border-radius: 6px;
    font-weight: 400;
    font-size: 18px;
    line-height: 152%;
    color: #747681;
}

.blog-two .blog-item .blog-inner .blog-inner-text a {
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    color: #04091E;
    transition: all linear 0.5s;
}

.blog-two .blog-item .blog-inner .blog-btn {
    padding-top: 8px;
}

.blog-two .blog-item .blog-inner .blog-btn a {
    font-weight: 400;
    font-size: 18px;
    color: #747681;
    padding-top: 8px;
}

.blog-two .blog-item:hover.blog-item .blog-img img {
    transform: scale(1.1);
}

.blog-two .blog-item:hover .blog-inner .blog-inner-text a {
    transform: scale(1.1);
    text-decoration-line: underline;
}

.blog-three {
    background: transparent;
    padding: 105px 0 120px 0;
    background-color: #050F25;
}

.blog-three .blog-head {
    position: relative;
    z-index: 1;
}

.blog-three .blog-head h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 140%;
    color: #fff;
    text-align: center;
    padding: 0 320px;
}

.blog-three .blog-top {
    margin-top: 40px;
}

.blog-three .blog-p {
    padding: 0 15px;
}

.blog-three .blog-item {
    padding: 20px 20px;
    background-color: #091530;
    border-radius: 4px;
}

.blog-three .blog-item .blog-img {
    overflow: hidden;
    border-radius: 8px;
}

.blog-three .blog-item .blog-img img {
    width: 100%;
    transition: all linear 0.5s;
    position: relative;
}

.blog-three .blog-item .blog-inner {
    padding-top: 24px;
}

.blog-three .blog-item .blog-inner .blog-inner-btn {
    display: flex;
    gap: 8px;
}

.blog-three .blog-item .blog-inner .blog-inner-btn a {
    padding: 5px 15px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 152%;
    color: #fff;
}

.blog-three .blog-item .blog-inner .blog-inner-text {
    padding-top: 7px;
}

.blog-three .blog-item .blog-inner .blog-inner-text a {
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    color: #fff;
    transition: all linear 0.5s;
}

.blog-three .blog-item .blog-inner .blog-btn {
    padding-top: 8px;
}

.blog-three .blog-item .blog-inner .blog-btn a {
    font-weight: 400;
    font-size: 18px;
    color: #747681;
    padding-top: 8px;
}

.blog-three .blog-item:hover.blog-item .blog-img img {
    transform: scale(1.1);
}

.blog-three .blog-item:hover .blog-inner .blog-inner-text a {
    transform: scale(1.1);
    text-decoration-line: underline;
}

.blog-three .slick-dots {
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 60px 0 0 0;
    gap: 12px;
    padding: 0;
}

.blog-three .slick-dots button {
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #DAED1A;
    opacity: 0.2;
    text-indent: -9999px;
}

.blog-three .slick-dots li.slick-active button {
    background-color: #DAED1A !important;
    opacity: 1;
    height: 14px;
    width: 14px;
}

.news {
    background: url("../assets/image/news-bg-min.png") no-repeat center/cover;
    padding: 105px 0 120px 0;
}

.news .row {
    padding: 50px 0 0 0;
}

.news .news-tittle {
    position: relative;
    z-index: 1;
}

.news .news-tittle span {
    display: block;
}

.news .news-tittle .news-tittle-img {
    position: absolute;
    right: 0;
    top: 16px;
    left: 95px;
    z-index: -1;
}

.news .news-section {
    direction: rtl;
    padding: 20px 20px 23px 20px;
    margin-right: 30px;
    background: rgb(255, 255, 255);
    border-radius: 4px;
    box-shadow: 5px 6px 60px rgba(172, 172, 173, 0.04);
    border: 1px solid rgba(154, 151, 151, 0.083);
}

.news .news-section:hover h3 {
    text-decoration: underline;
}

.news .news-section:hover img {
    transform: scale(1.1);
}

.news .news-section .news-img {
    overflow: hidden;
}

.news .news-section .news-img img {
    width: 100%;
    transition: all 0.5s;
}

.news .news-section .news-content .news-btn {
    margin: 24px 0 16px 0;
}

.news .news-section .news-content .news-btn a {
    color: rgb(116, 118, 129);
    font-weight: 400;
    padding: 8px;
    background: rgb(244, 244, 244);
    margin-right: 8px;
    border-radius: 10px;
    font-weight: 400;
    font-size: 18px;
}

.news .news-section .news-content .news-text h3 {
    color: rgb(4, 9, 30);
    font-weight: 600;
}

.news .news-section .news-content .news-blog-btn a {
    font-weight: 400;
    color: rgb(116, 118, 129);
    font-weight: 400;
    font-size: 18px;
}

.news li.slick-active button {
    background-color: #FDCC04;
    opacity: 1;
    height: 14px;
    width: 14px;
}

.lawyer-news {
    background: rgb(246, 249, 255);
    padding: 110px 0 120px 0;
}

.lawyer-news .row {
    padding: 38px 0 0 0;
}

.lawyer-news .news-tittle h3 {
    color: #FF3F00;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
}

.lawyer-news .news-tittle span {
    display: block;
    z-index: 1;
}

.lawyer-news .news-section {
    padding: 20px 20px 23px 20px;
    margin-right: 10px;
    background: rgb(255, 255, 255);
    border-radius: 4px;
    box-shadow: 5px 6px 60px rgba(172, 172, 173, 0.04);
    border: 1px solid rgba(154, 151, 151, 0.083);
}

.lawyer-news .news-section:hover h3 {
    text-decoration: underline;
}

.lawyer-news .news-section:hover img {
    transform: scale(1.1);
}

.lawyer-news .news-section .news-img {
    overflow: hidden;
}

.lawyer-news .news-section .news-img img {
    width: 100%;
    transition: all 0.5s;
}

.lawyer-news .news-section .news-content .news-btn {
    margin: 24px 0 16px 0;
}

.lawyer-news .news-section .news-content .news-btn a {
    color: rgb(116, 118, 129);
    font-weight: 400;
    padding: 8px;
    background: rgb(244, 244, 244);
    margin-right: 8px;
    border-radius: 10px;
    font-weight: 400;
    font-size: 18px;
}

.lawyer-news .news-section .news-content .news-text h3 {
    color: rgb(4, 9, 30);
    font-weight: 600;
}

.lawyer-news .news-section .news-content .news-blog-btn a {
    font-weight: 400;
    font-size: 18px;
    color: rgb(116, 118, 129);
}

.skills {
    padding: 80px 0;
    background: url("../assets/image/others/banner/skills-bg.png") no-repeat center/cover;
}

.skills .skill-text h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 67.2px;
    color: #fff;
}

.skills .skill-right p {
    font-weight: 400;
    font-size: 20px;
    line-height: 2;
    color: #F4F8F7;
}

.skills .skill-rigght-btn {
    margin-top: 40px;
    line-height: 0;
}

.skills .skill-rigght-btn a {
    font-family: IRANSans;
    font-size: 16px;
    font-weight: 500;
}

.skills .skill-rigght-btn a span svg {
    fill: currentColor;
    color: #fff;
}

.skills .skill-rigght-btn a:hover a span svg {
    transform: translateY(10px);
}

.skills-two {
    background: url("../assets/image/others/banner/skill-two-bg.png") no-repeat center/cover;
}

.skills-two .skill-rigght-btn-two .btn-style-1 {
    background-color: #FFD233;
}

.skills-two .skill-rigght-btn-two .btn-style-1 a {
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #04091E;
    gap: 4PX;
}

.skills-two .skill-rigght-btn-two .btn-style-1 a span svg {
    transition: all linear 0.5s;
    width: 24px;
    color: #04091E;
}

.skills-1 {
    margin-top: 118px;
}

.slick-two-2 {
    padding-top: 0;
}

.skills-three {
    padding: 80px 0;
    background: url("../assets/image/others/banner/skill-3.png") no-repeat center/cover;
}

.skills-three .skill-text h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 2;
    color: #fff;
}

.skills-three .skill-right p {
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    color: #F4F8F7;
}

.skills-three .skill-rigght-btn-two .btn-style-2 a {
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #04091E;
    gap: 4PX;
}

.skills-three .skill-rigght-btn-two .btn-style-2 a span i {
    transition: all linear 0.5s;
    width: 24px;
    color: #04091E;
}

footer {
    padding-top: 120px;
    background: url("../assets/image/others/banner/Footer-bg.png") no-repeat center/cover;
}

.footer-logo-item {
    border-left: 1px solid rgba(116, 118, 129, 0.3843137255);
    padding-left: 33px;
}

.footer-logo-item .footer-logo img {
    width: 100px;
    border-radius: 100px;
}

.footer-logo-text {
    padding-top: 21px;
}

.footer-logo-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    color: #FFFFFF;
    opacity: 0.8;
}

.footer-logo-icon {
    display: flex;
    gap: 10px;
    margin-top: 36px;
}

.footer-logo-icon i {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1176470588);
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    color: #747681;
    font-size: 20px;
    transition: all linear 0.5s;
}

.footer-logo-icon i:hover {
    background-color: #8644A2;
    color: #fff;
    transform: translateY(-10px);
}

.footer-link-df {
    border-left: 1px solid rgba(116, 118, 129, 0.3843137255);
    display: flex;
    justify-content: center;
}

.footer-link-text h2 {
    font-weight: 600;
    font-size: 24px;
    color: #fff;
}

.footer-menu {
    margin-top: 0px;
}

.footer-menu ul {
    padding: 0;
    margin: 0;
}

.footer-menu ul li {
    padding-bottom: 19px;
}

.footer-menu ul li:last-child {
    padding-bottom: 0;
}

.footer-menu ul li a {
    font-weight: 400;
    font-size: 16px;
    color: #F5F5F5;
    transition: all linear 0.5s;
}

.footer-menu ul li a:hover {
    color: #8644A2;
}

.footer-services-df {
    border-left: 1px solid rgba(116, 118, 129, 0.3843137255);
    display: flex;
    justify-content: center;
}

.footer-services-text h2 {
    font-weight: 600;
    font-size: 24px;
    color: #fff;
}

.footer-services-menu {
    margin-top: 0px;
}

.footer-services-menu ul {
    padding: 0;
    margin: 0;
}

.footer-services-menu ul li {
    padding-bottom: 19px;
}

.footer-services-menu ul li:last-child {
    padding-bottom: 0;
}

.footer-services-menu ul li a {
    font-weight: 400;
    font-size: 16px;
    color: #F5F5F5;
    transition: all linear 0.5s;
}

.footer-services-menu ul li a:hover {
    color: #8644A2;
}

.official {
    padding-right: 26px;
}

.official-text h2 {
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
}

.official-item {
    margin-top: 0px;
}

.official-inner {
    display: flex;
    gap: 8px;
    padding-bottom: 6px;
}

.official-inner .icon i {
    color: #8644A2;
    font-size: 20px;
}

.official-inner .text a {
    font-weight: 400;
    font-size: 16px;
    color: #F5F5F5;
}

.official-text-two {
    margin-top: 24px;
}

.official-text-two p {
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    padding-bottom: 16px;
}

.official-btn {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.official-btn .official-btn-left {
    margin-right: 0;
    padding-right: 0;
}

.official-btn .official-btn-left .f-b-text {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
    height: 60px;
    width: 223px;
    padding: 0 20px 0;
    background-color: rgba(255, 255, 255, 0.1921568627);
    border: 1px solid transparent;
    font-family: IRANSans;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

.official-btn .official-btn-right {
    width: 128px;
    height: 60px;
    background-color: #8644A2;
    display: flex;
    align-items: center;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    transition: all linear 0.5s;
}

.official-btn .official-btn-right a {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    padding-left: 26px;
    padding-right: 31px;
    transition: all linear 0.5s;
}

.official-btn .official-btn-right:hover {
    background-color: #fff;
    color: #8644A2;
}

.official-btn .official-btn-right:hover a {
    color: #8644A2;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.copyright {
    padding: 22px 0;
    margin-top: 120px;
    border-top: 1px solid rgba(116, 118, 129, 0.23);
}

.copyright-text h5 {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #fff;
}

.copyright-text h5 a {
    color: #fff;
}

.footer-two {
    padding: 120px 0 0 0;
}

.footer-three {
    padding: 120px 0 0 0;
}

.footer-three .footer-logo-icon {
    display: flex;
    gap: 10px;
    margin-top: 36px;
}

.footer-three .footer-logo-icon i {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1176470588);
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    color: #747681;
    font-size: 20px;
    transition: all linear 0.5s;
}

.footer-three .footer-logo-icon i:hover {
    background-color: #DAED1A;
    color: #04091E;
    transform: translateY(-10px);
}

.footer-three .footer-logo-icon .active-one i {
    background-color: #DAED1A;
    color: #04091E;
    border-radius: 50px;
}

.footer-three .official-btn {
    flex-direction: row !important;
    justify-content: flex-start !important;
}

.footer-three .official-btn .official-btn-left {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}

.footer-three .official-btn .official-btn-right {
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
}

.footer-three .official-inner {
    display: flex;
    gap: 8px;
    padding-bottom: 6px;
}

.footer-three .official-inner .icon i {
    color: #DAED1A;
    font-size: 20px;
}

.footer-three .official-btn-right {
    width: 128px;
    height: 60px;
    background-color: #DAED1A;
    display: flex;
    align-items: center;
    transition: all linear 0.5s;
}

.footer-three .official-btn-right a {
    font-weight: 400;
    font-size: 18px;
    color: #04091E;
    padding-left: 26px;
    padding-right: 31px;
    transition: all linear 0.5s;
}

.footer-three .official-btn-right:hover {
    background-color: #fff;
}

.footer-three .official-btn-right:hover a {
    color: #04091E;
}

.footer-three .footer-services-menu {
    margin-top: 28px;
}

.footer-three .footer-services-menu ul {
    padding: 0;
    margin: 0;
}

.footer-three .footer-services-menu ul li {
    padding-bottom: 19px;
}

.footer-three .footer-services-menu ul li:last-child {
    padding-bottom: 0;
}

.footer-three .footer-services-menu ul li a {
    font-weight: 400;
    font-size: 18px;
    color: #F5F5F5;
    transition: all linear 0.5s;
}

.footer-three .footer-services-menu ul li a:hover {
    color: #DAED1A;
}

.footer-three .footer-menu {
    margin-top: 28px;
}

.footer-three .footer-menu ul {
    padding: 0;
    margin: 0;
}

.footer-three .footer-menu ul li {
    padding-bottom: 19px;
}

.footer-three .footer-menu ul li:last-child {
    padding-bottom: 0;
}

.footer-three .footer-menu ul li a {
    font-weight: 400;
    font-size: 18px;
    color: #F5F5F5;
    transition: all linear 0.5s;
}

.footer-three .footer-menu ul li a:hover {
    color: #DAED1A;
}

.footer-four {
    padding: 120px 0 0 0;
}

.footer-four .official-btn {
    flex-direction: row !important;
    justify-content: flex-start;
}

.footer-four .footer-logo-icon {
    display: flex;
    gap: 10px;
    margin-top: 36px;
}

.footer-four .footer-logo-icon i {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1176470588);
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    color: #747681;
    font-size: 20px;
    transition: all linear 0.5s;
}

.footer-four .footer-logo-icon i:hover {
    background-color: #FDCC04;
    color: #04091E;
    transform: translateY(-10px);
}

.footer-four .footer-logo-icon .active-one i {
    background-color: #FDCC04;
    color: #04091E;
    border-radius: 50px;
}

.footer-four .official-inner {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 6px;
}

.footer-four .official-inner .icon i {
    color: #FDCC04;
    font-size: 20px;
}

.footer-four .official-btn-right {
    width: 128px;
    height: 60px;
    background-color: #FDCC04;
    display: flex;
    align-items: center;
    transition: all linear 0.5s;
}

.footer-four .official-btn-right a {
    font-weight: 500;
    font-size: 18px;
    color: #04091E;
    padding-left: 26px;
    padding-right: 31px;
    transition: all linear 0.5s;
}

.footer-four .official-btn-right:hover {
    background-color: #fff;
}

.footer-four .official-btn-right:hover a {
    color: #04091E;
}

.footer-four .footer-services-menu {
    margin-top: 0px;
}

.footer-four .footer-services-menu ul {
    padding: 0;
    margin: 0;
}

.footer-four .footer-services-menu ul li {
    padding-bottom: 19px;
}

.footer-four .footer-services-menu ul li:last-child {
    padding-bottom: 0;
}

.footer-four .footer-services-menu ul li a {
    font-weight: 400;
    font-size: 18px;
    color: #F5F5F5;
    transition: all linear 0.5s;
}

.footer-four .footer-services-menu ul li a:hover {
    color: #FDCC04;
}

.footer-four .footer-menu {
    margin-top: 0px;
}

.footer-four .footer-menu ul {
    padding: 0;
    margin: 0;
}

.footer-four .footer-menu ul li {
    padding-bottom: 19px;
}

.footer-four .footer-menu ul li:last-child {
    padding-bottom: 0;
}

.footer-four .footer-menu ul li a {
    font-weight: 400;
    font-size: 18px;
    color: #F5F5F5;
    transition: all linear 0.5s;
}

.footer-four .footer-menu ul li a:hover {
    color: #FDCC04;
}

.footer-five {
    padding: 120px 0 0 0;
}

.footer-five .official-btn {
    flex-direction: row !important;
    justify-content: flex-start;
}

.footer-five .footer-logo-icon {
    display: flex;
    gap: 10px;
    margin-top: 36px;
}

.footer-five .footer-logo-icon i {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1176470588);
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    color: #747681;
    font-size: 20px;
    transition: all linear 0.5s;
}

.footer-five .footer-logo-icon i:hover {
    background-color: #FF3F00;
    color: #fff;
    transform: translateY(-10px);
}

.footer-five .footer-logo-icon .active-one i {
    background-color: #FF3F00;
    color: #fff;
    border-radius: 50px;
}

.footer-five .official-inner {
    display: flex;
    gap: 8px;
    padding-bottom: 6px;
}

.footer-five .official-inner .icon i {
    color: #FF3F00;
    font-size: 20px;
}

.footer-five .official-btn-right {
    width: 128px;
    height: 60px;
    background-color: #FF3F00;
    display: flex;
    align-items: center;
    transition: all linear 0.5s;
}

.footer-five .official-btn-right a {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    padding-left: 26px;
    padding-right: 31px;
    transition: all linear 0.5s;
}

.footer-five .official-btn-right:hover {
    background-color: #fff;
}

.footer-five .official-btn-right:hover a {
    color: #FF3F00;
}

.footer-five .footer-services-menu {
    margin-top: 0px;
}

.footer-five .footer-services-menu ul {
    padding: 0;
    margin: 0;
}

.footer-five .footer-services-menu ul li {
    padding-bottom: 19px;
}

.footer-five .footer-services-menu ul li:last-child {
    padding-bottom: 0;
}

.footer-five .footer-services-menu ul li a {
    font-weight: 400;
    font-size: 18px;
    color: #F5F5F5;
    transition: all linear 0.5s;
}

.footer-five .footer-services-menu ul li a:hover {
    color: #FF3F00;
}

.footer-five .footer-menu {
    margin-top: 0px;
}

.footer-five .footer-menu ul {
    padding: 0;
    margin: 0;
}

.footer-five .footer-menu ul li {
    padding-bottom: 19px;
}

.footer-five .footer-menu ul li:last-child {
    padding-bottom: 0;
}

.footer-five .footer-menu ul li a {
    font-weight: 400;
    font-size: 18px;
    color: #F5F5F5;
    transition: all linear 0.5s;
}

.footer-five .footer-menu ul li a:hover {
    color: #FF3F00;
}

.slick-dots {
    display: flex;
    justify-content: center;
    list-style-type: none;
    gap: 15px;
    margin-top: 60px;
}

.slick-dots button {
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #FDCC04;
    opacity: 0.2;
    text-indent: -9999px;
}

.slick-active button {
    background-color: #F4DCC0;
    opacity: 1;
    height: 14px;
    width: 14px;
}

.blog-three .slick-dots {
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 60px 0 0 0;
    gap: 12px;
    padding: 0;
}

.blog-three .slick-dots button {
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #DAED1A;
    opacity: 0.2;
    text-indent: -9999px;
}

.blog-three .slick-dots li.slick-active button {
    background-color: #DAED1A !important;
    opacity: 1;
    height: 14px;
    width: 14px;
}

.inner-bg {
    background: url("../assets/image/others/banner/inner-bg.png") no-repeat center/cover;
    padding: 238px 0px 116px 0px;
}

.inner-bg-head {
    text-align: center;
}

.inner-bg-head h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 140%;
    color: #04091E;
}

.inner-item {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 17px;
    justify-content: center;
    padding-top: 8px;
    text-transform: capitalize;
}

.inner-item .inner-text a {
    font-weight: 400;
    font-size: 20px;
    color: #04091E;
}

.inner-item .inner-text h5 {
    font-weight: 400;
    font-size: 20px;
    color: #04091E;
}

.inner-bg-two {
    background: url("../assets/image/others/banner/inner-bg-2.png") no-repeat center/cover;
    padding: 238px 0px 116px 0px;
}

.inner-bg-two .inner-bg-head {
    text-align: center;
}

.inner-bg-two .inner-bg-head h1 {
    color: #fff;
}

.inner-bg-two .inner-text a {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
}

.inner-bg-two .inner-text h5 {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
}

.inner-bg-two .icon i {
    color: #fff;
    font-size: 20px;
}

.about-hero {
    background: url("../assets/image/About/about-bg.png") no-repeat center/cover;
    padding: 238px 0px 116px 0px;
}

.about-hero .inner-bg-head {
    text-align: center;
}

.about-hero .inner-bg-head h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 140%;
    color: rgb(255, 255, 255);
}

.about-hero .inner-item {
    display: flex;
    align-items: center;
    gap: 17px;
    justify-content: center;
    padding-top: 8px;
    text-transform: capitalize;
}

.about-hero .inner-item .inner-text a {
    font-weight: 400;
    font-size: 20px;
    color: rgb(255, 255, 255);
}

.about-hero .inner-item .inner-text h5 {
    font-weight: 400;
    font-size: 20px;
    color: rgb(255, 255, 255);
}

.about-hero .inner-item .icon i {
    color: #fff !important;
}

.photographer-hero {
    background: url("../assets/image/Photographer/service-bg.png") no-repeat center/cover;
    padding: 272px 0 133px 0;
}

.photographer-hero .inner-bg-head {
    text-align: center;
}

.photographer-hero .inner-bg-head h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 140%;
    color: rgb(255, 255, 255);
}

.photographer-hero .inner-item {
    display: flex;
    align-items: center;
    gap: 17px;
    justify-content: center;
    padding-top: 8px;
    text-transform: capitalize;
}

.photographer-hero .inner-item .inner-text a {
    font-weight: 400;
    font-size: 20px;
    color: rgb(255, 255, 255);
}

.photographer-hero .inner-item .inner-text h5 {
    font-weight: 400;
    font-size: 20px;
    color: rgb(255, 255, 255);
}

.photographer-hero .inner-item .icon i {
    color: #fff !important;
}

.lawyer-hero {
    background: url("../assets/image/Lawyer/about-bg-1.png") no-repeat center/cover;
    padding: 272px 0 133px 0;
}

.lawyer-hero .inner-bg-head {
    text-align: center;
}

.lawyer-hero .inner-bg-head h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 140%;
    color: rgb(255, 255, 255);
}

.lawyer-hero .inner-item {
    display: flex;
    align-items: center;
    gap: 17px;
    justify-content: center;
    padding-top: 8px;
    text-transform: capitalize;
}

.lawyer-hero .inner-item .inner-text a {
    font-weight: 400;
    font-size: 20px;
    color: rgb(255, 255, 255);
}

.lawyer-hero .inner-item .inner-text h5 {
    font-weight: 400;
    font-size: 20px;
    color: rgb(255, 255, 255);
}

.lawyer-hero .inner-item .icon i {
    color: #fff !important;
}

.about {
    background-color: #F7F7FD;
    padding-top: 120px;
    padding-bottom: 127px;
}

.about-position-img {
    position: relative;
}

.position-img {
    position: absolute;
    top: -390px;
    right: -185px;
}

.position-img .about-img {
    position: relative;
}

.position-img .about-img .about-overlay {
    position: absolute;
    width: 360px;
    height: 74px;
    background-color: #fff;
    bottom: 37px;
    right: 160px;
    border-radius: 12px;
}

.position-img .about-img .about-overlay .icon {
    line-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.position-img .about-img .about-overlay .icon a i {
    font-size: 24px;
    color: #8644A2;
    width: 54px;
    height: 54px;
    background-color: rgba(38, 98, 250, 0.0666666667);
    border-radius: 50px;
    text-align: center;
    line-height: 54px;
    transition: all linear 0.3s;
}

.position-img .about-img .about-overlay .icon a i:hover {
    background-color: #8644A2;
    color: #fff;
}

.about-text {
    position: relative;
    z-index: 1;
}

.about-text h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 140%;
    color: #04091E;
}

.about-text .about-victor {
    position: absolute;
    top: 0;
    left: 70px;
    z-index: -1;
}

.about-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 152%;
    color: #747681;
    padding-top: 24px;
}

.proress-item {
    margin-top: 48px;
}

.proress-item-text {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 335px;
    position: relative;
    padding-bottom: 20px;
}

.proress-item-text::after {
    position: absolute;
    content: "";
    bottom: 3px;
    right: 0;
    width: 481px;
    height: 8px;
    background: #04091E;
    opacity: 0.1;
    border-radius: 26px;
}

.proress-item-text::before {
    position: absolute;
    content: "";
    bottom: 4px;
    right: 0;
    width: 414px;
    height: 6px;
    background: #04091E;
    border-radius: 26px;
}

.proress-item-text h5 {
    font-weight: 500;
    font-size: 18px;
    color: #04091E;
}

.proress-item-text-one {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 207px;
    position: relative;
    padding-top: 20px;
}

.proress-item-text-one::after {
    position: absolute;
    content: "";
    bottom: -13px;
    right: 0;
    width: 481px;
    height: 8px;
    background: #04091E;
    opacity: 0.1;
    border-radius: 26px;
}

.proress-item-text-one::before {
    position: absolute;
    content: "";
    bottom: -12px;
    right: 0;
    width: 308px;
    height: 6px;
    background: #04091E;
    border-radius: 26px;
}

.proress-item-text-one h5 {
    font-weight: 500;
    font-size: 18px;
    color: #04091E;
}

.proress-item-text-two {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 224px;
    position: relative;
    padding-top: 38px;
}

.proress-item-text-two::after {
    position: absolute;
    content: "";
    bottom: -13px;
    right: 0;
    width: 481px;
    height: 8px;
    background: #04091E;
    opacity: 0.1;
    border-radius: 26px;
}

.proress-item-text-two::before {
    position: absolute;
    content: "";
    bottom: -12px;
    right: 0;
    width: 400px;
    height: 6px;
    background: #04091E;
    border-radius: 26px;
}

.proress-item-text-two h5 {
    font-weight: 500;
    font-size: 18px;
    color: #04091E;
}

.signature {
    margin-top: 65px;
}

.Signature-text h5 {
    font-weight: 500;
    font-size: 20px;
    color: #04091E;
    padding-top: 12px;
}

.about-two-1 {
    padding-top: 120px;
}

.about-two {
    padding-bottom: 134px;
}

.about-two-img {
    position: relative;
    z-index: 1;
}

.about-two-img img {
    position: absolute;
    right: -241px;
    top: 0;
}

.about-two-img .about-two-img-vic {
    position: absolute;
    top: 334px;
    left: -48px;
    z-index: -1;
    animation: up-down 8s linear infinite;
}

@keyframes up-down {
    50% {
        transform: translateY(-163px);
    }
}

.about-two-text span {
    font-weight: 500;
    font-size: 24px;
    color: #8644A2;
}

.about-two-text h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 140%;
    color: #04091E;
    padding-top: 12px;
}

.about-two-text p {
    font-weight: 400;
    font-size: 18px;
    color: #747681;
    line-height: 27.36px;
    padding-left: 103px;
    padding-top: 20px;
}

.proress-item-two {
    margin-top: 48px;
}

.proress-item-two .proress-item-text {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 335px;
    position: relative;
    padding-bottom: 20px;
}

.proress-item-two .proress-item-text::after {
    position: absolute;
    content: "";
    bottom: 3px;
    left: 0;
    width: 481px;
    height: 8px;
    background: #04091E;
    opacity: 0.1;
    border-radius: 26px;
}

.proress-item-two .proress-item-text::before {
    position: absolute;
    content: "";
    bottom: 4px;
    left: 0;
    width: 414px;
    height: 6px;
    background: #8644A2;
    border-radius: 26px;
}

.proress-item-two .proress-item-text .proress-over {
    position: absolute;
    top: 10px;
    left: 103px;
    background-color: #fff;
    z-index: 11;
}

.proress-item-two .proress-item-text .proress-over h5 {
    font-weight: 500;
    font-size: 18px;
    color: #04091E;
    padding: 8px 20px;
    border: 2px solid #8644A2;
    border-radius: 10px;
}

.proress-item-two .proress-item-text-one {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 207px;
    position: relative;
    padding-top: 20px;
}

.proress-item-two .proress-item-text-one::after {
    position: absolute;
    content: "";
    bottom: -13px;
    left: 0;
    width: 481px;
    height: 8px;
    background: #04091E;
    opacity: 0.1;
    border-radius: 26px;
}

.proress-item-two .proress-item-text-one::before {
    position: absolute;
    content: "";
    bottom: -12px;
    left: 0;
    width: 370px;
    height: 6px;
    background: #8644A2;
    border-radius: 26px;
}

.proress-item-two .proress-item-text-one .proress-over {
    position: absolute;
    top: 26px;
    left: 124px;
    background-color: #fff;
    z-index: 11;
}

.proress-item-two .proress-item-text-one .proress-over h5 {
    font-weight: 500;
    font-size: 18px;
    color: #04091E;
    padding: 8px 20px;
    border: 2px solid #8644A2;
    border-radius: 10px;
}

.proress-item-two .proress-item-text-two {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 224px;
    position: relative;
    padding-top: 38px;
}

.proress-item-two .proress-item-text-two::after {
    position: absolute;
    content: "";
    bottom: -13px;
    left: 0;
    width: 481px;
    height: 8px;
    background: #04091E;
    opacity: 0.1;
    border-radius: 26px;
}

.proress-item-two .proress-item-text-two::before {
    position: absolute;
    content: "";
    bottom: -12px;
    left: 0;
    width: 400px;
    height: 6px;
    background: #8644A2;
    border-radius: 26px;
}

.proress-item-two .proress-item-text-two .proress-over {
    position: absolute;
    top: 44px;
    left: 105px;
    background-color: #fff;
    z-index: 11;
}

.proress-item-two .proress-item-text-two .proress-over h5 {
    font-weight: 500;
    font-size: 18px;
    color: #04091E;
    padding: 8px 20px;
    border: 2px solid #8644A2;
    border-radius: 10px;
}

.about-two-btn {
    line-height: 0;
    margin-top: 50px;
}

.about-two-03 {
    padding-bottom: 134px;
}

.about-two-img {
    position: relative;
    z-index: 1;
}

.about-two-img img {
    position: absolute;
    right: -241px;
    top: 0;
}

.about-two-img .about-two-img-vic {
    position: absolute;
    top: 334px;
    right: -48px;
    z-index: -1;
    animation: up-down 8s linear infinite;
}

@keyframes up-down {
    50% {
        transform: translateY(-163px);
    }
}

.about-02-item {
    display: flex;
    gap: 30px;
    margin-top: 47px;
}

.about-02-item .about-02-inner .about-02-inner-main {
    display: flex;
    gap: 16px;
    padding-bottom: 15px;
}

.about-02-item .about-02-inner .about-02-inner-main:last-child {
    padding-bottom: 0;
}

.about-02-item .about-02-inner .about-02-inner-main .icon i {
    height: 24px;
    width: 24px;
    background: linear-gradient(95.49deg, #FCAD02 -36.87%, #FF0041 98.63%);
    text-align: center;
    line-height: 24px;
    color: #fff;
    border-radius: 50px;
}

.about-02-item .about-02-inner .about-02-inner-main .text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 152%;
    color: #04091E;
}

.a-sig {
    margin-top: 73px;
}

.a-sig p {
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    color: #04091E;
    padding-top: 6px;
}

.about-4 {
    padding: 94px 0 94px 0;
}

.about-4 .about-content {
    position: relative;
}

.about-4 .about-content h2 {
    font-size: 42px;
    line-height: 58.8px;
    color: #04091E;
    font-weight: 700;
}

.about-4 .about-content h3 {
    padding-top: 135px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    color: #FDCC04;
}

.about-4 .about-content p {
    padding: 20px 0 40px 0;
    font-size: 18px;
    line-height: 27.36px;
    font-weight: 400;
    color: #747681;
}

.about-4 .about-heading-img {
    position: absolute;
    top: 264px;
    z-index: -1;
}

.about-4 .about-description {
    padding-top: 120px;
}

.about-4 .about-description .about-testimonial {
    padding: 33px 0;
    border-bottom: 1px solid rgba(130, 133, 133, 0.146);
}

.about-4 .about-description .about-testimonial:last-child {
    border: none;
}

.about-4 .about-description .about-testimonial .about-icon {
    width: 40%;
    text-align: center;
}

.about-4 .about-description .about-testimonial .about-tittle h3 {
    color: rgb(4, 9, 30);
    font-weight: 700;
    margin-bottom: 8px;
}

.about-lawyer {
    padding: 118px 0 110px 0;
    background: white;
}

.about-lawyer .about-img {
    position: relative;
}

.about-lawyer .about-img img {
    width: 100%;
    height: auto;
}

.about-lawyer .about-content h3 {
    color: #FF3F00;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    text-transform: uppercase;
}

.about-lawyer .about-content h2 span {
    display: block;
}

.about-lawyer .about-content p {
    padding: 24px 0 48px 0;
}

.about-lawyer .about-checkpoint {
    padding-bottom: 21px;
}

.about-lawyer .about-checkpoint i {
    font-size: 20px;
    color: red;
    margin-left: 16px;
}

.about-lawyer .about-checkpoint p {
    color: rgb(4, 9, 30);
}

.about-lawyer .signature {
    padding: 42px 0 0 0;
    margin: 0;
}

.about-lawyer .signature p {
    color: rgb(4, 9, 30);
}

.about-lawyer .about-btn {
    margin-top: 48px;
}

.about-lawyer .about-btn i {
    margin-left: 10px;
}

.photographer-about {
    padding-top: 118px;
    background-color: #ffffff;
}

.photographer-about .about-img {
    position: relative;
}

.photographer-about .about-img .about-inner-img {
    position: relative;
}

.photographer-about .about-img .about-inner-img img {
    position: absolute;
    right: -161px;
    bottom: -329px;
}

@media screen and (max-width: 1200px) {
    .photographer-about .about-img .about-inner-img img {
        right: -5px;
        bottom: -289px;
    }
}

@media screen and (max-width: 992px) {
    .photographer-about .about-img .about-inner-img img {
        right: 0;
        bottom: -219px;
    }
}

.photographer-about .about-content h3 {
    color: rgb(71, 217, 144);
    padding-bottom: 14px;
    font-weight: 600;
}

.photographer-about .about-content p {
    padding: 20px 0;
}

.photographer-about .progresss-bar {
    padding-left: 48px;
    margin-top: 20px;
}

.photographer-about .progresss-bar .progresss-item {
    margin-bottom: 21px;
}

.photographer-about .progresss-bar .progresss-item p {
    font-weight: 500;
}

.photographer-about .progresss-bar .progresss-item .progresss-line {
    background-color: rgba(10, 10, 10, 0.1);
    height: 6px;
    margin-top: 10px;
    border-radius: 26px;
    position: relative;
}

.photographer-about .progresss-bar .progresss-item .progresss-line .progress-inner-line {
    position: absolute;
    height: 6px;
    background-color: black;
    border-radius: 26px;
}

.photographer-about .progresss-bar .progresss-item .progresss-line .progresss-inner-text {
    position: absolute;
    top: -36px;
}

.photographer-about .about-btn {
    margin-top: 48px;
}

.photographer-about .about-btn i {
    margin-left: 10px;
}

.lawyer-award {
    padding: 120px 0 120px 0;
    background: rgb(245, 245, 245);
}

.lawyer-award .award-heading {
    padding-bottom: 20px;
}

.lawyer-award .award-heading h3 {
    color: #FF3F00;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
}

.lawyer-award .award-heading p {
    padding-top: 20px;
}

.lawyer-award .counter-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 12px;
    border: 1px solid rgb(116, 118, 129);
    border-radius: 8px;
    transition: all 0.5s;
}

.lawyer-award .counter-section .counter-content h2 {
    transition: all 0.5s;
}

.lawyer-award .counter-section .counter-content p {
    transition: all 0.5s;
}

.lawyer-award .counter-section:hover {
    border-color: rgb(255, 63, 0);
}

.lawyer-award .counter-section:hover .counter-content h2 {
    color: rgb(255, 63, 0);
}

.lawyer-award .counter-section:hover .counter-content p {
    color: rgb(255, 63, 0);
}

.lawyer-award .counter-box {
    padding-top: 30px;
    padding-left: 22px;
}

.about-photographer {
    padding: 120px 0 0 0;
    background: url("../assets/image/Photographer/about-bg.png") no-repeat center/cover;
}

.about-photographer .about-content h3 {
    color: rgb(71, 217, 144);
    padding-bottom: 14px;
    font-weight: 600;
}

.about-photographer .about-content p {
    padding: 20px 0;
}

.about-photographer .progresss-bar {
    padding-left: 48px;
    margin-top: 20px;
}

.about-photographer .progresss-bar .progresss-item {
    margin-bottom: 21px;
}

.about-photographer .progresss-bar .progresss-item p {
    font-weight: 500;
}

.about-photographer .progresss-bar .progresss-item .progresss-line {
    background-color: rgba(10, 10, 10, 0.1);
    height: 6px;
    margin-top: 10px;
    border-radius: 26px;
    position: relative;
}

.about-photographer .progresss-bar .progresss-item .progresss-line .progress-inner-line {
    position: absolute;
    height: 6px;
    background-color: black;
    border-radius: 26px;
}

.about-photographer .progresss-bar .progresss-item .progresss-line .progresss-inner-text {
    position: absolute;
    top: -36px;
}

.about-photographer .progresss-bar .progresss-item .progresss-line .progresss-inner-text p {
    text-align: start;
}

.about-photographer .about-btn {
    margin-top: 48px;
    line-height: 0;
}

.about-photographer .about-btn a {
    font-weight: 500;
    font-size: 18px;
}

.Project {
    background: url("../images/banner/Project-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 631px;
    position: relative;
    z-index: -1;
}

.Projec-too {
    background: url("../images/banner/projecr-bg-2.png") no-repeat center/cover;
    width: 100%;
    min-height: 631px;
    position: relative;
    z-index: -1;
    background-color: transparent;
}

.Project-pt {
    padding-top: 40px;
}

.Project-two-three {
    background-color: #F7F7FD;
    z-index: 1;
    position: absolute;
    width: 100%;
}

.project-bg {
    padding: 62px 54px 62px 54px !important;
    margin: 0 0 -20px 0;
    background-color: #fff;
    z-index: 222;
    margin-top: -360px !important;
    position: relative;
    box-shadow: 0px 9px 126px rgba(20, 0, 255, 0.06);
    border-radius: 4px;
    border: 1px solid #ECEAFF;
    position: relative;
    overflow: hidden;
}

.project-bg::before {
    position: absolute;
    content: "";
    top: 240px;
    right: -149px;
    width: 470px;
    height: 470px;
    border: 100px solid #8644A2;
    opacity: 0.08;
    border-radius: 50%;
}

.Project-pt {
    padding-top: 40px;
}

.Project-head h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 128%;
    color: #04091E;
}

.Project-head p {
    font-weight: 400;
    font-size: 18px;
    line-height: 152%;
    color: #747681;
    padding-top: 18px;
}

.Project-head-middel {
    margin-top: 18px;
}

.Project-head-middel .Project-head-middel-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 15px;
}

.Project-head-middel .Project-head-middel-item:last-child {
    padding-bottom: 0px;
}

.Project-head-middel .Project-head-middel-item .icon i {
    color: #8644A2;
    font-size: 20px;
}

.Project-head-middel .Project-head-middel-item .text ul {
    margin: 0;
    padding: 0;
}

.Project-head-middel .Project-head-middel-item .text ul li {
    font-weight: 500;
    font-size: 18px;
    color: #04091E;
    font-family: IRANSans;
}

.Project-btn {
    margin-top: 45px;
    line-height: 0;
}

.Project-right-item {
    padding: 0px 33px 24px 33px;
    background-color: #F2F6FE;
    border: 1px solid #F4F4F4;
    border-radius: 4px;
    transition: background-color 0.5s ease;
    z-index: 222;
    margin: 0 10px;
}

.Project-right-item .Project-right-icon {
    display: flex;
    justify-content: center;
}

.Project-right-item .Project-right-icon .icon {
    width: 80px;
    height: 80px;
    background-color: #8644A2;
    border-radius: 50px;
    text-align: center;
    line-height: 80px;
    margin-top: -35px;
    transition: 0.5s;
    border: 1px solid #8644A2;
}

.Project-right-item:hover {
    background-color: #8644A2;
}

.Project-right-item:hover .Project-right-icon .icon {
    border: 1px solid #fff;
}

.Project-right-item:hover .Project-right-item-text h3 {
    color: #fff;
}

.Project-right-item:hover .Project-right-item-text p {
    color: #fff;
}

.Project-right-item-text h3 {
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    color: #04091E;
    padding-top: 30px;
    transition: 0.5s;
    line-height: 35px;
}

.Project-right-item-text p {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    color: #747681;
    transition: 0.5s;
    line-height: 35px;
}

.Project-right-top {
    margin-top: 50px;
}

.martop {
    margin-top: 72px;
}

.project-4 {
    padding: 120px 0 0 0;
    background: url("../images/banner/Project-bg.png") no-repeat top center;
    min-height: 840px !important;
}

.project-4 .project-section {
    background: rgb(255, 255, 255);
    padding: 61px 38px 31px 57px;
    border-radius: 4px;
    margin-top: 170px;
    box-shadow: 0 9px 126px rgba(20, 0, 255, 0.06);
}

.project-4 .project-section .project-content .project-tittle p {
    padding: 18px 0;
}

.project-4 .project-section .project-content .project-list li {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.project-4 .project-section .project-content .project-list li:last-child {
    padding-bottom: 0;
}

.project-4 .project-section .project-content .project-list li i {
    margin-right: 14px;
    font-size: 16px;
    color: rgb(253, 204, 4);
}

.project-4 .project-section .project-content .project-list li p {
    color: rgb(4, 9, 30);
}

.project-4 .project-section .project-content .project-btn {
    margin-top: 44PX;
}

.project-4 .project-section .project-counter-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: rgb(245, 245, 245);
    border: 1px solid rgb(244, 244, 244);
    padding: 24px 36px;
    margin: 30px 10px;
    border-radius: 4px;
    transition: all 0.5s linear;
}

.project-4 .project-section .project-counter-box:hover {
    background-color: rgb(253, 204, 4);
}

.project-4 .project-section .project-counter-box:hover p {
    color: rgb(4, 9, 30);
}

.project-4 .project-section .project-counter-box .counter-img {
    margin-top: -60px;
}

.project-4 .project-section .project-counter-box .counter-content {
    padding-top: 21px;
}

.service {
    padding: 124px 0 120px 0;
}

.service .slick-dots {
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 60px 0 0 0;
    gap: 12px;
    padding: 0;
}

.service .slick-dots button {
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #8644A2;
    opacity: 0.2;
    text-indent: -9999px;
}

.service .slick-dots li.slick-active button {
    background-color: #8644A2;
    opacity: 1;
    height: 14px;
    width: 14px;
}

.service .slick-center .service-item {
    background-color: #8644A2;
}

.service .slick-center .service-item .service-overelay {
    opacity: 1;
}

.service .slick-center .service-item .service-icon span svg .path {
    stroke: #fff;
}

.service .slick-center .service-item .service-icon span svg .circle {
    color: #fff;
}

.service .slick-center .service-item .service-btn a {
    color: #fff;
}

.service .slick-center .service-item .service-item-text h3 {
    color: #fff;
}

.service .slick-center .service-item .service-item-text p {
    color: #fff;
}

.service .slick-center .service-item:hover {
    background-color: #8644A2;
    box-shadow: 0px 10px 50px rgba(29, 29, 29, 0.05);
    border-radius: 10px;
}

.service .slick-center .service-item:hover .service-icon span svg .path {
    stroke: #fff;
}

.service .slick-center .service-item:hover .service-icon span svg .circle {
    color: #fff;
}

.service .slick-center .service-item:hover .service-item-text h3 {
    color: #fff;
}

.service .slick-center .service-item:hover .service-item-text p {
    color: #fff;
}

.service .slick-center .service-item:hover .service-btn a {
    color: #fff;
}

.service .slick-center .service-item:hover .service-overelay {
    opacity: 1;
}

.inner-top {
    margin-top: 40px;
}

.m-r {
    padding: 0 15px;
}

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

.service-head {
    position: relative;
    z-index: 1;
}

.service-head h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 140%;
    color: #04091E;
}

.service-vic {
    position: absolute;
    top: -8px;
    right: -45px;
    z-index: -1;
}

.service-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #747681;
}

.mar-top {
    margin-top: 60px;
}

.service-item {
    padding: 30px 28px;
    border: 1px solid rgba(29, 29, 29, 0.05);
    border-radius: 10px;
    transition: background-color 0.5s ease;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.service-item .service-overelay {
    position: absolute;
    width: 319px;
    height: 319px;
    border: 80px solid rgba(255, 255, 255, 0.0666666667);
    border-radius: 500px;
    bottom: -146px;
    right: -95px;
    z-index: -1;
    opacity: 0;
    transition: 0.5s ease;
}

.service-item .service-icon span {
    color: #8644A2;
}

.service-item .service-icon span svg path {
    fill: #8644A2;
}

.service-item .service-icon span svg circle {
    fill: currentColor;
    color: #8644A2;
}

.service-item .service-item-text h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #04091E;
    padding-top: 24px;
}

.service-item .service-item-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 152%;
    color: #747681;
    letter-spacing: -0.01em;
    padding-top: 24px;
}

.service-item:hover {
    background-color: #8644A2;
    box-shadow: 0px 10px 50px rgba(29, 29, 29, 0.05);
    border-radius: 10px;
}

.service-item:hover .service-icon span svg .path {
    stroke: #fff;
}

.service-item:hover .service-icon span svg .circle {
    color: #fff;
}

.service-item:hover .service-item-text h3 {
    color: #fff;
}

.service-item:hover .service-item-text p {
    color: #fff;
}

.service-item:hover .service-btn a {
    color: #fff;
}

.service-item:hover .service-overelay {
    opacity: 1;
}

.service-btn {
    padding-top: 20px;
}

.service-btn a {
    font-weight: 400;
    font-size: 18px;
    color: #04091E;
    text-decoration-line: underline;
}

.service-btn a span i {
    transform: scale(-1, 1) rotate(126deg);
}

.service-btn a i {
    transform: scale(-1, 1) rotate(126deg);
}

.service-two {
    background-color: #050F25;
    padding: 92px 0px 120px 0;
}

.service-two .slick-center .service-item-two {
    border: 1px solid #DAED1A;
    background-color: #091530;
}

.service-two .slick-center .service-item-two .service-overelay {
    opacity: 1;
}

.service-two .slick-center .service-item-two:hover {
    background-color: #091530 !important;
}

.service-two .mar-top {
    margin-top: 42px;
}

.service-two .slick-dots {
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 60px 0 0 0;
    gap: 12px;
    padding: 0;
}

.service-two .slick-dots button {
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #DAED1A;
    text-indent: -9999px;
}

.service-two .slick-dots li.slick-active button {
    background-color: #DAED1A;
    opacity: 1;
    height: 14px;
    width: 14px;
}

.service-two .service-head h2 {
    color: #fff;
}

.service-two .service-text p {
    color: #F5F5F5;
}

.service-two .service-item-two {
    padding: 30px 28px;
    border: 1px solid rgba(29, 29, 29, 0.05);
    border-radius: 10px;
    transition: background-color 0.5s ease;
    background-color: #091530;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: 0 6px;
}

.service-two .service-item-two .service-overelay {
    position: absolute;
    width: 319px;
    height: 319px;
    border: 80px solid rgba(255, 255, 255, 0.0823529412);
    border-radius: 500px;
    bottom: -146px;
    right: -95px;
    z-index: -1;
    opacity: 0;
    transition: 0.5s ease;
}

.service-two .service-item-two .service-item-text h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #fff;
    padding-top: 24px;
}

.service-two .service-item-two .service-item-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 152%;
    color: #F5F5F5;
    letter-spacing: -0.01em;
    padding-top: 24px;
}

.service-two .service-item-two:hover {
    background-color: #091530;
    box-shadow: 0px 10px 50px rgba(29, 29, 29, 0.05);
    border-radius: 10px;
    border: 1px solid #DAED1A;
}

.service-two .service-item-two:hover .service-icon span svg .path {
    stroke: transparent;
}

.service-two .service-item-two:hover .service-icon span svg .circle {
    color: transparent;
}

.service-two .service-item-two:hover .service-item-text h3 {
    color: #fff;
}

.service-two .service-item-two:hover .service-item-text p {
    color: #F5F5F5;
}

.service-two .service-item-two:hover .service-btn a {
    color: #fff;
}

.service-two .service-item-two:hover .service-overelay {
    opacity: 1;
}

.service-two .service-item-two .service-icon span {
    color: #DAED1A;
}

.service-two .service-item-two .service-icon span svg .path {
    stroke: currentColor;
}

.service-two .service-item-two .service-icon span svg circle {
    fill: currentColor;
    color: #DAED1A;
}

.service-two .service-btn a {
    color: #fff;
}

.service-three {
    padding: 125px 0 120px 0;
}

.service-three .ser-mt {
    margin-top: 30px;
}

.service-three .service-two-mt {
    margin-top: 40px;
}

.service-three .service-item-two-active {
    border: 1px solid #DAED1A;
}

.service-three .service-item-two-active .service-overelay {
    opacity: 1;
}

.inner-service .service-item {
    padding: 30px 28px;
    border: 1px solid rgba(29, 29, 29, 0.05);
    border-radius: 10px;
    transition: background-color 0.5s ease;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: 0 6px;
    box-shadow: 0px 10px 50px rgba(29, 29, 29, 0.05);
}

.inner-service .service-item .service-overelay {
    position: absolute;
    width: 319px;
    height: 319px;
    border: 80px solid rgba(255, 255, 255, 0.0666666667);
    border-radius: 500px;
    bottom: -146px;
    right: -95px;
    z-index: -1;
    opacity: 0;
    transition: 0.5s ease;
}

.inner-service .service-item .service-icon span {
    color: #8644A2;
}

.inner-service .service-item .service-icon span svg .path {
    stroke: currentColor;
}

.inner-service .service-item .service-icon span svg circle {
    fill: currentColor;
    color: #8644A2;
}

.inner-service .service-item .service-item-text h3 {
    font-weight: 700;
    font-size: 26px;
    line-height: 150%;
    color: #04091E;
    padding-top: 24px;
}

.inner-service .service-item .service-item-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 152%;
    color: #747681;
    letter-spacing: -0.01em;
    padding-top: 24px;
}

.inner-service .service-item:hover {
    background-color: #8644A2;
    box-shadow: 0px 10px 50px rgba(29, 29, 29, 0.05);
    border-radius: 10px;
}

.inner-service .service-item:hover .service-icon span svg .path {
    stroke: #fff;
}

.inner-service .service-item:hover .service-icon span svg .circle {
    color: #fff;
}

.inner-service .service-item:hover .service-item-text h3 {
    color: #fff;
}

.inner-service .service-item:hover .service-item-text p {
    color: #fff;
}

.inner-service .service-item:hover .service-btn a {
    color: #fff;
}

.inner-service .service-item:hover .service-overelay {
    opacity: 1;
}

.inner-service .service-item-002 {
    background-color: #8644A2;
    box-shadow: 0px 10px 50px rgba(29, 29, 29, 0.05);
    border-radius: 10px;
}

.inner-service .service-item-002 .service-btn a {
    color: #fff;
}

.inner-service .service-item-002 .service-overelay {
    opacity: 1;
}

.inner-service .service-item-002 .service-icon span svg .path {
    stroke: #fff;
}

.inner-service .service-item-002 .service-icon span svg .circle {
    color: #fff;
}

.inner-service .service-item-002 .service-item-text h3 {
    font-weight: 700;
    font-size: 26px;
    line-height: 150%;
    color: #fff;
    padding-top: 24px;
}

.inner-service .service-item-002 .service-item-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 152%;
    color: #fff !important;
    letter-spacing: -0.01em;
    padding-top: 24px;
}

.service-mt {
    padding: 120px 0 0px 0;
}

.service-mt .mar-top {
    margin-top: 0;
}

.service-4 {
    background: rgb(232, 250, 243);
    padding: 110px 0 86px 0;
}

.service-4 .service-title {
    padding-bottom: 37px;
}

.service-4 .service-title h3 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    color: rgb(253, 204, 4);
}

.service-4 .service-title h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 140%;
    color: #04091E;
}

.service-4 .service-title .service-inner-text {
    z-index: 1;
}

.service-4 .service-title .service-inner-text img {
    position: absolute;
    top: 42px;
    right: 0;
    z-index: -1;
}

.service-4 .service-title span:nth-child(2) {
    display: block;
}

.service-4 .service-card {
    padding: 24px;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    overflow: hidden;
    margin: 0 22px 32px 0;
    border: 0.05px solid rgb(255, 255, 255);
    transition: all 0.5s linear;
    direction: rtl;
}

.service-4 .service-card:hover {
    border: 0.05px solid rgb(253, 204, 4);
}

.service-4 .service-card:hover a {
    color: #FDCC04;
}

.service-4 .service-card .service-overlay {
    position: absolute;
    left: -25px;
    top: -20px;
}

.service-4 .service-card .service-content h2 {
    font-size: 30px;
    line-height: 58.8px;
    font-weight: 600;
    background: -webkit-linear-gradient(rgba(59, 60, 61, 0.072), rgba(4, 9, 30, 0.048));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.service-4 .service-card .service-content h2 span {
    display: block;
}

.service-4 .service-card .service-content h3 {
    color: rgb(4, 9, 30);
    font-weight: 700;
    margin-top: -21px;
}

.service-4 .service-card .service-content p {
    padding: 12px 0 16px 0;
}

.service-4 .service-card .service-content .service-btn a {
    font-weight: 400;
    text-decoration: underline;
}

.service-4 .service-card .service-content .service-btn i {
    transform: rotate(45deg);
    margin-right: 2px;
}

.photographer-service {
    padding: 103px 0 120px 0;
    background-color: rgba(217, 217, 217, 0.031);
}

.photographer-service .slick-center .service-card {
    background-color: #FDCC04;
    transition: all 0.5s linear;
}

.photographer-service .slick-center .service-card h3 {
    color: rgb(4, 9, 30);
}

.photographer-service .slick-center .service-card p {
    color: rgb(4, 9, 30);
}

.photographer-service .slick-center .service-card a {
    color: rgb(4, 9, 30);
}

.photographer-service .slick-center .service-card .service-card-img svg path {
    color: #04091E !important;
}

.photographer-service .slick-center .service-card .service-card-img svg circle {
    fill: #04091E !important;
}

.photographer-service .slick-center .service-card .service-overlay {
    position: absolute;
    width: 319px;
    height: 319px;
    border-radius: 100%;
    border: 80px solid rgba(255, 255, 255, 0.1803921569);
    opacity: 1;
    top: 200px;
    left: 139px;
}

.photographer-service .slick-center .service-card .service-card-img svg path {
    stroke: currentColor;
    color: #FDCC04;
}

.photographer-service .slick-center .service-card .service-card-content h3 {
    padding: 24px 0;
    color: rgb(4, 9, 30);
    font-weight: 700;
}

.photographer-service .slick-center .service-card .service-card-content h3 span {
    display: block;
}

.photographer-service .slick-center .service-card .service-btn {
    padding: 20px 0;
}

.photographer-service .slick-center .service-card .service-btn a {
    font-weight: 400;
    text-decoration: underline;
}

.photographer-service .slick-center .service-card .service-btn .fa-arrow-left {
    transform: rotate(45deg);
}

.photographer-service .slick-service {
    margin-top: 42px;
}

.photographer-service .service-tittle p {
    font-size: 20px;
    line-height: 32px;
}

.photographer-service .service-card-top {
    margin-top: 42px;
}

.photographer-service .service-card-bottom {
    margin-top: 30px;
}

.photographer-service .service-card {
    padding: 33px 28px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    border: 1px solid rgba(29, 29, 29, 0.05);
    position: relative;
    margin-right: 20px;
    overflow: hidden;
}

.photographer-service .service-card:hover {
    background-color: #FDCC04;
    transition: all 0.5s linear;
}

.photographer-service .service-card:hover h3 {
    color: rgb(4, 9, 30);
}

.photographer-service .service-card:hover p {
    color: rgb(4, 9, 30);
}

.photographer-service .service-card:hover a {
    color: rgb(4, 9, 30);
}

.photographer-service .service-card:hover .service-card-img svg path {
    color: #04091E;
}

.photographer-service .service-card:hover .service-card-img svg circle {
    fill: #04091E;
}

.photographer-service .service-card .service-overlay {
    position: absolute;
    width: 319px;
    height: 319px;
    border-radius: 100%;
    border: 80px solid rgba(255, 255, 255, 0.1803921569);
    opacity: 1;
    top: 200px;
    left: 139px;
}

.photographer-service .service-card .service-card-img svg path {
    stroke: currentColor;
    color: #FDCC04;
}

.photographer-service .service-card .service-card-content h3 {
    padding: 24px 0;
    color: rgb(4, 9, 30);
    font-weight: 700;
}

.photographer-service .service-card .service-card-content h3 span {
    display: block;
}

.photographer-service .service-card .service-btn {
    padding: 20px 0;
}

.photographer-service .service-card .service-btn a {
    font-weight: 400;
    text-decoration: underline;
}

.photographer-service .service-card .service-btn .fa-arrow-left {
    transform: rotate(45deg);
}

.photographer-service .service-card-002 {
    background-color: #FDCC04;
    transition: all 0.5s linear;
}

.photographer-service .service-card-002 h3 {
    color: rgb(4, 9, 30);
}

.photographer-service .service-card-002 p {
    color: rgb(4, 9, 30);
}

.photographer-service .service-card-002 a {
    color: rgb(4, 9, 30);
}

.photographer-service .service-card-002 .service-card-img svg path {
    color: #04091E !important;
}

.photographer-service .service-card-002 .service-card-img svg circle {
    fill: #04091E;
}

.photographer-service .service-card-002 .service-overlay {
    position: absolute;
    width: 319px;
    height: 319px;
    border-radius: 100%;
    border: 80px solid rgba(255, 255, 255, 0.1803921569);
    opacity: 1;
    top: 200px;
    left: 139px;
}

.photographer-service .service-card-002 .service-card-img svg path {
    stroke: currentColor;
    color: #FDCC04;
}

.photographer-service .service-card-002 .service-card-content h3 {
    padding: 24px 0;
    color: rgb(4, 9, 30);
    font-weight: 700;
}

.photographer-service .service-card-002 .service-card-content h3 span {
    display: block;
}

.photographer-service .service-card-002 .service-btn {
    padding: 20px 0;
}

.photographer-service .service-card-002 .service-btn a {
    font-weight: 400;
    text-decoration: underline;
}

.photographer-service .service-card-002 .service-btn .fa-arrow-left {
    transform: rotate(45deg);
}

.photographer-service .slick-dots button {
    background-color: #FDCC04;
    opacity: 0.9;
}

.photographer-service .slick-active button {
    background-color: #FDCC04;
}

.service-details-photographer {
    padding: 120px 0 0 0;
}

.service-details-photographer .service-heading {
    padding-bottom: 40px;
}

.service-details-photographer .service-heading .service-social-detail {
    padding: 40px 0 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.129);
}

.service-details-photographer .service-heading .service-social-detail .service-date p {
    color: rgb(4, 9, 30);
    font-weight: 600;
}

.service-details-photographer .service-heading .service-social-detail .service-date a {
    color: #747681;
    font-weight: 400;
    font-size: 18px;
    line-height: 152%;
}

.service-details-photographer .service-heading .service-social-icon {
    gap: 16px;
}

.service-details-photographer .service-heading .service-social-icon i {
    font-size: 15px;
    width: 40px;
    height: 40px;
    background-color: rgb(4, 9, 30);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    transition: all 0.5s;
}

.service-details-photographer .service-heading .service-social-icon i:hover {
    background-color: rgb(253, 204, 4);
    color: rgb(4, 9, 30);
}

.service-details-photographer .service-heading .service-social-icon-2 {
    gap: 16px;
}

.service-details-photographer .service-heading .service-social-icon-2 i {
    font-size: 15px;
    width: 40px;
    height: 40px;
    background-color: rgb(4, 9, 30);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    transition: all 0.5s;
}

.service-details-photographer .service-heading .service-social-icon-2 i:hover {
    background-color: #8644A2 !important;
    color: #fff !important;
}

.service-details-photographer .service-blog .service-blog-tittle h2 {
    padding-bottom: 20px;
}

.service-details-photographer .service-blog .service-blog-tittle p {
    padding-bottom: 12px;
}

.service-details-photographer .service-blog .service-research .service-research-tittle h3 {
    color: rgb(4, 9, 30);
    font-weight: 600;
    padding-top: 8px;
}

.service-details-photographer .service-blog .service-research .service-research-tittle p {
    padding: 20px 0 40px 0;
}

.service-details-photographer .service-blog .service-research .service-research-img {
    display: flex;
    gap: 0 30px;
}

.service-details-photographer .service-blog .service-research .service-list {
    padding: 40px 20px 50px 20px;
}

.service-details-photographer .service-blog .service-research .service-list li {
    list-style: circle;
    padding-bottom: 10px;
}

.lawyer-service .container {
    max-width: 1292px;
    padding: 51px 35px 60px 51px;
    box-shadow: 0 10px 50px 0 rgba(29, 29, 29, 0.05);
    border: 1px solid rgba(29, 29, 29, 0.05);
    border-radius: 12px;
    margin-top: -76px;
    background-color: #ffffff;
}

.lawyer-service .container .service-heading {
    position: relative;
    z-index: 1;
}

.lawyer-service .container .service-heading .service-heading-img {
    position: absolute;
    top: 66px;
    right: 134px;
    z-index: -1;
}

.lawyer-service .container .service-heading p {
    color: rgb(255, 63, 0);
}

.lawyer-service .service-tittle {
    padding: 0 20px;
}

.lawyer-service .service-card-wrapper {
    padding-top: 40px;
}

.lawyer-service .service-card-wrapper .service-card {
    padding: 40px 32px;
    border: 2px solid rgb(244, 244, 244);
    border-radius: 8px;
    margin-right: 16px;
    transition: all 0.5s;
}

.lawyer-service .service-card-wrapper .service-card:hover {
    border-color: rgb(255, 63, 0);
}

.lawyer-service .service-card-wrapper .service-card .service-card-content {
    padding-top: 20px;
}

.lawyer-service .service-card-wrapper .service-card .service-card-content h3 {
    color: rgb(4, 9, 30);
    font-weight: 600;
}

.lawyer-service .service-card-wrapper .service-card .service-card-content p {
    padding: 12px 0 20px 0;
}

.lawyer-service .service-card-wrapper .service-card .service-card-content a {
    text-decoration: underline;
    font-weight: 400;
}

.lawyer-service .service-card-wrapper .service-card .service-card-content a i {
    margin-left: 10px;
}

.lawyer-service .service-card-wrapper .service-card-2 {
    padding: 40px 32px;
    border-color: rgb(255, 63, 0);
    border-radius: 8px;
    margin-right: 16px;
    transition: all 0.5s;
}

.lawyer-service .service-card-wrapper .service-card-2:hover {
    border: 2px solid rgb(244, 244, 244);
}

.lawyer-service .service-card-wrapper .service-card-2 .service-card-content {
    padding-top: 20px;
}

.lawyer-service .service-card-wrapper .service-card-2 .service-card-content h3 {
    color: rgb(4, 9, 30);
    font-weight: 600;
}

.lawyer-service .service-card-wrapper .service-card-2 .service-card-content p {
    padding: 12px 0 20px 0;
}

.lawyer-service .service-card-wrapper .service-card-2 .service-card-content a {
    text-decoration: underline;
    font-weight: 400;
}

.lawyer-service .service-card-wrapper .service-card-2 .service-card-content a i {
    margin-left: 10px;
}

.lawyer-service .service-card-wrapper .service-card-btn {
    padding-top: 60px;
}

.lawyer-service .service-card-wrapper .service-card-btn a {
    padding: 16px 21px;
    border: 1px solid rgba(116, 118, 129, 0.264);
    color: #747681;
    border-radius: 8px;
    font-weight: 500;
    font-size: 18px;
    line-height: 152%;
    display: inline-block;
    transition: all 0.5s;
}

.lawyer-service .service-card-wrapper .service-card-btn a i {
    margin-right: 10px;
}

.lawyer-service .service-card-wrapper .service-card-btn a:hover {
    border: 1px solid rgb(255, 63, 0);
    color: rgb(255, 63, 0);
}

.lawyer-service-2 .container {
    max-width: 1292px;
    padding: 114px 0px 120px 0px;
    box-shadow: 0 10px 50px 0 transparent;
    border: none;
    border-radius: 12px;
    margin-top: 0px;
    background-color: #ffffff;
}

.lawyer-service-2 .container .service-heading p {
    color: rgb(255, 63, 0);
}

.Product {
    padding: 420px 0 120px 0;
    background: url("../assets/image/others/banner/Product-bg.png") no-repeat center/cover;
    margin-top: -294px;
}

.Product-2 {
    margin-top: 0px;
    padding: 124px 0 120px 0;
}

.Product-2 .h-1-blog-btn {
    display: flex;
    justify-content: end;
    margin-top: 25px;
}

.Product-2 .pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    gap: 8px;
}

.Product-2 .page-link {
    padding: 0px 0px;
    height: 40px;
    width: 40px;
    background-color: #FFFFFF;
    border: 1px solid #F1F1F1;
    border-radius: 8px;
    text-align: center;
    line-height: 40px;
}

.Product-2 .page-link i {
    color: #04091E;
}

.Product-2 .page-link {
    color: #747681;
}

.Product-2 .page-link:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0.25rem transparent;
}

.Product-2 .page-item:first-child .page-link {
    border-radius: 8px;
}

.Product-2 .page-item:last-child .page-link {
    border-radius: 8px;
}

.Product-head {
    position: relative;
    z-index: 1;
}

.Product-head h2 {
    text-align: center;
    font-weight: 700;
    font-size: 48px;
    color: #04091E;
}

.Product-vic {
    position: absolute;
    top: 0px;
    right: 257px;
    z-index: -1;
}

.Product-item {
    position: relative;
}

.Product-item .Product-img img {
    width: 100%;
    position: relative;
}

.Product-item .Product-img .product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: #8644A2;
    opacity: 0.9;
    z-index: 111;
    transition: all linear 0.5s;
    border-radius: 5px;
}

.Product-item .Product-img .product-overlay span {
    position: absolute;
    top: 45%;
    left: 45%;
    opacity: 0;
    transition: all linear 0.5s;
}

.Product-item .Product-text {
    position: absolute;
    bottom: 36px;
    right: 30px;
    transition: all linear 0.5s;
}

.Product-item .Product-text p {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    position: relative;
    z-index: 1;
    margin-left: 20px;
}

.Product-item .Product-text p::before {
    position: absolute;
    content: "";
    top: 10px;
    right: -20px;
    width: 14px;
    height: 14px;
    background-color: #DAED1A;
    border-radius: 50px;
    z-index: -1;
}

.Product-item .Product-text h6 {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
}

.Product-item:hover .Product-img .product-overlay {
    height: 100%;
}

.Product-item:hover .product-overlay span {
    opacity: 1;
}

.Product-item:hover .Product-text {
    opacity: 0;
}

.Product-top {
    margin-top: 55px;
}

.Product-btn {
    text-align: center;
    margin-top: 60px;
}

.Product-btn a {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    display: inline-block;
    color: #747681;
    padding: 16px 24px;
    border: 1.5px solid #747681;
    border-radius: 8px;
    transition: all linear 0.3s;
}

.Product-btn a:hover {
    background-color: #8644A2;
    border: 1.5px solid #8644A2;
    color: #fff;
}

.blog-btm-btn {
    text-align: center;
    margin-top: 30px;
}

.blog-btm-btn .btn-style-1 {
    padding: 20px 40px;
    border: 1.5px solid #747681;
    border-radius: 8px;
    color: #747681;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    display: inline-block;
    transition: all 0.5s;
    background-color: transparent !important;
}

.blog-btm-btn .btn-style-1:hover {
    background-color: #8644A2 !important;
    border-color: #8644A2;
}

.blog-btm-btn .btn-style-1:hover a {
    color: #fff !important;
}

.blog-btm-btn a {
    color: #747681 !important;
}

.grid-sizer,
.grid-item {
    width: calc(33.33% - 20px);
}

.mt-pt {
    margin-bottom: 30px;
}

.skills {
    padding: 80px 0;
    background: url("../assets/image/others/banner/skills-bg.png") no-repeat center/cover;
}

.skills .skill-text h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 67.2px;
    color: #fff;
}

.skills .skill-right p {
    font-weight: 400;
    font-size: 20px;
    line-height: 2;
    color: #F4F8F7;
}

.skills .skill-rigght-btn {
    margin-top: 40px;
    line-height: 0;
}

.skills .skill-rigght-btn a {
    font-family: IRANSans;
    font-size: 16px;
    font-weight: 500;
}

.skills .skill-rigght-btn a span svg {
    fill: currentColor;
    color: #fff;
}

.skills .skill-rigght-btn a:hover a span svg {
    transform: translateY(10px);
}

.skills-two {
    background: url("../assets/image/others/banner/skill-two-bg.png") no-repeat center/cover;
}

.skills-two .skill-rigght-btn-two .btn-style-1 {
    background-color: #FFD233;
}

.skills-two .skill-rigght-btn-two .btn-style-1 a {
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #04091E;
    gap: 4PX;
}

.skills-two .skill-rigght-btn-two .btn-style-1 a span svg {
    transition: all linear 0.5s;
    width: 24px;
    color: #04091E;
}

.skills-1 {
    margin-top: 118px;
}

.slick-two-2 {
    padding-top: 0;
}

.skills-three {
    padding: 80px 0;
    background: url("../assets/image/others/banner/skill-3.png") no-repeat center/cover;
}

.skills-three .skill-text h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 2;
    color: #fff;
}

.skills-three .skill-right p {
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    color: #F4F8F7;
}

.skills-three .skill-rigght-btn-two .btn-style-2 a {
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #04091E;
    gap: 4PX;
}

.skills-three .skill-rigght-btn-two .btn-style-2 a span i {
    transition: all linear 0.5s;
    width: 24px;
    color: #04091E;
}

footer {
    padding-top: 120px;
    background: url("../assets/image/others/banner/Footer-bg.png") no-repeat center/cover;
}

.footer-logo-item {
    border-left: 1px solid rgba(116, 118, 129, 0.3843137255);
    padding-left: 33px;
}

.footer-logo-text {
    padding-top: 21px;
}

.footer-logo-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    color: #FFFFFF;
    opacity: 0.8;
}

.footer-logo-icon {
    display: flex;
    gap: 10px;
    margin-top: 36px;
}

.footer-logo-icon i {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1176470588);
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    color: #747681;
    font-size: 20px;
    transition: all linear 0.5s;
}

.footer-logo-icon i:hover {
    background-color: #8644A2;
    color: #fff;
    transform: translateY(-10px);
}

.footer-link-df {
    border-left: 1px solid rgba(116, 118, 129, 0.3843137255);
    display: flex;
    justify-content: center;
}

.footer-link-text h2 {
    font-weight: 600;
    font-size: 24px;
    color: #fff;
}

.footer-menu {
    margin-top: 0px;
}

.footer-menu ul {
    padding: 0;
    margin: 0;
}

.footer-menu ul li {
    padding-bottom: 19px;
}

.footer-menu ul li:last-child {
    padding-bottom: 0;
}

.footer-menu ul li a {
    font-weight: 400;
    font-size: 16px;
    color: #F5F5F5;
    transition: all linear 0.5s;
}

.footer-menu ul li a:hover {
    color: #8644A2;
}

.footer-services-df {
    border-left: 1px solid rgba(116, 118, 129, 0.3843137255);
    display: flex;
    justify-content: center;
}

.footer-services-text h2 {
    font-weight: 600;
    font-size: 24px;
    color: #fff;
}

.footer-services-menu {
    margin-top: 0px;
}

.footer-services-menu ul {
    padding: 0;
    margin: 0;
}

.footer-services-menu ul li {
    padding-bottom: 19px;
}

.footer-services-menu ul li:last-child {
    padding-bottom: 0;
}

.footer-services-menu ul li a {
    font-weight: 400;
    font-size: 16px;
    color: #F5F5F5;
    transition: all linear 0.5s;
}

.footer-services-menu ul li a:hover {
    color: #8644A2;
}

.official {
    padding-right: 26px;
}

.official-text h2 {
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
}

.official-item {
    margin-top: 0px;
}

.official-inner {
    display: flex;
    gap: 8px;
    padding-bottom: 6px;
}

.official-inner .icon i {
    color: #8644A2;
    font-size: 20px;
}

.official-inner .text a {
    font-weight: 400;
    font-size: 16px;
    color: #F5F5F5;
}

.official-text-two {
    margin-top: 24px;
}

.official-text-two p {
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    padding-bottom: 16px;
}

.official-btn {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.official-btn .official-btn-left {
    margin-right: 0;
    padding-right: 0;
}

.official-btn .official-btn-left .f-b-text {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
    height: 60px;
    width: 223px;
    padding: 0 20px 0;
    background-color: rgba(255, 255, 255, 0.1921568627);
    border: 1px solid transparent;
    font-family: IRANSans;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

.official-btn .official-btn-right {
    width: 128px;
    height: 60px;
    background-color: #8644A2;
    display: flex;
    align-items: center;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    transition: all linear 0.5s;
}

.official-btn .official-btn-right a {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    padding-left: 26px;
    padding-right: 31px;
    transition: all linear 0.5s;
}

.official-btn .official-btn-right:hover {
    background-color: #fff;
    color: #8644A2;
}

.official-btn .official-btn-right:hover a {
    color: #8644A2;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.slideshow-news {
    padding-top: 200px;
    padding-bottom: 100px;
}

.slideshow-news .slick-list {
    height: 450px;
    border-radius: 30px;
}

.slideshow-news .slick-track {
    height: 100%;
}

.slideshow-news .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slideshow-news .slick-dots {
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    gap: 12px;
    padding: 0;
    position: absolute;
    bottom: 20px;
}

.slideshow-news .slick-dots button {
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #fff;
    opacity: 0.2;
    text-indent: -9999px;
}

.slideshow-news .slick-dots li.slick-active button {
    background-color: #fff;
    opacity: 1;
    height: 14px;
    width: 14px;
}

.product {
    padding: 200px 0 70px 0;
}

.product .h-1-blog-btn {
    display: flex;
    justify-content: end;
    margin-top: 60px;
}

.product .pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    gap: 8px;
}

.product .page-link {
    padding: 0px 0px;
    height: 40px;
    width: 40px;
    background-color: #FFFFFF;
    border: 1px solid #F1F1F1;
    border-radius: 8px;
    text-align: center;
    line-height: 40px;
}

.product .page-link i {
    color: #04091E;
}

.product .page-link {
    color: #747681;
}

.product .page-link:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0.25rem transparent;
}

.product .page-item:first-child .page-link {
    border-radius: 8px;
}

.product .page-item:last-child .page-link {
    border-radius: 8px;
}

.product .padd {
    padding: 0 15px;
}

.product .featured-top {
    margin-top: 61px;
}

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

.product .featured-item .featured-item-img {
    position: relative;
}

.product .featured-item .featured-item-img img {
    width: 100%;
}

.product .featured-item .featured-item-img:hover .featured-overlay {
    opacity: 1;
}

.product .featured-item .featured-item-img .featured-overlay {
    transition: all 0.5s;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) -24.52%, rgba(0, 12, 43, 0.58) 72.76%, rgba(0, 12, 43, 0.85) 100%);
    border-radius: 10px;
}

.product .featured-item .featured-item-img .featured-overlay .featured-overlay-inner {
    padding: 0 45px;
    position: absolute;
    direction: rtl;
    bottom: 39px;
}

.product .featured-item .featured-item-img .featured-overlay .featured-overlay-inner .featured-overlay-text h3 {
    padding-right: 5px;
}

.product .featured-item .featured-item-img .featured-overlay .featured-overlay-inner .featured-overlay-text h3 a {
    font-weight: 600;
    font-size: 32px;
    line-height: 160%;
    color: #fff;
}

.product .featured-item .featured-item-img .featured-overlay .featured-overlay-inner .featured-overlay-icon {
    display: flex;
    gap: 10px;
    align-items: center;
}

.product .featured-item .featured-item-img .featured-overlay .featured-overlay-inner .featured-overlay-icon .icon i {
    color: #FFCE4C;
    border-radius: 2px;
}

.product .featured-item .featured-item-img .featured-overlay .featured-overlay-inner .featured-overlay-icon .icon i:last-child {
    color: #C4C4C4;
}

.product .featured-item .featured-item-img .featured-overlay .featured-overlay-inner .featured-overlay-icon .text span {
    font-weight: 400;
    font-size: 24px;
    color: #fff;
}

.product .featured-item .featured-item-img .featured-overlay .featured-overlay-btm-text span {
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    padding-right: 10px;
}

.product .featured-item .featured-item-img .featured-overlay .featured-overlay-btm-text span del {
    color: #C4C4C4;
    font-weight: 400;
}

.product .featured-item .featured-item-img .featured-overlay .featured-overlay-btm-img {
    text-align: end;
    margin-top: -37px;
}

.product-head {
    text-align: center;
    position: relative;
    z-index: 1;
}

.product-head h2 {
    font-weight: 700;
    font-size: 48px;
    color: #04091E;
}

.product-head .product-vic {
    position: absolute;
    top: 0;
    right: 377px;
    z-index: -1;
}

.product-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 25px 16px 16px;
    border: 1px solid #F4F4F4;
    filter: drop-shadow(0px 9px 126px rgba(20, 0, 255, 0.06));
    border-radius: 4px;
    margin-top: 45px;
}

.product-box .product-sarch {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
}

.product-box .product-sarch .product-btn {
    display: flex;
    width: 100%;
}

.product-box .product-sarch .product-btn .product-btn-left{
    width: 100%;
}

.product-box .product-sarch .product-btn .product-btn-left .p-b-text {
    width: 100%;
    height: 60px;
    background-color: #912BBC14;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 152%;
    color: #747681;
    border: none;
    padding-right: 20px;
}

.product-box .product-sarch .product-btn .product-btn-right a {
    width: 147px;
    height: 60px;
    background-color: #912BBC;
    border-radius: 4px;
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    border: 0.5px solid #912BBC;
    transition: all 0.5s;
}

.product-box .product-sarch .product-btn .product-btn-right a:hover {
    background-color: #fff;
    color: #912BBC;
}

.product-box .product-sarch .results p {
    font-weight: 400;
    font-size: 18px;
    color: #747681;
}

.product-box .product-sarch .results p span {
    color: #04091E;
}

.product-box .product-grid {
    display: flex;
    align-items: center;
    gap: 16px;
}

.product-box .product-grid .icon-1 {
    width: 42px;
    height: 42px;
    background-color: #2662FA;
    border-radius: 4px;
    line-height: 42px;
    text-align: center;
}

.product-box .product-grid .icon-1 span svg {
    fill: currentColor;
    color: #fff;
}

.product-box .product-grid .icon {
    width: 42px;
    height: 42px;
    background-color: #F4F4F4;
    border-radius: 4px;
    line-height: 42px;
    text-align: center;
    transition: all 0.5s;
}

.product-box .product-grid .icon:hover {
    background-color: #2662FA;
}

.product-box .product-grid .icon:hover span svg {
    color: #fff;
}

.product-box .product-grid .icon span svg {
    fill: currentColor;
    color: #747681;
    transition: all 0.5s;
}