@charset "utf-8";
/* CSS Document */

	/*----*****---- << Columns >> ----*****----*/
	
	.column { margin:0px 0px 0px 2%; float:left; min-height:1px; position:relative; }
	.column.first { margin-left:0px; }	
	
	.dt-sc-full-width, .dt-sc-one-column { width:100%; }
	.column.dt-sc-full-width, .column.dt-sc-one-column { margin-left:0px; }
	
	.dt-sc-one-fourth { width:23.4%; }
	.dt-sc-one-half { width:48.9%; }
	.dt-sc-one-third { width:31.9%; }
	.dt-sc-three-fourth { width:74.5%; }	
	.dt-sc-two-third { width:65.8%; }
	
	.dt-sc-one-fifth { width:18.3%; }
	.dt-sc-four-fifth { width:79.6%; }
	.dt-sc-three-fifth { width:59.2%; }
	.dt-sc-two-fifth { width:38.8%; }
	
	.dt-sc-one-sixth { width:15%; }
	.dt-sc-two-sixth { width:30%; }
	.dt-sc-three-sixth { width:45%; }
	.dt-sc-four-sixth { width:60%; }
	.dt-sc-five-sixth { width:75%; }		
	
	.column img { max-width:100%; height:auto; }
	
	.column.no-space { margin-left:0px; margin-right:0px; }
	.column.no-space.dt-sc-one-fourth { width:25%; } 	
	.column.no-space.dt-sc-one-third { width:33.33%; }	
	.column.no-space.dt-sc-one-half { width:50%; }
	.column.no-space.dt-sc-one-fifth { width:20%; }
	.column.no-space.dt-sc-one-sixth { width:16.66%; }
	
	.column.no-space.dt-sc-three-fourth { width:75%; }
	.column.no-space.dt-sc-two-third { width:66.6%; }		
	.column.no-space.dt-sc-four-fifth { width:80%; }
	.column.no-space.dt-sc-three-fifth { width:60%; }
	.column.no-space.dt-sc-two-fifth { width:40%; }		
	.column.no-space.dt-sc-two-sixth { width:33.2%; }
	.column.no-space.dt-sc-three-sixth { width:49.8%; }
	.column.no-space.dt-sc-four-sixth { width:66.4%; }
	.column.no-space.dt-sc-five-sixth { width:83%; }
	
	.dt-sc-hr-invisible-small, .dt-sc-hr-invisible-very-small, .dt-sc-hr-invisible, .dt-sc-hr-invisible-large { float:left; width:100%; clear:both; }
	.dt-sc-hr-invisible-small { margin:0px 0px 40px 0px; }
	.dt-sc-hr-invisible-very-small { margin:0px 0px 20px 0px; }
	.dt-sc-hr-invisible { margin:30px 0px; }
	.dt-sc-hr-invisible-large { margin: 50px 0;}
	
	.clear { float:none; clear:both; margin:0; padding:0; }
	
	.dt-sc-dropcap.dt-sc-dropcap-bordered-circle { width:38px; height:38px; line-height:36px; margin:5px 5px 0 0; padding:5px 10px; text-align:center; border-radius:5px 5px 5px 5px; behavior:url(PIE.htc); border:1px solid #000000; 
	background: #000000; color: #FFFFFF;}
	
	p:hover .dt-sc-dropcap.dt-sc-dropcap-bordered-circle { background: #ffffff; color: #000000;}


	/*----*****---- << Button >> ----*****----*/
	
	.dt-sc-button.small{padding:15px 22px;}
	.dt-sc-button.medium{padding:15px 25px;}
	.dt-sc-button.large{ padding:14px 48px;}

	.dt-sc-button { display: inline-block; font-size: 14px; font-weight: 600; line-height: normal; margin: 0; outline: medium none; position: relative; text-transform: capitalize; text-align: center;}
	
	/*----*****---- << Donutchart >> ----*****----*/

	.donut-section { float: left; margin-bottom: 40px; text-align: center; width: 100%;}	
	.dt-sc-donutchart-medium, .dt-sc-donutchart-small {display:inline-block;}
	.dt-sc-donutchart { margin-bottom:35px; font-weight:300;}
	.dt-sc-donutchart span { font-size: 30px; font-weight: 400; margin: 0; padding: 0;}	
	.dt-sc-donutchart.blue { color: #58b9da;}
	.dt-sc-donutchart.green { color: #6ab165;}
	.dt-sc-donutchart.yellow { color: #f4d30f;}
	.dt-sc-donutchart.orange { color: #fe6b35;}
	.dt-sc-donutchart.dark-blue { color: #34495e;}	
	.dt-sc-donutchart.gold { color: #f1c40f;}		
	.dt-sc-donutchart-title {font-weight:500; font-size:18px; text-transform:uppercase;}
	.dt-sc-donutchart-medium, .dt-sc-donutchart-small{ font-family: "Nothing You Could Do",cursive;}
	.dt-sc-donutchart-medium p, .dt-sc-donutchart-small p { color: #616161; font-family: 'Raleway', sans-serif; font-size: 14px;}
	
	/*----*****---- << Team >> ----*****----*/
	
	.dt-sc-team { background:#f6f6f6; text-align:center; position:relative; float:left; width:100%; overflow: hidden; }
	.dt-sc-team figure { margin-bottom: 17px; position: relative; overflow: hidden; }
	.dt-sc-team figure.dt-sc-entry-thumb { margin-bottom: 0; }
	
	.dt-sc-team img { float:left; position: relative; width: 100%; }
	.dt-sc-team:hover img { -webkit-transform: scale(0.45); -moz-transform: scale(0.45); -ms-transform: scale(0.45); transform: scale(0.45);}
	
	.dt-sc-team figcaption ul { float: right; }
	
	.dt-sc-team figcaption{ top:-50px; position:absolute; width:100%;}
	.dt-sc-team:hover figcaption { top:20px; display:block; }
	
	.dt-sc-team figure.dt-sc-entry-thumb figcaption h5 { text-align: center; }
	.dt-sc-team figure.dt-sc-entry-thumb figcaption h5.team-member-name { margin-top: 10px; }
	
	.dt-sc-team-cnt { position: absolute; bottom: -50px; width: 100%; }
	.dt-sc-team-cnt p { padding:0 15px; font-size:14px; font-weight:normal; color:#2e2e2e; }
	.dt-sc-team:hover .dt-sc-team-cnt { bottom:25px;}
	
	.dt-sc-team ul.dt-sc-social-icons { bottom:-60px; position:absolute; width:100%; float:left; left:0; right:0; z-index:1;}
	.dt-sc-team:hover ul.dt-sc-social-icons { bottom:-20px; float:left; }
	
	.dt-sc-social-icons li a.facebook { background: #3d599b;}
	.dt-sc-social-icons li a.twitter { background: #5cadff;}
	.dt-sc-social-icons li a.google { background: #fd4142;}
	.dt-sc-social-icons li a.tumblr { background: #35465c;}	
	.dt-sc-social-icons li:hover a { color:#ffffff; }	
	
	@media screen and (-webkit-min-device-pixel-ratio:0) { /* Safari only override */
	::i-block-chrome, .dt-sc-team ul.dt-sc-social-icons { bottom:-52px; }
	} 
	
	.dt-sc-team ul.dt-sc-social-icons li { float: left; display: inline-block; padding-bottom:0; }
	
	.dt-sc-team ul.dt-sc-social-icons li a { color: #ffffff; display: inline-block; font-size: 14px; line-height: normal; padding: 5px 0; width: 100%;}
	
	@media screen and (-webkit-min-device-pixel-ratio:0) { /* Safari only override */
	::i-block-chrome, .dt-sc-team ul.dt-sc-social-icons li a { width: 100%; }	
	} 
	.dt-sc-team ul.dt-sc-social-icons li a.last { border-right:none;}
	.dt-sc-team ul.dt-sc-social-icons li a:hover { background:#d9d9d9; display:inline-block;}
	
	.dt-sc-team ul.dt-sc-social-icons li a.facebook:hover{ color: #3d599b;}
	.dt-sc-team ul.dt-sc-social-icons li a.twitter:hover{ color: #5cadff;}
	.dt-sc-team ul.dt-sc-social-icons li a.google:hover{ color: #fd4142;}	
	
	.dt-sc-team h4 { margin: 0 0 5px 0; text-transform:uppercase; font-size:14px; font-weight:600; }
	.dt-sc-team figcaption span { text-transform:capitalize; font-size: 14px; margin:0; display: inline-block; line-height: 20px; font-weight:500; }
	
	.dt-sc-team .dt-sc-social-icons li a { padding:0 12px; }
	
	/*----*****---- << Footer >> ----*****----*/
	
	.dt-sc-social-icons li { float:left; display:inline-block; padding:0; }
	.dt-sc-social-icons { display:inline-block; }
	.dt-sc-social-icons li a { color: #ffffff; display: inline-block; float: left; font-size: 16px; padding: 30px 0; width: 100%;}
	.dt-sc-social-icons li:hover .rss.dt-sc-icon-nudge { color: #a9500e;}
	.dt-sc-social-icons li:hover .google.dt-sc-icon-nudge { color: #86291d;}
	.dt-sc-social-icons li:hover .twitter.dt-sc-icon-nudge { color: #0065d9;}
	.dt-sc-social-icons li:hover .facebook.dt-sc-icon-nudge { color: #1e2e4f;}
	
	.dt-sc-social-icons li .dt-sc-icon-nudge { font-size: 30px; position: relative;}
	.dt-sc-social-icons li .dt-sc-icon-nudge::after { display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 0; content: "";}
	.dt-sc-social-icons li:hover .dt-sc-icon-nudge::after { height: 8px;}
	
	/* facebook */
	.dt-sc-icon-nudge.facebook { background-color: #3b5998; background-position: 0 0;}
	.dt-sc-icon-nudge.facebook:hover { background-position: 0 -8px;}
	.dt-sc-icon-nudge.facebook::after { background-color: #1e2e4f;}
	
	/* twitter */
	.dt-sc-icon-nudge.twitter { background-color: #4099ff; background-position: -96px 0;}
	.dt-sc-icon-nudge.twitter:hover { background-position: -96px -8px;}
	.dt-sc-icon-nudge.twitter::after { background-color: #0065d9;}
	
	/* google plus */
	.dt-sc-icon-nudge.google { background-color: #d34836; background-position: -192px 0;}
	.dt-sc-icon-nudge.google:hover { background-position: -192px -8px;}
	.dt-sc-icon-nudge.google::after { background-color: #86291d;}
	
	/* rss */
	.dt-sc-icon-nudge.rss { background-color: #ee802f; background-position: -384px 0;}
	.dt-sc-icon-nudge.rss:hover { background-position: -384px -8px;}
	.dt-sc-icon-nudge.rss::after { background-color: #a9500e;}		
	
	/*----*****---- << Tooltip >> ----*****----*/
	
	#tiptip_holder { display:none; position:absolute; top:0; left:0; z-index:99999; }
	#tiptip_holder.tip_top { padding-bottom:5px; }
	#tiptip_holder.tip_bottom { padding-top:5px; }
	#tiptip_holder.tip_right { padding-left:5px; }
	#tiptip_holder.tip_left { padding-right:5px; }
	
	.tip_bottom #tiptip_content { box-shadow: inset 0px -1px 0px 0px #d9d9d9; -webkit-box-shadow:inset 0px -1px 0px 0px #d9d9d9; -moz-box-shadow:inset 0px -1px 0px 0px #d9d9d9; }
			
	#tiptip_content { padding:5px 10px; color:#ffffff; font-size:12px; background:#000; text-align:center; display: inline-block; line-height: normal; }
	#tiptip_arrow, #tiptip_arrow_inner { position:absolute; border-color:transparent; border-style:solid; border-width:6px; height:0; width:0;  }
	#tiptip_holder.tip_top #tiptip_arrow { border-top-color:#fff; border-top-color:#000000;  }
	#tiptip_holder.tip_bottom #tiptip_arrow { border-bottom-color:#fff; border-bottom-color:#000000; }
	#tiptip_holder.tip_right #tiptip_arrow { border-right-color:#fff; border-right-color:#000000; } 
	#tiptip_holder.tip_left #tiptip_arrow { border-left-color:#fff; border-left-color:#000000; }
	#tiptip_holder.tip_top #tiptip_arrow_inner { margin-top:-7px; margin-left:-6px; }
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { margin-top:-5px; margin-left:-6px; }
	#tiptip_holder.tip_right #tiptip_arrow_inner { margin-top:-6px; margin-left:-5px;  }
	#tiptip_holder.tip_left #tiptip_arrow_inner { margin-top:-6px; margin-left:-7px;}
	
	.dt-sc-tooltip-top, .dt-sc-tooltip-right, .dt-sc-tooltip-bottom, .dt-sc-tooltip-left { color: #212121; display: inline-block; text-align: center; }
	.dt-sc-boxed-tooltip.dt-sc-tooltip-top, .dt-sc-boxed-tooltip.dt-sc-tooltip-right, .dt-sc-boxed-tooltip.dt-sc-tooltip-bottom, .dt-sc-boxed-tooltip.dt-sc-tooltip-left { background-color:#f8f8f8; padding:10px 20px; margin-top:10px; }

	
	/*----*****---- << Services >> ----*****----*/
	
	.dt-sc-ico-content{ width:100%; float:left; text-align:center; padding:0; display:block; clear:both; margin:0; position:relative; }
	.dt-sc-ico-content h4 { font-weight:bold; }
	.dt-sc-ico-content.type1 .icon{ float:left; width:100%; margin-bottom:20px; position: relative; z-index:0;  }
	.dt-sc-ico-content.type1 h4{ margin-bottom:5px;}
	.dt-sc-ico-content:hover h4 a { -webkit-transition:all 300ms linear 0s; -moz-transition:all 300ms linear 0s; -o-transition:all 300ms linear 0s; -ms-transition:all 300ms linear 0s; transition:all 300ms linear 0s; }
	.dt-sc-ico-content.type1 .icon img, .dt-sc-ico-content.type1 .icon span { vertical-align:middle; transition: all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; -moz-transition:all 0.3s ease 0s; -o-transition:all 0.3s ease 0s; 
	-ms-transition:all 0.3s ease 0s; }
	.dt-sc-ico-content.type1:hover .icon img, .dt-sc-ico-content.type1:hover .icon span { -webkit-transform: rotateY(360deg); -moz-transform: rotateY(360deg); -ms-transform: rotateY(360deg); -o-transform: rotateY(360deg); transform: rotateY(360deg); }
	.dt-sc-ico-content.type1 .icon span{ font-size:50px; line-height:40px; position:relative; z-index:-1; }
	
	.dt-sc-ico-content.type2 .icon, .dt-sc-ico-content.type4 .icon { border-radius:50%; -webkit-transition:all 300ms linear 0s; -moz-transition:all 300ms linear 0s; -o-transition:all 300ms linear 0s; -ms-transition:all 300ms linear 0s; transition:all 300ms linear 0s; border:1px solid; }
	.dt-sc-ico-content.type2 .icon span, .dt-sc-ico-content.type4 .icon span { font-size:35px; line-height:98px; color:#000000; }
	.dt-sc-ico-content.type2:hover .icon span, .dt-sc-ico-content.type4:hover .icon span { color:#fff; }
	.dt-sc-ico-content.type2 .icon, .dt-sc-ico-content.type4 .icon { display:block; width:98px; height:98px; margin-bottom:10px; position:relative; display:inline-block; }
	.dt-sc-ico-content.type2 .icon img:first-child, .dt-sc-ico-content.type4 .icon img:first-child { opacity:0; }
	.dt-sc-ico-content.type2:hover .icon img:first-child, .dt-sc-ico-content.type4:hover .icon img:first-child, .dt-sc-ico-content.type8:hover .icon img:first-child { opacity:1; }
	.dt-sc-ico-content.type2:hover .icon img:last-child, .dt-sc-ico-content.type4:hover .icon img:last-child, .dt-sc-ico-content.type8:hover .icon img:last-child { visibility:hidden; }
	
	.dt-sc-ico-content.type3 .icon { width:70px; height:70px; float:left; border-radius:50%; background-color:#ffffff; text-align:center; position:relative; z-index:2; position:absolute; left:0; top:0; -webkit-transition:all 300ms linear 0s; -moz-transition:all 300ms linear 0s; -o-transition:all 300ms linear 0s; -ms-transition:all 300ms linear 0s; transition:all 300ms linear 0s; box-shadow:0px 0px 0px 3px #eceaea inset; -webkit-box-shadow:0px 0px 0px 3px #eceaea inset; -moz-box-shadow:0px 0px 0px 3px #eceaea inset; }
	.dt-sc-ico-content.type3:after { content:""; height:100%; position:absolute; top:0; left:35px; border-right:1px dashed #e2e2e2; z-index:1; }
	.dt-sc-ico-content.type3:last-child:after { border:none; }
	.presentation-bg .dt-sc-ico-content.type3 .icon { box-shadow:none; }
	.dt-sc-ico-content.type3:hover .icon { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); }
	.dt-sc-ico-content.type3 .icon span { line-height:70px; font-size:24px; color:#000000; }
	.dt-sc-ico-content.type3:hover .icon span { color:#ffffff; }
	.dt-sc-ico-content.type3 { text-align: left; padding-bottom:40px; padding-left:85px; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
	.dt-sc-ico-content.type3 h4 { margin-bottom:6px; font-size:16px; font-weight:normal; }
	
	.dt-sc-ico-content.type4 { border:1px solid #ededed; padding:20px 5px; margin-bottom:20px; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
	
	.icon-content-left, .icon-content-right { float:left; width:100%; margin-top:70px; }
	.dt-sc-ico-content.type5 { position:relative; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; background-color:#000000; margin-bottom:20px; padding:10px }
	.dark-skin .dt-sc-ico-content.type5 { background: #FFFFFF;}
	.icon-content-right .dt-sc-ico-content.type5 { padding:20px 5px 0px 50px; }
	.icon-content-left .dt-sc-ico-content.type5 { padding:20px 50px 0px 5px; }
	.icon-content-left .dt-sc-ico-content.type5 .icon { position:absolute; right:15px; top:20px; }
	.icon-content-right .dt-sc-ico-content.type5 .icon { position:absolute; left:20px; top:20px; }
	.dt-sc-ico-content.type5 h4 { margin-bottom:5px; color:#fbfbfb; font-size:16px; font-weight:normal; }
	.dt-sc-ico-content.type5 h4 a { color:#fbfbfb; }
	.dark-skin .dt-sc-ico-content.type5 h4 a{ color:#000000;}
	.dt-sc-ico-content.type5 p { color:#FFFFFF; }
	.dark-skin .dt-sc-ico-content.type5 p{ color: #000000;}
	.dt-sc-ico-content.type5 .icon span { font-size:16px; line-height:15px; color:#fbfbfb; }
	.icon-content-left .dt-sc-ico-content.type5:before { content:""; border-left:10px solid #2c3e50 ; position:absolute; border-top:10px solid rgba( 0, 0, 0, 0 ); border-bottom:10px solid rgba( 0, 0, 0, 0 ); top:20px; right:-9px; }
	.icon-content-right .dt-sc-ico-content.type5:before { content:""; border-right:10px solid #2c3e50 ; position:absolute; border-top:10px solid rgba( 0, 0, 0, 0 ); border-bottom:10px solid rgba( 0, 0, 0, 0 ); top:20px; left:-9px; }
	.icon-content-left .dt-sc-ico-content.type5 { text-align:right; }
	.icon-content-right .dt-sc-ico-content.type5 { text-align:left; }
	
	.dt-sc-ico-content.type6, .dt-sc-ico-content.type11 { text-align:left; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; padding-left: 90px; }
	.dt-sc-ico-content.type6 .icon, .dt-sc-ico-content.type11 .icon { position:absolute; left:0; top:0; text-align:center; width:70px; height:60px; }
	.dt-sc-ico-content.type6 .icon span { font-size:35px; line-height:60px; color:#000000; -webkit-transition:all 300ms linear 0s; -moz-transition:all 300ms linear 0s; -o-transition:all 300ms linear 0s; -ms-transition:all 300ms linear 0s; transition:all 300ms linear 0s; }
	.dt-sc-ico-content.type6 h4, .dt-sc-ico-content.type11 h4 { line-height:18px; }
	
	.dt-sc-ico-content.type7 { text-align:center; border:1px solid #eaeaea; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; background-color:#ffffff; padding:0px 0px 10px 0px; }
	.dt-sc-ico-content.type7 .icon { width:100px; height:90px; border:1px solid #eaeaea; display:inline-block; position:relative; -webkit-transition:all 300ms linear 0s; -moz-transition:all 300ms linear 0s; -o-transition:all 300ms linear 0s; -ms-transition:all 300ms linear 0s; transition:all 300ms linear 0s; background-color:#fbfbfb; margin:-45px 0px 15px 0px; }
	.dt-sc-ico-content.type7 .icon span { font-size:35px; line-height:90px; color:#000000; }
	.dt-sc-ico-content.type7:hover .icon { border:1px solid; }
	.dt-sc-ico-content.type7 h4 { border-bottom:1px dashed #d9d9d9; margin-bottom:10px; padding-bottom:13px; }
	.dt-sc-ico-content.type7 p { padding:0 15px; }
	
	.dt-sc-ico-content.type2 .icon img, .dt-sc-ico-content.type4 .icon img, .dt-sc-ico-content.type7 .icon img { position:absolute; top:0; bottom:0; margin:auto; left:0; right:0; }
	.dt-sc-ico-content.type8 h4 { font-size:18px; }
	.dt-sc-ico-content.type8 .icon { width:130px; height:130px; box-shadow:0px 0px 0px 2px #eaeaea inset; -webkit-box-shadow:0px 0px 0px 2px #eaeaea inset; -moz-box-shadow:0px 0px 0px 2px #eaeaea inset; display:inline-block; border-radius:50%; margin-bottom:25px; -webkit-transition:all 300ms linear 0s; -moz-transition:all 300ms linear 0s; -o-transition:all 300ms linear 0s; -ms-transition:all 300ms linear 0s; transition:all 300ms linear 0s; position:relative; background-color:#ffffff; }
	.dt-sc-ico-content.type8 .icon span { font-size:40px; color:#000000; line-height:130px; }
	.dt-sc-ico-content.type8:hover .icon span { color:#ffffff; }
	.dt-sc-ico-content.type8 .icon:before { content:""; border-top:1px dashed #d6d6d6; min-width:295px; position:absolute; left:100%; top:50%; }
	.dt-sc-ico-content.type8.last .icon:before { display:none; }
	
	.dt-sc-ico-content.type9 { text-align: left; margin-bottom: 50px; padding: 0; }
	.dt-sc-ico-content.type9 a { text-transform: capitalize;}
	
	.dt-sc-ico-content.type9::before, .dt-sc-ico-content.type9::after, .dt-sc-services .dt-sc-icon.type1::before, .dt-sc-services .dt-sc-icon.type1::after { border: 1px solid #dddddd; content: ""; position: absolute; height: 50px; width: 50px;}
	.dt-sc-ico-content.type9::before, .dt-sc-services .dt-sc-icon.type1::before { top:0; left:0; border-bottom-color: transparent; border-right-color: transparent;}
	.dt-sc-ico-content.type9::after, .dt-sc-services .dt-sc-icon.type1:after { right:0; bottom:0; border-top-color: transparent; border-left-color: transparent;}
		
	.dt-sc-ico-content.type9 .icon { float: left; position: absolute; right: 20px; text-align: right; top: 25%;}
	.dt-sc-ico-content.type9 .icon span { color: #aaaaaa; font-size: 150px; opacity: 0.2;}
	.dt-sc-ico-content.type9 h4 { margin-bottom: 30px; padding: 40px 0 0 40px; position:relative; z-index:0; }
	.dt-sc-ico-content.type9 h4 a span { float: left; font-size: 40px; line-height: 20px; margin-right: 20px;}
	.dt-sc-ico-content.type9 > p { padding: 0 0 40px 40px;}
	
	.dt-sc-ico-content.type9:hover .icon span { color: #000000; font-size: 130px; opacity: 0.2; top: 0;}
	.dt-sc-ico-content.type9:hover::before, .dt-sc-services .dt-sc-icon.type1:hover::before { border: 5px solid #000000; border-bottom-color: transparent; border-right-color: transparent;}
	.dt-sc-ico-content.type9:hover::after, .dt-sc-services .dt-sc-icon.type1:hover::after { border: 5px solid #000000; border-top-color: transparent; border-left-color: transparent;}
	.dt-sc-ico-content.type9:hover h4 a span { margin-right: 15px; transform: rotateY(360deg); -moz-transform: rotateY(360deg); -webkit-transform: rotateY(360deg); -o-transform: rotateY(360deg); -ms-transform: rotateY(360deg);}
	
	.dark-skin .dt-sc-icon.type1 > img:nth-child(1) { display: none;}
	.dt-sc-icon.type1 > img:nth-child(2) { display: none;}
	
	.dark-skin .dt-sc-icon.type1 > img:nth-child(2) { display: inline-block;}
	
	.read-more { font-size:13px; font-weight:normal; margin-bottom:7px; display:inline-block; position:relative; }
	
	/*----*****---- << Lists >> ----*****----*/
	
	ol, ol li { list-style:inherit; }
	
	ul.dt-sc-fancy-list { list-style-type:none; list-style-position:outside; }
	ul.dt-sc-fancy-list li { display:block; position:relative; padding-left:20px; }
	ul.dt-sc-fancy-list li ul { padding-left:0px; }
	
	ul.dt-sc-fancy-list li:before { font-family:FontAwesome; font-style:normal; color:#868686; font-weight:normal; text-decoration:inherit; font-size:14px; position:absolute; top:1px; left:0px; }
	
	ul.dt-sc-fancy-list.arrow li:before { content:"\f105";  }
	ul.dt-sc-fancy-list.rounded-arrow li:before { content:"\f0a9";  }
	ul.dt-sc-fancy-list.double-arrow li:before { content:"\f101";  }	
	ul.dt-sc-fancy-list.heart li:before { content:"\f004"; font-size:12px; }
	ul.dt-sc-fancy-list.trash li:before { content:"\f014";  }
	ul.dt-sc-fancy-list.star li:before { content:"\f005";  }
	ul.dt-sc-fancy-list.tick li:before { content:"\f00c";  }
	ul.dt-sc-fancy-list.rounded-tick li:before { content:"\f058";  }
	ul.dt-sc-fancy-list.cross li:before { content:"\f00d";  }
	ul.dt-sc-fancy-list.rounded-cross li:before { content:"\f057";  }
	ul.dt-sc-fancy-list.rounded-question li:before { content:"\f059";  }
	ul.dt-sc-fancy-list.rounded-info li:before { content:"\f05a";  }
	ul.dt-sc-fancy-list.delete li:before { content:"\f05e";  }
	ul.dt-sc-fancy-list.warning li:before { content:"\f071";  }
	ul.dt-sc-fancy-list.comment li:before { content:"\f075";  }
	ul.dt-sc-fancy-list.edit li:before { content:"\f044";  }
	ul.dt-sc-fancy-list.share li:before { content:"\f064";  }
	ul.dt-sc-fancy-list.plus li:before { content:"\f067";  }
	ul.dt-sc-fancy-list.rounded-plus li:before { content:"\f055";  }
	ul.dt-sc-fancy-list.minus li:before { content:"\f068";  }	
	ul.dt-sc-fancy-list.rounded-minus li:before { content:"\f056";  }	
	ul.dt-sc-fancy-list.asterisk li:before { content:"\f069";  }
	ul.dt-sc-fancy-list.cart li:before { content:"\f07a";  }
	ul.dt-sc-fancy-list.folder li:before { content:"\f07b";  }
	ul.dt-sc-fancy-list.folder-open li:before { content:"\f07c";  }
	ul.dt-sc-fancy-list.desktop li:before { content:"\f108";  }
	ul.dt-sc-fancy-list.tablet li:before { content:"\f10a";  }
	ul.dt-sc-fancy-list.mobile li:before { content:"\f10b";  }
	ul.dt-sc-fancy-list.reply li:before { content:"\f112";  }
	ul.dt-sc-fancy-list.quote li:before { content:"\f10d";  }
	ul.dt-sc-fancy-list.mail li:before { content:"\f0e0";  }
	ul.dt-sc-fancy-list.external-link li:before { content:"\f08e";  }	
	ul.dt-sc-fancy-list.adjust li:before { content:"\f042";  }
	ul.dt-sc-fancy-list.pencil li:before { content:"\f040";  }
	ul.dt-sc-fancy-list.print li:before { content:"\f02f";  }
	ul.dt-sc-fancy-list.tag li:before { content:"\f02b";  }	
	ul.dt-sc-fancy-list.thumbs-up li:before { content:"\f088";  }
	ul.dt-sc-fancy-list.thumbs-down li:before { content:"\f087";  }
	ul.dt-sc-fancy-list.time li:before { content:"\f017";  }
	ul.dt-sc-fancy-list.globe li:before { content:"\f0ac";  }	
	ul.dt-sc-fancy-list.pushpin li:before { content:"\f08d";  }
	ul.dt-sc-fancy-list.map-marker li:before { content:"\f041";  }
	ul.dt-sc-fancy-list.link li:before { content:"\f0c1";  }
	ul.dt-sc-fancy-list.paper-clip li:before { content:"\f0c6";  }	
	ul.dt-sc-fancy-list.download li:before { content:"\f019";  }
	ul.dt-sc-fancy-list.key li:before { content:"\f084";  }
	ul.dt-sc-fancy-list.search li:before { content:"\f002";  }
	ul.dt-sc-fancy-list.rss li:before { content:"\f09e";  }	
	ul.dt-sc-fancy-list.twitter li:before { content:"\f099";  }
	ul.dt-sc-fancy-list.facebook li:before { content:"\f09a";  }
	ul.dt-sc-fancy-list.linkedin li:before { content:"\f0e1";  }
	ul.dt-sc-fancy-list.google-plus li:before { content:"\f0d5";  }
	
	ul.dt-sc-fancy-list.check li:before { content:"\f046";  }
	ul.dt-sc-fancy-list.hand li:before { content:"\f0a4";  }
	ul.dt-sc-fancy-list.cog li:before { content:"\f013";  }
	ul.dt-sc-fancy-list.play li:before { content:"\f01d";  }
	
	ul.dt-sc-fancy-list.avocado li:before { color:#72723e; }	


	ul.dt-sc-fancy-list.black li:before { color:#262626; }
	ul.dt-sc-fancy-list.blue li:before { color:#478bca; }
	ul.dt-sc-fancy-list.blueiris li:before { color:#595ca1; }
	ul.dt-sc-fancy-list.blueturquoise li:before { color:#08bbb7;}
	ul.dt-sc-fancy-list.brown li:before { color:#8f5a28; }
	ul.dt-sc-fancy-list.burntsienna li:before { color:#d36b5e; }
	ul.dt-sc-fancy-list.chillipepper li:before { color:#b31f41; }
	ul.dt-sc-fancy-list.eggplant li:before { color:#614051; }
	ul.dt-sc-fancy-list.electricblue li:before { color:#536878; }
	ul.dt-sc-fancy-list.graasgreen li:before { color:#81c77f; }
	ul.dt-sc-fancy-list.gray li:before { color:#7d888e; }
	ul.dt-sc-fancy-list.green li:before { color:#00a988; }
	ul.dt-sc-fancy-list.orange li:before { color:#f67f45 }
	ul.dt-sc-fancy-list.palebrown li:before { color:#987654;}
	ul.dt-sc-fancy-list.pink li:before { color:#e472ae; }
	ul.dt-sc-fancy-list.radiantorchid li:before { color:#af71b0; }
	ul.dt-sc-fancy-list.red li:before { color:#ef3a43; }
	ul.dt-sc-fancy-list.skyblue li:before { color:#0facce; }
	ul.dt-sc-fancy-list.yellow li:before { color:#eec005; }
	ul.dt-sc-fancy-list.violet li:before { color:#9b59b6; }
	ul.dt-sc-fancy-list.emerald li:before { color:#1abc9c; }
	ul.dt-sc-fancy-list.wetasphalt li:before { color:#34495e; }
	
	ol { list-style-position: outside; list-style-type: decimal; padding-left: 20px; padding-top: 10px;}
	ol.decimal { list-style-type:decimal; }
	ol.decimal-leading-zero { list-style-type:decimal-leading-zero; }
	ol.lower-alpha { list-style-type:lower-alpha; }
	ol.lower-roman { list-style-type:lower-roman; }
	ol.upper-alpha { list-style-type:upper-alpha; }
	ol.upper-roman { list-style-type:upper-roman; }	
	
	ol.dt-sc-fancy-list.avocado li { color:#72723e; }	
	ol.dt-sc-fancy-list.black li { color:#262626; }
	ol.dt-sc-fancy-list.blue li { color:#478bca; }
	ol.dt-sc-fancy-list.blueiris li { color:#595ca1; }
	ol.dt-sc-fancy-list.blueturquoise li { color:#08bbb7;}
	ol.dt-sc-fancy-list.brown li { color:#8f5a28; }
	ol.dt-sc-fancy-list.burntsienna li { color:#d36b5e; }
	ol.dt-sc-fancy-list.chillipepper li { color:#b31f41; }
	ol.dt-sc-fancy-list.eggplant li { color:#614051; }
	ol.dt-sc-fancy-list.electricblue li { color:#536878; }
	ol.dt-sc-fancy-list.graasgreen li { color:#81c77f; }
	ol.dt-sc-fancy-list.gray li { color:#7d888e; }
	ol.dt-sc-fancy-list.green li { color:#00a988; }
	ol.dt-sc-fancy-list.orange li { color:#f67f45 }
	ol.dt-sc-fancy-list.palebrown li { color:#987654;}
	ol.dt-sc-fancy-list.pink li { color:#e472ae; }
	ol.dt-sc-fancy-list.radiantorchid li { color:#af71b0; }
	ol.dt-sc-fancy-list.red li { color:#ef3a43; }
	ol.dt-sc-fancy-list.skyblue li { color:#0facce; }
	ol.dt-sc-fancy-list.yellow li { color:#eec005; }
	ol.dt-sc-fancy-list.violet li { color:#9b59b6; }
	ol.dt-sc-fancy-list.emerald li { color:#1abc9c; }
	ol.dt-sc-fancy-list.wetasphalt li { color:#34495e; }
	
	/*----*****---- << Alert Boxes >> ----*****----*/
	
	.dt-sc-error-box, .dt-sc-warning-box, .dt-sc-success-box, .dt-sc-info-box { margin-bottom:20px; padding:15px; clear:both; position:relative; color:#000000; }
	.dt-sc-error-box span, .dt-sc-warning-box span, .dt-sc-success-box span, .dt-sc-info-box span { font-weight: bold; }

	.dt-sc-error-box:before, .dt-sc-warning-box:before, .dt-sc-success-box:before, .dt-sc-info-box:before { font-family:FontAwesome; font-style:normal; font-weight:normal; text-decoration:inherit; font-size:20px; position:absolute; color: #000; margin: 0px auto; right: 0; left: 0; opacity: 0.05; font-size: 80px; top: 0; bottom:0; line-height:normal; }		
	
	.dt-sc-error-box { background-color:#ffcccc; border:1px solid #ff9999; position:relative; }
	.dt-sc-error-box h4 , .dt-sc-error-box span { color:#d01313; }
	.dt-sc-error-box:before { content:"\f057";  }
	
	.dt-sc-warning-box { background-color:#fdebae; border:1px solid #e6c555; position:relative; }
	.dt-sc-warning-box h4 , .dt-sc-warning-box span  { color:#c79d13; }
	.dt-sc-warning-box:before { content:"\f06a"; }
	
	.dt-sc-success-box { background-color:#eafac0; border:1px solid #b1cf67; position:relative; }
	.dt-sc-success-box h4 , .dt-sc-success-box span  { color:#7ba411; }
	.dt-sc-success-box:before { content:"\f058"; }
	
	.dt-sc-info-box { background-color:#bfe4f9; border:1px solid #68a2cf; position:relative; }
	.dt-sc-info-box h4 , .dt-sc-info-box span  { color:#2081b9; }
	.dt-sc-info-box:before { content:"\f05a";}
	
	/*----*****---- << CallOut Boxes >> ----*****----*/
	
	.dt-sc-callout-box {  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
	
	.dt-sc-callout-box { width:100%; margin:0px; padding:1%; float:left; }
	.dt-sc-callout-box h4 { text-transform:uppercase; margin-bottom:8px; font-size:22px; font-weight:600; }
	.dt-sc-callout-box h5 { font-size:18px; font-weight:300; color:#868686; margin-bottom:20px; }
	.dt-sc-callout-box .dt-sc-button { float:right; backface-visibility: hidden; -webkit-backface-visibility: hidden; }
	.dt-sc-callout-box .dt-sc-button { border: 1px solid #000000; border-radius: 3px; margin: 10px 0 0;}
	.dt-sc-callout-box .dt-sc-button:hover { background: none repeat scroll 0 0 #000000; color: #ffffff;}
	.dt-sc-callout-box .icon { width:65px; height:65px; display:inline-block; margin:-5px 20px 0px 0px; text-align:center; line-height:65px; font-size:36px; border-radius:65px; }
	
	.dt-sc-callout-box.type1 { border:1px solid #dfdfdf; text-align:center; }
	.dt-sc-callout-box.type3 { background:#f6f6f6; border-left:5px solid; }
	.dt-sc-callout-box.type5 { background: #000; }
	
	.dt-sc-callout-box.type4 { text-align: center; border-top: 5px solid; }
	.dt-sc-callout-box.type4 .dt-sc-button { float:left; }
	
	.dt-sc-callout-box.type5 { border: 1px solid #000; }
	.dt-sc-callout-box.type5:hover { background: #fff; }
	.dt-sc-callout-box.type5:hover h5 , .dt-sc-callout-box.type5:hover h4 { color:#000; }
	
	.dt-sc-callout-box.type1 .dt-sc-button, .dt-sc-callout-box.type2 .dt-sc-button, .dt-sc-callout-box.type5 .dt-sc-button { float:none; }	
	.dt-sc-callout-box.type1, .dt-sc-callout-box.type2, .dt-sc-callout-box.type5 { text-align:center; }
	.dt-sc-callout-box.type2, .dt-sc-callout-box.type4 , .dt-sc-callout-box.with-icon.type5 , .dt-sc-callout-box.with-icon.type5:hover { background:#f6f6f6; }	
	
	.dt-sc-callout-box.with-icon { padding:25px 3% 25px 2%; width:100%; position:relative; }
	.dt-sc-callout-box.with-icon h4 { font-size:24px; font-weight:300; text-transform:none; }
	
	.dt-sc-callout-box.with-icon.type1 .icon { color:#000000; border:1px solid #000; margin-bottom: 10px; }
	.dt-sc-callout-box.with-icon.type1 .icon span { color: #000; line-height: 65px; }
	.dt-sc-callout-box.with-icon.type1:hover { background: #f6f6f6; }
	.dt-sc-callout-box.with-icon.type1:hover > .icon { background: #000; }
	
	.dt-sc-callout-box.with-icon.type2 { text-align: center; border-top: 5px solid; }
	.dt-sc-callout-box.with-icon.type2 .icon { float: left; margin: -5px 0px 0px 20px; }
	
	.dt-sc-callout-box.with-icon.type3 .icon { float:left; }
	.dt-sc-callout-box.with-icon.type3 h4 { margin-bottom: 15px;}	
	
	.dt-sc-callout-box.with-icon.type4 { border: none; }
	.dt-sc-callout-box.with-icon.type4 .icon , .dt-sc-callout-box.with-icon.type5 .icon { float: left; width: 109px; height: 109px; margin:0; color: #000; }
	.dt-sc-callout-box.with-icon.type4 .icon span , .dt-sc-callout-box.with-icon.type5 .icon span { line-height: 109px; font-size: 40px; }
	.dt-sc-callout-box.with-icon.type4 .dt-sc-button { float: right; margin-top: 35px; }
	.dt-sc-callout-box.with-icon.type4 .icon { color:#000; border:1px solid; margin-right: 20px; }	
	.dt-sc-callout-box.with-icon.type4 h4 , .dt-sc-callout-box.with-icon.type4 h5 { float:left; }
	.dt-sc-callout-box.with-icon.type4 h4 { margin-top: 25px; }
	
	.dt-sc-callout-box.with-icon.type5 { border: none; text-align: center; }
	.dt-sc-callout-box.with-icon.type5 .icon { float: none; border: 1px solid #000;}
	.dt-sc-callout-box.with-icon.type5 h4 , .dt-sc-callout-box.with-icon.type5 h5 { color: #000; }
	
	.dt-sc-callout-box.with-icon.type4:hover .icon { background:none; }
	.dt-sc-callout-box.with-icon.type2 .icon, .dt-sc-callout-box.with-icon.type3 .icon { background:#ffffff; }
	
	.dt-sc-callout-box.with-icon.type1 .icon, .dt-sc-callout-box.with-icon.type2 .icon { margin-right:0; }
	.dt-sc-callout-box.with-icon.type2:hover .icon , .dt-sc-callout-box.with-icon.type3:hover .icon , .dt-sc-callout-box.with-icon.type4:hover .icon , .dt-sc-callout-box.with-icon.type5:hover .icon { background: #000; }
	
	.dt-sc-callout-box.type5 h5, .dt-sc-callout-box.type5 h4, .dt-sc-callout-box.type2:hover .icon, .dt-sc-callout-box.type3:hover .icon, .dt-sc-callout-box.with-icon.type1:hover .icon span, 
	.dt-sc-callout-box.with-icon.type4:hover .icon,	.dt-sc-callout-box.with-icon.type5:hover .icon, .dt-sc-callout-box.type5 h5, .dt-sc-callout-box.type5 h4 { color:#ffffff; }
	
	.dt-sc-callout-box.type6 { text-align: center; }
	.dt-sc-callout-box h4 { margin-bottom: 20px; line-height: 40px; text-transform: unset;}
	.dt-sc-callout-box.type6 .dt-sc-button { float: none;}
	.dt-sc-callout-box.type6 .dt-sc-button:hover { background: #ffffff; border: 1px solid #000000; color: #000000;}
	
	.dt-sc-callout-box .icon span{ -webkit-transform: scale(1);transform:scale(1); }
	.dt-sc-callout-box:hover .icon span { -webkit-transform: scale(1.1);transform:scale(1.1); }
	
	.dt-sc-callout-box .icon {	display:inline-block }
	.dt-sc-button.filled.gray { color:#ffffff; background:#7d888e; border: none;}
	
	/*----*****---- << Testimonial Carousel >> ----*****----*/

	.dt-sc-testimonial { float: left; margin-top: 50px; width: 100%;}
	.dt-sc-testimonial blockquote { float: right; margin: 0; width: 100%; padding:0px; }	
	.dt-sc-testimonial blockquote::before { content: open-quote; display: inline; font-family: Georgia,"Times New Roman",Times,serif; font-size: 150px; font-weight: bold; left: 0; margin: 0; top: 10px;}
	.dt-sc-testimonial-carousel-wrapper { clear: both; display: block; float: left; margin: 10px 0 0; padding: 0; position: relative; width: 100%; }
	.dt-sc-testimonial-carousel li { display: block; float: left; margin: 0 1px; text-align:center; }
	.dt-sc-testimonial-carousel-wrapper blockquote { text-align:center;}
	
	.dt-sc-testimonial p {  margin:10px auto; font-weight:normal; font-size:16px; }
	.dt-sc-testimonial p cite { font-style:normal; color: #bababa; font-size:24px; padding: 10px; font-weight:600; display:inline-block; }
	.dt-sc-testimonial q { font-style: normal; }
	
	.dt-sc-testimonial q { color: #000000; display: inline-block; float: none; font-size: 24px; font-weight: 400; font-family: Georgia; line-height: 40px; margin: 0 auto 50px; width: 100%;}
	
	.dt-sc-testimonial-carousel-wrapper .author { display: inline-block; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -khtml-border-radius: 50%; margin-bottom:30px;  }
	.dt-sc-testimonial-carousel-wrapper .author img { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -khtml-border-radius: 50%; vertical-align: middle; }
	
	#pager { text-align:center; display:inline-block; width:100%; margin-top:10px; margin-bottom:15px; }
	#pager a { display:inline-block; text-align:center;}
	#pager a:before { color:#c0c0c0; content: ""; margin-top: 15px; margin-left:5px; margin-right:5px; font-family: FontAwesome;}
	#pager a.selected:before { content: ""; font-family: FontAwesome; color:#000000; }
	#pager > a span { display:none; }

	
	
	/*----*****---- << Toggle & Accordion >> ----*****----*/
	
	.dt-sc-toggle-frame-set { float:left; width:100%; margin:0px; padding:0px; }
	.dt-sc-toggle-frame h5.dt-sc-toggle-accordion, .dt-sc-toggle-frame h5.dt-sc-toggle { clear:both; margin:0px; background:#ffffff; width:100%; }
	.dt-sc-toggle-frame h5.dt-sc-toggle-accordion a, .dt-sc-toggle-frame h5.dt-sc-toggle a { font-size:14px; color:#181818; display:block; padding:0px 15px 0px 60px; }
	.dt-sc-toggle-frame h5.dt-sc-toggle-accordion.active a, .dt-sc-toggle-frame h5.dt-sc-toggle.active a { color:#181818; }	
	.dt-sc-toggle-frame h5.dt-sc-toggle:before, .dt-sc-toggle-frame h5.dt-sc-toggle-accordion:before { background-color:#ffffff; border-right:1px solid #dfdfdf; }
	
	.dt-sc-toggle-frame-set-container { margin:auto; width:80%; }
	
	.dt-sc-toggle-frame-set.type2 h5.dt-sc-toggle-accordion:before { background-color:#fff; border-right:1px solid #eaeaea;  color:#5f7488; width:60px; height:100%; line-height:60px; font-size:20px; }
	.dt-sc-toggle-frame-set.type2 h5.dt-sc-toggle-accordion { border:1px solid #eaeaea; background-color:#fff; line-height:60px; margin-bottom:1px; padding:0 0 0 75px; min-height:60px; line-height:20px; line-height:54px; }
	.dt-sc-toggle-frame-set.type2 h5.dt-sc-toggle-accordion a { vertical-align:middle; }
	.dt-sc-toggle-frame-set.type2 .dt-sc-toggle-content { line-height:24px; padding:15px 0 20px 0;}
	
	.dt-sc-toggle-frame-set.type3 h5.dt-sc-toggle-accordion:before { background-color:#fff; color:#5f7488; width:40px; height:40px; line-height:41px; font-size:20px; }
	.dt-sc-toggle-frame-set.type3 h5.dt-sc-toggle-accordion { border-bottom:4px solid #eaeaea; background-color:#fff; padding:0 0 5px 42px; line-height:40px; }
	.dt-sc-toggle-frame-set.type3 .dt-sc-toggle-content { line-height:24px;}
	
	h5.dt-sc-toggle, h5.dt-sc-toggle-accordion { clear: both; color: #181818; font-size: 16px; font-weight: 400; margin-bottom:10px; padding: 15px 1px 16px 75px; position: relative; transition: all 300ms linear 0s; background-color:#f8f8f8; border-radius:2px; -webkit-transition:all 300ms linear; -moz-transition:all 300ms linear; -o-transition:all 300ms linear; -ms-transition:all 300ms linear; transition:all 300ms linear; cursor:pointer; }
	h5.dt-sc-toggle:before, h5.dt-sc-toggle-accordion:before { color: #fff; content: "\f067"; font-family: fontawesome; line-height:50px;  height: 100%; left: 0; position: absolute; text-align: center; top: 0; width: 50px; border-radius:2px 0px 0px 2px; background-color:#5f7488; cursor:pointer; }
	h5.dt-sc-toggle.active:before, h5.dt-sc-toggle-accordion.active:before { font-family: fontawesome; line-height:50px; content: "\f068"; color:#fff; }
	
	.dt-sc-toggle-frame h5.dt-sc-toggle:before, .dt-sc-toggle-frame h5.dt-sc-toggle-accordion:before { height:100%; }
	
	.dt-sc-toggle-frame h5.dt-sc-toggle a, .dt-sc-toggle-frame h5.dt-sc-toggle-accordion a { padding:12px 15px 11px 20px; border-left:40px solid; line-height:normal; }	
	.dt-sc-toggle-frame h5.dt-sc-toggle, .dt-sc-toggle-frame h5.dt-sc-toggle-accordion { padding:0px; }
	
	.dt-sc-toggle-content { clear:both; padding:10px 0px 30px; line-height:20px; display:none; }
	
	.dt-sc-toggle-frame { margin-bottom:10px; }
	.dt-sc-toggle-frame .dt-sc-toggle-content { background:#ffffff; position:relative; margin:0px; width:100%; padding:0px; }
	.dt-sc-toggle-frame .dt-sc-toggle-content .block { padding:10px 10px 25px 20px; margin:0px 0px 0px 40px; border-left:1px solid #dfdfdf; }
	h5.dt-sc-toggle.active, h5.dt-sc-toggle-accordion.active { border-bottom:0px; }
		
	.faq h5.dt-sc-toggle-accordion { padding:0px 0px 0px 42px; margin-bottom:13px; line-height:35px; }	
	.faq h5.dt-sc-toggle-accordion:before { content:'?'; background:#181818; width:27px; height:27px; text-align:center; line-height:27px; color:#ffffff; border:3px solid #d9d9d9; border-radius:27px; }
	.faq h5.dt-sc-toggle-accordion.active:before { content:'?'; }
	.faq .dt-sc-toggle-content { padding:0px 0px 10px; margin-left:42px; }
	
	.ie9 .column .dt-sc-toggle-frame:last-child h5.dt-sc-toggle:before, .ie9 .column .dt-sc-toggle-frame:last-child h5.dt-sc-toggle-accordion:before { height:40px; }
	
	/*----*****---- << Horizontal Tabs >> ----*****----*/
	
	.dt-sc-tabs-container { float:left; width:100%; margin:0px 0px 20px; padding:0px; clear:both; }
	ul.dt-sc-tabs-frame, .woocommerce-tabs ul.tabs { float:left; margin:0px; padding:0px; width:100%; }
	ul.dt-sc-tabs-frame li, .woocommerce-tabs ul.tabs li { float:left; display:inline; margin:0px; padding:0px; }
	ul.dt-sc-tabs-frame li a, .woocommerce-tabs ul.tabs li a { border:1px solid #d9d9d9; border-width:1px 1px 0px 0px; border-style:solid; border-color:#eaeaea; float:left; margin:0px; padding:0px 25px; background:#ffffff; text-align:center; font-weight:400; color:#2c3e50; line-height:60px; font-size:16px;}
	ul.dt-sc-tabs-frame li:first-child a, .woocommerce-tabs ul.tabs li:first-child a { border-left:1px solid #eaeaea; }
	ul.dt-sc-tabs-frame li a.current, .woocommerce-tabs ul.tabs li a.current { background:#f8f8f8; border-color:#f8f8f8; position:relative; margin-left:-1px; }
	
	.dt-sc-tabs-frame-content, .woocommerce-tabs .panel { background:#f8f8f8; float:left; clear:both; width:100%; margin:-1px 0px 0px -1px; padding:20px 5% 35px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
	
	.type2 ul.dt-sc-tabs-frame li a { background-color:#eaeaea; border:none; border-radius:2px 2px 0px 0px;  -webkit-transition:all 300ms linear 0s; -moz-transition:all 300ms linear 0s; -o-transition:all 300ms linear 0s; -ms-transition:all 300ms linear 0s; transition:all 300ms linear 0s; }
	.type2 ul.dt-sc-tabs-frame li a.current { margin-left:0px; }
	.type2 ul.dt-sc-tabs-frame li a.current, .type2 ul.dt-sc-tabs-frame li a:hover { color:#ffffff; }
	.type2 .dt-sc-tabs-frame-content { margin:0px; }
	.type2 ul.dt-sc-tabs-frame li { margin-right:1px; }
	.type2 .dt-sc-tabs-frame-content { background-color:#ffffff; border:1px solid #eaeaea; padding:40px 20px 20px; }
	
	.dt-sc-tabs-frame-content .thumb, .woocommerce-tabs .panel .thumb { float:left; margin:0px 30px 0px 0px; width:27%; }
	.woocommerce-tabs .dt-sc-tabs-frame-content .thumb { width:33%; }
	.dt-sc-tabs-container.type2 .dt-sc-tabs-frame-content .thumb img { border:1px solid #eaeaea; }
	.type2 .dt-sc-tabs-frame-content h6, .woocommerce-tabs .panel h6 { margin-bottom:15px; }
	.type2 .dt-sc-tabs-frame-content ul, .woocommerce-tabs .panel ul { display:inline-block; }
	.type2 .dt-sc-tabs-frame-content ul li span, .woocommerce-tabs .panel ul li span { color:#2c3e50; font-weight:bold; width:150px; float:left; }
	.type2 .dt-sc-tabs-frame-content ul li .fa, .woocommerce-tabs .panel ul li .fa { margin-right:5px; }
	.type2 .dt-sc-tabs-frame-content ul li, .woocommerce-tabs .panel ul li { border-bottom:1px solid #eaeaea; padding:10px 20px 10px 0px; }
	.type2 .dt-sc-tabs-frame-content ul li:last-child, .woocommerce-tabs .panel ul li:last-child { border:none; }
	
	.dt-sc-tabs-container.type3 ul.dt-sc-tabs-frame li a.current, .dt-sc-tabs-container.type4 ul.dt-sc-tabs-frame li a.current { background-color:#fff; }
	.dt-sc-tabs-container.type3 ul.dt-sc-tabs-frame li a { border:1px solid #eaeaea; border-bottom:none; margin:0 2px 0 0; }
	.dt-sc-tabs-container.type3 .dt-sc-tabs-frame-content { background-color:#fff; border:1px solid; margin:-1px 0 0 0px; }
	.dt-sc-tabs-container.type3 .dt-sc-tabs-frame-content p:last-child, .dt-sc-tabs-container.type4 .dt-sc-tabs-frame-content p:last-child { font-style:normal; }
	
	.dt-sc-tabs-container.type4 ul.dt-sc-tabs-frame li a { border-width:0 0 4px 0; border-style:solid; border-color:#eaeaea; margin-right:3px; padding-bottom: 5px; }
	.dt-sc-tabs-container.type4 .dt-sc-tabs-frame-content { border-bottom:4px solid; background-color:#fff; margin:0;    padding: 30px 5% 11px; }
	
	/*----*****---- << Vertical Tabs >> ----*****----*/
	
	.dt-sc-tabs-vertical-container { float:left; width:100%; margin:0px 0px 20px; padding:0px; clear:both; }
	ul.dt-sc-tabs-vertical-frame { float:left; width:23.4%; }
	ul.dt-sc-tabs-vertical-frame li { float:left; display:block; margin:0px; padding:0px; width:100%; position:relative; }
	ul.dt-sc-tabs-vertical-frame li a { display:block; border-width:1px 1px 0px 1px; border-style:solid; border-color:#eaeaea; margin:0px; padding:15px 20px; font-size:14px; font-weight:400; color:#2c3e50; -webkit-transition:all 300ms linear 0s; -moz-transition:all 300ms linear 0s; -o-transition:all 300ms linear 0s; -ms-transition:all 300ms linear 0s; transition:all 300ms linear 0s; }
	ul.dt-sc-tabs-vertical-frame li a:hover, ul.dt-sc-tabs-vertical-frame li a.current { color:#ffffff; }
	ul.dt-sc-tabs-vertical-frame li:last-child a { border-bottom:1px solid #eaeaea; }
	
	.dt-sc-tabs-vertical-frame-content { background:#ffffff; float:left; width:74.5%; margin:13px 0px 0px 2%; }		
	.dt-sc-tabs-vertical-frame-content h4 { text-transform:none; margin-bottom:25px; font-weight:bold; }
	.dt-sc-tabs-vertical-frame-content p { margin-bottom:20px; }
	.product-presentation-bg ul.dt-sc-fancy-list { margin-bottom:25px; }
	ul.dt-sc-fancy-list.type2 li { color:#92a7bb;}
	ul.dt-sc-fancy-list.type2.arrow li:before { font-size:15px; }
	
	.dt-sc-tabs-vertical-container.type2 ul.dt-sc-tabs-vertical-frame li.current a { background-color:#fff; border:1px solid; border-right:none; }
	.dt-sc-tabs-vertical-container.type2 ul.dt-sc-tabs-vertical-frame li a:hover { background-color:#fff; }
	.dt-sc-tabs-vertical-container.type2 ul.dt-sc-tabs-vertical-frame li a { text-align:right; font-size:13px; }
	.dt-sc-tabs-vertical-container.type2 .dt-sc-tabs-vertical-frame-content p:last-child { color:#aaaaaa; }
	
	/*----*****---- << Blockquote >> ----*****----*/
	
	blockquote.type1 { background-color:#f8f8f8; font-weight:300;}
	blockquote.type2 { padding:10px 2px 10px 43px; border-left:5px solid #34495e; }			    
	blockquote.type2 .fa-quote-left { position:absolute; left:17px; top:15px; }
	
	/*----*****---- << Pricing Table >> ----*****----*/
	
	.dt-sc-pricing-table.no-space .dt-sc-one-fourth { width: 25%; }
	.dt-sc-pricing-table.no-space .column { margin-left: 0; }
	
	.dt-sc-pricing-table { float:left; width:100%; }
	.dt-sc-pr-tb-col { background-color:#ffffff; border:1px solid #eaeaea; width:100%; text-align:center;}
	.dt-sc-tb-title h5 { font-size:24px; line-height:20px; color:#252525; padding:22px 20px; margin-bottom:0; } 
	.dt-sc-tb-header { float:left; width:100%; }
	.dt-sc-tb-header .dt-sc-price { color:#ffffff; padding:10px 0px; }
	.dt-sc-tb-header .dt-sc-price h2 { font-size:48px; line-height:45px; color:#ffffff; margin-bottom:5px; display:inline-block; border-bottom:1px dashed rgba(255, 255, 255, 0.4); padding:0px 0px 10px 0px; }
	.dt-sc-tb-header .dt-sc-price span { display:inline-block; width:100%; clear:both; font-size:17px; }
	.dt-sc-tb-header .dt-sc-price p{ margin-bottom:0; }
	.dt-sc-tb-content { list-style-type:none; padding:20px 0px 30px 0px; margin-bottom:0; float:left; width:100%; }
	.dt-sc-tb-content li { line-height:20px; padding:15px 10px; border-bottom:1px dashed #eaeaea; }
	.dt-sc-tb-content li span { margin-right:5px; }
	.dt-sc-tb-features { padding-bottom:10px; }
	.dt-sc-tb-features p { display:inline-block; text-align:center; }
	.dt-sc-pr-tb-col .dt-sc-buy-now { padding:0px 0px 30px 0px; }
	
	.dt-sc-pr-tb-col.type2 .dt-sc-tb-header .dt-sc-price { border-radius: 100%; display: block; height: 130px; margin: auto; padding: 30px 0; width: 190px; }
	
	.dt-sc-pr-tb-col.selected { border:none; }
	.dt-sc-pr-tb-col.selected, .dt-sc-pr-tb-col:hover { margin-top:-15px; box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.25); }
	.dt-sc-pr-tb-col.selected .dt-sc-tb-title h5, .dt-sc-pr-tb-col:hover .dt-sc-tb-title h5 { padding:30px 0px 30px 0px; }
	.dt-sc-pr-tb-col.selected .dt-sc-buy-now .dt-sc-button span { background-color:#eaeaea; }
	.dt-sc-pr-tb-col.selected .dt-sc-price span, .dt-sc-pr-tb-col.selected .dt-sc-price h2 { color:#2c3e50; }
	.dt-sc-pr-tb-col.selected .dt-sc-price p { color:#92a7bb; }
	.dt-sc-pr-tb-col.selected .dt-sc-price h2 { border-bottom:1px dashed #f0f0f0; }
	.dt-sc-pr-tb-col.selected .dt-sc-tb-content li { border-bottom:1px dashed #7bd3f0; }
	.dt-sc-pr-tb-col.selected .dt-sc-tb-title h5, .dt-sc-pr-tb-col.selected .dt-sc-tb-content li, .dt-sc-pr-tb-col.selected .dt-sc-tb-features { color:#ffffff; }
	.dt-sc-pr-tb-col.selected .dt-sc-price, .dt-sc-pr-tb-col.selected .dt-sc-buy-now .dt-sc-button { background-color:#ffffff; } 
	.dt-sc-pr-tb-col.selected .dt-sc-buy-now, .dt-sc-pr-tb-col:hover .dt-sc-buy-now { padding:0 0 40px 0; }
	.dt-sc-pr-tb-col, .dt-sc-tb-header .dt-sc-price, .dt-sc-tb-title h5, .dt-sc-pr-tb-col .dt-sc-buy-now, .dt-sc-tb-features, .dt-sc-tb-content { -webkit-transition:all 300ms linear 0s; -moz-transition:all 300ms linear 0s; -o-transition:all 300ms linear 0s; -ms-transition:all 300ms linear 0s; transition:all 300ms linear 0s; }
	
	/*----*****---- << Progress Bar >> ----*****----*/
	
	.dt-sc-bar-text { color: #616161; font-size: 14px; line-height:40px; display:inline-block; width:35%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; text-align:right; padding-right:27px; }
	.dt-sc-progress { border-radius: 3px; display: inline-block;  background-color: #d8d8d8; height: 6px; overflow: hidden; width:64%; }
	.dt-sc-progress.active .dt-sc-bar { animation: 2s linear 0s normal none infinite progress-bar-stripes; }
	.dt-sc-progress .dt-sc-bar { background-repeat: repeat-x; box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset; -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset; -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; float: left; height: 100%; transition: width 0.6s ease 0s; width: 0; }
	.dt-sc-progress .dt-sc-bar { position: relative; }
	
	.dt-sc-progress-bar.type2 .dt-sc-bar-text { color:#2c3e50; text-align:left; padding:0; }
	
	.dt-sc-bar.orange { background-color:#f1c40f; }
	.dt-sc-bar.red { background-color:#e74c3c; }
	.dt-sc-bar.dark-blue { background-color:#34495e; }
	.dt-sc-bar.green { background-color:#47de52; }
	.dt-sc-bar.blue { background-color:#3498db; }
	.dt-sc-bar.pepsi-blue { background-color:#6d8cff; }
	
	/*----*****---- << Tooltip >> ----*****----*/
	
	#tiptip_holder { display:none; position:absolute; top:0; left:0; z-index:99999; }		
	#tiptip_holder.tip_top { padding-bottom:5px; }		 
	#tiptip_holder.tip_bottom { padding-top:5px; }		 
	#tiptip_holder.tip_right { padding-left:5px; }		 
	#tiptip_holder.tip_left { padding-right:5px; }		
	
	.tip_bottom #tiptip_content { box-shadow: inset 0px -1px 0px 0px #d9d9d9; -webkit-box-shadow:inset 0px -1px 0px 0px #d9d9d9; -moz-box-shadow:inset 0px -1px 0px 0px #d9d9d9; }
			
	#tiptip_content { padding: 12px 12px 10px; color:#000; font-size:12px; background:#ddd; text-align:center; font-weight:bold; }		
	#tiptip_arrow, #tiptip_arrow_inner { position:absolute; border-color:transparent; border-style:solid; border-width:6px; height:0; width:0;  }		
	#tiptip_holder.tip_top #tiptip_arrow { border-top-color:#000; border-top-color:#ddd;  }		
	#tiptip_holder.tip_bottom #tiptip_arrow { border-bottom-color:#000; border-bottom-color:#ddd; }		
	#tiptip_holder.tip_right #tiptip_arrow { border-right-color:#000; border-right-color:#ddd; }		 
	#tiptip_holder.tip_left #tiptip_arrow { border-left-color:#000; border-left-color:#ddd; }		
	#tiptip_holder.tip_top #tiptip_arrow_inner { margin-top:-7px; margin-left:-6px; }		
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { margin-top:-5px; margin-left:-6px; }		 
	#tiptip_holder.tip_right #tiptip_arrow_inner { margin-top:-6px; margin-left:-5px;  }		
	#tiptip_holder.tip_left #tiptip_arrow_inner { margin-top:-6px; margin-left:-7px;}
	
	
	/*----*****---- << Client >> ----*****----*/
	
	.dt-sc-partner-carousel-wrapper { clear: both; display: block; float: left; margin: 0; padding: 0; position: relative; width: 100%; }
	.dt-sc-partner-carousel li { display: block; float: left; margin: 0 40px; text-align: center; padding:0; }
	.dt-sc-partner-carousel{ float:left; width:100%; margin-bottom:0; }
		 
	/*----*****---- << Contact >> ----*****----*/
	.dt-sc-contact-form p span { float:left; width:100%; position:relative; }	
	
	.dt-sc-contact-info { float:left; width:100%; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
	.dt-sc-contact-info p{ color:#616161; float:left; width:100%; display:block; clear:both; margin-bottom:20px; }
	.dt-sc-contact-info p a{ color: #616161;}	
	.dt-sc-contact-info a:hover { color:#000000; -webkit-transition:all 300ms linear 0s; -moz-transition:all 300ms linear 0s; -o-transition:all 300ms linear 0s; -ms-transition:all 300ms linear 0s; transition:all 300ms linear 0s;  }
	.dt-sc-contact-detail { display:block; margin-bottom:30px; clear:both; }
	
	.dt-sc-contact-info.type2 { border:1px solid #eaeaea; }
	.dt-sc-contact-info.type2 .dt-sc-contact-detail h4 { margin-bottom:5px; }
	.dt-sc-contact-info.type2 .dt-sc-contact-detail p { margin-bottom:10px; }
	.contact-icon { float:left; width:100%; border-top:1px solid #eaeaea; }
	.dt-sc-contact-info.type2 .contact-icon { padding:16px 0 6px 30px; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; background-color:#f8f8f8; }
	.dt-sc-contact-info.type2 .dt-sc-contact-detail { padding:15px 0 5px 30px; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; float:left; width:100%; margin:0; }
	.dt-sc-contact-info.type2 .fa { margin:0; font-size:20px; color:#fff; border-radius:50%; width:40px; height:40px; top:0; text-align:center; line-height:40px; top:-5px; margin-right:10px; }
	.dt-sc-contact-info.type2 .contact-icon h4 { margin:0; line-height:25px; }
	.dt-sc-contact-info.type2 .contact-icon h4 a { color:#2c3e50; }
	
	.dt-sc-working-hours { float:left; width:100%; }
	.dt-sc-working-hours span { font-weight:bold; color:#2c3e50; float:left; width:200px; }
	.dt-sc-working-hours p:last-child span { float:none; }
	.dt-sc-location-detail { float:left; width:100%; clear:both; }
	.dt-sc-location-detail h6 { font-size:13px; font-weight:bold; }
	.dt-sc-location-detail ul li a{ position:relative; line-height:22px; padding-left:5px; color:#92a7bb; }
	.dt-sc-location-detail ul li { list-style-type:square; color:#3b4146; padding:0; }
	.dt-sc-location-detail ul li a:hover { color:#3b4146; }
	
	/*----*****---- << Footer >> ----*****----*/
	
	#footer .mailchimp .dt-sc-social-icons{ float:left; margin:0; }
	#footer .mailchimp .dt-sc-social-icons li { display:inline-block; float:left; margin:0px; padding:0; position:relative; }
	#footer .mailchimp .dt-sc-social-icons li a:before { content: ""; height: 0; left: 0; position: absolute; top: 0; transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; width: 100%; z-index:-1; }
	#footer .mailchimp .dt-sc-social-icons li a:hover:before { height:100%; }
	#footer .mailchimp .dt-sc-social-icons li .facebook:hover:before  { background-color:#3b5998; }
	#footer .mailchimp .dt-sc-social-icons li .twitter:hover:before  { background-color:#00aced; }
	#footer .mailchimp .dt-sc-social-icons li .google-plus:hover:before  { background-color:#C63D2D; }
	#footer .mailchimp .dt-sc-social-icons li .pinterest:hover:before  { background-color:#910101; }
	#footer .mailchimp .dt-sc-social-icons li .youtube:hover:before  { background-color:#C4302B; }
	#footer .mailchimp .dt-sc-social-icons li:hover a { background-color:inherit; }
	#footer .mailchimp .dt-sc-social-icons li a { line-height:50px; border-width:1px 1px 1px 0px; border-style:solid; padding:0 19px; float:left; text-align:center; font-size:18px; z-index:2; position:relative; }
	.footer-wrapper .dt-sc-social-icons li a { line-height:100px; border-width:1px 1px 1px 0px; border-style:solid; padding:0 40px; float:left; text-align:center; font-size:35px; }
	#footer .mailchimp .dt-sc-social-icons li:first-child a, .footer-wrapper .dt-sc-social-icons li:first-child a { border-left:1px solid; }
	.footer-wrapper .dt-sc-social-icons li:first-child a { border-radius:5px 0 0 5px; }
	.footer-wrapper .dt-sc-social-icons li:last-child a { border-radius:0px 5px 5px 0px; }
	#footer .mailchimp .dt-sc-social-icons li .fa, .footer-wrapper .dt-sc-social-icons li .fa { color:#ffffff; }
		
	
	