@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap");
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

* {
    font-family: "Poppins", sans-serif;
}

body {
    line-height: 1;
    margin: 0;
    background-color: #fbfbfb;
}

.slider img {
    width: 100%;
    height: 750px;
    object-fit: cover;
}

.header {
    width: 100%;
    top: 0;
    background: #000000bf;
    border-bottom: 1px solid #ffffff80;
    z-index: 999;
}

#header {
    border-bottom: 1px solid #01010130;
}

.header-logo a img {
    height: 100px;
    width: 200px;
    background: none;
}

.header-nav ul li a {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin: 20px;
}

.header-nav ul li a:after {
    display: block;
    content: "";
    border-bottom: solid 3px #fff;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

.header-nav ul li a:hover::after {
    transform: scaleX(1);
}

#myHeaderPage {
    background: #fff;
}

#myHeaderPage .header-nav ul li a {
    color: #010101;
    font-weight: 500;
    text-transform: uppercase;
    margin: 20px;
}

#myHeaderPage .header-nav ul li a:after {
    display: block;
    content: "";
    border-bottom: solid 3px #010101;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

#myHeaderPage .header-nav ul li a:hover::after {
    transform: scaleX(1);
}

.mobile-nav-icon a {
    padding: 20px;
}

.mobile-nav-icon a svg {
    width: 30px;
    height: 30px;
    color: #fff;
}

.mobile-nav-icon-page a {
    padding: 20px;
}

.mobile-nav-icon-page a svg {
    width: 30px;
    height: 30px;
    color: #010101;
}

.mobile-nav ul {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 155;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    background: lightsalmon;
}

.mobile-nav ul li a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #010101;
    display: block;
    transition: 0.3s;
}

.mobile-nav ul li a:hover {
    color: #fff;
}

.mobile-nav ul .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.slider-txt {
    width: 100%;
    height: 100%;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 0;
    backdrop-filter: brightness(0.9);
}

.slider-txt-box {
    width: 700px;
    color: #fff;
}

.slider-txt-box h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    line-height: 1em;
    margin-top: 20px;
}

.slider-txt-box h1 span {
    color: #fff;
    font-size: 60px;
    font-weight: 300;
}

.slider-txt-box p {
    font-size: 20px;
    color: #fff;
    line-height: 1.7em;
    margin-top: 20px;
}

.slider-txt-box .slider-desc {
    font-size: 17px;
    color: #fff;
    letter-spacing: 0;
}

.slider-txt-box a {
    width: 200px;
    border: 2px solid #fff;
    color: #000;
    background-color: rgb(255 255 255 / 70%);
    padding: 10px 20px;
    text-align: center;
    margin-top: 20px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    letter-spacing: 2px;
}

.slider-txt-box a:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
}

.slider-img-box img {
    width: 100%;
    height: 500px;
    background: none;
}

.about {
    background: #fff;
    padding: 80px 0;
}

.about-head h2 {
    font-size: 20px;
    color: #f6941c;
    font-weight: 700;
    text-transform: uppercase;
}

.about-head p {
    color: #a9b0bc;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}

.about-round-img {
    bottom: 7%;
    right: -3%;
    width: 570px;
    height: 650px;
    background: lightpink;
    z-index: 0;
}

.about-round {
    width: 300px;
    height: 300px;
    background: #20b2aa52;
    border-radius: 50%;
    top: 8%;
    left: 10%;
    z-index: -10;
}

.about-items {
    padding: 60px 0;
}

.about-txt {
    margin: 0 40px 0 0;
}

.about-txt h1 {
    font-size: 20px;
    color: #f6941c;
    font-weight: 700;
    text-transform: uppercase;
}

.about-txt p {
    color: #010101;
    font-size: 17px;
    font-weight: 400;
    margin-top: 20px;
    line-height: 1.8em;
}

.about-txt-box span {
    font-size: 4em;
    color: #010101;
    font-weight: 700;
    text-transform: uppercase;
}

.about-txt-box h1 {
    font-size: 2em;
    font-weight: 700;
}

.about-txt-box p {
    margin: 20px 0 0;
    color: #000;
    font-size: 1.2em;
    line-height: 1.7em;
    font-weight: 300;
}

.about-img-box {
    margin-left: 50px;
    z-index: 5;
}

.about-img-box img {
    height: 650px;
    object-fit: cover;
    border: 1px solid #ececec;
    -webkit-box-shadow: 0 3px 3px rgb(139 127 127 / 55%);
    -moz-box-shadow: 0 3px 3px rgba(55, 55, 55, 0.06);
    -ms-box-shadow: 0 3px 3px rgba(55, 55, 55, 0.06);
    -o-box-shadow: 0 3px 3px rgba(55, 55, 55, 0.06);
    box-shadow: 0 3px 3px rgb(160 150 150);
}

.action {
    border-top: 1px solid #00000030;
}

.action-items {
    margin: 40px 0;
}

.action-box {
    padding: 0 20px;
}

.action ul li .action-box svg {
    width: 40px;
    height: 40px;
}

.action ul li .action-box span {
    margin: 10px 0 0;
    color: #50412f;
    font-size: 0.95em;
    font-weight: 600;
}

.action ul li .action-box p {
    margin: 5px 0 0;
    color: #767676;
    font-size: 0.95em;
    font-weight: 400;
}

.services {
    padding: 80px 0;
}

.services-content {
    margin-top: 40px;
}

.services-content ul li a {
    width: 100%;
    background: #fff;
    box-shadow: 0px 14px 30px rgb(0 0 0 / 7%);
}

.services-content ul li a img {
    width: 300px;
    height: 400px;
    object-fit: cover;
    transition: 0.2s ease;
}

.services-content ul li a:hover .services-img-items {
    opacity: 1;
}

.services-img-items {
    opacity: 0;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.501);
    transform: translate(-50%, -50%);
    transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
}

.services-img-items p {
    color: #fff;
    border: 1px solid #fff;
    margin: 10px;
    padding: 10px;
    font-size: 15px;
    font-weight: 300;
}

.services-head h2 {
    font-size: 20px;
    color: #f6941c;
    font-weight: 700;
    text-transform: uppercase;
}

.services-head h4 {
    font-size: 2.5em;
    color: #010101;
    font-weight: 600;
    margin-top: 10px;
}

.services-head p {
    color: #a9b0bc;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}

.services-txt {
    width: 100%;
    padding: 20px;
    z-index: 555;
    background: #fff;
}

.services-txt h3 {
    font-weight: 700;
    text-transform: uppercase;
    color: #010101;
}

.gallery {
    background: #faebd757;
}

.gallery-items {
    padding: 80px 0;
}

.gallery-nav {
    margin-bottom: 30px;
}

.gallery-content-home {
    margin-top: 40px;
}

.gallery-content-home ul li {
    padding: 20px;
}

.gallery-content-home ul li a img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.itemBox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.25s ease;
    cursor: zoom-in;
    object-fit: cover;
}

.itemBox:checked>img {
    transform: scale(2);
    cursor: zoom-out;
}

.gallery-img-items {
    opacity: 0;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.501);
    transform: translate(-50%, -50%);
    transition: all 0.2s ease;
}

.gallery-content-home ul li a:hover .gallery-img-items {
    opacity: 1;
}

.gallery-img-items p {
    color: #fff;
    padding: 10px;
    border: 1px solid #fff;
    margin: 10px;
    text-align: center;
}

.gallery-content ul {
    margin: -10px;
}

.itemBox {
    padding: 10px;
    position: relative;
    width: 100%;
    height: 400px;
}

.itemBox a {
    height: 100%;
}

.gallery-head h2 {
    font-size: 20px;
    color: rgb(246, 148, 28);
    font-weight: 700;
    text-transform: uppercase;
}

.gallery-head p {
    font-size: 2.5em;
    color: rgb(1, 1, 1);
    font-weight: 600;
    margin-top: 10px;
}

.gallery-button a {
    width: 200px;
    border: 2px solid #000;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px 20px;
    text-align: center;
    margin-top: 20px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    letter-spacing: 2px;
}

.gallery-button a:hover {
    font-weight: 500;
    background: #fff;
    border: 2px solid #010101;
    color: #010101;
}

.gallery-page {
    padding: 100px 0;
}

.gallery-head h2 {
    font-size: 20px;
    color: #f6941c;
    font-weight: 700;
    text-transform: uppercase;
}

.gallery-head h4 {
    font-size: 2.5em;
    color: #010101;
    font-weight: 600;
    margin-top: 10px;
}

.gallery-head p {
    color: #a9b0bc;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}

.gallery-page>.gallery-items {
    padding: 0;
}

#gallery-nav-items ul li {
    padding: 15px;
}

#gallery-nav-items ul li a {
    color: #010101;
    font-weight: 500;
    font-size: 18px;
    transition: all 0.2s ease;
}

#gallery-nav-items ul li a:hover {
    color: lightsalmon;
    border-bottom-color: lightsalmon;
}

.gallery-nav ul.active {
    color: lightsalmon;
    border-color: lightsalmon;
}

#gallery-nav-items ul li a:after {
    display: block;
    content: "";
    border-bottom: solid 3px #010101;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

#gallery-nav-items ul li a:hover::after {
    transform: scaleX(1);
    border-bottom-color: lightsalmon;
}

.gallery-items-content ul {
    margin: -10px;
}

.gallery-items-content ul li {
    padding: 10px;
}

.gallery-items-content ul li span {
    overflow: hidden;
    cursor: pointer;
}

.gallery-items-content ul li span img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.gallery-items-content ul li:hover ul li span img {
    transform: scale(1.1);
}

.gallery-btn {
    width: 200px;
    border: 2px solid #010101;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px 20px;
    text-align: center;
    margin-top: 20px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    letter-spacing: 2px;
}

.gallery-btn:hover {
    color: #000;
    background-color: rgb(255 255 255 / 70%);
}

.image-link {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.references {
    background-image: url("/assets/images/about/references-bg.png");
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.references-items {
    padding: 40px 0;
}

.references-head h2 {
    font-size: 2em;
    font-weight: 600;
    color: #fff;
    border-bottom: 2px solid #fff;
}

.references-box {
    padding: 40px;
}

.references-box h2 {
    color: #fff;
    font-size: 2em;
    font-weight: 700;
}

.references-box span {
    color: #fff;
    font-size: 4em;
    font-weight: 700;
}

.vision-items {
    padding: 60px 0 95px;
}

.vision-img-box {
    z-index: 88;
}

.vision-img-box img {
    -webkit-box-shadow: 0 3px 3px rgb(139 127 127 / 55%);
    -moz-box-shadow: 0 3px 3px rgba(55, 55, 55, 0.06);
    -ms-box-shadow: 0 3px 3px rgba(55, 55, 55, 0.06);
    -o-box-shadow: 0 3px 3px rgba(55, 55, 55, 0.06);
    box-shadow: 0 3px 3px rgb(160 150 150);
    border: 1px solid #eeee;
}

.round-img {
    bottom: 7%;
    left: -3%;
    width: 570px;
    height: 650px;
    background: lightblue;
    z-index: 0;
}

.vision-txt-box {
    margin-left: 50px;
}

.vision-txt-box h2 {
    width: 370px;
    font-size: 4em;
    font-weight: 700;
    color: black;
    line-height: 1.3em;
}

.vision-txt-box p {
    margin: 20px 0 0;
    color: #000;
    font-size: 1.2em;
    line-height: 1.7em;
    font-weight: 300;
}

.round {
    width: 300px;
    height: 300px;
    background: lightsalmon;
    border-radius: 50%;
    bottom: 50%;
    z-index: -10;
}

.services-slide img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.services-slide-txt {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.services-slide-txt h1 {
    font-size: 4em;
    font-weight: 600;
    color: #fff;
}

.services-head {
    margin-bottom: 60px;
}

.services-head-left {
    width: 100%;
    max-width: 46%;
    padding-right: 50px;
    border-right: 2px solid lightsalmon;
}

.services-head-left h2 {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.services-head-left span {
    font-family: "Poppins", sans-serif;
    color: #1c1b1b;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
}

.services-head-right {
    width: 100%;
    max-width: 54%;
    padding-left: 50px;
}

.services-head-right>p {
    font-weight: 300;
    font-size: 17px;
    color: #010101;
    margin-top: 0;
}

.services-content-page {
    padding-top: 100px;
    background: #fbfbfb;
}

.services-box {
    padding: 0 10px;
    margin-bottom: 30px;
}

.services-box-in {
    background: #fff;
    padding: 15px;
    box-shadow: 0px 14px 30px rgb(0 0 0 / 7%);
}

.services-box-img {
    overflow: hidden;
}

.services-box-img a img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.services-box:hover .services-box-img a img {
    transform: scale(1.1);
}

.services-box-txt {
    padding: 20px 0;
}

.services-box-txt h3 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.services-box-txt p {
    font-size: 16px;
    color: #363636;
    vertical-align: baseline;
    line-height: 1.7;
    font-weight: 400;
}

.services-banner {
    background: url("/assets/images/about/references-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
    margin: 100px 0;
}

.services-bg {
    width: 100%;
    height: 100%;
    backdrop-filter: contrast(0.5);
}

.references-bg {
    width: 100%;
    height: 100%;
    backdrop-filter: contrast(0.5);
}

.services-banner-txt span {
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: unset;
    color: #fff;
}

.services-banner-txt h2 {
    font-size: 36px;
    line-height: 1.4em;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 700;
}

.services-banner-txt a {
    width: 200px;
    border: 2px solid #fff;
    color: #000;
    background-color: rgb(255 255 255 / 70%);
    padding: 10px 20px;
    text-align: center;
    margin-top: 20px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    letter-spacing: 2px;
}

.services-banner-txt a:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
}

.services-quote {
    padding-bottom: 100px;
}

.quote-items {
    box-shadow: 0px 14px 30px rgb(0 0 0 / 10%);
}

.quote-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.quote-form {
    background: lightsalmon;
}

.quote-form-head {
    width: 100%;
    padding: 0 10px;
}

.quote-form-head span {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-size: 16px;
}

.quote-form-head h2 {
    font-family: "Poppins", sans-serif;
    color: #1c1b1b;
    margin: 0 0 26px;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
}

form {
    padding: 72px 30px;
}

.input {
    padding: 10px;
}

.input input {
    max-width: 100%;
    border: none;
    outline: none;
    margin-bottom: 30px;
    color: #010101;
    background: rgba(255, 255, 255, 0.679);
    font-size: 16px;
    padding: 11px 20px;
}

.input textarea,
input::placeholder {
    color: #010101bd;
}

.input textarea {
    flex: 0 0 100%;
    width: 100%;
    height: 100px;
    border: none;
    outline: none;
    color: #010101;
    background: rgba(255, 255, 255, 0.679);
    font-size: 16px;
    padding: 11px 20px;
}

.form-btn {
    padding: 0 10px;
}

.form-btn a {
    width: 200px;
    border: 2px solid #fff;
    color: #000;
    background-color: rgb(255 255 255 / 70%);
    padding: 10px 20px;
    text-align: center;
    margin-top: 20px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    letter-spacing: 2px;
}

.form-btn a:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
}

.contact {
    padding: 100px 0;
}

.map iframe {
    width: 100%;
    height: 400px;
}

.map-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.contact-items {
    margin-top: 40px;
}

.contact-form {
    background: darkseagreen;
}

.contact-form-head {
    padding: 10px;
}

.contact-form-head span {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-size: 16px;
}

.contact-form-head h2 {
    font-family: "Poppins", sans-serif;
    color: #1c1b1b;
    margin: 0 0 26px;
    font-weight: 700;
    font-size: 26px;
    line-height: 40px;
}

.contact-left {
    background: #fff;
    padding: 72px 70px 94px;
    box-shadow: 0px 14px 30px rgb(0 0 0 / 10%);
}

.print-btn a {
    width: 200px;
    border: 2px solid darkseagreen;
    color: darkseagreen;
    background: #fff;
    border-color: darkseagreen;
    padding: 10px 20px;
    text-align: center;
    margin-top: 20px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    letter-spacing: 2px;
}

.print-btn a:hover {
    color: #010101;
    background: #fff;
    border-color: #010101;
}

.contact-left-txt h5 {
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 5px;
}

.contact-left-items ul li {
    margin: 0 0 50px 0;
}

.contact-left-txt p {
    font-size: 17px;
    line-height: 28px;
    font-family: "Muli", sans-serif;
    font-weight: 500;
    color: #766068;
    margin: 0px;
    transition: all 500ms ease;
}

.contact-left-icon svg {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}

.testimonials {
    padding: 100px 0;
}

.testimonials-head h2 {
    font-size: 20px;
    color: #f6941c;
    font-weight: 700;
    text-transform: uppercase;
}

.testimonials-head h4 {
    font-size: 2.5em;
    color: #010101;
    font-weight: 600;
    margin-top: 10px;
}

.testimonials-head p {
    color: #a9b0bc;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}

.testimonials-items {
    margin: 80px 0;
}

.testimonials-items ul {
    margin: -30px;
}

.testimonials-items ul li {
    padding: 30px;
}

.testimonials-img img {
    border: 5px solid #dedfe1;
    border-radius: 50%;
    margin-right: 15px;
    max-width: 90px;
    min-width: 90px;
}

.testimonials-img::after {
    color: #ff497c;
    content: "”";
    display: block;
    font-family: Vidaloka, sans-serif;
    font-size: 100px;
    font-style: normal;
    left: 60%;
    margin-top: 0;
    position: absolute;
    top: 30px;
}

.testimonials-txt h6 {
    margin: 12px 0;
    color: #1f2732;
    font-size: 24px;
    font-weight: 500;
}

.testimonials-txt p {
    font-style: italic;
    color: #7f7f7f;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.testimonials-btn {
    width: 200px;
    border: 2px solid #010101;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px 20px;
    text-align: center;
    margin-top: 60px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    letter-spacing: 2px;
}

.testimonials-btn:hover {
    color: #000;
    background-color: rgb(255 255 255 / 70%);
}

.testimonials-form {
    background: lightsalmon;
}

.testimonials-form form {
    padding: 0 70px;
}

.testimonials-form-head {
    width: 100%;
    padding: 50px 70px 30px;
}

.testimonials-form-head span {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-size: 16px;
}

.testimonials-form-head p {
    font-family: "Poppins", sans-serif;
    color: #1c1b1b;
    margin: 0 0 26px;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
}

.testimonials-comments {
    margin-left: 20px;
}

.testimonials-input input {
    width: 100%;
    border: none;
    outline: none;
    margin-bottom: 30px;
    color: #010101;
    background: rgba(255, 255, 255, 0.679);
    font-size: 16px;
    padding: 11px 20px;
}

.testimonials-input textarea {
    flex: 0 0 100%;
    width: 100%;
    height: 274px;
    border: none;
    outline: none;
    color: #010101;
    background: rgba(255, 255, 255, 0.679);
    font-size: 16px;
    padding: 11px 20px;
}

.testimonials-form-btn {
    padding: 0 70px 30px;
}

.testimonials-form-btn a {
    width: 200px;
    border: 2px solid #fff;
    color: #000;
    background-color: rgb(255 255 255 / 70%);
    padding: 10px 20px;
    text-align: center;
    margin-top: 20px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    letter-spacing: 2px;
}

.testimonials-form-btn a:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
}

.services-detail {
    padding: 100px 0;
}

.services-detail-txt {
    margin-left: 50px;
}

.services-detail-img {
    z-index: 2;
}

.services-detail-img img {
    height: 650px;
    object-fit: cover;
    border: 1px solid #ececec;
    -webkit-box-shadow: 0 3px 3px rgb(139 127 127 / 55%);
    -moz-box-shadow: 0 3px 3px rgba(55, 55, 55, 0.06);
    -ms-box-shadow: 0 3px 3px rgba(55, 55, 55, 0.06);
    -o-box-shadow: 0 3px 3px rgba(55, 55, 55, 0.06);
    box-shadow: 0 3px 3px rgb(160 150 150);
}

.services-detail-round-img {
    bottom: 3%;
    left: -3%;
    width: 570px;
    height: 650px;
    background: lightsalmon;
    z-index: 0;
}

.services-detail-txt h2 {
    font-size: 4em;
    color: #010101;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
}

.services-detail-txt p {
    margin: 20px 0 0;
    color: #000;
    font-size: 1.2em;
    line-height: 1.7em;
    font-weight: 300;
}

.services-detail-txt p:nth-child(n+5) {
    margin: 0;
    color: #000;
    font-size: 1.2em;
    line-height: 1.7em;
    font-weight: 300;
}

.services-detail-txt a {
    width: 200px;
    border: 2px solid #010101;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px 20px;
    text-align: center;
    margin-top: 20px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    letter-spacing: 2px;
}

.services-detail-txt a:hover {
    color: #000;
    background-color: rgb(255 255 255 / 70%);
}

.services-detail-round-txt {
    width: 300px;
    height: 300px;
    background: #20b2aa52;
    border-radius: 50%;
    top: 5%;
    right: 10%;
    z-index: -10;
}

.footer {
    background: #1e1e1e;
}

.footer-items {
    padding: 60px 0;
}

.footer-nav-box {
    padding: 0 30px;
}

.footer-nav-box:first-child {
    padding: 0 30px 0 0;
}

.footer-nav-box h6 {
    margin: 0 0 20px;
    color: #fff;
    letter-spacing: 0.08em;
    font-size: 0.95em;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-nav-box p {
    padding: 7px 0;
    color: #9a9895;
    font-size: 0.95em;
    font-weight: 400;
    line-height: 1.7em;
}

.footer-nav-box ul li a {
    display: flex;
    align-items: center;
    padding: 7px 0;
    line-height: 21px;
    color: #9a9895;
    font-size: 0.95em;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-nav-box ul li a svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.footer-nav-box ul li a:hover {
    color: #fff;
}

.social ul li a svg {
    width: 18px;
    height: 18px;
    color: #9a9895;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.social ul li a svg:hover {
    color: #fff;
}

.footer-bottom {
    background: #1e1e1e;
    border-top: 1px #ffffff1c solid;
}

.footer-bottom span {
    color: #fff;
    font-size: 0.75em;
    font-weight: 400;
}

.footer-bottom a {
    color: #fff;
    letter-spacing: 0.08em;
    font-size: 0.75em;
    font-weight: 400;
}

@media (max-width: 1280px) {
    .round-img {
        width: 480px;
        height: 570px;
        bottom: 12%;
    }
    .services-detail-round-img {
        width: 480px;
        height: 650px;
        bottom: 12%;
    }
}

@media (max-width: 1200px) {
    .about-round-img {
        bottom: 10%;
        right: -3%;
        width: 500px;
        height: 600px;
    }
}

@media (max-width: 1024px) {
    .header-logo a img {
        width: 150px;
        height: 80px;
    }
    .header-nav ul li a {
        margin: 10px;
    }
    #myHeaderPage .header-nav ul li a {
        margin: 10px;
    }
    .slider img {
        height: 550px;
    }
    .slider-txt-box p {
        font-size: 17px;
    }
    .slider-txt-box h1 {
        font-size: 40px;
        line-height: inherit;
    }
    .slider-txt-box h1 span {
        font-size: 40px;
    }
    .slider-txt-box .slider-desc {
        font-size: 15px;
    }
    .slider-txt-box a {
        width: 150px;
    }
    .slider-txt-box {
        margin-top: 50px;
    }
    .gallery-content-home ul li {
        width: 33.333333%;
    }
    .about-img-box img {
        width: 100%;
        height: 450px;
    }
    .about-round-img {
        width: 360px;
        height: 450px;
        right: -5%;
        bottom: 15%;
    }
    .about-txt-box p:last-child {
        display: none;
    }
    .vision-img-box img {
        width: 100%;
        height: 450px;
    }
    .round-img {
        width: 360px;
        height: 450px;
        right: -5%;
        bottom: 23%;
    }
    .round {
        right: 0;
    }
    .vision-items {
        margin: 60px 0 0;
    }
    .vision-txt-box p:nth-child(+2) {
        display: none;
    }
    .quote-img {
        display: none;
    }
    .quote-form {
        width: 100% !important;
    }
    .input input {
        width: 100%;
    }
    .services-detail-img img {
        width: 100%;
        height: 550px;
    }
    .services-detail-round-img {
        width: 330px;
        height: 550px;
        bottom: 15%;
    }
    .services-detail-txt h2 {
        font-size: 3em;
    }
    .services-detail-txt p {
        font-size: 1em;
    }
    .services-detail-txt p:nth-child(n+5) {
        font-size: 1em;
    }
    .services-detail-round-txt {
        top: 0%;
        right: 0%;
    }
}

@media (max-width: 768px) {
    .header-logo a img {
        display: none;
    }
    .slider-txt-box {
        width: auto;
    }
    .about-items {
        flex-direction: column;
    }
    .about-img {
        width: 100% !important;
        height: 100%;
        order: 1;
    }
    .about-txt {
        width: 100% !important;
        order: 2;
        margin: 40px 0 0 0;
    }
    .gallery-content-home ul li {
        width: 50%;
    }
    .action-box {
        text-align: center;
    }
    .about-img-box {
        width: 100% !important;
        order: 1;
        margin: 0;
    }
    .about-round-img {
        display: none;
    }
    .about-txt-box {
        margin-top: 50px;
        width: 100% !important;
        order: 2;
    }
    .about-round {
        top: 55%;
    }
    .vision-items {
        flex-direction: column;
    }
    .vision-img-box {
        width: 100% !important;
    }
    .round-img {
        width: 100%;
        bottom: 45%;
    }
    .vision-txt-box {
        margin: 40px 0 0;
        width: 100% !important;
    }
    .vision-txt-box h2 {
        width: 100%;
        font-size: 3em;
    }
    .services-box {
        width: 50% !important;
    }
    .itemBox {
        width: 50% !important;
    }
    .map {
        flex-direction: column;
        align-items: center;
    }
    .map-item {
        width: 100% !important;
    }
    .map-img {
        display: none;
    }
    .contact-items {
        flex-direction: column;
        align-items: center;
    }
    .contact-left {
        width: 100% !important;
    }
    .contact-form {
        width: 100% !important;
    }
    .services-detail-items {
        flex-direction: column;
        align-items: center;
    }
    .services-detail-img {
        width: 100% !important;
        z-index: 0;
    }
    .services-detail-txt {
        width: 100% !important;
        margin: 50px 0 0;
    }
    .services-detail-round-img,
    .services-detail-round-txt {
        display: none;
    }
    .services-detail-img img {
        height: 400px;
    }
}

@media (max-width: 640px) {
    .slider-txt-box {
        margin-top: 50px;
        padding: 50px;
    }
    .about-txt {
        padding: 0 20px;
    }
    .action-items ul {
        flex-wrap: wrap;
    }
    .action-box {
        padding: 10px;
    }
    .footer-items {
        padding: 30px 0;
    }
    .footer-nav-boxes {
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-nav-box {
        width: 50% !important;
        padding: 20px 30px;
    }
    .footer-logo {
        display: none;
    }
    .about-items {
        padding: 60px 20px;
    }
    .references-boxes {
        flex-direction: column;
        align-items: center;
    }
    .round-img,
    .round {
        display: none;
    }
    .vision-items {
        margin: 60px 0;
        padding: 20px;
    }
    .services-box {
        width: 100% !important;
    }
    .testimonials-items ul li {
        width: 100%;
    }
    .services-detail-items {
        padding: 20px;
    }
}

@media (max-width: 560px) {
    .about-round-img {
        display: none;
    }
    .about-round {
        display: none;
    }
    .about-txt-box span {
        font-size: 3em;
    }
    form {
        padding: 30px;
    }
    .input {
        width: 100% !important;
    }
    .input textarea {
        height: 200px;
    }
    .itemBox {
        width: 100% !important;
    }
    .testimonials-form form {
        flex-direction: column;
        align-items: center;
        padding: 30px;
    }
    .testimonials-inputs-items {
        width: 100% !important;
    }
    .testimonials-comments {
        width: 100% !important;
        margin: 0;
    }
    .testimonials-form-head {
        padding: 30px 30px 0;
    }
    .testimonials-form-head p {
        margin: 0;
    }
    .testimonials-form-btn {
        padding: 0 30px 30px;
    }
    .testimonials-form-btn a {
        margin-top: 0;
    }
}

@media (max-width: 425px) {
    .slider-txt-box {
        align-items: center;
    }
    .slider-txt-box h1 {
        text-align: center;
        font-size: 50px;
    }
    .slider-txt-box:last-child p {
        display: none;
    }
    .gallery-content-home ul li {
        width: 100%;
    }
    .action-items ul {
        flex-direction: column;
        align-content: center;
        justify-content: center;
        margin: -20px 0;
    }
    .action-items ul li {
        padding: 20px 0;
    }
    .action-box {
        padding: 0;
    }
    .footer-nav-boxes {
        flex-direction: column;
    }
}