@import url('https://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');

/* Hover Start ================================*/
a:hover,
a:focus,
button:hover,
button:focus {
    outline: none !important;
    text-decoration: none !important;
    transition: auto;
}

.primary-color {
    color: #138b9c;
    display: contents;
}

.input-control:focus {
    background: #ffffff;
    transition: 0.7s all;
    box-shadow: none;
}

.input-control:hover::-moz-placeholder,
.input-control:focus::-moz-placeholder {
    color: #fff;
}

/*.input-control:hover::placeholder,*/
/*.input-control:focus::placeholder {*/
/*    color: #fff;*/
/*}*/

.input-control::-moz-placeholder {
    color: #848484;
}

.input-control::placeholder {
    color: #848484;
}

.bottom-form .input-control::placeholder {
    color: #0C0C0C;
}

/* Hover End ================================*/
section {
    padding: 40px 0;
    position: relative;
    clear: both;
    scroll-behavior: smooth !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
btn {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin: 0;
    color: #0C0C0C;
}

p,
ul li,
ul li a {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 15px;
    margin: 0;
    color: #0C0C0C;
    transition: 0.5s all ease-in;
}

ul li a:hover {
    color: #0C0C0C;
}

/*Mobile Screen viewport ================================*/
.mobile-screen {
    display: none;
}

#cross {
    display: none;
}

/*End Mobile Screene ================================*/
/* Poooosition fixed============================================================ */
.sticky-nav-bar {
    position: fixed;
    top: 0;
    padding: 10px 0 !important;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #138b9c;
    transition: all 0.3s ease-in-out;
    animation: header-animation 1s;
    box-shadow: 0 0px 10px gray;
}

@keyframes header-animation {
    0% {
        transform: translateY(-106px);
    }

    100% {
        transform: translateY(0);
    }
}

.top-bar {
    padding: 8px 0;
    background: #138b9c;
}

marquee h6 {
    color: white;
}

.top-bar ul.menu.social-icons {
    display: flex;
    justify-content: end;
    align-items: center;
}

.top-bar li.side-bar-one {
    position: relative;
}

.top-bar ul.menu.social-icons li a i {
    color: #ffffff;
}

.nav-bar {
    padding: 10px 0 30px;
}

.banner.main-banner .list-item li::marker,
.banner.main-banner .list-item li {
    color: #0C0C0C;
}

.logo img,
.services img,
.main-banner img {
    max-width: 100%;
    border-radius: 0;
}

.nav-bar ul.menu {
    position: relative;
    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: #0C0C0C;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    transition: 0.5s all;
    margin: 0;
}

.nav-bar ul.menu li a:hover,
.nav-bar ul.menu li a.active,
.nav-bar ul.menu li a:focus {
    color: #fff;
    background: none;
}

/* Dropdown List Start */
.nav-bar ul.menu.dropdown {
    display: none;
}

.top-bar .side-bar-one::after {
    content: "";
    position: absolute;
    right: 17px;
    top: 0;
    width: 1.5px;
    height: 25px;
    background: #ffffff;
}

header nav ul li.dropdown:hover .dropdown-menu,
.dropdown-menu-submenu {
    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: 0.5s all;
    width: 300px;
    background: #138b9c;
}

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:hover,
header nav ul li .dropdown-menu a.active {
    position: relative;
    visibility: visible;
    z-index: 100 !important;
    background: #0C0C0C !important;
    color: #fff !important;
}

/* header nav ul li .dropdown-menu-submenu a:hover,
header nav ul li .dropdown-menu-submenu a.active {
  background: #0C0C0C !important;
} */

header nav ul li .dropdown-menu a:hover::before,
.dropdown-menu-submenu a:hover::before {
    display: none;
}

.nav-bar ul.menu a.dropdown-item.active::before {
    display: none;
}

/* Submenu Dropdown start*/
.dropdown-menu-submenu {
    display: none;
    position: absolute;
    top: 0px;
    left: 100%;
    background: #138b9c;
    width: 100%;
}

.submenu-list:hover .dropdown-menu-submenu {
    display: block;
}

/* Submenu Dropdown end*/
/* Dropdown List end*/
header {
    background: transparent;
    position: relative;
    z-index: 2;
}

.nav-bar ul li a img {
    max-width: 60%;
}

.nav-bar ul li a.active::before {
    content: "";
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -15px;
    transition: width 0.5s !important;
    width: 100%;
    animation: fill 1s forwards;
    color: #606060 !important;
}

.nav-bar ul li a::before {
    content: "";
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -10px;
    transition: width 0.5s !important;
}

.nav-bar ul li .btn-white:hover::before,
.nav-bar ul li .btn-red:hover::before {
    display: none;
}

/* /////////////// */
.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: #0C0C0C;
    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: 0.5s all;
}

.btn-white-border {
    border: 1px solid #fff;
    font-size: 14px;
    background: 0 0;
    box-shadow: none
}

.btn-blue {
    background: #138b9c;
    border-color: #138b9c;
    color: #ffffff !important;
}

.banner .btn-blue,
.cta-signup .btn-blue {
    border-color: #0C0C0C;
}

.banner .btn-blue:hover,
.cta-signup .btn-blue:hover {
    border: 2px solid #fff;
    color: #fff !important;
}

.btn-blue:hover {
    border: 2px solid #138b9c;
    color: #138b9c !important;
    box-shadow: 2px 2px 30px #525151;
    transition: 0.5s all;
    background: none;
}

header {
    background: 0 0;
    z-index: 2
}

.nav-bar ul.menu li a.active::before {
    width: 100%;
    animation: 1s forwards fill;
    color: #606060 !important
}

.nav-bar ul.menu li a::before {
    width: 0;
    content: none;
}

.nav-bar ul.menu li a:hover::before {
    width: 100%;
    animation: 1s forwards fill;
    color: #fff !important;
}

.banner .btn-red:hover {
    border: 2px solid #fff;
    color: #fff !important;
}

.btn-red:hover {
    border: 2px solid #0C0C0C;
    color: #0C0C0C !important;
    background: none;
    box-shadow: 2px 2px 30px #0C0C0C;
    transition: 0.5s all;
}

.nav-bar ul.menu li a.btn-red:hover {
    border: 2px solid #ffffff;
    color: #ffffff !important;
    background: none;
    box-shadow: 2px 2px 30px #ffffff;
    transition: 0.5s all;
}

.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 {
    font-family: Poppins, sans-serif
}

.copyright,
footer {
    background: #0C0C0C;
}

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;
    position: relative;
    background: white;
    /* box-shadow: 0px 0px 10px #f7bd20; */
    border-radius: 15px;
    /* border: 1px solid #f7bd20;*/
    position: relative;
    z-index: 1;
}

/*
.banner .get-started-form form::before {
    content: "";
    position: absolute;
    left: -136px;
    top: 90px;
    width: 50%;
    height: 60%;
    background: url(../images/santa.webp) no-repeat;
    background-size: 90%;
    transition: 0.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 {
    width: 80%;
    margin: 0 0 0 auto
}

.get-started-form form .btn-red {
    background: #138b9c !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: 15px 15px;
    border: 2px solid lightgrey;
}

.get-started-form.main-form select#ser-select {
    height: 50px
}

.get-started-form.main-form select#ser-select option {
    color: black;
}

a#goto-top {
    position: fixed;
    bottom: 100px;
    right: 30px;
    background: #138b9c;
    color: #fff;
    width: 46px;
    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;
    line-height: 43px;
    letter-spacing: -2px;
    margin: 0;
    font-weight: 700;
    letter-spacing: -2px;
    position: relative;
    padding-bottom: 15px;
}

h1::before,
.services .ser-box h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 2px;
    background: #6B6B6B;
}

.privacy h1::before,
.terms h1::before {
    display: none;
}

.terms.why-choose h3:before {
    display: none;
}

h1 span {
    display: block
}

footer {
    padding: 50px 0 0;
    color: #fff
}

footer .logo img {
    max-width: 60%;
    filter: brightness(.8)
}

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: #138b9c !important;
}

footer ul.menu li a {
    font-size: 15px;
    font-weight: 300;
    line-height: 35px;
    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: 0px 20px 0 0;
}

.social-icons li a {
    font-size: 16px;
    color:white;
}

.social-icons li a i:hover {
    color: #138b9c !important;
}

.copyright {
    padding: 10px 0;
}

.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;
    padding: 10px 0;
    font-weight: 700;
    letter-spacing: -2px;
}

h2 span {
    vertical-align: baseline
}

.banner {
    margin-top: -150px;
    padding: 180px 0 100px;
}

.main-banner {
    position: relative;
    background: url('../images/banner.webp') no-repeat;
    background-size: cover;
}

/*.chris-banner{
  z-index: 1;
  padding: 150px 0 250px;
}
.chris-banner::before {
    content: "";
    background: url('../images/ny-banner.webp') no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 0;
}
.chris-banner::after {
    content: "";
    background: #fff;
    width: 100%;
    box-shadow: 50px -80px 50px #fff;
    height: 15%;
    position: absolute;
    left: 0;
    bottom: -18px;
    z-index: -1;
}*/
.container {
    max-width: 1300px !important;
}

p a,
p a:hover {
    color: #0C0C0C;
}

.faq-sec .card-header {
    background: 0 0;
    border: none;
    outline: 0 !important;
    padding: 10px 0
}

.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: 0px 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-family: 'Font Awesome 5 Pro';
    height: 30px;
    width: 30px;
    display: inline-block;
    position: absolute;
    right: 0;
    color: #138b9c;
    top: 20px
}

#accordion-location .card-header a.card-link:after,
.faq-sec .card-header a.card-link:after {
    content: "\f068";
    font-family: 'Font Awesome 5 Pro';
    height: 30px;
    width: 30px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 20px;
    color: #138b9c;
}

.faq-sec .card-body p {
    color: #1e1e1e;
    font-size: 14px
}

.cta {
    background: url('../images/process-bg.webp') 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: #138b9c;
    width: 80%;
    margin: auto;
    padding: 0 40px;
    border-radius: 50px;
}

.cta-signup img {
    filter: invert(0.1);
    max-width: 80%;
}

.signup-cta {
    background: url('../images/signup-cta.webp') no-repeat;
    background-size: 100% 100%;
}

.pricing .price {
    background: url('../images/pr-arrow.webp') left center/30% no-repeat;
    padding-left: 50px;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -4px
}

.porfilio-slider {
    text-align: center;
    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;
    text-align: left;
}

.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.webp) 100%/100% no-repeat;
    color: #fff;
    text-align: center;
    border-radius: 20px
}

/*POPUP Form  */
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;
}

.popupform .popup-content h2 {
    position: relative;
    font-size: 28px;
    font-family: Poppins, sans-serif;
    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;
    font-family: Poppins, sans-serif
}

.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: 0px;
    left: 1px;
    font-weight: 900;
    padding: 3px
}

input.btn.btn_brown {
    margin-bottom: 15px !important
}

.popupform ::placeholder {
    color: #000
}

/*POPUP Form End*/
.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: 0px 0px 10px #ccc;
    padding: 20px;
    border-radius: 16px;
    transition: .5s;
    position: relative;
    /* height: 170px; */
    margin: 20px 0;
    background: #F1F1F1;
}

.ser-box:before {
    content: "";
    position: absolute;
    background-color: #138b9c;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    clip-path: circle(0 at 0 0);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    z-index: -1;
}

.ser-box:hover:before {
    clip-path: circle(100% at 40% 100%);
}

.services .ser-box:hover {
    cursor: pointer;
    transform: scale(1.07);
    cursor: pointer;
    color: #fff;
}

.client-info .ser-box.ser-box.text-center {
    height: 300px;
    background: #fff;
}

.ser-box:hover h4,
.ser-box:hover p {
    color: #fff;
}

.services .ser-box h4 {
    font-size: 20px;
    padding: 10px 0;
    position: relative;
    height: 70px;
}

.services .ser-box p {
    font-size: 14px;
    padding: 10px 0;
    color: #000;
    height: 105px;
}

.btn-red-border {
    font-size: 15px;
    border: 1px solid #dd1423;
    color: #dd1423
}

.book-mark-ser::before {
    background: url('../images/book-mark-ser-before.webp') 0 0/29% no-repeat;
    left: 0;
    top: -70px;
    width: 90%;
    height: 100%
}

.bottom-form form {
    background: #138b9c;
    padding: 40px 30px 30px;
    margin: auto
}

.bottom-form .get-started-form.main-form form input.input-control {
    width: 49% !important;
    background: 0 0;
    border: 1px solid #0C0C0C;
    color: #0C0C0C;
}

.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 0px 0px !important;
    background: #138b9c;
    border: 1px solid #0C0C0C;
    color: #0C0C0C;
}

.bottom-form .get-started-form.main-form textarea {
    width: 98.5% !important;
    color: #0C0C0C;
}

.terms h2 {
    font-size: 25px;
    text-transform: capitalize;
    padding: 10px 0;
    letter-spacing: -1px;
}

.list-item li.pl-5 {
    list-style: none;
}

.title {
    color: #0C0C0C;
    font-size: 54px;
    line-height: 60px;
    letter-spacing: -1px;
    font-weight: 600;
}

.gray-box {
    background: #F1F1F1;
    box-shadow: 0px 0px 10px #ccc;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    margin: auto;
    height: 180px;
}

.gray-box:hover {
    cursor: pointer;
    background: #138b9c;
    transition: 0.5s all;
}

.gray-box img {
    border-radius: 0;
}

.reason {
    text-align: center;
    padding-bottom: 200px;
}

.owl-dot.active span,
.owl-dot:hover span {
    background: #138b9c !important;
}

.owl-carousel .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 240px;
    font-size: 35px;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -80px;
    font-size: 25px;
    bottom: 0;
    background: #7d7d7d82;
    border-radius: 40px;
    display: flex;
    height: 45px;
    width: 45px;
    align-items: center;
    justify-content: center;
    color: #747474;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -80px;
    bottom: 0px;
    background: #7d7d7d82;
    font-size: 25px;
    border-radius: 40px;
    display: flex;
    height: 45px;
    width: 45px;
    align-items: center;
    justify-content: center;
    color: #747474;
}

[class*=owl-next]:hover,
[class*=owl-prev]:hover {
    color: #ffffff !important;
    background: #138b9c !important;
}

.list-item li {
    list-style: disc;
    margin-left: 17px;
    color: #6B6B6B;
}

.list-item li::marker {
    color: #138b9c;
    font-size: 19px;
}

.box-shade {
    box-shadow: 0px 0px 10px #ccc;
    padding: 40px;
    border-radius: 20px;
    background: #fff;
}

.tailor::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../images/tailor.webp') no-repeat;
    background-size: 50% 100%;
}

.dark-blue {
    background: #033448;
}

.owl-carousel .owl-item img {
    border-radius: 0;
}

.why-choose p {
    color: #6B6B6B;
    padding: 10px 0;
    font-size: 13.5px;
}

.why-choose h3 {
    font-size: 22px;
    position: relative;
    margin-left: 15px;
}

.why-choose h3:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #138b9c;
    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: #138b9c;
}

.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: auto;
}

.services#testmonial .ser-box p {
    height: auto;
}

.services#testmonial .ser-box i.fas.fa-quote-left {
    font-size: 27px;
}

.services#testmonial .ser-box h5 {
    font-size: 16px;
    padding: 0 10px;
}

/* Tabs Start */

.web-tabs [class*=col-md-12] {
    padding: 0;
    margin: 0
}

.web-tabs .web-left-content {
    position: absolute;
    left: 70px;
    top: 297px
}

.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: 0px 0px 10px #ccc;
    padding: 30px 10px;
    border-radius: 10px;
}

.borrow-tab ul.nav.nav-tabs li a {
    font-weight: 600;
    color: #373738;
    padding: 10px 15px 10px 15px;
    border-radius: 5px;
}

.borrow-tab ul.nav.nav-tabs li a.active {
    background: #138b9c;
    position: relative;
}

.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;
}

/* Tabs End */
.inner-banner .list-item li,
.inner-banner .list-item li::marker {
    color: #0C0C0C;
}

.get-started-form.main-form h3 {
    font-size: 25px;
}

/* .slider-logo_s.owl-carousel .owl-item img {
    width: 200px;
    height: 150px;
    object-fit: contain;
} */

.slider-graph_s.owl-carousel .owl-item img {
    height: 350px;
    object-fit: contain;
    border: 1px solid #138b9c;
}

.slider-gray-logo_s.owl-carousel .owl-item img {
    height: 80px;
    object-fit: contain;
    width: 130px;
    filter: grayscale(1);
}

.whatsapp-rapper i {
    position: fixed;
    left: 60px;
    bottom: 45px;
    font-size: 45px;
    z-index: 2;
    filter: drop-shadow(1px 1px 1px black);
    color: rgb(79, 206, 93);
}

.whatsapp-rapper a {
    background: aquamarine;
    width: 100px;
    height: 100px;
    position: relative;
    z-index: 14;
}

.whatsapp-rapper i::after {
    content: "Contact Us on Whatsapp";
    font-size: 11px;
    font-family: 'poppins';
    position: absolute;
    left: -50px;
    bottom: -20px;
    width: max-content;
    color: rgb(79, 206, 93);
    text-align: center;
    text-decoration: none;
    filter: drop-shadow(1px 0px 0px black);
}

.case-studies-section .box-shade {
    padding: 0;
    border-radius: 3px;
    text-align: center;
}

.case-studies-section .box-shade img {
    border-radius: 0;
    width: 100%;
}

.case-studies-section .box-shade h4 {
    padding: 20px 20px 0px;
    text-align: left;
    font-size: 15px;
}

.case-studies-section .box-shade p {
    padding: 20px 20px 0;
    text-align: left;
}

.author-info img {
    width: 45px !important;
    height: 45px !important;
    border-radius: 50% !important;
}

.main-banner-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.main-banner-footer>img {
    width: 20%;
    cursor: auto;
}


.proces-box {
    padding: 40px 20px;
    text-align: center;
    background: #fff;
    border-radius: 20px 20px 0;
    box-shadow: 0 0 20px 0 #00000017, inset 0 0 8px 0 #138b9c52;
    border: 1px solid #138b9c;
    position: relative;
    z-index: 1;
    height: 100%;
}

.proces-box:before {
    content: '';
    position: absolute;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    z-index: -1;
    border: 1px solid #138b9c;
    left: 10px;
    top: 10px;
    border-radius: 20px 20px 0;
}

.proces-box h3 {
    font-size: 50px;
    line-height: 1;
    margin: 0 0 4px;
    color: #138b9c;
}

.proces-box h5 {
    font-size: 20px;
    line-height: 1;
    margin: 0 0 8px;
    font-weight: 700;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.proces-box p {
    color: #000;
    font-weight: 500;
}

.modal .modal-header {
    padding: 0;
    border: none;
}

.modal .modal-header .close {
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 999;
}

.modal .modal-content {
    background-color: #ffffff;
    border: none;
}

.sticky-nav-bar .logo {
    filter: brightness(0);
}

.thankyou h1 {
    font-size: 50px;
    color: white;
}

.thankyou p {
    color: white;
    font-size: 16px;
    margin-bottom: 12px;
    margin-top: 12px;
}

.thankyou h1::before {
    background: none;
}

section.thankyou {
    height: 100vh;
    display: flex;
    align-items: center;
    margin: 0 !important;
}

.thank-you-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.logo,
.logo img {}

.tawkto-frame {}

section.banner.main-banner .btn-red {
    background: white;
    color: black !important;
}

section.banner.main-banner .btn-red:hover {
    background: black;
    color: white !important;
}

.porfilio-slider {
    padding-bottom: 0;
}

header a.btn.btn-red {
    background: white;
    color: black !important;
}

header a.btn.btn-red:hover {
    background: black !important;
    color: white !important;
    border-color: black !important;
}

section.nav-bar.sticky-nav-bar .btn-blue,
section.nav-bar.sticky-nav-bar .btn-blue.active {
    background: black !important;
    color: white !important;
    border-color: black;
}

section.nav-bar.sticky-nav-bar .btn-blue:hover,
section.nav-bar.sticky-nav-bar .btn-blue.active:hover {
    background: white !important;
    border-color: white;
    color: black !important;
}

a.btn.btn-blue.active {
    background: #138b9c !important;
}

a.btn.btn-blue.active:hover {
    background: transparent !important;
    color: #138b9c !important;
}

.reviews-text:before {
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 170px;
}

.reviews-main {
    padding: 80px 0;
    background: #f9fafb;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.review-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

.review-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, #138b9c, #ffc62b);
    transition: all 0.4s ease;
    z-index: 0;
}

.review-card h2,
.review-card p {
    position: relative;
    z-index: 1;
}

.review-card h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #111827;
    transition: color 0.3s ease;
}

.review-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #4b5563;
    transition: color 0.3s ease;
}

/* Hover Effects */
.review-card:hover {
    transform: translateY(-1px);
}

.review-card:hover::before {
    left: 0;
}

.review-card:hover h2,
.review-card:hover p {
    color: black;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3 cards per row */
    gap: 30px;
}

/* Tablet */
@media (max-width: 991px) {
    .reviews-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 575px) {
    .reviews-grid {
        grid-template-columns: 1fr;
    }
}

.review-card h2 span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #9ca3af;
    margin-top: 4px;
}

.review-card span {
    color: #138b9c;
    font-weight: 700;
    display: block;
    margin-bottom: 13px;
    transition: .3s;
    position: relative;
    display: none;

}

.review-card:hover span {
    color: black;
    position: relative;
    display: none;
}

.btn-nav.text-right li {
    padding: 0 4px !important;
}

/* .reviews-banner .text-white.reviews-text,
.reviews-banner p {
    max-width: 700px;
    margin: 0 auto;
} */

.reviews-banner>* {
    position: relative;
    z-index: 1;
}

.reviews-banner {
    position: relative;
}

.reviews-banner:after {
    content: "";
    inset: 0;
    background: #00000087;
    position: absolute;
}

.get-started-form form {
    max-width: 400px;
    margin-left: 60px;
}

.modal-body .get-started-form form {
    margin: 0;
    max-width: 100%;
}