@charset "UTF-8";
/*!
* Start Bootstrap - Creative v6.0.1 (https://startbootstrap.com/themes/creative)
* Copyright 2013-2020 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-creative/blob/master/LICENSE)
*/
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #f4623a;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #f4623a;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Merriweather Sans", -apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "Merriweather", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  overflow-x: hidden;
}

.nav-link {
  padding: 0 15px;
}

.teal a,
.teal li a {
  text-decoration: none;
}

.sidenav li a {
  text-decoration: none;
}

.teal li a:hover, .active {
  color: greenyellow;
}



/*scroll animation*/

.scroll-animation {
  opacity: 0;
  -moz-transition: all 1000ms ease-out;
  -webkit-transition: all 1000ms ease-out;
  -o-transition: all 1000ms ease-out;
  transition: all 1000ms ease-out;
  -moz-transform: translate3d(0px, 100px, 0px);
  -webkit-transform: translate3d(0px, 100px, 0px);
  -o-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate3d(0px, 100px, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.scroll-animation.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -moz-transition: all 1000ms ease-out;
  -webkit-transition: all 1000ms ease-out;
  -o-transition: all 1000ms ease-out;
  transition: all 1000ms ease-out;
}

.page-sectio, .page-sectio11 {
  font-family: "Raleway", sans-serif;
  background-image: black;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background: black;
  font-weight: 300;
}
.page-sectio{
  height: 100vh;

}
.page-sectio11{

  padding-top: 100px;
}


@media (max-width: 767px) and (min-width: 100px) {
  .page-sectio {
    height: 1000px;
  }
  .nn {
    padding-top: 50px;
    
  }
}

@media (max-width: 400px) {
 .page-sectio11 {
  
 } 
 .ov{
   padding: 20px;
 }
 .para, #paraaa{
  font-size: 12pt !important;

 }
 .page-section{
   height: 50vh;
 }
 #model1{
   
  padding-top: 10px !important;
  

 }
 #model{
   
  padding-top: 10px !important;

 }
 .as{
   padding-top: 10px !important;
 }
 .scrollarea h1{
   font-size: 45px;
 }
 .scrollarea h2{
   font-size: 16px;
 }
}

.mt-0 {
  margin-top: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

hr.divider {
  max-width: 3.25rem;
  border-width: 0.2rem;
  border-color: whitesmoke;
  text-align: center;
}

.mt-0 {
  text-align: center;
}

img {
  max-width: 100%;
  height: auto;
}

@-webkit-keyframes buzz-out-on-hover {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes buzz-out-on-hover {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.buzz-out-on-hover {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.buzz-out-on-hover:hover,
.buzz-out-on-hover:focus,
.buzz-out-on-hover:active {
  -webkit-animation-name: buzz-out-on-hover;
  animation-name: buzz-out-on-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.page-section {
  font-family: "Raleway", sans-serif;
  background-image: black;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background: whitesmoke;
  font-weight: 300;
}
/* #search{
  height: 80vh;
} */

@media (max-width: 767px) and (min-width: 100px) {
 
}

hr.divide {
  max-width: 3.25rem;
  border-width: 0.2rem;
  border-color: red;
  text-align: center;
}

.bigbox {
  height:300px;
  max-width: 100%;
  display: flex;

  /* position: relative; */
  justify-content: center;
  
}
.bigbox1{

 display: flex;
 justify-content: center;
 align-items: center;
}
.qua {
  background: url(sustain.jpg.jpg) ;
  background-attachment: fixed;
}

.scrollarea {
  color: white;
  position: relative;
  top: 100px;

  text-align: center;
  
}


.mm {
  padding-left: 0px;
  padding-right: 0px;
  background-color:#c23038;
  height: 355px; width: 100%;
}
.mm:hover{
  background-color: #7a7a7a;
}


.sus{
  background: url(sustain.jpg.jpg) ;
  background-attachment: fixed;
}

#footer {
  background: #000;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
  margin: 0 !important;
  padding: 0 !important;
}

#footer .footer-top1 {
  background: url(back.jpg);
  padding: 10px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top1 .footer-info h3 {
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
}

#footer .footer-top1 .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #eee;
}

#footer .footer-top1 .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top1 .social-links a:hover {
  background: red;
  color: #fff;
}

#footer .footer-top1 h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top1 h4::before,
#footer .footer-top1 h4::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0;
  height: 2px;
}
#footer .footer-top1 h4::before {
  width: 250px;
  background: #555;
}

#footer .footer-top1 h4::after {
  background: red;
  width: 60px;
}

#footer .footer-top1 .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top1 .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top1 .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer .footer-top1 .footer-links ul li {
  border-bottom: 1px solid #333;
  padding: 10px 0;
}

#footer .footer-top1 .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top1 .footer-links ul a {
  color: #eee;
}

#footer .footer-top1 .footer-links ul a:hover {
  color: red;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top1 .footer-contact p {
  line-height: 26px;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

#footer a {
  text-decoration: none;
}

.para {
  font-family: "Merriweather", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  font-size: 18pt;

  text-align: center;
  color: white;
}

header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 4.5rem);
  background: linear-gradient(
      to bottom,
      rgba(92, 77, 66, 0.8) 0%,
      rgba(143, 142, 142, 0.8) 100%
    ),
    url(contact-us-icons.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 100% 400px;
}
@media (max-width:768px){
  header.careers{
  background-size: 100% 370px !important;

  }
}
header.masthead h1 {
  font-size: 2.25rem;
}
@media (min-width: 992px) {
  header.masthead {
    height: 400px;
    padding-top: 4.5rem;
    padding-bottom: 0;
  }
  header.masthead p {
    font-size: 1.15rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 3.5rem;
  }
}
header.masthead1{
  background: linear-gradient(
    to bottom,
    rgba(92, 77, 66, 0.8) 0%,
    rgba(143, 142, 142, 0.4) 100%
  ),
  url(who\ we\ are.png);
}
header.wwd{
  background: linear-gradient(
      to bottom,
      rgba(92, 77, 66, 0.8) 0%,
      rgba(143, 142, 142, 0.4) 100%
    ),
    url(assets/services.jpeg);
}
header.careers{
  background: linear-gradient(
    to bottom,
    rgba(92, 77, 66, 0.8) 0%,
    rgba(143, 142, 142, 0.4) 100%
  ),
  url(assets/CAREERS.jpg);
}

header.masthead1,header.wwd,header.careers, header.careers {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 4.5rem);
  
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 100% 400px;
}


header.masthead1 h1, header.wwd h1, header.careers h1 {
  font-size: 2.25rem;
}
@media (min-width: 992px) {
  header.masthead1, header.wwd, header.careers {
    height: 400px;
    padding-top: 4.5rem;
    padding-bottom: 0;
  }
  header.masthead1 p, header.wwd p, header.careers p {
    font-size: 1.15rem;
  }
  header.masthead1 h1, header.wwd h1, header.careers h1{
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  header.masthead1 h1, header.wwd h1, header.careers h1 {
    font-size: 3.5rem;
  }
}

.careers{
  position: relative;
}
.cc{
  position: absolute;
  bottom: 15%;
  right: 12%;
}



.page-sectioo {
  font-family: "Raleway", sans-serif;
  background-image: black;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background: black;
  font-weight: 300;
}

#contact .form #sendmessage {
  color: #1db4e0;
  border: 1px solid #1db4e0;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}
.bor-gb {
  border: 2px solid #1db3de;
}
#contact .form button[type="submit"] {
  background: #1db4e0;
  border: 0;
  border-radius: 3px;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}
.form1 {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border: none !important;
  color: #fff !important;
  background-color: transparent;
  background-clip: padding-box;
  border-bottom: 1px solid #ced4da !important;
  border-radius: none !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.clld-f8d523 {
  color: #f8d523 !important;
  margin: 5px !important;
}
.form1:focus {
  border: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border-bottom: 1px solid #fff !important;
}
#contact .form button[type="submit"]:hover {
  background: #2dc899;
}
.form-inpt {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #1db4e0;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.page-sectionn {
  font-family: "Raleway", sans-serif;
  background-image: black;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background: whitesmoke;
  font-weight: 300;
}

@media (max-width: 767px) and (min-width: 100px) {
  .page-sectionn {
    height: 500px;
  }
}

.dropbtn {
  color: white;

  font-size: 1rem;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.616) !important;
  

  /* min-width: 160px; */
  /* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); */
  z-index: 1;
}
.dropdown-item, .dropdown-item:hover{
  background-color:transparent;

}

.dropdown-content a {
  color: white;
  padding: 0 5px !important;
  text-decoration: none;
  display: block;
}

.dropdown:hover .dropdown-content {
  display: block;
}


.paraa {
  font-family: "Merriweather", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  font-size: 16px !important;

 
  color: black;
}
.paraaa {
  font-family: "Merriweather", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  font-size: 18pt !important;


  color: black;
}

.pa{
    font-family: "Merriweather", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  font-size: 18pt !important;


  color: black;
}
.page-sectionnn, .page_sec_wwd,.page_sec_wwd1, .page_sec_wwd2, .page_sec_wwd3, .career_sec {
  font-family: "Raleway", sans-serif;
  background-image: black;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background: white;
  font-weight: 300;
  margin-top:40px ;
}
.page-sectionnn1{
  margin-top: 100px;

}


.page_sec_wwd2{
  height: 80vh;
  /* margin-top: 100px; */

}
.page_sec_wwd3{
height: 80vh;
/* margin-top: 100px; */

}
.career_sec{
  height: 1300px ;

}

@media (max-width: 767px) and (min-width: 100px) {
  .page-sectionnn1{
    height:1800px !important;
  }
  


  .career_sec{
  height: 1300px ;

  }
  .page_sec_wwd1 .paraaa, .page_sec_wwd2 .paraaa, .page_sec_wwd3 .paraaa, .career_sec #cc p{
    font-size: 14px !important;
    text-align: justify;
  }
  .page_sec_wwd1 ul li,.page_sec_wwd2 ul li,.page_sec_wwd3 ul li, .page-sectionnn1 ul li{
    font-size: 14px !important;
  }
  .page_sec_wwd2{
    height: 1100px;
  }
  .pa{
      font-size:14px !important;
  }

}
@media (max-width: 768px) {
 
 
 
  .page_sec_wwd2{
    height: auto !important;

  }
  .page_sec_wwd3{
    height: auto !important;

  }
  .career_sec{
    height: auto !important;
  }
  .page_sec_wwd1 .paraaa, .page_sec_wwd2 .paraaa, .page_sec_wwd3 .paraaa, #cc p{
    font-size: 20px !important;
    text-align: justify;
  }
  .pa{
      font-size:20px !important;
  }
  .page_sec_wwd1 ul li,.page_sec_wwd2 ul li,.page_sec_wwd3 ul li{
    font-size: 18px !important;
  }
  .page_sec_wwd2{
    height: 1100px;
  }

}
@media (max-width:360px){
  #war{
    font-size: 24px;
  }
  #war1{
    font-size: 14px !important;
  }
}


ul li {
  list-style: none;
  position: relative;
  
  
}

ul.checkmark li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 5px;
  width: 7px;
  height:13px;
  border: solid #ff6600;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  
}




@media (max-width: 767px) and (min-width: 100px) {
  .bb {
    padding-top: 50px;
    
  }
}




#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 7100;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; 
 
}

.loader {
  z-index: 7700;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); 

  
}




.page-sectionnnn {
  font-family: "Raleway", sans-serif;

  background-size: cover;
  background-repeat: no-repeat;
  height: 1000px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  
  justify-content: center;
  
  align-items: center;
 background:white;
  font-weight: 300;
}

@media (max-width: 767px) and (min-width: 100px) {
  .page-sectionnnn {
    height: 700px;
  }
}



#home{
  position: relative;
}


#logo{
  position: absolute;
  top: -15%;
  left: 40%;
  transform: translate(0, -50%);
  width: 200px;
  height: 200px;
}




@media (max-width: 767px) and (min-width: 100px) {
  .as{
    font-size: 20px;
  }
}

.ready{
  background-image: url(./assets/Ready.jpg);
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#model{
  
  padding-top: 100px;
}
#model1 img{
  width: 100%;
  /* height: 150px; */

} 
#model1{
  
  padding-top: 50px;
}
@keyframes ltor{
  0% {left: -150px;}
  100% {left: 0px;}

}
.side_scroll_annimation{
 opacity: 0;
  

}

.side_scroll_annimation.in_view{
  opacity: 1;
  position: relative;
  animation: ltor 2s ease-out;
}




@media (max-width:768px){
  #logo{
    position: absolute;
    top: -15%;
    left: 30%;
    transform: translate(0, -50%);
    width: 200px;
    height: 200px;
  }
  #model,#model1{

  }
}

@media (max-width:400px){
  #logo{
    position: absolute;
    top: -45%;
    left: 10%;
    transform: translate(0, -50%);
    width: 200px;
    height: 200px;
  }
  #com{
    font-size: 2.5em;
  }
}


/**container media**/
@media (min-width: 576px) {
    
    
    
}


@media (max-width: 768px) {
   
}

@media (min-width: 992px) { 
    
    
}


@media (min-width: 1200px) {
    
    
}


.vv{
    display:flex;
    justify-content:center;
}


