:root {
    --main-color: #47B2E4;
    --second-color: #072C50;
    --light-orange: #FDF1EA;
    --dark--color: #262626;
    --text-color: #444444;
    --padding-space: 80px 0;
    --transtion-time: all 0.4s;
    --accent-color: #47b2e4;
    scroll-behavior: unset;
}



body {
    background-image: linear-gradient(180deg, #bbdbe0 0%, rgba(255, 255, 255, 0) 100%);
}

body,
input,
select,
textarea,
button,
.btn {
    font-family: "Montserrat", serif;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 16px;
    line-height: 1.75em
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Martel Sans", serif;
    color: var(--second-color);
    font-weight: 800;
    margin-top: 0;
}

h1,
.h1 {
    font-size: 59px;
}

h2,
.h2 {
    font-size: 50px;
}

h3,
.h3 {
    font-size: 40px;
}

h4,
.h4 {
    font-size: 30px;
}

h5,
.h5 {
    font-size: 25px;
}

h6,
.h6 {
    font-size: 14px;
}


p {
    font-size: 18px;
    color: var(--text-color);
}

p.intro-text {
    font-size: 20px
}

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 25px 0;
    /*text-transform: capitalize*/
}

.text-sec-color {
    color: #72a046;
}

.bg-gray {
    background-color: #E8E8E8;
}

.bg-blue {
    background-color: #00063A;
}

.sec-header {
    text-align: center;
    margin-bottom: 30px;
}

.sec-header span {
    display: block;
    font-size: 26px;
    margin-bottom: 15px;
}


.btn-main {
    background-color: rgba(14, 106, 237, 1.0);
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 17px;
}

.section-headline {
    text-align: center;
}

.btn-main:hover {
    background-color: #072c50;
    color: #fff;
}

.form-group {
    margin-block: 10px;
}




/* navbar */
.navbar {
    background-color: #fff;
    padding: 20px 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 12px !important;
    padding-left: 12px !important;
}

.navbar .icon-wrapper {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--lime-green);
    border-radius: 50%;
    color: black;
}

.navbar .navbar-toggler {
    border: solid 1px var(--second-color);
    padding: 9px 18px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar .navbar-toggler i {
    font-size: 24px;
}

.menu-icon {
    color: var(--second-color);
}

.nav-logo {
    /* width: 250px; */
}

.navbar-nav .nav-link {
    color: var(--second-color);
    font-weight: bold;
}

.navbar-nav .nav-link:hover {
    color: var(--main-color);
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: var(--main-color);
}

.navbar .emergency-call {
    color: var(--second-color);
    border-radius: 50px;
    padding: 10px 20px;
    font-weight: bold;
}

.navbar .emergency-call a {
    color: var(--second-color);
    text-decoration: none;
}




/* header */

#header {
    background-image: linear-gradient(180deg, #bbdbe0 0%, rgba(255, 255, 255, 0) 100%);
    background-color: #edf2f3;
    background-position: 50% 10%;
    background-size: cover;
    padding: var(--padding-space);
    /*min-height: 80vh;*/
}

@media all and (min-width:992px) {
    .header-content {
        padding: 50px 0;
    }
}

.header-btn {
    margin-top: 20px;
    width: auto;
}

.form-container .title {
    padding: 22px 5px 22px;
    color: #f9fafb;
    background-color: #1b1b1b;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}


.form-container form {
    background-color: rgba(52, 52, 52, 0.6);
    padding: 20px 6px 20px;
}

#header .form-container .title h4 {
    color: #fefefe;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 6px;
}

#header .form-container .title p {
    font-size: 17px;
    color: #fff;
}

.header-span {
    display: block;
    background-color: #fff;
    box-shadow: 0px 0px 25.1px rgba(55, 187, 213, 0.1);
    border-radius: 80px;
    width: fit-content;
    padding: 12px 36px;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    letter-spacing: -0.003em;
    margin-right: 20px;
    margin-bottom: 20px;
}


.header-img-wraper {
    background-image: url("../img/header-bg.webp?v=1.1.0");
    background-position: center center;
    background-size: cover;
    height: 100%;
    min-height: 750px;
    position: absolute;
    right: 0;
    top: 0;
}

.header-brands {
    width: 160px;
    margin-bottom: 10px;
    margin-right: 10px;
}

#header .btn-submit {
    width: 100%;
    background-color: var(--main-color);
    border-color: var(--main-color);
    border-radius: 3px;
    font-size: 18px;
    padding: 13px 0;
    color: #fefefe;
    font-weight: 600;
    transition: all 0.2s ease;
    margin-top: 20px;
    transition: var(--transtion-time);
}

#header .btn-submit:hover {
    background-color: var(--second-color);
    border-color: var(--second-color);
    color: var(--main-color);
}

#header .form-container label {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    text-shadow: none;
    font-size: 13px;
    color: #fefefe;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 20px;
    display: block;
}

#header .form-container label.error {
    font-size: 13px;
    color: red;
    margin: 0;
    text-shadow: none;
    line-height: 17px;
    padding-left: 5px;
    text-align: left;
    display: block;
    font-weight: normal;
    margin-top: 3px;
}

svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    transform: translate(-50%, -50%);
    overflow: visible;
}

header#headerContent {
    padding: 80px 0 70px;
    text-shadow: 0 0 50px rgba(78, 78, 78, 0.5), 0 0 1px #000;
}


#header .header-content h1 {
    color: #00063A;
    font-weight: 800;
    font-size: 40px;
    text-transform: capitalize;
}

#header .header-content p {
    color: #305169;
}



/* clients */

.clients {
    padding: var(--padding-space);
    background-color: #edf2f3;
}

.clients-card {
    background-color: #ffffff;
    border-width: 0;
    background-clip: border-box;
    border: 1px solid #6498a8;
    border-radius: 8px;
    padding: 10px 0;
}

.legend-p {
    position: relative;
    bottom: -30px;
    font-weight: 600;
    z-index: 5;
    margin-left: 35px;
    padding: 5px 10px;
    border-radius: 10px;
    color: #6498a8;
    border: 1px solid #6498a8;
    background-color: #EDF2F3;
    width: fit-content;
}

.clients .swiper {
    padding: 25px 0;
}


.clients .swiper-wrapper {
    height: auto;
}

.clients .swiper-slide img {
    transition: 0.3s;
    padding: 0 10px;
    filter: grayscale(100);
}

.clients .swiper-slide img:hover {
    transform: scale(1.1);
    filter: grayscale(0);
}



/* Services */

.services {
    background-color: #edf2f3;
    padding: 20px 0 40px;
    /* border-radius: 30px 30px 0 0; */
}

/* #about-service{
    overflow: hidden;
} */

#about-service .sticky-div {
    position: sticky;
    top: 20px;
}

.service-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.service-icon {
    width: 40px;
    margin-right: 10px;
}

.service-card {
    /* background-color: #fff; */
    background-color: #fff;
    border-radius: 30px;
    padding: 40px 30px 45px;
    box-shadow: 0 0 28px -8px rgba(0, 0, 0, .15);
    /* box-shadow: 0 0 40px rgba(0, 0, 0, .12) !important; */
}

.value-prop-content {
    /* background-color: teal; */
    width: 90%;
}

.service-card h3 {
    font-size: 22px;
}

.service-card p {
    font-size: 16px;
}

/* cta */

.cta {
    padding: var(--padding-space);
    background-color: #edf2f3;
    ;
    position: relative;
}

.bg-cta {
    background-color: #00063A;
    background-image: url("../img/triangles.webp");
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-position: 100% 50%;
    padding: 50px;
    border-radius: 15px;
    /* position: relative; */
}

.cta-content h2 {
    font-size: 34px;
    color: #fff;
}

.cta-content p {
    color: #fff;
}

.cta-btn {
    text-align: right;
}

#cta .btn-cta {
    background-color: #fff;
    color: #00063A;
}

#cta .btn-cta:hover {
    background-color: #afd8d8;
}



/* extra */

.extra {
    background-color: #EDF2F3;
    padding: var(--padding-space);
}

.hr-extra {
    /*border: 1px solid var(--text-color);*/
    margin: 50px 0;
}



/* about us */

.about-service {
    padding: var(--padding-space);
    background-color: #edf2f3;
    /* overflow: hidden; */
}


.about-service-points h4 {
    font-size: 20px;
    color: #72a046;
}

.about-service-points h2 {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 8px;
}

#about-service .about-service-points .value-prop-card-header h3 {
    margin-bottom: 4px;
    font-size: 20px;
    line-height: 1;
}

#about-service .about-service-points .value-prop-card-header p {
    font-size: 16px;
    line-height: 1.45;
}

.about-img img {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.about-service-content {
    background-color: #D1E7EA;
    padding: 20px;
    border-radius: 0 0 20px 20px;
}

.about-service-content h3 {
    color: #00063A;
    font-size: 27px;
}

.about-service-content p {
    color: #020202;
}


.about-content h2 {
    font-size: 40px;
}

.about-content h4 {
    font-size: 20px;
}


/* steps */
.steps {
    padding: var(--padding-space);
    background-color: #EDF2F3;
}

.steps-hr {
    border-top: 1px dashed #00063A;
}


.icon-wraper {
    background-color: teal;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

/* case study */

.case-study {
    padding: var(--padding-space);
}

#case-1 .number-card {
    padding: 28px 18px;
}

.modale-header-content {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}

.modale-header-content-img {
    width: 6%;
}

.modale-header-content-img img {
    width: 100%;
}

.modale-header-content-text {
    width: 90%;
}

.img-modal {
    width: 50px;
    margin-bottom: 10px;
}

.case-card {
    padding: 50px 40px 60px;
    border-radius: 30px;
    background-repeat: no-repeat;
    background-position: 10% 85%;
    transition: var(--transtion-time);
}

.case-card:hover {
    background-color: #fff;
    box-shadow: 0px 10px 38px 0px rgba(0, 0, 0, 0.32);
}

.toms-logo {
    width: 40px;
    margin-bottom: 10px !important;
}

.case-logo {
    width: 130px;
    margin-bottom: 10px !important;
}

.case-card img {
    margin-bottom: 30px;
}

.btn-case-study {
    margin-top: 20px;
    width: 50%;
    display: block;
    margin: auto;
}

/* google-partner */

.google-partner {
    padding: 40px 0;
    background-color: #FBFCFC;
}

.partner-logo {
    width: 200px;
}

.google-partner-content h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.google-partner-content p {
    font-size: 16.5px;
}

img.img-fluid.partner-logo {
    width: 170px;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2))
}

.google-partner-img {
    display: flex;
    justify-content: center;
}

/* expert-working */

.expert-working {
    padding: 80px 0 120px;
}

.expert-working h2 {
    font-size: 38px;
}
ul.list-decoration {
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}

ul.list-decoration li {
    position: relative;
    padding-left: 34px;
    margin: 6px 0;
    font-size: 17px;
    margin-bottom: 25px;
    margin-top: 0;
}

#expert-working ul.list-decoration li {
    width: 48.5%;
}

@media all and (max-width:575px) {
  #expert-working ul.list-decoration li {
      width: 96%;
  }  
}

ul.list li {
    position: relative;
    padding-left: 34px;
    margin: 6px 0;
    font-size: 17px;
}

tr {
    margin-bottom: 50px;
}

ul.list-decoration li:before,
ul.list li:before {
    font-family: "fontello";
    content: '\e98f';
    color: #72A046;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px;
}



/* numbers */

.number-row {
    margin-top: -200px;
    margin-bottom: 80px;
}

.number-card {
    padding: 40px 30px;
    border-radius: 30px;
    background-color: #fff;
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
    text-align: center;
}

.number-span {
    display: block;
    border-bottom: solid 3px #e1ebd8;
    font-size: 19px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.why-us h4.number-h4 {
    font-size: 34px;
}

.number-pargraph {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0 !important;
}




/* why us */
.why-us {
    padding: var(--padding-space);
    background-color: #FBFCFC;
}

.why-us h2 {
    font-size: 36px;
}

.why-us h4 {
    font-size: 20px;
    color: #72a046;
}


/*#testimonials*/

section#testimonials {
    padding: 80px 0;
    background-color: #F6F6F6;
}

#testimonials h2 {
    margin-bottom: 40px;
    font-size: 40px;
}

#testimonials .Reviews {
    font-size: 25px;
}

#testimonials .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.top-rated {
    margin-left: 20px;
    margin-bottom: 15px;
}

.testi-google {
    width: 90px;
    margin-bottom: 10px;
}


img.testi-stars {
    margin-bottom: 5px;
}

.testimonial-body {
    padding: 15px;
    border-radius: 3px;
    background-color: #fff !important;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.testimonial-body:before {
    position: absolute;
    content: "";
    width: 0;
    bottom: -10px;
    left: 17px;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
}

.testimonial-body p {
    height: 117px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* -webkit-line-clamp: inherit !important; */
    overflow: auto !important;
    padding-right: 10px;
    scrollbar-color: #8d8d8d #e0e0e0;
    scrollbar-width: thin;
}

.testimonial-body p::-webkit-scrollbar {
    width: 4px;
    border-radius: 3px
}

.testimonial-body p::-webkit-scrollbar-track {
    background: rgba(85, 85, 85, 0.1)
}

.testimonial-body p::-webkit-scrollbar-thumb {
    background: rgba(85, 85, 85, 0.6)
}

.testimonial-body p::-webkit-scrollbar-thumb:hover {
    background: #555
}

.testimonial-card .rating {
    margin-bottom: 7px;
}

.testimonial-card .rating .stars-indicator {
    margin: 4px 0;
}

.testimonial-card .testimonial-body .google-icon {
    width: 24px !important;
    float: right;
}

.testimonial-author {
    padding: 14px 8px 0;
    line-height: 1;
    display: flex;
    align-items: center;
}


.testimonial-author h6 {
    margin: 0;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    font-family: "PT Sans", sans-serif;
}

.testimonial-author img {
    margin-right: 5px;
}

.testimonial-author h6 span {
    display: block;
    font-weight: normal;
    color: #000;
    opacity: 0.8;
    margin-top: 5px;
}

.testimonial-card .testimonial-author p {
    font-size: 11px;
    display: block;
    color: rgba(0, 0, 0, 0.7);
}

.tes .testimonial-card p {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-bottom: 0;
}

#testimonials .business-img img {
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24) !important;
    border-radius: 50%;
    width: 50px;
}

.business-info .rate {
    line-height: 1;
    margin: 3px 0;
}

.business-info p.name {
    margin: 0 0 2px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
}


.business-info .reviews-count {
    color: #777;
    font-size: 14px;
    line-height: 1;
    margin-top: 6px;
}

.business-info .google-powered {
    line-height: 1;
    margin-top: 4px;
}

.business-info .google-powered img {
    max-width: 144px;
}

.business-info .rate span {
    color: #fbbc00;
    line-height: 1;
    font-size: 17px;
    font-weight: 600;
    vertical-align: middle;
}

.owl-nav {
    color: #ccc;
    font-size: 26px;
}

button.owl-prev,
button.owl-next {
    position: absolute;
    top: 30%;
}

button.owl-prev img,
button.owl-next img {
    max-width: 30px;
}

button.owl-prev {
    left: -20px;
}


button.owl-next {
    right: -20px;
}



/* contact form */
#quote {
    padding: var(--padding-space);
    background-color: white;
    position: relative;
    z-index: 999;
}

.quote-header h5 {
    color: var(--lime-green);
}

.quote-header h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 40px;
    color: var(--second-color);
}

#quote form .form-label {
    color: #044166FF;
    font-weight: 600;
}

#quote .request-quote-form {
    background-color: #E9F3F5FF;
    border-radius: 4px;

}

.span-quote {
    color: #679938ed;
    font-size: 20px;
}

.quote-content h2 {
    font-weight: 800;
}

.form-privacy {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
    color: #34405a;
}

.request-quote-form h5 {
    margin: 0;
    padding: 20px 0;
    text-align: center;
    font-weight: 800;
    font-size: 22px;
    color: #044166FF;
}

.request-quote-form form {
    padding: 0 20px 20px;
}

#quote form input,
#quote form select,
#quote form textarea {
    background-color: #fff;
    padding: 10px;
}

#quote form input:focus,
#quote form select:focus,
#quote form textarea:focus {
    background-color: white;
    box-shadow: none;
    border-color: #8CC63F;
}

#quote .btn-submit {
    margin-top: 8px;
    padding: 10px;
    width: 100%;
    color: white;
    background-color: #0e6aed;
    transition: all 0.3s;
}

#quote .btn-submit:hover {
    background-color: var(--second-color);

}


#quote #contact_form_1 label.error,
.modal #modal_form label.error {
    font-size: 13px;
    color: red;
    margin: 0;
    text-shadow: none;
    line-height: 17px;
    padding-left: 5px;
    text-align: left;
    display: block;
    font-weight: normal;
    margin-top: 3px;
}


#quote #contact_form_1 .form-label span {
    color: red;
}

.modal #modal_form .form-label span {
    color: red;
}

#quote #contact_form_1 .form-label span.optional {
    color: gray;
    font-size: 15px;
}

.contact-form {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.contact-info {
    background-color: #a4c639;
    color: #fff;
    padding: 40px;
}

.contact-info h2 {
    color: #fff;
    margin-bottom: 30px;
}

.contact-info p {
    color: var(--header-black);
}

.form-control {
    border: 1px solid #ddd;
    border-radius: 5px;
}

.btn-send {
    background-color: #a4c639;
    color: #fff;
    border: none;
    padding: 10px 0;
}

.btn-send:hover {
    background-color: #8baa2f;
}

.social-icons a {
    color: #fff;
    font-size: 18px;
    margin-right: 15px;
    transition: all 0.3s;
    transform: scale(1);
}

.social-icons a:hover {
    color: var(--lime-green);
    transform: scale(1.1);
}


#popup-form .modal .modal-title {
    margin: auto;
}

#popup-form .intro-cta {
    flex-grow: 1;
}

#popup-form .intro-cta p{
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

#popup-form .intro-cta p span{
    font-weight: 600 !important;
    line-height: 1.3;
    margin-bottom: 15px;
    font-size: 18px;
}

#popup-form .intro-cta img{
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
}

#popup-form .value-prop-card h3{
    font-weight: 800;
    font-size: 17px;
}

#popup-form .value-prop-card h3{
    font-weight: 800;
    font-size: 17px;
}

#popup-form .value-prop-card p{
    font-size: 15px;
    line-height: 1.5;
}

.value-prop-card-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

#about-service .row {
    --bs-gutter-x: 4.5rem;
}

#about-service .modal-icon-wrap {
    background-color: #fff;
    width: 65px;
    padding: 5px;
    height: 65px;
    display: flex;
    margin-right: 16px;
    justify-content: center;
    align-items: center;
    border-radius: 30%;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

#about-service .modal-icon {
    width: 40px;
}

.modal-icon-wrap {
    background-color: #e9f3f5;
    width: 38px;
    padding: 5px;
    height: 34px;
    display: flex;
    margin-right: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 30%;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

#popup-form .modal-content {
    width: 85%;
    margin: auto;
}

.modal img.img-logo {
    width: 200px;
}


.modal ul.intro-list li:before,
ul.list li:before {
    color: #72a046;
}


.modal-header h2 {
    font-size: 32px;
    margin-bottom: 0;
}

.pricing-btn {
    background-color: #f8b800;
    color: #1C1C1C;
    transition: 0.3s;
}

.pricing-btn:hover {
    background-color: #cf9913;
}

.modal .gallery-image {
    width: fit-content;
    margin: 0 auto 15px;
}

.modal .close {
    background-color: #020202;
    width: 35px;
    height: 35px;
    margin: 1px 0;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    font-size: 27px;
    border-radius: 50%;
    padding: 0;
    line-height: 1;
    
    position: absolute;
    right: -20px;
    top: -20px;
}

.modal .close:hover {
    background-color: #333333;
}

.modal label span.muted {
    color: rgba(2, 2, 2, 0.5);
    font-size: 11px;
    font-weight: bold;
}

.modal form input {
    height: auto;
}

.modal form .form-control:focus {
    border-color: #3A3A3A;
    box-shadow: none;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.service-block {
    position: relative;
    cursor: pointer;
}

.btn-modal {
    padding: 12px 16px;
    background-color: #C31517;
    border-color: #C31517;
    color: #fff;
    font-size: 18px;
    border-radius: 8px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s;
}

.btn-modal:hover {
    background-color: #020202 !important;
    border-color: #020202 !important;
    color: #fff;
}

.modal .popup-phone {
    margin-top: 20px;
    text-align: left;
}

.modal .popup-phone h5 {
    font-size: 20px;
}

.modal-form {
    background-color: #E9F3F5;
    padding: 30px 8px;
    border-radius: 5px;
}

.modal-form h4 {
    font-size: 23px;
}


.modal-content-card h2 {
    font-size: 27px;
}

.value-prop-modal {
    margin-top: 20px;
}

.value-prop-card {
    margin-bottom: 24px;
}

.value-prop-modal .value-prop-card h3 {
    font-size: 19px;
    margin: 10px 0 5px;
}

.modal-icon {
    width: 25px;
}

.modal-header {
    border-bottom: none;
}

.modal-form form {
    padding: 0 10px;
}

.modal-form form .form-label {
    color: #00063A;
    font-weight: 600;
    line-height: 1;
    font-size: 13px;
}



.modal .modal-body .title {
    background-color: #1B1B1B;
    color: #fff;
    padding: 8px 0;
    margin-top: 24px;
    border-radius: 9px;
    line-height: 1;
    font-size: 24px;
    font-weight: 500 !important;
}

.modal .modal-body .title h4 {
    color: #161616;
}

.modal .modal-body .popup-phone h5 a,
.modal .modal-body .popup-phone h5 i {
    color: #C31517;
    font-size: 32px;
}



footer {
    background-color: #E8E8E8;
    padding: 60px 0;
}


.footer-phone-number {
    font-size: 19px;
    color: #00063A;
}

hr.text-white {
    background-image: linear-gradient(to right, rgba(210, 210, 210, 0), rgba(255, 255, 255, 0.75), rgba(0, 0, 0, 0));
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(216, 16, 16, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

footer p {
    margin-bottom: 0;
    font-size: 14px;
    color: #00063A;
}

.header-logo {
    width: 200px;
}

.btn-style1 {
    line-height: 1.25;
    padding: 12px 30px;
    font-size: 23px;
    font-weight: 600;
    color: #fffaf9;
    -webkit-transition: .4s cubic-bezier(.24, .74, .58, 1);
    -khtml-transition: .4s cubic-bezier(.24, .74, .58, 1);
    -moz-transition: .4s cubic-bezier(.24, .74, .58, 1);
    -ms-transition: .4s cubic-bezier(.24, .74, .58, 1);
    -o-transition: .4s cubic-bezier(.24, .74, .58, 1);
    transition: .4s cubic-bezier(.24, .74, .58, 1);
    overflow: hidden;
    display: inline-block;
    text-align: center;
    border-radius: 32px;
    border: 2px solid #9C8B7E;
}


.copyright-wrapper {
    text-align: center;
}

.copyright-wrapper p {
    font-size: 14px;
}


#back-to-top {
    position: fixed;
    bottom: -50px;
    right: 10px;
    z-index: 999;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.3s;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    right: 4px;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--main-color);
    font-weight: bold;
}

#back-to-top.show {
    bottom: 60px;
}

#back-to-top:hover {
    color: var(--second-color);
}


@media (max-width: 575px) {

    :root {
        --padding-space: 30px 0;
    }

    #header {
        min-height: auto;
    }
    .header-brands {
        margin-right: 0;
        margin-bottom: 25px;
    }
    .about-service-content h3 {
        font-size: 24px;
        line-height: 1.35;
    }
    #about-service .about-service-points .value-prop-card-header h3 {
        line-height:1.35;
    }
    .testing-content h3 {
        font-size: 28px;
        margin-top: 6px;
    }
    .modale-header-content {
        flex-direction: column;
    }
    .modale-header-content-img {
        width: 20%;
    }
    .modale-header-content-img img {
        width: 100%;
    }
    
    .modale-header-content-text {
        width: 90%;
    }
    

    .header-img-wraper {
        background-image: rgba(0, 0, 0, 0);
    }

    .legend-p {
        font-size: 14px;
    }

    .about-content {
        margin-top: 20px;
    }

    .about-content h2 {
        font-size: 28px;
    }

    .bg-cta {
        padding: 50px 10px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .sec-header h2 {
        font-size: 37px;
    }

    #expert-working .sec-header h2 {
        font-size: 29px;
    }

    .btn-case-study {
        width: 100%;
        margin-top: 10px;
    }

    .about-service-points {
        margin-top: 30px;
    }

    #about-service {
        overflow: hidden;
    }

    .case-card {
        padding: 20px;
    }

    .number-row {
        margin-top: -110px;
    }

    .number-card {
        margin-bottom: 25px;
    }

    .why-img {
        margin-top: 30px;
    }

    .google-partner-img {
        justify-content: start;
    }

    img.img-fluid.partner-logo {
        margin-top: 20px;
    }

    .why-us h2 {
        font-size: 28px;
    }

    .testimonial-item {
        margin-bottom: 20px;
    }

    #testimonials h2 {
        margin-bottom: 20px;
        font-size: 36px;
    }

    .testimonial-item h3 {
        font-size: 32px;
    }


    h2,
    .h2 {
        font-size: 40px;
    }

    .quote-content h2 {
        font-size: 35px;
    }

    .navbar {
        margin-top: 50px;
    }

    .quote-header-btn {
        width: 100%;
    }

    #header .header-content h1 {
        font-size: 34px;
    }

    .about-service-points h2 {
        font-size: 27px;
    }

    .header-btn {
        margin-bottom: 0;
        width: 100%;
    }



    .about-contetnt {
        margin-bottom: 100px;
    }


    #about-service .layer {
        left: 0;
        top: -70px;
    }

    .dots-bg::before {
        left: 0;
    }


    #services h2 {
        font-size: 30px;
    }

    .servic-content {
        margin-bottom: 30px;
    }

    .sec-header span {
        font-size: 20px;
    }



    .cta-content h2 {
        font-size: 26px;
    }

    h3,
    .h3 {
        font-size: 32px;
    }

    .google-partner-content h2 {
        font-size: 24px;
        margin-bottom: 14px;
    }

    .cta-content h5 {
        font-size: 25px;
    }


    ul.gallery li {
        width: 44%;
    }

    .clients .swiper-slide img {
        padding: 0 4px;
        min-width: 125px !important;
    }

    .nav-phone {
        position: fixed;
        bottom: 70px;
        left: 12%;
        transform: translateX(-50%);
        padding: 10px 15px;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        border-radius: 56px;
        background-color: var(--second-color);
        visibility: visible;
        color: white;
        z-index: 998;
    }

    .nav-phone-2 {
        position: fixed;
        bottom: 16px;
        left: 12%;
        transform: translateX(-50%);
        padding: 10px 15px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        border-radius: 56px;
        background-color: #72a046;
        visibility: visible;
        color: white;
        z-index: 998;
    }


    #cta-2 {
        padding: 80px 0 0;
    }

    .cta-2-img {
        position: relative;
        right: 0;
        margin-top: 20px;
        width: auto;
    }


    .testimonial-header {
        margin-top: 50px;
    }

    .testimonial-img {
        margin: 0 15px;
    }

    #testimonials .layer {
        right: -20px;
        height: 150px;
    }

    #cta-3 {
        padding: 20px;
        background-image: linear-gradient(90deg, rgba(7, 44, 80, 0.7) 0 50%, var(--main-color) 50% 80%), url("../img/cta-1-bg.jpg");
        background-size: cover;
        background-position: center center;
    }

    #cta-3 h2 {
        font-size: 25px;
    }

    .quote-header h2 {
        font-size: 28px;
    }

    #popup-form .modal-content {
        width: 100%;
    }

    .modal .close {
        position: absolute;
        right: -7px;
        top: -7px;
    }
    
    .navbar-brand {
        margin-bottom: 0px !important;
    }
}