@import url(../../../pro.fontawesome.com/releases/v5.10.0/css/all.css);
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap);


.services .ser-box:hover p {
    color: white !important;
}

.services .ser-box:hover i {
    color: white;
}

.gray-box:hover h6 {
    color: white;
}

.gray-box:hover img {
    filter: invert(1) brightness(1);
}

.nav-bar ul.menu,
.top-bar li.side-bar-one,
section {
    position: relative
}

h1,
h2 {
    letter-spacing: -2px
}

.cta-get-started,
.gray-box,
.porfilio-slider,
.reason {
    text-align: center
}

a:focus,
a:hover,
button:focus,
button:hover {
    outline: 0 !important;
    text-decoration: none !important;
    transition: auto
}

.primary-color {
    color: #1E6054;
    display: contents
}

.input-control:focus,
.input-control:hover {
    transition: .7s;
    color: #000
}

.input-control:focus::-moz-placeholder,
.input-control:hover::-moz-placeholder {
    color: #fff
}

.input-control:focus::placeholder,
.input-control:hover::placeholder {
    color: #fff
}

.input-control::-moz-placeholder {
    color: #848484
}

.input-control::placeholder {
    color: #848484
}

.bottom-form .input-control::placeholder {
    color: #0c0c0c
}

section {
    padding: 0px 0;
    clear: both;
    scroll-behavior: smooth !important
}

a,
btn,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    margin: 0;
    color: #000
}

p,
ul li,
ul li a {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 15px;
    margin: 0;
    color: #000;
    transition: .5s ease-in
}

.pricing .price,
h1,
h2 {
    font-weight: 700
}

p a,
p a:hover,
ul li a:hover {
    color: #0c0c0c
}

#cross,
.dropdown-menu-submenu a:hover::before,
.mobile-screen,
.nav-bar ul li .btn-red:hover::before,
.nav-bar ul li .btn-white:hover::before,
.nav-bar ul.menu a.dropdown-item.active::before,
.nav-bar ul.menu.dropdown,
.privacy h1::before,
.terms h1::before,
.terms.why-choose h3:before,
header nav ul li .dropdown-menu a:hover::before {
    display: none
}

.sticky-nav-bar {
    position: fixed;
    top: 0;
    padding: 10px 0 !important;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #1E6054;
    transition: .3s ease-in-out;
    animation: 1s header-animation;
    box-shadow: 0 0 10px gray
}

@keyframes header-animation {
    0% {
        transform: translateY(-106px)
    }

    100% {
        transform: translateY(0)
    }
}

.top-bar {
    padding: 8px 0;
    background: #1E6054;
}

.top-bar ul.menu.social-icons {
    display: flex;
    justify-content: end;
    align-items: center
}

.get-started-form.main-form .label_fnt,
.get-started-form.main-form .label_fnt a,
.get-started-form.main-form h2,
.get-started-form.main-form p,
.ser-box:hover h4,
.ser-box:hover h5,
.ser-box:hover p,
.top-bar ul.menu.social-icons li a i,
section.banner.main-banner.chris-banner p,
section.banner.main-banner.inner-banner h5,
section.banner.main-banner.inner-banner p,
section.cta-signup h2 {
    color: #fff
}

.nav-bar {
    padding: 5px 0;
    background: #fff
}

.logo img,
.main-banner img,
.services img {
    max-width: 100%;
    border-radius: 0
}

.nav-bar ul.menu {
    display: flex;
    align-items: center;
    justify-content: end
}

.nav-bar ul.menu li {
    display: inline-block;
    padding: 0 16px
}

.nav-bar ul.menu li a {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    transition: .5s
}

.nav-bar ul li a.active::before,
.nav-bar ul li a::before {
    height: 2px;
    left: 0;
    margin: auto;
    transition: width .5s !important;
    right: 0
}

.nav-bar ul.menu li a.active,
.nav-bar ul.menu li a:focus,
.nav-bar ul.menu li a:hover {
    color: #000;
    background: 0 0
}

.nav-bar ul li a.active::before,
.nav-bar ul.menu li a.active::before {
    color: #606060 !important;
    animation: 1s forwards fill;
    width: 100%
}

.nav-bar ul li a.active::before,
.nav-bar ul li a::before,
.top-bar .side-bar-one::after {
    background: #fff;
    position: absolute;
    content: ""
}

.top-bar .side-bar-one::after {
    right: 17px;
    top: 0;
    width: 1.5px;
    height: 25px
}

.dropdown-menu-submenu,
header nav ul li.dropdown:hover .dropdown-menu {
    position: absolute;
    z-index: 100 !important;
    transform: scale(1)
}

header nav ul li .dropdown-menu {
    display: block;
    margin: 0;
    top: 30px;
    left: -50px;
    padding: 0;
    border-radius: 3px;
    position: absolute;
    transform: scale(0);
    transition: .5s;
    width: 300px;
    background: #25435c
}

header nav ul li.dropdown {
    position: relative;
    visibility: visible;
    z-index: 100 !important
}

header nav ul li .dropdown-menu a {
    color: #fff !important;
    padding: 10px 20px;
    line-height: 15px;
    font-size: 14px !important;
    margin: 0;
    z-index: 100 !important
}

header nav ul li .dropdown-menu a.active,
header nav ul li .dropdown-menu a:hover {
    position: relative;
    visibility: visible;
    z-index: 100 !important;
    background: #1E6054 !important;
    color: #fff !important
}

.dropdown-menu-submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background: #6B842A !important;
    width: 100%
}

header nav ul li .dropdown-menu {
    display: block;
    margin: 0;
    top: 30px;
    left: -50px;
    padding: 0;
    border-radius: 3px;
    position: absolute;
    transform: scale(0);
    transition: .5s;
    width: 400px;
    background: #6B842A;
}

.get-started-form form,
.main-banner,
h1,
header {
    position: relative
}

.submenu-list:hover .dropdown-menu-submenu,
h1 span {
    display: block
}

header {
    background: 0 0;
    z-index: 15
}

.nav-bar ul li a img {
    max-width: 60%
}

.nav-bar ul li a.active::before {
    bottom: -15px
}

.nav-bar ul li a::before {
    width: 0;
    bottom: -10px
}

.nav-bar ul.menu li a i.fa-phone-alt {
    font-size: 20px;
    padding-right: 10px;
    color: #dd1423
}

.btn-blue,
.btn-red,
.btn-white-border {
    padding: 10px 30px !important;
    background: #1E6054;
    border-radius: 40px;
    border: 2px solid transparent;
    font-family: Poppins, sans-serif;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 10px 10px 0 0;
    z-index: 1;
    position: relative;
    transition: .5s
}

.btn-white-border {
    border: 1px solid #fff;
    font-size: 14px;
    background: 0 0;
    box-shadow: none
}

.btn-blue {
    background: #6B842A;
    border-color: #ab7e4b;
    color: #fff !important
}

.banner .btn-blue,
.cta-signup .btn-blue {
    border-color: #fff;
}

.banner .btn-blue:hover,
.banner .btn-red:hover,
.cta-signup .btn-blue:hover {
    border: 2px solid #fff;
    color: #fff !important
}

.btn-blue:hover {
    border: 2px solid #fff !important;
    box-shadow: 2px 2px 30px #525151;
    transition: .5s;
    background: 0 0;
    color: white !important;
}

.nav-bar ul.menu li a::before {
    width: 0
}

.nav-bar ul.menu li a:hover::before {
    width: 100%;
    animation: 1s forwards fill;
    color: #fff !important
}

.btn-red:hover {
    border: 2px solid #0c0c0c;
    color: #000 !important;
    background: 0 0;
    box-shadow: 2px 2px 30px #0c0c0c;
    transition: .5s
}

.cta-signup .btn-red:hover {
    border: 2px solid #fff;
    color: #fff !important;
    background: 0 0;
    box-shadow: 2px 2px 30px #fff;
    transition: .5s
}

.input-control {
    margin: 7px 0;
    font: -webkit-control;
    padding: 8px 15px;
    width: 100%;
    font-family: Poppins, sans-serif;
    display: inline-block;
    font-size: 14px;
    color: #848484;
    background: #fff;
    border: 1px solid #fff;
    outline: 0;
    border-radius: 4px
}

.label_fnt,
.list-banner li,
.popupform .form-control,
.popupform .popup-content h2 {
    font-family: Poppins, sans-serif
}

.copyright,
footer {
    background: linear-gradient(189deg, #6B842A 39%, #1E6054 100%);
}

textarea.input-control.form-control {
    margin: 7px 0 !important;
    width: 100%;
    height: 40px;
    padding: 7px 15px;
    font-family: Poppins, sans-serif;
    overflow: hidden;
    border-radius: 5px;
    resize: none
}

.get-started-form form {
    padding: 25px;
    background: linear-gradient(189deg, #6B842A 39%, #1E6054 100%);
    border-radius: 15px;
    z-index: 1
}

.banner .get-started-form form::before {
    content: "";
    position: absolute;
    left: -136px;
    top: 90px;
    width: 50%;
    height: 60%;
    background-size: 90%;
    transition: .3s ease-in;
    z-index: 0
}

.label_fnt {
    font-size: 10px;
    margin: 20px 0;
    color: #0c0c0c;
    display: block;
    line-height: 15px
}

.label_fnt a {
    color: #0c0c0c;
    text-decoration: underline
}

.label_fnt input {
    margin: 0 5px 0 0;
    height: auto !important;
    width: auto !important
}

label.error {
    display: none !important
}

.banner input.input-control,
select#ser-select {
    width: 16% !important;
    border-radius: 20px
}

select:focus {
    background: #104b8d87;
    color: #fff
}

.banner .get-started-form option:focus,
.banner .get-started-form option:hover,
.banner .get-started-form option:selected {
    background-color: #e6e6e6 !important;
    color: #000 !important
}

.banner .get-started-form {
    width: 100%
}

.get-started-form.main-form {
    background: linear-gradient(135deg, #6B842A, #1E6054) !important;
    width: 80%;
    margin: 0 0 0 auto;
    padding: 20px !important;
    border-radius: 12px !important;
}

.get-started-form.main-form input.input-control,
.get-started-form.main-form select#ser-select,
.get-started-form.main-form textarea {
    width: 100% !important;
    border-radius: 10px !important;
    padding: 10px 15px;
    border: 0
}

.get-started-form.main-form select#ser-select {
    padding: 0 15px;
    height: 40px
}

a#goto-top {
    position: fixed;
    bottom: 100px;
    right: 30px;
    background: #6B842A;
    color: #fff;
    width: 53px;
    height: 46px;
    font-size: 22px;
    border-radius: 50px;
    z-index: 999;
    transition: .5s !important;
    opacity: 0;
    visibility: hidden
}

a#goto-top i {
    padding-bottom: 3px
}

a#goto-top.show {
    opacity: 1;
    visibility: visible
}

a#goto-top:hover {
    transform: scale(1.2)
}

h1 {
    font-size: 39px;
    padding: 0 0 15px;
    line-height: 43px;
    margin: 0;
    color: #fff
}

.services .ser-box h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 2px;
    background: #6b6b6b
}

footer {
    padding: 50px 0 0;
    color: #fff
}

footer .logo img {
    max-width: 50%
}

footer p {
    font-size: 14px;
    padding: 0 0 20px;
    font-weight: 300
}

footer ul.menu li a:active,
footer ul.menu li a:hover {
    color: #fff !important
}

footer ul.menu li a {
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    color: #fff;
    cursor: pointer;
    letter-spacing: 0;
    transition: .5s
}

footer ul.menu li a i {
    color: #fff;
    margin-right: 10px
}

footer ul.menu li a .d-block {
    line-height: 10px;
    padding-left: 25px
}

.social-icons li {
    display: inline-block;
    padding: 0 20px 0 0
}

.copyright,
.faq-sec .card-header,
h2 {
    padding: 10px 0
}

.faq-sec {
    padding-bottom: 70px;
}

.social-icons li a {
    font-size: 16px;
    color: #fff
}

.social-icons li a i:hover {
    color: #f9ba0d !important
}

.copyright ul.menu li a {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none
}

.copyright a,
.copyright p {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    padding: 10px 0
}

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

h2 span {
    vertical-align: baseline
}

.banner {
    margin-top: -90px;
    padding: 150px 0 100px
}

.main-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('../images/mid-century-interior-design.jpg') 0 0/100% no-repeat;
    z-index: 6;

}

.chris-banner {
    z-index: 1;
    padding: 200px 0 70px
}


.container {
    max-width: 1300px !important
}

.faq-sec .card-header {
    background: 0 0;
    border: none;
    outline: 0 !important
}

.faq-sec .card-header a {
    display: block;
    font-size: 16px;
    color: #1e1e1e;
    font-weight: 500;
    padding: 6px 0
}

.faq-sec .card {
    border-radius: 10px;
    border: none;
    border-bottom: 1px solid #d3d3d3;
    margin: 10px 0;
    padding: 0 20px;
    box-shadow: -1.216px 6.894px 15px 0 rgba(37, 117, 252, .2)
}

.faq-sec .card-body {
    padding: 0 25px 20px
}

#accordion-location .card-header a.card-link.collapsed:after,
.faq-sec .card-header a.card-link.collapsed:after {
    content: "\f067";
    font: var(--fa-font-solid);
    height: 30px;
    width: 30px;
    display: inline-block;
    position: absolute;
    right: 0;
    color: #25435c;
}

#accordion-location .card-header a.card-link:after,
.faq-sec .card-header a.card-link:after {
    content: "\f068";
    font: var(--fa-font-solid);
    height: 30px;
    width: 30px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 20px;
    color: #25435c
}

.faq-sec .card-body p {
    color: #1e1e1e;
    font-size: 14px
}

.cta {
    background: url('../images/process-bg.html') 0 0/cover no-repeat;
    padding: 80px 0
}

.cta h2 {
    line-height: 45px;
    font-size: 45px
}

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

.cta .cta-right {
    position: absolute;
    right: 0;
    top: -190px;
    max-width: 100%
}

.cta-signup {
    background: linear-gradient(135deg, #6B842A, #1E6054);
    width: 65%;
    margin: auto;
    padding: 25px 40px !important;
    border-radius: 50px;
    margin-bottom: 70px;
    margin-top: 50px;

}

.cta-signup img {
    max-width: 80%
}

.signup-cta {
    background: url('../images/signup-cta.html') 0 0/100% 100% no-repeat
}

.pricing .price {
    background: url('../images/pr-arrow.html') left center/30% no-repeat;
    padding-left: 50px;
    font-size: 40px;
    letter-spacing: -4px
}

.porfilio-slider {
    padding: 60px 0
}

.reason-des {
    margin: 20px 0;
    padding: 20px;
    background: #003896;
    border-radius: 10px;
    box-shadow: 1px 2px 9px #f5f5
}

.author-info h6,
.blog-detail p,
.reason-des p {
    font-size: 15px
}

.reason-des h4 {
    font-size: 18px;
    margin-bottom: 5px
}

.reason-des:hover {
    background: linear-gradient(180deg, #d93424 50%, #9d0a07 100%);
    box-shadow: 1px 1px 20px 4px #9d0a07
}

.why-choose .get-started-form.main-form select#ser-select,
.why-choose input.input-control,
.why-choose textarea.required.input-control.form-control {
    background: #658ac0 !important;
    width: 100% !important;
    color: #fff !important
}

.why-choose .input-control::placeholder,
.why-choose select#ser-select {
    color: #fff !important
}

.cta-get-started {
    background: url(../images/cta2.html) 100%/100% no-repeat;
    color: #fff;
    border-radius: 20px
}

div#popupform {
    padding: 0;
    max-width: 1100px;
    background: 0 0;
    overflow-x: hidden
}

.modal-body {
    display: flex;
    justify-content: center;
    align-items: center
}

.popupform .popup-bann {
    position: relative;
    z-index: 3;
    top: 20px;
    transform: rotate(-4deg);
    left: 20px
}

.popupform .popup-bann img {
    width: 360px
}

.popupform .popup-content {
    max-width: 700px;
    height: 500px;
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 40px 50px 21px 200px;
    margin: 20px 9px 0 -150px;
    border-radius: 20px
}

.gray-box,
.services .ser-box {
    background: #f1f1f1;
    padding: 20px
}

.popupform .popup-content h2 {
    position: relative;
    font-size: 28px;
    padding-bottom: 0;
    letter-spacing: -1px;
    margin-bottom: 10px;
    line-height: 27px
}

.popupform .popup-content p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding: 10px 0;
    color: #000
}

.popupform .form-control {
    border-radius: 0;
    margin-bottom: 10px;
    font-size: 14px;
    height: 40px
}

.popupform textarea.required.form-control {
    height: 80px !important
}

.popupform button.fancybox-button.fancybox-close-small {
    background: #9f0b07;
    padding: 0;
    opacity: 1;
    top: 10px;
    border-radius: 5px;
    width: 35px;
    height: 35px
}

.popupform .fancybox-button svg {
    color: #fff;
    top: 0;
    left: 1px;
    font-weight: 900;
    padding: 3px
}

input.btn.btn_brown {
    margin-bottom: 15px !important
}

.popupform ::placeholder {
    color: #000
}

.required.error,
select.required.error,
textarea.required.error {
    border: 0 !important;
    border-bottom: 2px solid red !important;
    color: red !important
}

img {
    transition: .5s;
    border-radius: 30px;
    max-width: 100%
}

img:hover {
    animation: 3s linear infinite pulse;
    -moz-animation: 3s linear infinite pulse;
    -webkit-animation: 3s linear infinite pulse;
    cursor: pointer
}

.services .ser-box {
    box-shadow: 0 0 10px #ccc;
    border-radius: 16px;
    transition: .5s;
    position: relative;
    height: 188px;
    margin: 20px 0
}

.ser-box:before {
    content: "";
    position: absolute;
    background-color: #6B842A;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    clip-path: circle(0 at 0 0);
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    z-index: -1
}

.ser-box:hover:before {
    clip-path: circle(100% at 40% 100%);
}

.services .ser-box:hover {
    transform: scale(1.07);
    cursor: pointer;
    color: #fff;
}

.client-info .ser-box.ser-box.text-center {
    height: 300px;
    background: #fff
}

.services .ser-box h4 {
    font-size: 20px;
    padding: 10px 0;
    position: relative
}

.services .ser-box p {
    font-size: 14px;
    padding: 10px 0;
    color: #000
}

.btn-red-border {
    font-size: 15px;
    border: 1px solid #dd1423;
    color: #dd1423
}

.book-mark-ser::before {
    background: url('../images/book-mark-ser-before.html') 0 0/29% no-repeat;
    left: 0;
    top: -70px;
    width: 90%;
    height: 100%
}

.bottom-form form {
    background: #6B842A;
    padding: 40px 30px 30px;
    margin-bottom: 95px;
}

.bottom-form .get-started-form.main-form form input.input-control {
    width: 49% !important;
    background: 0 0;
    border: 1px solid #fff;
    color: #fff
}

.bottom-form .get-started-form.main-form {
    width: 100%;
    margin: auto
}

.bottom-form .get-started-form.main-form select#ser-select,
.bottom-form .get-started-form.main-form textarea {
    width: 49% !important;
    float: left;
    margin: 7px 5px 0 0 !important;
    border: 1px solid #fff;
    color: #0c0c0c
}

.box-shade,
.gray-box {
    border-radius: 20px;
    box-shadow: 0 0 10px #ccc
}

.bottom-form .get-started-form.main-form textarea {
    width: 98.5% !important;
    color: #0c0c0c
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    bottom: 0;
    background: #7d7d7d82;
    font-size: 25px;
    border-radius: 40px;
    display: flex;
    height: 45px;
    width: 45px;
    color: #747474;
    position: absolute
}

.terms h3 {
    font-size: 25px;
    text-transform: capitalize;
    padding: 10px 0
}

.list-item li.pl-5 {
    list-style: none
}

.title {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -1px
}

.gray-box {
    margin: auto;
    height: 180px
}

.gray-box:hover {
    cursor: pointer;
    background: #25435c;
    transition: .5s
}

.gray-box img,
.owl-carousel .owl-item img {
    border-radius: 0
}

.reason {
    padding-bottom: 200px
}

.owl-dot.active span,
.owl-dot:hover span {
    background: #f9ba0d !important
}

.owl-carousel .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 240px;
    font-size: 35px
}

.owl-carousel .owl-nav button.owl-prev {
    left: -80px;
    align-items: center;
    justify-content: center
}

.owl-carousel .owl-nav button.owl-next {
    right: -80px;
    align-items: center;
    justify-content: center
}

[class*=owl-next]:hover,
[class*=owl-prev]:hover {
    color: #fff !important;
    background: #f9ba0d !important
}

.list-item li {
    list-style: disc;
    margin-left: 17px;
    color: #6b6b6b
}

.list-item li::marker {
    color: #25435c;
    font-size: 19px
}

.box-shade {
    padding: 40px;
    background: #fff
}

.tailor::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../images/tailor.html') 0 0/50% 100% no-repeat
}

.dark-blue {
    background: #033448
}

.why-choose p {
    color: #6b6b6b;
    padding: 10px 0;
    font-size: 13.5px
}

.why-choose h3 {
    font-size: 19px;
    position: relative;
    margin-left: 15px
}

.why-choose h3:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #26455f;
    position: absolute;
    left: -15px;
    top: 4px;
    border-radius: 50px
}

.parent-ser-box {
    height: 500px;
    overflow: auto
}

.parent-ser-box::-webkit-scrollbar {
    width: 5px
}

.parent-ser-box::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #6B842A;
}

.parent-ser-box::-webkit-scrollbar-track {
    background-color: #ccc;
    border-radius: 6px;
}

.parent-star {
    display: inline-block;
    padding-left: 3px;
}

.services#testmonial .ser-box {
    height: 280px;
}

.services#testmonial .ser-box i.fas.fa-quote-left {
    font-size: 27px;
}

.services#testmonial .ser-box h5 {
    font-size: 20px;
    padding: 0 10px;
}

.web-tabs [class*=col-md-12] {
    padding: 0;
    margin: 0
}

.services {
    margin-top: 95px;
}

.web-tabs .web-left-content {
    position: absolute;
    left: 70px;
    top: 297px
}

.chris-banner:after,
section.banner.main-banner.inner-banner:after {
    content: "";
    position: absolute;
    background: #29425957;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.chris-banner:after {
    height: 100% !important;
}

.web-tabs .web-left-content ul li {
    padding: 15px 0;
    color: #c9c9c9;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    font-family: Poppins
}

.web-tabs .web-left-content .btn-call {
    color: #000
}

.web-tabs .web-left-content .btn-call span {
    font-size: 12px
}

.borrow-tab h2,
.intro-video-tabs .borrow-tab h2 {
    font-size: 21px
}

.borrow-tab h2::before {
    left: -1px;
    top: 28px
}

.borrow-tab ul.nav.nav-tabs {
    display: block;
    border: 0
}

.web-tabs .borrow-tab {
    box-shadow: 0 0 10px #ccc;
    padding: 10px;
    border-radius: 10px
}

.web-tabs.portfolio .btn-blue:hover {
    background: #fff !important;
    color: #000 !important;
}

#portfolio .btn-blue:hover {
    background: #fff !important;
    color: #000 !important;
}

.services .btn-blue:hover {
    background: #fff !important;
    color: #000 !important;
}

#testmonial .btn-blue:hover {
    background: #fff !important;
    color: #000 !important;
}

.borrow-tab ul.nav.nav-tabs li a {
    font-weight: 600;
    color: #373738;
    padding: 10px 180px 10px 15px;
    border-radius: 5px
}

.borrow-tab ul.nav.nav-tabs li a.active {
    background: #6B842A;
    position: relative;
    color: #fff
}

.web-tabs .tab-content [class*=col-md-4] {
    padding: 13px 0;
    margin: 0
}

.borrow-tab ul.nav.nav-tabs li {
    padding: 10px 0;
    margin: 10px 0
}

.inner-banner .list-item li,
.inner-banner .list-item li::marker {
    color: #0c0c0c
}

.get-started-form.main-form h3 {
    font-size: 25px
}

.get-started-form.main-form h3 strong {
    color: #fff !important
}

.bottom-form .get-started-form.main-form form input.input-control::placeholder {
    color: #fff;
    opacity: 1
}

.bottom-form .get-started-form.main-form form input.input-control::-ms-input-placeholder {
    color: #fff
}

.bottom-form .get-started-form.main-form select#ser-select,
.bottom-form .get-started-form.main-form textarea::placeholder {
    color: #fff;
    opacity: 1
}

.bottom-form .get-started-form.main-form select#ser-select,
.bottom-form .get-started-form.main-form textarea::-ms-input-placeholder {
    color: #fff
}

.bottom-form #register:hover {
    color: #fff !important;
}

section.why-choose .btn-blue:hover {
    color: #000 !important
}

.chris-banner:after {
    height: 91%
}

section.banner.main-banner.inner-banner:after {
    height: 100%
}

.modal-body .model-from,
.modal-body .model-img {
    width: 50%
}

.blog1 {
    margin-top: 50px;
    margin-bottom: 95px;
}

.Features-container {
    max-width: 1600px !important;
    margin: 0 auto;
}

.section-header {
    text-align: center;
    margin-bottom: 70px;
    margin-top: 95px;
}

.section-header h1 {
    font-size: 2.5rem;
    color: #000;
    font-weight: 700;
    letter-spacing: -3px;
    position: relative;
    display: inline-block;
}

.section-header p {
    font-size: 1rem;
    color: #000;
    margin-top: 30px;
    font-style: none;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

.feature-card {
    background: white;
    border-radius: 16px;
    padding: 45px 35px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 25px rgba(30, 96, 84, 0.08);
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #6B842A, #1E6054);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.feature-card:hover::before {
    transform: scaleX(1);
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(30, 96, 84, 0.15);
}

.icon-wrapper {
    width: 90px;
    height: 90px;
    margin: 0 auto 30px;
    background: linear-gradient(135deg, #6B842A 0%, #1E6054 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    position: relative;
}

.feature-card:hover .icon-wrapper {
    transform: scale(1.1) rotate(5deg);
}

.icon-wrapper::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(135deg, #6B842A 0%, #1E6054 100%);
    opacity: 0.2;
    transform: scale(1.3);
}

.icon-wrapper svg {
    width: 45px;
    height: 45px;
    fill: white;
    position: relative;
    z-index: 1;
}

.feature-card h3 {
    font-size: 1.4rem;
    color: #1E6054;
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.feature-card p {
    font-size: 1rem;
    color: #666;
    line-height: 1.7;
    font-family: 'Arial', sans-serif;
}

@media (max-width: 768px) {
    .section-header h1 {
        font-size: 2.5rem;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

