/*
 Theme Name:     Hello Elementor Child
 Theme URI:      https://elementor.com/hello-theme/
 Description:    A child theme of Hello Elementor
 Author:         Your Name
 Author URI:     https://yourwebsite.com
 Template:       hello-elementor
 Version:        1.0.0
*/
	body{
	  width:100%;
	  overflow-x: hidden;
	}

	.main-containers {
		width: 1488px;
	}
	
/*Count css*/
  .count-box .circle-box {
      border: 2px solid #fff;
      border-radius: 50%;
      width: 200px;
      height: 200px;
      color: white;
      text-align: center;
      padding: 30px 10px;
      margin: 20px 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .count-box .circle-box i {
      font-size: 24px;
      margin-bottom: 10px;
    }

    .count-box .number {
      font-size: 24px;
      font-weight: bold;
    }

    .count-box .label {
      margin-top: 5px;
      font-size: 17px;
    }
	
