@charset "utf-8";
/* CSS Document */

*, ::before, ::after{box-sizing:border-box;}
.stats{}
h3{font-size: 24px; font-family: "Raleway", sans-serif; color:#333; line-height:1.2; margin-bottom:0.5rem; font-weight:500;}
.row{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; margin-right:-15px; margin-left:-15px;}
.text-center{text-align: center !important;}
.col-lg-3{margin:2em; max-width:14.7em;}
.icon.default-bg{background-color:#09afdf;}
.feature-box h3{margin-top:0;}
.feature-box .icon{margin-bottom:10px;}
.icon.large{font-size:36px; width:100px; height:100px; line-height:97px;}
.icon.default-bg{color:#ffffff;}
.default-bg{background-color:#09afdf; color:#ffffff;}
.icon{display:inline-block; text-align:center; position:relative;}
.icon em{position:relative;z-index:1; line-height:2.5em; font-size:1.2em;}
.circle{border-radius:100% !important;}
.counter{display:block; font-size:32px; line-height:1;}
.fas{display:inline-block; font:normal normal normal 14px/1 Font Awesome 5 Free; font-size:inherit; text-rendering:auto; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;}
.fa, .fas{font-weight: 900; font-family: "Font Awesome 5 Free"; font-style:normal; font-variant:normal; text-rendering:auto; line-height:1;}
.fa-lg{font-size:1.33333333em;  line-height:0.75em;  vertical-align:-15%;}
/*.fa-diamond::before{content:"\f219";}*/
.fa-diamond::before{content:"\f19d";}
.fa-group::before, .fa-users::before{content:"\f0c0";}/**/
.fa-cloud-download-alt::before{content:"\f381";}/**/
.fa-download:before{content:"\f019";}/**/
.fa-mail-forward::before, .fa-share::before{content:"\f064";}/**/
.fa-user:before{content:"\f007";}/**/
.fa-gift:before{content:"\f06b";}/**/
.fa-calendar:before{content:"\f073";}/**/
.fa-comment:before{content: "\f075";}/**/
.fa-bell:before{content:"\f0f3";}/**/
.fa-certificate:before{content:"\f0a3";}/**/
.fa-globe:before{content:"\f0ac";}/**/
.fa-angle-up::before{content:"\f106";}/**/
.fa-hourglass-half::before{content:"\f252";}
.fa-coffee::before{content:"\f0f4";}/**/
.fa-heart-o::before{content:"\f08a";}/**/
.fa-book-reader::before{content:"\f5da";}
.fa-university::before{content:"\f19c";}
.fa-graduation-cap::before{content:"\f19d";}
.fa-search::before{content:"\f002";}/**/
.scrollToTop{color:#ffffff; position:fixed; bottom:5px; right:5px; width:50px; height:50px; text-align:center; cursor:pointer; background-color:rgba(0, 0, 0, 0.4); z-index:1005; -webkit-backface-visibility:hidden; -webkit-transform:translateZ(0); -webkit-transition:all 0.2s ease-in-out; -o-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out; opacity:0; filter:alpha(opacity=0);}
.scrollToTop.fadeToTop{ -webkit-animation-name:fadeToTop; animation-name:fadeToTop; -webkit-animation-duration:0.4s; animation-duration:0.4s; -webkit-animation-fill-mode:both; animation-fill-mode:both;}

@media screen and (min-width: 800px) and (max-width: 1170px) {
.col-lg-3 {max-width: 250px; margin: 30px auto;}
}
@media screen and (min-width: 410px) and (max-width: 799px) {
	.col-lg-3 {max-width: 200px; margin: 30px auto;}
}
@media screen and (max-width: 409px) {
.col-lg-3{margin:30px auto; padding:0px 10px; width:180px;}
.row{margin-right:0; margin-left:0}
}