@charset "utf-8";
/* CSS Document */

.dt-sc-counter-wrapper.type1 .dt-sc-couter-icon-holder *, .dt-sc-counter-wrapper.type1 .dt-sc-counter-inner .dt-sc-counter-title:before,
.dt-sc-counter-wrapper.type1 .dt-sc-counter-inner .dt-sc-counter-title:after, .dt-sc-counter-wrapper.type2 .dt-sc-counter-inner .dt-sc-counter-icon-wrapper,
.dt-sc-counter-wrapper.type2 .dt-sc-counter-inner .dt-sc-counter-icon-wrapper > *, .dt-sc-counter-wrapper.type2 .dt-sc-counter-inner .dt-sc-counter-icon-wrapper > *:before,
.dt-sc-counter-wrapper.type2 .dt-sc-counter-inner .dt-sc-counter-icon-wrapper:after {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}


.dt-sc-counter-wrapper { display: block; float: left; width: 100%; }
.dt-sc-counter-wrapper .dt-sc-counter-inner .dt-sc-counter-title { font-size: 24px; 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-title { font-size: 24px; font-weight: 700; text-transform: capitalize; padding: 0 0 25px; margin-bottom: 0; position: relative;
letter-spacing: 0.5px; }

.dt-sc-counter-wrapper.type1 .dt-sc-counter-inner .dt-sc-counter-title:before, .dt-sc-counter-wrapper.type1 .dt-sc-counter-inner .dt-sc-counter-title:after { position: absolute; content: ""; display: block; left: 0; right: 0; margin: auto; bottom: 0; }

.dt-sc-counter-wrapper.type1 .dt-sc-counter-inner .dt-sc-counter-title:before { width: 50px; height: 3px; background-color: #4d4d4d; }

.dt-sc-counter-wrapper.type1 .dt-sc-counter-inner .dt-sc-counter-title:after { width: 0; height: 3px; }

.dt-sc-counter-wrapper.type1 .dt-sc-couter-icon-holder {
    margin: 0px;
    padding: 0 0 80px;
    position: relative;
    text-align: center;
    border: none;
}

.dt-sc-counter-wrapper.type1 .dt-sc-counter-inner .dt-sc-counter-icon-wrapper { width: 100%; clear: both; position: relative; margin-bottom: 0; padding-bottom: 0; line-height: 0; top: 0; }

.dt-sc-counter-wrapper.type1 .dt-sc-counter-inner .dt-sc-counter-icon-wrapper > * {
    font-size: 50px;
    display: inline-block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.dt-sc-counter-wrapper.type1 .dt-sc-counter-inner .dt-sc-counter-title + .dt-sc-counter-subtitle { margin: 15px 0 0; }

.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-number {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    margin: auto;
}

.dt-sc-counter-wrapper.type1:hover .dt-sc-counter-inner .dt-sc-counter-number { opacity: 0; }
.dt-sc-counter-wrapper.type1:hover .dt-sc-counter-inner .dt-sc-counter-icon-wrapper > * { opacity: 1; }
.dt-sc-counter-wrapper.type1:hover .dt-sc-counter-inner .dt-sc-counter-title:before { width: 0; }
.dt-sc-counter-wrapper.type1:hover .dt-sc-counter-inner .dt-sc-counter-title:after { width: 50px; }

/* 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; padding: 0 0 20px; -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 .dt-sc-counter-inner .dt-sc-counter-number { font-size: 34px; 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: 60px; line-height: 60px; margin: 0 20px 0 0; position: relative; text-align: center; width: 60px; -webkit-border-radius: 50%; border-radius: 50%; }
.dt-sc-counter-wrapper.type2 .dt-sc-counter-inner .dt-sc-counter-icon-wrapper > * { display: block; font-size: 36px; line-height: inherit; }

.dt-sc-counter-wrapper.type2 .dt-sc-counter-inner .dt-sc-counter-icon-wrapper > img { margin: auto; max-width: 36px; position: absolute; bottom: 0; left: 0; right: 0; top: 0; }
.dt-sc-counter-wrapper.type2:hover .dt-sc-counter-inner .dt-sc-counter-icon-wrapper > img { filter: brightness(10); -moz-filter: brightness(10); -webkit-filter: brightness(10);
-ms-filter: brightness(10); max-width: 36px; }

.dt-sc-counter-wrapper.type2 .dt-sc-counter-inner .dt-sc-counter-icon-wrapper > *:before { left: 0; right: 0; top: 0; bottom: 0; position: absolute; margin: auto; -moz-transform: scale(1);
-webkit-transform: scale(1); transform: scale(1); }

.dt-sc-counter-wrapper.type2:hover .dt-sc-counter-inner .dt-sc-counter-icon-wrapper > *:before { -moz-transform: scale(0.6); -webkit-transform: scale(0.6); transform: scale(0.6); color: #ffffff; }

.dt-sc-counter-wrapper.type2 .dt-sc-counter-inner .dt-sc-counter-icon-wrapper:after { border-radius: 50%; border-style: solid; border-width: 2px; content: ""; display: inline-block; float: none;
height: 100%; left: 0; margin: auto; opacity: 0; position: absolute; right: 0; width: 100%; top: 0; bottom: 0; }

.dt-sc-counter-wrapper.type2:hover .dt-sc-counter-inner .dt-sc-counter-icon-wrapper:after { opacity: 1; -webkit-transform: scale(1.2); transform: scale(1.2); }

/*--------------------------------------------------------------
    DT Default Color
--------------------------------------------------------------*/

.dt-sc-counter-wrapper .dt-sc-counter-inner .dt-sc-counter-title,
.dt-sc-counter-wrapper.type2 .dt-sc-counter-inner .dt-sc-counter-number { color: #151413; }
.dt-sc-counter-wrapper .dt-sc-counter-inner .dt-sc-counter-subtitle { color: #848484; }


/*--------------------------------------------------------------
    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 .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; }

    }