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

:root {
    --text-sapn: #f77223;
    --sec-hdg: #000420;
    --text-color: #1d1d1d;
    --white: #fff;
    --black: #000;
    --sec-p: #515151;
    --fontsize13: 0.813rem;
    --fontsize14: 0.875rem;
    --fontsize15: 0.938rem;
    --fontsize18: 1.125rem;
    --fontsize32: 2rem;
    --fonsize44: 2.75rem;
}
body {
    overflow-x: hidden;
    scroll-behavior: smooth;
    word-break: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair Display", serif;
    margin: 0;
}
p {
    font-family: "Poppins", sans-serif;
    color: var(--text-color);
    margin: 0;
}
a {
    text-decoration: none !important;
    transition: ease all 0.5s;
}
a:hover {
    color: var(--text-sapn);
}
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.themeBtn {
    border: 0;
    outline: none;
    border-radius: 6px;
    color: var(--white);
    transition: 0.3s ease-in-out;
    font-weight: 600;
}
.owl-dots button {
    outline: 0;
}
.quote_btn {
    background-color: var(--black);
    padding: 1.1rem 2.4rem;
    border-radius: 0;
}
.quote_btn:hover {
    background-color: var(--text-sapn);
    color: var(--black);
}

.sec-hdg {
    font-size: var(--fonsize44);
    color: var(--sec-hdg) !important;
    font-weight: 500;
}
.sec-hdg span {
    color: var(--text-sapn);
    font-weight: 600;
}
.sec-bg {
    background-image: url(../images/banner-bg.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: repeat;
    padding-bottom: 7rem;
}
@media (min-width: 1280px) {
    .container {
        max-width: 1170px;
    }
}
/* header */
header {
    padding-bottom: 8px;
}
.call-us {
    display: flex;
    align-items: center;
    font-size: var(--fontsize14);
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: var(--black);
    text-transform: capitalize;
}
.numbr span {
    display: block;
    font-size: var(--fontsize13);
    font-weight: 400;
    font-family: "Playfair Display", serif;
    color: var(--text-color);
    text-transform: capitalize;
}
header .opt {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3rem;
}
.call-us i {
    font-size: 1.6rem;
    color: var(--text-sapn);
    transform: rotate(90deg);
}
header .opt img,
.call-us i {
    margin-right: 1rem;
}

header .opt img{
    filter: brightness(0) saturate(100%) invert(52%) sepia(74%) saturate(2344%) hue-rotate(347deg) brightness(100%) contrast(94%);
}

/* header */

/* banner */
.letter {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.banner {
    height: 100%;
    padding-bottom: 60px;
}
.banner-hdg {
    padding-right: 5rem;
    line-height: 17%;
    overflow: hidden;
    word-spacing: -23px;
    font-size: 8rem;
}
.banner-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.banner-content p {
    font-size: var(--fontsize18);
    margin: 2rem 0px;
}
.form-cta .input-group {
    background: #f5f5f5;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.form-cta {
    width: 100%;
}
.form-cta .input-group .frm-grup-cta-btn {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-width: 20%;
}

.form-cta .input-group .form-control {
    height: 3.5rem;
    border-radius: 0;
    border: 0;
    width: 100%;
    background-color: transparent;
}
.form-cta .input-group .form-control:focus {
    box-shadow: none;
}
.form-cta .themeBtn {
    background: var(--text-sapn);
    padding: 1rem 1.2rem;
    color: var(--white);
}

#regForm .tab {
    display: none;
    margin-bottom: 0;
}
.form-cta .themeBtn:hover span {
    background: var(--green);
}

.banner .owl-thumbs {
    display: block;
    margin: 1rem 0px 0;
}
.banner .owl-thumbs .owl-thumb-item {
    flex: 1;
    cursor: pointer;
}
.banner .owl-thumbs .owl-thumb-item:hover,
.owl-thumbs .owl-thumb-item.active {
    color: var(--text-sapn) !important;
}
.banner .owl-next i {
    color: var(--text-sapn) !important;
}
.banner .owl-thumbs .owl-thumb-item + .owl-thumb-item {
    margin-left: 4px;
    color: #7e7f8b;
}
.banner .owl-nav i {
    color: var(--text-color);
}
.banner .owl-carousel {
    width: 107%;
}
.banner .owl-nav span {
    margin: 0 10px;
}
.banner .owl-thumbs span {
    margin-right: 5rem;
    font-size: 60px;
    font-family: "Playfair Display", serif;
    position: relative;
}
.banner .owl-thumbs span::after {
    content: "";
    position: absolute;
    border-right: 2px solid #7a7e8d;
    transform: rotate(90deg);
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 60px;
    width: 23px;
    height: 50px;
}
.banner .owl-thumbs span:nth-child(3)::after {
    border: 0;
}
.banner .owl-theme .owl-nav [class*="owl-"] {
    background: none;
    padding: 4px 15px;
}
.banner-iamges {
    margin-left: 1rem;
    width: 104%;
}
.banner .owl-theme .owl-nav img {
    width: 10px;
}
.banner .owl-nav {
    background-color: var(--white);
    display: inline-block;
    padding: 25px 65px;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
}

/* banner */

/* logo-sec  */
.clint-logos-ul {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    align-items: center;
}
.clint-logos-ul li img {
    filter: brightness(0) saturate(100%) invert(89%) sepia(9%) saturate(145%)
        hue-rotate(144deg) brightness(96%) contrast(90%);
}
.clint-logos-ul li img:hover {
    filter: none;
}
.clint-logos {
    text-align: center;
    padding: 4rem 0 10rem;
}
/* logo-sec  */
/* about-us-sec  */
.sec-label {
    font-size: var(--fontsize18);
    color: var(--text-sapn);
    font-weight: 500;
}
.mobile-sec {
    display: none;
}
.laptop-sec {
    display: block;
}
.content-area-wrpr p {
    margin: 2rem 0;
    font-size: var(--fontsize15);
    color: var(--sec-p);
}
.counting-ul {
    display: grid;
    grid-template-columns: auto auto auto;
}
.counting-li {
    display: flex;
    align-items: center;
}
.counting-hdg {
    display: inline-grid;
    font-size: var(--fontsize15);
    color: var(--black);
    margin-left: 1.2rem;
    line-height: 20px;
    width: 130px;
}
.counting-hdg span {
    font-size: var(--fontsize32);
    color: var(--text-sapn);
    font-weight: 800;
    font-family: "Poppins", sans-serif;
    margin-bottom: 11px;
}
.about-us-sec {
    position: relative;
}
.right-images {
    position: absolute;
    right: -45px;
    top: -40px;
}
.right-images > img {
    position: absolute;
}
.right-images > img:nth-child(1) {
    right: 550px;
    top: 15px;
    z-index: 7;
}

.right-images > img:nth-child(2) {
    right: 365px;
    top: 90px;
    z-index: 2;
}

.right-images > img:nth-child(3) {
    right: 242px;
    top: 120px;
    z-index: 1;
}
.circle-shdow::before , .footer-left-img::before{
    content: "";
    position: absolute;
    background-image: url(../images/right-img-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 439px;
    height: 439px;
    top: -6rem;
    left: 59rem;
}
.circle-shdow::after {
    content: "";
    position: absolute;
    background-image: url(../images/right-img-aftr.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 218px;
    height: 205px;
    right: 10.4rem;
    bottom: 0;
}
/* about-us-sec 
/*Our Recent*/
.our-recent-h1{
    font-size: 18.75rem;
    text-align: center;
    position: absolute;
    top: -4rem;
    left: 0;
    right: 0;
    opacity: .2;
}
.our-recent-sec {
    background-image: url(../images/our-recent-bg.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}
.our-recent-hading {
    text-align: center;
}
.our-recent-hading h1 {
    color: var(--white) !important;
}
.our-recent-hading p {
    font-size: var(--fontsize15);
    color: #e0e0e0;
}
.our-recent-img {
    display: grid;
    justify-content: space-between;
    grid-template-columns: auto auto auto auto;
    padding: 2rem 0;
    gap: 35px;
}
.buttons-wrpr {
    text-align: center;
    padding: 3rem 0 1rem;
}
.buttons-wrpr a:nth-child(1) {
    background-color: var(--text-sapn);
    margin-right: 2rem;
}
.buttons-wrpr a:hover:nth-child(1) {
    background-color: var(--white);
    color: var(--sec-hdg);
}

.buttons-wrpr a:nth-child(2) {
    background-color: var(--white);
    color: var(--sec-hdg);
}
.buttons-wrpr a:hover:nth-child(2) {
    background-color: var(--text-sapn);
    color: var(--white);
}
/*Our Recent*/
/* cta */
.cta-sec {
    background-image: url(../images/cta-bg.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 4rem 0;
}
.cta-buttons-ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cta-wraper {
    margin: auto;
    text-align: center;
}
.cta-wraper h1 {
    font-size: 3.5rem;
    color: var(--black);
}
.cta-wraper h1 span {
    color: var(--white);
}
.cta-wraper p {
    font-size: 20px;
    color: var(--black);
    font-weight: 500;
    padding: 1.5rem 0 2rem;
}
.cta-buttons-ul li {
    padding-right: 3rem;
}
.cta-buttons-ul i {
    color: #000;
    font-size: 20px;
    margin-right: 0.5rem;
}
.cta-buttons-ul .numbr span {
    text-align: left;
}
.cta-buttons-ul img {
    width: 21px;
    margin-right: 10px;
}
.cta-buttons-ul li a {
    height: 57px;
    font-size: 16px;
}
.cta-buttons-ul li:nth-child(1) a {
    padding: 1.13rem 1.8rem;
}
.cta-buttons-ul li:nth-child(2) a {
    padding: 0 1.2rem;
    background-color: var(--white);
}
.cta-buttons-ul li:nth-child(3) a {
    padding: 0 2rem;
    border: 1px solid #000;
}
.cta-buttons-ul li:nth-child(2) span {
    color: var(--text-sapn);
}
.cta-buttons-ul li:hover:nth-child(2) a {
    background-color: var(--black);
    color: var(--white);
}
.cta-buttons-ul li:hover span,
.cta-buttons-ul li:hover i {
    color: var(--white);
}
.cta-buttons-ul li:hover:nth-child(1) a {
    background-color: var(--white);
    color: var(--black);
}
.cta-buttons-ul li:hover:nth-child(1) img {
    filter: brightness(0) saturate(100%);
}
.cta-buttons-ul li:nth-child(3) img {
    filter: brightness(0) saturate(100%);
}
.cta-buttons-ul li:hover:nth-child(3) a {
    color: var(--sec-hdg);
}
/* cta */
/* three-sec-wrper */
.three-sec-bg {
    background-image: url(../images/three-sec-bg.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 4rem 0;
}
/* a from for every */

.left-img img {
    margin-left: -3rem;
    margin-top: -1rem;
}
.icon-content-ul {
    display: grid;
    grid-template-columns: auto auto;
    gap: 2rem;
}
.icon-content-ul li {
    background-color: rgb(249, 249, 249);
    border-radius: 12px;
    padding: 1rem 0 1rem 1rem;
}
.icon-content-ul h3 {
    font-size: 1.375rem;
    margin-bottom: 1rem;
}
.icon-content-ul p {
    font-size: var(--fontsize15);
    color: var(--sec-p);
}
.icon-content-ul img {
    margin-bottom: 1rem;
}
.for-every-sec {
    padding-bottom: 4rem;
}

/* a from for every */
/* Testimonials */
.sec-hading,
.test-wrpr {
    text-align: center;
}
.test-wrpr p {
    height: 60%;
    font-size: 1.25rem;
    color: var(--sec-p);
    font-style: italic;
    font-family: "Playfair Display", serif;
    padding: 1.5rem 0.5rem;
}
.test-wrpr h2 {
    font-size: 1.25rem;
    color: var(--black);
}
.testimonials-sec {
    padding-bottom: 8rem;
}
/* Testimonials */
/* three-sec-wrper */
/*footer-from*/

.stretigist_form h1 {
    padding-bottom: 2.5rem;
}
.input_box input,
.input_box textarea {
    border-radius: 6px;
    background-color: rgb(242, 242, 242);
    height: 52px;
    border: 0;
    box-shadow: none;
    outline: 0;
    padding: 1rem;
    margin-bottom: 1.375rem;
    font-size: var(--fontsize15);
}
.input_box input::placeholder {
    color: var(--sec-p);
}
.input_box input:focus , .input_box  textarea:focus {
    outline: 0;
    box-shadow: 0 0 0 0.1rem var(--sec-hdg);
}
.footer-form-img {
    margin-top: -6rem;
    margin-left: 3rem;
    /* position: absolute; */
}
.input_box textarea {
    height: 122px !important;
}
.form-button button{
    outline: 0;
    background-color: var(--text-sapn);
    width: 168px;
    height: 57px;
}
.footer-left-img{
    position: relative;
}
.mobile-sec-img{
    display: none;
}
.footer-left-img:before {
    left: 26rem;
    top: -9rem;
}
.footer-left-img img{
    position: absolute;
}
.banner-img-1 {
    left: 20%;
    z-index: 30;
    top: 15%;
}
.banner-img-2 {
    left: 104%;
    top: -95px;
    z-index: 9;
}
.banner-img-3 {
    top: 62%;
    right: -38%;
    z-index: 9;
}
.banner-img-5 {
    z-index: 22;
    bottom: -5%;
    right: -51px;
}
.banner-img-4 {
    top: 51%;
    left: 28%;
    z-index: 12;
}
.banner-img-6 {
    top: 50%;
    z-index: 10;
    left: 15%;
}
/*footer form*/


/* footer */
.list-inline-item:not(:last-child){
    margin-right: 0;
}
footer {
    background-color: var(--black);
    padding: 20px 0;
}
.footer-links ul {
     display: flex;
     align-items: center;
     justify-content: space-between;
     font-family: "Poppins", sans-serif;
     font-size: var(--fontsize14);
     color: var(--white);
}
.footer-links ul a{
    color: var(--white);
    margin-right: 10px;
}
.footer-links span{
    color: var(--text-sapn);
}
/* footer */

/* popup from */

.form-error {
    display: none;
}
input.error {
    border-color: #dd3b18 !important;
}
#entry-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.entry-box {
    background: #000;
    text-align: center;
    padding-top: 0;
    padding-bottom: 30px;
    width: 50%;
    margin: 0 auto;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    pointer-events: auto;
    border: 1px solid #fff;
}
.entry-box h1 {
    text-shadow: var(--white)0 5px 10px rgba(0, 0, 0, 0.35);
    color: var(--white) !important;
    font-size: 28px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 60px;
}
.entry-box h1 span {
    color: #ffd800;
}
.entry-left {
    text-align: center;
    background-image: -moz-linear-gradient(90deg, #ef0d33 0, #ff1010 100%);
    background-image: -ms-linear-gradient(90deg, #ef0d33 0, #ff1010 100%);
    background-color: var(--text-sapn);
}
.entry-box h1 {
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 60px;
}
.entry-right .text {
    position: relative;
    margin: 15px 0 25px;
}
.entry-right .text h2 {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
}
.entry-right .text h2 span {
    color: var(--text-sapn);
}
.entry-right .text:before {
    content: "";
    width: 6px;
    height: 50px;
    background: var(--text-sapn);
    border-radius: 20%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.form-control.error {
    border-color: red !important;
}
label.error {
    display: none !important;
}
.entry-right .text strong {
    text-transform: uppercase;
}
.entry-right .form-control:focus {
    border-color: #e2001b;
    box-shadow: 0 0 5px 0 #dee2e4;
    background-color: #fff;
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.2);
}
.entry-right input,
.entry-right textarea {
    border-radius: 5px;
    height: 51px;
    padding-left: 20px;
    border: 1px solid #e3e3e3;
    box-shadow: none;
    background: #fafafa;
    margin: 5px 0;
}
.entry-right textarea {
    height: 110px;
}
.entry-right input[type="email"],
.leaving-box input[type="email"] {
    background-color: #fff !important;
    color: #555 !important;
}
.entry-right .intl-tel-input {
    width: 100%;
}
.entry-right .intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 0;
}
.entery-submit {
    width: 60%;
    color: var(--white);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    border: none !important;
    padding: 10px;
    cursor: pointer;
    border-radius: 30px;
    background-color: var(--text-sapn) !important;
    justify-content: center;
}
/*.entry-right a {*/
/*    height: 60px;*/
/*    line-height: 60px;*/
/*    display: block;*/
/*    width: 100%;*/
/*    background-color: #ffd800;*/
/*    border-radius: 50px;*/
/*    text-transform: uppercase;*/
/*    color: #000;*/
/*    font-size: 16px;*/
/*    font-weight: 600;*/
/*}*/
/*.entry-right a i {*/
/*    margin-left: 6px;*/
/*}*/
.entry-right p {
    color: #fff;
    font-size: 12px;
    margin: 0;
}
.entry-right .form-group {
    margin-bottom: 10px;
}
a#entry-box_close {
    position: absolute;
    right: 5px;
    background-color: transparent;
    width: 40px;
    height: 40px;
    border-radius: 50pc;
    color: #fff;
    font-size: 29px;
    top: 15px;
    z-index: 9;
}

/* Stickey Form */
.side-bars {
    width: 42px;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    position: fixed;
    top: 50%;
    z-index: 9999;
    display: block;
    right: 173px;
    display: none;
}
.callbar {
    width: 45px;
    height: 43px;
    position: relative;
    margin-right: 8px;
    float: left;
    display: flex;
    align-items: center;
    padding-left: 8px;
}
.side-bars .call {
    font-size: 15px;
    padding: 0px;
    color: #fff;
    float: left;
    font-weight: 600;
    width: 314px;
    background: #01011e;
    position: relative;
    left: 163px;
    height: 53px;
    transition: all ease 0.5s;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.side-bars .call:hover {
    left: 0px;
    transition: all ease 0.5s;
}
.chatbar {
    width: 42px;
    height: 43px;
    position: relative;
    margin-right: 8px;
    float: left;
    background-image: url(../images/sprites.png);
    background-position: -54px -410px;
    display: flex;
    align-items: center;
    padding-left: 8px;
}
.chat a {
    color: #fff;
    text-decoration: none;
    padding-left: 10px;
}
.side-bars .chat {
    font-size: 15px;
    padding: 0px;
    color: #fff;
    float: left;
    font-weight: 600;
    width: 315px;
    background: #01011e;
    position: relative;
    left: 162px;
    top: -20px;
    transition: all ease 0.5s;
    border-radius: 10px;
    height: 53px;
    display: flex;
    align-items: center;
}
.side-bars .chat:hover {
    left: -30px;
    transition: all ease 0.5s;
}
.side-bars .call p,
.side-bars .chat p {
    margin: 0 0 0;
    color: #fff;
}
.side-bars .call p a {
    display: block;
    color: #fff;
    font-weight: 500;
}
.requestbar {
    width: 42px;
    height: 340px;
    position: relative;
    margin-right: 18px;
    float: left;
    background: url(../images/left_stciky.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
}
.request a {
    color: #fff;
    text-decoration: none;
}
.side-bars .request {
    font-size: 15px;
    padding: 0px;
    color: #fff;
    float: left;
    font-weight: 600;
    width: 329px;
    background: #01011e;
    position: relative;
    left: 163px;
    top: 20px;
    transition: all ease 0.5s;
    border-radius: 10px;
}
/*.side-bars .request:hover{left: -110px;transition: all ease 0.5s}*/
.request .form-control {
    width: 80%;
    margin-top: 0px;
    border-radius: 35px;
}
.request .btn {
    background-color: #0c71f4;
    color: #fff;
    padding: 6px 28px;
}
.request h4 {
    padding: 16px 0 31px;
    font-size: 18px;
}
form#offerForm {
    padding-right: 13px;
}

/* Who We Are */
.who_we_are {
    padding: 7rem 0;
}
.chat-box {
    display: none;
}

.per-check a {
  font-size: 14px;
}

.per-check {
  justify-content: flex-start;
  gap: 10px;
  margin: 0 0 20px;
  align-items: flex-start;
  display:flex;
}

.per-check a {
  display: inline-block;
  font-weight: 500;
  color: #000;
}
.per-check input {
    width: 20px !important;
    height: 20px !important;
}
.per-check label {
    font-size: 13px;
}

.entry-box .per-check label,
.entry-box .per-check a{
    color:#fff;
}

.form-cta .per-check label{
    font-size: 11px;
}
