@font-face {
    font-family: "Neue Montreal";
    src: url('./Neue-montreal/NeueMontreal-Bold.otf');
    src: url('./Neue-montreal/NeueMontreal-BoldItalic.otf');
    src: url('./Neue-montreal/NeueMontreal-Italic.otf');
    src: url('./Neue-montreal/NeueMontreal-Light.otf');
    src: url('./Neue-montreal/NeueMontreal-LightItalic.otf');
    src: url('./Neue-montreal/NeueMontreal-Medium.otf');
    src: url('./Neue-montreal/NeueMontreal-MediumItalic.otf');
    src: url('./Neue-montreal/NeueMontreal-Regular.otf');
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
  
html {
scroll-behavior: smooth;
}

body{
  font-family: 'Neue Montreal' !important;
  overflow-x: hidden !important;
  overscroll-behavior: none;
  background-color: white;
}

img {
  image-rendering: -webkit-optimize-contrast !important;
}

a{
    text-decoration: none !important;
    color: inherit !important;
}



/* ------ Top Bar ------- */

.top-bar{
    padding: 24px 0;
}

.top-bar .text{
    align-self: center;
}

.top-bar h5{
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    color: #000000;
}

/* ------ Top Bar End------- */



/* ------ Hero Banner ------ */
.hero-banner {
    position: relative;
    display: block;
    background-color: #afafaf;
    background-image: url(./assets/hero-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
    height: calc(100vh - 121px);
    overflow: hidden !important;
}

.overlay-hero{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(240, 126, 9);
    mix-blend-mode: multiply;
    z-index: 1;
}

.hero-banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.hero-cont {
    display: flex;
    align-items: center;
    height: calc(100vh - 121px);
}

.hero-cont h1 {
    font-weight: 400;
    font-size: 50px;
    line-height: 61px;
    color: #FFFFFF;
    z-index: 2;
}

.hero-cont span {
    font-style: italic;
    font-weight: 500;
}

.hero-video {
    height:100%;
    width:100%;
    background-position:center;
    background-size:cover;
}
  
/* ------ Hero Banner End ------ */

/* ------ About ------ */

.about{
    padding: 80px 0;
    background-image: url(./assets/about-bg.png);
    background-position-x: right;
    background-position-y: bottom;
    background-repeat: no-repeat;
}

.about h2{
    font-weight: 500;
    font-size: 28px;
    line-height: 43px;
    color: #F07E09;
}

.about p{
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #131515;
}

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


/* ------ Slider Section ------ */

.slider-sec{
    background: #000000;
    padding: 80px 0;
    overflow: hidden !important;
}
.regular .slick-list {
    overflow: visible !important;
}


/* ------ Slider Section End ------ */

/* ------ Dot Section ------ */

.dot-sec{
    background-image: url(./assets/dot-bg.svg);
    background-repeat: repeat;
    padding: 80px 0;
}

.dot-sec h2{
    font-weight: 500;
    font-size: 28px;
    line-height: 48px;
    text-align: center;
    color: #F07E09;
    padding: 0 35px;
}

/* ------ Dot Section End ------ */

/* ------ What We Do Section ------ */

.what-we-do{
    padding: 80px 0;
}

.what-we-do h2{
    font-weight: 500;
    font-size: 32px;
    line-height: 59px;
    color: #F07E09;
}

.what-we-do span{
    font-weight: 400;
    letter-spacing: -5px;
    margin-right: 10px;
}

.what-we-do .wcardrow{
    margin-top: 50px;
}

/* ------ What We Do Section End ------ */

/* ------ Clients Section ------ */

.clients{
    padding: 80px 0;
}

.clients img{
    margin-bottom: 20px;
}

.clients p{
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    color: #131515;
    padding: 0 100px 0 0;
}


/* ------ Clients Section End ------ */

/* ------ Footer ------ */

footer{
    padding: 80px 0;
    background: #000000;
}

footer h3{
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #F07E09;
}

footer h4{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

/* Form */
.form-controls {
    display: block;
    width: 100%;
    padding: 10px 0 ;
    margin-top: 25px ;
    font-size: 18px ;
    font-weight: 400 ;
    line-height: 22px ;
    color: #918F8F ;
    background-color: transparent ;
    background-clip: padding-box ;
    border: 0;
    border-bottom: 1px solid #ced4da ;
    box-shadow: none ;
    -webkit-appearance: none ;
    -moz-appearance: none ;
    appearance: none ;
    border-radius: 0 ;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out ;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}


input:focus-visible {
    border: 0 !important;
    border-bottom: 1px solid #ffffff !important;
    color: #FFFFFF !important;
    border-radius: 0 !important;
}

footer #button{
    margin-top: 35px !important;
    background: #F07E09 !important;
    color: #FFFFFF !important;
    padding: 12px 54px !important;
}

footer #button:hover{
    background: #d16b06 !important;
}

.copy-rights{
    padding-bottom: 50px;
    background: #000000;
    color: #FFFFFF;
}

.copy-rights .imgside{
    text-align: right;
}

.copy-rights .txtside{
    align-self: center;
}

.copy-rights p{
    margin-bottom: 0px !important;
    font-weight: 400;
    font-size: 16px;
}


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


/* -------------------------- Responsive -----------------------------------------*/

@media only screen and (max-width: 991px) {

    /* ------ Top Bar ------- */

.top-bar{
    padding: 20px 0;
}

.top-bar img{
    width: 90%;
}

.top-bar .text{
    align-self: end;
}

.top-bar h5{
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    text-align: right;
    color: #000000;
}

.clients img {
    width: 50%;
}

/* ------ Top Bar End------- */



/* ------ Hero Banner ------ */
.hero-banner {
    height: 550px;
}


.hero-cont {
    height: 550px;
}

.hero-cont h1 {
    font-weight: 500;
    font-size: 35px;
    line-height: 42px;
    text-align: center;
}

  
/* ------ Hero Banner End ------ */

/* ------ About ------ */


.about{
    padding: 40px 0;
    background-image: url(./assets/about-dbg.png);
    background-size: 60%;
    background-position-x: right;
    background-position-y: bottom;
    background-repeat: no-repeat;
}

.about-padd-sm {
    padding: 0px 28px 0 12px !important;
}

.about h2{
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
}

.about p{
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #131515;
    padding: 0 6px 0 0;
}

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


/* ------ Slider Section ------ */

.slider-sec{
    background: #000000;
    padding: 40px 0;
    overflow: hidden !important;
}

.regular .slick-list {
    overflow: hidden !important;
}

/* ------ Slider Section End ------ */

/* ------ Dot Section ------ */

.dot-sec{
    background-image: url(./assets/dot-bg-m.svg);
    background-repeat: repeat;
    padding: 40px 0;
}

.dot-sec h2{
    text-align: left;
    font-size: 24px;
    line-height: 36px;
    padding: 0px 18px 0 0;
}

/* ------ Dot Section End ------ */

/* ------ What We Do Section ------ */

.what-we-do{
    padding: 40px 0;
}

.what-we-do h2{
    font-weight: 500;
    font-size: 28px;
    line-height: 50px;
    text-align: center;
}

.what-we-do span{
    font-weight: 400;
    letter-spacing: -5px;
    margin-right: 10px;
    display: none;
}

.what-we-do .wcardrow{
    margin-top: 24px;
    padding: 8px;
}

.wcard{
    margin-top: 20px !important;
}

/* ------ What We Do Section End ------ */

/* ------ Clients Section ------ */

.clients{
    padding: 40px 20px !important;
}

.clients .col-lg-6{
    display: flex;
    justify-content: space-between;
}

.clients img{
    margin-bottom: 20px;
}

.clients p{
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    padding: 0;
}


/* ------ Clients Section End ------ */

/* ------ Footer ------ */

footer{
    padding: 40px 8px !important;
}

footer h3{
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #F07E09;
}

footer h4{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.formcol{
    margin-top: 30px !important;
}


footer button{
    margin-top: 35px !important;
    background: #F07E09 !important;
    color: #FFFFFF !important;
    padding: 12px 54px !important;
}

footer button:hover{
    background: #d16b06 !important;
}

.copy-rights{
    overflow: hidden !important;
    padding: 20px 8px 40px 8px !important;
    background: #000000;
    color: #FFFFFF;
}

.copy-rights .imgside{
    text-align: right;
}

.copy-rights .txtside{
    align-self: center;
}

.copy-rights p{
    margin-bottom: 0px !important;
    font-weight: 400;
    font-size: 16px;
}


/* ------ Footer End ------ */
    
  }
  