/* Table of Content
==================================================
	1.0 - Title
	1.1 - Default Colors
	1.2 - Responsive*/


/*--------------------------------------------------------------
	1.0 - Title
	--------------------------------------------------------------*/
h2.vc_custom_heading {
	margin-bottom: 30px;
}

.dt-sc-title {
	position: relative;
	clear: both;
	float: left;
}

.aligncenter .dt-sc-title {
	width: 100%;
}

.dt-sc-title.aligncenter {
	display: table;
	float: none;
}

.dt-sc-title.with-two-color-bg {
	margin-bottom: 60px;
}

.dt-sc-title.with-two-color-bg:before {
	content: "";
	position: absolute;
	left: -20px;
	top: 0px;
	width: 100%;
	height: 100%;
	-webkit-transform: skewX(-30deg);
	transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
}

.dt-sc-title.with-two-color-bg:after {
	content: "";
	height: 100%;
	top: 0;
	right: 100%;
	position: absolute;
	-ms-transform: skewX(-30deg) translateX(-30px);
	-webkit-transform: skewX(-30deg) translateX(-30px);
	transform: skewX(-30deg) translateX(-30px);
	width: 9000px;
}

.dt-sc-title.with-two-color-bg h2 {
	line-height: normal;
	margin: 0px;
	padding: 25px 30px 23px 10px;
	position: relative;
	left: 10px;
	z-index: 1;
}

.dt-sc-title.script-with-sub-title h2 {
	font-weight: normal;
	margin-bottom: 0px;
	letter-spacing: normal;
}

.dt-sc-title.border-title {
	margin: 10px 0 30px;
	width: 100%;
}

.dt-sc-title.border-title.alincenter {
	text-align: center;
}

.dt-sc-title.border-title * {
	padding: 0 12px 0px 0px;
	background-color: #fff;
	display: inline-block;
	text-transform: uppercase;
	margin: 0;
}

.dt-sc-title.border-title.aligncenter * {
	padding: 0 12px 3px 12px;
}

.dt-sc-title.border-title.alignright * {
	padding: 0 0 3px 12px;
}

.dt-sc-title.border-title {
	background: url(../../images/title-pattern.png) top repeat-x;
	display: inline-block;
	background-position: center;
}

.dt-sc-title.border-title h1,
.dt-sc-title.border-title h2,
.dt-sc-title.border-title h3,
.dt-sc-title.border-title h4,
.dt-sc-title.border-title h5,
.dt-sc-title.border-title h6 {
	text-transform: uppercase;
}

.dt-sc-title.border-title.with-sub-title * {
	background-color: transparent;
}

.dt-sc-title.border-title.with-sub-title *:nth-child(1) {
	margin-bottom: 5px;
	display: block;
}

.dt-sc-title.border-title.with-sub-title {
	margin-bottom: 25px;
	background-image: none;
}

.dt-sc-title.border-title.with-sub-title.type2 :nth-child(1) {
	display: inline;
}

.dt-sc-title.border-title.with-sub-title.type2 :nth-child(2) {
	margin-bottom: 0px;
}

.dt-sc-title.with-sub-title h2 {
	margin-bottom: 7px;
}

.dt-sc-title.with-sub-title h3 {
	font-size: 18px;
}

.dt-sc-title.with-two-color-stripe {
	position: relative;
	width: 100%;
	margin: 0px 0px 50px;
}

.dt-sc-title.with-two-color-stripe:before,
.dt-sc-title.with-two-color-stripe:after {
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	width: 9000px;
}

.dt-sc-title.with-two-color-stripe:before {
	right: 100%;
	transform: skewX(-30deg) translateX(-30px);
	-webkit-transform: skewX(-30deg) translateX(-30px);
	-ms-transform: skewX(-30deg) translateX(-30px);
}

.dt-sc-title.with-two-color-stripe:after {
	left: 100%;
	transform: skewX(-30deg) translateX(30px);
	-webkit-transform: skewX(-30deg) translateX(30px);
	-ms-transform: skewX(-30deg) translateX(30px);
}

.dt-sc-title.with-two-color-stripe h3 {
	font-size: 20px;
	margin: 40px 0px -5px;
	letter-spacing: 1px;
	float: left;
}

.dt-sc-title.with-two-color-stripe h2 {
	font-size: 34px;
	font-weight: 900;
	letter-spacing: 2px;
	float: left;
	clear: both;
	margin-bottom: 0px;
}

.dt-sc-title.with-two-color-stripe h5 {
	float: left;
	position: relative;
	padding: 50px 0px 40px 100px;
	margin: -50px 0px 0px;
	font-size: 14px;
}

.dt-sc-title.with-two-color-stripe h5:before {
	content: "";
	position: absolute;
	left: 57px;
	height: 100%;
	width: 1px;
	top: -5px;
	-webkit-transform: skewX(-30deg);
	transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
}

.dt-sc-title.with-right-border-decor {
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0 0 20px 70px;
}

.dt-sc-title.with-right-border-decor:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 21px;
	top: 35px;
	height: auto;
	width: 1px;
}

.dt-sc-title.with-right-border-decor:after {
	content: "";
	position: absolute;
	left: 15px;
	bottom: 0;
	width: 13px;
	height: 13px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 2px;
}

.dt-sc-title.with-right-border-decor h2 {
	margin: -7px 0 40px;
	line-height: 40px;
	position: relative;
}

.dt-sc-title.with-right-border-decor p {
	font-size: 14px;
}

.dt-sc-title.with-right-border-decor .dt-sc-button {
	margin-top: 30px;
	clear: both;
}

.dt-sc-title.with-right-border-decor h2:before {
	content: "";
	position: absolute;
	left: -62px;
	top: 10px;
	width: 28px;
	height: 28px;
	border: 4px solid;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 3px;
}

.dt-sc-title.with-right-border-decor>h4:first-child {
	color: #cacaca;
	margin-bottom: 10px;
	font-weight: 300;
	font-size: 20px;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.dt-sc-title.with-right-border-decor>h5:first-child {
	color: #cacaca;
	margin-bottom: 5px;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.dt-sc-title.with-right-border-decor>h6:first-child {
	color: #cacaca;
	margin-bottom: 0;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.aligncenter .dt-sc-title.with-right-border-decor>*:first-child:after,
.dt-sc-title.with-right-border-decor.aligncenter>*:first-child:after {
	right: 0;
	margin: 0 auto;
}

.alignright .dt-sc-title.with-right-border-decor>*:first-child:after,
.dt-sc-title.with-right-border-decor.alignright>*:first-child:after {
	left: auto;
	right: 0;
}

.dt-sc-title.with-right-border-decor.alignright>* {
	text-align: right;
	float: right;
}

.dt-sc-title.with-right-border-decor.aligncenter>* {
	text-align: center;
	float: none;
	display: inline-block;
}

.dt-sc-title.with-boxed {
	display: block;
	float: none;
	margin: 0 0 0 15px;
	height: 100%;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}

.dt-sc-title.with-boxed h2 {
	height: 120px;
	margin: auto;
	padding: 0 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.dt-sc-title.with-boxed h2 span {
	display: block;
	font-size: 48px;
	margin-bottom: 0;
	padding-bottom: 20px;
}

.dt-sc-title.with-boxed.alter {
	margin: 0 15px 0 0;
}

.dt-sc-photography-style:before {
	content: "";
	height: 100%;
	position: absolute;
	left: -15px;
	top: -15px;
	width: 100%;
	z-index: -1;
}

.dt-sc-photography-style.alter:before {
	bottom: -15px;
	left: inherit;
	right: -15px;
	top: inherit;
}

.dt-sc-triangle-title {
	float: left;
	clear: both;
	width: 370px;
	height: 500px;
	text-align: center;
	position: relative;
}

.dt-sc-triangle-title:before {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
	top: 100px;
	width: 310px;
	height: 310px;
	transform: rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg);
	-webkit-transform: rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg);
	-ms-transform: rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg);
}

.dt-sc-triangle-title:after {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
	top: 111px;
	width: 290px;
	height: 290px;
	transform: rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg);
	-webkit-transform: rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg);
	-ms-transform: rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg);
}

.dt-sc-triangle-title h2 {
	font-size: 28px;
	line-height: normal;
	margin: 215px 0 10px;
	position: relative;
	z-index: 9;
}

.dt-sc-triangle-title p {
	font-size: 12px;
	line-height: 24px;
	position: relative;
	z-index: 9;
}

.dt-sc-triangle-title h2,
.dt-sc-triangle-title p {
	color: #fff;
}

.dt-sc-ribbon-title {
	display: inline-block;
	text-align: center;
	font-size: 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 55px;
	position: relative;
	padding-bottom: 20px;
}

.dt-sc-ribbon-title:before {
	position: absolute;
	content: "";
	display: block;
	width: 150px;
	height: 4px;
	right: 0;
	left: 0;
	margin: 0 auto;
	bottom: 0;
	background: #000;
}

.dt-sc-ribbon-title:after {
	content: "\e61a";
	font-family: Pe-icon-7-stroke;
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	font-size: 58px;
	bottom: -60px;
	width: 65px;
	height: 65px;
	background: no-repeat;
	text-align: center;
	color: #000;
}


.mz-title {
	overflow: hidden;
	float: left;
	width: 100%;
}

.mz-title .mz-title-content {
	margin-bottom: 30px;
	position: relative;
	clear: both;
	float: left;
}

.mz-title .mz-title-content:before {
	content: "";
	position: absolute;
	right: -16px;
	top: 0px;
	width: 100%;
	height: 100%;
	-webkit-transform: skewX(30deg);
	transform: skewX(30deg);
	-ms-transform: skewX(30deg);
}

.mz-title .mz-title-content:after {
	content: "";
	height: 100%;
	top: 0px;
	left: 114%;
	left: -webkit-calc(100% - -26px);
	left: -moz-calc(100% - -26px);
	left: calc(100% - -26px);
	position: absolute;
	-ms-transform: skewX(30deg);
	-webkit-transform: skewX(30deg);
	transform: skewX(30deg);
	width: 9000px;
	background: #f3f3f3;
}

.dt-sc-title.mz-title .mz-title-content h2 {
	padding: 17px 10px 15px 20px;
	position: relative;
	z-index: 1;
	margin: 0px;
	left: 0px;
	font-size: 16px;
	text-transform: uppercase;
}

.dt-sc-title.mz-title .mz-title-content h2 {
	color: #fff;
}

.dt-sc-title.split2-title {
	overflow: hidden;
	float: left;
	width: 100%;
}

.dt-sc-title.split2-title .split2-title-content {
	margin-bottom: 30px;
	position: relative;
	clear: both;
	float: left;
}

.dt-sc-title.split2-title .split2-title-content:after {
	background: url(../../images/title-pattern.png) repeat;
	content: "";
	height: 100%;
	top: 0px;
	left: 100%;
	position: absolute;
	width: 9000px;
}

.dt-sc-title.split2-title .split2-title-content h2 {
	background: #000;
	padding: 12px 15px;
	position: relative;
	z-index: 1;
	margin: 0px;
	left: 0px;
	font-size: 16px;
	text-transform: uppercase;
}

.dt-sc-title.split2-title .split2-title-content * {
	color: #fff;
}

/* Title 13 */

.separator-with-arrow {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 46px;
}

.separator-with-arrow:before {
	position: absolute;
	content: "";
	display: block;
	left: 0;
	bottom: -25px;
	width: 67px;
	height: 2px;
	background: #000;
}

.separator-with-arrow:after {
	position: absolute;
	content: "";
	display: block;
	left: 10px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top-width: 5px;
	border-top-style: solid;
	bottom: -30px;
}

.separator-with-arrow.aligncenter:before,
.separator-with-arrow.aligncenter:after {
	left: 0;
	right: 0;
	margin: 0 auto;
}

.separator-with-arrow.alignright:before {
	left: auto;
	right: 0;
}

.separator-with-arrow.alignright:after {
	left: auto;
	right: 10px;
}

/* Title 14 */

.animated-twin-lines {
	width: 100%;
	height: auto;
	margin: auto;
	float: none;
	display: inline-block;
	position: relative;
	text-align: center;
	margin-bottom: 45px;
	padding-bottom: 15px;
}

.animated-twin-lines:before,
.animated-twin-lines:after {
	left: 0;
	right: 0;
	margin: 0 auto;
	content: '';
	display: block;
	position: absolute;
	width: 50px;
	height: 3px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	-webkit-animation-delay: 1s;
	background: #000;
}

.animated-twin-lines:before {
	animation: clip-one 1s linear infinite;
	-moz-animation: clip-one 1s linear infinite;
	-ms-animation: clip-one 1s linear infinite;
	-webkit-animation: clip-one 1s linear infinite;
	bottom: -2px;
}

.animated-twin-lines:after {
	animation: clip-two 1.5s linear infinite;
	-moz-animation: clip-two 1.5s linear infinite;
	-ms-animation: clip-two 1.5s linear infinite;
	-webkit-animation: clip-two 1.5s linear infinite;
	bottom: 2px;
}

.animated-twin-lines.alignleft {
	text-align: left;
}

.animated-twin-lines.alignright {
	text-align: right;
}

.animated-twin-lines.alignleft,
.animated-twin-lines.alignright {
	margin-bottom: 35px;
}

.animated-twin-lines.alignleft:before,
.animated-twin-lines.alignleft:after {
	right: auto;
}

.animated-twin-lines.alignright:before,
.animated-twin-lines.alignright:after {
	left: auto;
}

.dt-sc-dark-bg .animated-twin-lines:before {
	background: #fff
}

.dt-sc-dark-bg .animated-twin-lines:after {
	background: #fff
}


@keyframes clip-one {
	0% {
		width: 50px;
	}

	25% {
		width: 20px;
	}

	50% {
		width: 40px;
	}

	75% {
		width: 25px;
	}

	100% {
		width: 50px;
	}
}

@-webkit-keyframes clip-one {
	0% {
		width: 50px;
	}

	25% {
		width: 20px;
	}

	50% {
		width: 40px;
	}

	75% {
		width: 25px;
	}

	100% {
		width: 50px;
	}
}

@keyframes clip-two {
	0% {
		width: 50px;
	}

	25% {
		width: 35px;
	}

	50% {
		width: 15px;
	}

	75% {
		width: 40px;
	}

	100% {
		width: 50px;
	}
}

@-moz-keyframes clip-two {
	0% {
		width: 50px;
	}

	25% {
		width: 35px;
	}

	50% {
		width: 15px;
	}

	75% {
		width: 40px;
	}

	100% {
		width: 50px;
	}
}

/*--------------------------------------------------------------
	1.1 - Default Colors
	--------------------------------------------------------------*/
.dt-sc-title.with-two-color-stripe h5 {
	color: rgba(0, 0, 0, 0.3);
}

.dt-sc-dark-bg.skin-color .dt-sc-title.script-with-sub-title h2,
.dt-sc-title.with-two-color-bg h2,
.dt-sc-title.with-boxed h2,
.dt-sc-title.with-boxed h2 a {
	color: #ffffff;
}

.dt-sc-title.with-boxed h2 a:hover {
	color: rgba(0, 0, 0, 0.2);
}

.dt-sc-title.with-two-color-stripe:after {
	background: rgba(0, 0, 0, 0.1);
}

.dt-sc-title.with-two-color-stripe h5:before {
	background: rgba(0, 0, 0, 0.2);
}

.dt-sc-title.with-two-color-stripe:after {
	background: #e6e6e8;
}


.dt-sc-title.with-two-color-bg:before,
.dt-sc-title.with-two-color-bg h2 {
	background: #000000;
}

.dt-sc-photography-style:before {
	background: #000000;
}

/*Fitnesszone*/
.hr-title {
	position: relative;
}

.hr-title span {
	background: #fff;
	float: left;
	padding: 0 20px 0 0;
	position: relative;
	z-index: 1;
}

.hr-title:after {
	border-top: 1px solid #d9d9d9;
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 100%;
	z-index: 0;
}

.floral-head:before {
	background-position: left center;
	background-repeat: no-repeat;
	bottom: -27px;
	content: '';
	height: 51px;
	left: -74px;
	position: absolute;
	width: 74px;
}

.floral-head.alignleft:before {
	right: -74px;
	left: auto;
	width: 74px;
	transform: rotateY(180deg);
}

.floral-head:before,
.floral-head.aligncenter:after,
.dt-sc-counter.type3.fitnesszone_counter .dt-sc-couter-icon-holder:after,
.dt-sc-counter.type3.fitnesszone_counter .dt-sc-couter-icon-holder:before {
	-webkit-mask-image: url(../../images/floral-head-bg.png);
	mask-image: url(../../images/floral-head-bg.png);
	content: "";
	height: 51px;
	margin: auto;
	overflow: hidden;
	width: 74px;
	z-index: 1;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: left top;
	mask-position: left top;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}

.floral-head {
	border-bottom: 2px solid;
	display: inline-block;
	font-family: 'Tangerine', cursive;
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 5px;
	position: relative;
}


@media all and (min-width:0\0) and (min-resolution:.001dpcm) {

	.dt-sc-triangle-title::before,
	.dt-sc-triangle-title::after {
		transform: rotate(45deg) skew(10deg, 10deg);
		-ms-transform: rotate(45deg) skew(10deg, 10deg);
	}
}



@media only screen and (min-width:960px) and (max-width:1240px) {

	:not(.dt-sc-title)>h2 {
		font-size: 24px !important;
	}

	:not(.dt-sc-title)>h3,
	.widget h3.widgettitle {
		font-size: 18px !important;
	}

	:not(.dt-sc-title)>h4 {
		font-size: 20px !important;
	}

	.procedures-detail h3 {
		font-size: 20px !important;
	}
}

/*--------------------------------------------------------------
	1.2 - Responsive
	--------------------------------------------------------------*/
@media only screen and (min-width:992px) and (max-width:1199px) {

	/** Headings - Titles **/
	.dt-sc-title.with-two-color-stripe:before {
		transform: skewX(-30deg) translateX(-45px);
		-webkit-transform: skewX(-30deg) translateX(-45px);
		-ms-transform: skewX(-30deg) translateX(-45px);
	}

	.dt-sc-title.with-two-color-stripe:after {
		transform: skewX(-30deg) translateX(45px);
		-webkit-transform: skewX(-30deg) translateX(45px);
		-ms-transform: skewX(-30deg) translateX(45px);
	}

	.dt-sc-title.with-two-color-stripe h5 {
		padding: 50px 0px 40px 70px;
	}

	.dt-sc-title.with-two-color-stripe h5:before {
		left: 50px;
	}

	.dt-sc-title.with-two-color-bg h2 {
		font-size: 24px;
		line-height: normal;
	}

	:not(.dt-sc-title)>h4 {
		font-size: 16px !important;
	}

	.dt-sc-triangle-title {
		height: 450px;
		width: 100%;
	}

	.dt-sc-triangle-title:before {
		height: 250px;
		top: 100px;
		width: 250px;
	}

	.dt-sc-triangle-title:after {
		height: 230px;
		top: 110px;
		width: 230px;
	}

	.dt-sc-triangle-title h2 {
		font-size: 20px;
		margin-top: 175px;
	}

	.dt-sc-photography-style.vc_col-md-12 {
		padding-bottom: 0;
	}

	.dt-sc-title.with-two-color-stripe h1,
	.dt-sc-title.with-two-color-stripe h2,
	.dt-sc-title.with-two-color-stripe h3,
	.dt-sc-title.with-two-color-stripe h4,
	.dt-sc-title.with-two-color-stripe h5,
	.dt-sc-title.with-two-color-stripe h6 {
		float: none;
		line-height: normal;
	}

	.dt-sc-title.with-two-color-stripe {
		text-align: center;
	}

	.dt-sc-title.with-two-color-stripe h5 {
		margin: 0;
		padding-left: 0;
	}

	.dt-sc-title.with-two-color-stripe h5 {
		padding: 50px 0px 40px 70px;
		padding-left: 70px;
	}

	.dt-sc-title.with-two-color-stripe h5::before {
		height: 1px;
		left: 0;
		top: 25px;
		width: 100%;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}

}

/*----*****---- << Tablet (Portrait) >> ----*****----*/

/* Note: Design for a width of 768px */

@media only screen and (min-width:768px) and (max-width:991px) {

	.dt-sc-title.border-title h2{ font-size: 26px;}
	:not(.dt-sc-title)>h2 {
		font-size: 22px !important;
	}

	:not(.dt-sc-title)>h3 {
		font-size: 26px !important;
	}

	:not(.dt-sc-title)>h4 {
		font-size: 18px !important;
	}


	.text-with-icon {
		font-size: 12px;
	}

	.form_small h4 {
		font-size: 14px !important
	}

	/** Headings - Titles **/
	.dt-sc-title.with-two-color-bg::before {
		left: 0;
	}

	.dt-sc-title.with-two-color-bg::after {
		-webkit-transform: skewX(-30deg) translateX(-10px);
		transform: skewX(-30deg) translateX(-10px);
	}

	.dt-sc-title.with-two-color-bg h2 {
		font-size: 24px;
		line-height: normal;
		left: 35px;
	}

	.dt-sc-title.with-two-color-stripe {
		text-align: center;
	}

	.dt-sc-title.with-two-color-stripe:before {
		transform: skewX(-30deg) translateX(-45px);
		-webkit-transform: skewX(-30deg) translateX(-45px);
		-ms-transform: skewX(-30deg) translateX(-45px);
	}

	.dt-sc-title.with-two-color-stripe:after {
		transform: skewX(-30deg) translateX(45px);
		-webkit-transform: skewX(-30deg) translateX(45px);
		-ms-transform: skewX(-30deg) translateX(45px);
	}

	.dt-sc-title.with-two-color-stripe h1,
	.dt-sc-title.with-two-color-stripe h2,
	.dt-sc-title.with-two-color-stripe h3,
	.dt-sc-title.with-two-color-stripe h4,
	.dt-sc-title.with-two-color-stripe h5,
	.dt-sc-title.with-two-color-stripe h6 {
		float: none;
		line-height: normal;
	}

	.dt-sc-title.with-two-color-stripe h5 {
		margin: 0;
		padding-left: 0;
	}

	.dt-sc-title.with-two-color-stripe h5::before {
		height: 1px;
		left: 0;
		top: 25px;
		width: 100%;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}

	.dt-sc-triangle-title {
		height: 390px;
		width: 100%;
	}

	.dt-sc-triangle-title:before {
		height: 195px;
		top: 100px;
		width: 195px;
	}

	.dt-sc-triangle-title:after {
		height: 175px;
		top: 110px;
		width: 175px;
	}

	.dt-sc-triangle-title h2 {
		font-size: 18px;
		margin-top: 150px;
	}

	.dt-sc-triangle-title p {
		font-size: 9px;
		line-height: 20px;
	}

	.dt-sc-title.with-boxed h2 {
		font-size: 24px;
	}

	.dt-sc-photography-style.rs_col-sm-12 {
		padding-bottom: 0;
	}

	.wpb_wrapper h3.floral-head {
		font-size: 30px !important;
		text-align: left;
		margin-left: 30px;
	}

	.floral-head:before {
		left: -50px;
	}
}

/*----*****---- << Mobile (Landscape) >> ----*****----*/

/* Common Styles for the devices below 767px width */
@media only screen and (max-width: 767px) {

	.dt-sc-title.border-title {
		margin-bottom: 30px;
	}

	.dt-sc-title.border-title h2 {
		margin-bottom: 0;
	}

	/** Headings - Titles **/
	.dt-sc-title.with-two-color-bg {
		display: block;
		float: none;
		margin: 0 15px;
		text-align: center;
		width: auto;
	}

	.dt-sc-title.with-two-color-bg:before {
		left: -7px;
	}

	.dt-sc-title.with-two-color-bg:after {
		-webkit-transform: skewX(-30deg) translateX(-15px);
		transform: skewX(-30deg) translateX(-15px);
	}

	.dt-sc-title.with-two-color-bg h2 {
		font-size: 24px;
		line-height: normal;
		padding: 15px 10px 15px 0;
	}

	.dt-sc-title.with-two-color-stripe {
		text-align: center;
	}

	.dt-sc-title.with-two-color-stripe:before {
		transform: skewX(-30deg) translateX(-45px);
		-webkit-transform: skewX(-30deg) translateX(-45px);
		-ms-transform: skewX(-30deg) translateX(-45px);
	}

	.dt-sc-title.with-two-color-stripe:after {
		transform: skewX(-30deg) translateX(45px);
		-webkit-transform: skewX(-30deg) translateX(45px);
		-ms-transform: skewX(-30deg) translateX(45px);
	}

	.dt-sc-title.with-two-color-stripe h1,
	.dt-sc-title.with-two-color-stripe h2,
	.dt-sc-title.with-two-color-stripe h3,
	.dt-sc-title.with-two-color-stripe h4,
	.dt-sc-title.with-two-color-stripe h5,
	.dt-sc-title.with-two-color-stripe h6 {
		float: none;
		line-height: normal;
	}

	.dt-sc-title.with-right-border-decor.aligncenter>* {
		line-height: normal;
	}

	.dt-sc-title.with-two-color-stripe h5 {
		margin: 0;
		padding-left: 0;
	}

	.dt-sc-title.with-two-color-stripe h5::before {
		height: 1px;
		left: 0;
		top: 25px;
		width: 100%;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}


	.icon-link-title .vc_column-inner {
		padding: 0;
	}

	.dt-sc-triangle-title {
		width: 100%;
	}

	.dt-sc-ribbon-title {
		background-size: 100% auto;
		width: 100%;
	}



}

/*----*****---- << Mobile (Landscape) >> ----*****----*/

/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.border-title h2 {
		font-size: 26px !important;
	}

	h2 {
		font-size: 24px !important;
	}

	/** Headings - Titles **/
	.dt-sc-ribbon-title {
		line-height: 50px;
	}

	.dt-sc-triangle-title {
		height: 510px;
		margin: 0 0 35px;
	}

}

/* Common Styles for the devices below 479px width */
@media only screen and (max-width: 479px) {
	:not(.dt-sc-title)>h2 {
		font-size: 24px !important;
	}

	:not(.dt-sc-title)>h3 {
		font-size: 20px !important;
	}

	:not(.dt-sc-title)>h4 {
		font-size: 18px !important;
	}

	:not(.dt-sc-title)>h5 {
		font-size: 16px !important;
	}

	:not(.dt-sc-title)>h6 {
		font-size: 15px !important;
	}

	.border-title h2 {
		font-size: 28px !important;
	}

	/** Headings - Titles **/
	.dt-sc-title.with-two-color-bg h2 {
		font-size: 22px;
	}

	.dt-sc-ribbon-title {
		font-size: 20px;
		height: auto;
		line-height: 32px;
		padding: 0 0 30px;
	}

	.dt-sc-title.with-boxed {
		margin: 0 5px 0 15px;
	}

	.dt-sc-title.with-boxed.alter {
		margin: 0 15px 0 5px;
	}

	.dt-sc-photography-style:before {
		left: -10px;
		top: -10px;
	}

	.dt-sc-photography-style.alter:before {
		bottom: -10px;
		right: -10px;
	}

	.hr-title:after {
		top: auto;
		bottom: -5px;
	}

	.wpb_wrapper h3.floral-head {
		font-size: 26px !important;
	}

	.floral-head:before {
		left: -50px;
	}
}

/*----*****---- << Mobile >> ----*****----*/

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (min-width: 320px) and (max-width: 479px) {

	/** Headings - Titles **/
	.dt-sc-title.border-title h2 {
		font-size: 24px !important;
	}

	.dt-sc-title.with-right-border-decor .dt-sc-button.large {
		font-size: 15px;
	}

	.dt-sc-title.with-boxed h2 {
		font-size: 24px;
		height: 100px;
	}

	.dt-sc-title.with-boxed h2 span {
		font-size: 40px;
	}

	.dt-sc-triangle-title {
		height: 450px;
	}

	.dt-sc-triangle-title:before {
		height: 250px;
		top: 100px;
		width: 250px;
	}

	.dt-sc-triangle-title:after {
		height: 230px;
		top: 110px;
		width: 230px;
	}

	.dt-sc-triangle-title h2 {
		font-size: 22px;
		margin-top: 170px;
	}
}

/*----*****---- << Mobile >> ----*****----*/

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 319px) {

	/** Headings - Titles **/
	.dt-sc-title.with-two-color-bg {
		margin: 0 -15px;
	}

	.dt-sc-title.with-two-color-bg h2 {
		background: none;
		font-size: 18px;
		left: auto;
		padding: 15px 10px;
	}

	.dt-sc-title.with-two-color-stripe:before {
		transform: skewX(-30deg) translateX(-120px);
		-webkit-transform: skewX(-30deg) translateX(-120px);
		-ms-transform: skewX(-30deg) translateX(-120px);
	}

	.dt-sc-title.with-two-color-stripe:after {
		transform: skewX(-30deg) translateX(120px);
		-webkit-transform: skewX(-30deg) translateX(120px);
		-ms-transform: skewX(-30deg) translateX(120px);
	}

	.dt-sc-title.with-boxed h2 {
		font-size: 17px;
		height: 80px;
	}

	.dt-sc-title.with-boxed h2 span {
		font-size: 34px;
	}

	.dt-sc-photography-style:before {
		left: -15px;
		top: -15px;
	}

	.dt-sc-photography-style.alter:before {
		bottom: -15px;
		right: -15px;
	}

	.dt-sc-title.border-title h2 {
		font-size: 18px;
		padding: 0 6px;
	}

	.dt-sc-title.border-title.with-sub-title h3 {
		font-size: 13px;
	}

	.dt-sc-ribbon-title {
		font-size: 14px;
		line-height: 24px;
	}

	.dt-sc-title.with-right-border-decor {
		padding: 0 0 20px 40px;
	}

	.dt-sc-title.with-right-border-decor::before {
		left: 11px;
		top: 36px;
	}

	.dt-sc-title.with-right-border-decor::after {
		height: 11px;
		left: 6px;
		width: 11px;
	}

	.dt-sc-title.with-right-border-decor h2 {
		font-size: 22px;
	}

	.dt-sc-title.with-right-border-decor h2::before {
		border-width: 3px;
		height: 20px;
		left: -42px;
		width: 20px;
	}

	.dt-sc-title.with-right-border-decor .dt-sc-button.large {
		font-size: 11px;
		padding: 20px 30px 18px;
	}

	.dt-sc-triangle-title {
		height: 390px;
	}

	.dt-sc-triangle-title:before {
		height: 195px;
		top: 100px;
		width: 195px;
	}

	.dt-sc-triangle-title:after {
		height: 175px;
		top: 110px;
		width: 175px;
	}

	.dt-sc-triangle-title h2 {
		font-size: 18px;
		margin: 145px 0 0;
	}

	.dt-sc-triangle-title p {
		font-size: 9px;
	}

}