:root {
    --color-primary: #000000;
    --color-secondary: #141414;
    --color-third: #f8c522;
    --color-icon: #292931;
    --color-white: #ffffff;
    --color-gray: #686868;
    --text-color: #282828;
    --text-color2: #2b2b2b;
    --text-color3: #4a4a4a;
    --color-light-black: #15151d;
    --bg-light-black: rgba(9, 9, 9, 0.55);
}

* {
    border: none;
    margin: 0;
    padding: 0;
    outline: none !important;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    overflow-x: hidden;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

a {
    text-decoration: none !important;
}

@font-face {
    font-family: "inter";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/Inter-Medium.woff2") format("woff2");
}

@font-face {
    font-family: "inter";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Inter-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "inter";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/Inter-Light.woff2") format("woff2");
}

@font-face {
    font-family: "inter";
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/Inter-ExtraLight.woff2") format("woff2");
}

@font-face {
    font-family: "inter";
    font-style: normal;
    font-weight: 100;
    src: url("../fonts/Inter-Thin.woff2") format("woff2");
}

body {
    overflow-x: hidden;
    direction: ltr;
    text-align: left;
    background-color: var(--color-white);
    font-family: "inter";
}

.row {
    margin-right: 0;
    margin-left: 0;
}

header {
    color: var(--color-white);
}

.c-navi-new-list {
    display: flex;
    align-items: center;
    position: relative;
}

.c-navi-new-list li {
    list-style: none;
}

.cssmenu ul ul li.has-sub:hover > a {
    background: var(--color-third) !important;
    color: var(--color-primary) !important;
}

.c-navi-new-list {
    display: flex;
    align-items: center;
    position: relative;
}

.cssmenu,
.cssmenu ul,
.cssmenu ul li,
.cssmenu ul li a,
.cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cssmenu:after,
.cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.cssmenu #head-mobile {
    display: none;
}

.cssmenu > ul > li {
    display: inline-table;
    position: relative;
    margin-right: 33px;
    position: relative;
    text-align: left;
    margin-left: 0 !important;
}

.cssmenu > ul > li.has-sub:hover > a:before {
    top: 23px;
    height: 0;
}

.cssmenu ul ul {
    position: absolute;
    left: -9999px;
    background-color: #fff;
    padding-top: 10px;
    border-radius: 15px;
    z-index: 2;
}

.cssmenu ul ul li {
    height: 0;
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.cssmenu li:hover > ul {
    left: auto;
}

.cssmenu li:hover > ul > li {
    height: 45px;
}

.cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
    z-index: 2;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

.cssmenu ul ul li a {
    padding: 0 15px 0 20px;
    width: 200px;
    font-size: 13px;
    text-decoration: none;
    color: #111;
    font-weight: 500;
    line-height: 2.7;
    box-shadow: 0px 0px 4px #b2b6bd;
    margin: 0 10px 10px;
    border-radius: 5px;
    text-align: left;
}

.cssmenu ul ul li:last-child > a,
.cssmenu ul ul li.last-item > a {
    border-bottom: 0;
}

.cssmenu ul ul li:hover > a,
.cssmenu ul ul li a:hover {
    background: var(--color-third) !important;
    color: var(--color-primary) !important;
}

.cssmenu ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    left: 5px;
    width: 8px;
    height: 2px;
    display: block;
    background: #111;
    content: "";
}

.cssmenu ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    left: 8px;
    display: block;
    width: 2px;
    height: 8px;
    background: #111;
    content: "";
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.cssmenu ul ul li:hover > a::before,
.cssmenu ul ul li:hover > a::after {
    background-color: #fff;
}

.cssmenu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0;
}

.cssmenu ul ul ul li.active a {
    border-left: 1px solid #333;
}

.cssmenu > ul > li.has-sub > ul > li.active > a,
.cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: 1px solid #333;
}

.cssmenu li:hover > ul {
    left: auto;
}

.cssmenu > ul > li > a {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

#cssmenu1 li i {
    font-size: 8px;
    vertical-align: middle;
    color: #fff;
    margin-right: 2px;
}

.cssmenu > ul > li > a > span {
    padding: 5px 2px;
}

#cssmenu > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    z-index: 99;
    text-align: right;
}

.btn-login {
    color: var(--text-color);
    text-align: center;
    font-size: 14.345px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: var(--color-white);
    width: 104px;
    height: 45.724px;
    flex-shrink: 0;
    border-radius: 89.655px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.search-icon {
    font-size: 22px;
    cursor: pointer;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.search-wrapper {
    width: 100%;
    background: #375c64;
    padding: 0;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 20;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.search-wrapper.active {
    padding: 15px;
    max-height: 100px;
}

.search-input {
    padding: 6px 10px;
    font-size: 15px;
    border-radius: 4px;
    border: none;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.search-input:focus {
    outline: none;
}

.layer-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.53);
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main-tilte-banner {
    color: var(--color-white);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.choice-card label {
    color: var(--color-white);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    flex-shrink: 0;
    flex-shrink: 0;
    border-radius: 80.056px;
    background: rgba(255, 255, 255, 0.27);
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s linear;
}

.form-check input {
    display: none;
}

.choice-card .form-check {
    padding-left: 0 !important;
}

.choice-card.selected-card label {
    color: var(--color-third);
    background: var(--color-light-black);
}

.choice-card.selected-card label svg path {
    fill: var(--color-third);
}

.btn-primary {
    background-color: var(--color-third) !important;
    border-color: var(--color-third) !important;
    border-radius: 25px;
    color: var(--color-primary);
}

#startBtn {
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 25px;
    max-width: 100%;
    height: 52px;
    color: var(--color-primary);
}

.btn-primary:hover {
    animation: pulse 1.5s infinite;
    color: var(--color-primary);
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(17, 16, 17, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px rgba(155, 89, 182, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(155, 89, 182, 0);
    }
}

.form-control:focus {
    box-shadow: 0 0 0 0.25rem rgba(248, 197, 34, 0.29) !important;
}

.sub-text-banner {
    color: var(--color-white);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 172%;
    text-transform: capitalize;
}

.main-title {
    color: var(--text-color2);
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.sub-title {
    color: var(--text-color3);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    text-transform: uppercase;
}

.short-desc-service {
    color: var(--text-color3);
    font-size: 13.105px;
    font-style: normal;
    font-weight: 200;
    line-height: 163%;
    text-transform: uppercase;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    -moz-box-orient: vertical;
    -moz-line-clamp: 6;
    display: -webkit-box;
    overflow: hidden;
    min-height: 175px;
}

.title-service {
    color: #1a1a1a;
    font-weight: 700;
    min-height: 66px;
}

.card-service {
    border-radius: 20.476px;
    border: solid 0.25px #375c64;
    background: #fff;
    padding: 25px;
    position: relative;
}

.sticky-menu {
    background-color: #375c64;
}

.sticky-menu .c-navi {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.bx-img-news {
    overflow: hidden;
    border-radius: 20.476px;
    transition: all 0.4s;
}

.bx-img-news img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20.476px;
    transition: all 0.4s;
}

.layer-news {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 20px;
    border-radius: 20.476px;
    background-image: -webkit-linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.904) 0%,
        rgba(0, 0, 0, 0) 100%
    );
}

.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.owl-news .title-news {
    color: var(--color-white);
    font-weight: 700;
    font-size: 15px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    -moz-box-orient: vertical;
    -moz-line-clamp: 1;
}

.short-desc-news {
    color: var(--color-white);
    font-weight: 400;
    font-size: 13px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    -moz-box-orient: vertical;
    -moz-line-clamp: 1;
}

.small-caption-news {
    color: #848484;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    padding-left: 35px;
    text-transform: capitalize;
}

.small-caption-news::before {
    content: "";
    position: absolute;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #848484;
    top: 8px;
}

.main-caption-news {
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
}

.owl-news .desc-news {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    text-transform: capitalize;
    color: #848484;
}

.owl-news .owl-prev {
    margin: 0 !important;
    background: url("../images/arrow-right.png") !important;
    width: 24px;
    height: 24px;
    left: -45%;
    transform: none !important;
    border-radius: 0 !important;
    position: absolute;
    bottom: 10% !important;
}

.owl-news .owl-next {
    margin: 0 !important;
    background: url("../images/arrow-right.png") !important;
    width: 24px;
    height: 24px;
    left: -50%;
    transform: none !important;
    border-radius: 0 !important;
    position: absolute;
    bottom: 10% !important;
    transform: rotate(-180deg) !important;
}

.owl-news .owl-nav {
    margin-top: -50px !important;
}

.owl-news .owl-stage {
    padding-left: 0 !important;
}

.counter-section {
    background-color: #375c64;
}

.main-title-count {
    color: var(--color-white);
    font-style: normal;
    font-weight: 700;
    line-height: 143%;
    text-transform: capitalize;
}

.desc-count {
    color: var(--color-white);
    font-size: 13.066px;
    font-style: normal;
    font-weight: 400;
    line-height: 176%;
    text-transform: capitalize;
}

@media screen and (min-width: 768px) {
 .bg-title {
    font-size: 30px;
}   
    .large-iamge {
  height: 500px;
}
    .services-details-content h1 {
        font-size: 32px;
    }

    .services-sidebar {
        padding-right: 20px;
    }

    .blog-details-content > .title {
        font-size: 36px;
    }

    .blog-details-content blockquote::after {
        font-size: 52px;
    }

    .blog-details-content blockquote {
        margin: 50px 50px 60px;
        padding: 50px 120px 50px 50px;
    }

    .comments-avatar,
    .blog-avatar-img {
        width: 115px;
        height: 115px;
    }

    .blog-sidebar {
        margin-left: 15px;
    }

    .pr-md-50 {
        padding-right: 50px;
    }

    .icon-service {
        margin: auto;
    }

    .count-box.counted {
        min-height: 124.729px;
    }

    .title-service {
        font-size: 22px;
    }

    .main-title-count {
        font-size: 27.999px;
    }

    .main-caption-news {
        font-size: 35px;
    }

    .footer {
        padding-top: 4rem;
    }

    .copy-right {
        font-size: 14px;
        line-height: 57px;
    }

    .back-to-top {
        left: 0;
    }

    .count-text {
        font-size: 45px;
    }

    .count-box.counted {
        padding: 30px;
    }

    .bx-img-news {
        height: 393px;
    }

    .choice-card label {
        font-size: 16px;
        width: 166.11px;
        height: 44.831px;
    }

    .search-input {
        width: 60%;
    }

    #startBtn {
        width: 521px;
    }

    .copy-right {
        padding-top: 1rem;
        padding-top: 1rem;
    }

    .ps-md-80 {
        padding-right: 115px !important;
    }

    .pe-md-100 {
        padding-right: 100px;
    }

    .counter-section {
        margin-top: 7rem;
    }
}

.count {
    color: #f8c522;
    font-size: 34px;
    font-weight: 600;
}

.count-text {
    color: #000;
    font-weight: 600;
    line-height: 1;
}

.counter-title {
    color: #737373;
    font-size: 13.216px;
    font-style: normal;
    font-weight: 400;
    line-height: 199%;
    text-transform: capitalize;
}

.count-box.counted {
    width: 100%;
    flex-shrink: 0;
    border-radius: 16.914px;
    background: var(--color-white);
}

.footer {
    background-color: var(--color-white);
}

.logo-footer {
    display: inline-block;
}

.about-company {
    color: #434343;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}

.social-footer ul li {
    margin-left: 3px;
}

.social-footer ul li {
    width: 32px;
    height: 32px;
    line-height: 32px;
}

.social-footer ul li {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

.social-footer a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: block;
    padding: 0;
    border-radius: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 9;
    position: relative;
}

.social-footer a span {
    padding: 0;
    display: block;
    border-radius: 100%;
}

.social-footer a .flop {
    display: block;
    -webkit-transform: rotateX(-90deg) translateZ(-19px);
    transform: rotateX(-90deg) translateZ(-19px);
}

.social-footer a .flip {
    -webkit-transform: translateZ(19px);
    transform: translateZ(19px);
}

.social-footer a:hover {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
}

.social-footer span img,
.social-footer span svg {
    object-fit: contain;
    width: 26px !important;
}

.f-tilt-fq {
    color: #010101;
}

.num {
    color: #f8c522;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 57px;
}

.mail {
    color: #010101;
    transition: all 0.2s linear;
}

.link-footer li {
    display: block;
    margin-bottom: 10px;
    position: relative;
    padding-left: 10px;
}

.link-footer li::before {
    background-color: #282828;
    width: 4px;
    height: 4px;
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 100%;
}

.link-footer li a {
    color: #282828;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 172%;
    text-transform: capitalize;
    transition: all 0.2s linear;
}

.link-footer li a:hover,
.mail:hover {
    color: #f8c522;
    font-weight: 500;
}

.title-footer {
    color: 282828;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 172%;
    text-transform: capitalize;
}

.link-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 185px;
}

.link-footer li {
    text-align: left;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 50%;
    max-width: 100%;
    list-style: none;
    vertical-align: middle;
}

.copy-right {
    color: #353535;
    font-style: normal;
    font-weight: 300;
    border-top: 0.5px solid #000;
}

.copy-right span {
    font-weight: 700;
}

.back-to-top {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    background-color: #f8c522;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    padding: 0;
    cursor: pointer;
}

@media screen and (min-width: 992px) {
    .rts-breadcrumb-area {
        height: 300px;
    }

    .panel-menu {
        display: none !important;
    }

    header {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        z-index: 1000;
        left: 0;
        margin: auto;
        z-index: 11;
        color: var(--color-white);
    }

    .menuTrigger {
        display: none !important;
    }
}

@media screen and (max-width: 991.99px) {
    .rts-breadcrumb-area {
        height: 200px;
    }

    .poligon-shape {
        margin: auto;
        right: -6px !important;
        left: -6px !important;
        bottom: 10px;
        bottom: -111px !important;
    }

    .small-image.images-r {
        right: 0;
        left: 0 !important;
        margin: auto;
        bottom: -100px !important;
    }

    .thumbnail-about-right-4 {
        margin-bottom: 150px;
    }

    .panel-menu {
        width: 300px;
        background-color: #fff !important;
        position: fixed;
        height: 100vh;
        top: 0;
        bottom: 0;
        left: -100%;
        -webkit-transition: ease 0.5s;
        -moz-transition: ease 0.5s;
        -o-transition: ease 0.5s;
        transition: ease 0.5s;
        z-index: 999999 !important;
        display: block !important;
    }

    .close-li {
        background-color: #060635 !important;
    }

    .subPanel {
        width: 300px;
        background-color: #fff !important;
        position: fixed;
        height: 100%;
        top: 0;
        bottom: 0;
        left: -100%;
        -webkit-transition: ease 0.5s;
        -moz-transition: ease 0.5s;
        -o-transition: ease 0.5s;
        transition: ease 0.5s;
        z-index: 999999 !important;
        display: block !important;
        padding-right: 0 !important;
    }

    #panel-menu ul {
        padding-right: 0 !important;
        max-height: 100vh;
        overflow-y: auto;
    }

    .panel-menu ul li {
        list-style: none;
        width: 100%;
        line-height: 50px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        cursor: pointer;
        position: relative;
        background-color: #fff;
        border-bottom: 1px solid #e6e6e62e;
        color: #000;
        font-weight: 500;
        font-size: 14px;
    }

    #panel-menu ul {
        padding-left: 0 !important;
        padding-bottom: 0 !important;
    }

    .btn-menu {
        background-color: #375c64 !important;
        width: 100%;
        line-height: 40px;
        padding: 5px;
        padding-right: 5px;
        cursor: pointer;
        border-bottom: 1px solid #375c64;
        color: #fff !important;
        padding-right: 21px;
    }

    .panel-menu {
        z-index: 10;
    }

    .panel-menu ul li {
        padding-left: 20px;
        padding-right: 10px;
    }

    .main-menu a {
        color: #000;
        font-weight: 500;
        font-size: 16px;
        text-transform: uppercase;
    }

    .openSubPanel {
        position: relative;

        cursor: pointer;
        z-index: 1;
        text-align: left;
        width: 100%;
        display: block;
    }

    .panel-menu.isOpen,
    .subPanel.isOpen {
        left: 0;
        box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
    }

    .subPanel {
        z-index: 20;
    }

    .closeSubPanel,
    .closePanel,
    .openSubPanel {
        cursor: pointer;
    }

    .panel-menu > ul:nth-child(1) {
        overflow-y: auto !important;
        max-height: 100vh;
        width: 100%;
    }

    .border-none {
        border: none !important;
    }

    .panel-menu.isOpen::before {
        position: absolute;
        left: 300px;
        content: "";
        top: 0;
        height: 100%;
        min-height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        width: 500%;
    }

    .arow-menu i {
        color: #000;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        line-height: 1.3;
        color: #000;
    }

    .close-menu .times {
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
    }

    .closeSubPanel i {
        font-size: 18px;
        width: 16px;
        height: 15px;
        display: inline-block;
        vertical-align: middle;
        color: #fff;
    }

    .panel-menu.isOpen .close-menu {
        padding: 0;
        width: 28px;
        height: 28px;
        font-size: 21px;
        color: #fff;
        line-height: 15px;
        text-align: center;
        line-height: 33px;
        float: left;
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .openSubPanel .arow-menu {
        color: #000;
        font-size: 22px;
    }

    .arow-menu {
        position: absolute;
        right: 0;
        top: 12px;
        height: 29px;
        width: 29px;
        text-align: center;
    }

    header {
        position: relative;
        z-index: 10;
    }

    .menuTrigger i {
        font-size: 28px;
        cursor: pointer;
    }

    .c-navi-new-list {
        justify-content: space-between;
    }

    header {
        background-color: #375c64;
    }

    .c-navi-new-list__categories {
        display: none !important;
    }
}

@media screen and (max-width: 767.99px) {
 .list-group.text-center   .d-block.mt-3.title-service {
  width: calc(100% - 40px);
}
     .bg-title {
    font-size: 20px;
} 
    .large-iamge {
  height: 350px;
}
    .services-details-content h1 {
        font-size: 22px;
    }

    .blog-details-content > .title {
        font-size: 22px;
    }

    .blog-details-content blockquote::after {
        font-size: 35px;
    }

    .blog-details-content blockquote {
        margin: 50px 14px 49px;
        padding: 50px 47px 44px 17px;
    }

    .blog-post-share {
        justify-content: start !important;
        margin-top: 20px;
    }

    .comments-avatar,
    .blog-avatar-img {
        width: 60px;
        height: 60px;
    }

    .count-box.counted {
        min-height: 105.729px;
    }

    .title-service {
        font-size: 20px;
    }

    .main-title-count {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .main-caption-news {
        font-size: 29px;
    }

    .footer {
        padding-top: 2rem;
    }

    .p-xs-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .mt-xs-15 {
        margin-top: 15px;
    }

    .social-footer {
        border-top: 1px solid #000;
        padding-top: 10px;
    }

    .title-footer-col {
        margin-top: 20px;
    }

    .copy-right {
        font-size: 11px;
        line-height: 2;
    }

    .pe-xs-2.ps-xs-2 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .count-text {
        font-size: 35px;
    }

    .count-box.counted {
        padding: 10px;
    }

    .bx-img-news {
        height: 293px;
    }

    .owl-news {
        margin-top: 20px;
    }

    .crd-body {
        display: flex !important;
        justify-content: space-around;
        align-items: center;
    }

    .title-service {
        text-align: left;
        margin-top: 0 !important;
        margin-left: 10px !important;
    }

    .short-desc-service {
        display: none !important;
    }

    .choice-card label {
        font-size: 11px;
        width: 111.11px;
        height: 40.831px;
        transition: all 0.2s linear;
    }

    .search-input {
        width: 95%;
    }

    #startBtn {
        width: 100%;
        min-width: 300px;
    }
}

.icon-service {
    width: 70px;
    height: 70px;
}

.icon-service img {
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain;
    object-fit: contain !important;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

@media screen and (min-width: 768px) and (max-width: 991.99px) {
    .large-iamge {
        margin: auto;
    }

    .text-tb-center {
        text-align: center;
    }

    .count-box.counted {
        min-height: 164.729px !important;
    }
}

.card-service::after {
    width: 0;
    height: 0;
    background-color: #f8c522;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    content: "";
    bottom: 0;
    z-index: 1;
    border-radius: 100%;
    transition: all 0.2s linear;
}

.card-service:hover::after {
    width: 22px;
    height: 22px;
    bottom: -8px;
}

.card-service:hover {
    border-color: #f8c522;
    box-shadow: 0px 9px 17.8px 5px rgba(0, 0, 0, 0.11);
}

.card-service:hover .icon-service img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.owl-news .item:hover .bx-img-news img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.w-full {
    width: 100%;
}

.owl-news .item:hover .layer-news svg rect {
    fill: #375c64;
    transition: all 0.2s linear;
}

.choice-card:hover label {
    background: rgba(248, 197, 34, 0.51) !important;
}

.owl-slider .owl-prev {
    margin: 0 !important;
    background: url("../images/arrow-left.png") !important;
    width: 24px;
    height: 25px;
    top: 38%;
    border-radius: 0 !important;
    position: absolute;
    left: 30px;
}

.owl-slider .owl-next {
    margin: 0 !important;
    background: url("../images/arrow-left.png") !important;
    width: 24px;
    height: 25px;
    top: 38%;
    transform: rotate(-180deg) !important;
    border-radius: 0 !important;
    position: absolute;
    right: 30px;
}

.rts-breadcrumb-area {
   /* background: linear-gradient(
        180deg,
        rgba(55, 92, 100, 0.98) 0%,
        rgba(255, 255, 255, 0.1) 96.54%
    );*/
    background:url('https://test7.sadin.nonegar10.ir/images/main-banner.png') no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    background-size: cover;
}

.rts-breadcrumb-area .title-area-left .bg-title {
    font-size: 150px;
    position: absolute;
    font-weight: 900;
    letter-spacing: 0;
    left: -90px;
    z-index: -1;
    top: -65px;
    min-width: max-content;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.1);
    line-height: 1;
    left: 50%;
    transform: translateX(-50%);
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.thumbnail-about-right-4 .large-iamge {
    max-width: 459px;
}

.thumbnail-about-right-4 .large-iamge,
.thumbnail-about-right-4 .small-image {
    clip-path: polygon(
        48.93% 0.356%,
        48.93% 0.356%,
        49.136% 0.264%,
        49.349% 0.194%,
        49.568% 0.143%,
        49.791% 0.113%,
        50.015% 0.103%,
        50.24% 0.113%,
        50.463% 0.143%,
        50.681% 0.194%,
        50.895% 0.264%,
        51.101% 0.356%,
        98.912% 24.359%,
        98.912% 24.359%,
        99.106% 24.469%,
        99.283% 24.594%,
        99.444% 24.734%,
        99.586% 24.887%,
        99.708% 25.052%,
        99.811% 25.227%,
        99.892% 25.411%,
        99.951% 25.602%,
        99.988% 25.798%,
        100% 26%,
        100% 74%,
        100% 74%,
        99.988% 74.202%,
        99.951% 74.398%,
        99.892% 74.589%,
        99.811% 74.773%,
        99.708% 74.948%,
        99.586% 75.113%,
        99.444% 75.266%,
        99.283% 75.406%,
        99.106% 75.531%,
        98.912% 75.641%,
        51.101% 99.645%,
        51.101% 99.645%,
        50.895% 99.736%,
        50.681% 99.806%,
        50.463% 99.857%,
        50.24% 99.887%,
        50.015% 99.897%,
        49.791% 99.887%,
        49.568% 99.857%,
        49.349% 99.806%,
        49.136% 99.736%,
        48.93% 99.645%,
        1.119% 75.641%,
        1.119% 75.641%,
        0.925% 75.531%,
        0.747% 75.406%,
        0.587% 75.266%,
        0.445% 75.113%,
        0.322% 74.948%,
        0.22% 74.773%,
        0.138% 74.589%,
        0.079% 74.398%,
        0.043% 74.202%,
        0.031% 74%,
        0.031% 26%,
        0.031% 26%,
        0.043% 25.798%,
        0.079% 25.602%,
        0.138% 25.411%,
        0.22% 25.227%,
        0.322% 25.052%,
        0.445% 24.887%,
        0.587% 24.734%,
        0.747% 24.594%,
        0.925% 24.469%,
        1.119% 24.359%,
        48.93% 0.356%
    );
}

.thumbnail-about-right-4 .small-image {
    position: absolute;
    left: -40px;
    bottom: -36px;
    max-width: 219px;
    z-index: 10;
}

.faq-wrapper-inner-page .accordion-item {
    margin-bottom: 30px;
    background: #f2f2f2;
    border: 1px solid #e3e0e6;
    box-shadow: 0px 7px 18px rgba(24, 16, 16, 0.05);
    border-radius: 6px;
}

.accordion-item .accordion-header {
    border: none;
    box-shadow: none;
}

.accordion-item .accordion-header button {
    padding: 24px 40px;
    border: none;
    box-shadow: none;
    font-size: 18px;
    color: #1c2539;
    background: transparent;
    font-weight: 700;
}

.accordion-item .accordion-body {
    padding: 0 20px 20px 40px;
}

.poligon-shape {
    position: absolute;
    left: -47px;
    bottom: -47px;
    max-width: 235px;
    z-index: 9;
}

.thumbnail-about-right-4 {
    min-height: 300px;
}

.rts-section-gapBottom {
    padding-bottom: 120px;
}

/****services*****/
.services-item {
    background: #fff;
    border-radius: 20.476px;
    border: solid 0.25px #375c64;
    padding: 25px 35px 35px;
    margin-bottom: 30px;
}

.services-thumb::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #375c64;
    opacity: 0;
    transition: 0.3s linear;
}

.services-thumb img {
    transition: all 0.3s ease-out 0s;
}

.services-thumb .btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border-color: #fff;
    margin-top: -100px;
    opacity: 0;
    visibility: hidden;
    color: #fff;
    padding: 14px 31px 14px 0px;
    border-radius: 28px;
    width: 64%;
}

.services-item:hover .services-thumb::before {
    opacity: 0.8;
}

.services-item:hover .services-thumb .btn {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.services-thumb {
    position: relative;
    height: 213px;
    margin-bottom: 10px;
}

.services-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.services-content .content-top {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.services-thumb .btn::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: var(--color-white);
    border-radius: 30px;
    z-index: -1;
    transition: all 0.3s ease 0s;
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    font-weight: 300;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-wrap {
    margin: 0px;
    padding: 0px;
}

.services-content .list-wrap li {
    text-transform: capitalize;
    color: #375c64;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.services-content .list-wrap li::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #375c64;
    border-radius: 50px;
    margin-right: 10px;
    flex: 0 0 auto;
}

.services-content .content-top .icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--color-third) !important;
    font-size: 30px;
    color: var(--color-third);
    line-height: 0;
    margin-right: 15px;
    transition: 0.3s ease-in;
    padding: 10px;
}

.services-content .content-top .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.services-content .content-top .title {
    width: calc(100% - 60px);
    margin-bottom: 0;
    font-size: 24px;
}

/****login*****/
section.login-form {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    background: url("../images/main-banner.png") no-repeat;
    background-position: center center;
    background-size: cover;
}

section.login-form:before {
    content: "";
    background-color: #0009;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
}

section.login-form .form-box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 400px;
    width: 90%;
    min-height: 450px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    backdrop-filter: blur(15px);
}

section.login-form h2 {
    color: #fff;
    text-align: center;
    font-size: 2em;
}

.inputbox {
    position: relative;
   margin: 15px 0;
    width: 310px;
}

.inputbox label {
    color: #fff;
    font-size: 1em;

}



.inputbox input {
    background: transparent;
    border: none;
    outline: none;
    font-size: 1em;
    padding: 0 35px 0 5px;
    color: #fff;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #fff;
   -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.inputbox input[type="email"],
.inputbox input[type="password"] {
  background-color: transparent;

}
.inputbox input:-webkit-autofill,
.inputbox input:-webkit-autofill:hover, 
.inputbox input:-webkit-autofill:focus, 
.inputbox input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;
    transition: background-color 5000s ease-in-out 0s;
}
.inputbox ion-icon {
    font-size: 1.2em;
    position: absolute;
    right: 8px;
    color: #fff;
    top: 20px;
}

.forget {
    color: #fff;
    display: flex;
    justify-content: space-between;
margin: 5px 0 !important;
    font-size: 0.9em;
}

.forget label {
    color: #fff;
}

.forget label input {
    margin-right: 3px;
}

.forget label a,
.forget a {
    color: #fff;
    text-decoration: none;
}

.forget label a:hover {
    text-decoration: underline;
}

section.login-form button {
    width: 100%;
    height: 40px;
    border-radius: 40px;
    background-color: var(--color-third) !important;
    border-color: var(--color-third) !important;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 1em;
    font-weight: 600;
}

section.login-form .register {
    font-size: 0.9em;
    color: #fff;
    text-align: center;
    margin: 25px 0 10px;
}

section.login-form .register p a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}

section.login-form .register p a:hover {
    text-decoration: underline;
}

/****blog*****/
.col-71 {
    width: 71%;
    flex: 0 0 auto;
}

.col-29 {
    width: 29%;
    flex: 0 0 auto;
}

.blog-post-item-two {
    margin-bottom: 30px;
}

.blog-post-thumb-two {
    position: relative;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.blog-post-thumb-two {
    height: 275px;
}

.blog-post-thumb-two img {
    transition: 0.3s linear;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-post-thumb-two .tag-two {
    position: absolute;
    left: 30px;
    top: 25px;
    bottom: auto;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    background: #f8c522;
    padding: 6px 16px;
    display: block;
    border-radius: 30px;
}

.blog-post-item-two:hover .blog-post-thumb-two img {
    transform: scale(1.1);
}

.blog-post-content-two {
    border: 1px solid #e7e7e7;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(231, 231, 231);
    border-top: none;
    border-radius: 0 0 10px 10px;
    padding: 35px 30px;
    background: var(--tg-white);
}

.blog-post-content-two .title {
    margin-bottom: 10px;
}

.blog-post-content-two .title a {
    font-size: 24px;
    margin-bottom: 10px;
    color: #375c64;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
    -moz-line-clamp: 2;
    min-height: 57px;
}

.blog-post-content-two p {
    margin-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
    -moz-line-clamp: 2;
    min-height: 48px;
}

.blog-meta .list-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px 10px;
    margin: 0px;
    padding: 0px;
}

.blog-meta .list-wrap li {
    color: #000;
    font-size: 13px;
    display: flex;
    align-items: center;
}

.blog-meta .list-wrap li a {
    color: #375c64;
    font-size: 16px;
}

.sidebar-search {
    margin-bottom: 30px;
}

.sidebar-search form {
    position: relative;
}

.sidebar-search form input {
    width: 100%;
    background: transparent;
    border: 1px solid #e0e6f2;
    border-radius: 10px;
    padding: 20px 55px 20px 28px;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    height: 65px;
}

.sidebar-search form button {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    padding: 0;
    font-size: 24px;
    color: #000;
    line-height: 0;
}

.blog-widget {
    border: 1px solid #e0e6f2;
    border-radius: 10px;
    padding: 25px 30px 30px;
    margin-bottom: 30px;
}

.blog-widget .bw-title {
    margin-bottom: 25px;
    font-size: 22px;
    position: relative;
    padding-bottom: 12px;
}

.blog-widget .bw-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 4px;
    border-radius: 4px;
    background: #375c64;
}

.list-wrap {
    margin: 0px;
    padding: 0px;
}

.bs-cat-list .list-wrap li {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 15px;
    padding-bottom: 12px;
}

.bs-cat-list .list-wrap li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 16px;
    color: #000;
}

.bs-cat-list .list-wrap li a span {
    font-size: 14px;
    color: #667594;
    transition: all 0.3s ease-out 0s;
}

.rc-post-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.rc-post-item .thumb {
    width: 75px;
    height: 75px;
    flex: 0 0 auto;
    margin-right: 15px;
}

.rc-post-item .content {
    width: calc(100% - 85px);
    margin-left: 10px;
}

.rc-post-item .thumb img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rc-post-item .content .date {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 13px;
    color: #667594;
    margin-bottom: 8px;
}

.rc-post-item .content .date i {
    margin-right: 8px;
    color: #375c64;
    font-size: 20px;
}

.rc-post-item .content .title a {
    margin-bottom: 0;
    font-size: 15px;
    text-transform: capitalize;
    color: #334770;
    line-height: 1.2;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
    -moz-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}

.bs-tag-list .list-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.list-wrap li {
    list-style: none;
}

.bs-tag-list .list-wrap li a {
    font-weight: 500;
    font-size: 16px;
    background: #375c64;
    display: block;
    border-radius: 4px;
    padding: 5px 15px;
    color: #fff;
    font-size: 12px;
}

.pagination-wrap .pagination {
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-link {
    color: #000;
}

.active > .page-link,
.page-link.active {
    z-index: 3;
    color: #fff;
    background-color: #375c64;
    border-color: #375c64;
    box-shadow: none !important;
}

@media (max-width: 991.98px) {
    .col-71 {
        width: 100%;
    }

    .col-29 {
        width: 100%;
    }
}

.blog-details-thumb {
    margin-bottom: 30px;
}

.blog-details-thumb img {
    border-radius: 10px;
}

.blog-details-content > .title {
    margin-bottom: 20px;
    text-transform: capitalize;
}

.blog-meta-three .list-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 25px;
}

.blog-meta-three .list-wrap li {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 12px;
    color: #334770;
    gap: 5px;
}

.blog-meta-three .list-wrap li i {
    line-height: 0;
    color: #334770;
    font-size: 20px;
    margin-right: 5px;
}

.blog-details-content > p {
    margin-bottom: 15px;
}

.blog-details-content blockquote {
    background: #f8faff;
    position: relative;
    z-index: 1;
}

.blog-details-content blockquote::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: #f8c522;
}

.bg-title {
    line-height: 1.1;
    text-transform: capitalize;
    font-weight: 600;
}

.breadcrumb li a {
    color: #ffdd70;
}

.list-wrap li a {
    color: #334770;
}

.blog-details-content blockquote::after {
    content: "\f10e";
    font-weight: 700;
    color: #e2e5f7;
    line-height: 1;
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 33px;
    top: 27px;
    z-index: -1;
}

.bd-content-bottom {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 15px 0;
    margin-top: 40px;
    margin-bottom: 70px;
}

.bd-content-bottom .post-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.bd-content-bottom .post-tags .title {
    margin-bottom: 0;
    font-size: 18px;
    color: #375c64;
}

.bd-content-bottom .post-tags .list-wrap {
    display: flex;
    align-items: center;
    gap: 5px;
}

.list-wrap li {
    list-style: none;
}

.bd-content-bottom .post-tags .list-wrap li a {
    background: #375c6463;
    padding: 9px 22px;
    display: block;
    border-radius: 4px;
}

.bd-content-bottom .blog-post-share {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.bd-content-bottom .blog-post-share .title {
    margin-bottom: 0;
    font-size: 18px;
    color: #375c6463;
}

.bd-content-bottom .blog-post-share .list-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bd-content-bottom .blog-post-share .list-wrap li a {
    color: #375c64;
}

.blog-avatar-wrap {
    border: 1px solid #e6eeff;
    border-radius: 6px;
    display: flex;
    align-items: flex-start;
    padding: 42px 42px;
    background: #f8faff;
}

.blog-avatar-img {
    flex: 0 0 auto;
    margin-right: 30px;
}

.blog-avatar-img img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-avatar-info .designation {
    display: block;
    font-weight: 500;
    font-size: 15px;
    color: var(--tg-primary-color);
    line-height: 1;
    margin-bottom: 10px;
}

.comments-wrap-title {
    font-size: 24px;
    margin-bottom: 25px;
}

.latest-comments {
    margin-bottom: 80px;
}

.comments-box {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #d6dce9;
    padding-bottom: 30px;
    margin-bottom: 35px;
}

.latest-comments .children {
    margin: 0 0 0 45px;
    padding: 0;
}

.comments-box {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #d6dce9;
    padding-bottom: 30px;
    margin-bottom: 35px;
}

.comments-avatar {
    flex: 0 0 auto;
    margin-right: 25px;
}

.comments-avatar img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comments-text .avatar-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.comments-text .avatar-name .name {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
}

.comments-text .avatar-name span {
    font-weight: 500;
    font-size: 13px;
    display: block;
    color: #375c6470;
}

.comments-text .reply-btn {
    background: #375c6470;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    padding: 6px 17px;
    text-transform: uppercase;
    border-radius: 5px;
}

.comment-respond {
    border: 1px solid #b3ccff;
    border-radius: 8px;
    padding: 35px 40px 50px;
    background: #f8faff;
}

.comment-reply-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.comment-form .comment-notes {
    margin-bottom: 15px;
}

.comment-form .form-grp {
    margin-bottom: 15px;
}

.comment-form .form-grp textarea,
.comment-form .form-grp input {
    width: 100%;
    border: 1px solid #e6eeff;
    background: #e6eeff;
    font-weight: 400;
    font-size: 15px;
    color: #334770;
    padding: 12px 15px;
    height: 50px;
    display: block;
    border-radius: 5px;
}

.comment-form .form-grp textarea {
    min-height: 130px;
    max-height: 130px;
}

.comment-form .checkbox-grp {
    display: flex;
    align-items: center;
    margin: 25px 0;
}

.comment-form .checkbox-grp input {
    width: 22px;
    margin-right: 9px;
    height: 22px;
    cursor: pointer;
}

.comment-form .checkbox-grp label {
    font-weight: 400;
    font-size: 14px;
    color: #334770;
    user-select: none;
}

.submit-btn {
    border: none;
    background: #375c64;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    border-radius: 5px;
    padding: 13px 20px;
    height: 50px;
}

.comment-form .submit-btn {
    width: auto;
    text-transform: uppercase;
    border-radius: 30px;
    letter-spacing: 0.02em;
    padding: 13px 25px;
}

.blog-avatar-info h4 a {
    color: #375c64;
    font-size: 19px;
    font-weight: 600;
}

.services-cat-list .list-wrap li {
    margin-bottom: 10px;
}

.services-cat-list .list-wrap li a {
    border: 1px solid #e0e6f2;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 22px;
    background: #fff;
    font-weight: 600;
    font-size: 18px;
    color: #00194c;
    text-transform: capitalize;
}

.services-cat-list .list-wrap li.active a,
.services-cat-list .list-wrap li a:hover {
    background: #375c64;
    color: #fff;
    border-color: #375c64;
}

.services-widget {
    background: #f8faff;
    border-radius: 10px;
    padding: 30px 30px 35px;
    margin-bottom: 30px;
}

.services-widget .sw-title {
    margin-bottom: 15px;
    position: relative;
    font-size: 24px;
    text-transform: capitalize;
    padding-bottom: 10px;
}

.services-widget .sw-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 4px;
    background: #375c64;
    border-radius: 4px;
}

.services-brochure-wrap .download-btn {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    color: #00194c;
    border: 1px solid #e0e6f2;
    border-radius: 5px;
    background: #fff;
    padding: 13px 20px;
    margin-bottom: 10px;
}

.services-brochure-wrap .download-btn i {
    font-size: 16px;
    color: #375c64;
    margin-right: 10px;
    transition: all 0.3s ease-out 0s;
}

.services-widget {
    background: #f8faff;
    border-radius: 10px;
    padding: 30px 30px 35px;
}

.services-widget .sw-title {
    margin-bottom: 15px;
    position: relative;
    font-size: 24px;
    text-transform: capitalize;
    padding-bottom: 10px;
}

.services-widget-form .form-grp {
    margin-bottom: 10px;
}

.services-widget-form .form-grp textarea,
.services-widget-form .form-grp input {
    width: 100%;
    border: 1px solid #e0e6f2;
    border-radius: 5px;
    background: #ffffff;
    padding: 13px 16px;
    font-weight: 500;
    font-size: 14px;
    color: #334770;
    height: 50px;
    display: block;
}

.services-widget-form .form-grp textarea {
    min-height: 120px;
    max-height: 120px;
}

.accordion-wrap-three .accordion-button:not(.collapsed) {
    color: #fff;
    background: #375c64;
}

.accordion-wrap-three .accordion-item {
    border-radius: 4px;
    margin-bottom: 10px;
    border: 1px solid #eee;
}

.services-details-content .h2 {
    font-size: 28px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.services-details-content h1 {
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.forget a {
    color: #f7da7d !important;
    font-weight: 600;
}

.mb-30 {
    margin-bottom: 30px;
}

.team-thumb {
    text-align: center;
    display: block;
    width: 100%;
}

.team-thumb .brd img {
    width: 100%;
}

.single-team:hover .team-thumb .brd {
    border: 1px solid #f3525a2B;
}

.team-info {
    background: #fff;
    transform: translateY(0);
    padding: 30px 20px;
    transition: .3s;
    box-shadow: 3px 4px 15px #00000026;
    position: relative;
    overflow: hidden;
    margin: -50px 30px 0;
    border-bottom: 5px solid #3763eb;
}

.single-team:hover .team-info {
    border-color: #f3525a;
}

.single-team:hover .team-info {
    margin-top: -196px;
    position: absolute;
}

.team-info h4 {
    font-size: 20px;
    margin-bottom: 5px;
    transition: .3s;
}

.team-info span {
    font-size: 16px;
    transition: .3s;
}

.team-info .team-social {
    display: none;
}

.team-info a:nth-child(2) {
    background: #345aa8;
}

.team-info a:nth-child(3) {
    background: #0294ee;
}

.team-info a:nth-child(4) {
    background: #da4032;
}

.single-team:hover .team-info .team-social {
    display: block;
}

.team-social a {
    font-size: 12px;
    color: #fff;
    margin: 0 5px;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    box-shadow: 3px 4px 15px #00000026;
}

.single-team {
    position: relative;
}
.invalid-feedback {
  display: block;
font-size: 13px;
  font-weight: 300;
}
input:-webkit-autofill,
input:-moz-autofill {
  box-shadow: 0 0 0 1000px #000 inset !important;
  -webkit-text-fill-color: #fff !important;
}
.brd {
  height: 400px;
  display: block;
}
.brd img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.large-iamge img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.faq-wrapper-inner-page {
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(55,92,100,1) 100%);
  padding-top: 3rem;
    padding-bottom: 3rem;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(55,92,100,0.19) 15%,rgba(55,92,100,1) 81%,rgba(55,92,100,1) 89%);
}
.rts-breadcrumb-area .container {
  position: relative;
  color: #fff;
  z-index: 1;
}
.rts-breadcrumb-area::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  content: '';
  background-color: #00000075;
  height: 100%;
}
label {
  display: inline-block;
  font-weight: 500;
  margin-bottom: 5px !important;
}
.card-service .social-footer li {
  width: 40px;
  height: 40px;
}
.card-service .social-footer li a {
  width: 40px;
  height: 40px;
}
.card-service .social-footer li a span{
  width: 40px;
  height: 40px;
  background-color: #fff;
}
.form-group .btn-outline-secondary {
  border-color: #fff !important;
  color: #fff !important;
}
.icon-info {
  width: 60px;
  height: 70px;
  margin: auto;
  font-size: 50px;
  color: #375c64;
}
@keyframes rotateY {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

.icon-info i {
  display: inline-block;
  animation: rotateY 2s linear infinite;
}
.title-fqs{
  color: #000;
  font-weight: 600;
}
.frm-s {
  display: flex;
  justify-content: center;
  background-color: #fff;
  border-radius: 9999px;
  padding: 10px;
}
.frm-s button {
  width: 30px;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  font-size: 20px;
}
.frm-s input {
  width: calc(100% - 30px);
  color: #000;
  border: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
.icon-inf {
  font-size: 29px;
}
.icon-inf i{
  font-size: 32px;
  color: var(--color-third);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.card-service:hover .icon-inf i {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}