@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.6em;
    color:#ffffff;

}
a { color: #ffffff;  text-decoration: none; }
a:hover { color: #ffffff;   }


.container {
    width: 1170px;
    margin: 0 auto;
}
.main-container {
  background: url(../images/bg-img.jpg) no-repeat center;
  background-size: cover;
   
}

.counter-block { padding:0 0 20px 0;    }
.counter-content { width: 620px; margin: 0 auto; text-align: center;  }
.counter-content .logo{margin-bottom: 130px;}
.counter-content .logo img{width: 260px;}
.counter-content h1 { font-size: 72px; font-weight: 700; margin: 0 0 50px 0; color: #ff8300;  }
.counter-content p {font-size: 40px; color: #ffffff; line-height: 25px; margin-bottom: 60px; padding: 0 35px 0; font-weight:600;}

/* Notify Section */
.notify-container {display: flex; overflow: hidden; margin-bottom: 50px;justify-content: center;}
.notify-container input[type="email"] {padding: 15px; border: none; width: 43%; outline: none; font-size: 15px; font-weight: 600; color: #ddd; background: rgb(255 255 255 / 10%);}
.notify-container button {background-color: #ff8300; color: white; border: none; padding: 18px 10px; font-size: 16px; cursor: pointer; align-items: center; width: 26%; font-weight: 600;}
.notify-container .bell-icon {font-size: 16px;margin-right: 10px;}
.notify-container input:focus { box-shadow:0 0 2px #ccc;  }
.notify-container .error{border: 1px solid red !important;}
.notify-container .error-text { font-size: 14px; color:#f00; font-weight: 700; text-align: left; }
.notify-container .success { font-size: 14px; color:green; font-weight: 700;  text-align: left; }

/* Counter View */
.counter-view span {position: relative; font-size: 40px; font-weight: 800; width:70px; height: 70px; line-height: 70px;  color:#fff !important; margin-right: 60px; display: inline-block;}
.counter-view span:last-child{margin-right: 0;}
.counter-view-txt { margin-bottom: 45px; }
.counter-view-txt span { font-size: 14px;  font-weight: 600; width: 70px; height: 30px; line-height: 30px; margin-right: 60px; text-transform: capitalize; display: inline-block;}
.counter-view-txt span:last-child{margin-right: 0;}
.counter-view span::after {
    background: url(../images/dev-dot.png) no-repeat;
    width: 5px;
    height: 25px;
    display: block;
    content: "";
    position: absolute;
    right: -35px;
    top: 22px;
    background-size: cover;
}
.counter-view span:last-child::after{background: none;}

/*Subscribe*/
.subscribe-sec { margin-bottom: 30px;  }
.subscribe-sec span{font-size: 16px; font-weight: 600;}
.subscribe-sec .toll-free{text-decoration:none; color:#fff;font-weight: bold; display: block; line-height: 40px; font-size: 35px; margin-bottom: 10px;}
.subscribe-sec .mail-id { text-decoration:none; color:#c6c6c6;font-weight: bold; font-size: 14px;}

/*Stay Connected*/
.stay-connect {color: #c6c6c6; text-align: center; font-size: 12px;font-weight: 600;}



  
   @media screen and (max-width:1100px) {    
	.container {
	width: 100%;
	margin: 0 auto;
	} 
  }
  
   @media screen and (max-width:767px) {    
  .counter-block {padding: 20px 0 20px 0;}

  .counter-content .logo{margin-bottom: 80px;}
	.counter-content {width:100%;}
  .counter-content h1{font-size: 43px;margin-bottom: 25px;}
  .counter-content p{padding: 0 30px 0;}

  .counter-view span::after {top: 13px; right: -20px;}

  .notify-container{padding: 0 10px;margin-bottom: 25px;}
  .notify-container input[type="email"]{width: 60%;}
  .notify-container button{width: 40%; font-size: 14px;}
  .notify-container .bell-icon {font-size: 16px; margin-right: 5px;}

  .subscribe-sec .toll-free{font-size: 32px;}

	 .navbar { padding:5px 10px; }
	.counter-view span { font-size: 24px; display: inline-block; color: #333; font-weight: 800; width:50px; height: 50px; line-height: 50px;  border-radius: 50%; margin-right:30px;  }
.counter-view-txt { margin-bottom: 25px; }
.counter-view-txt span { font-size: 14px;   display: inline-block; font-weight: 600;   width: 50px; height: 30px; line-height: 30px;  margin-right:30px;  }


  }

  @media screen and (max-width:666px) {   
    .main-container { 
      height: 750px;
    }
  }
