body {
  background: linear-gradient(rgb(14,28,30), rgb(14,28,30));
  background-size: contain;
}

.divBoady {
  background: linear-gradient(rgb(0,31,41), rgb(6,94,140));
  background-size: contain;
}

@media (min-width: 300px) {
  .btnBuy {
    background-color: rgb(0,32,38);
    opacity: 0.85;
    border: none;
    border: 0px;
    font-family: 'Raleway';
    font-size: 10px;
    border-radius: 25px;
    padding: 12px 21px;
    /*margin-top: 55px;*/
    letter-spacing: 1px;
    z-index: 0;
  }
}

.btnBuy {
  background-color: rgb(16,167,195);
  opacity: 0.85;
  border: none;
  border: 0px;
  font-family: 'Raleway';
  /*font-size: 4px;*/
  border-radius: 25px;
  /*padding: 9px 17px;*/
  /*margin-top: 55px;*/
  /*letter-spacing: 1px;*/
  z-index: 0;
}

@media (min-width: 300px) {
  .lblDescr {
    color: white;
    margin-left: -2px;
    font-family: 'Raleway';
    max-width: 199px;
  }
}

@media (min-width: 576px) {
  .lblDescr {
    color: white;
    margin-left: -2px;
    font-family: 'Raleway';
    max-width: 291px;
  }
}

@media (min-width: 768px) {
  .lblDescr {
    color: white;
    margin-left: -30px;
    font-family: 'Raleway';
    max-width: 411px;
  }
}

@media (min-width: 992px) {
  .lblDescr {
    color: white;
    margin-left: -30px;
    font-family: 'Raleway';
    max-width: 524px;
  }
}

@media (min-width: 300px) {
  .labimg2 {
    margin-left: -12px;
  }
}

@media (min-width: 576px) {
  .labimg2 {
    margin-left: -19px;
  }
}

@media (min-width: 768px) {
  .labimg2 {
    margin-left: -26px;
  }
}

@media (min-width: 992px) {
  .labimg2 {
    margin-left: -40px;
  }
}

@media (min-width: 576px) {
  .labImage {
    float: right;
    padding-top: 89px;
    padding-right: 15px;
    margin-bottom: -3px;
  }
}

@media (min-width: 300px) {
  .labImage {
    float: right;
    padding-top: 0px;
    padding-right: 44px;
    margin-bottom: 1px;
  }
}

@media (min-width: 576px) {
  .labImage {
    float: right;
    padding-top: 119px;
    padding-right: 6px;
    margin-bottom: -3px;
  }
}

@media (min-width: 768px) {
  .lab1 {
    color: white;
    font-size: 2rem;
    font-family: 'Raleway';
    margin-top: 80px;
  }
}

@media (min-width: 992px) {
  .labImage {
    float: right;
    padding-top: 119px;
    padding-right: 20px;
    margin-bottom: -3px;
  }
}

@media (min-width: 300px) {
  .lab1 {
    color: white;
    font-size: 1.3rem;
    font-family: 'Raleway';
    margin-top: 80px;
  }
}

.TopMenu {
  position: fixed;
  top: 0px;
  width: 100%;
  opacity: .8;
  z-index: 4000;
}

.InnerImg2 {
  display: inline-block;
  /*min-width: 10%;*/
  min-height: 500px;
  /*background-color: red;*/
  float: right;
  width: 60%;
  /*margin-top: -400px;*/
  /*margin-right: 6%;*/
  /*margin-left: 37px;*/
}

.InnerImg1 {
  -webkit-clip-path: polygon(10% 5%, 98% 1%, 87% 91%, 0% 99%);
  clip-path: polygon(10% 5%, 98% 1%, 87% 91%, 0% 99%);
  background-image: url('slide.jpg');
  background-size: cover;
  /*min-width: 100% !important;*/
  /*min-height: 673px;*/
  color: rgb(183,13,13);
  padding-right: 0px;
  width: 40%;
  height: 500px;
  background-color: rgb(128,54,54);
  display: inline-grid;
  /*border: 1px white solid;*/
}

@media (min-width: 300px) {
  .verticaltext {
    font-size: 20px;
    padding-left: 30px;
    padding-top: 20px;
    margin-right: -92px;
  }
}

@media (min-width: 300px) {
  .ServiceSecHead2 {
    width: 280px;
    font-size: .8rem;
    /*line-height: 1rem;*/
  }
}

@media (min-width: 992px) {
  .ServiceSecHead2 {
    width: 393px;
    font-size: 1rem;
    /*line-height: normal;*/
  }
}

@media (min-width: 768px) {
  .clipHome2 {
    width: 230px;
  }
}

@media (min-width: 992px) {
  .clipHome2 {
    width: 298px;
  }
}

.ClipHome3 {
  /*-webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);*/
  /*clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);*/
  background-image: linear-gradient(rgba(14,28,30,0.98),rgba(14,28,30,0.90)),url('2.jpg');
  background-size: cover;
  /*min-width: 100% !important;*/
  min-height: 673px;
  color: rgb(183,13,13);
  padding-right: 480px;
  /*width: 100%;*/
}

@keyframes fadeIn05 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    /*transform: rotate(180deg);*/
  }
}

.fadeIn05 {
  -webkit-animation-name: fadeIn05;
  animation-name: fadeIn05;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.rotate {
  transform: rotateY(180deg);
}

@media (min-width: 300px) {
  .ServiceSecHead1 {
    font-size: 1rem;
    color: white;
    letter-spacing: 5px;
    text-align: left;
    /*float: left;*/
  }
}

@media (min-width: 992px) {
  .ServiceSecHead1 {
    font-size: 1.3rem;
    color: white;
    letter-spacing: 10px;
    text-align: left;
    /*float: left;*/
    letter-spacing: 9px;
  }
}

.ServiceSecHead2 {
  color: #628d96;
  max-width: 100%;
  margin-top: 1px;
  line-height: normal;
  display: block;
  font-weight: 600;
}

.ServiceSecMain Label {
  display: block;
  /*margin: 0px;*/
  padding: 0px;
  text-align: left;
  /*float: left;*/
  display: block;
}

.ServiceSecMain {
  border-left: 1px rgb(108,108,108) solid;
  padding-left: 14px;
  margin-left: 0px;
  margin-top: 70px;
  margin-bottom: -29px;
  float: left;
  vertical-align: top;
  display: block;
}

@media (min-width: 576px) {
  .verticaltext {
    transform: rotate(-90deg);
    transform-origin: left;
    font-size: 5rem;
    /*padding-top: 859px;*/
    /*margin-left: -80px;*/
    color: #2b535b;
    font-weight: 600;
    /*float: left;*/
    /*margin-right: auto;*/
    max-width: 55px;
    margin-top: 465px;
    margin-left: auto;
    letter-spacing: 10px;
    margin-right: initial;
  }
}

@media (min-width: 768px) {
  .verticaltext {
    transform: rotate(-90deg);
    transform-origin: left;
    font-size: 7rem;
    /*padding-top: 859px;*/
    /*margin-left: -80px;*/
    color: #2b535b;
    font-weight: 600;
    /*float: left;*/
    /*margin-right: auto;*/
    max-width: 55px;
    margin-top: 522px;
    margin-left: 90px;
    letter-spacing: normal;
    margin-right: initial;
  }
}

@media (min-width: 300px) {
  .clipHome2 img {
    /*left: 86px;*/
    position: relative;
    /*padding-left: -103px;*/
    margin-left: -514px;
    z-index: -11;
    display: block;
    width: 560px;
    height: 373px;
    transform: rotateY(0deg);
    float: right;
  }
}

@media (min-width: 768px) {
  .clipHome2 img {
    /*left: 86px;*/
    position: relative;
    /*padding-left: -103px;*/
    margin-left: -514px;
    z-index: -11;
    display: block;
    width: 890px;
    height: 717px;
    transform: rotateY(0deg);
    float: right;
  }
}

.clipHome2 {
  /*background-image: url('2.jpg');*/
  min-width: 100%;
  /*background-color: red;*/
  min-height: 100%;
  background-position: -64px 0px;
}

@media (min-width: 300px) {
  .clipHome1 {
    -webkit-clip-path: none;
    clip-path: none;
    background-image: linear-gradient(rgba(14,28,30,0.98),rgba(14,28,30,0.90)),url('../../assets/img/34.jpg?h=4c18bf485325393f5fadbbc7847ecd1f');
    /*min-width: 100% !important;*/
    min-height: 500px;
    color: white;
    /*padding-right: 480px;*/
    width: 100%;
  }
}

@media (min-width: 768px) {
  .clipHome1 {
    -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    background-image: linear-gradient(rgba(4,10,37,0.98),rgba(14,28,30,0.90)),url('../../assets/img/34.jpg?h=4c18bf485325393f5fadbbc7847ecd1f');
    /*min-width: 100% !important;*/
    min-height: 500px;
    color: white;
    /*padding-right: 480px;*/
    width: 100%;
  }
}

.footer.text-faded.text-center.py-5 {
  background-color: rgba(255,0,0,0);
}

.mb-3, .my-3 {
  font-family: 'Raleway';
}

.cta {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: rgb(43,83,91);
}

.intro-button a {
  background-color: #2b535b;
  border-color: #2b535b;
}

.intro-button a:hover {
  background-color: #a8c3c8;
  border-color: #2b535b;
}

.mainHeadonHome {
  font-size: 3rem;
  color: rgb(208,208,208);
  letter-spacing: 10px;
}

@media (min-width: 300px) {
  .mainHeadonHome {
    font-size: 2rem;
    color: rgb(255,255,255);
    letter-spacing: 3px;
    z-index: 0;
  }
}

@media (min-width: 768px) {
  .mainHeadonHome {
    font-size: 2.5rem;
    color: rgb(255,255,255);
    letter-spacing: 10px;
    z-index: 0;
  }
}

#mainNav {
  background-color: #d51212;
  max-height: 47px;
  color: black;
}

.slidebg {
  display: block;
  min-height: 347px;
  width: 100%;
  background: linear-gradient(rgba(78,70,70,0),rgba(0,0,0,0.74)), url('3.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.btn-primary {
  opacity: 0.85;
  border: none;
  border: 0px;
  font-family: 'Raleway';
  font-size: 1.8rem;
  border-radius: 25px;
  padding: 12px 21px;
  /*margin-top: 55px;*/
  letter-spacing: 1px;
}

.MainHeadSli {
  color: white;
  width: 100%;
  height: 69px;
  margin: auto;
  font-weight: 500;
  padding-top: 130px;
  font-size: 2rem;
  text-align: center;
}

#navbarResponsive {
  /*background-color: white;*/
}

.NewListed {
  background-image: url('new LIST.png');
  height: 121px;
}

@media (min-width: 768px) {
  .clipHomeimg {
    -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    background-image: linear-gradient(rgba(14,28,30,0.98),rgba(14,28,30,0.90)),url('1.jpg');
  }
}

.innerDet1 {
  clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  background-image: linear-gradient(rgba(14,28,30,0.98),rgba(14,28,30,0.90)),url('1.jpg');
  min-width: 100% !important;
  /*min-height: 500px;*/
  color: white;
  /*padding-right: 480px;*/
  width: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
}

@media (min-width: 300px) {
  .btnFosm {
    font-size: 12px;
    margin: -14px;
  }
}

@media (min-width: 576px) {
  .btnFosm {
    font-size: 1rem;
    margin: inherit;
  }
}

.divLogoBG {
  display: block;
  position: absolute;
  margin-left: 640px;
  vertical-align: middle;
  padding-top: 6px;
  width: 680px;
  opacity: 0.10;
  /*transform: rotate(-722deg);*/
  margin-top: 130px;
  right: 3px;
  overflow: hidden;
  max-width: 680px;
  /*background-color: black;*/
}

