@charset "utf-8";
/* CSS Document */


.dt-sc-counter-wrapper { display: block; float: left; width: 100%; }
.dt-sc-counter-wrapper .dt-sc-counter-inner .dt-sc-counter-title { font-size: 22px; margin: 0; }
.dt-sc-counter-wrapper .dt-sc-counter-inner .dt-sc-counter-title + .dt-sc-counter-subtitle { margin: 5px 0 0; }
.dt-sc-counter-wrapper .dt-sc-counter-inner .dt-sc-counter-subtitle { font-weight: normal; }


/* Type 1 */
.dt-sc-counter-wrapper.type1 { text-align: center; }
.dt-sc-counter-wrapper.type1 .dt-sc-counter-inner .dt-sc-counter-icon-wrapper { font-size: 42px; opacity: 0.25; position: absolute; left: 0; top: -5px; width: 100%; }
.dt-sc-counter-wrapper.type1 .dt-sc-counter-inner .dt-sc-counter-icon-wrapper img { max-width: 42px; }

.dt-sc-counter-wrapper.type1 .dt-sc-counter-inner .dt-sc-counter-icon-wrapper,
.dt-sc-counter-wrapper.type1 .dt-sc-counter-inner .dt-sc-counter-number { margin: 0 auto 20px; padding: 30px 0 45px; }

.dt-sc-counter-wrapper.type1 .dt-sc-counter-inner .dt-sc-counter-number { font-size: 34px; position: relative; }
.dt-sc-counter-wrapper.type1 .dt-sc-counter-inner .dt-sc-counter-number:after { background-image: url(../images/decor-leaves-bgimage.png); background-repeat: no-repeat; background-position: center bottom; background-size: contain; content: ""; height: 96px; position: absolute; bottom: 0; left: 0; right: 0; width: auto; }


/* Type2 */
.dt-sc-counter-wrapper.type2 .dt-sc-counter-inner { border-color: rgba(0,0,0,0.15); border-style: solid; border-width: 0 0 2px; margin: 0 0 30px; padding: 0 0 30px; -webkit-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; 
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;		
}

.elementor-widget-dt-counter:last-child .dt-sc-counter-wrapper.type2 .dt-sc-counter-inner { border-width: 0; margin-bottom: 0; padding-bottom: 0; }

.dt-sc-counter-wrapper.type2:hover .dt-sc-counter-inner { margin-left: -30px; }

.dt-sc-counter-wrapper.type2 .dt-sc-counter-inner .dt-sc-counter-number { font-size: 42px; margin-left: auto;  
    -webkit-box-ordinal-group: 4;
               -ms-flex-order: 3;
                        order: 3;
}

.dt-sc-counter-wrapper.type2 .dt-sc-counter-inner .dt-sc-counter-icon-wrapper { height: 90px; line-height: 90px; margin: 0 30px 0 0; position: relative; text-align: center; width: 90px; -webkit-border-radius: 50%; border-radius: 50%; }
.dt-sc-counter-wrapper.type2 .dt-sc-counter-inner .dt-sc-counter-icon-wrapper > * { color: #fff; display: block; font-size: 30px; line-height: inherit; }
.dt-sc-counter-wrapper.type2 .dt-sc-counter-inner .dt-sc-counter-icon-wrapper > img { margin: auto; max-width: 45px; position: absolute; bottom: 0; left: 0; right: 0; top: 0; }


/*--------------------------------------------------------------
    DT Responsive
--------------------------------------------------------------*/

    /*----*****---- << Mobile (Landscape) >> ----*****----*/	
	
	/* Common Styles for the devices below 767px width */
	@media only screen and (max-width: 767px) {

        .dt-sc-counter-wrapper.type2 .dt-sc-counter-inner { 

			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
            flex-direction: column;		
                        
        }

        .dt-sc-counter-wrapper.type2:hover .dt-sc-counter-inner { margin-left: 0; }
        .dt-sc-counter-wrapper.type2 .dt-sc-counter-inner .dt-sc-counter-icon-wrapper { margin: 0 0 30px; }
        .dt-sc-counter-wrapper.type2 .dt-sc-counter-inner .dt-sc-counter-content-wrapper { text-align: center; }
        .dt-sc-counter-wrapper.type2 .dt-sc-counter-inner .dt-sc-counter-number { margin: 20px auto 0; }

    }