
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
/* font-family: "Inria Sans", sans-serif;
font-family: "Cormorant Garamond", serif;
font-family: 'Filson Pro';
*/
html{
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}
*{
    margin: 0;
    padding: 0;
}
body{
    margin: 0;
    padding: 0;
    font-family: "Inria Sans", sans-serif;
}
a, a:hover{
    text-decoration: none;
}
button:focus {
    outline: 1px dotted;
    outline: none !important;
}
h1, h2 , h3 h4, h5, h6{
    margin: 0;
    font-weight: 400;
    font-family: 'Filson Pro';
}
img{
    max-width: 100%;
}
p{
    font-size: 18px;
    color: rgba(27, 27, 27, .7);
    line-height: 1.9em;
}
:root{
    --body-font:"Inria Sans", sans-serif;
    --heading-font: 'Filson Pro';
    --color-black:#000;
    --color-white:#fff;;
    --color-blue:#5221e6;
    --color-btn:#ebc7b5;
    --bg-light:#f8efe5;
    --heading-color:#333;
}
/* .container{
    width: 100%;
    height: 100%;
    max-width: 1620px;
    margin-right: auto;
    margin-left: auto;
} */
.heroSection {
    background-color: var(--bg-light);
    background:url(../image/baner-bg.svg) no-repeat;
    /* background-position: 50% 100%; */
    background-size: cover;
    display: block;
    padding-bottom: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    position: relative;
    z-index: 10;
   
}
.bg-dark{
    background: transparent !important;
    padding-top: 0px;
    padding-top: 20px !important;
}
.heroSection  .navbar-brand {
    font-size: 32px;
    text-transform: uppercase;
    font-family: 'Filson Pro';
}
.heroSection nav .nav-link {
    padding: 14px 18px !important;
    color: var(--color-white) !important;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    margin-left: 20px;
}
.heroSection nav .nav-link::after {
    content: " ";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0px;
    -webkit-transition: -webkit-transform .25s cubic-bezier(0,.5,.5,1);
    transition: -webkit-transform .25s cubic-bezier(0,.5,.5,1);
    -o-transition: -o-transform .25s cubic-bezier(0, .5, .5, 1);
    transition: transform .25s cubic-bezier(0,.5,.5,1);
    transition: transform .25s cubic-bezier(0,.5,.5,1), -webkit-transform .25s cubic-bezier(0,.5,.5,1), -o-transform .25s cubic-bezier(0,.5,.5,1);
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.heroSection nav .nav-link::after {
    background: #fff;
}
.heroSection nav .nav-link:hover::after{
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.heroSection nav .nav-item:last-child .nav-link{
    background: var(--color-white);
    color: var(--color-black) !important;
    text-transform: uppercase;
    border-radius: 100px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    padding: 15px 30px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    min-width: 175px;
}
.heroSection nav .nav-item:last-child .nav-link:hover{
background: var(--color-btn);
}
.heroSection nav .nav-item:last-child .nav-link::after{
    display: none;
}
.banner-image{

}
.banner-image img{
    width: 100%;
}
.bannerSection {
    padding-top: 80px;
    padding-bottom: 48px;
    position: relative;
}
.bannerSection::after{
    content: "";
    width: 489px;
    height: 382px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../image/banner-light.png) no-repeat;
    opacity: 0.3;
    z-index: -1;
}
.banner-content {
    padding-right: 50px;
    position: relative;
    z-index: 2;
}
.banner-content h1 {
    color: var(--color-white);
    font-size: 55px;
    line-height: 1.2em;
    font-weight: 300;
    letter-spacing: -.02em;
}
.banner-content p {
    font-size: 20px;
    max-width: 600px;
    margin-top: 30px;
    margin-bottom: 38px;
    color: var(--color-white);
}
.btnAll {
    border-radius: 100px;
    background-color: #ebc7b5;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    color: #000;
    padding: 15px 30px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}
.btnAll:hover{
    background-color: var(--color-white);
    text-decoration: none;
    color: var(--color-black);
}
.heroCounts {
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-radius: 80px;
    background-color: #f8efe5;
    color: #1b1b1b;
}
.heroCountsSlide {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    position: relative;
}
.heroCountsImage {
    position: relative;
    margin-bottom: 28px;
}
.heroCountsNumBanner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Filson Pro';
    color: #000;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    width: 90%;
    margin: 0 auto;
}
.textheroCounts p {
    color: rgba(27, 27, 27, .7);
    line-height: 1.9em;
    font-size: 18px;
    margin: 0px;
}
/* .heroCountsImage img {
    transform: rotate(-17deg);
} */
.hero__counts-dash {
    position: absolute;
    right: -13%;
    bottom: 0;
    width: 2px;
    height: 83px;
    background-image: url(../image/img-line.svg);
    background-position: 50% 100%;
    background-size: auto;
    background-repeat: repeat-y;
    opacity: .5;
}
section.ourServices {
    padding: 200px 0px 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    background-color: var(--bg-light);
    position: relative;
    z-index: 9;
    margin-top: -100px;
}
.serviceLeft {
    position: sticky;
    top: 50px;
    visibility: visible;
    animation-duration: 2s;
    animation-name: fadeInLeft;
}

.serviceLeft h2 {
    font-size: 40px;
    margin-bottom: 20px;
    color: var(--heading-color);
}
.serviceLeftImg {
    /* width: 400px; */
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
    /* border-bottom: 2px solid #000; */
}
.serviceLeftImg::after{
    content: "";
    width: 489px;
    height: 382px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../image/banner-light.png) no-repeat;
    z-index: -1;

}
ul.service-list {
    list-style: none;
}
ul.service-list li {
    position: relative;
    margin-bottom: 50px;
    padding-left: 74px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.stepNumber {
    position: absolute;
    left: 0;
    top: 10px;
}
.stepNumberIcon {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 45px;
}
.service-list h3 {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: -.01em;
}
section.ourWork {
    padding: 200px 0px 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    background-color: var(--bg-light);
    background-image: url(../image/our-work-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 8;
    margin-top: -100px;
}
.ourWork .content-wrap {
    padding-right: 30px;
}
.ourWork .cocontent-sec {
    max-width: 410px;
    margin-left: auto;
}
.ourWork .cocontent-sec h2{
    color: var(--color-white);
    font-size: 40px;
    margin-bottom:20px;
}
.ourWork .cocontent-sec p{
    color: var(--color-white);
}
.ourWork .owl-dots {
    display: none;
}
.ourWork button.owl-next {
    width:45px;
    height: 45px;
    background-color: #fff !important;
    border-radius: 45px !important;
    position: absolute;
    top: 42%;
    right: 13%;
    background-image: url(../image/black-arrow-r.svg) !important;
    background-position: center center !important;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
}
.ourWork button.owl-prev {
    width: 45px;
    height: 45px;
    background-color: #fff !important;
    border-radius: 60px !important;
    position: absolute;
    top: 42%;
    left: 13%;
    background-image: url(../image/black-arrow-l.svg) !important;
    background-position: center center !important;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
}
.ourWork  button span {
    color: transparent !important;
}
.ourWork .owl-nav .disabled {
    opacity: .0;
    cursor: default;
}
.imageWorkBox {
    box-shadow: 0 0 10px #48484880;
    height: 450px;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.imageWorkBox:hover{
    box-shadow: none;
}
.imageTopBox {
    padding-bottom: 10px;
}
.bottomImageBox {
    height: calc(100% - 30px);
    overflow: hidden;
}
.imageText a {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 30px;
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8631827731092436) 0%, rgba(0, 0, 0, 0.7595413165266106) 3%, rgba(0, 0, 0, 0) 60%);
}
.imageText a h3{
    font-size: 24px;
    color: var(--color-white);
    text-decoration: none;
    margin: 0px;
}
.imageText a h3:hover{
    color: var(--color-btn);
    text-decoration: none;
}
.our-industry-sec .right-text .images-box:hover img {
    transform: scale(1.1);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}
.our-industry-sec .right-text .images-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}
.serviceBox{
    z-index: 7 !important;
}
.workBox {
    z-index: 6 !important;
}
.ourTechWrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ourTechWrap .ourtechBox {
    /* background: lch(100 0 0 / 0.97); */
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    margin: 0px 5px;
    justify-content: center;
    margin-bottom: 30px;
    box-shadow: 0 0 10px #48484880;
    border-radius: 15px;
    border: 1px solid #dddddd;
}
.ourTechWrap .ourtechBox .heroCountsImage {
    margin: 0px;
}
.ourTechWrap .heroCountsNum {

}
.ourTechWrap .heroCountsNum img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}
.ourTechContent {
    margin-bottom: 50px;
}
.ourTechContent h2{
    font-size: 40px;
    color: var(--color-white);
    margin-bottom: 20px;
}
.ourTechContent p{
    color: var(--color-white);
}
.outertechBg {
    background: #ffffffd4;
    padding: 10px;
    border-radius: 4px;
}
section.testimonial {
    padding: 200px 0px 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    background-color: var(--bg-light);
    position: relative;
    z-index: 5;
    margin-top: -100px;
}
.testimonialText{
    width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    background-image: linear-gradient(170deg, #539aa70d 0%, #dfc4b421 100%);
    padding: 50px 70px;
    border-radius: 15px;
}
.testimonialText::before{
    content: "\f10d";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 80px;
    position: absolute;
    top: -60px;
    left: 0;
    color: #2c8fa3;
}
.testimonialText::after{
    content: "\f10e";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 80px;
    position: absolute;
    bottom: -60px;
    right: 0;
    color: #2c8fa3;
}
.testimonialText h2{
    font-size: 40px;
    color: var(--color-black);
    margin-bottom: 50px;
}
.saySlide .quote {
    font-size: 50px;
    margin-bottom: 20px;
}
.saySlide h5{
    font-size: 24px;
}
.testimonialText .owl-theme .owl-nav{
    display: none;
}
.testimonialText .owl-dots {
    margin-top: 30px;
}
.testimonialText .owl-dots .owl-dot span {
    width: 20px;
    background: var(--color-white);
}
.testimonialText .owl-dots .owl-dot:hover span{
    background: #e79870;
}
.testimonialText .owl-dots .owl-dot.active span {
    width: 30px;
    background: #e79870;
}
footer {
    background: #231f20;
    padding: 200px 0px 30px;
    margin-top: -100px;
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
}
footer::before{
    position: absolute;
    content: "";
    background: url(../image/world-map.png) no-repeat 90px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: -1;
    height: 100%;
    max-width: 100%;
    width: 800px;
    background-size: contain;
}
.ftbox {
    text-align: center;
}
.ft-logo h2 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.serviceMenu {
    margin-bottom: 30px;
}
.serviceMenu ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
}
.serviceMenu ul li a {
    color: #fff;
    display: inline-block;
    margin: 0px 30px;
    font-size: 18px;
    line-height: 1.9em;
    transition: cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}
.serviceMenu ul li a:hover{
    color: var(--color-btn);
}

.serviceMenu ul li a::after {
    background: #fff;
}
.serviceMenu ul li a::after {
    content: " ";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0px;
    -webkit-transition: -webkit-transform .25s cubic-bezier(0,.5,.5,1);
    transition: -webkit-transform .25s cubic-bezier(0,.5,.5,1);
    -o-transition: -o-transform .25s cubic-bezier(0, .5, .5, 1);
    transition: transform .25s cubic-bezier(0,.5,.5,1);
    transition: transform .25s cubic-bezier(0,.5,.5,1), -webkit-transform .25s cubic-bezier(0,.5,.5,1), -o-transform .25s cubic-bezier(0,.5,.5,1);
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.serviceMenu ul li a:hover::after {
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
i.fas.fa-phone {
    transform: rotate(90deg);
}
.serviceMenu ul li a i{
    margin-right: 5px;
}
.copright {
    text-align: center;
    color: #fff;
    border-top: 1px solid #ffffff61;
    padding-top: 20px;
    margin-top: 50px;
}
.copright p {
    margin: 0;
    color: #fff;
}
.saySlide p:last-child {
    margin-bottom: 0px;
    font-size: 16px;
    margin-top: 5px;
    color: #000;
}

/* ------------------------------- */
section.ourWork.formWrap {
    z-index: 3;
}
.form-text h2,  .form-text p{
color: #fff;
text-align: center;
}
.form-text h2{
margin-bottom: 20px;
}
.form-box .form-control {
    padding: 20px 30px;
    color: #000;
    border-radius: 50px;
    background: #ffffffd4;
    margin-bottom: 25px;
}
.form-control:focus{
    border: none !important;
    box-shadow: none !important;
}
.form-box form {
    text-align: center;
}
.form-box form button.btnAll {
    border: none;
    background: #4e99a6;
    color: #fff;
    cursor: pointer;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.form-box form button.btnAll:hover{
    color: #2c8fa3;
    background: #fff;
    transition: 0.5s ease-in-out;
}

.form-group label.error {
    display: block;
    width: 100%;
    text-align: left;
    margin-left: 4%;
    margin-top: -10px;
    color: #dc3545;
}
span#respmessage {
    display: block;
    color: #28a745;
}