@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Handmade';
    src: url(../font/Handmade\ Alphabet.otf);
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

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

a {
    text-decoration: none;
    color: #000;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

p {
    font-weight: 500;
    line-height: 25px;
    margin: 0;
    font-size: 14px;
    color: #000;
    font-family: "Montserrat", serif;
    opacity: 80%;
}

h1 {
    font-family: 'Handmade';
    font-size: 98px;
    line-height: 1;
    color: #000;
    font-weight: 600;
    margin: 0 0 10px;
}

h2 {
    font-family: 'Handmade';
    font-size: 80px;
    line-height: 1.1;
    color: #000;
    font-weight: 500;
    margin: 0;
}

h3 {
    font-family: 'Handmade';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0;
}

h4 {
    font-family: 'Handmade';
    font-size: 35px;
    line-height: 1;
    color: #000;
    font-weight: 500;
    margin: 0;
}

h5 {
    font-family: 'Handmade';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

h6 {
    font-family: 'Handmade';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

select {
    background: #fff url('../images/select.png') no-repeat right;
    padding: 0 40px 0 30px;
    background-position: right 0.7rem top 50%;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}

/*---------------------------------------------------- Tabs Section Start ----------------------------------------------------------- */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

/*---------------------------------------------------- Tabs Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Carousel Section Start ----------------------------------------------------------- */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

/*---------------------------------------------------- Carousel Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Button Section Start ----------------------------------------------------------- */

.theme_btn {
    background-color: #e59f4a;
    border-radius: 45px;
    padding: 0px 7px 0px 23px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    height: 60px;
    color: #fff;
    border: 2px solid #fff;
    width: max-content;
}

.theme_btn img {
    transition: 0.6s;
}

.theme_btn:hover img {
    transform: rotate(360deg);
}

.theme_btn:hover span {
    color: #FFF;
}

.theme_btn:hover .btn-img {
    background: #fff;
}

.theme_btn:hover .btn-img img {
    filter: brightness(0.1);
}

.theme_btn span {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.curved-edge:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    --c: 50px;
    height: 180px;
    aspect-ratio: 2.7 / 2;
    mask: radial-gradient(60% var(--c) at bottom, #0000 calc(100% - 2px), #000);
    z-index: -1;
}

.btn-img img {
    width: min-content;
    height: min-content !important;
}

.btn-img {
    background: #fff;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/*---------------------------------------------------- Button Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Header Section Start ----------------------------------------------------------- */

.menuSec {
    padding: 15px 0 20px;
    position: relative;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Montserrat", serif;
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #e59f4a;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.main_slider {
    margin-bottom: 100px;
}

/*---------------------------------------------------- Header Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Banner Section Start ----------------------------------------------------------- */

.baner-image {
    background: #eef0f1;
    width: 93%;
    border-top-right-radius: 50px;
    overflow: hidden;
    border-bottom-right-radius: 50px;
}

.menuSec:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 72%;
    height: 220%;
    background: #da5c39;
    z-index: -1;
}

.banner-sec {
    position: relative;
    margin-bottom: 100px;
}

.banner-sec:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: #f16d47;
    width: 40%;
    height: 100%;
    z-index: -2;
}

.baner-image img {
    width: 100%;
    height: 705px;
    object-fit: cover;
    object-position: bottom;
}

.banner-text {
    position: absolute;
    left: 5%;
    top: 22%;
    width: 40%;
}

.banner-text h1 span {
    color: #f16d47;
}

.baner-social-icon {
    position: absolute;
    bottom: 15%;
    right: 32px;
    display: grid;
    align-items: center;
    justify-content: space-between;
    gap: 180px;
}

.baner-social-icon ul li a:hover {
    background: #fff;
    border-color: #fff;
    color: #da5c39;
}

.btn-explore-baner a img {
    transition: 0.5s all;
}

.btn-explore-baner a:hover img {
    transform: scale(1.1);
}


.baner-social-icon h6 {
    writing-mode: sideways-rl;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    padding-right: 11px;
}

.baner-social-icon ul {
    display: grid;
    align-items: center;
    gap: 20px;
}

.baner-social-icon ul li a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    transition: 0.5s all;
}

.baner-social-icon:before {
    content: '';
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    background-color: #fff;
    width: 1px;
    height: 150px;
    margin: 0 auto;
}


/*---------------------------------------------------- Banner Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Testimonial Section Start ------------------------------------------------------------- */

.testi-text h2 span {
    display: block;
}

img.testi-shape {
    position: absolute;
    width: 50%;
    top: 10%;
    left: 25%;
    z-index: -1 !important;
}

.testi-text h2 {
    font-size: 59px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.testi-text p {
    font-family: 'Roboto';
    opacity: 60%;
    width: 94%;
}

html {
    overflow-x: hidden;
}

.testi-slider i {
    color: #f39f1e;
}

.testi-box p {
    color: #8d8d8d;
    margin-top: 20px;
    line-height: 28px;
    font-family: 'Roboto';
    font-weight: 400;
}

.testi-box ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 0;
}

.testi-box ul li h6 {
    font-size: 26px;
    margin-bottom: -5px;
    line-height: 0;
    font-family: "Montserrat", serif;
    color: #000;
}

.testi-box ul li p {
    color: #f16d47;
    margin-bottom: -10px;
    font-size: 18px;
}

.testi-box {
    position: relative;
    z-index: 999;
}

.testi-fold:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 30px;
    width: 90%;
    height: 90%;
    border: 2px dashed #f16d47;
    z-index: 0;
}

.testi-fold {
    background: #fff;
    box-shadow: 0 0 10px #00000024;
    padding: 50px 70px;
    position: relative;
    border-radius: 10px;
}

[data-slick-index="-1"] .testi-fold {
    transform: translateY(45%);
    width: 90%;
    margin: 0 auto;
}

.testi-fold:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 7px;
    height: 28%;
    background-image: -webkit-linear-gradient(-90deg, #f16d47 0%, #f16d47 48%, #f16d47 100%);
    border-radius: 24px;
}

.testi-slider .slick-current+.slick-slide {
    transform: translateY(10px);
    width: 80% !important;
    margin: 0 auto;
    display: block;
    transform: translateX(65px) translateY(-280px);
}

.testi-slider .slick-current {
    background: white;
    z-index: 99;
    position: relative;
}

.testi-slider .curnt-prev {
    width: 80% !important;
    margin: 0 auto;
    transform: translateX(65px) translateY(295px);
}

.testi-slider .slick-next:before {
    content: '';
    position: absolute;
    background-image: url(../images/testi-arw.png);
    width: 54px;
    height: 54px;
    background-repeat: no-repeat;
    background-size: contain;
}

.testi-slider .slick-next {
    right: -18px;
    top: 55%;
}

.testi-slider .slick-prev {
    left: inherit;
    right: -17px;
    top: 43%;
}

.testi-slider .slick-prev:before {
    content: '';
    position: absolute;
    background-image: url(../images/testi-arw-altr.png);
    width: 54px;
    height: 54px;
    background-repeat: no-repeat;
    background-size: contain;
}

.testi-wrap.all-section {
    position: relative;
}

.testi-img img:nth-child(1) {
    position: absolute;
    top: 19%;
    left: 8%;
}

.testi-img img:nth-child(2) {
    position: absolute;
    top: 12%;
    left: 35%;
    width: 100px;
}

.testi-img img:nth-child(3) {
    position: absolute;
    bottom: 150px;
}

.testi-img img:nth-child(4) {
    position: absolute;
    left: 40%;
}

img.testi-apple {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(15deg);
}

.testi-img img:nth-child(5) {
    position: absolute;
    top: 12%;
    right: 1%;
}

.testi-img img {
    animation: 2s ritbonc ease-in-out infinite alternate;
}

.testi-wrap.all-section {
    padding: 100px 0;
}

/*---------------------------------------------------- Footer Section End ------------------------------------------------------------- */

/*---------------------------------------------------- About Section Start ------------------------------------------------------------- */

.btn-explore-baner {
    padding: 35px 0px 35px 0px;
    text-align: end;
    position: relative;
    right: 16%;
    transition: 0.4s all;
}

.btn-explore-baner a {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #fff;
    justify-content: end;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    transition: 0.5s all;
}

.banner-text p {
    margin-bottom: 15px;
    width: 89%;
    font-weight: 600;
    opacity: 1;
}

.about-image img {
    width: 100%;
    height: 534px;
    object-fit: cover;
    border-radius: 95px;
}

.about-image {
    margin-right: -7%;
}

.about-sec {
    margin-bottom: 100px;
    position: relative;
}

.container-fluid {
    padding: 0 5%;
}

.serv-main {
    text-align: center;
    margin-bottom: 50px;
}

.serv-main p {
    width: 50%;
    margin: 0 auto;
}

.banner-sec .container-fluid {
    padding: 0;
}

.contact-sec {
    padding: 150px 0 200px;
    background-color: #faf2e9;
    position: relative;
}


.about-text {
    text-align: end;
    position: relative;
    padding: 60px 60px 75px 0;
    margin-left: -48%;
    z-index: 1;
    overflow: hidden;
    border-radius: 85px;
}

.serv-text {
    width: 40%;
}

.serv-text p {
    width: 112%;
    margin: 5px 0 10px;
    font-size: 13px;
    line-height: 23px;
    opacity: 1;
    font-weight: 600;
}



.about-text h2 {
    margin-bottom: 90px;
}

.about-text p {
    width: 51%;
    margin: 0 0 18px auto;
}

.about-text .theme_btn {
    margin: 11px 0 0 auto;
}

.about-text:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: #faf2e9;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.about-text:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    /* background: red; */
    /* width: 312px; */
    /* height: 336px; */
    border-bottom-right-radius: 95px;
}

.about-heading {
    text-align: end;
    padding: 90px 60px 20px;
}

.about-counter {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #f16d47;
    width: 36.3%;
    height: 336px;
    display: grid;
    align-items: center;
    border-bottom-right-radius: 70px;
    text-align: center;
    align-content: center;
}

.about-counter p {
    width: 100%;
}

.about-counter-number {
    font-family: 'Handmade';
    font-size: 103px;
    color: #fff;
    line-height: 1;
}

.about-counter p {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

img.abtrokt {
    position: absolute;
    bottom: 20px;
    left: 23%;
}

/*---------------------------------------------------- About Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Services Section Start ------------------------------------------------------------- */
.service-main {
    display: flex;
    align-items: end;
    gap: 20px;
    padding: 26px 25px 26px 30px;
    background: #faf2e9;
    border-radius: 22px;
    width: 97%;
    margin: 0 auto 50px;
}

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

.whychoose-sec:before, .whychoose-sec:after {
    content: '';
    position: absolute;
    top: -120px;
    left: -100px;
    border: 1px solid #fff;
    border-radius: 177px;
    opacity: 0.6;
    width: 945px;
    height: 355px;
    z-index: 0;
}

.whychoose-sec:after {
    top: unset;
    bottom: -88px;
    left: unset;
    right: -310px;
    z-index: -1;
}




.whychose-text {
    background-color: rgb(250, 242, 233);
    /* box-shadow: 0px 26px 59px 0px #0000004d; */
    width: 662px;
    height: 600px;
    padding: 80px 60px 60px;
    margin: 0 0 -160px 0;
    border-radius: 50px;
    clip-path: polygon(0 0, 70% 0%, 100% 30%, 100% 70%, 100% 100%, 0 100%, 0% 70%, 0% 30%);
}

.whychoose-sec {
    position: relative;
    background: #f16d47;
    background-image: url(../images/whychoose-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    background-position: 0px 100%;
    margin-bottom: 100px;
    z-index: 0;
}

img.whychoseapple {
    position: absolute;
    bottom: -210px;
    right: 15%;
}

section.service-sec {
    margin-bottom: 100px;
}

.container-fluid .container-fluid {
    padding-right: 0;
}

.whychose-text p {
    margin-bottom: 22px;
    width: 87%;
    opacity: 80%;
    font-weight: 600;
}

.whychose-img img {
    width: 100%;
}

.whychoose-sec .container-fluid {
    padding-right: 0;
}

.whychose-img img {
    width: 100%;
}

.whychose-img {
    margin-left: -16%;
}

.whychoose-sec .row {
    align-items: end;
}

.howwork-box-main {
    text-align: center;
}

.work-head {
    margin-bottom: 40px;
    text-align: center;
}

.how-work-sec {
    padding: 190px 0 100px;
    position: relative;
}

.whychose-text h2 {
    font-size: 70px;
    margin-bottom: 13px;
}

img.Cocl {
    position: absolute;
    top: 90px;
    left: 19%;
}

.work-head h2 {
    font-size: 68px;
}

.howwork-icon img {
    border-radius: 50%;
    background: #e59f4a;
    width: 203px;
    height: 207px;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: scale-down;
}

.howwork-icon {
    border: 2px dashed #f62023;
    border-radius: 50%;
    padding: 7px;
    overflow: hidden;
    width: max-content;
    margin: 0 auto 32px;
}

.how-work-text h4 {
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: 600;
    color: #191919;
    margin-bottom: 12px;
}

.how-work-text p {
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 400;
    color: #8c8c8c;
    width: 95%;
    margin: 0 auto;
}

img.work-line {
    position: absolute;
    left: 0;
    top: 39%;
    z-index: -1;
}

.howwork-box-main.opt-scnd {
    margin-top: 85px;
}

.contact-sec .row.cntct {
    z-index: 0;
    position: relative;
    justify-content: center;
}

.contact-sec .row.cntct:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 40px;
    background-image: url(../images/contact-main-back.png);
    width: 100%;
    height: 122%;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 20px;
}

.contact-info {
    padding: 130px 30px 100px;
    transform: rotate(-2deg);
}

.contact-info * {
    color: #fff;
}

.contact-info ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 40px;
}

.contact-info ul li img {
    width: 43px;
    object-fit: scale-down;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(272deg) brightness(101%) contrast(102%);
}

.contact-info h3 {
    margin-bottom: 20px;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 500;
}

.contact-form input, .contact-form select, .contact-form textarea {
    width: 100%;
    height: 58px;
    border: none;
    padding: 10px 20px;
    background-color: #faf2e9;
    margin-bottom: 15px;
    border-radius: 12px;
    color: #000;
}

.contact-form {
    padding: 30px 100px 40px 60px;
    position: relative;
}

.contact-form textarea {
    resize: none;
    height: 150px;
}

.contact-form select {
    color: #7c7c7c;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    text-transform: capitalize;
}

.infocntct-in span {
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-size: 22px;
    font-weight: 500;
    display: block;
    margin-bottom: 1px;
}

.infocntct-in p, .infocntct-in a {
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: 400;
}

.contact-form input::placeholder, .contact-form textarea::placeholder {
    color: #7c7c7c;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    text-transform: capitalize;
}

.contact-form:before {
    content: '';
    position: absolute;
    left: -28px;
    top: -50px;
    background-image: url(../images/contact-form.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 110%;
    height: 121%;
    z-index: -1;
    border-radius: 40px;
    /* box-shadow: 0px 9px 54px 0px rgba(0, 0, 0, 0.24); */
    /* transform: skew(3deg, -1deg); */
}

.contact-form h2 {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 65px;
}

.lines {
    background: #f0e8df;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 80px;
}

.lines.tw {
    left: 19%;
}

.lineinf {
    width: 500px;
    height: 1px;
    background: #f27c5a;
    top: 31%;
    left: 77px;
    position: absolute;
    transform: skew(0deg, -3deg);
    z-index: -1;
}

.lineinf.thr {
    top: 45%;
    left: 80px;
}

.lineinf.fr {
    top: 61%;
    left: 84px;
}

.lineinf.fv {
    top: 76%;
    left: 87px;
}

.lines.thr {
    left: 38%;
}

.lines.fr {
    left: 60%;
}

.lines.fv {
    left: 78%;
}

.lines.sx {
    left: unset;
    right: 90px;
}

img.cnt-icn {
    position: absolute;
    z-index: 0;
}

img.cnt-icn.one {
    bottom: 10%;
    left: 30px;
}

img.cnt-icn.two {
    top: 10%;
    left: 50px;
}

img.cnt-icn.thre {
    bottom: 30%;
    right: 60px;
}



footer {
    background-color: #1c1c1c;
    position: relative;
    z-index: 0;
}

footer .col-lg-4 {
    background-color: #f16d47;
    padding: 70px 70px 0 70px;
}

footer .container-fluid {
    padding-right: 0;
}

.newsletter-box h3 {
    font-size: 48px;
    letter-spacing: 7px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 22px;
}

.newsletter-box p {
    font-size: 14px;
    font-family: 'Roboto';
    opacity: 60%;
    margin-bottom: 30px;
    width: 82%;
    font-weight: 400;
}

footer * {
    color: #fff;
}

.newsletter-box input {
    width: 100%;
    height: 60px;
    border-radius: 60px;
    border: none;
    padding: 10px 25px;
    color: #000;
    margin-bottom: 30px;
    font-size: 14px;
    font-family: 'Roboto';
}

.newsletter-box button {
    background: #e59f4a;
    padding: 16px 40px;
    border: none;
    border-radius: 40px;
    font-family: 'Roboto';
    font-size: 20px;
    text-transform: uppercase;
}

.site-copyright {
    text-align: center;
    border-top: 1px solid #fff;
    padding: 25px 0 25px;
    margin-top: 75px;
}

.site-copyright p {
    font-family: 'Roboto';
    font-size: 14px;
    text-transform: uppercase;
}


.newsletter-box {
    padding: 90px 130px 0 70px;
}

footer .col-lg-5 {
    background: #f16d47;
}

footer:before {
    content: '';
    position: absolute;
    top: 44%;
    left: 0;
    background: #ffffff52;
    width: 100%;
    height: 1px;
    z-index: -1;
}

.footer-info {
    padding: 130px 0 80px;
}

footer:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #efefef;
    width: 60px;
    height: 91px;
    z-index: -1;
}

.foter-logo {
    position: absolute;
    top: 0;
    padding: 20px 60px 20px 30px;
    background: #fff;
    border-bottom-right-radius: 10px;
    margin-left: -30px;
}

.footer-info p {
    font-size: 14px;
    color: #6d6d6d;
    width: 80%;
    font-family: 'Roboto';
}

footer h5 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.quick-links ul li {
    margin-bottom: 10px;
}

.quick-links ul li a {
    text-transform: uppercase;
    font-size: 13px;
    color: #c1c1c3;
}

.foter-contact ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 16px;
}

.foter-contact ul li img {
    width: 20px;
    object-fit: scale-down;
}

.foter-contact ul li a, .foter-contact ul li p {
    font-size: 13px;
    color: #c1c1c3;
    opacity: 1;
}

.quick-links {
    padding-bottom: 30px;
}

.newsletter-box input::placeholder {
    color: #000;
    font-family: 'Roboto';
    font-size: 14px;
}

.baner-image.iner img {
    height: 450px;
}

.banner-sec.inner .banner-text {
    top: 40%;
}

.baner-social-icon.inner {
    gap: 100px;
    bottom: 5%;
}

.baner-social-icon.inner:before {
    height: 75px;
}

section.service-sec.iner {
    margin: unset;
}

.testi-fold.iner {
    margin-bottom: 60px;
}

.testi-fold.iner:after {
    opacity: 0;
}

.testi-wrap.inner .testi-text {
    margin-bottom: 50px;
    text-align: center;
}

.testi-wrap.inner {
    margin-bottom: 100px;
}

.testi-wrap.inner .testi-text p {
    width: 60%;
    margin: 0 auto;
}

.contact-sec.inner {
    background: unset;
    padding-top: 100px;
}

.serv-detail-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.serv-detal-text p {
    margin-bottom: 30px;
}

.serv-detal-text h2 {
    margin-bottom: 10px;
}

.serv-detail-img {
    margin-bottom: 15px;
}

.service-detail-se {
    margin-bottom: 100px;
}

/*---------------------------------------------------- Gallery Section Start ------------------------------------------------------------- */

.gallery-iner-sec {
    margin-bottom: 100px;
}

.gallery-inr-head {
    text-align: center;
    margin-bottom: 20;
    margin-bottom: 30px;
}

.gallery-main-iner img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    transition: 0.5s all;
}

.gallery-main-iner {
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 25px;
}

.gallery-main-iner.med img {
    height: 400px;
}

.gallery-main-iner.smal img {
    height: 400px;
}

.gallery-main-iner:hover img {
    filter: brightness(0.5);
    transform: scale(1.2);
}

/*---------------------------------------------------- Gallery Section End ------------------------------------------------------------- */