@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;600;700&display=swap');

body {
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

:root {
    --e-global-color-primary: #282828;
    --e-global-color-secondary: #efdac7;
    --e-global-color-secondary-light: #efdac777;
    --e-global-color-accent: #51213d;
    --e-global-color-text: #575757;
    --e-global-color-white: #ffffff;
    --e-global-color-black: #000000;
    --e-global-color-dark-gray: #a3a3a3;
    --e-global-color-very-dark-black-blue: #202226;
    --e-global-color-light-grayish-orange: #f5f2ec;
    --e-global-color-grayish-orange: #cbc8c1;
    --e-global-color-very-soft-orange: #e1bb98;
    --e-global-color-pure-red: #ff0000;
    --e-global-color-light-white: #ececec;
    --e-global-color-very-light-gray: #dedede;
}

h1 {
    font-size: 60px;
    line-height: 68px;
    font-weight: 700;
}

h2 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
    color: var(--e-global-color-secondary);
}

h3 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
}

h4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
}

h5 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
}

h6 {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    position: relative;
    padding-left: 34px;
    letter-spacing: 0.6px;
    color: var(--e-global-color-accent);
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: var(--e-global-color-text);
}

.text-size-18 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: var(--e-global-color-text);
}

.text-size-16 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--e-global-color-text);
}

.text-size-14 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--e-global-color-text);
}

a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    border-radius: 30px;
    position: relative;
    display: inline-block;
    color: #212529;
}

html {
    scroll-behavior: smooth;
}

h6:before {
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 23px;
    height: 2px;
    position: absolute;
    background-color: var(--e-global-color-accent);
}

.span_borderbootom {
    border-bottom: 1px solid var(--e-global-color-primary);
}

.committed-con {
    padding: 154px 0 132px;
    background: var(--e-global-color-light-grayish-orange);
}

.committed-con .committed-rightimage {
    position: absolute;
    right: 0;
    top: 0;
}

.committed-con .committed-leftimage {
    position: absolute;
    left: 0;
    bottom: 0;
}

.committed-con .committed_content h6 {
    margin-bottom: 20px;
}

.committed-con .committed_content h2 {
    margin-bottom: 32px;
    color: var(--e-global-color-primary);
}

.committed-con .committed_content .text1 {
    margin-bottom: 22px;
}

.committed-con .committed_content .text2 {
    margin-bottom: 42px;
}

.committed-con .committed_content a {
    padding: 20px 37px 22px;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}

.committed-con .committed_content a i {
    font-size: 14px;
    margin-left: 26px;
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}

.committed-con .committed_content a:hover {
    background: var(--e-global-color-very-dark-black-blue);
}

.committed-con .committed-image {
    position: absolute;
    right: -80px;
    bottom: -70px;
}

.committed-con .committed_wrapper {
    padding-top: 180px;
}

.committed-con .committed-box {
    padding: 43px 30px 30px;
    margin-bottom: 30px;
    cursor: pointer;
    text-align: center;
    border-radius: 15px;
    background: var(--e-global-color-white);
    border: 1px solid var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}

.committed-con .committed-box .icon {
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}

.committed-con .committed-box .icon img {
    height: 50px;
}

.committed-con .committed-box h5 {
    margin-bottom: 6px;
    color: var(--e-global-color-primary);
    transition: all 0.3s ease-in-out;
}

.committed-con .committed-box i {
    font-size: 14px;
    color: var(--e-global-color-primary);
    transition: all 0.3s ease-in-out;
}

.committed-con .committed-box:hover {
    border: 1px solid var(--e-global-color-accent);
}

.committed-con .committed-box:hover .icon {
    transform: translateY(-5px);
}

.committed-con .committed-box:hover h5 {
    color: var(--e-global-color-accent);
}

.committed-con .committed-box i:hover {
    color: var(--e-global-color-very-soft-orange);
}

/* Client */

.client-con {
    padding: 154px 0 162px;
    background: var(--e-global-color-white);
}

.client-con .client-sideimage {
    position: absolute;
    left: 0;
    bottom: 0;
}

.client-con .client_content h6 {
    width: 166px;
    margin: 0 auto 20px;
    text-align: left;
}

.client-con .client_content h2 {
    margin-bottom: 40px;
    color: var(--e-global-color-primary);
}

.client-con .client_content p {
    margin-bottom: 42px;
}

.client-con .client_content ul {
    margin-bottom: 66px;
}

.client-con .client_content li {
    padding: 0 48px 0 42px;
    text-align: center;
    display: inline-block;
    border-right: 1px solid var(--e-global-color-light-white);
}

.client-con .client_content li:first-child {
    padding-left: 0;
}

.client-con .client_content li:last-child {
    padding-right: 0;
    border: none;
}

.client-con .client_content .value {
    margin-bottom: 22px;
}

.client-con .client_content .number,
.client-con .client_content .plus {
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    color: var(--e-global-color-accent);
}

.client-con .client_content .text {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    display: block;
    color: var(--e-global-color-text);
}

.client-con .client-image {
    border-radius: 20px;
    background: var(--e-global-color-primary);
}

.client-con .client-image img {
    width: 100%;
    opacity: 80%;
    border-radius: 20px;
}

.client-con .video_icon {
    height: 113px;
    width: 113px;
    line-height: 113px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 100px;
    position: absolute;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.client-con .video_icon figure {
    height: 88px;
    width: 88px;
    line-height: 88px;
    top: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: relative;
    text-align: center;
    background: var(--e-global-color-secondary);
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
}

.client-con .video_icon img {
    left: 2px;
    top: -2px;
    position: relative;
}

.client-con .video_icon:hover figure {
    background: var(--e-global-color-accent);
}

.client-con .video_icon:hover img {
    filter: brightness(0) invert(1);
}

/* Consultation */

.consultation-con {
    background-image: url(../images/purple-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.consultation-con .consultation-sideimage {
    position: absolute;
    right: 70px;
    bottom: 0;
}

.consultation-con .consultation_wrapper {
    display: contents;
}

.consultation-con .consultation-image {
    left: -393px;
    width: auto;
    height: 100%;
    position: absolute;
}

.consultation-con .consultation-image img {
    opacity: 94%;
    /* width: 963px; */
    width: 100%;
    height: 100%;
}

.consultation-con .consultation_content {
    padding: 124px 0 125px 34px;
}

.consultation-con .consultation_content h6 {
    margin-bottom: 20px;
    padding-left: 38px;
    color: var(--e-global-color-secondary);
}

.consultation-con .consultation_content h6::before {
    background-color: var(--e-global-color-secondary);
}

.consultation-con .consultation_content h2 {
    margin-bottom: 52px;
}

.consultation-con .consultation_content .span_borderbootom {
    border-bottom: 1px solid var(--e-global-color-white);
}

.consultation-con .consultation_content .form-group {
    margin-bottom: 26px;
}

.consultation-con .consultation_content .input1 {
    float: left;
    margin-right: 12px;
}

.consultation-con .consultation_content input,
.consultation-con .consultation_content textarea,
.consultation-con .consultation_content select {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    height: 53px;
    width: 239px;
    padding: 10px 10px 14px 26px;
    color: var(--e-global-color-text);
    background-color: var(--e-global-color-white);
    border-radius: 25px;
    overflow: visible;
    border: none;
    outline: none;
}

.consultation-con .consultation_content textarea {
    height: 118px;
    width: 97%;
    padding: 16px 26px;
    border-radius: 18px;
    resize: none;
    outline: none;
    overflow: auto;
}

.consultation-con .consultation_content .message {
    margin-bottom: 36px;
}

.consultation-con .consultation_content select {
    -webkit-appearance: none;
    background-repeat: no-repeat !important;
    background-position: 90.3% 23px !important;
    background-image: url(../images/dropdown-arrow.png) !important;
}

.consultation-con .consultation_content select option {
    color: var(--e-global-color-text);
}

.consultation-con .consultation_content input:focus,
.consultation-con .consultation_content textarea:focus,
.consultation-con .consultation_content select:focus {
    box-shadow: 1px 1px 57px rgb(239 218 199 / 24%);
}

.consultation-con .consultation_content .appointment {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    padding: 21px 33.5px;
    border: none;
    position: relative;
    border-radius: 30px;
    color: var(--e-global-color-very-dark-black-blue);
    background: var(--e-global-color-secondary);
    overflow: visible;
    outline: none;
    transition: all 0.3s ease-in-out;
}

.consultation-con .consultation_content .appointment i {
    font-size: 14px;
    margin-left: 18px;
    transition: all 0.3s ease-in-out;
    color: var(--e-global-color-very-dark-black-blue);
}

.consultation-con .consultation_content .appointment:hover {
    color: var(--e-global-color-white);
    background: var(--e-global-color-very-dark-black-blue);
}

.consultation-con .consultation_content .appointment:hover i {
    color: var(--e-global-color-white);
}

.consultation-con .consultation_content form span {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    margin-top: 5px;
    position: absolute;
    display: block;
    color: var(--e-global-color-pure-red);
}

/* Case */

.case-con {
    background: var(--e-global-color-light-grayish-orange);
    padding: 360px 0 120px;
}

.case-con .container-fluid {
    max-width: 1510px
}

.case-con .case_content {
    margin-bottom: 50px;
}

.case-con .case_content h6 {
    width: 166px;
    margin: 0 auto 20px;
    text-align: left;
}

.case-con .case_content h2 {
    margin-bottom: 42px;
    color: var(--e-global-color-primary);
}

.case-con .case_content p {
    width: 680px;
    margin: 0 auto;
}

.case-con .case-box {
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.case-con .case-box figure {
    position: relative;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
}

.case-con .case-box figure img {
    border-radius: 20px;
}

.case-con .case-box figure:before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../images/case-imagebg.png);
    border-radius: 0 0 20px 20px;
    transition: all 0.3s ease-in-out;
}

.case-con .case-box:hover figure:before {
    background-image: url(../images/case-imagebghover.png);
}

.case-con .case-box .box-content {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 30px;
    padding: 0 20px;
}

.case-con .case-box .box-content span {
    display: block;
    color: var(--e-global-color-white);
}

.case-con .case-box .box-content .field {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 13px;
}

.case-con .case-box .box-content .law {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}

.case-con .case-box .box-content i {
    font-size: 14px;
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}

.case-con .case-box .box-content i:hover {
    color: var(--e-global-color-very-soft-orange);
}

.case-con .owl-carousel .owl-dots.disabled {
    display: block !important;
}

.case-con .owl-carousel .owl-dots {
    position: relative;
    margin-top: 56px !important;
}

.case-con .owl-carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 6px;
    transition: all 0.3s ease-in-out;
    color: var(--e-global-color-grayish-orange);
}

.case-con .owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--e-global-color-accent);
}

.case-con .owl-carousel .owl-dots .owl-dot.active span {
    width: 16px;
    height: 16px;
    background: var(--e-global-color-accent);
}

.case-con .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}

/* Testimonial */

.testimonial-con {
    background: var(--e-global-color-white);
}

.testimonial-con .testimonial_wrapper {
    display: contents;
}

.testimonial-con .image-bg {
    left: -410px;
    width: 676px;
    height: 100%;
    position: absolute;
    background: var(--e-global-color-secondary);
}

.testimonial-con .testimonial-image {
    position: absolute;
    left: -40px;
    bottom: 0;
}

.testimonial-con .testimonial_content {
    padding: 190px 0 162px;
}

.testimonial-con .content {
    padding: 0 38px 0 110px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.testimonial-con .content .testimonial-quote {
    width: 82px;
    height: 82px;
    line-height: 75px;
    left: 0;
    text-align: center;
    position: absolute;
    display: inline-block;
    border-radius: 100px;
    background: var(--e-global-color-accent);
}

.testimonial-con .content h2 {
    color: var(--e-global-color-primary);
}

.testimonial-con .testimonial_content p {
    margin-bottom: 28px;
}

.testimonial-con .review-content {
    padding-left: 82px;
    display: flex;
    align-items: center;
}

.testimonial-con .review-content .testimonial-personimage {
    position: absolute;
    left: 0;
}

.testimonial-con .review-content .testimonial-personimage img {
    border-radius: 100px;
}

.testimonial-con .review-content .detail {
    padding-top: 12px;
}

.testimonial-con .review-content .name {
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
    color: var(--e-global-color-primary);
}

.testimonial-con .review-content .position {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    display: block;
    margin-bottom: 8px;
    color: var(--e-global-color-text);
}

.testimonial-con .owl-carousel .owl-item img {
    width: auto !important;
    display: inline-block;
}

.testimonial-con .owl-carousel .owl-nav {
    margin-top: 0 !important;
    position: absolute;
    bottom: 150px;
    right: 0;
    padding: 45px;
    background: var(--e-global-color-white);
}

.testimonial-con .owl-carousel .owl-prev,
.testimonial-con .owl-carousel .owl-next {
    margin: 0 !important;
    background: transparent !important;
}

.testimonial-con .owl-carousel .owl-prev:focus,
.testimonial-con .owl-carousel .owl-next:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.testimonial-con .owl-carousel .owl-prev span,
.testimonial-con .owl-carousel .owl-next span {
    font-size: 21px;
    color: var(--e-global-color-primary);
    transition: all 0.3s ease-in-out;
}

.testimonial-con .owl-carousel .owl-prev:hover span,
.testimonial-con .owl-carousel .owl-next:hover span {
    color: var(--e-global-color-accent);
}

.testimonial-con .owl-carousel .owl-prev {
    position: relative;
    left: -25px;
    bottom: 0;
}

.testimonial-con .owl-carousel .owl-next {
    position: relative;
    right: -25px;
    bottom: 0;
}

/* Violence */

.violence-con {
    padding: 166px 0 178px;
    background: url(../images/violence-backgroundimage.jpg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.violence-con::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(90deg, var(--e-global-color-primary)30%, transparent 100%);
}

.violence-con .violence_wrapper {
    width: 638px;
    padding: 0 15px;
}

.violence-con .violence_content h1 {
    margin-bottom: 30px;
}

.violence-con .violence_content p {
    margin-bottom: 46px;
}

.violence-con .violence_content a {
    padding: 20px 32px 22px;
    color: var(--e-global-color-very-dark-black-blue);
    background: var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
}

.violence-con .violence_content a i {
    font-size: 14px;
    margin-left: 21px;
    transition: all 0.3s ease-in-out;
    color: var(--e-global-color-very-dark-black-blue);
}

.violence-con .violence_content a:hover {
    background: var(--e-global-color-white);
}

/* Lawyer */

.lawyer-con {
    padding: 154px 0 162px;
    background: var(--e-global-color-white);
}

.lawyer-con .lawyer-sideimage {
    position: absolute;
    right: 0;
    bottom: 0;
}

.lawyer-con .lawyer_content {
    margin-bottom: 55px;
}

.lawyer-con .lawyer_content h6 {
    width: 166px;
    margin: 0 auto 20px;
    text-align: left;
}

.lawyer-con .lawyer_content h2 {
    margin-bottom: 44px;
    color: var(--e-global-color-primary);
}

.lawyer-con .lawyer-box {
    text-align: center;
}

.lawyer-con .lawyer-box figure {
    margin-bottom: 28px;
    border-radius: 200px;
    display: inline-block;
    overflow: hidden;
}

.lawyer-con .lawyer-box figure img {
    transition: all 0.3s ease-in-out;
}

.lawyer-con .lawyer-box:hover figure img {
    transform: scale(1.1);
}

.lawyer-con .lawyer-box .content h4 {
    font-weight: 700;
    color: var(--e-global-color-primary);
}

.lawyer-con .lawyer-box .content span {
    display: block;
    margin-bottom: 22px;
    color: var(--e-global-color-text);
}

.lawyer-con .lawyer-box .content li {
    margin: 0 3px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.lawyer-con .lawyer-box .content li:first-child {
    margin-left: 0;
}

.lawyer-con .lawyer-box .content li:last-child {
    margin-right: 0;
}

.lawyer-con .lawyer-box .content li:hover i {
    transform: translateY(-5px);
    color: var(--e-global-color-primary);
    background: var(--e-global-color-very-soft-orange);
}

.lawyer-con .lawyer-box .content i {
    font-size: 14px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

/* Article */

.article-con {
    padding: 100px 0 160px;
    background: var(--e-global-color-light-grayish-orange);
}

.article-con .article_content {
    margin-bottom: 53px;
}

.article-con .article_content h6 {
    width: 166px;
    margin: 0 auto 20px;
    text-align: left;
}

.article-con .article_content h2 {
    margin-bottom: 40px;
    color: var(--e-global-color-primary);
}

.article-con .article_content .span_borderbootom {
    border-bottom: 1px solid var(--e-global-color-primary);
}

.article-con .article-box {
    border-radius: 20px;
    background-color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}

.article-con .article-box .box-content {
    padding: 28px 52px 28px 36px;
}

.article-con .article-box .box-content .span_wrapper {
    margin-bottom: 4px;
}

.article-con .article-box .box-content .span_wrapper span {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: var(--e-global-color-accent);
}

.article-con .article-box .box-content .span_wrapper .dash {
    padding-left: 4px;
}

.article-con .article-box .box-content h5 {
    font-weight: 600;
    color: var(--e-global-color-primary);
    transition: all 0.3s ease-in-out;
    height: 60px;
}

.article-con .article-box .box-content p {
    margin-bottom: 17px;
    color: var(--e-global-color-text);
}

.article-con .article-box:hover h5 {
    color: var(--e-global-color-very-soft-orange);
}

.article-con .article-box h5:hover {
    color: var(--e-global-color-accent);
}

.article-con .article-box figure {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.article-con .article-box figure img {
    transition: all 0.3s ease-in-out;
}

.article-con .article-box:hover figure img {
    transform: scale(1.1);
}

.article-con .article-box .box-content i {
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 14px;
    color: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}

.article-con .article-box:hover .box-content i {
    color: var(--e-global-color-very-soft-orange);
}

.article-con .article-box .box-content i:hover {
    color: var(--e-global-color-accent);
}

.article-con .owl-carousel .owl-dots.disabled {
    display: block !important;
}

.article-con .owl-carousel .owl-dots {
    position: relative;
    margin-top: 56px !important;
}

.article-con .owl-carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 6px;
    transition: all 0.3s ease-in-out;
    color: var(--e-global-color-grayish-orange);
}

.article-con .owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--e-global-color-accent);
}

.article-con .owl-carousel .owl-dots .owl-dot.active span {
    width: 16px;
    height: 16px;
    background: var(--e-global-color-accent);
}

.article-con .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}

.article-con .owl-carousel .owl-item img {
    display: inline-block;
}

/* Footer */

.footer-con {
    background: var(--e-global-color-very-dark-black-blue);
}

.footer-con .footer-sideimage {
    position: absolute;
    left: 54px;
    bottom: 52px;
    max-width: 200px;
}

.footer-con .upper_portion {
    padding: 45px 55px;
    border-radius: 20px;
    margin-top: -72px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--e-global-color-accent);
}

.footer-con .upper_portion h6 {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 14px;
}

.footer-con .upper_portion h6::before {
    background: var(--e-global-color-white);
}

.footer-con .upper_portion .span_borderbootom {
    border-bottom: 1px solid var(--e-global-color-white);
}

.footer-con .upper_portion input {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    padding: 16px 28px 19px;
    margin-right: 10px;
    width: 350px;
    position: relative;
    color: var(--e-global-color-text);
    background-color: var(--e-global-color-white);
    border: none;
    border-radius: 30px;
    overflow: visible;
    outline: none;
}

.footer-con .upper_portion input:focus {
    box-shadow: 1px 1px 57px rgb(239 218 199 / 24%);
}

.footer-con .upper_portion button {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    padding: 18px 33.5px 19.5px;
    border: none;
    position: relative;
    border-radius: 30px;
    color: var(--e-global-color-very-dark-black-blue);
    background: var(--e-global-color-secondary);
    overflow: visible;
    outline: none;
    transition: all 0.3s ease-in-out;
}

.footer-con .upper_portion button i {
    font-size: 14px;
    margin-left: 24px;
    transition: all 0.3s ease-in-out;
    color: var(--e-global-color-very-dark-black-blue);
}

.footer-con .upper_portion button:hover {
    color: var(--e-global-color-white);
    background: var(--e-global-color-very-dark-black-blue);
}

.footer-con .upper_portion button:hover i {
    color: var(--e-global-color-white);
}

.footer-con .middle_portion {
    padding: 98px 44px 90px 45px;
}

.footer-con .middle_portion .logo-content {
    padding-top: 5px;
}

.footer-con .middle_portion .footer-logo {
    margin-bottom: 26px;
    display: inline-block;
}

.footer-con .middle_portion .logo-content p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 20px;
    color: var(--e-global-color-dark-gray);
}

.footer-con .middle_portion .social-icons li {
    display: inline-block;
    margin: 0 9px;
}

.footer-con .middle_portion .social-icons i {
    font-size: 14px;
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .social-icons li:hover i {
    transform: translateY(-5px);
    color: var(--e-global-color-secondary);
}

.footer-con .middle_portion .social-icons li:first-child {
    margin-left: 0;
}

.footer-con .middle_portion .social-icons li:last-child {
    margin-right: 0;
}

.footer-con .middle_portion h4 {
    margin-bottom: 20px;
    color: var(--e-global-color-white);
}

.footer-con .middle_portion li:last-child {
    margin-bottom: 0 !important;
}

.link-1 {
    padding-left: 70px !important;
}

.link-2 {
    margin-top: 47px;
}

.footer-con .middle_portion .links {
    padding-left: 0px;
}

.footer-con .middle_portion .links li {
    padding-left: 14px;
    margin-bottom: 5px;
}

.footer-con .middle_portion .links li i {
    font-size: 12px;
    top: 0;
    left: -14px;
    position: relative;
    color: var(--e-global-color-secondary);
}

.footer-con .middle_portion .links li a {
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    color: var(--e-global-color-dark-gray);
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion li a:hover {
    color: var(--e-global-color-secondary);
}

.footer-con .middle_portion .timing p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: var(--e-global-color-dark-gray);
    margin-bottom: 5px;
}

.footer-con .middle_portion .timing span {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: var(--e-global-color-white);
    display: block;
    margin-bottom: 6px;
}

.footer-con .middle_portion .icon {
    padding-left: 45px;
    display: block;
}

.footer-con .middle_portion .icon h4 {
    margin-bottom: 24px;
}

.footer-con .middle_portion .icon .text {
    position: relative;
    margin-bottom: 16px;
    padding-left: 32px;
    display: inline-block;
}

.footer-con .middle_portion .icon a,
.footer-con .middle_portion .icon p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: var(--e-global-color-dark-gray);
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .icon i {
    font-size: 14px;
    left: 1px;
    top: 7px;
    position: absolute;
    color: var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
}

.footer-con .copyright p {
    font-size: 15px;
    line-height: 10px;
    font-weight: 400;
    padding: 16px 0 25px;
    text-align: center;
    color: var(--e-global-color-dark-gray);
    border-top: 1px solid rgb(255 255 255 / 10%);
}

.footer-con .footer-contactimage {
    position: absolute;
    right: 48px;
    bottom: 125px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.footer-con .footer-contactimage:hover {
    transform: translateY(-5px);
}

#fixed-form-container {
    position: absolute;
    bottom: 6px;
    right: 0;
    width: 25%;
    text-align: center;
    margin: 0;
    z-index: 1;
}

#fixed-form-container .body {
    width: 290px;
    right: -110px;
    top: -255px;
    padding: 30px 20px;
    z-index: 1;
    text-align: center;
    border-radius: 30px;
    background-color: var(--e-global-color-accent);
    box-shadow: 1px 1px 57px rgb(239 218 199 / 24%);
    position: relative;
    display: none;
}

#fixed-form-container .body input,
#fixed-form-container .body textarea {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    height: 45px;
    padding: 10px 18px 14px;
    margin-bottom: 15px;
    color: var(--e-global-color-text);
    background-color: var(--e-global-color-white);
    border: none;
    border-radius: 25px;
    width: 100%;
    overflow: visible;
    outline: none;
}

#fixed-form-container .body textarea {
    height: 118px;
    border-radius: 15px;
    resize: none;
    outline: none;
    overflow: auto;
}

#fixed-form-container .body input:focus,
#fixed-form-container .body textarea:focus {
    box-shadow: 1px 1px 57px rgb(239 218 199 / 24%);
}

#fixed-form-container .body .submit_now {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    padding: 12px 25px 13px;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
    color: var(--e-global-color-very-dark-black-blue);
    background: var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    border: none;
    outline: none;
}

#fixed-form-container .body .submit_now:hover {
    color: var(--e-global-color-white);
    background: var(--e-global-color-very-dark-black-blue);
}

/* Sub Banner */

.sub_banner {
    background: var(--e-global-color-primary);
}

.sub_banner::before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 45%;
    position: absolute;
    background: url(../images/subbanner-backgroundimage.jpg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.sub_banner .banner-rightimage {
    position: absolute;
    right: 0;
    top: 0;
}

.sub_banner .banner-leftimage {
    position: absolute;
    left: 0;
    bottom: 0;
}

.sub_banner .sub_banner_con {
    padding: 145px 0 40px;
    text-align: center;
}

.sub_banner .sub_banner_con h1 {
    margin-bottom: 15px;
    font-size: 60px;
    font-weight: 600;
}

.sub_banner .sub_banner_con p {
    margin-bottom: 20px;
}

.sub_banner .sub_banner_con .box {
    padding: 10px 30px 14px;
    border-radius: 30px;
    text-align: center;
    display: inline-block;
    background: transparent;
    border: 1px solid rgba(250, 250, 255, 40%);
    transition: all 0.3s ease-in-out;
}

.sub_banner .sub_banner_con .box span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    display: inline-block;
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}

.sub_banner .sub_banner_con .box a span:hover {
    color: var(--e-global-color-accent);
}

.sub_banner .sub_banner_con .box .arrow {
    font-size: 10px;
    margin: 0 15px;
    display: inline-block;
    color: var(--e-global-color-white);
}

/* Contact Page */

/* Contact Info */

.contact-con {
    padding: 60px 0 150px;
    background: var(--e-global-color-light-grayish-orange);
}

.contact-con .contact_content {
    margin-bottom: 55px;
}

.contact-con .contact_content h6 {
    width: 166px;
    margin: 0 auto 20px;
    text-align: left;
}

.contact-con .contact_content h2 {
    margin-bottom: 32px;
    color: var(--e-global-color-primary);
}

.contact-con .contact-box {
    text-align: center;
    min-height: 272px;
    padding: 52px;
    border-radius: 20px;
    background-color: var(--e-global-color-white);
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
}

.contact-con .contact-box .contact-icon {
    margin-bottom: 27px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.contact-con .contact-box h5 {
    color: var(--e-global-color-primary);
    margin-bottom: 10px;
}

.contact-con .contact-box .text-size-14 {
    transition: all 0.3s ease-in-out;
}

.contact-con .contact-box:hover {
    border: 1px solid var(--e-global-color-accent);
}

.contact-con .contact-box:hover .contact-icon {
    transform: translateY(-5px);
}

.contact-con .contact-box:hover h5 {
    color: var(--e-global-color-accent);
}

.contact-con .contact-box a:hover {
    color: var(--e-global-color-very-soft-orange);
}

/* Map */

.contact_map_con {
    padding: 150px 0 215px;
}

.contact_map_con iframe {
    width: 100%;
    height: 547px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    border-radius: 20px;
    border: none;
}

.contact_map_con iframe:hover {
    filter: none;
}

/* Faq Page */

.faq-con {
    padding: 70px 0 160px;
    background: var(--e-global-color-white);
}

.faq-con .faq_content {
    margin-bottom: 52px;
}

.faq-con .faq_content h6 {
    width: 115px;
    margin: 0 auto 19px;
    text-align: left;
}

.faq-con .faq_content h2 {
    margin-bottom: 32px;
    color: var(--e-global-color-primary);
}

.faq-con .faq {
    padding: 0 45px;
}

.faq-con .faq h5 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    margin-bottom: 0;
    display: inline-block;
    color: var(--e-global-color-primary);
}

.faq-con .accordion-card {
    width: 100%;
    margin-bottom: 25px;
    border-radius: 10px;
    background: var(--e-global-color-white);
    border: 1px solid var(--e-global-color-very-light-gray);
}

.faq-con .accordion-card .btn-link h5 {
    color: var(--e-global-color-very-soft-orange);
}

.faq-con .accordion-card .collapsed h5 {
    color: var(--e-global-color-primary);
}

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

.faq-con .accordian-inner p {
    color: var(--e-global-color-text);
}

.faq-con .accordian-inner .card-header {
    padding: 15px 20px 18px;
    margin-bottom: 0;
    background: none;
    border: none;
}

.faq-con .accordian-inner .card-body {
    padding: 0 20px 20px;
}

.faq-con .accordion-card a.btn.btn-link:focus {
    outline: none;
    box-shadow: none;
}

.faq-con .accordian-inner .accordion-card .btn {
    padding: 0;
    text-decoration: none;
    text-align: left;
    display: block;
    color: var(--e-global-color-white);
}

.faq-con .accordion-card a.btn.btn-link {
    position: relative;
}

.faq-con .accordion-card .btn-link:before {
    content: "\f063";
    font-size: 14px;
    right: 0px;
    top: 2px;
    position: absolute;
    display: inline-block;
    font-family: 'FontAwesome';
    color: var(--e-global-color-very-soft-orange);
}

.faq-con .accordion-card .collapsed:before {
    content: "\f061";
    color: var(--e-global-color-primary);
}

/* Faq Testimonial */

.faq_testimonial-con {
    padding: 146px 0 220px;
    background: var(--e-global-color-white);
}

.faq_testimonial-con .faq_testimonial_content {
    margin-bottom: 102px;
}

.faq_testimonial-con .faq_testimonial_content h6 {
    width: 166px;
    margin: 0 auto 20px;
    text-align: left;
}

.faq_testimonial-con .faq_testimonial_content h2 {
    color: var(--e-global-color-primary);
}

.faq_testimonial-con .testimonial_content {
    padding: 75px 65px 56px;
    width: 83%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    border-radius: 20px;
    border-bottom: 2px solid var(--e-global-color-accent);
    box-shadow: 13px 0 66px rgb(0 0 0 / 3%);
}

.faq_testimonial-con .testimonial_content .testimonial-quote {
    height: 78px;
    width: 78px;
    line-height: 74px;
    top: -45px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    border-radius: 100px;
    display: inline-block;
    background: var(--e-global-color-accent);
}

.faq_testimonial-con .testimonial_content .testimonial-starimage {
    margin-bottom: 12px;
    display: inline-block;
}

.faq_testimonial-con .content-box p {
    margin-bottom: 26px;
    color: var(--e-global-color-primary);
}

.faq_testimonial-con .review-content {
    width: 228px;
    margin: 0 auto;
    padding-left: 0;
    text-align: left;
    display: flex;
}

.faq_testimonial-con .review-content .testimonial-personimage {
    display: inline-block;
    position: relative;
    top: 0;
}

.faq_testimonial-con .review-content .testimonial-personimage img {
    border-radius: 100px;
}

.faq_testimonial-con .review-content .detail {
    padding: 6px 0 0 28px;
    display: inline-block;
}

.faq_testimonial-con .review-content .name {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
    color: var(--e-global-color-primary);
}

.faq_testimonial-con .review-content .position {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--e-global-color-text);
}

.faq_testimonial-con .owl-carousel .owl-item img {
    width: auto !important;
}

.faq_testimonial-con .owl-carousel .owl-nav {
    margin-top: 0 !important;
    position: relative;
    top: -136px;
}

.faq_testimonial-con .owl-carousel .owl-prev,
.faq_testimonial-con .owl-carousel .owl-next {
    margin: 0 !important;
    background: transparent !important;
}

.faq_testimonial-con .owl-carousel .owl-prev:focus,
.faq_testimonial-con .owl-carousel .owl-next:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.faq_testimonial-con .owl-carousel .owl-prev span,
.faq_testimonial-con .owl-carousel .owl-next span {
    font-size: 21px;
    color: var(--e-global-color-primary);
    transition: all 0.3s ease-in-out;
}

.faq_testimonial-con .owl-carousel .owl-prev:hover span,
.faq_testimonial-con .owl-carousel .owl-next:hover span {
    color: var(--e-global-color-accent);
}

.faq_testimonial-con .owl-carousel .owl-prev {
    position: absolute;
    left: -125px;
    top: 0;
}

.faq_testimonial-con .owl-carousel .owl-next {
    position: absolute;
    right: -125px;
    top: 0;
}

/* Team Page */

.team-con {
    padding: 60px 0 80px;
    background: var(--e-global-color-light-grayish-orange);
}

.team-con .team_content {
    margin-bottom: 52px;
}

.team-con .team_content h6 {
    width: 166px;
    margin: 0 auto 20px;
    text-align: left;
}

.team-con .team_content h2 {
    margin-bottom: 40px;
    color: var(--e-global-color-primary);
}

.team-con .team-box {
    margin-bottom: 40px;
    text-align: center;
    background: #fff;
    padding-bottom: 30px;
}

.team-con .team-box figure {
    margin-bottom: 28px;
    overflow: hidden;
}

.team-con .team-box figure img {
    transition: all 0.3s ease-in-out;
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.team-con .team-box:hover figure img {
    transform: scale(1.1);
}

.team-con .team-box .content h4 {
    font-weight: 700;
    color: var(--e-global-color-primary);
}

.team-con .team-box .content span {
    display: block;
    margin-bottom: 22px;
    color: var(--e-global-color-text);
}

.team-con .team-box .content li {
    margin: 0 3px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.team-con .team-box .content li:first-child {
    margin-left: 0;
}

.team-con .team-box .content li:last-child {
    margin-right: 0;
}

.team-con .team-box .content li:hover i {
    transform: translateY(-5px);
    color: var(--e-global-color-primary);
    background: var(--e-global-color-very-soft-orange);
}

.team-con .team-box .content i {
    font-size: 14px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

/* About */

.about-con {
    background: var(--e-global-color-very-dark-black-blue);
}

.about-con .about-sideimage {
    position: absolute;
    right: 0;
    bottom: 0;
}

.about-con .about_wrapper {
    display: contents;
}

.about-con .about-image {
    left: -393px;
    width: auto;
    height: 100%;
    position: absolute;
}

.about-con .about-image img {
    opacity: 94%;
    width: 1068px;
    height: 100%;
}

.about-con .about_content {
    padding: 130px 0;
}

.about-con .content {
    padding: 74px 95px 80px 74px;
    border-radius: 20px;
    background-image: url(../images/purple-bg.jpg);
    background-position: center;
}

.about-con .content h6 {
    margin-bottom: 18px;
    padding-left: 38px;
    color: var(--e-global-color-secondary);
}

.about-con .content h6::before {
    background-color: var(--e-global-color-secondary);
}

.about-con .content h2 {
    margin-bottom: 28px;
}

.about-con .content p {
    margin-bottom: 28px;
}

.about-con .content ul {
    margin-bottom: 40px;
}

.about-con .content ul li {
    position: relative;
    margin-bottom: 13px;
}

.about-con .content ul li i {
    font-size: 10px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    top: 2px;
    left: 0;
    position: absolute;
    text-align: center;
    border-radius: 100%;
    color: var(--e-global-color-accent);
    background-color: var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
}

.about-con .content ul li p {
    line-height: 20px;
    font-weight: 500;
    padding-left: 34px;
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}

.about-con .content a {
    padding: 20px 37px 22px;
    color: var(--e-global-color-primary);
    background: var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
}

.about-con .content a i {
    font-size: 14px;
    margin-left: 26px;
    top: -1px;
    position: relative;
    color: var(--e-global-color-primary);
    transition: all 0.3s ease-in-out;
}

.about-con .content a:hover {
    color: var(--e-global-color-white);
    background: var(--e-global-color-very-dark-black-blue);
}

.about-con .content a:hover i {
    color: var(--e-global-color-white);
}

/* Case Studies Page */

.portfolio-con {
    padding: 100px 0 110px;
    background: var(--e-global-color-white);
}

.portfolio-con .portfolio_content {
    margin-bottom: 55px;
}

.portfolio-con .portfolio_content h6 {
    width: 166px;
    margin: 0 auto 20px;
    text-align: left;
}

.portfolio-con .portfolio_content h2 {
    margin-bottom: 30px;
    color: var(--e-global-color-primary);
}

.portfolio-con .portfolio-box {
    margin-bottom: 40px;
    border-radius: 20px;
    text-align: center;
    background-color: var(--e-global-color-white);
    box-shadow: 0 19px 54px rgb(0 0 0 / 5%);
    transition: all 0.3s ease-in-out;
}

.portfolio-con .portfolio-box span {
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    left: 50%;
    bottom: -14px;
    padding: 10.5px 24.5px;
    border-radius: 20px;
    position: absolute;
    text-align: center;
    color: var(--e-global-color-primary);
    background: var(--e-global-color-secondary);
    transform: translateX(-50%);
}


.portfolio-con .portfolio-box .box-content {
    padding: 35px 20px 25px;
}

.portfolio-con .portfolio-box .box-content h5 {
    margin-bottom: 6px;
    color: var(--e-global-color-primary);
    transition: all 0.3s ease-in-out;
    font-weight: 600;
    height: 60px;
    line-height: normal;
    font-size: 17px;
}

.portfolio-con .portfolio-box .box-content h5:hover {
    color: var(--e-global-color-accent);
}

.portfolio-con .portfolio-box:hover h5 {
    color: var(--e-global-color-very-soft-orange);
}

.portfolio-con .portfolio-box .box-content p {
    margin-bottom: 15px;
    color: var(--e-global-color-text);
}

.portfolio-con .portfolio-box figure {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.portfolio-con .portfolio-box figure img {
    transition: all 0.3s ease-in-out;
}

.portfolio-con .portfolio-box:hover figure img {
    transform: scale(1.1);
}

.portfolio-con .portfolio-box .box-content i {
    font-size: 14px;
    line-height: 14px;
    font-family: 'FontAwesome';
    color: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}

.portfolio-con .portfolio-box .box-content i:hover {
    color: var(--e-global-color-accent);
}

.portfolio-con .portfolio-box:hover i {
    color: var(--e-global-color-very-soft-orange);
}

/* Practice Area Page */

.practice-con {
    padding: 90px 0 118px;
    background: var(--e-global-color-light-grayish-orange);
}

.practice-con .practice_content {
    margin-bottom: 55px;
}

.practice-con .practice_content h6 {
    width: 166px;
    margin: 0 auto 20px;
    text-align: left;
}

.practice-con .practice_content h2 {
    margin-bottom: 30px;
    color: var(--e-global-color-primary);
}

.practice-con .box {
    padding: 48px 35px 45px;
    min-height: 345px;
    margin-bottom: 30px;
    cursor: pointer;
    text-align: center;
    border-radius: 20px;
    background: var(--e-global-color-white);
    position: relative;
    transition: all 0.3s ease-in-out;
}

.practice-con .practice-box {
    position: relative;
    z-index: 1;
}

.practice-con .practice-box a {
    display: block;
}

.practice-con .practice-box .icon {
    margin-bottom: 18px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.practice-con .practice-box .icon:hover {
    transform: translateY(-5px);
}

.practice-con .practice-box h5 {
    margin-bottom: 13px;
    color: var(--e-global-color-primary);
    transition: all 0.3s ease-in-out;
    height: 60px;
    font-weight: 600;
    line-height: normal;
}

.practice-con .practice-box p {
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
}

.practice-con .practice-box i {
    font-size: 14px;
    width: 41px;
    height: 41px;
    line-height: 41px;
    border-radius: 100px;
    text-align: center;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}

.practice-con .box:hover {
    background-color: var(--e-global-color-accent);
}

.practice-con .box:hover::before {
    display: block;
    transition: all 0.3s ease-in-out;
}

.practice-con .box:hover .icon {
    filter: brightness(0) invert(1);
    ;
}

.practice-con .box:hover h5,
.practice-con .box:hover p {
    color: var(--e-global-color-white);
}

.practice-con .box:hover i {
    color: var(--e-global-color-primary);
    background: var(--e-global-color-secondary);
}

.practice-con .box i:hover {
    color: var(--e-global-color-white);
    background: var(--e-global-color-primary);
}

/* Practice Area Faq */

.practicearea-faq {
    padding: 176px 0 228px;
    overflow: hidden;
}

.practicearea-faq .left_column {
    padding-right: 40px;
    z-index: 1;
    position: relative;
}

.practicearea-faq .faq_content h6 {
    width: 100%;
    padding-left: 38px;
}

.practicearea-faq .faq_content h2 {
    margin-bottom: 30px;
}

.practicearea-faq .faq_content p {
    margin-bottom: 42px;
}

.practicearea-faq .faq {
    padding: 0 !important;
}


/* About Page */

.aboutpage-con {
    padding: 80px 0 170px;
}

.aboutpage-con .about-sideimage {
    position: absolute;
    right: 0;
    bottom: 0;
}

.aboutpage-con .about_wrapper .about-image {
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
}

.aboutpage-con .about_wrapper .about-image img {
    border-radius: 30px;
    min-height: 490px;
    object-fit: cover;
    width: 100%;
}

.aboutpage-con .about_wrapper .about-image:before {
    content: "";
    top: -38px;
    left: -38px;
    width: 216px;
    height: 238px;
    position: absolute;
    border-radius: 30px;
    z-index: -1;
    background: var(--e-global-color-accent);
}

.aboutpage-con .about_wrapper .about-circle {
    position: absolute;
    left: -32px;
    bottom: -40px;
}

.aboutpage-con .about_wrapper .about-box {
    padding: 32px 42px;
    right: 10px;
    bottom: -40px;
    position: absolute;
    z-index: 1;
    text-align: center;
    border-radius: 15px;
    display: inline-block;
    background: var(--e-global-color-white);
    box-shadow: 0 19px 54px rgb(0 0 0 / 5%);
    transition: all 0.3s ease-in-out;
}

.aboutpage-con .about_wrapper .about-box .about-icon {
    transition: all 0.3s ease-in-out;
}

.aboutpage-con .about_wrapper .about-box .number {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 8px;
    color: var(--e-global-color-accent);
}

.aboutpage-con .about_wrapper .about-box .plus {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    top: 0;
    left: -2px;
    position: relative;
    color: var(--e-global-color-accent);
}

.aboutpage-con .about_wrapper .about-box .text {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    display: block;
    color: var(--e-global-color-text);
}

.aboutpage-con .about_wrapper .about-box:hover .about-icon {
    transform: translateY(-5px);
}

.aboutpage-con .about_content {
    padding: 0px 45px 0 30px;
}

.aboutpage-con .about_content h6 {
    margin-bottom: 18px;
    padding-left: 38px;
}

.aboutpage-con .about_content h2 {
    margin-bottom: 28px;
    color: var(--e-global-color-primary);
}

.aboutpage-con .about_content .text {
    margin-bottom: 28px;
}

.aboutpage-con .about_content ul {
    margin-bottom: 40px;
}

.aboutpage-con .about_content ul li {
    position: relative;
    margin-bottom: 13px;
}

.aboutpage-con .about_content ul li i {
    font-size: 10px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    top: 2px;
    left: 0;
    position: absolute;
    text-align: center;
    border-radius: 100%;
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}

.aboutpage-con .about_content ul li p {
    line-height: 20px;
    font-weight: 500;
    padding-left: 34px;
    color: var(--e-global-color-primary);
    transition: all 0.3s ease-in-out;
}

.aboutpage-con .about_content a {
    padding: 20px 37px 22px;
    color: var(--e-global-color-primary);
    background: var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
}

.aboutpage-con .about_content a i {
    font-size: 14px;
    margin-left: 26px;
    top: -1px;
    position: relative;
    color: var(--e-global-color-primary);
    transition: all 0.3s ease-in-out;
}

.aboutpage-con .about_content a:hover {
    color: var(--e-global-color-white);
    background: var(--e-global-color-very-dark-black-blue);
}

.aboutpage-con .about_content a:hover i {
    color: var(--e-global-color-white);
}

/* Succeed */

.succeed-con {
    padding: 152px 0 138px;
    background: var(--e-global-color-light-grayish-orange);
}

.succeed-con .succeed_content {
    padding: 50px 85px 0 0;
}

.succeed-con .succeed_content h6 {
    width: 100%;
    padding-left: 38px;
    margin-bottom: 18px;
}

.succeed-con .succeed_content h2 {
    margin-bottom: 35px;
    color: var(--e-global-color-primary);
}

.succeed-con .succeed_content .text {
    margin-bottom: 42px;
    padding-bottom: 32px;
    border-bottom: 1px solid var(--e-global-color-very-light-gray);
}

.succeed-con .succeed_content ul li {
    position: relative;
    margin-bottom: 13px;
}

.succeed-con .succeed_content ul li i {
    font-size: 10px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    top: 2px;
    left: 0;
    position: absolute;
    text-align: center;
    border-radius: 100%;
    color: var(--e-global-color-secondary);
    background-color: var(--e-global-color-accent);
}

.succeed-con .succeed_content ul li p {
    line-height: 20px;
    font-weight: 500;
    padding-left: 34px;
    color: var(--e-global-color-primary);
}

.succeed-con .succeed-box {
    padding: 35px 30px 38px;
    text-align: center;
    border-radius: 15px;
    border: 1px solid var(--e-global-color-white);
    background: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}

.succeed-con .box {
    padding-top: 50px;
}

.succeed-con .succeed-box .icon {
    margin-bottom: 24px;
    transition: all 0.3s ease-in-out;
    display: block;
}

.succeed-con .succeed-box .number {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
    color: var(--e-global-color-accent);
}

.succeed-con .succeed-box .plus {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    top: -12px;
    left: -2px;
    position: relative;
    color: var(--e-global-color-accent);
}

.succeed-con .succeed-box .text {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    display: block;
    color: var(--e-global-color-text);
}

.succeed-con .succeed-box:hover {
    border: 1px solid var(--e-global-color-accent);
}

.succeed-con .succeed-box:hover .icon {
    transform: translateY(-5px);
}

.succeed-con .succeed-downcontent {
    margin-top: -20px;
}

.aboutpage-testimonial {
    padding-bottom: 150px;
}

/* Home Page 2 */

/* Banner */

.legal_situation {
    background: var(--e-global-color-primary);
}

.legal_situation::before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 55%;
    position: absolute;
    background: url(../images/banner2-backgroundimage.jpg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.legal_situation .banner-rightimage {
    position: absolute;
    right: 0;
    top: 0;
}

.legal_situation .banner-leftimage {
    position: absolute;
    left: 0;
    bottom: 0;
}

.legal_situation_banner .banner_content {
    padding: 170px 140px 262px;
}

.legal_situation_banner .banner_content h6 {
    width: 270px;
    margin: 0 auto 18px;
    padding-left: 38px;
    color: var(--e-global-color-secondary);
}

.legal_situation_banner .banner_content h6::before {
    background-color: var(--e-global-color-secondary);
}

.legal_situation_banner .banner_content h1 {
    margin-bottom: 28px;
}

.legal_situation_banner .banner_content p {
    line-height: 30px;
    margin-bottom: 40px;
    padding: 0 50px;
}

.legal_situation_banner .banner_content .appointment {
    padding: 20px 32px 22px;
    color: var(--e-global-color-primary);
    background: var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
}

.legal_situation_banner .banner_content .appointment i {
    font-size: 14px;
    margin-left: 20px;
    top: 0;
    position: relative;
    color: var(--e-global-color-primary);
    transition: all 0.3s ease-in-out;
}

.legal_situation_banner .banner_content .appointment:hover {
    color: var(--e-global-color-white);
    background: var(--e-global-color-very-dark-black-blue);
}

.legal_situation_banner .banner_content .appointment:hover i {
    color: var(--e-global-color-white);
}

.legal_situation_banner .banner_content .down_button {
    left: 0;
    right: 0;
    bottom: 40px;
    display: block;
    position: absolute;
}

/* Legal Situation Portfolio */

.legal_situation_portfolio {
    padding-top: 130px;
    background: var(--e-global-color-accent);
}

.legal_situation_portfolio .portfolio_content {
    margin-bottom: 75px;
}

.legal_situation_portfolio .content {
    border-right: 1px solid rgb(245 242 236 / 20%);
}

.legal_situation_portfolio .portfolio_content h6 {
    width: 200px;
    margin-bottom: 18px;
    text-align: left;
    color: var(--e-global-color-secondary);
}

.legal_situation_portfolio .portfolio_content h6::before {
    background-color: var(--e-global-color-secondary);
}

.legal_situation_portfolio .portfolio_content h2 {
    color: var(--e-global-color-white);
}

.legal_situation_portfolio .portfolio_content p {
    line-height: 30px;
    padding-left: 18px;
    color: var(--e-global-color-white);
}

.legal_situation_portfolio .lower_portion {
    margin-bottom: -262px;
    position: relative;
    z-index: 1;
}

.legal_situation_portfolio .portfolio-box {
    margin-bottom: 40px;
    border-radius: 20px;
    text-align: center;
    background-color: var(--e-global-color-white);
    box-shadow: 0 19px 54px rgb(0 0 0 / 5%) inset;
    transition: all 0.3s ease-in-out;
}

.legal_situation_portfolio .portfolio-box span {
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    left: 50%;
    bottom: -14px;
    padding: 10.5px 24.5px;
    border-radius: 20px;
    position: absolute;
    text-align: center;
    color: var(--e-global-color-primary);
    background: var(--e-global-color-secondary);
    transform: translateX(-50%);
}

.legal_situation_portfolio .portfolio-box .box-content {
    padding: 40px 50px 28px;
}

.legal_situation_portfolio .portfolio-box .box-content h5 {
    margin-bottom: 6px;
    color: var(--e-global-color-primary);
    transition: all 0.3s ease-in-out;
    font-weight: 600;
}

.legal_situation_portfolio .portfolio-box .box-content h5:hover {
    color: var(--e-global-color-accent);
}

.legal_situation_portfolio .portfolio-box:hover h5 {
    color: var(--e-global-color-very-soft-orange);
}

.legal_situation_portfolio .portfolio-box .box-content p {
    margin-bottom: 15px;
    color: var(--e-global-color-text);
}

.legal_situation_portfolio .portfolio-box figure {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.legal_situation_portfolio .portfolio-box figure img {
    transition: all 0.3s ease-in-out;
}

.legal_situation_portfolio .portfolio-box:hover figure img {
    transform: scale(1.1);
}

.legal_situation_portfolio .portfolio-box .box-content i {
    font-size: 14px;
    line-height: 14px;
    font-family: 'FontAwesome';
    color: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}

.legal_situation_portfolio .portfolio-box .box-content i:hover {
    color: var(--e-global-color-accent);
}

.legal_situation_portfolio .portfolio-box:hover i {
    color: var(--e-global-color-very-soft-orange);
}

.legal_situation_portfolio .owl-carousel .owl-dots.disabled {
    display: block !important;
}

.legal_situation_portfolio .owl-carousel .owl-dots {
    position: relative;
    margin-top: 15px !important;
}

.legal_situation_portfolio .owl-carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 6px;
    transition: all 0.3s ease-in-out;
    color: var(--e-global-color-grayish-orange);
}

.legal_situation_portfolio .owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--e-global-color-accent);
}

.legal_situation_portfolio .owl-carousel .owl-dots .owl-dot.active span {
    width: 16px;
    height: 16px;
    background: var(--e-global-color-accent);
}

.legal_situation_portfolio .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}

/* Legal Situation Faq */

.legal_situation_faq {
    padding: 100px 0 100px;
}

/* Legal Situation Amazing */

.amazing-con {
    background: var(--e-global-color-very-dark-black-blue);
}

.amazing-con .amazing-sideimage {
    position: absolute;
    right: 0;
    bottom: 0;
}

.amazing-con .amazing-sideimage img {
    opacity: 10%;
}

.amazing-con .amazing_wrapper {
    display: contents;
}

.amazing-con .amazing-image {
    left: -390px;
    width: auto;
    height: 100%;
    position: absolute;
}

.amazing-con .amazing-image img {
    opacity: 100%;
    width: 100%;
    height: 100%;
}

.amazing-con .amazing_content {
    padding: 125px 0 130px 80px;
}

.amazing-con .amazing_content h6 {
    margin-bottom: 18px;
    padding-left: 38px;
    color: var(--e-global-color-secondary);
}

.amazing-con .amazing_content h6::before {
    background-color: var(--e-global-color-secondary);
}

.amazing-con .amazing_content h2 {
    margin-bottom: 30px;
}

.amazing-con .amazing_content p {
    margin-bottom: 48px;
}

.amazing-con .content {
    display: flex;
    align-items: center;
}

.amazing-con .amazing_content .lower_portion {
    padding-left: 54px;
}

.amazing-con .amazing_content .amazing-box {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    transition: all 0.3s ease-in-out;
}

.amazing-con .amazing_content .icon {
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 12px;
    text-align: center;
    background: var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
}

.amazing-con .amazing_content .icon2 {
    background: var(--e-global-color-accent);
}

.amazing-con .amazing_content .icon1 img {
    filter: brightness(0);
}

.amazing-con .amazing_content .icon2 img {
    filter: brightness(0) invert(1);
}

.amazing-con .amazing_content .amazing-box:hover .icon {
    transform: translateY(-5px);
}

.amazing-con .amazing_content .box-content {
    padding-left: 25px;
}

.amazing-con .amazing_content .number {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
    color: var(--e-global-color-white);
}

.amazing-con .amazing_content .plus {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    top: 0;
    left: -3px;
    position: relative;
    color: var(--e-global-color-white);
}

.amazing-con .amazing_content .text {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    display: block;
    color: var(--e-global-color-white);
}

/* Legal Situation Testimonial */

.legal_situation_testimonial {
    padding: 146px 0 250px;
    background: var(--e-global-color-light-grayish-orange);
}

.legal_situation_testimonial .testimonial_content {
    margin-bottom: 46px;
}

.legal_situation_testimonial .testimonial_content h6 {
    width: 190px;
    margin: 0 auto 18px;
    text-align: left;
}

.legal_situation_testimonial .testimonial_content h2 {
    color: var(--e-global-color-primary);
}

.legal_situation_testimonial .testimonial_content figure {
    position: absolute;
    left: 80px;
    bottom: -125px;
}

.legal_situation_testimonial .carousel-indicators {
    bottom: -118px;
    left: 0;
    z-index: 1;
}

.legal_situation_testimonial .carousel-indicators li {
    text-indent: 0;
    width: 74px;
    height: 74px;
    line-height: 72px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 100px;
    opacity: 1;
    margin: 0 2px;
    background: transparent;
}

.legal_situation_testimonial .carousel-indicators li:first-child {
    margin-left: 0;
}

.legal_situation_testimonial .carousel-indicators li:last-child {
    margin-right: 0;
}

.legal_situation_testimonial .carousel-indicators li figure img {
    border-radius: 100px;
}

.legal_situation_testimonial .carousel-indicators li.active {
    border: 1px solid var(--e-global-color-accent);
}

.legal_situation_testimonial .carousel-inner {
    width: 72%;
    margin: 0 auto;
}

.legal_situation_testimonial .testimonial_box {
    text-align: center;
}

.legal_situation_testimonial .testimonial_box .testimonial-starimage {
    margin-bottom: 22px;
}

.legal_situation_testimonial .testimonial_box p {
    margin-bottom: 34px;
    color: var(--e-global-color-primary);
}

.legal_situation_testimonial .testimonial_box .name {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    color: var(--e-global-color-accent);
}

.legal_situation_testimonial .testimonial_box .name {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    color: var(--e-global-color-accent);
}

.legal_situation_testimonial .testimonial_box .position {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: var(--e-global-color-text);
}

.legal_situation_testimonial .pagination-outer {
    position: relative;
    bottom: -65px;
    right: 0;
    z-index: 2;
}

.legal_situation_testimonial .pagination-outer .carousel-control-prev,
.legal_situation_testimonial .pagination-outer .carousel-control-next {
    font-size: 18px;
    bottom: 0;
    opacity: 1;
    position: absolute;
    color: var(--e-global-color-primary);
    transition: all 0.3s ease-in-out;
}

.legal_situation_testimonial .pagination-outer .carousel-control-prev:hover,
.legal_situation_testimonial .pagination-outer .carousel-control-next:hover {
    color: var(--e-global-color-accent);
}

.legal_situation_testimonial .pagination-outer .carousel-control-prev {
    left: 292px;
}

.legal_situation_testimonial .pagination-outer .carousel-control-next {
    right: 290px;
}

/* Blog */

.blog-con {
    padding: 144px 0 406px;
    background: var(--e-global-color-white);
}

.blog-con .article_content {
    margin-bottom: 53px;
}

.blog-con .article_content h6 {
    width: 166px;
    margin: 0 auto 20px;
    text-align: left;
}

.blog-con .article_content h2 {
    margin-bottom: 32px;
    color: var(--e-global-color-primary);
}

.blog-con .article-box {
    transition: all 0.3s ease-in-out;
}

.blog-con .article-box .box-content {
    padding: 20px 50px 0 0;
}

.blog-con .article-box .box-content .span_wrapper {
    margin-bottom: 4px;
}

.blog-con .article-box .box-content .span_wrapper span {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: var(--e-global-color-accent);
}

.blog-con .article-box .box-content .span_wrapper .dash {
    padding-left: 4px;
}

.blog-con .article-box .box-content h5 {
    font-weight: 700;
    color: var(--e-global-color-primary);
    transition: all 0.3s ease-in-out;
}

.blog-con .article-box .box-content p {
    padding-right: 20px;
    color: var(--e-global-color-text);
}

.blog-con .article-box:hover h5 {
    color: var(--e-global-color-very-soft-orange);
}

.blog-con .article-box h5:hover {
    color: var(--e-global-color-accent);
}

.blog-con .article-box figure {
    border-radius: 15px;
    overflow: hidden;
}

.blog-con .article-box figure img {
    transition: all 0.3s ease-in-out;
}

.blog-con .article-box:hover figure img {
    transform: scale(1.1);
}

/* Legal Situation Footer */

.legal_situation_footer .footer_portion {
    border-radius: 20px;
    margin-top: -216px;
    background-image: url(../images/purple-bg.jpg);
}

.legal_situation_footer .footer_wrapper figure {
    position: absolute;
    top: -124px;
    left: 90px;
}

.legal_situation_footer .footer_content {
    padding: 85px 65px 75px 0;
}

.legal_situation_footer .footer_content h3 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 18px;
    color: var(--e-global-color-white);
}

.legal_situation_footer .footer_content p {
    line-height: 26px;
    margin-bottom: 28px;
    color: var(--e-global-color-white);
}

.legal_situation_footer .footer_content a {
    padding: 20px 34px 22px;
    color: var(--e-global-color-very-dark-black-blue);
    background: var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
}

.legal_situation_footer .footer_content a i {
    font-size: 14px;
    margin-left: 21px;
    transition: all 0.3s ease-in-out;
    color: var(--e-global-color-very-dark-black-blue);
}

.legal_situation_footer .footer_content a:hover {
    color: var(--e-global-color-white);
    background: var(--e-global-color-very-dark-black-blue);
}

.legal_situation_footer .footer_content a:hover i {
    color: var(--e-global-color-white);
}

/* Home Page 3 */

/* Banner */

.legal_matter {
    overflow: hidden;
    background-image: url(../images/purple-bg.jpg);
}

.legal_matter .last_list {
    border: none;
}

.legal_matter .last_list figure {
    filter: brightness(0);
}

.legal_matter .last_list a {
    color: var(--e-global-color-primary);
}

.legal_matter .last_list a:hover {
    color: var(--e-global-color-accent);
}

.legal_matter_banner .banner_content {
    padding: 170px 0 192px;
}

.legal_matter_banner .banner_content h6 {
    margin-bottom: 18px;
    padding-left: 38px;
    color: var(--e-global-color-secondary);
}

.legal_matter_banner .banner_content h6::before {
    background-color: var(--e-global-color-secondary);
}

.legal_matter_banner .banner_content h1 {
    margin-bottom: 28px;
}

.legal_matter_banner .banner_content p {
    line-height: 30px;
    margin-bottom: 40px;
}

.legal_matter_banner .banner_content a {
    padding: 20px 32px 22px;
    color: var(--e-global-color-primary);
    background: var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
}

.legal_matter_banner .banner_content a i {
    font-size: 14px;
    margin-left: 20px;
    top: 0;
    position: relative;
    color: var(--e-global-color-primary);
    transition: all 0.3s ease-in-out;
}

.legal_matter_banner .banner_content a:hover {
    color: var(--e-global-color-white);
    background: var(--e-global-color-very-dark-black-blue);
}

.legal_matter_banner .banner_content a:hover i {
    color: var(--e-global-color-white);
}

.legal_matter_banner .banner_wrapper {
    display: contents;
}

.legal_matter_banner .banner_wrapper .banner-image {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.legal_matter_banner .banner_wrapper .banner-background {
    position: absolute;
    right: -302px;
    top: -95px;
    width: auto;
    height: 100%;
}

.legal_matter_banner .banner_wrapper .banner-background img {
    width: 560px;
    height: 960px;
}

.legal_matter_banner .social-icons {
    position: absolute;
    left: -162px;
    top: 274px;
}

.legal_matter_banner .social-icons li {
    margin: 12px 0;
}

.legal_matter_banner .social-icons i {
    font-size: 14px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 100px;
    background: transparent;
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}

.legal_matter_banner .social-icons li:hover i {
    color: var(--e-global-color-primary);
    background: var(--e-global-color-secondary);
}

.legal_matter_banner .social-icons li:first-child {
    margin-top: 0;
}

.banner-con .banner_sideicon .social-icons li:last-child {
    margin-bottom: 0;
}

/* Legal Matter Expertise */

.expertise-con {
    padding: 145px 0 145px;
    background: var(--e-global-color-white);
}

.expertise-con .expertise_content {
    margin-bottom: 45px;
}

.expertise-con .expertise_content h6 {
    width: 166px;
    margin: 0 auto 20px;
    text-align: left;
}

.expertise-con .expertise_content h2 {
    margin-bottom: 30px;
    color: var(--e-global-color-primary);
}

.expertise-con .expertise-box {
    border-radius: 15px;
    text-align: center;
    background-color: var(--e-global-color-white);
    box-shadow: 0 0px 20px rgb(0 0 0 / 5%) inset;
    transition: all 0.3s ease-in-out;
}

.expertise-con .expertise-box .box-content {
    padding: 34px 40px;
}

.expertise-con .expertise-box .box-content h5 {
    margin-bottom: 8px;
    color: var(--e-global-color-primary);
    transition: all 0.3s ease-in-out;
}

.expertise-con .expertise-box .box-content h5:hover {
    color: var(--e-global-color-accent);
}

.expertise-con .expertise-box:hover h5 {
    color: var(--e-global-color-very-soft-orange);
}

.expertise-con .expertise-box .box-content p {
    margin-bottom: 23px;
    color: var(--e-global-color-text);
}

.expertise-con .expertise-box figure {
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}

.expertise-con .expertise-box figure img {
    transition: all 0.3s ease-in-out;
}

.expertise-con .expertise-box:hover figure img {
    transform: scale(1.1);
}

.expertise-con .expertise-box .box-content .read_more {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    color: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}

.expertise-con .expertise-box .box-content i {
    font-size: 12px;
    line-height: 12px;
    margin-left: 11px;
    font-family: 'FontAwesome';
    color: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}

.expertise-con .expertise-box .box-content .read_more:hover {
    color: var(--e-global-color-accent);
}

.expertise-con .expertise-box .box-content .read_more:hover i {
    color: var(--e-global-color-accent);
}

.expertise-con .expertise-box:hover .read_more {
    color: var(--e-global-color-very-soft-orange);
}

.expertise-con .expertise-box:hover i {
    color: var(--e-global-color-very-soft-orange);
}

.expertise-con .owl-carousel .owl-dots.disabled {
    display: block !important;
}

.expertise-con .owl-carousel .owl-dots {
    position: relative;
    margin-top: 36px !important;
}

.expertise-con .owl-carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 6px;
    transition: all 0.3s ease-in-out;
    color: var(--e-global-color-grayish-orange);
}

.expertise-con .owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--e-global-color-accent);
}

.expertise-con .owl-carousel .owl-dots .owl-dot.active span {
    width: 16px;
    height: 16px;
    background: var(--e-global-color-accent);
}

.expertise-con .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}

/* Legal Matter Succeed */

.legal_matter_succeed {
    background: var(--e-global-color-white);
}

.legal_matter_succeed .succeed-box {
    box-shadow: 5px 0 54px rgb(0 0 0 /6%);
}

/* Legal Matter Lawyer */

.legal_matter_lawyer {
    padding: 144px 0 600px;
}

.legal_matter_lawyer .lawyer_content {
    margin-bottom: 52px;
}

.legal_matter_lawyer .lawyer_content h2 {
    margin-bottom: 32px;
}

.legal_matter_lawyer .lawyer-box {
    padding: 15px 15px 30px;
    border-radius: 15px;
    background: var(--e-global-color-white);
    box-shadow: 19px 0 54px rgb(0 0 0 / 4%);
}

.legal_matter_lawyer .lawyer-box figure {
    width: 316px;
    height: 271px;
    margin-bottom: 18px;
    border-radius: 15px;
}

.legal_matter_lawyer .lawyer-box figure img {
    width: 316px;
    height: 271px;
    overflow: hidden;
}

/* Legal Matter Footer */

.legal_matter_footer .contact_portion {
    margin-top: -445px;
    background-image: url(../images/purple-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}

.legal_matter_footer .contact_portion .contact_wrapper {
    display: contents;
}

.legal_matter_footer .contact_portion .contact_wrapper figure {
    left: 15px;
    width: auto;
    height: 100%;
    position: absolute;
}

.legal_matter_footer .contact_portion .contact_wrapper img {
    opacity: 94%;
    width: 483px;
    height: 100%;
    border-radius: 20px 0 0 20px;
}

.legal_matter_footer .contact_portion .contact_content {
    padding: 74px 60px 82px 65px;
}

.legal_matter_footer .contact_portion .contact_content h6 {
    margin-bottom: 20px;
    padding-left: 38px;
    color: var(--e-global-color-secondary);
}

.legal_matter_footer .contact_portion .contact_content h6::before {
    background-color: var(--e-global-color-secondary);
}

.legal_matter_footer .contact_portion .contact_content h2 {
    margin-bottom: 48px;
}

.legal_matter_footer .contact_portion .contact_content .span_borderbootom {
    border-bottom: 1px solid var(--e-global-color-white);
}

.legal_matter_footer .contact_portion .contact_content .form-group {
    margin-bottom: 26px;
}

.legal_matter_footer .contact_portion .contact_content .input1 {
    float: left;
    margin-right: 12px;
}

.legal_matter_footer .contact_portion .contact_content input,
.legal_matter_footer .contact_portion .contact_content textarea,
.legal_matter_footer .contact_portion .contact_content select {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    height: 53px;
    width: 239px;
    padding: 11px 10px 14px 26px;
    color: var(--e-global-color-text);
    background-color: var(--e-global-color-white);
    border-radius: 25px;
    overflow: visible;
    border: none;
    outline: none;
}

.legal_matter_footer .contact_portion .contact_content textarea {
    height: 118px;
    width: 97%;
    padding: 16px 26px;
    border-radius: 18px;
    resize: none;
    outline: none;
    overflow: auto;
}

.legal_matter_footer .contact_portion .contact_content .message {
    margin-bottom: 36px;
}

.legal_matter_footer .contact_portion .contact_content select {
    -webkit-appearance: none;
    background-repeat: no-repeat !important;
    background-position: 90.3% 23px !important;
    background-image: url(../images/dropdown-arrow.png) !important;
}

.legal_matter_footer .contact_portion .contact_content input:focus,
.legal_matter_footer .contact_portion .contact_content textarea:focus,
.legal_matter_footer .contact_portion .contact_content select:focus {
    box-shadow: 1px 1px 57px rgb(239 218 199 / 24%);
}

.legal_matter_footer .contact_portion .contact_content .appointment {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    padding: 21px 33.5px;
    border: none;
    position: relative;
    border-radius: 30px;
    color: var(--e-global-color-very-dark-black-blue);
    background: var(--e-global-color-secondary);
    overflow: visible;
    outline: none;
    transition: all 0.3s ease-in-out;
}

.legal_matter_footer .contact_portion .contact_content .appointment i {
    font-size: 14px;
    margin-left: 18px;
    transition: all 0.3s ease-in-out;
    color: var(--e-global-color-very-dark-black-blue);
}

.legal_matter_footer .contact_portion .contact_content .appointment:hover {
    color: var(--e-global-color-white);
    background: var(--e-global-color-very-dark-black-blue);
}

.legal_matter_footer .contact_portion .contact_content .appointment:hover i {
    color: var(--e-global-color-white);
}

.legal_matter_footer .contact_portion .contact_content form span {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    margin-top: 5px;
    position: absolute;
    display: block;
    color: var(--e-global-color-pure-red);
}

.legal_matter_footer .middle_portion {
    padding: 78px 45px 90px 45px;
}

/* 404 Page */

.error_page {
    height: 100vh;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background: var(--e-global-color-accent);
}

.error_page .error_content h1 {
    font-size: 140px;
    line-height: 140px;
    margin-bottom: 25px;
    color: var(--e-global-color-white);
}

.error_page .error_content .text {
    font-size: 46px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--e-global-color-white);
}

.error_page .error_content .text2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 30px;
    color: var(--e-global-color-white);
}

.error_page .error_content .back_home {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    padding: 18px 35px 20px;
    text-align: center;
    display: inline-block;
    position: relative;
    color: var(--e-global-color-primary);
    background: var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
}

.error_page .error_content .back_home:hover {
    color: var(--e-global-color-white);
    background: var(--e-global-color-primary);
}

/* Coming Soon */

.comingsoon_outer {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: 100vh;
    text-align: center;
    position: relative;
    background: var(--e-global-color-accent);
}

.comingsoon_outer .logo_outer {
    margin-bottom: 80px;
}

.comingsoon_outer .comingsoon_section {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
}

.comingsoon_outer .sub_banner_content h1 {
    font-size: 96px;
    line-height: 98px;
    margin-bottom: 30px;
    color: var(--e-global-color-white);
}

.comingsoon_outer .sub_banner_content p {
    font-weight: 500;
    margin-bottom: 12px;
    color: var(--e-global-color-white);
}

.comingsoon_outer .sub_banner_content form {
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.comingsoon_outer .sub_banner_content input {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    padding: 14px 16px 16px;
    width: 540px;
    position: relative;
    color: var(--e-global-color-text);
    background-color: var(--e-global-color-white);
    border: 1px solid transparent;
    border-radius: 30px;
    overflow: visible;
    outline: none;
}

.comingsoon_outer .sub_banner_content button {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    padding: 15px 30px 18px;
    height: 100%;
    top: 0;
    right: -5px;
    border-radius: 0 30px 30px 0;
    position: absolute;
    color: var(--e-global-color-primary);
    background: var(--e-global-color-secondary);
    border: 1px solid var(--e-global-color-secondary);
    overflow: visible;
    outline: none;
    transition: all 0.3s ease-in-out;
}

.comingsoon_outer .sub_banner_content input:focus {
    border: 1px solid var(--e-global-color-primary);
}

.comingsoon_outer .sub_banner_content button:hover {
    color: var(--e-global-color-white);
    background: var(--e-global-color-primary);
    border: 1px solid var(--e-global-color-primary);
}

.comingsoon_outer .sub_banner_content .social-icon li {
    display: inline-block;
    margin: 0 4px;
}

.comingsoon_outer .sub_banner_content .social-icon li:first-child {
    margin-left: 0;
}

.comingsoon_outer .sub_banner_content .social-icon li:last-child {
    margin-right: 0;
}

.comingsoon_outer .sub_banner_content .social-icon a {
    transition: all 0.3s ease-in-out;
}

.comingsoon_outer .sub_banner_content .social-icon i {
    font-size: 16px;
    height: 38px;
    width: 38px;
    line-height: 38px;
    border-radius: 100px;
    text-align: center;
    color: var(--e-global-color-primary);
    background-color: var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
}

.comingsoon_outer .sub_banner_content .social-icon a:hover i {
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-primary);
}

/* Animation of Arrow and Star*/

.arrow-image img {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
    transition: all 0.3s ease-in-out;
}

@-webkit-keyframes mover {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-10px);
    }
}

.star-image {
    animation-name: blink;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes blink {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Back to top button */

#button {
    display: inline-block;
    background-color: var(--e-global-color-very-soft-orange);
    width: 64px;
    height: 64px;
    text-align: center;
    border-radius: 15px;
    position: fixed;
    bottom: 60px;
    right: 80px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

#button::after {
    content: "\f062";
    font-family: "Font Awesome 5 free";
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

#button:hover {
    transform: translateY(-5px);
}

@-webkit-keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(225 187 152 / 41%)
    }

    to {
        box-shadow: 0 0 0 35px rgba(250, 87, 51, .01)
    }
}

@keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(225 187 152 / 41%)
    }

    to {
        box-shadow: 0 0 0 35px rgba(250, 87, 51, .01)
    }
}

/* Preloader -------------------------------------------------------*/

/* Loader Styles start here */
.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: var(--e-global-color-accent);
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.lead {
    font-size: 13px;
}

.loader div {
    background-color: var(--e-global-color-accent);
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: .5;
    border-radius: 50%;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.diller {
    border: 1px solid rgba(255, 255, 255, 0.4);
    height: 35px;
    font-size: 14px;
    font-weight: 400;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 11px;
}

@-webkit-keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* Detay */
.inner-page__wrapper {
    margin-bottom: 70px;
}

.inner-page__wrapper.ui-mb-0 {
    margin-bottom: 0;
}

.inner-page__wrapper.ui-mt-0 {
    margin-top: 0;
}

.inner-page__wrapper.ui-mv-0 {
    margin-top: 0;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .inner-page__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media (min-width: 1200px) {
    .inner-page__row>div {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 1199px) {
    .inner-page__row>div {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 1200px) {
    .inner-page__row.ui-gutter-15>div {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1199px) {
    .inner-page__row.ui-gutter-15>div {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 1200px) {
    .inner-page__article {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 73%;
        flex: 0 0 73%;
        max-width: 73%;
    }
}

@media (max-width: 767px) {
    .inner-page__article {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .inner-page__article {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62%;
        flex: 0 0 62%;
        max-width: 62%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .inner-page__article {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 67%;
        flex: 0 0 67%;
        max-width: 67%;
    }
}

@media (min-width: 1200px) {
    .inner-page__sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 73%);
        flex: 0 0 calc(100% - 73%);
        max-width: calc(100% - 73%);
    }
}

@media (max-width: 767px) {
    .inner-page__sidebar {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .inner-page__sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .inner-page__sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 62%);
        flex: 0 0 calc(100% - 62%);
        max-width: calc(100% - 62%);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .inner-page__sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 67%);
        flex: 0 0 calc(100% - 67%);
        max-width: calc(100% - 67%);
    }
}

@media (min-width: 768px) {
    .inner-page__sidebar>div:not(:last-child) {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .inner-page__sidebar>div:not(:last-child) {
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
    .inner-page__content:not(.ui-no-pt) {
        padding-top: 0px;
    }
}

@media (max-width: 767px) {
    .inner-page__content:not(.ui-no-pt) {
        padding-top: 0px;
    }
}

.inner-page__content:not(.ui-no-height) {
    min-height: 700px;
}

@media (min-width: 768px) {
    .inner-page__content .timeline {
        margin-top: 70px;
    }
}

@media (max-width: 767px) {
    .inner-page__content .timeline {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .inner-page__content [class*="page-content__sub-"]:not(:last-child) {
        margin-bottom: 30px;
    }
}

.categories-items>.categories ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .categories-items>.categories:not(:last-child) {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .categories-items>.categories:not(:last-child) {
        margin-bottom: 10px;
    }
}

.page-content__header:not([class*="ui-view-"]) {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    background-image: -webkit-gradient(linear,
            left top,
            right top,
            from(transparent),
            to(#fef3e9));
    background-image: -o-linear-gradient(left, transparent, #fef3e9);
    background-image: linear-gradient(to right, transparent, #fef3e9);
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 30px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.page-content__header:not([class*="ui-view-"]) .title {
    color: #49270a;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    font-weight: 800;
    line-height: 1.3;
}

.page-content__header:not([class*="ui-view-"]) .date {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #934e14;
    font-size: 13px;
    font-weight: 600;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.page-content__header:not([class*="ui-view-"]) .date .icon {
    margin-right: 3px;
    font-size: 13px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: currentColor;
    opacity: 0.3;
    width: 30px;
    height: 30px;
    align-items: center;
    font-size: 16px;
}

.page-content__header.ui-view-1 .small-title {
    font-size: 16px;
    color: #f8a864;
    font-weight: 600;
    letter-spacing: 0.1em;
    position: relative;
    text-transform: uppercase;
}

@media (min-width: 480px) {
    .page-content__header.ui-view-1 .small-title {
        font-size: 16px;
    }
}

@media (max-width: 479px) {
    .page-content__header.ui-view-1 .small-title {
        font-size: 14px;
    }
}

.page-content__header.ui-view-1 .title {
    color: #49270a;
    margin-top: 7px;
    font-weight: 800;
    line-height: 1.3;
}

@media (min-width: 480px) {
    .page-content__header.ui-view-1 .title {
        font-size: 32px;
        letter-spacing: -1px;
    }
}

@media (max-width: 479px) {
    .page-content__header.ui-view-1 .title {
        font-size: 24px;
        letter-spacing: -0.75px;
    }
}

.page-content__header.ui-view-1 .date {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #f8a864;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 15px;
}

.page-content__header.ui-view-1 .date .icon {
    margin-right: 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ac5b17;
    width: 35px;
    height: 35px;
    align-items: center;
    background: #fef3e9;
    border-radius: 50%;
    font-size: 13px;
}

.page-content__heading {
    font-weight: 800;
    font-size: 16px;
}

.page-content__heading:not(.ui-bg) {
    margin-bottom: 5px;
}

.page-content__heading:not(.ui-bg):not([class*="ui-color-"]) {
    color: #111;
}

.page-content__heading:not(.ui-bg).ui-color-1 {
    color: #c8b16f;
}

.page-content__heading:not(.ui-bg).ui-color-2 {
    color: #694a57;
}

.page-content__heading:not(.ui-bg).ui-color-3 {
    color: #f58221;
}

.page-content__heading.ui-bg {
    padding: 10px 20px;
    color: #f58221;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.page-content__heading.ui-bg::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: currentColor;
    border-radius: 11px;
    z-index: -1;
    opacity: 0.1;
}

.page-content__photo {
    overflow: hidden;
    height: 300px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    width: 50%;
    position: relative;
    border-radius: 11px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-content__photo {
        margin-left: 0;
        width: 100%;
        float: none;
    }
}

@media (max-width: 767px) {
    .page-content__photo {
        height: auto !important;
        margin-right: 0;
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
}

.page-content__photo.ui-small,
.page-content__photo.ui-large {
    width: 100%;
    float: inherit;
    margin-right: 0;
}

.page-content__photo.ui-small {
    height: 175px;
    margin-bottom: 0;
}

.page-content__photo.ui-large {
    height: 450px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-content__photo.ui-large {
        height: 250px;
    }
}

.page-content__photo.ui-auto {
    height: auto;
}

.page-content__photo img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
}

.page-content__spot {
    margin-bottom: 20px;
    font-size: 18px;
    color: #111;
    font-weight: 500;
    letter-spacing: -0.5px;
}

.page-content__description {
    color: #57758c !important;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
    font-style: normal !important;
}

.page-content__description * {
    color: #57758c !important;
    font-style: normal !important;
}

.page-content__description.ui-txt-center {
    text-align: center;
}

.page-content__description a {
    color: #55acef;
    font-weight: 600;
}

.page-content__description a:hover {
    text-decoration: underline;
}

.page-content__description h3 {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -1px;
}

.page-content__description h5 {
    font-weight: 700;
    font-size: 14px;
}

.page-content__description>p:not(:last-child) {
    margin-bottom: 20px;
}

.page-content__description strong {
    font-weight: 800;
}

.page-content__description img {
    max-width: 100%;
}

.page-content__description ul,
.page-content__description ol {
    padding-left: 20px;
}

.page-content__description ul li {
    list-style: disc;
}

.page-content__description ol li {
    list-style: decimal;
}

.page-content__description table {
    width: 100% !important;
    border: 1px solid rgba(87, 117, 140, 0.08) !important;
}

.page-content__description table tbody tr {
    border-bottom: 1px solid rgba(87, 117, 140, 0.08) !important;
}

.page-content__description table tbody tr td,
.page-content__description table tbody tr th {
    padding: 10px 20px !important;
    border-right: 1px solid rgba(87, 117, 140, 0.08) !important;
    line-height: 1.5;
}

.page-content__description table tbody tr td:last-child,
.page-content__description table tbody tr th:last-child {
    border-right: 0 none !important;
}

.page-content__gallery {
    display: inline-block;
    width: 100%;
}

@media (max-width: 479px) {
    .page-content__gallery ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.page-content__other {
    display: inline-block;
    width: 100%;
}

.page-content__cards ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .page-content__cards ul {
        row-gap: 20px;
    }
}

.page-content__cards .card {
    border-radius: 15px;
    -webkit-box-shadow: 0 10px 35px rgba(87, 117, 140, 0.15);
    box-shadow: 0 10px 35px rgba(87, 117, 140, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding-bottom: 60px;
    height: 430px;
    position: relative;
}

@media (min-width: 480px) {
    .page-content__cards .card {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 479px) {
    .page-content__cards .card {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.page-content__cards .card:hover .more {
    color: #fff;
}

.page-content__cards .card:hover .more::after {
    height: 100%;
}

.page-content__cards .card .figure {
    text-align: center;
}

.page-content__cards .card .figure .icon {
    color: #f58221;
    font-size: 54px;
    border-radius: 20px;
    width: 110px;
    height: 110px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(245, 130, 33, 0.1);
}

.page-content__cards .card .title {
    color: #111;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 25px;
    letter-spacing: -0.5px;
}

.page-content__cards .card .text {
    font-size: 14px;
    color: #57758c;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: auto;
    margin-top: 15px;
}

.page-content__cards .card .more {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    color: #f58221;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid rgba(87, 117, 140, 0.08);
    cursor: pointer;
}

.page-content__cards .card .more::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f58221;
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
    z-index: -1;
    height: 0;
    -webkit-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}

.page-content__cards .card .more .icon {
    font-size: 20px;
    margin-left: 10px;
}

.page-content__information {
    margin-top: 70px;
}

.page-content__information ul li:not(:last-child) {
    border-bottom: 1px solid rgba(125, 151, 173, 0.15);
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.page-content__information .heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-content__information .heading .icon {
    color: rgba(125, 151, 173, 0.3);
    font-size: 60px;
}

.page-content__information .heading .icon .fa-secondary {
    opacity: 0.5;
}

.page-content__information .heading .desc {
    padding-left: 20px;
    line-height: 1.4;
}

.page-content__information .heading .desc .small-title {
    color: #f8a864;
    letter-spacing: 2px;
}

.page-content__information .heading .desc .title {
    color: #7b4111;
    font-size: 32px;
    letter-spacing: -1.5px;
    font-weight: 800;
}

@media (min-width: 1200px) {
    .page-content__information .content {
        padding-left: 50px;
    }
}

@media (max-width: 1199px) {
    .page-content__information .content {
        padding-top: 50px;
    }
}

@media (min-width: 992px) {
    .page-content__sub-paragraph .container {
        padding-left: 350px;
    }
}

.page-content__sub-paragraph .desc {
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .page-content__sub-paragraph .desc {
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .page-content__sub-paragraph .desc::before {
        content: "";
        position: absolute;
        top: 8px;
        left: calc(-1 * 350px);
        background-color: #7d97ad;
        height: 3px;
        width: calc(350px - 75px);
    }
}

.page-content__sub-image {
    position: relative;
}

@media (min-width: 1200px) {
    .page-content__sub-image {
        margin-right: calc((100vw - 1230px) / 2);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-content__sub-image {
        margin-right: calc((100vw - 748px) / 2);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .page-content__sub-image {
        margin-right: calc((100vw - 972px) / 2);
    }
}

@media (min-width: 1750px) {
    .page-content__sub-image {
        margin-right: calc((100vw - 1230px) / 2);
    }
}

.page-content__sub-image .topwhite {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100px;
    border-bottom-left-radius: 100px;
    background-color: #fff;
}

@media (min-width: 1200px) {
    .page-content__sub-image .topwhite {
        height: 8vw;
    }
}

@media (max-width: 767px) {
    .page-content__sub-image .topwhite {
        display: none;
    }
}

.page-content__sub-image .bottomwhite {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    width: 100%;
    height: 100px;
    border-top-left-radius: 100px;
    background-color: #fff;
}

@media (min-width: 1200px) {
    .page-content__sub-image .bottomwhite {
        height: 8vw;
        border-top-left-radius: 8vw;
    }
}

@media (max-width: 767px) {
    .page-content__sub-image .bottomwhite {
        display: none;
    }
}

.page-content__sub-image .topcorner {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 1;
    overflow: hidden;
    width: 100px;
    height: 100px;
    margin-top: 100px;
}

@media (min-width: 1200px) {
    .page-content__sub-image .topcorner {
        width: 8vw;
        height: 8vw;
        margin-top: 8vw;
    }
}

@media (max-width: 767px) {
    .page-content__sub-image .topcorner {
        display: none;
    }
}

.page-content__sub-image .topcorner .circle {
    width: 200px;
    height: 200px;
    margin-top: -100px;
    border-top: 100px solid #fff;
    border-right: 100px solid #fff;
    border-top-right-radius: 200px;
}

@media (min-width: 1200px) {
    .page-content__sub-image .topcorner .circle {
        width: 16vw;
        height: 16vw;
        margin-top: -8vw;
        border-top-width: 8vw;
        border-right-width: 8vw;
        border-top-right-radius: 16vw;
    }
}

.page-content__sub-image .bottomcorner {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    overflow: hidden;
    width: 100px;
    height: 100px;
    margin-bottom: 100px;
}

@media (min-width: 1200px) {
    .page-content__sub-image .bottomcorner {
        width: 8vw;
        height: 8vw;
        margin-bottom: 8vw;
    }
}

@media (max-width: 767px) {
    .page-content__sub-image .bottomcorner {
        display: none;
    }
}

.page-content__sub-image .bottomcorner .circle {
    width: 200px;
    height: 200px;
    border-right: 100px solid #fff;
    border-bottom: 100px solid #fff;
    border-bottom-right-radius: 200px;
}

@media (min-width: 1200px) {
    .page-content__sub-image .bottomcorner .circle {
        width: 16vw;
        height: 16vw;
        border-right-width: 8vw;
        border-bottom-width: 8vw;
        border-bottom-right-radius: 16vw;
    }
}

.page-content__sub-image .sub-cover img,
.page-content__sub-image .sub-cover video {
    width: 100%;
    display: block;
}

.page-content__sub-image .sub-cover.ui-video {
    background-color: #111;
}

.page-content__sub-image .sub-cover.ui-video video {
    opacity: 0.75;
}

.page-content__sub-image .sub-body {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-bottom: 0px;
    background-image: -webkit-gradient(linear,
            left bottom,
            left top,
            color-stop(80%, rgba(0, 0, 0, 0.4)),
            to(transparent));
    background-image: -o-linear-gradient(bottom,
            rgba(0, 0, 0, 0.4) 80%,
            transparent);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 80%, transparent);
}

@media (min-width: 768px) {
    .page-content__sub-image .sub-body {
        position: absolute;
        padding: 60px 6vw 160px;
    }
}

@media (max-width: 767px) {
    .page-content__sub-image .sub-body {
        position: relative;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (max-width: 479px) {
    .page-content__sub-image .sub-body {
        padding-left: calc((100vw - 390px) / 2);
        padding-right: calc((100vw - 390px) / 2);
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .page-content__sub-image .sub-body {
        padding-left: calc((100vw - 600px) / 2);
        padding-right: calc((100vw - 600px) / 2);
    }
}

.page-content__sub-image .sub-body .desc {
    color: #fff !important;
    font-weight: normal;
}

.page-content__sub-image .sub-body .desc * {
    color: #fff !important;
}

@media (min-width: 768px) {
    .page-content__sub-image .sub-body .desc {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .page-content__sub-image .sub-body .desc {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 1200px) {
    .page-content__sub-image .sub-body {
        padding-bottom: 12vw;
    }
}

.sidebar-nav {
    position: relative;
    z-index: 1;
    padding-bottom: 40px;
}

@media (min-width: 768px) {
    .sidebar-nav {
        margin-top: 40px;
    }
}

.sidebar-nav::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            from(transparent),
            to(#fef3e9));
    background-image: -o-linear-gradient(transparent, #fef3e9);
    background-image: linear-gradient(transparent, #fef3e9);
    z-index: -1;
    border-bottom-right-radius: 15px;
}

@media (min-width: 992px) {
    .sidebar-nav::before {
        left: calc(-1 * ((100vw - 1230px) / 2));
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sidebar-nav::before {
        left: calc(-1 * ((100vw - 748px) / 2));
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sidebar-nav::before {
        left: calc(-1 * ((100vw - 972px) / 2));
    }
}

@media (max-width: 767px) {
    .sidebar-nav::before {
        left: 0;
        border-bottom-left-radius: 15px;
    }
}

.sidebar-nav .heading {
    font-size: 32px;
    color: #49270a;
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 15px;
}

.sidebar-nav ul li.is-current a::before,
.sidebar-nav ul li:hover a::before {
    opacity: 1;
    visibility: visible;
}

.sidebar-nav ul li.is-current a {
    font-weight: 600;
}

.sidebar-nav ul li:not(.is-current):hover a::before {
    background-color: #fde6d3;
}

.sidebar-nav ul li:not(.is-current):not(:last-child) {
    border-bottom: 1px solid #f4efe2;
}

.sidebar-nav ul li a {
    color: #49270a;
    font-size: 14px;
    letter-spacing: -0.5px;
    font-weight: 400;
    display: block;
    position: relative;
    z-index: 1;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 11px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (min-width: 768px) {
    .sidebar-nav ul li a {
        padding-right: 25px;
    }
}

@media (max-width: 767px) {
    .sidebar-nav ul li a {
        padding-left: 35px;
        padding-right: 35px;
    }
}

.sidebar-nav ul li a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 1px;
    bottom: 1px;
    background-color: #fac190;
    border-radius: 11px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (min-width: 768px) {
    .sidebar-nav ul li a::before {
        right: 20px;
        left: -35px;
    }
}

@media (max-width: 767px) {
    .sidebar-nav ul li a::before {
        left: 10px;
        right: 10px;
    }
}

.sidebar-box {
    color: #fff;
    border-radius: 15px;
    padding: 40px 45px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .sidebar-box {
        padding: 30px 35px;
    }
}

.sidebar-box:not([class*="ui-color-"]) {
    background: #694a57;
}

.sidebar-box .title {
    font-size: 48px;
    line-height: 1.15;
}

.sidebar-box .text {
    font-size: 14px;
    margin-top: 12px;
}

.sidebar-box .btn {
    margin-top: 25px;
}

.sidebar-boxV2 {
    text-align: center;
    border-radius: 15px;
    padding-top: 35px;
    padding-bottom: 35px;
}

.sidebar-boxV2:not([class*="ui-color-"]) {
    background: rgba(125, 160, 151, 0.08);
}

.sidebar-boxV2:not([class*="ui-color-"]) .photo {
    background-color: rgba(125, 160, 151, 0.3);
}

.sidebar-boxV2:not([class*="ui-color-"]) .title {
    color: #7da097;
}

.sidebar-boxV2.ui-color-1 {
    background: rgba(105, 74, 87, 0.08);
}

.sidebar-boxV2.ui-color-1 .photo {
    background-color: rgba(105, 74, 87, 0.3);
}

.sidebar-boxV2.ui-color-1 .title {
    color: #694a57;
}

.sidebar-boxV2 .small-title {
    color: #111;
    font-weight: 600;
    font-size: 14px;
}

.sidebar-boxV2 .title {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 1.2;
}

.sidebar-boxV2 .photo {
    border-top-right-radius: 150px;
    border-bottom-right-radius: 90px;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 95%;
}

.sidebar-boxV2 .photo img {
    width: 100%;
    opacity: 0.5;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.sidebar-boxV2 .buttons-container {
    padding-left: 25px;
    padding-right: 25px;
}

/* Detay Bitiş */


.kapat {
    background-color: var(--e-global-color-very-soft-orange) !important;
    border: none !important;
    color: #fff !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: 43px !important;
    height: 43px !important;
    z-index: 10 !important;
    border-radius: 0 !important;
    line-height: normal !important;
    min-height: auto !important;
    margin: 0 !important;
}

#cookie-alert-popup *,
#cookie-alert-popup *:after,
#cookie-alert-popup *:before {
    box-sizing: inherit !important;
}

#cookie-alert-popup {
    position: fixed !important;
    bottom: 30px;
    left: 30px;
    z-index: 9999 !important;
    opacity: .8;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

#cookie-alert-popup:hover {
    opacity: 1
}

#cookie-alert-popup .alert-popup__card {
    background: var(--e-global-color-very-soft-orange);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2) !important;
    display: flex !important;
    flex-wrap: wrap !important;
    max-width: 100% !important;
    position: relative !important;
    width: 400px !important;
    line-height: 1.5 !important
}

#cookie-alert-popup .cookie-alert-popup--closed {
    -webkit-animation: cookie-alert-popup--close 0.4s ease-in-out forwards !important;
    animation: cookie-alert-popup--close 0.4s ease-in-out forwards !important
}

#cookie-alert-popup .cookie-alert-popup--opened {
    -webkit-animation: cookie-alert-popup--open 0.4s ease-in-out forwards !important;
    animation: cookie-alert-popup--open 0.4s ease-in-out forwards !important
}

#cookie-alert-popup .alert-popup__content {
    padding: 30px 15px !important;
    text-align: center !important
}

#cookie-alert-popup .alert-popup__content--text-bold {
    font-weight: 600 !important
}

#cookie-alert-popup h3 {
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    margin: 0 0 0.5em !important
}

#cookie-alert-popup p {
    font-size: 14px !important;
    color: #fff !important;
    margin: 20px 0 !important;
    line-height: normal;
}

#cookie-alert-popup a {
    font-size: 14px !important;
    color: #fff !important;
    text-decoration: underline !important
}

#cookie-alert-popup button {
    background: var(--e-global-color-primary);
    border: none !important;
    color: #fff !important;
    cursor: pointer !important;
    font-size: 14px !important;
    height: 3em !important;
    line-height: 3em !important;
    padding: 0 3em !important;
    transition: box-shadow 0.3s ease !important;
    outline: none !important
}

#cookie-alert-popup button:hover {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3) !important
}

#cookie-alert-popup .cookie-alert-popup--close:after {
    color: #fff !important;
    content: "X" !important;
    cursor: pointer !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    position: absolute !important;
    right: 0.8em !important;
    top: 0.5em !important;
    -webkit-transform: scaleX(1.25) !important;
    transform: scaleX(1.25) !important;
    transition: color 0.3s ease !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

#cookie-alert-popup .cookie-alert-popup--close:hover:after {
    color: #212121 !important
}

@-webkit-keyframes cookie-alert-popup--close {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    20% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes cookie-alert-popup--close {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    20% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@-webkit-keyframes cookie-alert-popup--open {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    80% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes mio-cookie-popup__open {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    80% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}


.dokuman {
    display: flex !important;
    align-items: center !important;
    text-align: left !important;
    padding: 15px !important;
    height: 160px !important;
    min-height: auto !important;
    margin-bottom: 20px;
}

.dokuman figure {
    font-size: 48px !important;
    margin-right: 20px !important;
    margin-bottom: 0 !important;
    margin-left: 15px !important;
}

.dokuman h5 {
    margin-bottom: 0 !important;
    font-size: 16px;
    line-height: normal;
}

.belgelerimiz {
    height: 322px !important;
    padding: 10px !important;
}

.radius-20 {
    border-radius: 20px;
}

.radius-10 {
    border-radius: 10px;
}

.kariyer {
    box-shadow: 0 30px 35px rgb(0 0 0 / 5%);
    background-image: none;
}

img {
    max-width: 100%;
}

.banka_bilgi {
    text-align: left;
}

.foto_galeri {
    height: 300px !important;
    width: 100% !important;
    object-fit: cover !important;
}

.ekip-social {
    margin-bottom: 20px;
}

.ekip-social a {
    padding: 0 !important;
    height: 40px;
    width: 40px;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 9px;
    margin-right: 5px;
}

.ekip-social a i {
    margin-left: 0 !important;
    top: 0 !important;
}

/*-------------------------------------------------------------- ## Testimonials --------------------------------------------------------------*/
.ot-testimonials {
    margin-top: 70px;
}

.ot-testimonials .testi-item {
    background: transparent;
    padding-right: 20px;
    margin-top: 26px;
    z-index: 1;
}

.ot-testimonials .testi-item .t-head {
    overflow: hidden;
    justify-content: normal;
    padding-left: 20px;
}

.ot-testimonials .testi-item .t-head img {
    max-width: 80px;
    margin-right: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.ot-testimonials .testi-item .t-head h6 {
    font-size: 20px;
    margin-bottom: 2px;
    text-transform: none;
    font-weight: 600;
}

.ot-testimonials .testi-item .t-head span {
    font-size: 14px;
    font-weight: 500;
    color: #6f6f6f;
}

.ot-testimonials .testi-item .ttext {
    position: relative;
    margin-bottom: 50px;
    padding: 37px 35px 37px 40px;
    font-size: 16px;
    line-height: normal;
    background: #ffffff;
}

.ot-testimonials .testi-item .ttext>span {
    position: absolute;
    content: "";
    left: 28px;
    top: -1px;
    width: 80px;
    height: 1px;
    background: #ffffff;
}

.ot-testimonials .testi-item .ttext:before {
    position: absolute;
    top: -28px;
    left: 28px;
    content: "";
    width: 80px;
    height: 45px;
    z-index: 1;
    background: url("../images/quote.svg") no-repeat center;
}

.ot-testimonials .ot-testimonials-slider-s2 .testi-item {
    padding-right: 0;
    padding-bottom: 10px;
    margin: 0;
}

.ot-testimonials .ot-testimonials-slider-s2 .testi-item .ttext {
    font-size: 20px;
    padding: 0;
    margin-bottom: 30px;
    border: none;
    background: none;
}

.ot-testimonials .ot-testimonials-slider-s2 .testi-item .ttext:before {
    display: none;
}

.ot-testimonials .ot-testimonials-slider-s2 .testi-item .t-head {
    padding-left: 0;
}

.ot-testimonials .ot-testimonials-slider-s2 .testi-item .t-head h5 {
    margin-bottom: 3px;
}

.ot-testimonials.v-dark .ot-testimonials-slider-s1 .octf-swiper-button-next,
.ot-testimonials.v-dark .ot-testimonials-slider-s1 .octf-swiper-button-prev,
.ot-testimonials.v-dark .ot-testimonials-slider-s2 .octf-swiper-button-next,
.ot-testimonials.v-dark .ot-testimonials-slider-s2 .octf-swiper-button-prev {
    color: #ffffff;
    background: #0a0a0a;
}

.ot-testimonials.v-dark .ot-testimonials-slider-s1 .octf-swiper-button-next:hover,
.ot-testimonials.v-dark .ot-testimonials-slider-s1 .octf-swiper-button-prev:hover,
.ot-testimonials.v-dark .ot-testimonials-slider-s2 .octf-swiper-button-next:hover,
.ot-testimonials.v-dark .ot-testimonials-slider-s2 .octf-swiper-button-prev:hover {
    color: #919191;
}

.ot-testimonials.v-dark .octf-swiper-pagination .swiper-pagination-bullet {
    background: #0a0a0a;
}

.ot-testimonials.v-dark .octf-swiper-pagination .swiper-pagination-bullet:before {
    background: #ffffff;
    border-color: #ffffff;
}

.ot-testimonials.v-dark .testi-item .t-head h6,
.ot-testimonials.v-dark .testi-item .t-head h5 {
    color: #ffffff;
}

.ot-testimonials.v-dark .testi-item .ttext {
    color: #ffffff;
    background: #0a0a0a;
    border-color: #292929;
}

.ot-testimonials.v-dark .testi-item .ttext>span {
    background: #0a0a0a;
}

.ot-testimonials.v-dark .testi-item .ttext:before {
    background: url("../images/icon-testi.png") no-repeat center;
}

.ot-testimonials.v-dark .testi-item .ttext .layer-behind {
    background: #1a1a1a;
}

.ot-testimonials.v-dark .ot-testimonials-slider-s2 .testi-item .ttext {
    color: #a3a3a3;
    background: none;
}

.ot-testimonials.v-dark .ot-testimonials-slider-s2 .testi-item .t-head span {
    color: #d0cfcf;
}

@media (max-width: 480px) {
    .ot-testimonials .t-head img {
        margin-right: 15px;
    }
}

.layer-behind {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #0000000a;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.ot-heading {
    position: relative;
    margin-bottom: 50px;
}

.ot-heading>span {
    font-size: 14px;
    font-weight: 600;
    color: #9f9e9e;
    display: inline-block;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
}

.ot-heading h2 {
    margin-bottom: 0;
    line-height: 48px;
}

.ot-heading.is-dots {
    padding-bottom: 30px;
}

.ot-heading.is-dots:before {
    content: "";
    position: absolute;
    left: 1px;
    bottom: 1px;
    width: 66px;
    height: 2px;
    border-bottom: 2px dotted #1a1a1a;
}

.ot-heading.is-dots:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

nav .pagination {
    margin-bottom: 0;
    justify-content: center;
    gap: 2px;
    margin-top: 50px;
    margin-bottom: 50px;
}

nav .pagination .page-link {
    padding: 11px 15px;
    margin-left: 0;
    font-size: 20px;
    line-height: 20px;
    color: #000;
    background-color: transparent;
    border: none;
    font-weight: 600;
}

nav .pagination .page-link:hover {
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-accent) !important;
}

nav .pagination .page-link:focus {
    box-shadow: none;
}

nav .pagination .page-item.active .page-link {
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-accent) !important;
}

nav .pagination .page-item.active .page-link:hover {
    color: var(--e-global-color-white) !important;
}

nav .pagination .page-link i {
    color: var(--e-global-color-text) !important;
    font-size: 14px !important;
}

.page-item.disabled .page-link {
    background-color: transparent !important;
}

.pagination .page-item:not(.disabled)>.page-link {
    background-color: transparent !important;
    color: var(--e-global-color-black) !important;
}

.pagination .page-item:not(.disabled)>.page-link:hover {
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-accent) !important;
}

.pagination .page-item:not(.disabled):hover>.page-link i {
    color: var(--e-global-color-white) !important;
}

.hesaplamalar {
    height: 40px;
}

.video_baslik {
    font-size: 20px;
    font-weight: bold;
}

.page-content-gallery .gallery-card {
    width: 100%;
    height: 225px;
    overflow: hidden;
    margin-bottom: 20px;
    display: block;
    position: relative;
    border-radius: 0;
}

.page-content-gallery .gallery-card:hover .gallery-card-photo img {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.page-content-gallery .gallery-card:hover .gallery-card-body {
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    border: 0px solid rgba(0, 123, 194, 0.8);
    opacity: 1;
}

.page-content-gallery .gallery-card-photo {
    width: 100%;
    height: 100%;
    background: #7f92a4;
}

.page-content-gallery .gallery-card-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: .8;
    -webkit-transition: 2s;
    transition: 2s;
}

.page-content-gallery .gallery-card-body {
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    border: 0px solid rgba(0, 123, 194, 0.8);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-content-gallery .gallery-card-icon {
    width: 50px;
    height: 50px;
    background-color: rgb(85 39 67 / 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    color: white;
}

#swipebox-overlay {
    background: #51213df0 !important;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
    text-shadow: 1px 1px 1px black;
    background: #51213d !important;
}

.ana_haberler {
    height: 250px;
    object-fit: contain;
}

/*--------------------------------------------------------------
# Pricing Two
--------------------------------------------------------------*/
.pricing-two {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    overflow: hidden;
    z-index: 1;
}

.pricing-two__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.pricing-two__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    z-index: 1;
}

.pricing-two__title-box {
    position: relative;
    display: block;
    background-color: var(--e-global-color-accent);
    text-align: center;
    padding: 43px 0 50px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 1;
}

.pricing-two__title-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: var(--e-global-color-black);
    transform: scaleX(0.7) rotateX(20deg);
    opacity: 0;
    transition: all 0.4s linear;
    z-index: -1;
}

.pricing-two__single:hover .pricing-two__title-box::before {
    transform: scaleX(1.0) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 1;
}

.pricing-two__title-box h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.72px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--e-global-color-white);
}

.pricing-two__single:hover .pricing-two__title-box h3 {
    color: var(--e-global-color-white);
}

.pricing-two__title-box p {
    color: var(--e-global-color-white);
    margin-top: 4px;
    margin-bottom: 9px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.pricing-two__single:hover .pricing-two__title-box p {
    color: var(--e-global-color-white);
}

.pricing-two__title-box h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -1.44px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--e-global-color-white);
}

.pricing-two__single:hover .pricing-two__title-box h2 {
    color: var(--e-global-color-white);
}

.pricing-two__content {
    position: relative;
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    padding: 35px 30px 40px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 1;
}

.pricing-two__price-points {
    position: relative;
    display: block;
}

.pricing-two__price-points li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pricing-two__price-points li+li {
    margin-top: 17px;
}

.pricing-two__price-points li .icon {
    position: relative;
    display: inline-block;
}

.pricing-two__price-points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--e-global-color-accent);
}

.pricing-two__price-points li p {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-bottom: 0;
    font-weight: 500;
    line-height: normal;
}

.pricing-two__btn-box {
    position: relative;
    display: block;
    margin-top: 32px;
}

.thm-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    font-weight: 600;
    font-size: 14px;
    color: var(--e-global-color-black);
    background-color: var(--e-global-color-secondary);
    padding: 15.5px 36px 15.5px;
    border-radius: 12px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden;
    text-transform: uppercase;
    z-index: 1;
}

.thm-btn:before {
    content: "";
    background-color: var(--e-global-color-accent);
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-position: left center;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: left;
    transform-style: preserve-3d;
    transform: scalex(0);
    z-index: -1;
}

.thm-btn:hover:before {
    transform: scalex(1.0);
}

.thm-btn:after {
    content: "";
    background-color: var(--e-global-color-accent);
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: right center;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: right;
    transform-style: preserve-3d;
    transform: scalex(0);
    z-index: -1;
}

.thm-btn:hover:after {
    transform: scalex(1.0);
}

.thm-btn:hover {
    color: var(--e-global-color-white);
}

.modal_header_anasayfa {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
}

.modal_footer_anasayfa {
    position: absolute;
    right: 0;
    bottom: 0;
}

.haberler {
    height: 270px;
    object-fit: cover;
}
.navigation-dropdown__item {
    background-color: var(--e-global-color-secondary-light);
}
.navigation-dropdown__item:hover {
  background-color: var(--e-global-color-primary);
}
.header-nav__links li>a:hover {
    background: var(--e-global-color-secondary);
}
.navigation-dropdown__item .title {
    color: var(--e-global-color-primary);
}
.navigation-dropdown__item .icon {
    border: 2px solid var(--e-global-color-primary);
    color: var(--e-global-color-primary);
}
.button-line .icon {
    color: var(--e-global-color-secondary);
}
.button-line:before {
    background: var(--e-global-color-secondary);
}


@media only screen and (max-width: 768px) {
    .slide-material img, .slide-material video {
		height: auto !important;
		-o-object-fit: cover !important;
		object-fit: contain !important;
	}
	.slide-content .heading {
        font-size: 20px !important;
    }
	.slide-content .heading span {
        font-size: 36px !important;
    }
	.slide-content .text {
        margin-bottom: 20px !important;
		font-size: 15px !important;
    }
	.slide-pagination {
        display: block !important;
    }
	.buttons-container a.read_more {
		padding: 10px 20px 10px !important;
	}
	.shortcut-cards {
		bottom: 65px !important;
		border-radius: 0px !important;
	}
	.slide-wrapper .container {
        padding-top: 10px !important;
		padding-bottom: 190px !important;
    }
	.shortcut-card a {
		height: 100px !important;
		border-radius: 0px !important;
	}
	.owl-shortcut .owl-stage-outer {
        border-radius: 0px !important;
    }
	.link-1 {
		padding-left: 0px !important;
	}
	.footer-con .footer-contactimage{
		display:none;
	}
	.footer-con {
		margin-bottom: 30px !important;
	}
	#button {
        width: 40px !important;
        height: 40px !important;
        right: 12px !important;
        bottom: 86px !important;
    }
	.footer-con .copyright p {
        padding: 10px 0 12px !important;
        line-height: normal !important;
        font-size: 12px !important;
    }
	.upper_portion .heading{
		margin-bottom: 15px !important;
	}
	.sub_banner .sub_banner_con {
        padding: 10px 0 20px !important;
    }
	.consultation-con .consultation-image img {
        margin-top: 10px !important;
    }
	.aboutpage-con .about_wrapper .about-image img {
        width: 100% !important;
        height: auto !important;
        min-height: auto !important;
        margin-bottom: 50px !important;
    }
	.aboutpage-con .about_wrapper .about-circle{
		display:none;
	}
	.case-con {
        padding: 225px 0 50px 0 !important;
    }
	.legal_situation_faq {
        padding: 40px 0 40px !important;
    }
	.team-con .team-box figure img {
        width: 100% !important;
    }
	.aboutpage-con .about_wrapper .about-image:before {
        display:none;
    }
	.aboutpage-con .about_content a {
        min-width: auto !important;
    }
	.ekip-social {
		justify-content: center;
	}
	.portfolio-con .portfolio-box .box-content h5 {
		height: auto;
	}
	.portfolio-con .portfolio-box span {
        left: 50% !important;
    }
	.portfolio-con {
        padding: 50px 0 80px !important;
    }
	.consultation-con .consultation_content {
        padding: 60px 15px !important;
    }
	.faq-con {
        padding: 50px 0 50px !important;
    }
	.banka_bilgi p {
		    font-size: 17px;
	}
	.contact-con {
        padding: 50px 0 80px !important;
    }
	.ot-testimonials .testi-item .t-head {
		text-align: center !important;
	}
	.foto_galeri {
		height: auto !important;
		width: 100% !important;
		object-fit: contain !important;
	}
	iframe {
		width: 100% !important;
		height: auto !important;
	}
}