  html, body{
    width: 100%;
    height: 100%;
  }

  body{
    background: #fff;
    color: #484848;
    font-family: "Poppins", sans-serif;
  }

  .mt-30{
    margin-top: 30px;
  }

  .mb-20{
    margin-bottom: 20px;
  }

  .section-padding{
    padding: 80px 0;
  }

  .section-heading{
    position: relative;
    margin-bottom: 25px;
  }

  .section-heading-abt-pg{
     position: relative;
    margin-bottom: 15px;
  }

  .center-heading{
    text-align: center;
  }

  .center-heading .watermark-heading{
    left: 0;
    right: 0;
  }

  .section-title{
    font-size: 60px;
    font-weight: 700;
    color: #e31e24;
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
  }

  .section-content p{
    line-height: 35px;
  }

  .watermark-heading{
    position: absolute;
    bottom: 0;
    left: 50px;
    z-index: -1;
    font-size: 100px;
    font-weight: 700;
    color: #fff;
    -webkit-text-stroke: 1px #e31e24;
    opacity: 0.03;
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
  }

  .btn-primary{
    background: #e31e24;
    position: relative;
    border: 0;
    border-radius: 0;
    width: 150px;
    height: 45px;
    overflow: hidden;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
  }

  .btn-primary span{
    position: relative;
    z-index: 9;
  }

  .btn-primary:before,
  .btn-primary:after{
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;  
    background: #2b2a29;
    transition: 500ms ease-in-out;
  }
  .btn-primary:hover{
    background: #e31e24;
  }

  .btn-primary:before{  
    left: -90px;
    transform: skew(-27deg);
  }
  .btn-primary:after{
    right: -90px;
    left: auto;
    transform: skew(27deg);
  }

  .btn-primary:hover:before{  
    left: 12px;
  }

  .btn-primary:hover:after{  
    right: 12px;
  }
  /*header css*/

  .navbar-nav .nav-item:last-child .nav-link{
    border-left: 1px solid rgba(255,255,255,0.2);
  }

  .navbar-nav .nav-link{
    color: #fff !important;
    padding: 30px 20px !important;
    text-transform: uppercase;
  }

  .navbar{
    background: rgba(0,0,0,0.5) !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 0;
    margin-top: 20px;
  }

  .navbar .navbar-brand{
  /*  background: rgba(43, 42, 41, 0.5);*/
    border-radius: 0 0 80px 0;
  /*  box-shadow: 0 0 20px 10px rgba(0,0,0,0.2);*/
    padding: 10px 75px;
  }

  .navbar .navbar-brand:before {
      content: '';
      position: absolute;
      background: url(../images/logo-bg-3.png) no-repeat;
      background-size: 450px;
      width: 524px;
      height: 215px;
      left: 0;
      top: -20px;
      z-index: -1;
  }

  .navbar .navbar-brand img{
    height: 70px;
  }

  .navbar-nav{
  /*  background: rgba(43, 42, 41, 0.5);*/
    border-radius: 0 0 0 80px;
    padding: 0 20px;
  /*  box-shadow: 0 0 20px 10px rgba(0,0,0,0.2);*/
  }

  .navbar-nav .nav-item .dropdown-menu{
    border-radius: 0;
    padding: 0;
    overflow: hidden;
  }

  .navbar-nav .nav-item .dropdown-menu .dropdown-item{
    position: relative;
    padding: 10px 15px;
    transition: 500ms ease-in-out;
  }

  .navbar-nav .nav-item .dropdown-menu .dropdown-item:before{
    content: '';
    position: absolute;
    left: -5px;
    top: 0;
    width: 5px;
    height: 100%;
    background: #e31e24;
    transition: 500ms ease-in-out;
  }

  .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover{
    background: #f9f9f9;
  }

  .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover:before{
    left: 0;
  }

  .modal{
    z-index: 9999;
  }

  .modal-backdrop{
    z-index: 999;
  }

  .modal-content{
    border: 0;
    border-radius: 0 50px 0 50px;
  }

  /*Slider css*/




  /*.slider-overlay{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(transparent 30%, #fff 99%, #fff);
    z-index: 99;
  }*/







  .carousel-indicators li{
    width: 10px;
    height: 10px;
    position: relative;
    opacity: 1;
    background: #e31e24;
    border: 0;
    margin: 15px 0;
  }

  .carousel-indicators li.active:before{
    border-color: #e31e24;
  }

  .carousel-indicators li:before{
    content: '';
    width: 20px;
    height: 20px;
    background: transparent;
    border: 2px solid transparent;
    position: absolute;
    left: -5px;
    top: -5px;
    transition: 500ms ease-in-out;
  }

  .slider-section .carousel .carousel-item img{
    object-fit: cover;
    object-position: 55%;
  }

  .scroll-down{
    position: absolute;
    bottom: -24px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 88px;
    width: 680px;
    text-align: center;
    z-index: 99;
    background: #fff;
    clip-path: path(
      "M646.782 65H33.2179C103.636 65 173.285 50.3548 237.739 21.9947C302.899 -6.67547 377.101 -6.67547 442.261 21.9947C506.715 50.3548 576.364 65 646.782 65Z"
    );
  }

  .hero-5-scroll-wrap {
    height: 32px;
    width: 20px;
    border: 2px solid #2b2a29;
    display: inline-block;
    border-radius: 30px;
    margin-top: 20px;
    position: relative;
  }

  .hero-5-scroll-wrap:before {
    content: "";
    height: 6px;
    width: 2px;
    border-radius: 50px;
    background-color: #2b2a29;
    position: absolute;
    top: 5px;
    left: 7px;
    -webkit-animation: scrollMove 1.5s infinite;
    animation: scrollMove 1.5s infinite;
  }

  @keyframes scrollMove {
      0% {
          opacity: 0
      }

      50% {
          opacity: 1
      }

      100% {
          opacity: 0;
          -webkit-transform: translateY(10px);
          transform: translateY(10px)
      }
  }

  /*quote css*/

  .quote-panel{
    position: relative;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    font-style: italic;
    padding: 30px 0;
  }
  .quote-panel p{
    margin-bottom: 0;
  }
  .quote-panel:before,
  .quote-panel:after{
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    color: #e31e24;
    font-size: 160px;
    opacity: 0.3;
    line-height: 50px;
    z-index: -1;
  }

  .quote-panel:before{
    content: '\f10d';  
    top: 0;
    left: 0;  
    animation: upDown 5s infinite;
  }
  .quote-panel:after{
    content: '\f10e';
    bottom: 0;
    right: 0;
    left: auto;
    animation: downUp 5s infinite;
  }
  @keyframes upDown {
    0%,
    100% {
      -webkit-transform: translateY(10px);
      transform: translateY(10px); 
    }
    50% {
      -webkit-transform: translateY(30px);
      transform: translateY(30px); 
    } 
  }
  @keyframes downUp {
    0%,
    100% {
      -webkit-transform: translateY(30px);
      transform: translateY(30px); 
    }
    50% {
      -webkit-transform: translateY(10px);
      transform: translateY(10px); 
    } 
  }
  .text {
    position: absolute;
    width: 450px;
    left: 50%;
    margin-left: -225px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
  }

  .word {
    position: absolute;
    opacity: 0;
    padding-left: 15px;
    color: #e31e24;
    text-transform: uppercase;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .letter {
    display: inline-block;
    position: relative;
    float: left;
    transform: translateZ(25px);
    transform-origin: 50% 50% 25px;
  }

  .letter.out {
    transform: rotateX(90deg);
    transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .letter.behind {
    transform: rotateX(-90deg);
  }

  .letter.in {
    transform: rotateX(0deg);
    transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }

  /*product css*/

  .product-section{
    background-image: url('../images/product-bg-img.webp') ;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
      padding: 150px 0 100px;
  }

  .product-section .section-heading{
    color: #fff;
  }

  .product-section .section-heading .watermark-heading{
    z-index: 9;
  }

  .products-panel .product-block{
  /*  border: 1px solid #484848;*/
    padding: 0 20px 40px 20px;
  /*  clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 0);*/
    background: linear-gradient(#f9f9f9 0%, #f9f9f9 15%, #484848 15%,#484848);
    color: #fff;
    position: relative;
    text-align: center;
    margin-top: 50px;
    transition: 700ms ease-in-out;
    overflow: hidden;
  }

  .products-panel .product-block:before{
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 10px;
    background: #fff;
    border-radius: 50%;
    z-index: 9;
    transition: 700ms ease-in-out;
  }

  .products-panel .product-block:hover:before{
    transform: scale(8);
  }

  .products-panel .product-block:hover{
    color: #484848;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.2);
  }

  .products-panel .product-block:hover .fa{
    color: #fff;
  }
  /*.product-icon-block{
    margin-top: -100px;
  }*/

  .products-panel .product-block .fa{
    font-size: 70px;
    width: 120px;
    height: 120px;
    background: #484848;
    border: 5px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 110px;
    position: relative;
    z-index: 99;
    margin-top: 10px;
  }

  .products-panel .product-block .product-title{
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 1px;
  }

  .products-panel .product-block .product-desc{
    font-size: 14px;
    line-height: 24px;
    margin: 20px 0;
  }

  .product-details-panel{
    position: relative;
    z-index: 9;
  }


  /*footer css*/

  footer{
    background:#b7b7b7;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    background-image: url('../images/global-map3.png');
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    background-position: 0% 0;
  }

  .footer-watermark-logo{
    position: absolute;
    width: 27%;
    opacity: 0.2;
    right: -12%;
    bottom: 0;
  }

  .contact-block{
    padding-top: 60px;
  }

  .contact-block a{
    padding-left: 20px;
    text-decoration: none;
  }

  .contact-block i,
  .contact-block a{
    color: #fff;
  }

  .footer-title-block{
    margin-top: 35px;
  }

  .footer-title{
    color: #e31e24;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    font-weight: 550 !important;
    }

  .footer-title:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    background: #e31e24;
    width: 40px;
    height: 3px;
  }

  .footer-item-list{
    margin-top: 30px;
  }

  .footer-item-list .footer-item{
    padding-bottom: 5px;
  }

  .footer-item-list .footer-item a{
    color: #000;
    transition: 500ms ease-in-out;
    cursor: pointer;
      font-weight: 550;
  }

  .footer-item-list .footer-item a:hover{
    color: #e31e24;

  }




  @media(max-width: 1200px){
    
    .slider-section .carousel .carousel-item img {
      object-position: 72%;
    }
    .slider-section .carousel .carousel-indicators:before {
      bottom: 0px;
    }
    .slider-section .carousel .carousel-indicators:after {
      top: 0;
    }
    .navbar-nav .nav-link{
      font-size: 14px;
      padding: 30px 15px !important;
    }
    .section-content p{
      font-size: 14px;
      line-height: 28px;
    }
    .quote-panel{
      font-size: 35px;
    }
  }

  @media(max-width: 991px){
	  .as_aboutimg-1::after {
  position: absolute;
  content: '';
  top: 95px;
  right: 84px;
  background-color: #e88285;
  width: 420px;
  height: 287px !important;
  z-index: -1;
}
    .contact-ditail-p a {
  font-size: 15px;
  display: inline-block;
  color: #000 !important;
  font-weight: 550 !important;
  text-decoration: none !important;
  padding: 0px 0px 20px;
}
.section-heading {
  position: relative;
  margin-bottom: 25px;
  margin: 30px 0px;
}
.contact-details {
  margin-top: 51px !important;
}
    .navbar-toggler{
      padding: 0;
      border: 0;
      margin-right: 20px;
      outline: none !important;
      box-shadow: none !important;
    }
    .navbar-light .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }
    .navbar-collapse{
      background: #2b2a29;
      position: fixed;
      height: 30%;
      top: 110px;
      width: 30%;
      right: 0;
    }
    .navbar-nav .nav-link{
      padding: 15px !important;
    }
    .navbar-nav .nav-item:last-child .nav-link{
      border-left: 0;
    }
    .navbar-nav .nav-item .dropdown-menu{
      position: absolute;
    }
    .watermark-heading{
      font-size: 80px;
    }
    .quote-panel {
      font-size: 30px;
    }
    .section-padding {
      padding: 60px 0;
    }
  }
  .as_aboutimg
  {
    position: relative;
    z-index: 1;
    padding: 0 0 100px;
    text-align: right;
  }
  .as_aboutimg-1
  {
    position: relative;
    z-index: 1;
    padding: 0 0 100px;
    text-align: right;
  }
  .as_aboutimg-1 img
  {
    display: inline-block;
  }

  .as_aboutimg img
  {
    display: inline-block;
  }
  .as_aboutimg::after
  {
    position: absolute;

    content: '';

    top: 95px;

    right: 84px;

    background-color: #e88285;

    width: 450px;

    height: 485px;

    z-index: -1;

  }
  .as_aboutimg-1::after
  {
    position: absolute;
    content: '';
    top: 95px;
    right: 84px;
    background-color: #e88285;
    width: 420px;
    height: 450px;
    z-index: -1;

  }
  .as_aboutimg::before
  {
    position: absolute;
    content: '';
    left: 8px;
    bottom: 0px;
    
    width: 90px;
    height: 90px;
  }

  .product-block
  {
    padding: 0px 10px;
    display: inline-block;
    width: 100%;
  }
  element
  {
  }
  .product-box
  {
    position: relative;
    text-align: center;
    float: left;
    background: #fff;
    width: 100%;
    padding: 0px 0 0;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 25px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: 4px double #ed3237;
  }
  .product-img
  {
    position: relative;
  }

  .produ-carousel .owl-item img
  {
    width: auto;
  }
  .product-box .details
  {
    background: #e31c22;
    padding: 10px;
  }

  .product-box .details a
  {
    border-bottom: none !important;
  }
  .con img {

    width: auto;
    height: 25px;
  }
  .con{
    padding: 8px 0px !important;
  }
  .con a {
  text-decoration: none;
    color: #000 !important;
      font-weight: 550 !important;

  }
  .footer-abt  {
    text-align: justify !important;
    font-size: 14px;
    word-spacing: 0px;
    color: #000 !important;
        font-weight: 550 !important;

  }
  .page-title
  {
    position: relative;
    z-index: 1;
    padding: 120px 0px 50px;
    background-size: cover !important;
  }
  .page-title::before
  {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    background-color: #fd3b41;
  }
  .page-title h1
  {
    font-size: 40px;
    line-height: 50px;
    color: #ffffff;
    display: inline-block;
    font-family: 'Poppins-Bold';
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .page-title ul
  {
    padding-left: 0px;
  }
  .page-title ul li:first-child
  {
    margin-left: 0px;
  }
  .page-title ul li
  {
    padding-right: 10px;
  }


  .page-title ul li
  {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    position: relative;
    margin-left: 10px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Poppins-Regular';
  }
  .page-title ul li a
  {
    color: #ffffff;
    transition: all 500ms ease;
      text-decoration: none !important;

  }

  .page-title ul li a i
  {
    margin-right: 5px;
  }

  .page-title ul li:first-child
  {
    margin-left: 0px;
  }


  .contact-details-ul li   {
    padding: 25px 0px 0px; 
    list-style: none;

  }

  .contact-details-img  {

      padding: 8px 0px !important;
  }
  .contact-details-img img {

    width: auto;
    height: 35px;

  }
  .contact-details-text a{
    text-decoration: none;
    color: #000 !important;
    font-weight: 550 !important;
    font-size: 18px;
    padding-top: 2px !important;
    text-align: justify;
  }
  .mb--100
  {
    margin-bottom: -100px;
  }
  .contact-form-box
  {
    padding: 40px 50px 50px;
    position: relative;
    z-index: 1;
    box-shadow: 0 10px 50px 0 rgba(46, 56, 220, 0.2);
  }
  .title-2
  {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 600;
    border-left: 2px solid;
      border-left-color: currentcolor;
    border-color: #ff0000;
    padding-left: 10px;
  }
  .input-item
  {
    position: relative;
  }
  .input-item.ltn__custom-icon::before
  {
    position: absolute;
    top: 35%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    color: #0b4180;
  }

  input[type="text"], input[type="email"], input[type="password"], input[type="submit"], textarea
  {
    background-color: var(--white);
    border: 2px solid;
      border-top-color: currentcolor;
      border-right-color: currentcolor;
      border-bottom-color: currentcolor;
      border-left-color: currentcolor;
    border-color: var(--border-color-9);
    height: 65px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    font-size: 16px;
    color: #484848;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 0;
    padding-right: 40px;
  }
  .input-item::after
  {
    display: block;

    clear: both;

    content: "";

  }
  .input-item.ltn__custom-icon::before
  {
    position: absolute;
    top: 35%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    color: #0b4180;
  }
  .mt-0
  {
    margin-top: 0px !important;
  }
  .btn:last-child
  {
    margin-right: 0;
  }
  .btn-effect-1::after
  {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--white);
  }
  .theme-btn-1
  {
    background-color: #ff0000;
    color: #fff;
  }
  .white-bg
  {
    background-color: var(--white);
  }
  .abt-heading {

    color: #e31e24;

  }

  .abt-ul img {

    width: auto;
    height: 10px !important;

  }
  .about-section > .section-content > img {
    width: auto !important;
    height: 10px !important;
  }
  .bullet-points img{
    width: auto;
    height: 10px }

  .abt-ul {
    margin-top: 5px;
  }
  .footer-item-list a{
        text-decoration: none;
      
  }
  .em-btn a {
            text-decoration: none;

  }
 
  .px-2 {
  padding-right: .5rem !important;
  padding-left: .5rem !important;
}
.contact-ditails-p a {
  font-size: 20px;
  display: inline-block;
  color: #000 !important;
  font-weight: 550 !important;
  text-decoration: none !important;
}
.contact-ditail-p a {
  font-size: 15px;
  display: inline-block;
  color: #000 !important;
  font-weight: 550 !important;
  text-decoration: none !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.contact-details{
  margin-top: 30px;
}
.adress p a {
  font-size: 20px;
  display: inline-block;
  color: #000 !important;
  font-weight: 550 !important;
  text-decoration: none !important;
  margin-bottom: 1.2em;
  line-height: 25px;
  text-align: start;
  text-decoration: none !important;
  padding: 15px 0px;
}
.abt-li li::marker {

  content: "➟ ";
  color: #e31e24;
  font-size: 20px;
}

.mobile-screen-footer {
  float: left;
  display: none;
  width: 100%;
  position: fixed;
  z-index: 9999999999 !important;
  bottom: 0px;
  background: #fd3b41;
  border-radius: 30px 30px 0px 0px;
  border-top: 2px solid #fff;
  padding: 0px 0px;
}
.mobile-footer-block {
  width: 33.33%;
  float: left;
  text-align: center;
}
.mobile-footer-box {
  width: 100%;
  margin: 0px auto;
  padding: 0px 5px;
  float: left;
}
.mobile-footer-box a {
  width: 100%;
  text-decoration: none;
  padding: 10px 0px;
    padding-bottom: 10px;
  float: left;
  padding-bottom: 5px;
  text-align: center;
}
.mobile-footer-box a img {
  width: 25px;
  margin: 0px auto;
}
.mobile-footer-box a h5 {
  font-size: 11px;
  margin: 5px 0px 0px 0px;
  color: #fff;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: capitalize;
  font-family: 'Poppins-Light';
  letter-spacing: 1px;
}
 .mobile-screen-footer {
    display: none;
  }

 @media only screen and (max-width: 767px) {
  .contact-ditail-p a {
  font-size: 15px;
  display: inline-block;
  color: #000 !important;
  font-weight: 550 !important;
  text-decoration: none !important;
  padding: 0px 0px 20px;
}
    .section-title {
  font-size: 40px;
  font-weight: 700;
  color: #e31e24;
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
}
.cnt-p{
  padding-top:30px !important ;
}
.watermark-heading {
    font-size: 50px;
  }

    .navbar .navbar-brand::before {
       content: '';
    position: absolute;
    background: url(../images/logo-bg-3.png) no-repeat;
    background-size: auto;
    background-size: auto;
    background-size: 250px;
    width: 252px;
    height: 307px;
    left: 0;
    top: -20px;
    z-index: -1;
  }
  navbar .navbar-brand img {
    height: 51px;
    padding-left: 20px;
    bottom: 41px;
  }
  .navbar .navbar-brand {
    background: transparent !important;
    border-radius: 0 0 80px 0;
    box-shadow: 0 0 -8px 10px transparent !important;
    padding: 0px 15px;
  }
  .navbar {
    background: rgba(0,0,0,0.2) !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 0;
    margin-top: 20px;
  }
  .navbar .navbar-brand img {
    height: 45px;
  }
    .navbar-collapse {
      background: #2b2a29;
      position: fixed;
      height: 30%;
      top: 110px;
      width: 40%;
      right: 0;
    }
    .scroll-down{
      display: none;
    }
    .as_aboutimg-1::after {
    position: absolute;

    content: '';

    top: 107px;

    right: 84px;

    background-color: #e88285;

    width: 420px;

    height: 330px;

    z-index: -1;

  }
  .as_aboutimg::after{
    position: absolute;
    content: '';
    top: 107px;
    right: 84px;
    background-color: #e88285;
    width: 420px;
    height: 330px;
    z-index: -1;
  } 
  .navbar-collapse {
    background: #2b2a29;
    position: fixed;
    height: 300px;
    top: 80px;
    width: 50%;
    
  }
  .px-2 {
  padding-right: .5rem !important;
  padding-left: .5rem !important;
}
.contact-ditails-p a {
  font-size: 20px;
  display: inline-block;
  color: #000 !important;
  font-weight: 550 !important;
  text-decoration: none !important;
  padding: 15px 0px !important;
}
.section-heading{
  padding: 30px 0px 10px;
  }
   .mobile-screen-footer {
    display: block;
  }
  
element {
  background: url(images/contact-title.jpg);

    background-size: auto;

}
.page-title {
  position: relative;

  z-index: 1;

  padding: 70px 0px 50px;

  background-size: cover !important;

}
.page-title h1 {
  font-size: 35px;
  line-height: 50px;
  color: #ffffff;
  display: inline-block;
  font-family: 'Poppins-Bold';
  letter-spacing: 2px;
  text-transform: uppercase;
}
}



	
.ph2{
	padding-left:39px !important
}


