	
/* Table of Content
==================================================
	1.0 - Transition
	2.0 - Image Caption
	3.0 - Browser Fix
	4.0 - Default Color
	5.0 - Responsive*/

	/*--------------------------------------------------------------
	1.0 - Transition
	--------------------------------------------------------------*/
	.dt-sc-image-caption.type4 .dt-sc-image-content:before, .dt-sc-image-caption.type9 .dt-sc-image-wrapper .icon-wrapper, .dt-sc-image-caption.type8, .dt-sc-image-caption.type7 .dt-sc-image-content h3:before, .dt-sc-image-caption.type7 .dt-sc-image-content h3:after, .dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper:before, .dt-sc-image-caption.type2 .dt-sc-image-wrapper img, .dt-sc-image-caption.type2, .dt-sc-image-caption.type2 .dt-sc-image-content, .dt-sc-image-caption.type2 .dt-sc-image-title, .dt-sc-image-caption.type2 .dt-sc-image-title:before, .dt-sc-image-caption.type2 .dt-sc-image-title > *, .dt-sc-image-caption.type5, .dt-sc-image-caption.type5 h3, .dt-sc-image-caption.type6, .dt-sc-image-caption.type6 .dt-sc-image-wrapper img, .dt-sc-image-caption.type6:before, .dt-sc-image-caption.type8 .dt-sc-image-wrapper img, .dt-sc-image-caption.type9 .dt-sc-image-overlay, .dt-sc-image-caption.type9 .dt-sc-image-content, .dt-sc-image-caption.type4 .dt-sc-image-content, .dt-sc-image-caption.type4 .dt-sc-image-content h3, .dt-sc-image-caption.type4 .dt-sc-button span, .dt-sc-image-caption.type8 .dt-sc-image-content, .dt-sc-image-caption.type8 *, .dt-sc-image-caption.type8 *:before, .dt-sc-image-caption.type9 .dt-sc-image-wrapper:before, .dt-sc-image-caption.type5 .dt-sc-image-content:after, .dt-sc-image-caption.type9 .dt-sc-image-content, .dt-sc-image-caption.type5 .dt-sc-image-content:after, .dt-sc-image-caption.type6 .dt-sc-image-content, .dt-sc-image-caption.type3 .dt-sc-image-title h3 { -webkit-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }	
 
 	/*--------------------------------------------------------------
	1.1 - Image Caption
	--------------------------------------------------------------*/	
	.dt-sc-image-caption { float:left; clear:both; width:100%; margin:0px; padding:0px; }
	.dt-sc-image-caption .dt-sc-image-wrapper { position:relative; }
	.dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper { position:absolute; bottom:0px; right:0px; }
	.dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper span { font-size:36px; margin: 0px 15px 20px 0px; display:inline-block; position:relative; z-index:1; }
	.dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper:before { content:""; position:absolute; right:0px; bottom:0px; width:0px; height:0px; border-bottom:130px solid; border-left:130px solid transparent; }
	.dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper:after { content:""; position:absolute; left:-14px; bottom:-32px; width:7px; height:200px; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg);  -ms-transform:rotate(45deg); transform:rotate(45deg); }
	.dt-sc-image-caption .dt-sc-image-content { display:inline-block; clear:both; margin:30px 0px 0px; }
	.dt-sc-image-caption .dt-sc-image-title { display: inline-block; margin-bottom: 20px; width: 100%; }
		
	.dt-sc-image-caption .dt-sc-image-title h3 { font-size: 26px; margin-bottom: 10px; position:relative; }
	.dt-sc-image-caption .dt-sc-image-title h6 { font-size: 14px; margin-bottom: 0; text-transform: uppercase; }
	.dt-sc-image-caption .dt-sc-image-content a { margin-top: 20px; }	
	
	.dt-sc-image-caption.type2 { float:left;clear: none;margin:0px 0 40px;padding: 40px 35px;width:100%;text-align:center;background: #fff;box-shadow: 0 0 5px 0px rgba(0, 0, 0, .15); }
	.dt-sc-image-caption.type2 .dt-sc-image-wrapper { border-radius: 50%; width: 75%; height: auto; float: none; display: inline-block; position: relative; z-index: 0; }	
	.dt-sc-image-caption.type2 .dt-sc-image-wrapper:before { position: absolute; content: ""; display: block; width: 100%; height: 100%; left: 0; right: 0; margin: 0 auto; top: 0; z-index: -1; opacity: 0; visibility: hidden; border-radius: 45%; }
	.dt-sc-image-caption.type2:hover .dt-sc-image-wrapper:before {transform: rotate(90deg);border-radius: 50%;opacity: 1;visibility: visible;box-shadow: 0 0 10px 5px rgba(0,0,0,0.25);}
	
	.dt-sc-image-caption.type2 .dt-sc-image-wrapper img { border-radius: 50%; float: left; }
	
	.dt-sc-image-caption.type2:hover .dt-sc-image-wrapper img { transform: scale(0.95); }
	
	.dt-sc-image-caption.type2 .dt-sc-image-content { margin-top: 15px; margin-bottom: 20px; }
	.dt-sc-image-caption.type2 .dt-sc-image-content p, .dt-sc-image-caption.type2 .dt-sc-image-title { margin-bottom:0; }
	.dt-sc-image-caption.type2 .dt-sc-image-title h3 { top: 0; margin-bottom: 10px; font-size: 20px; text-transform: capitalize; line-height: normal; }
	.dt-sc-image-caption.type2 .dt-sc-image-title h6 { margin-bottom: 25px; }
	.dt-sc-image-caption.type2 .dt-sc-image-content a {padding: 5px 10px;margin-left: 5px;color: #fff;background: #000;}

	.dt-sc-image-caption.type2:hover .dt-sc-image-wrapper { background: #fff; }

	.dt-sc-image-caption.type2.alignleft { text-align: left; }
	.dt-sc-image-caption.type2.alignright { text-align: right; } 
	
	.dt-sc-image-caption.type3 { text-align:center; position: relative; }
	.dt-sc-image-caption.type3 .dt-sc-image-wrapper .icon-wrapper { display: none; }
	.dt-sc-image-caption.type3 .dt-sc-image-content { background-color: #fff; box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.14); -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.14); padding: 40px 60px 30px; margin: -100px 0 0 40px; z-index: 9; position: relative; }
	.dt-sc-image-caption.type3 .dt-sc-image-wrapper { margin-right: 40px; }
	.dt-sc-image-caption.type3 .dt-sc-image-title { margin-bottom:15px; }
	.dt-sc-image-caption.type3 .dt-sc-image-title h3 { font-size:24px; font-weight: 400; text-transform: capitalize; }
	.dt-sc-image-caption.type3 .dt-sc-image-content a.dt-sc-button { margin: 0 0 20px; }

	.dt-sc-image-caption.type4 { text-align:center; }
	.dt-sc-image-caption.type4 .dt-sc-image-wrapper .icon-wrapper{text-align:center; background:none; border:none; position:absolute; width:50px; display:inline-block; line-height:50px; display:block; margin:0; background-color:#FFF; height:50px; margin:0 auto; left:0; right:0;}
	.dt-sc-image-caption.type4 .dt-sc-image-wrapper .icon-wrapper span.icon { margin-right: 0; }
	.dt-sc-image-caption.type4 .dt-sc-image-wrapper .icon-wrapper img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto;}
	.dt-sc-image-caption.type4 .dt-sc-image-wrapper .icon-wrapper:before { border:0px; }

	.dt-sc-image-caption.type4 .dt-sc-image-content h3 { font-size:25px; position:static; text-align:center; text-transform:none; }
	.dt-sc-image-caption.type4 .dt-sc-image-content { margin-top:15px; position:relative; padding: 40px 30px 0px;}
	.dt-sc-image-caption.type4 .dt-sc-image-title { margin-bottom:15px; }

	.dt-sc-image-caption.type4 .dt-sc-image-title h6{font-size:120px; position:absolute; margin:0 auto; left:0; right:0; width:100%; text-align:center; top:-20px; color:rgba(0, 0, 0, 0.05);}

	.dt-sc-image-caption.type4 .dt-sc-image-wrapper{position:relative;}
	.dt-sc-image-caption.type4 .dt-sc-image-content:before{content:""; position:absolute; left:0px; right:0px; margin:0px auto; top:-15px; display:inline-block; background-color:rgba(51, 51, 51, 0.14); width:77%; height:20px; line-height:0;}
	.dt-sc-image-caption.type4:hover .dt-sc-image-content:before{height:0px;}
	
	.dt-sc-image-caption.type4.alignright, .dt-sc-image-caption.type4.alignright .dt-sc-image-content h3, .dt-sc-image-caption.type4.alignright .dt-sc-image-content h6 { text-align: right; }
	.dt-sc-image-caption.type4.alignleft, .dt-sc-image-caption.type4.alignleft .dt-sc-image-content h3, .dt-sc-image-caption.type4.alignleft .dt-sc-image-content h6 { text-align: left; }

	.dt-sc-image-caption.type5 { float:left; margin:0px 0px 40px; padding: 0; width:100%; position: relative; top: 0; } 
	.dt-sc-image-caption.type5 .dt-sc-image-wrapper:after { background: rgba(0, 0, 0, 0.2); content: ""; height:100%; position:absolute; left: 0; width:100%; top: 0; z-index: 0; }
	.dt-sc-image-caption.type5 .dt-sc-image-wrapper .icon-wrapper { right: 28px; bottom: 20px; z-index: 1; }
	.dt-sc-image-caption.type5 .dt-sc-image-wrapper .icon-wrapper:before { content: none; }
	.dt-sc-image-caption.type5 .dt-sc-image-wrapper .icon-wrapper:after { display: none; }
	.dt-sc-image-caption.type5 .dt-sc-image-wrapper .icon-wrapper span { color: #fff; font-size: 24px; margin: 0; z-index: 2; }

	.dt-sc-image-caption.type5 .dt-sc-image-content { margin: 0; padding: 15px 30px; position: absolute; left: 0; right: 0; bottom: 0; overflow: hidden; }
	.dt-sc-image-caption.type5 .dt-sc-image-title { margin: 0; position: relative; z-index: 1; }
	.dt-sc-image-caption.type5 .dt-sc-image-content h3 { font-size: 24px; margin-bottom: 0; top: auto; text-transform: capitalize; color: #fff; font-weight: normal; } 
	.dt-sc-image-caption.type5 .dt-sc-image-content h6 { font-size: 18px; color: #898989; font-weight: 100; text-transform: inherit; }
	.dt-sc-image-caption.type5 .dt-sc-image-content:after { content: ""; width: 100%; background: rgba(0, 0, 0, 0.3); height: 100%; position: absolute; left: 0; bottom: -100%; z-index: 0; }
	.dt-sc-image-caption.type5:hover .dt-sc-image-content:after { bottom: 0; }
	.dt-sc-image-caption.type5.alignleft { text-align: left; }
	.dt-sc-image-caption.type5.alignright { text-align: right; } 
	
	.dt-sc-image-caption.type5.alignleft h3, .dt-sc-image-caption.type5.alignright h3 { padding:6px 0 5px; }	
	
	.dt-sc-image-caption.type6 { overflow: hidden; position: relative; text-align: center; }
	.dt-sc-image-caption.type6:before { content:""; position:absolute; left:0px; top:0px; width:100%; height:100%; z-index: 1; }
	.dt-sc-image-caption.type6 .dt-sc-image-wrapper { padding: 0; }
	.dt-sc-image-caption.type6 .dt-sc-image-content .icon-wrapper { display: block; margin-bottom: 20px; }
	.dt-sc-image-caption.type6 .dt-sc-image-content .icon-wrapper:before, .dt-sc-image-caption.type6 .dt-sc-image-wrapper .icon-wrapper:after { border:none; background:none; }
	.dt-sc-image-caption.type6 .dt-sc-image-content .icon-wrapper span { margin: 0; position:relative; z-index:3; font-size: 40px; }
	.dt-sc-image-caption.type6 .dt-sc-image-content { color:#ffffff; float:left; margin-top: 0; position: absolute; left: 0; padding: 0 30px; width:100%; z-index: 9; top: 50%; transform: scale(0.9) translateY(-50%); -webkit-transform: scale(0.9) translateY(-50%); -ms-transform: scale(0.9) translateY(-50%); opacity: 0; }
	.dt-sc-image-caption.type6 .dt-sc-image-title { margin-bottom:15px; }
	.dt-sc-image-caption.type6 .dt-sc-image-title h3 { color:#ffffff; font-size:18px; position:relative; z-index:3; text-transform: inherit; font-weight: 400; margin-bottom: 5px; }
	.dt-sc-image-caption.type6 .dt-sc-image-title h6 { font-size: 30px; text-transform: capitalize; color: #fff; font-weight: 400; }
 	.dt-sc-image-caption.type6 .dt-sc-image-content p { font-size:14px; line-height:27px; position:relative; z-index:3; margin: 0; }
	
	.dt-sc-image-caption.type6:hover { z-index:9; }
	.dt-sc-image-caption.type6:hover:before { background: rgba(0, 0, 0, 0.7); }
	.dt-sc-image-caption.type6:hover .dt-sc-image-wrapper img { -webkit-transform:scale(1.15); -moz-transform:scale(1.15); -ms-transform:scale(1.15); transform:scale(1.15); }
	.dt-sc-image-caption.type6 .dt-sc-image-content a.dt-sc-button { margin: 0; }
	.dt-sc-image-caption.type6:hover .dt-sc-image-content a.dt-sc-button.filled:hover { background-color: #fff; color: #111; } 
	.dt-sc-image-caption.type6:hover .dt-sc-image-content { transform: scale(1) translateY(-50%); -webkit-transform: scale(1) translateY(-50%); -ms-transform: scale(1) translateY(-50%); opacity: 1; }
 	
	.dt-sc-image-caption.type6 .dt-sc-image-content, .dt-sc-image-caption.type6 .dt-sc-image-content > * { color: #fff; }
	
	.dt-sc-image-caption.type6.purple { background:#521d6d; }
	.dt-sc-image-caption.type6.blue { background:#25b9f3; }
	.dt-sc-image-caption.type6.green { background:#598527; }
	.dt-sc-image-caption.type6.yellow { background:#fcdb34; }	
	
	.dt-sc-image-caption.type6.alignleft { text-align: left; }
	.dt-sc-image-caption.type6.alignright { text-align: right; }
	
	.dt-sc-image-caption.type6.alignleft .dt-sc-image-wrapper .icon-wrapper { right: auto; left: 40px; }
	.dt-sc-image-caption.type6.alignright .dt-sc-image-wrapper .icon-wrapper { left: auto; right: 40px; }
	
	.dt-sc-image-caption.type6.alignleft h3:before { left: 0; right: auto; }
	.dt-sc-image-caption.type6.alignright h3:before { right: 0; left: auto; }
	
	.dt-sc-image-caption.type7 { position: relative; }
	.dt-sc-image-caption.type7 .dt-sc-image-wrapper { float:left; width:50%; margin:0px; position:relative; }

	.dt-sc-image-caption.type7 .dt-sc-image-content { float: left; width: 54%; clear: none; text-align: center; margin: 0; position: absolute; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); right: 10px; background-color: #fff;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.14); -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.14); -ms-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.14); padding: 40px 45px 60px; }
    .dt-sc-image-caption.type7 .dt-sc-image-wrapper:empty ~ .dt-sc-image-content { position: static; width: 100%; transform: none; }
	.dt-sc-image-caption.type7 .dt-sc-image-title { margin-bottom:10px; }
	.dt-sc-image-caption.type7 .dt-sc-image-content .dt-sc-image-title h3 { font-weight:400; text-transform:none; background: url(../../images/img-captn-dec-line.png) no-repeat center bottom; padding-bottom: 45px; font-size: 60px; margin-bottom: 25px; }
	.dt-sc-image-caption.type7 .dt-sc-image-content > p { margin-bottom: 30px; }
	.dt-sc-image-caption.type7.bottom-content .dt-sc-image-wrapper { width:100%; margin:0px; }
	.dt-sc-image-caption.type7.bottom-content .dt-sc-image-wrapper:before { border-top:0px; border-bottom:15px solid #ffffff; border-right:15px solid transparent; border-left:15px solid transparent; bottom:0px; width:0px; left:0px; right:0px; top:inherit; }
	.dt-sc-image-caption.type7.bottom-content .dt-sc-image-content { width:100%; margin-top:90px; }
	
	.dt-sc-image-caption.type7.left-content .dt-sc-image-wrapper { margin:0px 0px 0px 3%; float:right; }
	.dt-sc-image-caption.type7.left-content .dt-sc-image-wrapper:before { border-left:15px solid #ffffff; border-right:0px; right:inherit; left:0px; }
	.dt-sc-image-caption.type7.left-content .dt-sc-image-content { left: 0; right: auto; }
	
	.dt-sc-image-caption.type7.top-content .dt-sc-image-wrapper { width:100%; margin:0px; }
	.dt-sc-image-caption.type7.top-content .dt-sc-image-wrapper:before { border-top:15px solid #ffffff; border-bottom:0px; border-right:15px solid transparent; border-left:15px solid transparent; top:0px; width:0px; left:0px; right:0px; bottom:inherit; }
	.dt-sc-image-caption.type7.top-content .dt-sc-image-content { width:100%; margin-top:70px; margin-bottom:90px; }

	.dt-sc-image-caption.type7.dt-sc-rounded {box-sizing: border-box;display: inline-block;float: none;margin: 0 auto 50px;position: relative;width: 92%;}
	.dt-sc-image-caption.type7.dt-sc-rounded:last-child {margin-bottom: 0;}
	.dt-sc-image-caption.type7.dt-sc-rounded .dt-sc-image-wrapper {border-radius: 50%;float: left;left: 15px;overflow: hidden;position: absolute;top: 25px;width: 170px; background: #000; z-index: 9; }
	.dt-sc-image-caption.type7.dt-sc-rounded .dt-sc-image-wrapper img { border-radius: 50%; height: auto; width: 170px; }
	.dt-sc-image-caption.type7.dt-sc-rounded .dt-sc-image-content p { font-size: 16px; line-height: 26px; }
	.dt-sc-image-caption.type7.dt-sc-rounded .dt-sc-image-wrapper .icon-wrapper { height: 40px; left: 0; }
	.dt-sc-image-caption.type7.dt-sc-rounded .dt-sc-image-wrapper .icon-wrapper img { border-radius: 0; left: 0; margin: 0 auto; position: absolute; right: 0; text-align: center; width: 40px; }
	.dt-sc-image-caption.type7.dt-sc-rounded .dt-sc-image-wrapper .icon-wrapper span { font-size: 24px; margin: 0px; }
	.dt-sc-image-caption.type7.dt-sc-rounded .dt-sc-image-wrapper .icon-wrapper img,
	.dt-sc-image-caption.type7.dt-sc-rounded .dt-sc-image-wrapper .icon-wrapper span { -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); top: 50%; transform: translateY(-50%); }
	.dt-sc-image-caption.type7.dt-sc-rounded .dt-sc-image-wrapper .icon-wrapper:before,
	.dt-sc-image-caption.type7.dt-sc-rounded .dt-sc-image-wrapper .icon-wrapper:after {content: none;}
	.dt-sc-image-caption.type7.dt-sc-rounded:hover .dt-sc-image-wrapper img {-moz-box-shadow: 0px 0px 0px 20px #fff; -moz-transform: scale(0.7); -ms-transform: scale(0.7);-webkit-box-shadow: 0px 0px 0px 20px #fff; -webkit-transform: scale(0.7); box-shadow: 0px 0px 0px 20px #fff; transform: scale(0.7); }
	.dt-sc-image-caption.type7.dt-sc-rounded:hover .dt-sc-image-wrapper .icon-wrapper {height: 100%;}
	.dt-sc-image-caption.type7.dt-sc-rounded:hover .dt-sc-image-wrapper .icon-wrapper span { font-size: 32px; margin: 0; }
	.dt-sc-image-caption.type7.dt-sc-rounded .dt-sc-image-content { font-weight: 300; padding: 30px 30px 5px 220px; position: relative; text-align: left; width: 100%; transform: translateY(0); -webkit-transform: translateY(0); }
	.dt-sc-image-caption.type7.dt-sc-rounded .dt-sc-image-title {margin-bottom: 10px;}
	.dt-sc-image-caption.type7.dt-sc-rounded .dt-sc-image-content h3 { background: none; font-size: 24px; font-weight: 500; line-height: 30px; margin-bottom: 15px; padding-bottom: 26px; position: relative; text-transform: none; }
	.dt-sc-image-caption.type7.dt-sc-rounded .dt-sc-image-content h3:before {bottom: 0;content: "";display: block;height: 2px;left: 0;position: absolute;width: 50px;background: rgba(0, 0, 0, .2);}
	.dt-sc-image-caption.type7.dt-sc-rounded .dt-sc-image-content h3:after {bottom: 0;content: "";display: block;height: 2px;left: 0;position: absolute;width: 0;}
	.dt-sc-image-caption.type7.dt-sc-rounded:hover .dt-sc-image-content h3:before {width: 0;}
	.dt-sc-image-caption.type7.dt-sc-rounded:hover .dt-sc-image-content h3:after {width: 50px;}
	.dt-sc-image-caption.type7.dt-sc-rounded.bottom-content .dt-sc-image-wrapper { margin: 0px; width: 100%; }
	.dt-sc-image-caption.type7.dt-sc-rounded.bottom-content .dt-sc-image-wrapper:before { border-bottom: 15px solid #ffffff; border-left: 15px solid transparent; border-right: 15px solid transparent; border-top: 0px; bottom: 0px; left: 0px; right: 0px; top: inherit; width: 0px; }
	.dt-sc-image-caption.type7.dt-sc-rounded.bottom-content .dt-sc-image-content { margin-top: 90px; width: 100%; }
	.dt-sc-image-caption.type7.dt-sc-rounded.left-content .dt-sc-image-wrapper { float: right; left: auto; margin: 0px 0px 0px 3%; position: absolute; right: 20px; }
	.dt-sc-image-caption.type7.dt-sc-rounded.left-content .dt-sc-image-wrapper:before { border-left: 15px solid #ffffff; border-right: 0px; left: 0px; right: inherit; }
	.dt-sc-image-caption.type7.dt-sc-rounded.left-content .dt-sc-image-content h3:before,
	.dt-sc-image-caption.type7.dt-sc-rounded.left-content .dt-sc-image-content h3:after { left: auto; right: 0; }
	.dt-sc-image-caption.type7.dt-sc-rounded.left-content .dt-sc-image-content { padding: 30px 220px 5px 30px; text-align: right; }
	.dt-sc-image-caption.type7.dt-sc-rounded.top-content .dt-sc-image-wrapper { margin: 0px; width: 100%; }
	.dt-sc-image-caption.type7.dt-sc-rounded.top-content .dt-sc-image-wrapper:before { border-bottom: 0px; border-left: 15px solid transparent; border-right: 15px solid transparent; border-top: 15px solid #ffffff; bottom: inherit; left: 0px; right: 0px; top: 0px; width: 0px; }
	.dt-sc-image-caption.type7.dt-sc-rounded.top-content .dt-sc-image-content { margin-bottom: 90px; margin-top: 70px; width: 100%; }
	.dt-sc-image-caption.type7.dt-sc-rounded .dt-sc-image-wrapper:before { display: none; }

	.wpb_column.vc_column_container.vc_col-sm-3 .dt-sc-image-caption.type7.dt-sc-rounded,	.wpb_column.vc_column_container.vc_col-sm-2 .dt-sc-image-caption.type7.dt-sc-rounded { float: left; padding: 30px; width: 100%; }
	.wpb_column.vc_column_container.vc_col-sm-3 .dt-sc-image-caption.type7.dt-sc-rounded .dt-sc-image-wrapper, .wpb_column.vc_column_container.vc_col-sm-2 .dt-sc-image-caption.type7.dt-sc-rounded .dt-sc-image-wrapper { position: static; width: 170px; }
	.wpb_column.vc_column_container.vc_col-sm-3 .dt-sc-image-caption.type7.dt-sc-rounded .dt-sc-image-wrapper img, .wpb_column.vc_column_container.vc_col-sm-2 .dt-sc-image-caption.type7.dt-sc-rounded .dt-sc-image-wrapper img {float: left;}
	.wpb_column.vc_column_container.vc_col-sm-3 .dt-sc-image-caption.type7.dt-sc-rounded .dt-sc-image-content, .wpb_column.vc_column_container.vc_col-sm-2 .dt-sc-image-caption.type7.dt-sc-rounded .dt-sc-image-content { padding: 50px 0 0; width: 100%; }

	.dt-sc-image-caption.type7.dt-sc-rounded .dt-sc-image-wrapper img { -webkit-transition: all 0.9s ease; -moz-transition: all 0.9s ease; -o-transition: all 0.9s ease; -ms-transition: all 0.9s ease; transition: all 0.9s ease; }	

	.dt-sc-image-caption.type8 { overflow: hidden; border: 1px solid rgba(0, 0, 0, .1); }
	.dt-sc-image-caption.type8:hover{box-shadow:0px 0px 10px 0px rgba(0,0,0,0.15); -moz-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.15); -webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.15);}
	.dt-sc-image-caption.type8 .dt-sc-image-wrapper{position:static;}
	.dt-sc-image-caption.type8 .dt-sc-image-wrapper .icon-wrapper{position:absolute; bottom:-30px;left: 0; right: 0; margin: 0 auto; text-align: center;z-index: 9;}
	.dt-sc-image-caption.type8:hover .dt-sc-image-wrapper .icon-wrapper { transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); }
	.dt-sc-image-caption.type8 .dt-sc-image-content{position:relative; background-color:#FFF; margin-top:0px; padding:20px 20px 45px; z-index:0; border-radius:0 0 15px 15px; -moz-border-radius:0 0 15px 15px; -webkit-border-radius:0 0 15px 15px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
	.dt-sc-image-caption.type8 .dt-sc-image-content:before{content:""; position:absolute; top:-50px; left:-135px; background-color:#FFF; display:inline-block; height:717px; width:570px; z-index:-1;border-radius:100%;}

	.vc_col-sm-4 .dt-sc-image-caption.type8 .dt-sc-image-content:before { width: 660px; top: -72px; }
	.vc_col-sm-6 .dt-sc-image-caption.type8 .dt-sc-image-content:before { width: 860px; top: -60%; }

	@media screen and (-webkit-min-device-pixel-ratio:0) { 
		/* Safari */
		::i-block-chrome, .dt-sc-image-caption.type8 .dt-sc-image-content:before{left:-40px; top:-55px;}
	}	
		
	.dt-sc-image-caption.type8 .dt-sc-image-wrapper .icon-wrapper span{width:60px; height:60px; z-index:2; font-size:30px; line-height:60px; margin:0; display:inline-block; text-align: center; border-radius: 50%;}	 		
	.dt-sc-image-caption.type8 .dt-sc-image-wrapper .icon-wrapper:before, .dt-sc-image-caption.type8 .dt-sc-image-wrapper .icon-wrapper:after{display:none;}
	.dt-sc-image-caption.type8 .dt-sc-image-wrapper h3{font-size:24px;}	
	.dt-sc-image-caption.type8 .dt-sc-image-content h3{font-size:22px; text-transform:none; font-weight:normal;}
	.dt-sc-image-caption.type8 .dt-sc-image-title{margin-bottom:10px;}
	
	.dt-sc-image-caption.type8.alignleft .dt-sc-image-content { text-align: left; }
	.dt-sc-image-caption.type8.alignright .dt-sc-image-content { text-align: right; }	
	
	.dt-sc-image-caption.type9 { position:relative; overflow: hidden; }
	.dt-sc-image-caption.type9 .dt-sc-image-wrapper { position:relative; }
	.dt-sc-image-caption.type9 .dt-sc-image-wrapper:before { background:rgba(0, 0, 0, 0.8); content: ""; height:100%; opacity:0; position:absolute; left: 0; width:100%; z-index: 1; }
	.dt-sc-image-caption.type9 .dt-sc-image-content { margin:0; position: relative; padding: 16px 10px; background-color: #777777; color: #fff; display: block; text-align: center; }
	.dt-sc-image-caption.type9 .dt-sc-image-title { margin-bottom:0px; }
	.dt-sc-image-caption.type9 h3 { font-size: 20px; color: #fff; display: inline-block; margin: 0px; padding: 5px 0; font-weight: normal; text-transform: capitalize; }	
	
	.dt-sc-image-caption.type9 .dt-sc-image-overlay {  background: transparent !important; margin: 0; opacity:0; padding: 15px 30px; position:absolute; left: 0; top: 0; text-align: center; width:100%; z-index: 1; }
	.dt-sc-image-caption.type9 .dt-sc-image-overlay h6 { margin-bottom: 15px; }
	.dt-sc-image-caption.type9 .dt-sc-image-overlay p { font-size: 18px; }
	.dt-sc-image-caption.type9 .dt-sc-image-overlay p:only-of-type { margin: 0; }
	.dt-sc-image-caption.type9 .dt-sc-image-overlay p a { font-size: 20px; }
	.dt-sc-image-caption.type9 .dt-sc-image-overlay .dt-sc-button { display: table; font-size:14px; letter-spacing:1px; margin: 25px auto 0; }
	
	.dt-sc-image-caption.type9 .dt-sc-image-title { margin-bottom: 0; }
	
	.dt-sc-image-caption.type9 .dt-sc-image-wrapper:before { top: -100%; } 
 
	.dt-sc-image-caption.type9:hover .dt-sc-image-wrapper:before, 
	.dt-sc-image-caption.type9.alter .dt-sc-image-wrapper:before, 
	.dt-sc-image-caption.type9 .dt-sc-image-overlay,
	.dt-sc-image-caption.type9.alter .dt-sc-image-overlay { top: 0; } 

	.dt-sc-image-caption.type9:hover .dt-sc-image-overlay, 
	.dt-sc-image-caption.type9.alter .dt-sc-image-overlay { top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

	.dt-sc-image-caption.type9 .dt-sc-image-content { bottom: 0; }
 
	.dt-sc-image-caption.type9:hover .dt-sc-image-wrapper:before, 
	.dt-sc-image-caption.type9.alter .dt-sc-image-wrapper:before, 
	.dt-sc-image-caption.type9:hover .dt-sc-image-overlay, 
	.dt-sc-image-caption.type9.alter .dt-sc-image-overlay { opacity:1; filter: alpha(opacity=100); }
	
	.dt-sc-image-caption.type9 .dt-sc-image-overlay, .dt-sc-image-caption.type9 .dt-sc-image-overlay h3, .dt-sc-image-caption.type9 .dt-sc-image-overlay a:hover { color: #fff; }
	.dt-sc-image-caption.type9 .dt-sc-image-overlay .dt-sc-button:hover { background:#ffffff; border-color: rgba(0,0,0,0); color: #333; }

	.dt-sc-image-caption.type9 .dt-sc-image-wrapper:before { -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }

	.dt-sc-image-caption.type9.alignright { text-align: right; }
	.dt-sc-image-caption.type9.alignleft { text-align: left; }
	
	/* IE9 and above */	
	@media screen and (min-width:0\0) { 
		
		.type8.dt-sc-image-caption .dt-sc-image-content::before { border: none; box-shadow: 0 0 0 7px #fff; -ms-box-shadow: 0 0 0 7px #fff; top: -24px; }
	
	}
	


	
	/*--------------------------------------------------------------
	1.2 - Default Colors
	--------------------------------------------------------------*/	
	
	.dt-sc-image-caption .dt-sc-image-title span { color:#000000; }
	
	.dt-sc-image-caption:hover .dt-sc-image-wrapper .icon-wrapper span, .dt-sc-image-caption:hover .dt-sc-image-content a, .dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper span, .dt-sc-image-caption.type2:hover .dt-sc-image-title *, .dt-sc-image-caption.type2:hover .dt-sc-image-content h3, .dt-sc-image-caption.type2:hover .dt-sc-image-content p, .dt-sc-image-caption.type2:hover .dt-sc-image-content p { color:#ffffff; }
	.dt-sc-image-caption .dt-sc-image-title h6 { color:rgba(0, 0, 0, 0.7); }
	
	.dt-sc-image-caption.type4 .dt-sc-button { color:#5b5b5b; }

	.dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper:after { background:#ffffff; }
	
	.dt-sc-image-caption:hover .dt-sc-image-content a { background:#000000; }
	.dt-sc-image-caption.type2 .dt-sc-image-title:before { background:rgba(0, 0, 0, 0.9); }
	.dt-sc-image-caption.type4 .dt-sc-button { background:#f9f9f9; }
	
	.dt-sc-image-caption.type4 .dt-sc-image-content { border-color:rgba(0, 0, 0, 0.1); }
	.dt-sc-image-caption:hover .dt-sc-image-wrapper .icon-wrapper:before, .dt-sc-image-caption .dt-sc-image-title span { border-bottom-color:#000000; }
	
	
	/*----*****---- << Desktop >> ----*****----*/
	 @media only screen and (min-width:1200px) and (max-width:1380px) {
							
		.dt-sc-image-caption.type6 { overflow: hidden; }
		.dt-sc-image-caption.type6 .dt-sc-image-wrapper img { max-height: none; width: 100%; }
		.dt-sc-image-caption.type6:hover:before { top: 0; }		 
		.dt-sc-image-caption.type6 .dt-sc-image-content p { display: none; }

		.dt-sc-image-caption.type7 .dt-sc-image-content { padding: 20px 45px 40px; }
		.dt-sc-image-caption.type7 .dt-sc-image-content .dt-sc-image-title h3 { font-size: 45px; }

		.dt-sc-image-caption.type8 .dt-sc-image-content:before { left: -160px; }
		
	 }
	 
	  /* Note: Design for a width of 960px */
	
    @media only screen and (min-width:992px) and (max-width:1199px) {
		
		/** Image Caption **/
		
		.dt-sc-image-caption.type5 img { width: 100%; }
		
		.dt-sc-image-caption.type6 { overflow: hidden; }
		.dt-sc-image-caption.type6 h3 { font-size: 14px; }
		.dt-sc-image-caption.type6 .dt-sc-image-wrapper img { max-height: none; width: 100%; }
		.dt-sc-image-caption.type6 h3.dt-sc-image-caption.type6 .dt-sc-image-wrapper .icon-wrapper { display: none; }
		
		.dt-sc-image-caption.type7 .dt-sc-image-content .dt-sc-image-title h3 { font-size: 37px; }

		.dt-sc-image-caption.type2 .dt-sc-image-content p{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }	

		.dt-sc-image-caption.type6 .dt-sc-image-content p { display: none; }
		.dt-sc-image-caption.type6 .dt-sc-image-title { margin-bottom: 0; }	
		.vc_col-sm-4 .dt-sc-image-caption.type8 .dt-sc-image-content:before { width: 560px; }
		.dt-sc-image-caption.type4 .dt-sc-image-title h6 { font-size: 90px; top: 0; }
		.dt-sc-image-caption.type4 .dt-sc-image-content { padding: 40px 10px 0px; }
		.dt-sc-image-caption.type7.dt-sc-rounded { width: 100%; }

		.dt-sc-image-caption.type9 .dt-sc-image-overlay p { font-size: 16px; line-height: 26px; }
		.dt-sc-image-caption.type9 .dt-sc-image-overlay .dt-sc-button { margin: 15px auto 0; }
		
	}
	
	/* Note: Design for a width of 768px */

    @media only screen and (min-width:768px) and (max-width:991px) {
		
		/** Image Caption **/
		.dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper::before { border-bottom-width: 100px; border-left-width: 100px; }
		.dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper::after { left: 5px; }
		
		.dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper span { font-size: 30px; margin: 0 15px 15px 0; }
		
		.dt-sc-image-caption.type2 .dt-sc-image-content h3 { text-transform:capitalize; font-size:14px; }
		.dt-sc-image-caption.type2 .dt-sc-image-title { margin-bottom:0; }
		.dt-sc-image-caption.type2 .dt-sc-image-content p { top:57px; }
				
		.dt-sc-image-caption.type3 .dt-sc-image-content { padding: 40px 20px 30px; }

		.dt-sc-image-caption.type5 .dt-sc-image-content, .dt-sc-image-caption.type5 .dt-sc-image-title, .dt-sc-image-caption.type5 .dt-sc-image-title h3 { width: 100%; }
		.dt-sc-image-caption.type5 h3 { padding: 6px 15px 5px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; }
		
		.dt-sc-image-caption.type6 { overflow: hidden; }
		.dt-sc-image-caption.type6 .dt-sc-image-wrapper img { max-height: none; }
		.dt-sc-image-caption.type6 .dt-sc-image-content { padding: 0 10px; }
		.dt-sc-image-caption.type6 .dt-sc-image-title h6 { font-size: 23px; }
		.dt-sc-image-caption.type6 h3 { font-size: 14px; } 

		.dt-sc-image-caption.type7 .dt-sc-image-wrapper, .dt-sc-image-caption.type7 .dt-sc-image-content, .dt-sc-image-caption.type7.dt-sc-rounded { width: 100%; }
		.dt-sc-image-caption.type7 .dt-sc-image-content .dt-sc-image-title h3 { font-size: 35px; }
		.dt-sc-image-caption.type7 .dt-sc-image-content { position: static; transform: none; top: auto; }	
		.dotted-image-caption-carousel .dt-carousel-pagination, .dotted-image-caption-carousel.left-align .dt-carousel-pagination { position: static; margin: 25px 0 0; display: block; text-align: center; } 
		
		.dt-sc-image-caption.type9 .dt-sc-image-content .dt-sc-image-title h3 {text-transform:capitalize; }
		.dt-sc-image-caption.type9 .dt-sc-image-overlay p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
		
		.rs_col-sm-6 .dt-sc-image-caption.type2 { margin-bottom: 30px; }
		.rs_col-sm-6 .dt-sc-image-caption.type8 .dt-sc-image-content:before { left: -170px; width: 675px; }
		
	}
	
	/* Common Styles for the devices below 767px width */
	@media only screen and (max-width: 767px) {
		
		/** Image Caption **/
		.dt-sc-image-caption .dt-sc-image-wrapper > img, .dt-sc-image-caption .dt-sc-image-content { width: 100%; } 

		.dt-sc-image-caption.type3 .dt-sc-image-wrapper, .dt-sc-image-caption.type3 .dt-sc-image-content { margin: 0; }
		.dt-sc-image-caption.type3 { margin: 0 0 30px 0px; }
		
		.dt-sc-image-caption.type7 { margin: 0 0 30px; }
		.dt-sc-image-caption.type7 .dt-sc-image-content { margin: 0; }
		.dt-sc-image-caption.type7.bottom-content .dt-sc-image-content { margin-top: 50px; }

		.dt-sc-image-caption.type8 .dt-sc-image-content:before { left: -125px; width: 825px; }
		.vc_col-sm-4 .dt-sc-image-caption.type8 .dt-sc-image-content:before { top: -92px; }

		.dt-sc-image-caption.type7 .dt-sc-image-wrapper, .dt-sc-image-caption.type7 .dt-sc-image-content { width: 100%; }
		.dt-sc-image-caption.type7 .dt-sc-image-content .dt-sc-image-title h3 { font-size: 35px; line-height: normal; }
		.dt-sc-image-caption.type7 .dt-sc-image-content, .dt-sc-image-caption.type7.dt-sc-rounded .dt-sc-image-content { position: static; transform: none; top: auto; }	
		.dotted-image-caption-carousel .dt-carousel-pagination, .dotted-image-caption-carousel.left-align .dt-carousel-pagination { position: static; margin: 25px 0 0; display: block; text-align: center; }
		.dt-sc-image-caption.type3 .dt-sc-image-content { padding: 40px 40px 30px; }
		.dt-sc-image-caption.type7.dt-sc-rounded { width: 100%; }
		.dt-sc-image-caption.type7.dt-sc-rounded .dt-sc-image-content { padding: 30px 30px 5px 200px; }
		
	}
	
	/* Common Styles for the devices below 479px width */
    @media only screen and (max-width: 479px) {
		
		/** Image Caption **/
		.dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper::before { border-bottom-width: 100px; border-left-width: 100px; }
		.dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper::after { left: 7px; }
		.dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper span { font-size: 30px; margin: 0 15px 15px 0; }
		
		.dt-sc-image-caption.type3 .dt-sc-image-wrapper .icon-wrapper::after { bottom: -20px; }
		.dt-sc-image-caption.type4 .dt-sc-image-content { padding: 40px 10px 0px; }
		.dt-sc-image-caption.type4 .dt-sc-image-title h6 { font-size: 80px; top: 5px; }
				
		.dt-sc-image-caption.type5 h3 { font-size: 22px; }
		.dt-sc-image-caption.type5 .dt-sc-image-content { padding: 15px; }
		.dt-sc-image-caption.type5 .dt-sc-image-content h3 { font-size: 21px; }
				
		.dt-sc-image-caption.type6 { padding-bottom: 0; } 
		.dt-sc-image-caption.type6 .dt-sc-image-content { padding: 0 15px; }
		.dt-sc-image-caption.type6 .dt-sc-image-title h6 { font-size: 30px; }
		.dt-sc-image-caption.type6 .dt-sc-image-content p { display: none; } 
		.dt-sc-image-caption.type6 .dt-sc-image-title { margin-bottom: 0; }
		
		.dt-sc-image-caption.type7 .dt-sc-image-content .dt-sc-image-title h3 { font-size: 28px; }

		.dt-sc-image-caption.type9 .dt-sc-image-overlay p { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
		.dt-sc-image-caption.type7.dt-sc-rounded .dt-sc-image-wrapper { display: none; }
		.dt-sc-image-caption.type7.dt-sc-rounded .dt-sc-image-content, .dt-sc-image-caption.type7.dt-sc-rounded.left-content .dt-sc-image-content { padding: 30px 30px 5px 30px; }
		.vc_col-sm-4 .dt-sc-image-caption.type8 .dt-sc-image-content:before { width: 550px; top: -72px; left: -130px; }

	}
	 

	 /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 319px) {						
		
		/** Image Caption **/
		.dt-sc-image-caption.type2 .dt-sc-image-content p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }		
		
		.dt-sc-image-caption.type5 h3 { font-size: 16px; padding: 6px 15px 5px; border-radius: 5px; }		
		
		.dt-sc-image-caption.type6 { padding-bottom: 0; }
		.dt-sc-image-caption.type6 .dt-sc-image-title h6 { font-size: 23px; }
		.dt-sc-image-caption.type6:hover:before, .dt-sc-image-caption.type6:hover .dt-sc-image-wrapper img { top: 0; }
		
		.dt-sc-image-caption.type9 .dt-sc-image-overlay { padding: 20px 15px; }
		.vc_col-sm-4 .dt-sc-image-caption.type8 .dt-sc-image-content:before { display: none; }
		
	}