@charset "UTF-8";
/* CSS Document */

.roundbox {
  position: relative;
  height: 360px;
  width: 360px;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.roundbox:before {
  content: "";
  background: url(images/round.png) no-repeat scroll center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .roundbox:before {
    display: none;
  }
}

.roundbox::after {
  left: 0;
  top: 0;
  height: 150px;
  width: 150px;
  background: url("images/qq.png") no-repeat scroll center;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .roundbox::after {
    display: none;
  }
}

.roundbox-block {
  text-align: center;
  display: inline-block;
  position: absolute;
}

.roundbox-block:nth-child(1) {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.roundbox-block:nth-child(2) {
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -40%);
      -ms-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
}

.roundbox-block:nth-child(3) {
  left: auto;
  right: 0;
  top: 50%;
  -webkit-transform: translate(55%, -40%);
      -ms-transform: translate(55%, -40%);
          transform: translate(55%, -40%);
}

.roundbox-block:nth-child(4) {
  top: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.roundbox-block h5 {
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 20px;
}

.roundbox-box {
  height: 140px;
  width: 140px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 54px 0px rgba(39, 50, 114, 0.14);
          box-shadow: 0px 0px 54px 0px rgba(39, 50, 114, 0.14);
  border-radius: 100px;
  display: inline-block;
  background: #ffffff;
}

@media only screen and (max-width: 575px) {
  .roundbox-box {
    height: 125px;
    width: 125px;
  }
}

@media only screen and (max-width: 1400px) {
  .roundbox {
    height: 225px;
    width: 225px;
  }
  .roundbox-block h5 {
    font-size: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .roundbox {
    height: 225px;
    width: 225px;
  }
  .roundbox-block h5 {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .roundbox {
    height: auto;
    width: auto;
  }
  .roundbox-block {
    position: relative;
    -webkit-transform: translate(0) !important;
        -ms-transform: translate(0) !important;
            transform: translate(0) !important;
    left: inherit !important;
    top: inherit !important;
    margin-top: 30px;
  }
  .roundbox-block:not(:last-child) {
    margin-right: 30px;
  }
  .roundbox-block h5 {
    margin-top: 15px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .roundbox {
    height: auto;
    width: auto;
  }
  .roundbox-block {
    position: relative;
    -webkit-transform: translate(0) !important;
        -ms-transform: translate(0) !important;
            transform: translate(0) !important;
    left: inherit !important;
    top: inherit !important;
    margin-top: 20px;
    min-width: 120px;
  }
  .roundbox-block:not(:last-child) {
    margin-right: 30px;
  }
  .roundbox-block h5 {
    margin-top: 15px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .roundbox-block:not(:last-child) {
    margin-right: 15px;
  }
  .roundbox-icon {
    height: 65px;
    width: 65px;
    line-height: 65px;
    font-size: 26px;
  }
}

.testimonials-content-right-box {
  padding-left: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .testimonials-content-right-box {
    padding-left: 0px;
  }
}



=======================================*/
.fun-fact-style-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.fun-fact-style-one .single-fun-fact {
  padding: 0 15px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .fun-fact-style-one {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .fun-fact-style-one .single-fun-fact {
    width: 33.33%;
  }
}

@media only screen and (max-width: 575px) {
  .fun-fact-style-one {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .fun-fact-style-one .single-fun-fact {
    width: 100%;
  }
}

.fun-fact-style-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.fun-fact-style-two .single-fun-fact {
  padding: 0 15px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fun-fact-style-two {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fun-fact-style-two .single-fun-fact {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .fun-fact-style-two {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fun-fact-style-two .single-fun-fact {
    width: 50%;
  }
}

@media only screen and (max-width: 575px) {
  .fun-fact-style-two {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .fun-fact-style-two .single-fun-fact {
    width: 100%;
  }
}

.fun-fact--one .fun-fact__count {
  color: #2b7342;
}

.fun-fact--one .fun-fact__text {
  font-size: 15px;
  font-weight: 600;
  color: #2b7342;
}

.fun-fact--two {
  margin-top: 40px;
}

.fun-fact--two .fun-fact__count {
  line-height: 0.8;
  font-size:35px;
  color: #2b7342;
	font-weight: bold;
	    margin: 44px 0 0 11px;
  font-family: 'Rajdhani', sans-serif;
}

.countsmall{
  font-size:20px;
  color: #444;
	font-weight: bold;
	    margin:10px 0 20px;
  font-family: 'Rajdhani', sans-serif;
	
}

.pt20{
	padding: 30px 0 0 0;
}

.fun-fact--two .fun-fact__text {
  font-size: 15px;
  font-weight: 600;
	color: #565656;
    text-transform: uppercase;
	font-family: 'Rajdhani', sans-serif;
}

