@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap"); *, ::after, ::before {
    margin: 0px;
    padding: 0px;
    outline: 0px;
}

a, a:hover, a:visited, a:link {
    text-decoration: none;
}

a:focus, input:focus, textarea:focus, button:focus {
    text-decoration: none;
    outline: none;
}

html, body {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: rgb(255 255 255);
    background: #000 !important;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
    font-weight: 700;
}

p {
    margin: 0px 0px 10px;
    padding: 0px;
    line-height: 28px;
}

ul, li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="password"], input[type="url"], select, textarea {
    border: 1px solid rgb(202, 202, 202);
    padding: 10px 15px;
    border-radius: 5px;
}

a, button, input[type="submit"] {
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.form-group input {
    width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

.btn.focus, .btn:focus {
    outline: none;
    box-shadow: none;
}

.f-right {
    float: right;
}

.f-left {
    float: left;
}

.header-top-note {
    background: rgb(234, 245, 255);
    padding: 6px 0px;
    border-radius: 0px;
    margin: 0px;
}

.header-top-note p {
    margin-bottom: 0px;
}

.header-top-note a {
    color: rgb(61, 61, 63);
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.header-top-note a:hover {
    color: rgb(61, 61, 63);
}

.header-top-note a::after {
    height: 2px;
    width: 100%;
    bottom: 2px;
    content: "";
    left: 0px;
    background: rgb(121, 154, 182);
    position: absolute;
}

.nav-area {
    padding-left: 45px;
    padding-right: 45px;
}

.site-btn {
    border-radius: 40px;
    border: 2px solid rgb(230, 230, 230);
    display: inline-block;
    padding: 8px 10px 8px 27px;
    position: relative;
    font-weight: 700;
    color: rgb(61, 61, 63);
    background: rgb(255, 255, 255);
}

.site-btn .icon {
    width: 30px;
    height: 30px;
    background: rgb(61, 61, 63);
    display: inline-block;
    text-align: center;
    line-height: 33px;
    color: rgb(255, 255, 255);
    border-radius: 50%;
    box-shadow: rgba(251, 221, 0, 0.28) 0px 6px 12px 0px;
    margin-left: 20px;
    transition: all 0.3s ease 0s;
}

.site-btn .icon.yellow {
    background: rgb(255, 255, 255);
    line-height: 30px;
    display: block;
    color: rgb(17, 17, 17);
    box-shadow: rgba(198, 148, 31, 0.3) 0px 6px 12px 0px;
}

.site-btn.transparent {
    border: none;
}

.site-btn.black {
    background: rgb(224, 31, 38);
    color: rgb(255, 255, 255);
}

.site-btn:hover {
    background: rgb(61, 61, 63);
    color: rgb(255, 255, 255);
    border-color: transparent;
}

.site-btn.transparent:hover {
    background: rgb(61, 61, 63);
    color: rgb(255, 255, 255);
}

.site-btn.black:hover {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

.nav-area {
    z-index: 2;
    position: relative;
}

.main-menu ul {
    display: flex;
    -webkit-box-pack: center;
    justify-content: flex-start !important;
}

.main-menu ul a {
    font-weight: 700;
    color: rgb(61, 61, 63);
    display: block;
}

.main-menu ul li:not(:first-child) {
}

.main-menu {
    text-align: center;
}

.main-menu ul li:hover > a {
    color: rgb(255, 255, 255);
    text-decoration: underline;
}

.main-menu ul li .sub-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: absolute;
    min-width: 240px;
    top: 110%;
    visibility: hidden;
    opacity: 0;
    background: rgb(255, 255, 255);
    padding: 10px 0px;
    transition: all 0.3s ease 0s;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 10px 3px;
    z-index: 2;
    text-align: left;
}

.main-menu ul li .sub-menu li {
    margin-left: 0px;
}

.main-menu ul li .sub-menu a {
    padding: 8px 20px;
}

.main-menu ul li .sub-menu::after {
    background: rgb(61, 61, 63);
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 5px;
    position: absolute;
}

.main-menu ul li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.header-info-left {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    transform: translateY(0px);
}

.header-info-right {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: flex-end;
    z-index: 3;
}

.header-lang-list {
    position: absolute;
    left: 0px;
    top: 115%;
    width: 100%;
    background: rgb(255, 255, 255);
    z-index: 2;
    border-top: 3px solid rgb(61, 61, 63);
    padding: 10px 5px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}

.header-lang {
    position: relative;
}

.header-lang-list a {
    color: rgb(61, 61, 63);
    font-size: 14px;
    display: block;
    padding: 8px 20px;
    font-weight: 500;
}

.header-lang-list a:hover {
    color: rgb(61, 61, 63);
}

.header-lang:hover .header-lang-list {
    opacity: 1;
    visibility: visible;
    top: 104%;
}

.lang-icon .icon {
    background: rgb(31, 161, 46);
    color: rgb(255, 255, 255);
}

.lang-icon > .site-btn:hover {
    background: rgb(61, 61, 63);
    color: rgb(255, 255, 255);
}

.header-button-list .btn {
    width: 40px;
    height: 40px;
    line-height: 30px;
    color: rgb(61, 61, 63);
    border: 0px solid rgb(212, 223, 233);
    border-radius: 50%;
    margin-left: 5px;
}

.header-button-list .btn:hover {
    background: rgb(61, 61, 63);
    color: rgb(255, 255, 255);
    border-color: transparent;
}

.header-button-list {
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
}

.header-button-list .btn:not(:last-child) {
    margin-right: 0px;
}

.nav-area.sticky-header {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    background: rgb(255, 255, 255);
    z-index: 99;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 13px 25px -12px;
}

.sticky-header .main-menu ul a {
    padding: 38px 0px;
}

.sticky-header .header-info-left, .sticky-header .header-info-right {
    transform: translateY(0px);
}

.nav-area.animated {
    animation-duration: 0.5s;
}

.site-header-2 .nav-area {
    padding: 0px 130px;
}

.header-top-area-2 {
    color: rgb(255, 255, 255);
    padding: 8px 130px;
}

.site-header-2 .header-info-left, .site-header-2 .header-info-right {
    transform: translateY(0px);
}

.header-top-info ul {
    display: flex;
}

.header-top-info ul li {
    font-size: 14px;
    font-weight: 700;
}

.header-top-info ul li a {
    color: rgb(255, 255, 255);
    font-weight: 700;
}

.header-top-info li:not(:last-child) {
    margin-right: 40px;
}

.header-top-menu {
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
}

.header-top-menu ul {
    display: flex;
}

.header-top-menu li a {
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 14px;
}

.header-top-menu li:not(:last-child) {
    margin-right: 40px;
}

.header-top-social-links {
    display: flex;
    margin-left: 40px;
}

.header-top-social-links a {
    font-size: 14px;
    color: rgb(255, 255, 255);
}

.header-top-social-links a:not(:last-child) {
    margin-right: 15px;
}

.site-header-2 .header-info-right {
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.site-header-2 .header-lang .site-btn .icon {
    background: rgb(251, 221, 0);
    color: rgb(61, 61, 63);
    box-shadow: rgba(247, 196, 85, 0.3) 0px 6px 12px 0px;
}

.site-header-2 .main-menu ul a {
    padding: 52px 0px;
}

.site-header-2 .sticky-header .main-menu ul a {
    padding: 38px 0px;
}

.sticky-header .main-menu ul li .sub-menu a {
    padding: 11px 30px;
}

.transparent .nav-area.sticky-header {
    background: rgb(38, 41, 48);
}

.site-header.transparent {
    position: absolute;
    width: 100%;
    z-index: 90;
    /* background: rgb(255, 255, 255); */
}

.transparent .header-top-note {
    background: rgb(61, 61, 63);
    color: rgb(255, 255, 255);
}

.transparent .header-top-note a {
    color: rgb(255, 255, 255);
}

.transparent .header-top-note a::after {
    background: rgb(255, 255, 255);
}

.transparent .main-menu ul a {
    color: rgb(255, 255, 255);
}

.transparent .main-menu ul .sub-menu a {
    color: rgb(61, 61, 63);
}

.transparent .main-menu ul .sub-menu a:hover {
    color: rgb(120, 26, 53);
}

.transparent .site-btn {
    background: transparent;
    color: rgb(255, 255, 255);
    border-color: rgba(255, 255, 255, 0.1);
}

.transparent .site-btn:hover {
    background: rgb(61, 61, 63);
}

.transparent .header-button-list .btn {
    color: rgb(255, 255, 255);
    background: rgb(237, 78, 31);
}

.homepage-slide {
    height: 900px;
}

.single-slide-item {
    height: 900px;
    position: relative;
}

.single-slide-item img {
    width: auto !important;
}

.single-slide-content {
    position: relative;
    z-index: 3;
    font-size: 18px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    margin: 0 0 20px 0;
    padding: 1px 0 13px 0;
}

.slide-shape-left {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.slide-shape-left span:last-child {
    position: absolute;
    top: 0px;
    left: 0px;
}

.slide-shape-right {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
}

.slide-shape-right span:last-child {
    right: 0px;
    bottom: 0px;
    position: absolute;
    z-index: 2;
}

.slide-shape-right span {
    right: 0px;
    text-align: right;
}

.slide-shape-right {
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.single-slide-content .slide-title {
    font-size: 35px;
    color: rgb(255, 255, 255);
    margin-top: 23px;
    line-height: 55px;
    margin-bottom: 20px;
    letter-spacing: 0px;
    text-shadow: 10px 6px 10px #000;
}

.single-slide-content .video-link {
    margin-bottom: 43px;
}

@-webkit-keyframes zoomBig {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 1;
        border-width: 3px;
    }

    40% {
        opacity: 0.5;
        border-width: 2px;
    }

    65% {
        border-width: 1px;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-width: 0px;
    }
}

@keyframes zoomBig {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 1;
        border-width: 3px;
    }

    40% {
        opacity: 0.5;
        border-width: 2px;
    }

    65% {
        border-width: 1px;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-width: 0px;
    }
}

.video-link {
    display: inline-block;
}

.wave-pulse {
    width: 1px;
    height: 0px;
    margin: 0px auto;
}

.wave-pulse::before, .wave-pulse::after {
    opacity: 0;
    content: "";
    display: block;
    position: absolute;
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border: 3px solid rgb(255, 255, 255);
    animation: 3.25s linear 0s infinite normal none running zoomBig;
}

.wave-pulse::before {
    animation-delay: 0.75s;
}

.video-play-wrap {
    position: relative;
    width: 80px;
    height: 80px;
}

.video-play {
    width: 80px;
    height: 80px;
    background: rgb(251, 221, 0);
    position: relative;
    border-radius: 50%;
    color: rgb(61, 61, 63);
    text-align: center;
    line-height: 85px;
    font-size: 16px;
    transition: all 1s cubic-bezier(0, 0, 0.2, 1) 0s !important;
}

.video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
    margin-left: 1px;
    z-index: 2;
}

.video-link:hover .video-play {
    transform: scale3d(1.15, 1.15, 1.15);
}

.single-slide-item::before {
}

.homepage-slide .owl-nav div {
    font-size: 18px;
    width: 50px;
    height: 50px;
    background: rgb(255, 255, 255);
    display: inline-block;
    text-align: center;
    line-height: 53px;
    border-radius: 50%;
    left: 90px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}

.homepage-slide .owl-nav div:hover {
    background: rgb(0 113 23);
    color: rgb(255, 255, 255);
}

.homepage-slide .owl-nav div.owl-next {
    left: auto;
    right: 90px;
}

.homepage-slide:hover .owl-nav div {
    left: 105px;
    visibility: visible;
    opacity: 1;
}

.homepage-slide:hover .owl-nav div.owl-next {
    right: 105px;
    left: auto;
}

.homepage-slide-2, .single-slide-item-2 {
    height: 800px;
}

.single-slide-content-2 .slide-shape {
    position: absolute;
    top: -130px;
    z-index: -1;
    left: -120px;
}

.single-slide-content-2 {
    color: rgb(61, 61, 63);
    position: relative;
    z-index: 2;
    padding-top: 0px;
}

.single-slide-content-2 .slide-title {
    color: rgb(61, 61, 63);
    font-size: 90px;
    line-height: 90px;
}

.single-slide-content-2 .slide-btns {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.single-slide-content-2 .site-btn.boxed {
    margin-right: 30px;
    box-shadow: rgba(53, 178, 241, 0.4) 0px 8px 16px;
}

.single-slide-content-2 .slide-shape span:last-child {
    position: absolute;
    left: -70px;
    margin-top: -30px;
}

.single-slide-item-3::before {
}

.homepage-slide-3, .single-slide-item-3 {
    height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.single-slide-content-3 {
    /* padding-top: 150px; */
}

.site-btn.boxed.yellow {
    background: rgb(255, 255, 255);
    color: rgb(61, 61, 63);
    box-shadow: none;
}

.single-slide-content-3 .site-btn.boxed {
    color: rgb(61, 61, 63);
    box-shadow: none;
}

.single-slide-content-3 .site-btn:first-child {
    margin-right: 20px;
}

.site-btn.boxed:hover {
    background: rgb(255 121 0);
    color: rgb(255, 255, 255);
}

.service-search-wrapper {
    background: rgb(255, 255, 255);
    box-shadow: rgb(217, 225, 233) 0px 8px 16px 0px;
    padding: 45px 80px 60px;
    border-bottom: 6px solid rgb(61, 61, 63);
    margin-top: -95px;
    position: relative;
    z-index: 2;
    margin-bottom: 180px;
}

.service-search-wrapper .form-group-wrapper {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.service-search-wrapper .form-group {
    margin: 0px;
    position: relative;
    flex-basis: 30%;
    text-align: right;
}

.service-search-wrapper .form-group-wrapper .form-group:nth-child(1), .service-search-wrapper .form-group-wrapper .form-group:nth-child(2) {
    flex-basis: 35%;
}

.service-search-wrapper .form-group-wrapper .form-group:nth-child(1) {
    margin-right: 15px;
}

.service-search-wrapper .form-group label {
    position: absolute;
    font-size: 18px;
    color: rgb(251, 221, 0);
    margin: 0px;
    top: 31px;
    left: 0px;
    z-index: 2;
}

.service-search-wrapper .form-group input {
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 2px solid rgb(61, 61, 63);
    font-size: 18px;
    color: rgb(61, 61, 63);
    font-weight: 600;
    border-radius: 0px;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-top: 30px;
}

.service-search-wrapper .form-group input::-webkit-input-placeholder {
    color: rgb(61, 61, 63);
    font-weight: 600;
    opacity: 1;
}

.service-search-wrapper .form-group input::placeholder {
    color: rgb(61, 61, 63);
    font-weight: 600;
    opacity: 1;
}

.service-search-wrapper .form-group .nice-select {
    border-width: 0px 0px 2px;
    border-top-style: initial;
    border-right-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-image: initial;
    width: 100%;
    border-bottom-style: solid;
    border-bottom-color: rgb(61, 61, 63);
    border-radius: 0px;
    padding: 25px 0px 14px 30px;
    height: auto;
}

.service-search-wrapper .form-group .nice-select::after {
    display: none;
}

.service-search-wrapper .form-group .nice-select .list {
    width: 100%;
}

.service-search-wrapper .form-group .nice-select .current {
    font-size: 18px;
    font-weight: 600;
}

.service-search-wrapper .form-group:nth-child(2) {
    margin-left: 15px;
}

.service-search-wrapper .site-btn {
    padding: 8px 10px 8px 36px;
}

.about-left-side .about-thumb-mid {
    position: absolute;
    top: -90px;
    left: -220px;
}

.about-left-side .about-thumb-sml {
    position: absolute;
    right: 20px;
    bottom: -45px;
}

.about-left-side {
    position: relative;
}

.about-left-side .about-thumb-sml-xs {
    position: absolute;
    left: -115px;
    bottom: -50px;
}

.section-heading-top {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.section-heading-top img {
    margin-right: 30px;
}

.section-heading-top .sub-title span {
    color: rgb(251, 221, 0);
}

.section-heading .section-title {
    font-size: 35px;
    margin-bottom: 30px;
    letter-spacing: -2px;
}

.section-heading-2 .section-title {
    font-size: 35px;
}

.bg-2 {
    background: rgb(247, 251, 255);
}

.about-right-side {
    padding-left: 30px;
}

.section-heading .section-content {
    background: rgb(255, 255, 255);
    border-left: 6px solid rgb(61, 61, 63);
    padding: 30px 30px 30px 40px;
    font-weight: 600;
    font-size: 18px;
    box-shadow: rgba(211, 219, 227, 0.24) 0px 6px 12px 0px;
}

.about-list .single-item .icon {
    width: 40px;
    height: 40px;
    background: rgb(255, 255, 255);
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    box-shadow: rgba(211, 219, 227, 0.24) 0px 6px 12px 0px;
    margin-right: 20px;
}

.about-list .single-item span {
    font-weight: 600;
}

.about-list .single-item {
    flex-basis: 50%;
}

.about-list {
    display: flex;
    flex-wrap: wrap;
}

.about-left-side-2 .about-thumb-mid {
    position: inherit;
    text-align: right;
    top: -125px;
    left: 0px !important;
}

.about-left-side-2 .about-thumb-sml {
    position: absolute;
    top: 115px;
    right: -20px;
}

.about-left-side-2 .about-thumb-box {
    position: absolute;
    background: rgb(251, 221, 0);
    padding: 44px 30px;
    text-align: center;
    box-shadow: rgba(247, 196, 85, 0.2) 0px 16px 32px 0px;
    top: 80px;
    left: 70px;
    z-index: 5;
}

.about-left-side-2 .about-thumb-box .title {
    color: rgb(61, 61, 63);
    font-size: 80px;
}

.about-left-side-2 .about-thumb-box .title .year {
    font-size: 16px;
    display: block;
    margin-top: -5px;
}

.about-left-side-2 .about-thumb-box .title .plus {
    font-size: 16px;
}

.about-left-side-2 .about-thumb-big {
    position: relative;
    z-index: 2;
}

.about-left-side-2 .about-thumb-mid-wrap {
    position: absolute;
    right: -50px;
}

.about-right-side-2 {
    padding-left: 45px;
}

.about-right-side-2 .about-list-wrapper {
    padding-left: 45px;
}

.about-right-side-2 .about-list-wrapper .content {
    margin-bottom: 30px;
}

.about-list-2 .single-item .icon {
    font-size: 24px;
    color: rgb(251, 221, 0);
    border-radius: 0px;
    background: transparent;
    box-shadow: none;
    height: auto;
    width: auto;
    line-height: 24px;
    min-width: 30px;
}

.about-list-2 .single-item span {
    font-size: 18px;
}

.about-list-2 .about-list-author {
    padding-top: 34px;
}

.about-right-side-2 .about-list-author {
    padding: 34px 55px 30px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 186, 238, 0.1) 0px 8px 16px 0px;
    position: relative;
}

.about-right-side-2 .about-list-author::after {
    height: 4px;
    width: 100%;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgb(251, 221, 0);
}

.about-right-side-2 .about-list-author .name {
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 16px;
}

.about-right-side-2 .about-list-author .designation {
    color: rgb(251, 221, 0);
}

.about-left-side-3 .about-thumb-box .year {
    font-size: 14px;
    font-weight: 400;
}

.about-left-side-3 .about-thumb-box .title {
    font-size: 40px;
    margin-bottom: 0px;
}

.about-left-side-3 .about-thumb-box {
    padding: 29px 10px 29px 14px;
    inset: auto 0px 0px auto;
    background: rgb(255, 255, 255);
    border-left: 4px solid rgb(251, 221, 0);
    box-shadow: none;
}

.about-right-box {
    position: absolute;
    top: -155px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(161, 219, 223, 0.2) 0px 8px 16px 0px;
    border-left: 4px solid rgb(61, 61, 63);
    padding: 13px 60px 13px 26px;
    z-index: 1;
    right: 0px;
}

.about-right-box h2 {
    font-size: 30px;
    margin-bottom: 0px;
}

.about-right-box span {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}

.about-right-box .icon {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 40px;
    color: rgb(243, 243, 243);
}

.about-left-side-3 .about-thumb-big {
    z-index: 1;
}

.about-left-side-4 .about-thumb-big img {
    width: 100%;
}

.about-right-side-4 .about-list-wrapper {
    padding-left: 0px;
}

.bg-3 {
    background: rgb(61, 61, 63);
}

.section-heading.white .section-title {
    color: rgb(61, 61, 63);
}

.section-heading.white .sub-title {
    color: rgb(61, 61, 63);
}

.section-heading-2 .sub-title, .section-heading-3 .sub-title, .section-heading-2.white .sub-title {
    color: rgb(251, 221, 0);
    font-size: 16px;
}

.service-section-content {
    color: rgb(255, 255, 255);
    font-size: 18px;
    position: relative;
    padding-left: 30px;
}

.service-section-content::after {
    left: 0px;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background: rgb(61, 61, 63);
    height: 100px;
    width: 1px;
}

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

.service-box-area::after {
    background: rgb(247, 251, 255);
    left: 0px;
    bottom: -1px;
    content: "";
    width: 100%;
    height: 80%;
    position: absolute;
    z-index: -1;
}

.service-box-area::before {
    height: 165px;
    top: 2px;
    left: 0px;
    content: "";
    background: rgb(61, 61, 63);
    position: absolute;
    width: 100%;
}

.service-heading-box {
    padding-bottom: 245px;
}

.service-content {
    background: rgb(255, 255, 255);
    margin-left: 30px;
    margin-right: 30px;
    padding: 29px 30px;
    box-shadow: rgba(211, 219, 227, 0.24) 0px 8px 12px 0px;
    position: relative;
    margin-top: -60px;
}

.service-content .service-price {
    font-weight: 700;
    color: rgb(61, 61, 63);
    margin-bottom: 2px;
    display: block;
}

.service-content .service-title {
    font-size: 24px;
    margin-bottom: 0px;
}

.service-content .service-title a {
    display: inline-block;
    color: rgb(61, 61, 63);
}

.service-content .service-title:hover a {
    color: rgb(61, 61, 63);
}

.service-content .service-icon {
    position: absolute;
    width: 80px;
    height: 80px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    text-align: center;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    right: 30px;
    top: -40px;
    box-shadow: rgba(211, 219, 227, 0.24) 0px 8px 12px 0px;
}

.single-service-box .service-thumb {
    overflow: hidden;
}

.service-thumb img {
    width: 100%;
    transition: all 0.3s ease 0s;
    backface-visibility: hidden;
}

.single-service-box:hover .service-thumb img {
    transform: scale(1.1);
    backface-visibility: hidden;
}

.service-note {
    font-size: 20px;
}

.service-note a {
    color: rgb(53, 180, 241);
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.service-note a:hover {
    color: rgb(61, 61, 63);
}

.service-note a::after {
    content: "";
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 100%;
    background: rgb(136, 207, 246);
    position: absolute;
}

.service-cat-box:hover .cat-title {
    color: rgb(61, 61, 63);
}

.service-cat-content {
    margin-top: 27px;
    color: rgb(61, 61, 63);
}

.service-cat-content .cat-title {
    margin-bottom: 8px;
    color: rgb(61, 61, 63);
    transition: all 0.3s ease 0s;
}

.custom-col-width .col-xl-2 {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
}

.section-heading-2 .section-content {
    border: 0px;
    box-shadow: none;
    padding: 0px;
    font-weight: 400;
}

.video-area {
    height: 200px;
    background: rgb(61, 61, 63);
}

.single-service-box-2 {
    padding-right: 40px;
}

.service-box-top {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.single-service-box-2 .service-icon {
    font-size: 40px;
    color: rgb(251, 221, 0);
    margin-right: 30px;
}

.single-service-box-2:hover .service-icon {
    animation: 0.5s ease-in-out 0s 1 normal none running flipInY;
}

.single-service-box-2 .service-title {
    margin-bottom: 0px;
    font-weight: 500;
}

.single-service-box-2 .inline-btn {
    color: rgb(61, 61, 63);
    font-weight: 700;
    display: inline-block;
    margin-top: 15px;
}

.single-service-box-2 .inline-btn i {
    margin-right: 2px;
}

.single-service-box-2 .inline-btn:hover {
    color: rgb(251, 221, 0);
}

.service-box-area-2::before {
    background: transparent;
}

.wcu-content {
    flex-basis: 75%;
    padding-left: 30px;
    font-size: 18px;
}

.wcu-content .wcu-title {
    margin-bottom: 20px;
}

.wcu-thumb-box img {
    width: 100%;
    border-radius: 40px;
}

.wcu-area .section-heading-3 .section-title {
    font-size: 48px;
}

.wcu-box-wrapper-2 {
    display: flex;
}

.wcu-box-2 {
    background: rgb(255, 255, 255);
    position: relative;
    flex-basis: 50%;
    padding: 40px 40px 44px;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.wcu-box-2::after {
    height: 4px;
    width: 0%;
    background: rgb(61, 61, 63);
    right: 0px;
    bottom: 0px;
    position: absolute;
    content: "";
    opacity: 0;
    transition: all 0.4s ease 0s;
    visibility: hidden;
}

.wcu-box-2.active::after {
    right: auto;
    width: 100%;
    visibility: visible;
    opacity: 1;
    left: 0px;
}

.wcu-box-2.active {
    box-shadow: rgba(105, 189, 195, 0.2) 0px 8px 16px 0px;
}

.wcu-box-wrapper-2 .wcu-box-2:first-child {
    margin-right: 5px;
}

.wcu-box-wrapper-2 .wcu-box-2:last-child {
    margin-left: 5px;
}

.wcu-box-wrapper-2 .wcu-box-2:first-child .count {
    right: -20px;
}

.wcu-box-2 .count {
    font-size: 160px;
    font-weight: 700;
    position: absolute;
    top: 10px;
    right: 0px;
    z-index: -1;
    line-height: 117px;
    color: rgb(247, 251, 255);
}

.wcu-box-2 .wcu-content {
    padding-left: 0px;
    font-size: 14px;
    position: relative;
    z-index: 2;
}

.wcu-box-2 .wcu-title {
    margin-bottom: 16px;
    color: rgb(61, 61, 63);
}

.wcu-right-2 .wcu-thumb-2 {
    position: absolute;
    background: transparent;
    z-index: 1;
    top: 0px;
}

.wcu-right-2 .wcu-thumb-2::before {
    border-radius: 50%;
    background: rgb(251, 221, 0);
}

.wcu-right-2 .wcu-shape {
    position: absolute;
    right: 90px;
    top: 10px;
    z-index: 2;
}

.wcu-right-2 {
    text-align: right;
    z-index: 1;
    margin-top: 100px;
}

.wcu-right-2 .wcu-thumb-1 {
    position: relative;
    z-index: 3;
}

.wcu-right-2 img {
    border-radius: 50%;
}

.get-quote-left-side {
    position: relative;
}

.get-quote-thumb-small {
    position: absolute;
    right: 10px;
    bottom: -165px;
}

.get-quote-icon-box {
    position: absolute;
    width: 140px;
    height: 140px;
    background: rgb(255, 255, 255);
    bottom: 130px;
    z-index: 2;
    border-radius: 50%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    right: 70px;
}

.get-quote-thumb-big {
    position: relative;
    z-index: 2;
}

.get-quote-icon-box img {
    animation: 1.5s ease 0s infinite normal none running shake;
}

@-webkit-keyframes shake {
    0% {
        transform: rotate(7deg);
    }

    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(7deg);
    }
}

@keyframes shake {
    0% {
        transform: rotate(7deg);
    }

    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(7deg);
    }
}

.get-quote-icon-box::after {
    width: 180px;
    height: 180px;
    box-shadow: rgba(211, 219, 227, 0.3) 0px 8px 16px 0px;
    left: -20px;
    content: "";
    position: absolute;
    border-radius: 50%;
    z-index: -1;
}

.get-quote-right-side .site-btn.transparent:hover {
    background: transparent;
    color: rgb(61, 61, 63);
}

.single-process-box {
    padding: 60px 50px;
    background: rgb(255, 255, 255);
    position: relative;
    transition: all 0.3s ease 0s;
}

.single-process-box.active {
    box-shadow: rgba(208, 218, 227, 0.3) 0px 8px 16px 0px;
}

.single-process-box::after {
    height: 4px;
    width: 0%;
    background: rgb(61, 61, 63);
    content: "";
    left: 100%;
    top: 0px;
    position: absolute;
    transition: all 0.4s ease 0s;
    opacity: 0;
    visibility: hidden;
}

.single-process-box.active::after {
    left: 0px;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transition: width 0.4s ease 0s;
}

.process-box-title {
    font-size: 30px;
    margin-bottom: 18px;
}

.single-process-box .inline-btn {
    font-weight: 700;
    color: rgb(251, 221, 0);
    margin-bottom: 28px;
    display: inline-block;
}

.single-process-box .inline-btn i {
    margin-left: 8px;
}

.single-process-box .process-box-icon {
    margin-top: 33px;
}

.single-process-box .count {
    position: absolute;
    right: 30px;
    height: 40px;
    width: 40px;
    background: rgb(61, 61, 63);
    color: rgb(255, 255, 255);
    line-height: 40px;
    font-weight: 700;
    border-radius: 50%;
    box-shadow: rgba(53, 178, 241, 0.3) 0px 6px 12px 0px;
    bottom: 30px;
}

.single-process-box-2 {
    padding: 0px;
    background: transparent;
}

.single-process-box-2 .process-box-title {
    font-size: 24px;
    margin-bottom: 13px;
}

.single-process-box-2::after {
    display: none;
}

.single-process-box-2:hover {
    background: transparent;
    box-shadow: none;
}

.single-process-box-2 .process-box-thumb {
    position: relative;
    background: transparent;
    transition: all 0.3s ease 0s;
    width: 220px;
    margin: 0px auto;
}

.single-process-box-2 .process-box-thumb img {
    border-radius: 50%;
}

.single-process-box-2 .count-small {
    width: 60px;
    height: 60px;
    background: rgb(255, 255, 255);
    display: inline-block;
    text-align: center;
    box-shadow: rgba(61, 61, 63, 0.294) 0px 16px 32px 0px;
    border-radius: 50%;
    font-weight: 700;
    line-height: 63px;
    position: absolute;
    left: 10px;
    top: 5px;
    z-index: 2;
}

.single-process-box-2 .count-big {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 120px;
    font-weight: 700;
    line-height: 86px;
    top: -55px;
    z-index: -1;
    color: rgb(240, 245, 249);
    letter-spacing: -6px;
    transition: all 0.3s ease 0s;
}

.single-process-box-2:hover .count-big {
    top: -65px;
}

.single-process-box-3 {
    background: rgb(255, 255, 255);
    padding: 50px 55px 60px;
    position: relative;
    z-index: 1;
}

.single-process-box-3::before {
    bottom: 0px;
    width: 0%;
    height: 10px;
    position: absolute;
    content: "";
    right: 0px;
    background: rgb(61, 61, 63);
    z-index: 2;
    transition: all 0.4s ease 0s;
}

.single-process-box-3:hover::before {
    width: 100%;
    right: auto;
    left: 0px;
}

.single-process-box-3.yellow::before, .single-process-box-3.blue::before {
    background: rgb(255, 255, 255);
}

.single-process-box-3.yellow {
    background: rgb(252, 224, 34);
}

.single-process-box-3.yellow:hover {
    background: rgb(252, 224, 34);
}

.single-process-box-3.blue {
    background: rgb(76, 239, 214);
}

.single-process-box-3.blue:hover {
    background: rgb(76, 239, 214);
}

.single-process-box-3:hover {
    background: rgb(255, 255, 255);
}

.single-process-box-2 .process-box-title {
    margin-bottom: 18px;
}

.single-process-box-3 .inline-btn {
    margin-bottom: 0px;
}

.single-process-box-3.yellow .inline-btn, .single-process-box-3.blue .inline-btn {
    color: rgb(61, 61, 63);
}

.single-process-box-3 .count-big {
    color: rgb(3, 79, 126);
    z-index: -1;
    left: auto;
    right: -20px;
    transform: translateX(0%);
    font-size: 140px;
    line-height: 99px;
    top: -90px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.single-process-box-3.yellow .count-big, .single-process-box-3.blue .count-big {
    right: -1px;
}

.single-process-box-3:hover .count-big {
    opacity: 1;
    visibility: visible;
    top: -99px;
}

.appointment-area::before {
    z-index: -1;
    background: linear-gradient(90deg, rgb(2, 75, 120) 0%, rgb(0, 186, 237) 100%);
}

.appointment-area {
    z-index: 1;
}

.appointment-form .form-group input {
    background: transparent;
    color: rgb(255, 255, 255);
    border: 2px solid rgb(154, 181, 197);
    border-radius: 40px;
    padding: 21px 38px;
    width: 100%;
}

.appointment-form .form-group input::-webkit-input-placeholder {
    color: rgb(255, 255, 255);
    opacity: 1;
}

.appointment-form .form-group input::placeholder {
    color: rgb(255, 255, 255);
    opacity: 1;
}

.appointment-form .form-group {
    position: relative;
    margin-bottom: 0px;
}

.appointment-form .form-group label {
    position: absolute;
    right: 40px;
    transform: translateY(-50%);
    top: 50%;
    color: rgb(255, 255, 255);
}

.appointment-form .site-btn {
    padding: 13px 10px 13px 45px;
    border: none;
}

.appointment-form .site-btn .icon {
    margin-left: 32px;
}

.singel-project-item .project-content {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    margin-left: 30px;
    margin-right: 30px;
    padding: 23px 60px 23px 25px;
    margin-top: -57px;
    position: relative;
    z-index: 2;
    border-radius: 10px;
}

.project-content .sub-title {
    color: rgb(237, 50, 55);
    margin-bottom: 12px;
    font-size: 16px;
}

.project-content .project-icon {
    width: 30px;
    height: 30px;
    text-align: center;
    background: rgb(0 113 23);
    display: inline-block;
    line-height: 30px;
    color: rgb(255, 255, 255);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 21px;
    transform: translateY(-50%);
}

.project-content .project-icon:hover {
    color: rgb(255, 255, 255);
    background: rgb(6, 21, 52);
}

.project-content a .project-title {
    color: rgb(61, 61, 63);
    font-size: 17px;
}

.project-content .project-title {
    font-size: 18px;
}

.singel-project-item {
    transition: all 0.3s ease 0s;
}

.singel-project-item .project-thumb::before {
    background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(61, 61, 63) 100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}

.singel-project-item:hover .project-icon {
    transform: translateY(0px);
    top: -30px;
}

.singel-project-item:hover .project-thumb::before {
    opacity: 0.5;
    visibility: visible;
}

.singel-brand-item img {
    width: auto !important;
}

.singel-brand-item {
    min-height: 120px;
    -webkit-box-pack: center;
    justify-content: center;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    filter: grayscale(1);
    opacity: 0.4;
    transition: all 0.3s ease 0s;
}

.singel-brand-item:hover {
    filter: grayscale(0);
    opacity: 1;
}

.brand-carousel-2 .singel-brand-item {
    opacity: 1;
    filter: grayscale(0);
}

.brand-carousel-2 .singel-brand-item:hover {
    opacity: 0.8;
}

.single-brand-box {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    min-height: 170px;
    background: rgb(248, 249, 255);
}

.single-brand-box .hover {
    display: none;
}

.single-brand-box:hover .hover {
    display: inline-block;
}

.single-brand-box:hover .default {
    display: none;
}

.single-brand-box:hover {
    background: rgb(0, 191, 237);
}

.single-brand-box {
    transition: all 0.3s ease 0s;
}

.newslater-shape {
    position: absolute;
    top: -50px;
}

.newslater-area {
    position: relative;
    background: rgb(230, 230, 230);
    padding: 27px;
    margin-bottom: 60px;
}

.newslater-form input {
    padding: 18px 35px;
    border-radius: 40px;
    color: rgb(0, 0, 0);
    width: 100%;
    background: transparent;
    border: 1px solid rgb(163, 163, 163);
}

.newslater-form {
    position: relative;
    margin-top: 0px;
}

.newslater-form .site-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.site-btn.boxed {
    background: rgb(17, 17, 17);
    display: inline-block;
    color: rgb(255, 255, 255);
    border: none;
    padding: 2px 50px;
    box-shadow: rgba(53, 178, 241, 0.3) 0px 6px 12px;
    font-size: 16px;
}

.newslater-form input::-webkit-input-placeholder {
    color: rgb(61, 61, 63);
    opacity: 1;
}

.newslater-form input::placeholder {
    color: rgb(61, 61, 63);
    opacity: 1;
}

.newslater-area .section-heading.white {
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
}

.newslater-area .section-heading .sub-title {
    margin-bottom: 5px;
}

.newslater-area .section-heading .section-title {
    margin-bottom: 0px;
    font-size: 30px;
}

.newslater-form .site-btn:hover {
    background: rgb(61, 61, 63);
}

.bg-4 {
    background: rgb(240, 245, 255);
}

.bg-5 {
    background: rgb(251, 221, 0);
}

.newslater-form-2 input {
    border-radius: 0px;
}

.newslater-form-2 .site-btn.boxed {
    border-radius: 0px;
    background: rgb(251, 221, 0);
    box-shadow: none;
}

.newslater-form-2 .site-btn.boxed:hover {
    background: rgb(61, 61, 63);
    color: rgb(255, 255, 255);
}

.newslater-form-2 {
    box-shadow: rgba(53, 178, 241, 0.1) 0px 16px 32px 0px;
}

.newslater-laptop-wrap {
    position: absolute;
    left: 0px;
    top: -65px;
}

.newslater-shape-imgs {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-70%, -80%);
}

.newslater-shape-imgs .newslater-shape-logo {
    margin-bottom: 40px;
}

.newslater-app-img img:first-child {
    margin-right: 20px;
}

.testimonial-carousel img {
    width: auto !important;
}

.testimonial-carousel {
    background: rgb(255, 255, 255);
    padding: 50px 70px 60px 50px;
    border-radius: 15px;
    position: relative;
    box-shadow: rgba(61, 61, 63, 0.157) 0px 6px 12px 0px;
    z-index: 3 !important;
}

.testimonial-carousel::after, .testimonial-carousel::before {
    content: "";
    position: absolute;
    left: 20px;
    bottom: -20px;
    width: calc(100% - 40px);
    height: 20px;
    box-shadow: rgba(61, 61, 63, 0.157) 0px 6px 12px 0px;
    z-index: -1;
    border-radius: 0px 0px 15px 15px;
}

.testimonial-carousel::before {
    left: 40px;
    bottom: -40px;
    width: calc(100% - 80px);
}

.single-testimonial {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    background: rgb(255, 255, 255);
    z-index: 4;
}

.single-testimonial .thumb {
    position: relative;
    margin-left: 20px;
}

.single-testimonial .thumb img {
    border-radius: 50%;
}

.single-testimonial .content {
    flex-basis: 82%;
    padding-left: 60px;
}

.single-testimonial .content .author-logo {
    display: inline-block;
}

.single-testimonial .thumb::after {
    content: "";
    left: -20px;
    top: -20px;
    height: 180px;
    width: 180px;
    position: absolute;
    border: 2px solid rgb(246, 251, 255);
    border-radius: 50%;
}

.single-testimonial .thumb .icon {
    position: absolute;
    top: -18px;
    right: 5px;
    width: 30px;
    height: 30px;
    background: rgb(251, 221, 0);
    text-align: center;
    line-height: 31px;
    border-radius: 50%;
    font-size: 14px;
    z-index: 2;
    box-shadow: rgba(198, 148, 31, 0.3) 0px 6px 12px 0px;
}

.single-testimonial .content {
    font-size: 20px;
}

.testimonial-meta .name {
    font-size: 30px;
}

.testimonial-meta .designation {
    font-size: 16px;
    color: rgb(251, 221, 0);
}

.testimonial-carousel .owl-dots div {
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: rgb(220, 238, 255);
}

.testimonial-carousel .owl-dots {
    display: flex;
    position: absolute;
    right: 80px;
    top: 80px;
    width: 100%;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.testimonial-carousel .owl-dots div.active {
    background: rgb(61, 61, 63);
}

.testimonial-carousel .owl-dots div:not(:last-child) {
    margin-right: 10px;
}

.testimonial-area-2 .section-heading.white .sub-title {
    color: rgb(251, 221, 0);
}

.testimonial-area-2 .testimonial-carousel::after, .testimonial-area-2 .testimonial-carousel::before {
    box-shadow: rgba(0, 73, 118, 0.1) 0px 6px 12px 0px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.2);
}

.testimonial-area-2 .testimonial-carousel::before {
    background: rgba(255, 255, 255, 0.04);
}

.postbox-text {
    border-width: 0px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: rgb(226, 237, 246);
    border-bottom-color: rgb(226, 237, 246);
    border-left-color: rgb(226, 237, 246);
    border-image: initial;
    border-top-style: initial;
    border-top-color: initial;
    transition: all 0.3s ease 0s;
    text-align: center;
    padding: 13px 10px !important;
}

.postbox {
    transition: all 0.3s ease 0s;
}

.postbox:hover .postbox-text {
    border-color: transparent;
}

.postbox .blog-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}

.postbox .blog-title a {
    color: rgb(255 255 255);
}

.postbox .blog-title a:hover {
    color: rgb(251, 221, 0);
}

.postbox .post-meta a {
    font-weight: 600;
    color: rgb(61, 61, 63);
    position: relative;
}

.postbox .post-meta a:hover {
    color: rgb(251, 221, 0);
}

.postbox .post-meta a i {
    color: rgb(251, 221, 0);
    margin-right: 5px;
}

.postbox .post-meta a:not(:last-child) {
    margin-right: 36px;
}

.postbox .post-meta a:not(:last-child)::after {
    content: "";
    height: 14px;
    width: 2px;
    background: rgb(207, 224, 229);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -17px;
}

.postbox .post-text {
    font-size: 14px;
}

.postbox-thumb img {
    width: 100%;
    transition: all 0.3s ease 0s;
}

.postbox-thumb {
    overflow: hidden;
}

.postbox:hover .postbox-thumb img {
    transform: scale(1.1);
}

.post-list-wrapper .postbox-text {
    border-top: 2px solid rgb(226, 237, 246);
    padding-bottom: 35px;
}

.post-list-wrapper .postbox .blog-title {
    margin-bottom: 0px;
}

.news-area-3 .postbox-text {
    padding: 0px;
    border: none;
    position: relative;
}

.postbox .post-cat {
    position: absolute;
    top: -18px;
    font-weight: 700;
    background: rgb(2, 192, 240);
    color: rgb(255, 255, 255);
    display: inline-block;
    padding: 7px 19px;
    border-radius: 40px;
    font-size: 14px;
    left: 30px;
    z-index: 2;
}

.postbox-content {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    padding: 0px 40px 50px;
    z-index: 2;
}

.postbox-content .inline-btn {
    position: absolute;
    right: -20px;
    color: rgb(61, 61, 63);
    background: rgb(251, 221, 0);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    bottom: 20px;
}

.postbox-content .inline-btn:hover {
    background: rgb(61, 61, 63);
    color: rgb(255, 255, 255);
}

.news-area-3 .postbox .blog-title {
    margin-bottom: 0px;
}

.news-area-3 .postbox .blog-title a, .news-area-3 .post-meta a, .news-area-3 .postbox .post-meta i {
    color: rgb(255, 255, 255);
}

.news-area-3 .postbox .post-meta a:not(:last-child)::after {
    background: rgb(255, 255, 255);
}

.news-area-3 .postbox-thumb::before {
    background: rgb(61, 61, 63);
}

.news-area-3 .postbox .blog-title a:hover {
    color: rgb(2, 192, 240);
}

.discount-box {
    position: relative;
    z-index: 2;
}

.discount-box .discount-title {
    margin: 0px;
    color: rgb(0, 0, 0);
}

.discount-title span {
    font-weight: 300;
    display: block;
    font-size: 35px;
    margin-bottom: 10px;
}

.discount-btns a {
    padding: 5px 10px 5px 27px;
}

.discount-btns {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.discount-btns .site-btn.black {
    margin-left: 20px;
}

.site-footer {
    margin-top: -10px;
    z-index: 1;
    color: rgb(255, 255, 255);
    background: rgb(119 142 59);
}

.site-footer::before {
    z-index: -1;
}

.footer-widget .title {
    position: relative;
    display: inline-block;
    padding-left: 24px;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 500;
}

.footer-widget .title::after {
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(255, 255, 255);
    left: 0px;
    position: absolute;
    content: "";
    width: 4px;
}

.footer-widget ul li a {
    color: rgb(255, 255, 255);
    display: block;
    font-weight: 500;
}

.footer-widget ul li a:hover {
    color: rgb(197 194 59);
}

.footer-widget ul li i {
    margin-right: 15px;
    color: rgb(255, 255, 255);
}

.footer-widget ul li:not(:first-child) {
    margin-top: 5px;
}

.footer-contact-info {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-bottom: 0px solid rgb(251, 221, 0);
}

.footer-contact-info p {
    display: block;
    width: 100%;
}

.footer-contact-info .content {
    flex-basis: 35%;
}

.footer-contact-info .box {
    flex-basis: 50%;
    background: rgb(251, 221, 0);
    padding: 14px 50px 14px 30px;
    margin-top: 10px;
    position: relative;
}

.footer-contact-info .box h2 {
    font-size: 25px;
    color: rgb(255, 255, 255);
    margin: 0px;
}

.footer-contact-info .box h2 span {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.footer-contact-info .box .icon {
    font-size: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: rgb(255, 255, 255);
}

.footer-contact-info .content a {
    color: rgb(251, 221, 0);
    display: inline-block;
    margin-top: 13px;
    font-weight: 500;
}

.footer-contact-info .content a i {
    margin-right: 20px;
}

.footer-social-info {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.footer-social-info .content {
    flex-basis: 45%;
}

.footer-social-info .social-links {
    flex-basis: 55%;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.footer-social-info .content a {
    color: rgb(255, 255, 255);
    display: block;
}

.footer-social-info .content a:hover {
    color: rgb(251, 221, 0);
}

.footer-social-info .content a span {
    color: rgb(251, 221, 0);
}

.social-links a {
    display: block;
    width: 40px;
    height: 40px;
    background: rgb(251, 221, 0);
    line-height: 41px;
    text-align: center;
    border-radius: 50%;
    color: rgb(255, 255, 255);
}

.social-links a:hover {
    background: rgb(61, 61, 63);
    color: rgb(255, 255, 255);
}

.social-links {
    display: flex;
}

.social-links a:not(:last-child) {
    margin-right: 10px;
}

.site-footer .copyright {
    border-top: 0px solid rgb(251, 221, 0);
}

.site-footer-2 {
    margin-top: 0px;
}

.footer-top-box.left {
    background: rgb(169, 16, 20);
    color: rgb(255, 255, 255);
}

.footer-top-box.right {
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.11) 1px 1px 1px 1px;
}

.footer-top-box.right .footer-box-title, .footer-top-box.right p {
    color: rgb(61, 61, 63);
}

.footer-top-box {
    margin: 5px;
    padding: 30px;
    position: relative;
    border-radius: 10px;
}

.footer-box-content {
    flex-basis: 88%;
    padding-left: 30px;
    font-size: 14px;
}

.footer-box-content .footer-box-title {
    font-size: 25px;
    font-weight: 500;
}

.footer-top-box .inline-btn {
    font-size: 14px;
    width: 30px;
    height: 30px;
    background: rgb(255, 255, 255);
    display: inline-block;
    text-align: center;
    color: rgb(61, 61, 63);
    line-height: 31px;
    border-radius: 50%;
    position: absolute;
    right: 50px;
    top: 40px;
}

.footer-top-box.right .inline-btn {
    background: rgb(61, 61, 63);
    color: rgb(255, 255, 255);
}

.footer-top-box .inline-btn:hover, .right .inline-btn:hover {
    color: rgb(255, 255, 255);
    background: rgb(224, 31, 38);
}

.site-footer-2 .footer-widget .title::after {
    background: rgb(61, 61, 63);
}

.site-footer-2 {
    color: rgb(61, 61, 63);
}

.site-footer-2 .footer-widget ul li a {
    color: rgb(61, 61, 63);
}

.site-footer-2 .footer-widget ul li a:hover {
    color: rgb(2, 192, 240);
}

.site-footer-2 .footer-contact-info .box {
    background: rgb(2, 192, 240);
}

.site-footer-2 .footer-contact-info .box h2 {
    color: rgb(255, 255, 255);
}

.site-footer-2 .footer-contact-info .box .icon {
    color: rgb(61, 61, 63);
    opacity: 0.1;
}

.site-footer-2 .footer-contact-info .content a {
    color: rgb(61, 61, 63);
}

.site-footer-2 .footer-contact-info .content a:hover, .site-footer-2 .footer-social-info .content a:hover {
    color: rgb(2, 192, 240);
}

.site-footer-2 .footer-social-info .content a {
    color: rgb(61, 61, 63);
}

.site-footer-2 .footer-contact-info {
    border-color: rgb(221, 230, 242);
}

.site-footer-2 .copyright {
    border-color: rgb(221, 230, 242);
}

.site-footer-2 .social-links a {
    background: rgb(255, 255, 255);
    color: rgb(61, 61, 63);
}

.site-footer-2 .social-links a:hover {
    background: rgb(9, 193, 240);
    color: rgb(255, 255, 255);
}

.nav-search {
    position: relative;
    display: block;
    color: inherit;
}

.nav-search:hover {
    color: inherit;
}

.search-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 121;
    background: rgba(0, 0, 0, 0.9);
}

.search-wrap .search-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.search-wrap .search-cell {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.search-wrap .search-field-holder {
    width: 50%;
    margin: auto;
    position: relative;
    animation: 0.3s ease 0s 1 normal none running slideInUp;
}

.search-wrap .main-search-input {
    width: 100%;
    height: 70px;
    border-width: 0px 0px 2px;
    border-top-style: initial;
    border-right-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-image: initial;
    padding: 0px 50px;
    text-transform: uppercase;
    background: transparent;
    font-size: 25px;
    color: rgb(255, 255, 255);
    border-bottom-style: solid;
    border-bottom-color: rgb(137, 137, 137);
    text-align: center;
    letter-spacing: 2px;
}

.search-wrap input.form-control, .search-wrap input.form-control:focus {
    background-color: rgb(255, 255, 255);
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0px, 100%, 0px);
    }

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

@-webkit-keyframes slideInUp {
    0% {
        transform: translate3d(0px, 100%, 0px);
    }

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

input.main-search-input::-webkit-input-placeholder {
    color: rgb(255, 255, 255);
    font-size: 25px;
}

.search-close {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 30px;
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.mobile-links li > a {
    padding: 15px 0px 15px 15px;
    line-height: 20px;
    border-bottom: 1px solid rgb(235, 235, 235);
    color: rgb(127, 127, 127);
    display: block;
}

.mobile-links li > a:hover {
    color: rgb(183, 157, 130);
}

.extra-info {
    background: none 0px 0px repeat scroll rgb(230, 230, 230);
    height: 100%;
    padding: 30px;
    position: fixed;
    right: 0px;
    top: 0px;
    transition: all 0.7s ease 0s;
    width: 350px;
    z-index: 999;
    overflow-y: scroll;
    transform: translateX(100%);
}

.extra-info.active {
    transform: translateX(0px);
}

.close-icon {
    margin-top: -16px;
    text-align: right;
}

.close-icon > button {
    background: none 0px 0px repeat scroll rgba(0, 0, 0, 0);
    border: 0px none;
    cursor: pointer;
    font-size: 20px;
    padding: 0px;
}

.close-icon > button i {
    color: rgb(61, 61, 63);
}

.side-info {
    border-top: 1px solid rgb(52, 65, 89);
    padding-top: 25px;
}

.side-info .site-btn:hover {
    background: rgb(61, 61, 63);
}

.side-info .site-btn:hover .icon {
    background: rgb(61, 61, 63);
}

.contact-list h4 {
    color: rgb(17, 17, 17);
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}

.contact-list p {
    color: rgb(17, 17, 17);
    margin: 0px 0px 5px;
    line-height: 28px;
    font-size: 14px;
}

.contact-list p i {
    float: left;
    margin-top: 6px;
    width: 25px;
}

.contact-list p span {
    display: block;
    overflow: hidden;
}

.offcanvas-overly {
    position: fixed;
    background: rgb(61, 61, 63);
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}

.offcanvas-overly.active {
    opacity: 0.5;
    visibility: visible;
}

.extra-info .site-logo-2 {
    width: 200px;
    text-align: center;
    margin-top: 20px;
}

.cta-area {
    position: relative;
    background: rgb(248, 248, 248);
    z-index: 1;
}

.cta-area::after {
    width: 35%;
    right: 0px;
    height: 100%;
    content: "";
    background: rgb(0, 239, 218);
    position: absolute;
    top: 0px;
    z-index: -1;
}

.cta-wrapper {
    background: rgb(255, 255, 255);
    padding-top: 115px;
    padding-bottom: 120px;
    box-shadow: rgba(61, 61, 63, 0.08) 0px 16px 32px 0px;
    transform: translateY(70px);
    position: relative;
}

.cta-form .form-group input, .cta-form .form-group textarea {
    width: 100%;
    border-radius: 0px;
    border: none;
    background: rgb(226, 226, 226);
    color: rgb(61, 61, 63);
    padding: 22px 0px 22px 40px;
}

.cta-form .form-group input::-webkit-input-placeholder, .cta-form .form-group textarea::-webkit-input-placeholder {
    color: rgb(61, 61, 63);
    opacity: 1;
}

.cta-form .form-group input::placeholder, .cta-form .form-group textarea::placeholder {
    color: rgb(61, 61, 63);
    opacity: 1;
}

.cta-form .form-group {
    position: relative;
    margin-bottom: 0px;
}

.cta-form .form-group label {
    position: absolute;
    right: 40px;
    top: 10px;
    color: rgb(0, 0, 0);
    margin-bottom: 0px;
    z-index: 2;
}

.cta-form .from-group-wrapper {
    display: flex;
}

.cta-form .from-group-wrapper .from-group {
    flex-basis: 50%;
}

.cta-form .site-btn {
    width: 100%;
    border-radius: 0px;
    background: rgb(0 113 23);
    color: rgb(255, 255, 255);
    box-shadow: none;
    padding: 10px 30px;
}

.cta-form .site-btn:hover {
    background: transparent;
    color: rgb(192 190 59);
    border: 1px solid;
}

.cta-form .from-group-wrapper .form-group {
    flex-basis: 100%;
}

.form-group input[type="date"]::-webkit-calendar-picker-indicator {
    width: 100%;
    color: rgb(255, 255, 255);
    right: 0px;
    position: absolute;
    text-align: right;
    height: 100%;
    background: transparent;
}

.cta-form .from-group-wrapper .form-group:first-child {
    margin-right: 5px;
}

.cta-form .from-group-wrapper .form-group:last-child {
    margin-left: 5px;
}

.cta-form .form-group .nice-select {
    width: 100%;
    border: none;
    background: rgb(226, 226, 226);
    border-radius: 0px;
    padding-left: 40px;
    height: 70px;
    line-height: 70px;
}

.cta-form .form-group .nice-select .current {
    font-size: 16px;
}

.cta-form .form-group .nice-select::after {
    border: none;
    font-family: "Font Awesome 5 Pro";
    margin-top: 0px;
    transform: translateY(0%);
    right: 40px;
    width: auto;
    display: inline-block;
    top: 1px;
    color: rgb(251, 221, 0);
}

.cta-form .form-group .nice-select .list {
    width: 100%;
    border-radius: 0px;
}

.cta-thumb {
    position: absolute;
    bottom: 0px;
    left: -200px;
}

.cta-wrap {
    background: rgb(255, 255, 255);
    padding: 90px 80px 90px 84px;
    box-shadow: rgba(61, 61, 63, 0.075) 0px 16px 32px 0px;
    border-left: 4px solid rgb(61, 61, 63);
}

.cta-slider .single-cta-slide {
    height: 500px;
}

.cta-area-2::before {
    background-image: url("../images/bg/cta-1-bg-1.jpeg");
    width: 65%;
    left: 0px;
    top: 0px;
    background-size: cover;
    background-position: center center;
    position: absolute;
    content: "";
    height: 100%;
}

.cta-area-3::before, .cta-area-3::after {
    display: none;
}

.single-pricing-box {
    text-align: center;
    background: rgb(255, 255, 255);
    padding-top: 5px;
    position: relative;
    transition: all 0.3s ease 0s;
}

.single-pricing-box ul {
    text-align: left;
    padding: 50px 60px 40px;
}

.single-pricing-box .pricing-icon {
    background: rgb(61, 61, 63);
    width: 140px;
    height: 140px;
    text-align: center;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0px auto;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease 0s;
}

.pricing-head {
    padding-top: 40px;
    font-size: 14px;
}

.pricing-head .sub-title {
    font-size: 18px;
    color: rgb(251, 221, 0);
    margin-bottom: 25px;
    transition: all 0.3s ease 0s;
}

.pricing-head .price {
    font-size: 100px;
    line-height: 75px;
    display: inline-block;
    margin-bottom: 8px;
}

.pricing-head .price span {
    font-size: 16px;
    line-height: 16px;
}

.single-pricing-box ul li {
    font-size: 18px;
}

.single-pricing-box ul li i {
    color: rgb(251, 221, 0);
    margin-right: 30px;
    transition: all 0.3s ease 0s;
}

.single-pricing-box ul li:not(:first-child) {
    margin-top: 12px;
}

.single-pricing-box .site-btn {
    border-radius: 0px;
    border: none;
    background: rgb(226, 226, 226);
    padding: 18px 43px;
    margin-bottom: 60px;
}

.single-pricing-box .icon-wrap {
    background: rgb(248, 252, 255);
    padding-bottom: 50px;
    transition: all 0.3s ease 0s;
}

.single-pricing-box::after, .single-pricing-box::before {
    width: 51%;
    background: rgb(61, 61, 63);
    left: 0px;
    top: 0px;
    content: "";
    position: absolute;
    height: 100px;
    clip-path: polygon(0px 0px, 100% 0px, 100% 100%);
    z-index: 1;
}

.single-pricing-box::before {
    left: auto;
    right: 0px;
    clip-path: polygon(0px 0px, 100% 0px, 0px 99%);
}

.single-pricing-box.active {
    background: rgb(251, 221, 0);
}

.single-pricing-box.active .pricing-icon {
    background: rgb(255, 255, 255);
}

.single-pricing-box.active .icon-wrap {
    background: rgb(241, 188, 75);
}

.single-pricing-box.active .pricing-head .sub-title {
    color: rgb(61, 61, 63);
}

.single-pricing-box.active .site-btn {
    background: rgb(61, 61, 63);
    color: rgb(255, 255, 255);
}

.single-pricing-box.active ul li i {
    color: rgb(61, 61, 63);
}

.single-pricing-box .pricing-icon .hover {
    transform: scale(0);
    width: 0px;
}

.single-pricing-box.active .pricing-icon .default {
    transform: scale(0);
    width: 0px;
}

.single-pricing-box.active .pricing-icon .hover {
    transform: scale(1);
    width: auto;
}

.single-pricing-box-2::after, .single-pricing-box-2::before {
    background: rgb(255, 255, 255);
}

.single-pricing-box-2 .icon-wrap {
    background: rgb(248, 252, 255);
}

.single-pricing-box-2 {
    background: rgb(243, 250, 254);
}

.singel-team-box {
    background: rgb(247, 251, 255);
    padding: 40px 35px;
    position: relative;
}

.singel-team-box::after, .singel-team-box::before {
    content: "";
    left: 0px;
    top: 110px;
    height: 58px;
    width: 4px;
    background: rgb(61, 61, 63);
    position: absolute;
    transition: all 0.3s ease 0s;
}

.singel-team-box::after {
    left: auto;
    right: 0px;
}

.singel-team-box:hover::after {
    top: 0px;
}

.singel-team-box:hover::before {
    top: 0px;
}

.singel-team-box .team-thumb img {
    border-radius: 50%;
}

.singel-team-box .social-links {
    -webkit-box-pack: center;
    justify-content: center;
}

.singel-team-box .social-links a {
    background: rgb(255, 255, 255);
    color: rgb(61, 61, 63);
    box-shadow: rgba(0, 73, 118, 0.1) 0px 8px 16px 0px;
}

.singel-team-box .social-links a:hover {
    background: rgb(61, 61, 63);
    color: rgb(255, 255, 255);
}

.team-content .designation {
    font-size: 14px;
    color: rgb(61, 61, 63);
}

.team-content .name {
    font-size: 22px;
    margin-bottom: 6px;
}

.breadcrumb-area {
    z-index: 1;
    background: rgb(61, 61, 63);
    padding-top: 300px;
    background-position: center bottom !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.breadcrumb-area::before {
    z-index: -1;
    background: rgb(0, 0, 0);
}

.breadcrumb-text .breadcrumb-title {
    font-size: 40px;
    color: rgb(255, 255, 255);
}

.breadcrumb-text {
    color: rgb(255, 255, 255);
    font-size: 18px;
}

.breadcrumb-text span {
    font-weight: 700;
}

.breadcrumb-nav ul {
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.breadcrumb-nav li {
    font-size: 18px;
    font-weight: 700;
    color: rgb(255, 255, 255);
}

.breadcrumb-nav li a {
    color: rgb(255, 255, 255);
    font-weight: 400;
}

.breadcrumb-nav li:not(:last-child) {
    margin-right: 10px;
}

.single-mission-box {
    background: rgb(247, 251, 255);
    padding: 60px 55px;
}

.single-mission-box .inline-btn {
    color: rgb(251, 221, 0);
    font-weight: 700;
    display: inline-block;
}

.single-mission-box .inline-btn i {
    margin-left: 2px;
}

.single-mission-box .inline-btn:hover {
    color: rgb(61, 61, 63);
}

.single-mission-box.yellow .inline-btn {
    color: rgb(61, 61, 63);
}

.single-mission-box.yellow .inline-btn:hover {
    color: rgb(61, 61, 63);
}

.single-mission-box.yellow {
    background: rgb(251, 221, 0);
}

.single-mission-box.black {
    background: rgb(61, 61, 63);
    color: rgb(255, 255, 255);
}

.single-mission-box.black .inline-btn:hover {
    color: rgb(251, 221, 0);
}

.single-mission-box .mission-box-title {
    font-size: 30px;
    margin-bottom: 20px;
}

.mission-lists .list-icon {
    width: 40px;
    height: 40px;
    display: block;
    box-shadow: rgba(0, 186, 238, 0.1) 0px 8px 16px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: rgb(255, 255, 255);
    margin-right: 30px;
    color: rgb(251, 221, 0);
    transition: all 0.3s ease 0s;
}

.mission-lists li:hover .list-icon {
    background: rgb(61, 61, 63);
    color: rgb(255, 255, 255);
}

.mission-lists li {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.mission-lists li:not(:last-child) {
    margin-bottom: 10px;
}

.company-overview-area {
    position: relative;
}

.overview-shape {
    position: absolute;
    left: 50%;
    transform: translateX(-354px);
    top: 0px;
}

.overview-wrap {
    position: relative;
    text-align: right;
}

.overview-wrap img {
    border-radius: 50%;
}

.overview-thumb-2 {
    position: absolute;
    top: 0px;
    z-index: 2;
}

.overview-thumb-3 {
    position: absolute;
    bottom: 10%;
    left: 22%;
}

.overview-thumb-3::before {
    border-radius: 50%;
}

.overview-thumb-3 .video-inline {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: rgb(252, 224, 36);
    font-size: 20px;
}

.overview-thumb-3 .video-inline:hover {
    color: rgb(61, 61, 63);
}

.portfolio-filter button {
    background: transparent;
    border: none;
    color: rgb(255, 255, 255);
    font-weight: 700;
    padding: 38px 25px;
    position: relative;
}

.portfolio-filter {
    background: rgb(61, 61, 63);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}

.portfolio-filter button::after {
    top: 0px;
    left: 100%;
    content: "";
    position: absolute;
    background: rgb(251, 221, 0);
    height: 4px;
    width: 0%;
    transition: all 0.4s ease 0s;
}

.portfolio-filter button.active, .portfolio-filter button:hover {
    color: rgb(251, 221, 0);
}

.portfolio-filter button:hover::after, .portfolio-filter button.active::after {
    left: 0px;
    opacity: 1;
    visibility: visible;
    width: 100%;
    transition: width 0.4s ease 0s;
}

.portfolio-filter::after {
    height: 20px;
    width: calc(100% - 40px);
    background: rgb(251, 221, 0);
    position: absolute;
    left: 50%;
    bottom: -20px;
    content: "";
    transform: translateX(-50%);
}

.portfolio-item .portfolio-image::before {
    background: rgb(61, 61, 63);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}

.portfolio-image img {
    width: 100%;
}

.portfolio-item .portfolio-caption {
    position: absolute;
    width: 100%;
    z-index: 2;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
    color: rgb(252, 224, 36);
    bottom: -15px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}

.portfolio-item {
    position: relative;
}

.portfolio-item .portfolio-caption h4 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0px;
    margin-top: 6px;
    color: rgb(255, 255, 255);
}

.portfolio-item:hover .portfolio-caption {
    opacity: 1;
    visibility: visible;
    bottom: 0px;
}

.portfolio-item:hover .portfolio-image::before {
    opacity: 0.9;
    visibility: visible;
}

.feature-area {
    position: relative;
    z-index: 1;
}

.feature-area::after {
    background-image: url("../images/shapes/feature-shape.png");
    bottom: 0px;
    content: "";
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    z-index: -1;
}

.singel-feature-box .feature-icon {
    background: rgb(255, 255, 255);
    width: 120px;
    height: 120px;
    text-align: center;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0px auto 35px;
    box-shadow: rgba(92, 130, 143, 0.06) 0px 12px 24px 0px;
}

.singel-feature-box .inline-btn {
    display: inline-block;
    color: rgb(61, 61, 63);
    font-weight: 700;
    font-size: 14px;
}

.singel-feature-box .inline-btn:hover {
    color: rgb(2, 192, 240);
}

.singel-feature-box .inline-btn i {
    margin-right: 2px;
}

.feature-content {
    font-size: 14px;
}

.singel-feature-box {
    padding: 0px 25px;
}

.singel-feature-box .feture-title {
    font-size: 24px;
}

.feature-area-2::after {
    display: none;
}

.singel-feature-box-2 p a {
    color: rgb(61, 61, 63);
}

.singel-feature-box-2 .inline-btn {
    color: rgb(251, 221, 0);
}

.singel-feature-box-2 .inline-btn:hover {
    color: rgb(61, 61, 63);
}

.contact-wrap {
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 73, 118, 0.06) 0px 16px 32px 0px;
}

#contact-map {
    height: 100%;
}

.accordion.faqs .card .card-header {
    background: rgb(255, 255, 255);
    padding: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
    border: none;
}

.accordion.faqs .card {
    margin-bottom: 20px;
    border-radius: 0px;
    border: 2px solid rgb(243, 245, 248);
}

.accordion.faqs .card:last-child {
    margin-bottom: 0px;
}

.accordion.faqs .card .card-header .btn-link {
    padding: 25px 95px 25px 40px;
    background: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 700;
    color: rgb(61, 61, 63);
    width: 100%;
    display: block;
    text-align: left;
    border-radius: 0px;
    position: relative;
    text-decoration: none;
    border: none;
}

.accordion.faqs .card .card-header .btn-link::after {
    right: 40px;
    font-family: "Font Awesome 5 Pro";
    height: 50px;
    width: 50px;
    text-align: center;
    top: 50%;
    font-size: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
    position: absolute;
    line-height: 51px;
    color: rgb(61, 61, 63);
    background: rgb(251, 221, 0);
    transition: all 0.3s ease 0s;
}

.accordion.faqs .card .subtitle > button[aria-expanded="true"]::after {
}

.accordion.faqs .card .card-body {
    display: flex;
    padding: 15px 30px 30px;
    -webkit-box-align: center;
    align-items: center;
}

.accordion.faqs .card .card-body .content {
    flex-basis: 70%;
    font-size: 16px;
    line-height: 24px;
    padding-left: 30px;
}

.accordion.faqs .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 2px solid rgb(243, 245, 248);
}

.contact-widget .section-heading-2 .section-title {
    font-size: 30px;
}

.contact-widget .cta-form textarea {
    min-height: 140px;
}

.contact-widget .cta-form .site-btn {
    margin-top: -5px;
}

.singel-offer-thumb {
    position: relative;
}

.singel-offer-thumb img {
    width: 100%;
}

.singel-offer-thumb .offer-tag {
    position: absolute;
    top: 20px;
    z-index: 2;
    left: 20px;
    background: rgb(0, 239, 218);
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    padding: 11px 30px;
    border-radius: 40px;
    transition: all 0.3s ease 0s;
}

.singel-offer-thumb:hover .offer-tag {
    background: rgb(251, 221, 0);
    color: rgb(255, 255, 255);
}

.singel-offer-thumb .offer-tag.right {
    left: auto;
    right: 20px;
}

.singel-offer-content .offer-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 14px;
}

.offer-title a {
    color: rgb(61, 61, 63);
    display: block;
}

.offer-title a:hover {
    color: rgb(61, 61, 63);
}

.singel-offer-content {
    padding: 34px 30px;
}

.offer-boxs {
    display: flex;
}

.offer-boxs .singel-offer-box {
    flex-basis: 110px;
    min-height: 110px;
    background: rgb(226, 226, 226);
    text-align: center;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    color: rgb(61, 61, 63);
    font-weight: 700;
    border-radius: 15px;
    transition: all 0.3s ease 0s;
}

.offer-icon {
    font-size: 30px;
    color: rgb(61, 61, 63);
    transition: all 0.3s ease 0s;
}

.offer-boxs .singel-offer-box.yellow {
    margin-left: 20px;
    background: rgb(251, 221, 0);
}

.singel-offer-box.yellow .offer-icon {
    color: rgb(61, 61, 63);
}

.singel-offer-box:hover, .singel-offer-box.yellow:hover {
    background: rgb(0, 239, 218);
    color: rgb(255, 255, 255);
}

.singel-offer-box:hover .offer-icon {
    color: rgb(255, 255, 255);
}

.counter-area::before {
    background: rgb(61, 61, 63);
}

.counter-area .container-fluid {
    padding: 0px;
}

.counter-area .pb-120 {
    padding-bottom: 120px;
}

.single-counter-box {
    padding: 90px 80px;
    background: rgb(255, 255, 255);
    position: relative;
    z-index: 1;
}

.counter-content-top .plus {
    font-size: 18px;
}

.counter-content-top .big {
    font-size: 80px;
}

.counter-content-top {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
}

.counter-content-top .conter-title {
    margin-right: 20px;
    font-size: 18px;
    letter-spacing: -2px;
}

.single-counter-box.yellow {
    background: rgb(251, 221, 0);
}

.counter-area .video-link {
    left: 20%;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}

.counter-area .video-play-wrap, .counter-area .video-play {
    width: 170px;
    height: 170px;
}

.counter-area .video-play {
    font-size: 24px;
    line-height: 175px;
}

.counter-area .wave-pulse::before, .counter-area .wave-pulse::after {
    height: 350px;
    width: 350px;
}

.postbox-2 {
    height: auto;
}

.postbox-2 .post-cat {
    position: inherit;
    top: 0px;
    left: 0px;
    color: rgb(61, 61, 63);
    background: rgb(251, 221, 0);
    padding: 5px 31px;
}

.postbox-2 .postbox_text {
    border-bottom: 1px solid rgb(71 71 71);
    CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.postbox-2 .blog-title {
    font-size: 20px;
    line-height: 24px;
}

.postbox-2 .post-meta {
    font-size: 14px;
    font-weight: 400;
}

.postbox-2 .post-meta span {
    transition: all 0.3s ease 0s;
}

.postbox-2 .post-meta a {
    font-weight: 400;
    color: rgb(255 255 255);
}

.postbox-2 .post-meta a i {
    color: rgb(255 255 255);
    transition: all 0.3s ease 0s;
}

.postbox-2 .post-meta a:hover, .postbox-2 .post-meta span:hover, .postbox-2 .postbox_text .blog-title a:hover, .postbox-2 .post-meta a:hover i {
    color: rgb(0 113 23);
}

.postbox-2 .post-meta span:not(:last-child) {
    margin-right: 30px;
}

.postbox-2 .post-text {
    font-size: 16px;
}

.postbox-2 .post-bottom {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.postbox-2 .post-bottom .inline-btn {
    font-weight: 300;
    color: rgb(255, 255, 255);
    background: rgb(107 134 59);
    padding: 5px 30px;
    border-radius: 50px;
}

.postbox-2 .post-bottom .inline-btn:hover {
    color: rgb(255, 255, 255);
    background: rgb(0 113 23);
}

.postbox-2 .post-bottom .inline-btn i {
    margin-right: 2px;
}

.postbox-2 .post-bottom .authore-name {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 700;
}

.postbox-2 .post-bottom .authore-name img {
    margin-right: 15px;
    border-radius: 50%;
}

.postbox-2 .postbox_thumb {
    position: relative;
}

.format-video .video-link {
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.format-video .video-play {
    background: rgb(251, 221, 0);
}

.post_gallery .owl-nav div {
    font-size: 30px;
    display: inline-block;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    color: rgb(255, 255, 255);
}

.post_gallery .owl-nav div.owl-next {
    left: auto;
    right: 40px;
}

.postbox-2.format-quote {
    background: rgb(252, 225, 53);
    position: relative;
    z-index: 1;
    padding: 50px 50px 50px 155px;
}

.postbox-2.format-quote .quote-icon {
    left: -108px;
    top: 10px;
}

.postbox-2.format-quote::after {
    background-image: url("../images/news/blockquote-patter.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    left: 0px;
    width: 100%;
    top: 0px;
    content: "";
    z-index: -1;
}

.quote-icon {
    position: absolute;
    top: 55px;
    left: 50px;
}

.postbox-2.format-overlay {
    z-index: 1;
}

.postbox-2.format-overlay::before {
    background: rgb(255, 255, 255);
    z-index: -1;
}

.basic-pagination ul {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.basic-pagination ul li.active a {
    background: rgb(251, 221, 0);
}

.basic-pagination a {
    display: block;
    height: 50px;
    width: 50px;
    border: 2px solid rgb(237, 237, 237);
    line-height: 50px;
    text-align: center;
    color: rgb(21, 36, 64);
    font-weight: 500;
    border-radius: 50%;
}

.basic-pagination li:not(:last-child) a {
    margin-right: 10px;
}

.basic-pagination a:hover {
    color: rgb(255, 255, 255);
    background: rgb(251, 221, 0);
    border-color: transparent;
}

.sidebar-wrap .widget {
    padding: 0px;
    border: 0px solid rgb(237, 237, 237);
}

.widget .widget-title {
    position: relative;
    display: inline-block;
    font-size: 20px;
    padding-left: 30px;
    margin-bottom: 0px;
}

.widget .widget-title::after {
    left: 0px;
    height: 20px;
    width: 2px;
    background: rgb(61, 61, 63);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
}

.widget .about-me img {
    border-radius: 50%;
}

.widget .about-me h4 {
    font-size: 18px;
    margin-bottom: 15px;
}

.widget-social-icon {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.widget-social-icon a {
    font-size: 14px;
    color: rgb(179, 190, 211);
}

.widget-social-icon a:hover {
    color: rgb(251, 221, 0);
}

.widget-social-icon a:not(:last-child) {
    margin-right: 20px;
}

.sidebar-search-form {
    position: relative;
}

.sidebar-search-form input {
    width: 100%;
    font-size: 12px;
    background: rgb(226, 226, 226);
    color: rgb(61, 61, 63);
    border: none;
    border-radius: 40px;
    padding: 20px 21px;
}

.sidebar-search-form input::-webkit-input-placeholder {
    font-size: 12px;
    color: rgb(61, 61, 63);
    opacity: 1;
}

.sidebar-search-form input::placeholder {
    font-size: 12px;
    color: rgb(61, 61, 63);
    opacity: 1;
}

.sidebar-search-form button {
    border: none;
    position: absolute;
    background: rgb(251, 221, 0);
    color: rgb(61, 61, 63);
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 43px;
    border-radius: 50%;
    top: 10px;
    right: 10px;
}

.sidebar-search-form button:hover {
    background: rgb(61, 61, 63);
    color: rgb(255, 255, 255);
}

.sidebar-search-form {
    position: relative;
}

.sidebar-search-form input {
    width: 100%;
    font-size: 12px;
    background: rgb(226, 226, 226);
    color: rgb(61, 61, 63);
    border: none;
    border-radius: 40px;
    padding: 21px 30px;
}

.sidebar-search-form input::-webkit-input-placeholder {
    font-size: 12px;
    color: rgb(61, 61, 63);
}

.sidebar-search-form input::placeholder {
    font-size: 12px;
    color: rgb(61, 61, 63);
    opacity: 1;
}

.sidebar-search-form button {
    border: none;
    position: absolute;
    background: rgb(255, 255, 255);
    color: rgb(61, 61, 63);
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 43px;
    border-radius: 50%;
    top: 10px;
    right: 10px;
}

.sidebar-search-form button:hover {
    background: rgb(61, 61, 63);
    color: rgb(255, 255, 255);
}

.recent-posts li {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.recent-posts .widget-posts-title a {
    color: rgb(61, 61, 63);
    line-height: 22px;
}

.widget-posts-body {
    padding-left: 20px;
    flex-basis: 72%;
}

.recent-posts li:not(:last-child), .twitter-feeds li:not(:last-child) {
    margin-bottom: 30px;
    border-bottom: 1px solid rgb(225, 230, 255);
    padding-bottom: 30px;
}

.recent-posts .widget-posts-title a:hover {
    color: rgb(251, 221, 0);
}

.widget .cat a {
    display: block;
    color: rgb(61, 61, 63);
    font-weight: 700;
    background: rgb(226, 226, 226);
    padding: 10px 53px 10px 15px;
    border-radius: 40px;
    font-size: 14px;
}

.widget .cat li:not(:last-child) {
    margin-bottom: 10px;
}

.widget .cat span {
    background: rgb(199, 199, 199);
    width: 40px;
    text-align: center;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 45px;
    transition: all 0.3s ease 0s;
}

.widget .cat li {
    position: relative;
}

.widget .cat a:hover {
    background: rgb(23 68 78);
    color: rgb(255, 255, 255);
}

.widget .cat a:hover span {
    background: rgb(107 134 59);
}

.widget .social-links a {
    background: rgb(217, 231, 255);
    color: rgb(0, 46, 68);
    font-size: 14px;
}

.widget .social-links a:hover {
    background: rgb(251, 221, 0);
    color: rgb(61, 61, 63);
}

.twitter-feeds li {
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
}

.t-feed-icon {
    margin-right: 20px;
    font-size: 14px;
    color: rgb(251, 221, 0);
    margin-top: 3px;
}

.t-feed-meta {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 10px;
}

.widget-posts-meta {
    font-size: 14px;
}

#Instafeed {
    margin: 0px -5px;
    overflow: hidden;
}

#Instafeed li {
    width: 33.33%;
    float: left;
    padding: 0px 5px;
    margin-bottom: 10px;
}

#Instafeed li img {
    width: 100%;
}

.tag .boxed {
    font-size: 12px;
    background: rgb(244, 244, 244);
    box-shadow: none;
    color: rgb(61, 61, 63);
    text-transform: uppercase;
    padding: 6px 21px;
}

.tag .boxed {
    margin-top: 10px;
}

.widget .tag {
    margin-top: -10px;
}

.tag .boxed:not(:last-child) {
    margin-right: 5px;
}

.tag .boxed:hover {
    background: rgb(107 134 59);
    color: rgb(255, 255, 255);
}

.widget.ad-widget {
    border: none;
    padding: 0px;
    position: relative;
}

.ad-widget img {
    width: 100%;
}

.ad-widget-text {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    background: rgb(251, 221, 0);
    text-align: center;
    padding: 19px 15px;
    text-transform: uppercase;
    width: calc(100% - 135px);
}

.ad-widget-text span {
    font-size: 16px;
    display: block;
    text-align: center;
    margin-bottom: 8px;
}

.blog-post-tag span {
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin-bottom: 17px;
    color: rgb(61, 61, 63);
}

.blog-post-tag a {
    color: rgb(61, 61, 63);
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border: 2px solid rgb(234, 237, 255);
    padding: 4px 24px;
    margin-right: 10px;
    transition: all 0.3s ease 0s;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    border-radius: 40px;
}

.blog-post-tag a::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0px;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
    z-index: -1;
}

.blog-post-tag a:hover::after {
    opacity: 1;
    visibility: visible;
}

.blog-post-tag a:hover {
    color: rgb(61, 61, 63);
    background: rgb(251, 221, 0);
    border-color: transparent;
}

.blog-post-tag a:last-child {
    margin-right: 0px;
}

.blog-share-icon span {
    font-size: 20px;
    font-weight: 600;
    color: rgb(61, 61, 63);
    display: block;
    margin-bottom: 17px;
}

.blog-share-icon a {
    color: rgb(181, 190, 204);
    font-size: 18px;
    transition: all 0.3s ease 0s;
    margin-right: 22px;
}

.blog-share-icon a:hover {
    color: rgb(2, 192, 240);
}

.blog-share-icon a:last-child {
    margin-right: 0px;
}

.blog-details-border {
    border-top: 1px solid rgb(234, 237, 255);
    border-bottom: 1px solid rgb(234, 237, 255);
    padding-top: 33px;
    padding-bottom: 23px;
    margin-bottom: 42px;
}

.author {
    padding: 40px;
    display: flex;
    border: 2px solid rgb(225, 230, 255);
    -webkit-box-align: center;
    align-items: center;
}

.author-text h3 {
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: 700;
}

.author-text p {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 28px;
}

.author-icon {
    margin-top: 6px;
    margin-bottom: 25px;
}

.author-text {
    flex-basis: 69%;
    padding-left: 40px;
}

.author-text span {
    color: rgb(2, 192, 240);
    font-size: 12px;
}

.post-comments {
    border-bottom: 1px solid rgb(234, 237, 255);
    margin-bottom: 42px;
    padding-bottom: 46px;
}

.blog-coment-title h2 {
    font-size: 26px;
    margin-bottom: 0px;
}

.comments-avatar {
    float: left;
}

.comments-avatar img {
    margin-right: 30px;
    border-radius: 50%;
    width: 100px !important;
}

.latest-comments li:first-child .comments-box {
    border-top: 0px;
    padding-top: 0px;
}

.latest-comments li:last-child .comments-box {
    border-bottom: 0px;
    padding-bottom: 0px;
}

.latest-comments li.children {
    margin-left: 100px;
}

.comments-box {
    border-top: 1px solid rgb(234, 237, 255);
    padding: 30px 0px;
}

.comments-text {
    overflow: hidden;
    padding-top: 4px;
}

.comments-text p {
    margin-bottom: 0px;
    margin-top: 8px;
}

.avatar-name h5 {
    font-size: 18px;
    margin-bottom: 7px;
    font-weight: 700;
}

.avatar-name span {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    color: rgb(2, 192, 240);
}

.avatar-name {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.reply {
    color: rgb(61, 61, 63);
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease 0s;
    line-height: 1;
    position: absolute;
    right: 0px;
    margin-top: 0px;
    padding: 10px 20px;
    border: 2px solid rgb(244, 244, 255);
    top: 0px;
    border-radius: 40px;
}

.reply:hover {
    color: rgb(255, 255, 255);
    background: rgb(61, 61, 63);
    border-color: transparent;
}

.reply i {
    margin-right: 5px;
}

.post-comments-title {
    margin-bottom: 39px;
}

.post-comments-title h2 {
    font-size: 26px;
    color: rgb(61, 61, 63);
    margin-bottom: 0px;
    font-weight: 700;
}

.conatct-post-form {
    background: rgb(226, 226, 226);
    padding: 50px;
}

.conatct-post-form input {
    border: none;
    height: 60px;
    margin-bottom: 30px;
    padding: 0px 30px;
    width: 100%;
    font-size: 14px;
    color: rgb(167, 167, 193);
    border-radius: 0px;
}

.conatct-post-form textarea {
    border: none;
    height: 150px;
    margin-bottom: 20px;
    padding: 30px;
    width: 100%;
    color: rgb(167, 167, 193);
    font-size: 14px;
}

.conatct-post-form .site-btn i {
    font-size: 14px;
    margin-right: 2px;
    transform: translateY(-2px);
}

.conatct-post-form .site-btn {
    padding: 18px 57px;
}

.contact-icon {
    position: relative;
}

.contact-icon::after {
    position: absolute;
    content: "";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    font-size: 16px;
    text-align: center;
    right: 30px;
    color: rgb(2, 192, 240);
    top: 18px;
    font-weight: 300;
}

.conatct-post-form .site-btn {
    border: none;
}

.conatct-post-form .contact-icon::before {
    display: none;
}

.contacts-message::after {
    
}

.contacts-name::after {
    
}

.contacts-email::after {
    
}

.contacts-website::after {

}

.navigation-border {
    border-top: 2px solid rgb(247, 247, 247);
    overflow: hidden;
}

.navigation-border {
    border-top: 2px solid rgb(247, 247, 247);
    overflow: hidden;
}

.bakix-navigation span {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.bakix-navigation span a:hover {
    color: rgb(2, 192, 240);
}

.bakix-navigation h4 {
    font-size: 24px;
    margin: 0px;
    font-weight: 700;
}

.bakix-navigation a {
    color: rgb(61, 61, 63);
}

.bakix-navigation h4 a:hover {
    color: rgb(2, 192, 240);
}

.singel-post .postbox_text {
    padding: 0px;
    border: none;
}

.postbox.singel-post {
    padding: 50px;
    border: 2px solid rgb(237, 237, 237);
}

.releted-post .postbox:hover .postbox-thumb img {
    transform: scale(1.1) !important;
}

.postbox.singel-post:hover .postbox-thumb img {
    transform: scale(1);
}

.postbox.singel-post:hover .postbox-text {
    border-color: rgb(237, 237, 237);
}

.releted-post .postbox:hover .postbox-text {
    border-color: transparent;
}

.releted-post .blog-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
}

.releted-post .post-meta a, .releted-post .post-meta a i {
    color: rgb(2, 192, 240);
}

.releted-post-heading {
    font-size: 26px;
}

.singel-post blockquote {
    position: relative;
    background: rgb(243, 245, 255);
    padding: 40px 65px 60px;
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    z-index: 1;
}

.singel-post blockquote span {
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 15px;
    color: rgb(2, 192, 240);
}

.singel-post blockquote .quote-icon {
    left: auto;
    right: 40px;
    z-index: -1;
    top: 35px;
}

.singel-post blockquote p {
    line-height: 38px;
}

.inner-content ul {
    padding-left: 30px;
}

.inner-content ul li:not(:last-child) {
    margin-bottom: 10px;
}

.inner-content ul i {
    margin-right: 10px;
}

.team-details-box .section-title {
    margin-bottom: 25px;
}

.team-details-box p {
    line-height: 32px;
}

.team-contact-infos span {
    font-weight: 700;
    flex-basis: 20%;
}

.team-contact-infos li:not(:last-child) {
    margin-bottom: 10px;
}

.team-contact-infos li {
    font-size: 18px;
    display: flex;
}

.team-contact-infos li a {
    color: rgb(61, 61, 63);
}

.team-details-box .social-links a {
    width: 60px;
    height: 60px;
    line-height: 61px;
}

.social-links a.fb {
    background: rgb(75, 110, 169);
}

.social-links a.tw {
    background: rgb(101, 187, 241);
}

.social-links a.db {
    background: rgb(240, 102, 155);
}

.social-links a.bh {
    background: rgb(0, 67, 113);
}

.social-links a.yt {
    background: rgb(217, 54, 40);
}

.cta-wrapper-2 {
    box-shadow: rgba(0, 73, 118, 0.06) 0px 16px 32px 0px;
    padding: 0px;
    transform: translateY(0px);
}

.skill-boxs {
    overflow: hidden;
}

.skill-boxs h4 {
    font-size: 16px;
}

.skill-boxs .bar-title {
    margin-bottom: 20px;
    background: transparent;
}

.single-skill span {
    margin-top: -65px;
    font-size: 16px;
    color: rgb(251, 221, 0);
    font-weight: 700;
    z-index: 2;
    width: 100%;
    text-align: right;
}

.single-skill {
    position: relative;
}

.single-skill .progress {
    background: rgb(222, 235, 245);
    height: 10px;
    border-radius: 0px;
    text-align: right;
    overflow: visible;
}

.single-skill .progress-bar {
    background: rgb(61, 61, 63);
}

.service-content-inner span {
    font-size: 80px;
    font-weight: 700;
    background: rgb(251, 221, 0);
    display: inline-block;
    line-height: 100px;
    padding: 0px 29px;
    margin-right: 20px;
}

.service-content-inner {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.service-lists-wrap {
    background: rgb(226, 226, 226);
    padding: 50px 50px 50px 55px;
    border-left: 5px solid rgb(251, 221, 0);
}

.service-lists .single-item span {
    font-size: 18px;
    font-weight: 700;
}

.service-lists .single-item .icon {
    width: 50px;
    height: 50px;
    background: rgb(251, 221, 0);
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    margin-right: 15px;
    transition: all 0.3s ease 0s;
}

.service-lists .single-item:hover .icon {
    background: rgb(2, 192, 240);
    color: rgb(255, 255, 255);
}

.service-inner-video {
    position: relative;
}

.service-inner-video .video-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.service-inner-video .video-play-wrap, .service-inner-video .video-play {
    width: 120px;
    height: 120px;
}

.service-inner-video .video-play {
    font-size: 20px;
    line-height: 125px;
}

.service-inner-video .wave-pulse::before, .service-inner-video .wave-pulse::after {
    height: 250px;
    width: 250px;
}

blockquote {
    position: relative;
}

.service-nav {
    border: 2px solid rgb(241, 241, 241);
    padding: 38px 38px 8px;
}

.service-details-wrap .blockquote {
    padding: 60px;
}

.service-details-wrap blockquote {
    padding: 60px;
    font-size: 28px;
    font-weight: 700;
    background: rgb(251, 221, 0);
    z-index: 1;
}

.service-details-wrap blockquote p {
    line-height: 38px;
}

.service-details-wrap blockquote .name {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.service-details-wrap blockquote .designation {
    font-size: 14px;
}

.service-details-wrap blockquote .quote-icon {
    right: 30px;
    left: auto;
    top: 40px;
    z-index: -1;
}

#scrollUp {
    background: rgb(224, 31, 38);
    width: 45px;
    height: 45px;
    left: 50px;
    bottom: 30px;
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 4px;
    font-size: 20px;
    line-height: 48px;
}

.ctn-preloader {
    -webkit-box-align: center;
    align-items: center;
    cursor: default;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 9000;
}

.ctn-preloader .animation-preloader {
    z-index: 1000;
}

.ctn-preloader .animation-preloader .spinner {
    animation: 1s linear 0s infinite normal none running spinner;
    border-radius: 50%;
    border-width: 3px;
    border-style: solid;
    border-color: rgb(4, 142, 197) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2);
    border-image: initial;
    height: 150px;
    margin: 0px auto 3.5em;
    width: 150px;
}

.ctn-preloader .animation-preloader .txt-loading {
    font: bold 5em Roboto, sans-serif;
    text-align: center;
    user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
    color: rgba(0, 0, 0, 0.2);
    position: relative;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading::before {
    animation: 4s ease 0s infinite normal none running letters-loading;
    content: attr(data-text-preloader);
    left: 0px;
    opacity: 0;
    font-family: Roboto, sans-serif;
    position: absolute;
    top: -3px;
    transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2)::before {
    animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3)::before {
    animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4)::before {
    animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5)::before {
    animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6)::before {
    animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7)::before {
    animation-delay: 1.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8)::before {
    animation-delay: 1.4s;
}

.ctn-preloader.dark .animation-preloader .spinner {
    border-color: rgb(255, 255, 255) rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2);
}

.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading {
    color: rgba(255, 255, 255, 0.2);
}

.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading::before {
    color: rgb(255, 255, 255);
}

.ctn-preloader p {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: rgb(59, 59, 59);
}

.ctn-preloader .loader {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    font-size: 0px;
    z-index: 1;
    pointer-events: none;
}

.ctn-preloader .loader .row {
    height: 100%;
}

.ctn-preloader .loader .loader-section {
    padding: 0px;
}

.ctn-preloader .loader .loader-section .bg {
    background-color: rgb(255, 255, 255);
    height: 100%;
    left: 0px;
    width: 100%;
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.ctn-preloader .loader.dark_bg .loader-section .bg {
    background: rgb(17, 19, 57);
}

.ctn-preloader.loaded .animation-preloader {
    opacity: 0;
    transition: all 0.3s ease-out 0s;
}

.ctn-preloader.loaded .loader-section .bg {
    width: 0px;
}

@-webkit-keyframes spinner {
    100% {
        transform: rotateZ(360deg);
    }
}

@keyframes spinner {
    100% {
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes letters-loading {
    0%, 75%, 100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%, 50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@keyframes letters-loading {
    0%, 75%, 100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%, 50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@media screen and (max-width: 767px) {
    .ctn-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }

    .ctn-preloader .animation-preloader .txt-loading {
        font: bold 3.5em Roboto, sans-serif;
    }
}

@media screen and (max-width: 500px) {
    .ctn-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }

    .ctn-preloader .animation-preloader .txt-loading {
        font: bold 2em Roboto, sans-serif;
    }
}

@media (max-width: 991px) {
    .site-logo {
        width: 220px;
    }

    .header-top-area {
        margin-bottom: 0px !important;
    }
}

.header-top-area {
    margin-bottom: 30px;
}

.erro404 {
    font-size: 300px !important;
}

@media (max-width: 540px) {
    .erro404 {
        font-size: 200px !important;
    }
}

@media (max-width: 400px) {
    .erro404 {
        font-size: 100px !important;
    }
}

@media (max-width: 1200px) {
    .main-menu ul a {
    }
}

@media (max-width: 700px) {
    .slide-text {
        /* display: none; */
    }
}

@media (max-width: 530px) {
    .slide-btns.mt-30 .site-btn.boxed.yellow {
        /* display: none; */
    }
}

#margintop-85 {
    position: relative;
    z-index: 1;
    margin-bottom: -130px;
}

.footer-widget ul li {
    margin-bottom: 2px;
    width: 50%;
    display: block;
    float: left;
}

.site-logo {
    padding: 20px 0px;
}

.header_bk .row {
    align-items: center;
}

.video {
    position: fixed;
    display: flex;
    align-items: center;
    min-width: 100%;
    top: 0px;
    z-index: -1;
}

.video video {
    min-width: 100%;
    min-height: 100vh !important;
}

.video::before {
    background: rgba(0, 0, 0, 0.57);
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
}

.ptn {
    padding-top: 180px;
}

.breadcrumb-text p {
}

.redes i {
    color: rgb(255, 255, 255);
    margin-left: 15px;
    background: rgb(112 137 59);
    padding: 10px;
    border-radius: 3px;
}

.redes ul {
    display: flex;
    justify-content: flex-end;
}

.row.alinhar {
    display: flex;
    justify-content: space-between;
    margin: 0px;
}

.header-top {
    padding: 6px 0px;
    background: rgb(120, 26, 53);
    color: rgb(255, 255, 255);
}

.categorias .sub-menu {
    position: absolute;
    background: rgb(255, 255, 255);
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.19) 10px 10px 10px -8px;
    display: none;
}

.categorias:hover {
    color: rgb(255, 255, 255);
}

.categorias:hover .sub-menu {
    display: block;
}

.categorias .sub-menu a {
    color: rgb(0, 0, 0);
    font-weight: 600;
}

.categorias .sub-menu a:hover {
    color: rgb(237, 50, 55);
}

.categorias .sub-menu li {
    margin-top: 10px;
}

.categoria {
    color: rgb(255, 255, 255);
    background: rgb(253, 126, 59);
    font-weight: 500;
    margin-right: 20px;
}

.alinharm {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    background: #68853b;
    padding-right: 10px;
}

.busca-r {
    margin-left: 20px;
    width: 100%;
}

@media (min-width: 991px) {
    .busca-r {
        display: none;
    }

    .cabecalho {
        /* margin-bottom: 17px; */
    }

    .main-menu {
        width: 100% !important;
    }

    #mobile-menu {
        display: flex !important;
    }

    .menu-lg {
        width: 100%;
        justify-content: space-between !important;
    }

    .border1 {
        display: initial !important;
    }
}

@media (min-width: 1200px) {
    .border1 {
        padding: 5px 45px 0px;
    }
}

@media (max-width: 432px) {
    .row.alinhar {
        align-items: center;
        flex-direction: column;
    }
}

.pro {
    box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 10px 5px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.pro img {
    /* border-radius: 10px 10px 0px 0px; */
}

.links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.links .a {
    background: rgb(23 68 78);
    margin: 0px 5px 15px;
    border-radius: 100px;
    color: rgb(255, 255, 255);
}

.links .b {
    background: rgb(23 68 78);
    margin: 0px 5px 15px;
    border-radius: 100px;
    color: rgb(255, 255, 255);
}

.links div {
    padding: 1px 25px;
}

.links a:hover {
    background: rgb(109 136 59);
}

.txt {
    color: rgb(255 255 255);
    font-weight: 600;
    text-transform: uppercase;
    margin: 15px 0px;
}

.suges {
    position: absolute;
}

.suges ul {
    border-radius: 10px;
    background: rgb(120, 26, 53);
    padding: 5px;
}

.suges li {
    color: rgb(255, 255, 255);
    text-transform: capitalize;
    font-weight: 600;
    padding: 3px;
}

.suges strong {
    color: rgb(251, 172, 27);
    font-weight: 900;
}

.suges li:hover {
    background: rgb(96, 19, 41);
}

@media (min-width: 991px) {
    .suges {
        width: 100%;
    }
}

.color {
    /* background: rgb(0 113 23); */
}

.main-menu a {
    padding: 0px;
}

.bg {
    background: rgb(189, 189, 189);
    padding: 20px 0px;
}

.box {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 8px 7px 5px;
    text-align: justify;
    padding: 10px 0px;
}

.box img {
    border-radius: 10px;
}

.box img {
    border-radius: 10px;
}

.busca input::placeholder {
    color: #000;
}

.categoria a {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    padding: 0px 5px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.categoria a i {
    margin-right: 6px;
}

.text-l {
    color: rgb(255 255 255);
}

.text-l span {
    color: rgb(131 150 59);
}

.text-l:hover {
    color: rgb(195 193 60);
}

.bdt-flip-box {
    height: 240px;
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
}

.bdt-flip-box .elementor-icon {
    color: rgb(255, 255, 255);
}

.bdt-flip-box .elementor-icon svg * {
    fill: rgb(255, 255, 255);
}

.bdt-flip-box .elementor-view-framed .elementor-icon {
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
}

.bdt-flip-box .elementor-view-stacked .elementor-icon {
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0.5);
}

.bdt-flip-box .elementor-icon-wrapper {
    margin-bottom: 20px;
}

.bdt-flip-box-front {
}

.bdt-flip-box-back::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    width: 100%;
    height: 100%;
}

.bdt-flip-box-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.6s ease-in-out 0s;
}

.bdt-flip-box-layer-overlay {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    text-align: center;
    padding: 15px;
    z-index: 2222222;
    position: relative;
}

.bdt-flip-box-layer-title {
    font-size: 21px;
    line-height: 1;
    font-weight: 600;
    color: rgb(0, 0, 0);
}

.bdt-flip-box-layer-title:not(:last-child) {
    margin: 0px 0px 20px;
    padding: 0px;
}

.bdt-flip-box-layer-desc {
    font-size: 14px;
    color: rgb(229, 229, 229);
}

.bdt-flip-box-layer-desc:not(:last-child) {
    margin: 0px 0px 20px;
    padding: 0px;
}

.bdt-flip-box-image {
    margin: 0px 0px 20px;
    display: inline-block;
    width: 100%;
}

.bdt-flip-box-image img {
    width: 50%;
    display: inline-block;
}

.bdt-flip-box-3d-yes .bdt-flip-box-layer-inner {
    transform: translateZ(90px) scale(0.91);
}

.bdt-flip-box-3d-yes .bdt-flip-box-layer-overlay {
    transform-style: preserve-3d;
    transform: translateZ(0.1px);
    backface-visibility: hidden;
}

.bdt-flip-box-effect-flip .bdt-flip-box {
    perspective: 1000px;
    transform-style: preserve-3d;
}

.bdt-flip-box-effect-flip .bdt-flip-box:hover .bdt-flip-box-back {
    transform: none;
}

.bdt-flip-box-effect-flip .bdt-flip-box-layer {
    transform-style: preserve-3d;
    backface-visibility: hidden;
}

.bdt-flip-box-effect-flip .bdt-flip-box-front {
    transform: none;
    z-index: 1;
}

.bdt-flip-box-effect-flip.bdt-flip-box-direction-right .bdt-flip-box-back {
    transform: rotateX(0deg) rotateY(-180deg);
}

.bdt-flip-box-effect-flip.bdt-flip-box-direction-right .bdt-flip-box:hover .bdt-flip-box-front {
    transform: rotateX(0deg) rotateY(180deg);
}

.bdt-flip-box-effect-flip.bdt-flip-box-direction-left .bdt-flip-box-back {
    transform: rotateX(0deg) rotateY(180deg);
}

.bdt-flip-box-effect-flip.bdt-flip-box-direction-left .bdt-flip-box:hover .bdt-flip-box-front {
    transform: rotateX(0deg) rotateY(-180deg);
}

.bdt-flip-box-effect-flip.bdt-flip-box-direction-up .bdt-flip-box-back {
    transform: rotateX(-180deg) rotateY(0deg);
}

.bdt-flip-box-effect-flip.bdt-flip-box-direction-up .bdt-flip-box:hover .bdt-flip-box-front {
    transform: rotateX(180deg) rotateY(0deg);
}

.bdt-flip-box-effect-flip.bdt-flip-box-direction-down .bdt-flip-box-back {
    transform: rotateX(180deg) rotateY(0deg);
}

.bdt-flip-box-effect-flip.bdt-flip-box-direction-down .bdt-flip-box:hover .bdt-flip-box-front {
    transform: rotateX(-180deg) rotateY(0deg);
}

.bdt-flip-box-effect-push .bdt-flip-box-front {
    transform: none;
}

.bdt-flip-box-effect-push .bdt-flip-box {
    overflow: hidden;
}

.bdt-flip-box-effect-push .bdt-flip-box:hover .bdt-flip-box-back {
    transform: none;
}

.bdt-flip-box-effect-push.bdt-flip-box-direction-right .bdt-flip-box:hover .bdt-flip-box-front {
    transform: translateX(100%) translateY(0px);
}

.bdt-flip-box-effect-push.bdt-flip-box-direction-right .bdt-flip-box-back {
    transform: translateX(-100%) translateY(0px);
}

.bdt-flip-box-effect-push.bdt-flip-box-direction-left .bdt-flip-box:hover .bdt-flip-box-front {
    transform: translateX(-100%) translateY(0px);
}

.bdt-flip-box-effect-push.bdt-flip-box-direction-left .bdt-flip-box-back {
    transform: translateX(100%) translateY(0px);
}

.bdt-flip-box-effect-push.bdt-flip-box-direction-up .bdt-flip-box:hover .bdt-flip-box-front {
    transform: translateX(0px) translateY(-100%);
}

.bdt-flip-box-effect-push.bdt-flip-box-direction-up .bdt-flip-box-back {
    transform: translateX(0px) translateY(100%);
}

.bdt-flip-box-effect-push.bdt-flip-box-direction-down .bdt-flip-box:hover .bdt-flip-box-front {
    transform: translateX(0px) translateY(100%);
}

.bdt-flip-box-effect-push.bdt-flip-box-direction-down .bdt-flip-box-back {
    transform: translateX(0px) translateY(-100%);
}

.bdt-flip-box-effect-slide .bdt-flip-box {
    overflow: hidden;
}

.bdt-flip-box-effect-slide .bdt-flip-box:hover .bdt-flip-box-back {
    transform: none;
}

.bdt-flip-box-effect-slide.bdt-flip-box-direction-right .bdt-flip-box-back {
    transform: translateX(-100%) translateY(0px);
}

.bdt-flip-box-effect-slide.bdt-flip-box-direction-left .bdt-flip-box-back {
    transform: translateX(100%) translateY(0px);
}

.bdt-flip-box-effect-slide.bdt-flip-box-direction-up .bdt-flip-box-back {
    transform: translateX(0px) translateY(100%);
}

.bdt-flip-box-effect-slide.bdt-flip-box-direction-down .bdt-flip-box-back {
    transform: translateX(0px) translateY(-100%);
}

.bdt-flip-box-effect-zoom-out .bdt-flip-box .bdt-flip-box-front {
    transition: transform 0.7s ease 0s, opacity 0.35s ease 0s, width 0.1ms ease 0s;
    opacity: 1;
    transform: scale(1);
    z-index: 1;
    width: 100%;
}

.bdt-flip-box-effect-zoom-out .bdt-flip-box:hover .bdt-flip-box-front {
    width: 0px;
    opacity: 0;
    transform: scale(0.7);
    transition: transform 0.8s ease 0s, opacity 0.7s ease 0.1s, width 0.1ms ease 0.7s;
}

.bdt-flip-box-effect-zoom-in .bdt-flip-box .bdt-flip-box-back {
    transition: transform 0.7s ease 0s, opacity 0.5s ease 0.2s;
    opacity: 0;
    transform: scale(0.7);
}

.bdt-flip-box-effect-zoom-in .bdt-flip-box:hover .bdt-flip-box-back {
    transition: transform 0.7s ease 0s, opacity 0.5s ease 0s;
    opacity: 1;
    transform: scale(1);
}

.bdt-flip-box-effect-fade .bdt-flip-box .bdt-flip-box-back {
    opacity: 0;
}

.bdt-flip-box-effect-fade .bdt-flip-box:hover .bdt-flip-box-back {
    opacity: 1;
}

.elementor-widget-bdt-flip-box.bdt-flip-box-flipped .elementor-widget-container .bdt-flip-box-front {
    display: none;
}

.elementor-widget-bdt-flip-box.bdt-flip-box-flipped .elementor-widget-container .bdt-flip-box-back {
    transform: none;
    opacity: 1;
}

@media (max-device-width: 1024px) {
    .bdt-flip-box {
        cursor: pointer;
    }
}

.icones-header .row {
    position: relative;
    z-index: 10;
    background: rgb(50, 62, 150);
}

.elementor-icon img {
    width: 110px;
}

.col-linha {
    border-left: 4px solid rgb(255, 255, 255);
}

.col-p {
    padding: 0px;
}

@media (max-width: 991px) {
    .col03 {
        border-left: none;
        border-top: 4px solid rgb(255, 255, 255);
    }

    .col04 {
        border-top: 4px solid rgb(255, 255, 255);
    }
}

@media (max-width: 767px) {
    .col-linha {
        border-top: 3px solid rgb(255, 255, 255);
        border-left: none;
        border-right: none;
        border-bottom: none;
    }
}

.menu-lg a {
    padding: 0px 13px;
}

.contato {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}

.dicas_home .center {
    background: rgb(235, 235, 235);
}

.dica_home {
    padding: 15px;
    text-align: justify;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 10px 10px 10px #b3b3b340;
}

#testimonial {
    background-image: url("../../imagens/bg.jpg");
    background-repeat: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover !important;
}

.black {
    background: rgba(0, 0, 0, 0.58);
    padding: 24px 0px;
}

.border1 {
    border-right: 1px solid;
}

.categ {
    display: flex;
    justify-content: space-between;
    color: rgb(255 255 255);
    text-transform: uppercase;
    padding: 5px 3px;
    transition: all 0.5s ease 0s;
}

.categ.b {
    background: rgb(23 68 78);
    transition: all 0.5s ease 0s;
}

.categ:hover {
    background: rgb(112 137 59);
    color: rgb(255, 255, 255);
    transition: all 0.5s ease 0s;
}

#busca {
    color: rgb(255, 255, 255) !important;
}

.busca {
    position: relative;
    width: 100%;
    padding: 5px;
    transition: all 0.3s ease 0s;
}

.fechar-busca {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.63);
    top: 0px;
    z-index: 88;
    display: flex;
    place-content: flex-start;
    padding: 20px;
    color: rgb(255, 255, 255);
    right: -100%;
    transition: all 0.3s ease 0s;
}

.pesquisar {
    border: 1px solid;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 2px 13px;
    border-radius: 100px;
    color: rgb(23 68 78);
}

.pesquisar input {
    background: transparent;
    width: 100%;
    border: none;
}

.pesquisar i {
    color: rgb(23 68 78);
}

.busca.visivel {
    right: 0px;
    transition: all 0.3s ease 0s;
}

.fechar-busca.visivel {
    right: 0px;
    transition: all 0.3s ease 0s;
}

#sugestao {
    background: #ffffff;
    padding: 2px;
    border-radius: 3px;
    top: 100%;
    position: absolute;
}

#sugestao li {
    margin-top: 10px;
    line-height: 20px;
    font-weight: 600;
    text-transform: capitalize;
    border-bottom: 1px solid;
    color: rgb(23 68 78) !important;
}

#sugestao li:hover {
    background: rgb(0, 82, 177);
}

#sugestao strong {
    color: rgb(255 255 255);
    font-weight: 900;
    background: #17444e;
}

.background {
    background: url(../../imagens/slide.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.itens-dicas {
    margin-top: -40px;
}

.itens-dicas .owl-item {
    background: #fff;
}

.background-interno {
    padding: 20px 0 100px 0;
    background: #0000009e;
}

.categorias-menu {
    position: absolute;
    background: #fff;
    top: 100%;
}

.categorias-menu-div {
    display: flex;
    justify-content: space-between;
    padding: 5px 5px;
    min-width: 150px;
    color: #000;
}

.categorias-menu a {
    color: #000 !important;
}

.categorias-menu-div.b {
    background: #ebebeb;
}

.destaque {
    position: absolute;
    background: #fff;
    left: 150px;
    padding: 20px;
    width: 520px;
    display: none;
    border: 1px dashed #c9c9c9;
    top: 0;
}

.categorias-menu-div:hover .destaque {
    display: block;
}

@media (max-width: 770px) {
    .destaque {
        position: relative;
        width: 100%;
        left: 0;
    }

    .categorias-menu-div {
        display: flex;
        flex-wrap: wrap;
    }
}

.coluna-destaque {
    border: 1px dashed #c9c9c9;
    min-height: 200px;
    padding: 10px;
}

#categorias-menu-topo {
    padding: 0px 13px;
    color: #fff;
    font-weight: 800;
    background: #69853b;
}

#fipe select {
    background: transparent;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    margin: 5px 0;
    border: 2px solid #fff;
}

#fipe {
    display: flex;
    flex-direction: column;
    border: 1px solid #fff;
    padding: 15px;
    border-radius: 3px;
}

#fipe legend {
    display: inherit;
    width: auto;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    background: #bd2d32;
}

#valor .col-6 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 75px;
    height: 0;
}

#valor {
    /* background: #2d458a99; */
    border-radius: 5px;
    padding: 7px 0px;
}

#fipe option {
    color: #000;
}

.referencia, .referencia a {
    color: #fff;
}

#cotacoes {
    background: #000;
    padding: 40px 0 30px 0;
}

.page-numbers {
    background: #007117;
    color: #fff;
    padding: 2px 7px;
    margin-right: 10px;
}

.pro {
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0px 2px 10px 2px #c7c33c70;
    min-height: 335px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 40px;
}

.accordion.active1 {
    background: #17444e;
    color: #fff;
}

.accordion {
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    background: transparent;
    font-weight: 600;
    color: #fff;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active1:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.slide-text {
    text-shadow: 10px 6px 10px #000;
}

.marcas {
    background: url(../../arquivos/1ce3b-slide.jpg);
    padding: 50px 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.marcas .section-heading {
    margin-bottom: 30px;
}

.titulo-noticias {
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 17px;
}

.comprar {
    background: #007117;
    width: 150px;
    text-align: center;
    padding: 4px 0;
    color: #fff;
    text-transform: uppercase;
    border-radius: 100px;
    transition: all 0.5s;
    margin: 15px 0;
}

.comprar:hover {
    background: #758d3b;
    transition: all 0.5s;
}

.top {
    margin-top: 10px;
}

.status {
    position: absolute;
    background: #007117;
    margin-top: 10px;
    padding: 2px 25px;
    color: #fff;
    border-radius: 0 5px 5px 0;
}

.header_bk {
    background: #fff;
    padding: 0 10px;
    border-radius: 5px 5px 0 0;
    margin-top: 10px;
}

.text-shadow-top {
    color: #fff;
    text-shadow: 0px 1px 4px #000;
}

.slideImagem {
    margin-bottom: 50px;
    border-radius: 10px;
}

.single-slide-item.single-slide-item-3.bg_img:before {
    content: "";
    background: linear-gradient(0deg, transparent, black);
    width: 100%;
    height: 100%;
    position: absolute;
}

.marcas:before {
    content: "";
    background: #000000a6;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.marcas img {
    filter: grayscale(1);
    transition: all 0.5s;
}

.marcas img:hover {
    filter: grayscale(0);
    transition: all 0.3s;
}

.linhas {
    width: 51%;
    position: absolute;
    margin-top: -20px;
    z-index: 10;
}

.linhas:before {
    content: "";
    width: 6px;
    height: 70px;
    background: #c3c13c;
    position: absolute;
    right: 0;
    border-radius: 100px;
}

.linhas:after {
    content: "";
    width: 6px;
    height: 50px;
    background: #6a863b;
    position: absolute;
    right: 15px;
    border-radius: 100px;
}

.ver {
    color: #fff;
    border: 1px solid;
    padding: 5px 20px;
    border-radius: 100px;
}