.about1
{
  color:black;
  font-weight: 800;
  text-align: center;
}
.p1{
  font-weight: 800;
}
.ser1{
  background-color: white;
  padding:10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: 0.5s!important;
  border-radius: 5px;
}

.ser1:hover{
  background-color: white;
  padding:10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border: 1px solid #1bbc9b;
  border-radius: 5px;
}


  .btn-1 {
    background-color: #1bbc9b;
    border: 0;
    border-radius: 3px;
    color: #f3f3f3;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 20px 10px 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 300ms ease-in;
}
.btn-1:hover {
  background-color: #333333;
}

.ser2{
  border:1px dashed black;
  border-radius: 5px;
  padding: 10px;
}

/*========================================== OUR BEST TARIFF PLANS  END ===========================================*/
/*========================================== OUR LATEST GALLERY START ===========================================*/


/*========================================== OUR LATEST GALLERY END ===========================================*/
/*========================================== OUR TEAM START ===========================================*/
.logo12{
    color:#000 !important;
}
.service
{
   padding-top:60px;
}
.ab1
{
  padding-bottom: 10px;
  font-weight: bold;
  color:black;
  font-size: 18px;
}

.footer-section {
  background: #151414;
  position: relative;
  }
  .footer-cta {
  border-bottom: 1px solid #373636;
  }
  .single-cta i {
  color: #fff;
  font-size: 30px;
  float: left;
  margin-top: 8px;
  }
  .cta-text {
  padding-left: 15px;
  display: inline-block;
  }
  .cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
  }
  .cta-text span {
  color: #757575;
  font-size: 15px;
  }
  .footer-content {
  position: relative;
  z-index: 2;
  }
  .footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
  }
  .footer-logo {
  margin-bottom: 30px;
  }
  .footer-logo img {
    max-width: 200px;
  }
  .footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
  }
  .footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
  }
  .footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
  }
  .footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  }
  .facebook-bg{
  background: #3B5998;
  }
  .twitter-bg{
  background: #55ACEE;
  }
  .google-bg{
  background: #DD4B39;
  }
  .footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  }
  .footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #fff;
  }
  .footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
  }
  .footer-widget ul li a:hover{
  color: #fff;
  }
  .footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
  }
  .subscribe-form {
  position: relative;
  overflow: hidden;
  }
  .subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
  }
  .subscribe-form button {
    position: absolute;
    right: 0;
    background: #fff;
    padding: 13px 20px;
    border: 1px solid #fff;
    top: 0;
  }
  .subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
  }
  .copyright-area{
  background: #202020;
  padding: 25px 0;
  }
  .copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
  }
  .copyright-text p a{
  color: #fff;
  }
  .footer-menu li {
  display: inline-block;
  margin-left: 20px;
  }
  .footer-menu li:hover a{
  color: #fff;
  }
  .footer-menu li a {
  font-size: 14px;
  color: #878787;
  }

  .fx{
    font-size: 22px!important;
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    width: 50px;
    height: 40px;
    text-align: center;
color:black;
  }


  .main-head {
    background: #0D1440;
    box-shadow: 0px 1px 10px -6px rgba(0, 0, 0, .15);
    padding: 1rem;
    margin-bottom: 0;
    margin-top: 5rem;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 4px;
    font-size: 16px;
  }
  
  .pricing-table {
    background: #fff;
    box-shadow: 0px 1px 10px -6px rgba(0, 0, 0, .15);
    padding: 2rem;
    border-radius: 4px;
    transition: .3s;
  }
  
  .pricing-table:hover {
    box-shadow: 0px 1px 10px -4px rgba(0, 0, 0, .15);
  }
  
  .pricing-table .pricing-label {
    border-radius: 2px;
    padding: .25rem .5rem;
    margin-bottom: 1rem;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
  }
  
  .pricing-table h2 {
    color: #3b3b3b;
    font-size: 24px;
    font-weight: 500;
  }
  
  .pricing-table h5 {
    color: #B3B3B3;
    font-size: 14px;
    font-weight: 400;
  }
  
  .pricing-table .pricing-features {
    margin-top: 2rem;
  }
  
  .pricing-table .pricing-features .feature {
    font-size: 14px;
    margin: .5rem 0;
    color: #B3B3B3;
  }
  
  .pricing-table .pricing-features .feature span {
    display: inline-block;
    float: right;
    color: #3b3b3b;
    font-weight: 500;
  }
  
  .pricing-table 	.price-tag {
    margin-top: 2rem;
    text-align: center;
    font-weight: 500;
  }
  
  .pricing-table .price-tag .symbol {
    font-size: 24px;
  }
  
  .pricing-table .price-tag .amount {
    letter-spacing: -2px;
    font-size: 64px;
  }
  
  .pricing-table .price-tag .after {
    color: #3b3b3b;
    font-weight: 500;
  }
  
  .pricing-table .price-button {
    display: block;
    color: #fff;
    margin-top: 2rem;
    padding: .75rem;
    border-radius: 2px;
    text-align: center;
    font-weight: 500;
    transition: .3s;
  }
  
  .pricing-table .price-button:hover {
    text-decoration: none;
  }
  
  .purple .pricing-label {
    background: #cad2ff;
    color: #627afe;
  }
  
  .purple .price-tag {
    color: #627afe;
  }
  
  .purple .price-button {
    background: #627afe;
  }
  
  .purple .price-button:hover {
    background: #546dfe;
  }
  
  .turquoise .pricing-label {
    background: #b9edee;
    color: #44cdd2;
  }
  
  .turquoise .price-tag {
    color: #44cdd2;
  }
  
  .turquoise .price-button {
    background: #44cdd2;
  }
  
  .turquoise .price-button:hover {
    background: #2dbcc4;
  }
  
  .red .pricing-label {
    background: #ffc4c4;
    color: #ff5e5e;
  }
  
  .red .price-tag {
    color: #ff5e5e;
  }
  
  .red .price-button {
    background: #ff5e5e;
  }
  
  .red .price-button:hover {
    background: #f23c3c;
  }

  .container1 {
    max-width: 100rem;
    margin: 0 auto;
    padding: 0 2rem 2rem;
  }
  
  .heading {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    padding: 3.5rem 0;
    color: #1a1a1a;
  }
  
  .heading span {
    display: block;
  }
  
  .gallery {
    display: flex;
    flex-wrap: wrap;
    /* Compensate for excess margin on outer gallery flex items */
    margin: -1rem -1rem;
  }
  
  .gallery-item {
    /* Minimum width of 24rem and grow to fit available space */
    flex: 1 0 24rem;
    /* Margin value should be half of grid-gap value as margins on flex items don't collapse */
    margin: 1rem;
    box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
    overflow: hidden;
  }
  
  .gallery-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 400ms ease-out;
  }
  
  .gallery-image:hover {
    transform: scale(1.15);
  }
  
  /*
  
  The following rule will only run if your browser supports CSS grid.
  
  Remove or comment-out the code block below to see how the browser will fall-back to flexbox styling. 
  
  */
  
  @supports (display: grid) {
    .gallery {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
      grid-gap: 2rem;
    }
  
    .gallery,
    .gallery-item {
      margin: 0;
    }
  }
  