* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "Noto Sans", serif;
  margin: 0;
  overflow-x: hidden;
  background-color: #DED5CA;
}
:root {
  --black: #000000;
  --white: #ffffff;
}

blockquote,body,button,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,optgroup,strong,th{font-style:inherit;font-weight:inherit}
del,ins{text-decoration:none}
caption,th{text-align:left}button,input,optgroup,option,select,textarea{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
button,input,select,textarea{font-size:100%}
ol,ul{list-style:none}
h1 {
  font-size: 68px;
  line-height: 1.36;
}
h2 {
  font-size: 48px;
  line-height: 1.42;
}
h3 {
  font-size: 40px;
  line-height: 1.35;
}
h4 {

}
h5 {

}
h6 {

}
h1,h2,h3,h4,h5,h6 {
  font-style: normal;
}
a {
  text-decoration: none;
}
a, button, a:hover, button:hover{
  font-size: 16px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
img {
  border: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}
p {
  font-size: 24px;
  line-height: 1.58;
  font-weight: 400;
}
figure {
  margin: 0;
}
li {
  font-size: 16px;
  line-height: normal;
}
a,
button {
  font-size: 1rem;
  line-height: normal;
  -webkit-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
input, input:focus, input:hover{
  outline: 0;
}



.container{
  max-width: 1750px !important;
  margin: 0 auto;
  padding: 0 15px;
}
.amim-banner-main{
  min-height: 100%;
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center center;
}
.amim-banner-main .container{
  min-height: 100vh;
  height: 100%;
  padding: 74px 15px 40px 15px;
}
.amim-content {
  color: #dbd3d1;
  text-align: center;
  margin: 0 auto 15px auto;
  max-width: 578px;
}
.amim-logo{
  max-width: 350px;
  margin:  0 auto 72px auto;
  display: block;
  position: relative;
}
.amim-logo:after{
  content: '';
  position: absolute;
  bottom: -36px;
  border-bottom: 1.52px solid #F15D22;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: none !important;
}
.amim-content h5{
  font-size: 43px;
  line-height: normal;
  text-transform: uppercase;
}
.amim-content h1{
  font-weight: 500;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
}
.scroll-down{
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: calc(50% - 40px);
  bottom: 40px;
}
.scroll-down img{
  width: 21px;
  height: 11px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scroll-down:hover{
  background-color: #000000;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scroll-down:hover img{
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7486%) hue-rotate(303deg) brightness(108%) contrast(90%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7486%) hue-rotate(303deg) brightness(108%) contrast(90%);
          -webkit-transition: all 0.4s ease-in-out;
          -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}


/* projects highlights css start */
.projects-highlights{
  padding: 120px 0;
  text-align: center;
}

.projects-highlights h2{
  padding-bottom: 80px;
}
.projects-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex  ;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 46px;
     -moz-column-gap: 46px;
          column-gap: 46px;
  margin: 0;
}
.projects-view{
  cursor: pointer;
  padding: 0;
  width: calc(33.33% - 23px);
}
.projects-view:nth-child(2) .highlights-content p{
  max-width: 495px;
}
.projects-view .img-wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  position: relative;
  max-height: 542px;
  max-width: 542px;
}
.project-img{
  width: 100%;
  height: 100%;
}
.projects-view .img-wrap:after{
  display: none;
} 
.img-wrap:hover:after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #404040;
  opacity: 0.9;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.img-wrap .hover-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 11;
  padding: 34px;
  width: 100%;
  height: 100%;
  display: none;
}
.img-wrap:hover .hover-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.highlights-content{
  text-align: left;
  color: #404040;
}
.highlights-content p{
  border-top: 2px solid #FA5B0A;
  padding-top: 20px;
  max-width: 480px;
}
.projects-view .hover-content img{
  height: auto;
  max-width: unset;
  margin: 0 auto;
  width: auto;
}
.projects-view h3 {
  font-weight: 500;
  margin-bottom: 20px;
}
/* projects highlights css end */

/* about css atrt here  */
  .about-details{
    max-width: 1154px;
    margin: 0 auto;
    text-align: center;
  }
  .about-details h2{
    padding-bottom: 40px;
    margin-bottom: 40px;
    position: relative;
    color: #404040;
  }
  .about-details h2:after{
    content: '';
    position: absolute;
    bottom: 0;
    border-bottom: 2px solid #F15D22;
    width: 147px;
    left: calc(50% - 73.5px);
  }
  .about-amim{
    padding-bottom: 120px;
  }
  .about-details p{
    font-weight: 400;
    text-align: center;
    color: #404040;
  }
/* about css end here */

/* footer css start here */
footer{
  background-color: #404040;
  padding: 120px 0 174px 0;
}
footer h2{
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  margin-bottom: 100px;
}
.footer-row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 148px;
}
.our-partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 128px;
}
.our-partner:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 96px;
  border-right: 2px solid #FA5B0A;
  right: calc(0% - 72px);
  top: 16px;
}
.our-partner:last-child:after{
  display: none;
}
.our-partner img{
  height: auto;
}
.our-partner:nth-child(1) img{
  max-width: 388px;
}
.our-partner:nth-child(2) img{
  max-width: 464px;
}
.our-partner:nth-child(3) img{
  max-width: 245px;
}
/* footer css end here */


/* form css start here */
.modal-content button.close {
  position: absolute;
  width: 60px;
  height: 60px;
  top: -25px;
  background: #FA5B0A;
  border: 0;
  border-radius: 100%;
  right: -23px;
}
.modal-content button.close span{
  width: 12px;
  height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.contactus-modal .modal-content{
  padding: 40px;
}
.contactus-modal .modal-dialog{
  max-width: 584px;
}
.contactus-modal .modal-body{
  padding: 0;
}
.form-title h3{
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #404040;
  margin-bottom: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.global-form{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.form-group:nth-child(1){
  max-width: 240px;
}
.form-group:nth-child(2){
  max-width: 240px;
}
.form-group label{
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  color: #404040;
  margin-bottom: 6px;
}
.form-group {
  width: 100%;
}
.form-group input{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 16px;
  gap: 8px;
  background: #F6F6F8;
  -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
          box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  border: 0;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
}
.form-group textarea{
  padding: 12px 31px 16px 16px;
  gap: 8px;
  height: 150px;
  background: #F6F6F8;
  -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
          box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  border: 0;
  color: #000000;
  font-size: 15px;
  line-height: 24px;
  resize: none;
}
.submit-message-btn{
  width: 100%;
}
.submit-message-btn .btn-primary{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 48px;
  gap: 10px;
  background: #404040;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
  border: 0;
  width: 100%;
}

.submit-message-btn .btn-primary:hover{
  background-color: #FA5B0A;
  color: #ffffff;
}
.form-group input::-webkit-input-placeholder,
.form-group textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #404040;
    opacity: 0.5;
}
.form-group input::-moz-placeholder,
.form-group textarea::-moz-placeholder { /* Firefox 19+ */
    color: #404040;
    opacity: 0.5;
}
.form-group input:-ms-input-placeholder,
.form-group textarea:-ms-input-placeholder { /* IE 10+ */
    color: #404040;
    opacity: 0.5;
}
.form-group input:-moz-placeholder,
.form-group textarea:-moz-placeholder { /* Firefox 18- */
    color: #404040;
    opacity: 0.5;
}


.submit-message-btn{
  position: relative;
}
.wpcf7-not-valid-tip{
  font-size: 16px !important;
	text-align:left;
}
.wpcf7-spinner{
  margin: 0px 0 0 auto!important;
  position: absolute!important;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}


/* 404 */
.error-section{
  padding: 100px 0;
  text-align: center;
}
.error-data img{
  margin: 0 auto;
  max-width: 500px;
  width: 80%;
  margin-bottom: 30px;
}
.error-data h1{
  margin: 0 0 10px 0;
  display: block;
  font-weight: 700;
}

body.modal-open {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.72);
}


/* form css end here */
