
body {
    font-family: 'Poppins';font-size: 12px;
}

#main
{
  background-color: #fff !important;
}
.web_bg
{
  background-color: #0c0b09;
}

.page_img_head
{
  width: 100%;
}



.home_icon
{
	margin: 0px 3px 3px 3px;
}

.menu_tit
{
  font-size: 16px;
  letter-spacing: 1px;
}
.menu_tit a:hover
{
	border: 1px solid #00ad5f;
	border-radius: 6px;   
}
.about_name_tit
{
  color: #d73c23;
}

.about_tit
{
	/*font-size: 3rem;*/
	margin: 0px 0px 20px 0px;
	color: #555;   
}

.about_cont {
  font-size: 14px;
  font-weight: 300;
  color: #666;
  font-family: 'Poppins';
  font-size: 12px;
  letter-spacing: 1px;
}

.about_tit2
{
	font-size: 6rem;
    margin: 10px 0px 20px 0px;
    font-weight: bold;
   
}

.about_cont
{
	text-align: left;
	line-height: 25px;
	font-size: 15px;
	color: #222;
  line-height: 34px;
}

.about_img
{
	margin: 0px 50px 0 0;
}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #fff;
    margin: 3px 0;
    padding: 0;
}

.org_tit1
{
	font-size: 22px;
  	float: right;
  	margin: 3px 90px 0px 0px;
    color: #fff;
}

.org_address
{
	line-height: 33px;
  	font-size: 13px;
  	margin: 15px 0 0 0;
    color: #fff;
}

.org_address p {
  margin: -35px 0px 0px 75px;
}
.org_location
{
	width: 25px;
  	margin: 3px 5px 4px 7px;
}

.org_email1
{
	width: 25px;
  	margin: 2px 0px 10px 7px;
    color: #fff;
}
.org_email1 p {
  margin: -32px 0px 0px 67px;
  font-size: 14px;
}


.org_mobile1
{
	width: 25px;
  	margin: 3px 5px 4px 7px;
    color: #fff;
}
.org_mobile1 p {
  margin: -26px 0px 0px 67px;
  font-size: 14px;
}

.number_counting
{
  font-size: 4rem;
  margin: 20px 0 0 0;
}
.num_countg
{
font-size: 1.2rem;
}

.num_countb
{
  border: 1px solid #fff;
}

/*--------------------Feature---------------------------*/

	.feature-icon {
  width: 4rem;
  height: 4rem;
  border-radius: .75rem;
}

.icon-square {
  width: 3rem;
  height: 3rem;
  border-radius: .75rem;
}

.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
.text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
.text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.feature-icon-small {
  width: 3rem;
  height: 3rem;
}


/*--------------------Feature---------------------------*/

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: #FFF;
}


.footer01 {
  padding-top: 1.5rem !important;
  }


  .footer02
  {
  	padding-top: 3.5rem !important;
  }

  /*------------------------------------------------------------------------*/

    .product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}


/*
 * Extra utilities
 */

.flex-equal > * {
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    flex: 1;
  }
}



  /*------------------------------------------------------------------------*/

.module_cont
{
  font-size: 15px;
  text-align: left !important;
  letter-spacing: 1px;
}

.web_font_color {
  color: #fff !important;
  font-size: 0.8rem;
}

.web_font_color:hover {
  color: #00ad5f !important;
  font-size: 0.8rem;
}

.tit_head_color {
  color: #fff !important;
  font-size: 1.2rem;
}

.main_Head
{
  font-size: 3rem;
  font-weight: 700;
  text-align: left;
}
.contact_tit
{
  color: #444;
  font-weight: bold;
  font-size: 4rem;
}
.contact_sub_tit
{
  font-size: 1.6rem !important;
  color: #444 !important;
  font-weight: bold;
  margin: 0px 0px 25px 0;
}

.cont_tit1
{
  font-size: 1rem;
  color: #444;
  font-weight: bold;
  text-align: -moz-left;
}

.cont_address {
  line-height: 33px;
  font-size: 1rem;  
  color: #444;
  text-align: -webkit-left;
}

.cont_address1 {
  line-height: 33px;
  font-size: 1rem;  
  color: #444;
  text-align: -webkit-center;
}
.cont_line
{
  border: 1px solid #ccc;
  padding: 18px 2px 3px 12px;
}

.form-group {
  margin: 12px 1px 8px 26px;
  width: 90%;
}

.form-control 
{
  background-color: #fff;
}

.get_in_touch 
{
  margin: 0px 0px 0px 25px;
  color: #666;
  font-size: 25px;
  font-weight: bold;
}

.modules
{
  padding: 15px;
}

#owl-example .item {
  padding: 5px 0px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  border: 1px solid #707280;
}

.darkCyan {
  background: #42bdc2;
}
.forestGreen {
  background: #7fc242;
}
.orange {
  background: #ff8a3c;
}
.yellow {
  background: #ffd800;
}
.dodgerBlue {
  background: #388bd1;
}


#footer .footer-top1 {
  background: #0c0b09;
  border-top: 1px solid #37332a;
  border-bottom: 1px solid #28251f;
  padding: 60px 0 30px 0;
}

#footer {
  color: #fff;
  font-size: 14px;
}
.footer_info_h3_1 {
  margin: 16px 0 0 0;
  font-size: 2rem;
  color: #fff;
}
.copywrite
{
  background-color: #141314;
  padding: 16px 0px 3px 0px;
}

.home-newsletter {
  padding: 65px 0;
  background: #5C5D60;
}

.home-newsletter .single {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.home-newsletter .single h2 {
  font-size: 22px;
  color: #ccc;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 0;
}

.newsletter_cont {
  font-size: 15px;
  margin: 2px 0px 15px 0px;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.home-newsletter .single .btn {
  min-height: 50px;
  background: #333;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}




/*-------------------------------Responsive ---------------------*/
@media (max-width: 480px) 
{ 
  .main_Head
        {
          font-size: 2rem;
          font-weight: 700;
          text-align: left;
        }

        .org_tit1 
        {
          font-size: 22px;
          float: right;
          margin: 3px 30px 0px 0px;
        } 
}



@media (max-width: 768px) 
{ 
  .main_Head
        {
          font-size: 2rem;
          font-weight: 700;
          text-align: left;
        } 

        .org_tit1 
        {
          font-size: 22px;
          float: right;
          margin: 3px 30px 0px 0px;
        } 
}


.girdsys_multi
{

  width: 100%;
  border: 6px solid #ccc;
  border-radius: 10px;
}






@media (max-width: 1024px) { /* Laptops */ }
@media (max-width: 1200px) { /* Large screens */ }

/*------------------------------Responsive end -----------------*/




