body {
  font-family: "Poppins", sans-serif;
 

}

  .fa-facebook-official {
    color:#3b5998;
  }
  .fa-youtube-play{
 color: red;
 }
.fa.fa-instagram {
  color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
}
.fa-whatsapp  {
  color:#fff;
  background:
   linear-gradient(#25d366,#25d366) 14% 84%/16% 16% no-repeat,
   radial-gradient(#25d366 60%,transparent 0);
}

@media only screen and (max-width: 767px){
body {
    padding-right: 0px !important;
     padding-left: 0px !important; 
}


}
.sub-header {
  background-color:  #e6e7e8;
  height: 45px;
  line-height: 46px;
  color: #bb1111;
  padding:0px;
}
.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
}


.heading_container h2::before {
  content: "";
  width: 100%;
  height: 7px;
  background-color: #fc0909;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 0;

}
.header_section {
  padding: 0;
}

.header_section .container-fluid {
  padding-right: 5px;
  padding-left: 5px;
}

.header_section .nav_container {
  margin: 0 auto;
}


#navbarSupportedContent {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding:0px 0%;
}



.custom_nav-container.navbar-expand-lg {
  z-index: 99999;
  padding: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding: 0;
  padding: 30px 15px 10px 15px;
  color: #2c2b2b;
  text-align: center;
  text-transform: uppercase;
}

/*.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link, .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
  background-color: #171616;
  color: #ffffff;

}*/

.custom_nav-container.navbar-expand-lg .form-inline input {
  background-color: #031652;
  border: none;
  outline: none;
  width: 250px;
  height: 40px;
  border-radius: 5px;
  padding-left: 15px;
  color: #f9f9f8;
}

.custom_nav-container.navbar-expand-lg .form-inline input::-webkit-input-placeholder {
  color: rgba(249, 249, 248, 0.6);
}

.custom_nav-container.navbar-expand-lg .form-inline input:-ms-input-placeholder {
  color: rgba(249, 249, 248, 0.6);
}

.custom_nav-container.navbar-expand-lg .form-inline input::-ms-input-placeholder {
  color: rgba(249, 249, 248, 0.6);
}

.custom_nav-container.navbar-expand-lg .form-inline input::placeholder {
  color: rgba(249, 249, 248, 0.6);
}

.custom_nav-container.navbar-expand-lg .form-inline button {
  margin-left: -50px;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: right;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-brand img {
  width: 100px;
}

.navbar-brand span {
  font-weight: bold;
  color: #2c2b2b;
  font-size: 20px;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

/*end header section*/

.box {
  width: 100%;
}
.box-gray  {
  background: #EFEFEF;
  padding: 5px 20px 10px;

}

.box-gray-heading  {
   color:#AF3600;
font-size: 20px;
}

.box-gray p{
    font-size: 15px;
    padding-top:25px;
  font-weight: 500;
  color:#1B1B1B
}

.box-gray h1, h2, h3 {
     
    padding:10px; margin:10px;
   
}
 
.box-bottom {
  border: 2px solid #ff5e3a;
  display: inline-block;
  width:100%;
    color: #fff;
  font-style: normal;
  letter-spacing: 1px;
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  margin-top: 10px;
  background: #ff5e3a;
  box-shadow: 0px 3px 2px 0px rgba(8, 8, 8, 0.35);
  border-radius: 3px;
  padding: 20px 0;
  text-align: center;
}

.box-bottom a {
  color: #fff;
  font-weight: 700;
}

.box-bottom a:hover {
  color: #fff;
  font-weight: 700;
}

.box-bottom:hover  {
  background-color:#413B3B;
  color: #fff!important;
  text-decoration: none;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

.about_section .heading_container h2 span {
  color: #031652;
}

.about_section .heading_container h2::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*.about_section .img_container {
  margin-right: -45px;
}*/

.about_section .img_container .img-box img {
  width: 100%;
}

.about_section .img_container .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}

.about_section .img_container .btn-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #fc0909;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  text-transform: uppercase;
}

.about_section .img_container .btn-box a:hover {
  background-color: transparent;
  border-color: #fc0909;
  color: #fc0909;
}

.about_section .detail-box {
  background-color: #ffffff;
  padding: 25px;
}

.product_section .product_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
              justify-content: center;
  padding-top: 40px;
}

.product_section .product_container .box {
  width: 265px;
  margin: 10px;
}

.product_section .product_container .box img {
  width: 100%;
}
.layout_padding {
  padding: 75px 0;
}
.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.product_section .btn-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #fc0909;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  text-transform: uppercase;
}

.product_section .btn-box a:hover {
  background-color: transparent;
  border-color: #fc0909;
  color: #fc0909;
}







/* end contact section */
.info_section {
  background-color: #000000;
  color: #ffffff;
  padding: 10px 0 2px 0;

}

.info_section h5  {
  margin: 17px 0;
  font-size: 20px;
}
.info_section p{
  font-size: 15px;
}

.info_section .info_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.info_info li a{
  font-size: 13px;
}

.info_section .info_logo .navbar-brand img {
  width: 250px !important;
  height: 100px;
}

.info_section .info_logo .navbar-brand span {
  font-size: 24px;
  color: #ffffff;
}

.info_section .info_links ul {
  padding: 0;
}

.info_section .info_links ul li {
  list-style-type: none;
}

.info_section .info_links ul li a {
  color: #ffffff;
  font-size: 13px;
}

.info_section .info_form form input {
  outline: none;
  border: none;
  width: 50%;
  padding: 7px 10px;
  border-radius: 30px;
}

.info_section .info_form form button {
  padding: 8px 35px;
  outline: none;
  border: none;
  color: #ffffff;
  background: #f73131;
  border-radius: 30px;
  /* margin-top: 15px; */
  text-transform: uppercase;
}

.socialmedia{
 display: none;
}

.info_section .info_form .social_box {
  margin-top: 35px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .info_form .social_box a {
  margin-right: 7px;
}
.info_form {
  font-size: 20px;
  display: block;
} 

/* footer section*/
.footer_section {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  background-color:#000000;
}

.footer_section p {
  color: rgba(254, 254, 255, 0.7);
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: rgba(254, 254, 255, 0.7);
}
.serviceheader{
  margin: 0px;
}
@media (max-width:600px){
  .socialmedia{
    display: block;
    margin-left: 35%;
    padding: 30px 0px;
    font-size: 15px;
  } 
  .info_form {
    display: none;
  }  

.serviceheader{
  margin-left: 35px;
}
}
/* end footer section*/
/*# sourceMappingURL=style.css.map */
@media (max-width: 767px)
body {
    padding-right: 0px;
    padding-left: 0px;
}
.service_section {
  background-color:#e6e7e8;
  margin-bottom: 90px;
}

.service_section .heading_container {
  color:#000000 ;
}

/*.service_section .service_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service_section .service_container .box {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  margin: 8%;
  margin-bottom: 12%;
  background-color: #ffffff;
  padding: 15px;
  text-align: center;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}*/

.service_section .service_container .box .img-box img {
  width: 100%;
}

.service_section .service_container .box .detail-box {
  margin-top: 25px;
}

.service_section .service_container .box .detail-box h6 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.service_section .service_container .box .detail-box a {
  display: inline-block;
  padding: 5px 35px;
  background-color: #fc0909;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  margin-top: 10px;
}

.service_section .service_container .box .detail-box a:hover {
  background-color: transparent;
  border-color: #fc0909;
  color: #fc0909;
}

.service_section .service_container .box.b1 {
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}

.service_section .service_container .box.b2 {
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
}

.service_section .service_container .box.b3 {
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}

.product_section .product_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 40px;
}



@media (max-width: 767px){
.about_section .heading_container {
    margin-bottom: 0;
  }

  .about_section .row {
    flex-direction: column-reverse;
  }

  .service_section .service_container {
    flex-wrap: wrap;
  }

  .service_section .service_container .box.b1,
  .service_section .service_container .box.b2,
  .service_section .service_container .box.b3 {
    transform: none;
    margin-top: 45px;
    flex-basis: 100%;
  }

  .service_section {
    margin-bottom: 0;
    padding-bottom: 75px;
  }
  }
  /* contact section */
.contact_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_section .contact_form-container {
  margin-top: 45px;
}

.contact_section .contact_form-container input {
  border: none;
  outline: none;
  color: #000000;
  height: 45px;
  width: 100%;
  margin: 15px 0;
  padding-left: 15px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.contact_section .contact_form-container input::-webkit-input-placeholder {
  color: #000000;
  text-transform: uppercase;
}

.contact_section .contact_form-container input:-ms-input-placeholder {
  color: #000000;
  text-transform: uppercase;
}

.contact_section .contact_form-container input::-ms-input-placeholder {
  color: #000000;
  text-transform: uppercase;
}

.contact_section .contact_form-container input::placeholder {
  color: #000000;
  text-transform: uppercase;
}

.contact_section .contact_form-container input.message_input {
  height: 120px;
}

.contact_section .contact_form-container button {
  display: inline-block;
  padding: 10px 60px;
  background-color: #f73131;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  text-transform: uppercase;
  margin-top: 35px;
  font-weight: bold;
}

.contact_section .contact_form-container button:hover {
  background-color: transparent;
  border-color: #f73131;
  color: #f73131;
}

.contact_section .img-box img {
  width: 100%;
}

.page-title {
  background: url("../IMAGES/page-title.jpg") center center/cover no-repeat local;
  height: 260px;
  position: relative;
  width: 100%;
}

@media (max-width: 767px) {
  .page-title {
    height: 220px;
  }
}

.page-title:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.page-title .container {
  height: 100%;
  display: table;
}

.page-title .container > .row {
  vertical-align: middle;
  display: table-cell;
}

.page-title h2,
.page-title ol {
  color: #fff;
}

.page-title h2 {
  font-size: 48px;
  font-size: 3.2rem;
  font-weight: 800;
  margin: 1em 0 0.23em;
}

@media (max-width: 1199px) {
  .page-title h2 {
    font-size: 42px;
    font-size: 2.8rem;
  }
}

@media (max-width: 991px) {
  .page-title h2 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

@media (max-width: 767px) {
  .page-title h2 {
    font-size: 28px;
    font-size: 1.86667rem;
    font-weight: bold;
  }
}

.page-title .breadcrumb {
  background-color: transparent;
  padding: 0;
}

@media (max-width: 767px) {
  .page-title .breadcrumb {
    text-align: center;
  }
}

.page-title .breadcrumb li {
  font-size: 18px;
  font-size: 1.2rem;
  color: #bb1111;
  margin-right: 5px;
}

@media (max-width: 991px) {
  .page-title .breadcrumb li {
    font-size: 15px;
    font-size: 1rem;
  }
}

.page-title .breadcrumb li a {
  color: #fff;
}

.page-title .breadcrumb li a:hover {
  color: #fdc900;
}

.page-title .breadcrumb > li + li:before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #fff;
  margin-right: 5px;
}
.home-logo{
    width: 300px;
    height: 300px;
  }
.home-btn-width{
  width: 399px;
}
.mobile-view{
  display: none;
}
/*Desktop View*/
@media only screen and (min-width:600px){
  .home-logo{
    width: 400px;
    height: 400px;
  }
  .left-link{
    text-align: left;
  }
  .home-btn-width{
    width: 100%;
  }
  .h-450{
    height: 450px;
  }
}
 .cont-head{
    margin-left: -5px;
    margin-top: -60px !important;
    font-size: 15px;
    padding-right: 0px;
  }
  .cont-head h4{
    font-size: 13px; 
  }
#header {
    background: #fff;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 5px;
}

a{
  color:#ed1c24;
}
a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none;
}

#header .get-tuch {
    display: inline-block;
}
.top20 {
    margin-top: 20px;
}
#header .get-tuch i {
    display: inline-block;
    font-size: 34px;
    margin-right: 7px;
    vertical-align: text-bottom;
    margin-bottom: 5px;
}
#header .get-tuch > ul {
    display: inline-block;
}
ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
#header .get-tuch ul li h5, #header .get-tuch ul li a {
    padding: 0;
    margin: 0;
    color:#ed1c24;

}
#header .get-tech-line {
    display: inline-block;
    padding: 0 15px 0 25px;
    vertical-align: top;
}

.navbar{
  background-color: #ed1c24 ;
}
@media only screen and (max-width:600px){
iframe{
  width: 300px;
  height: 200px;
}

.get-tuch .fa-whatsapp{
  display: none !important;
}
.get-tuch .fa-instagram{
  display: none !important;
}
.get-tuch .fa-facebook-official{
  display: none !important;
}
.get-tuch .fa-youtube-play{
  display: none !important;
}
.block{
  display: none !important;
}
.get-tuch{
  font-size: 6px !important;
}
.get-tuch{
    display: none !important;
}

.info_form {
  float: left;
}
.carousel-item2 img{
    height: 200px;
  }

}

.servicecard{
  width: 25rem !important;
}

@media (max-width:600px){
  .servicecard{
    width: 20rem !important;
  }  
}

@media only screen and (min-width:600px){
  
  .side .row{
 margin-left:100px;
  }
  .btn1 button{
    margin-left: 40%;
    margin-bottom: 20px;
  }
  .carousel-item1 img{
    height: 550px;
  }
  .carousel-item2 img{
    height: 300px;
  }
}