  @import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700,900&display=swap');


  html,body{
  height: 100%;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  color: #222;
  }
  .preloader{
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    background: #F8F9FB;
    height: 100%;
    width: 100%;
  }
  .prelogo{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .imgprelogo{
    width: 15%;
  
  }
  .navbar{
  padding: .10rem !important;
  }

  .navbar-nav li{
  padding-right: 20px !important;

  }
  .nav-link{
  font-size: 1.1em !important;  
  }

  div.hdr1 {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  min-height: 60%;
  max-height: 60%;
  color: white;
  }
  .hdr1 h2{
  font-size: 48px;
  font-weight: 700;
  line-height: 0.2;
  transform: translateY(13rem);
  text-shadow: 1px 1px 6px black;
  letter-spacing: 2px;
  text-align: center;
  }
  .hdr1 hr{
  border-top: 3px solid rgb(255, 255, 255) ;
  width: 10% ;
  margin-top: 15.2rem;
  margin-bottom: 1rem;
  }
  .all{
  margin-top: 3rem;
  }
  .all h1{
  padding-left: 2.1rem;
  font-weight: bold;
  text-shadow: 1px 1px 6px #a09e9ed1 !important;
  }
  .all p{
  font-size: 18px;
  margin: 2rem;
  color: #333;
  }
  .all .img{
  float: right;
  width: 45%;
  margin: 2rem 0rem 2rem 3rem;
  height: auto;
  box-shadow: 0 0 10px #000;
  }
  .all span{
  font-size: 25px !important;
  font-weight: bold;
  color: #000;
  }

  section p{
  font-size: 24px;
  text-align: center;
  margin: 1rem 0 7rem 0;
  }
  section h2{
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 1px;

  }
  .card img{
  width: 35%;
  margin-top: -63px;
  margin-left: 33%;
  }
  .pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  }
  .pricing hr {
  margin: 1.5rem 0;
  }
  .pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
  }
  .fa-li {
  margin-top: 3px !important;    
  }
  ul.fnt {
  font-size:15.1px !important ;
  margin-bottom: 70px;
  }
  ul.fnt2 {
  font-size: 16.84px;
  margin-bottom: 70px;
  }
  .fa-ul {
    margin-bottom: 70px;
}
  .pricing .card-price {
  font-size: 3rem;
  margin: 0;
  }
  .pricing .card-price .period {
  font-size: 0.8rem;
  }
  .pricing ul li {
  margin-bottom: 1.3rem;
  }
  .pricing .text-muted {
  opacity: 0.7;
  }
  .pricing .card {
    height: 100%;
    }
  .pricing .card:hover {
  margin-top: -.25rem;
  margin-bottom: .25rem;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
  .pricing .card:hover .btn {
  opacity: 1;
  }
  .pricing .btn {
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    opacity: 0.7;
    position: absolute;
    bottom: 20px;
    right: 0px;
    left: 20px;
    width: 85%;
    transition: all 0.2s;
    background-color: #000;
    border-color: #000;
  }
  .section2{
  margin-top: 7.5rem;
  }
  .section2 .h2{
  margin-bottom: 8rem;
  }
  div.collab {
  text-align: center;
  font-size: 22px;
  color: #222;
  padding: 4rem 12.5rem 4rem 12.5rem;
  font-weight: 700;
  }
  .btt {
  margin-top: 30px;
  margin-left: 50%;
  display: flex;
  justify-content: center;
  cursor: pointer;
  height: 60px;
  width: 210px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 1);
  }
  .bttt {
  margin-top: -60px;
  margin-left: 25%;
  display: flex;
  justify-content: center;
  cursor: pointer;
  height: 60px;
  width: 210px;
  background-color: #000;
  border: 1px solid rgba(0, 0, 0, 1);
  }
  .bttt span{
  color: #fff !important;
  }
  .sppp {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.7px;
  }
  .bttt:hover , .btt:hover {
  animation: rotate 0.7s ease-in-out both;}
  .sppp:hover {
  animation: storm 0.7s ease-in-out both;
  animation-delay: 0.06s;}
  @keyframes rotate{
  0%{
  transform: rotate(0deg) translate3d(0, 0, 0) }
  25%{
  transform: rotate(3deg) translate3d(0, 0, 0) }
  50%{
  transform: rotate(-3deg) translate3d(0, 0, 0) }
  75%{
  transform: rotate(1deg) translate3d(0, 0, 0) }
  100%{
  transform: rotate(0deg) translate3d(0, 0, 0)
  } }
  @keyframes storm {
  0%{
  transform: translate3d( 0, 0, 0) translateZ(0) }
  25%{
  transform: translate3d( 4px, 0, 0) translateZ(0) }
  50%{
  transform: translate3d( -3px, 0, 0) translateZ(0) }
  75%{
  transform: translate3d( 2px, 0, 0) translateZ(0) }
  100%{
  transform: translate3d( 0, 0, 0) translateZ(0)
  } }
  .last {
  padding-top: 3rem;
  background-image: url(../img/M1.jpg);
  background-size: cover;
  width: 100%;
  max-height: 100%;
  min-height: 40%;
  color: white;
  }
  div.contt{
  margin: 3rem 0 2rem 0rem;
  }
  .name{
    border: 2px solid #000 !important;
    padding: 6px 20px 6px 4px !important;
    max-width: 250px;
    min-width: 250px;
    }
    div.row{
    justify-content:center;
    }
    .phone {
      padding: 6px 20px 6px 45px !important;
  }
  .btn4{
  border: 2px solid black !important;
  font-size: 75% !important;
  letter-spacing: .1rem !important;
  font-weight: bold !important;
  padding: 1rem 1.5rem 1rem 1.5rem !important;
  transition: all 0.2s !important;
  background-color: #000 !important;
  margin-bottom: 2rem !important;
  color: #fff !important;
  }
  .btn4:hover{
  color: #000 !important;
  background:#fff !important;
  border: 2px solid #000 !important;
  }
  
.footer {
  background-color: #141414;
  padding: 1.2rem 0;
  text-align: center;
    width: 100%;

}

.footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  color: #ced4da;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  
  text-transform: none;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

ul.social-buttons {
  margin-bottom: 0;
}
.p{
  color: #f8f9fa !important;
}
ul.social-buttons li a {
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #212529;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #366bfe;
  text-decoration: none ;
}

.contact{
  padding: 0% !important;
  height: 574px !important;
  margin-top: -16px;
}
.MCol{
  background: #f1f1f1 !important;
  padding: 4% !important;
}
.inp{
  border: none !important ;
  border-bottom: 1px solid #333 !important;
  padding-left: 5px !important;
  border-radius: 0px !important;
}
.ha{
  margin-top: -16px !important;
  width: 104% !important;
  margin-left: -16px !important;
}
.contact-info{
  margin-top:10% !important;
}
.contact-info img{
  margin: 0% 0 0 -12px !important;
      width: 140% !important;
}
.contact-info h2{
  margin-bottom: 10% !important;
  margin-top: -58px !important;
}
.col-md-8{
  background: #fff !important;
  padding: 3% !important;
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}
.contact-form label{
  font-weight:600 !important;
}
.contact-form button{
  background: #25274d !important;
  color: #fff !important;
  font-weight: 600 !important;
  width: 25% !important;
}
.contact-form button:focus{
  box-shadow:none !important;
}
@media (max-width: 575.98px) { 
  .logo {
    width: 10rem;
    padding-left: 10px;

}
.hdr1 h2 {
  font-size: 25px;
  line-height: 1.2;
  transform: translateY(10rem);

}
.hdr1 hr {
  width: 30%;
  margin-top: 11.2rem;
}
.all h1 {
  font-size: 25px !important;
  padding-left: 3.5rem;
}
.all .img {
  width: 100%;
  margin: 0rem 0rem 2rem 0.2rem;
}
.all p {
  font-size: 18px;
  margin: 2rem 0rem 2rem 0.2rem;
}
.all span {
  font-size: 22px !important;
}section h2 {
  font-size: 25px;
  margin: 1rem 0 1rem 0.2rem;
}
section p {
  font-size: 18px !important;
  margin: 1rem 0 1rem 0.2rem;
}
.pricing .card {
  margin-top: 6rem !important;
}
.section2 .h2 {
  margin-bottom: 3rem;
  font-size: 25px;
}
div.collab {
  font-size: 22px;
  padding: 4rem 0.5rem 4rem 0.5rem;
}
.btt {
  margin-top: 9px;
  margin-left: 20%;
}
.bttt {
  margin-top: 15px;
  margin-left: 20%;
}
.last {
  max-height: 100%;
  min-height: 89%;
}
h3 {
  font-size: 25px;
}
.name{
  border: 2px solid #000 !important;
  padding: 6px 20px 6px 4px !important;
  width: 100%;
  margin-bottom: 0.8rem !important;
  }
  .phone {
    padding: 6px 20px 6px 45px !important;
}
.iti__selected-flag {
  padding: 0px 6px 10px 8px!important;
}
.pricing .card {
  height: 93%;
}
 }

@media (min-width: 576px) and (max-width: 767.98px) { 
  .logo {
    width: 10rem;
    padding-left: 10px;

}
.hdr1 h2 {
  font-size: 30px;
  line-height: 1.2;
  transform: translateY(18rem);

}
.hdr1 hr {
  width: 30%;
  margin-top: 19.2rem;
}
.all h1 {
  font-size: 30px !important;
  padding-left: 9.5rem;
}
.all .img {
  width: 100%;
  margin: 0rem 0rem 2rem 0.2rem;
}
.all p {
  font-size: 22px;
  margin: 2rem 0rem 2rem 0.2rem;
}
.all span {
  font-size: 25px !important;
}section h2 {
  font-size: 30px;
  margin: 1rem 0 1rem 0.2rem;
}
section p {
  font-size: 22px !important;
  margin: 1rem 0 1rem 0.2rem;
}
.pricing .card {
  margin-top: 6rem !important;
}
.section2 .h2 {
  margin-bottom: 3rem;
  font-size: 30px;
}
div.collab {
  font-size: 25px;
  padding: 4rem 0.5rem 4rem 0.5rem;
}
.btt {
  margin-top: 9px;
  margin-left: 30%;
}
.bttt {
  margin-top: 15px;
  margin-left: 30%;
}
.last {
  max-height: 100%;
  min-height: 60%;
}
h3 {
  font-size: 30px;
}
.name{
  border: 2px solid #000 !important;
  padding: 6px 20px 6px 4px !important;
  width: 100%;
  margin-bottom: 0.8rem !important;
  }
  .phone {
    padding: 6px 20px 6px 45px !important;
}
.iti__selected-flag {
  padding: 0px 6px 10px 8px!important;
}
.pricing .card {
  height: 89%;
}

}

@media (min-width: 767.98px) and (max-width: 991.98px) {
.hdr1 h2 {
  font-size: 45px;
  line-height: 1.2;
  transform: translateY(20rem);
}
.hdr1 hr {
  width: 35%;
  margin-top: 22.2rem;
}
.all h1 {
  font-size: 45px !important;
  padding-left: 12.5rem;
}
.all .img {
  width: 100%;
  margin: 0rem 0rem 2rem 0.2rem;
}
.all p {
  font-size: 24px;
  margin: 2rem 0rem 2rem 0.2rem;
}
.all span {
  font-size: 27px !important;
}section h2 {
  font-size: 45px;
  margin: 1rem 0 1rem 0.2rem;
}
section p {
  font-size: 24px !important;
  margin: 1rem 0 1rem 0.2rem;
}
.pricing .card {
  margin-top: 6rem !important;
}
.section2 .h2 {
  margin-bottom: 3rem;
  font-size: 45px;
}
div.collab {
  font-size: 27px;
  padding: 4rem 0.5rem 4rem 0.5rem;
}
.btt {
  margin-top: 9px;
  margin-left: 30%;
}
.bttt {
  margin-top: 15px;
  margin-left: 30%;
}
.last {
  max-height: 100%;
  min-height: 60%;
}
h3 {
  font-size: 45px;
}
.name{
  border: 2px solid #000 !important;
  padding: 6px 20px 6px 4px !important;
  width: 100%;
  margin-bottom: 0.8rem !important;
  }
  .phone {
    padding: 6px 20px 6px 45px !important;
}
.iti__selected-flag {
  padding: 0px 6px 10px 8px!important;
}
.pricing .card {
  height: 90%;
}

 }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .hdr1 h2 {
    font-size: 50px;
    line-height: 1.2;
    transform: translateY(20rem);
  }
  .hdr1 hr {
    width: 35%;
    margin-top: 22.2rem;
  }
  .all h1 {
    font-size: 50px !important;
    padding-left: 0.5rem;
}
  .all p {
    font-size: 24px;
    margin: 2rem 0rem 2rem 0.2rem;
  }
  .all span {
    font-size: 29px !important;
  }section h2 {
    font-size: 50px;
    margin: 1rem 0 1rem 0.2rem;
  }
  section p {
    font-size: 24px !important;
    margin: 1rem 0 1rem 0.2rem;
  }
  .pricing .card {
    margin-top: 6rem !important;
  }
  .section2 .h2 {
    margin-bottom: 3rem;
    font-size: 50px;
  }
  div.collab {
    font-size: 29px;
    padding: 4rem 0.5rem 4rem 0.5rem;
  }
  .btt {
    margin-top: 9px;
    margin-left: 40%;
  }
  .bttt {
    margin-top: 15px;
    margin-left: 40%;
  }
  .last {
    max-height: 100%;
    min-height: 40%;
  }
  h3 {
    font-size: 50px;
  }
  .name{
    border: 2px solid #000 !important;
    padding: 6px 20px 6px 4px !important;
    width: 90%;
    margin-bottom: 0.8rem !important;
    }
    .phone {
      padding: 6px 20px 6px 45px !important;
  }
  .iti__selected-flag {
    padding: 0px 6px 10px 8px!important;
  }

 }

@media (min-width: 1200px) { 

 }