@charset "utf-8";

/* CSS Document */


/*----*****---- << Shortcodes >> ----*****----*/

.dt-sc-hr-invisible-xsmall {
    float: left;
    width: 100%;
    margin: 20px 0px 0px;
    display: block;
    clear: both;
}

.dt-sc-hr-invisible-small {
    float: left;
    width: 100%;
    margin: 40px 0px 0px;
    display: block;
    clear: both;
}

.dt-sc-hr-invisible-medium {
    float: left;
    width: 100%;
    margin: 60px 0px 0px;
    display: block;
    clear: both;
}

.dt-sc-hr-invisible-large {
    float: left;
    width: 100%;
    margin: 80px 0px 0px;
    display: block;
    clear: both;
}

.dt-sc-hr-invisible-xlarge {
    float: left;
    width: 100%;
    margin: 100px 0px 0px;
    display: block;
    clear: both;
}

.dt-sc-hr-top-5 {
    margin-top: 5px;
    float: left;
    clear: both;
    display: block;
    width: 100%;
}

.dt-sc-hr-top-10 {
    margin-top: 10px;
    float: left;
    clear: both;
    display: block;
    width: 100%;
}

.dt-sc-hr-top-20 {
    margin-top: 20px;
    float: left;
    clear: both;
    display: block;
    width: 100%;
}

.dt-sc-hr-top-30 {
    margin-top: 30px;
    float: left;
    clear: both;
    display: block;
    width: 100%;
}

.dt-sc-hr-top-40 {
    margin-top: 40px;
    float: left;
    clear: both;
    display: block;
    width: 100%;
}

.dt-sc-hr-top-50 {
    margin-top: 50px;
    float: left;
    clear: both;
    display: block;
    width: 100%;
}

.dt-sc-small-separator {
    width: 30px;
    height: 2px;
    display: inline-block;
    clear: both;
    text-align: center;
    margin: 15px 0px;
}

.dt-sc-small-separator.aligncenter {
    margin-top: 15px;
    margin-bottom: 15px;
}

.dt-sc-small-separator.bottom,
.dt-sc-small-separator.bottom.aligncenter {
    margin-top: 0px;
}

.dt-sc-small-separator.black {
    background: #000000;
    height: 3px;
}

.dt-sc-diamond-separator {
    width: 10px;
    height: 10px;
    border-radius: 1px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    clear: both;
    text-align: center;
    margin: 10px 0px 20px;
    position: relative;
}

.dt-sc-diamond-separator:before,
.dt-sc-diamond-separator:after {
    content: "";
    position: absolute;
    left: 6px;
    top: -26px;
    margin: auto;
    height: 1px;
    width: 60px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.dt-sc-diamond-separator:after {
    left: -55px;
    top: 35px;
}

.dt-sc-single-line-separator {
    float: left;
    width: 100%;
    margin: 20px 0px;
    display: block;
    clear: both;
    border-top: 1px solid;
}

.dt-sc-single-line-dashed-separator {
    float: left;
    width: 100%;
    margin: 20px 0px;
    display: block;
    clear: both;
    border-top: 1px dashed;
}

.dt-sc-single-line-dotted-separator {
    float: left;
    width: 100%;
    margin: 20px 0px;
    display: block;
    clear: both;
    border-top: 1px dotted;
}

.dt-sc-double-border-separator {
    float: left;
    margin: -10px 0px 30px;
    display: block;
    clear: both;
    width: 150px;
    height: 3px;
    position: relative;
}

.dt-sc-double-border-separator:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -3px;
    height: 1px;
    width: 100%;
}

.aligncenter .dt-sc-double-border-separator {
    float: none;
    display: inline-block;
}

.dt-sc-double-border-separator.aligncenter {
    float: none;
}

.dt-sc-shadow {
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    background: url(../images/services-shadow.png) no-repeat;
    width: 1168px;
    height: 38px;
}


/* Fancy Splitter */

.dt-sc-stamp-divider-down {
    float: left;
    clear: both;
    width: 100%;
    margin: 0px 0px -160px;
    padding: 0px;
    position: relative;
    z-index: 1;
}

.dt-sc-stamp-divider-up {
    float: left;
    clear: both;
    width: 100%;
    margin: -150px 0px 0px;
    padding: 0px;
    position: relative;
    z-index: 1;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


/* Arrows */

.dt-sc-down-arrow,
.dt-sc-up-arrow,
.dt-sc-up-arrow-bottom {
    position: relative;
}

.dt-sc-down-arrow:before,
.dt-sc-up-arrow:before,
.dt-sc-up-arrow-bottom:before,
.dt-sc-up-arrow-bottom:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 0px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    width: 0px;
}

.dt-sc-down-arrow:before {
    border-top: 15px solid;
}

.dt-sc-up-arrow:before,
.dt-sc-up-arrow-bottom:before {
    border-bottom: 15px solid;
    top: -15px;
}

.dt-sc-up-arrow-bottom:before {
    top: inherit;
    bottom: 0px;
}

.dt-sc-clear {
    float: none;
    clear: both;
    margin: 0px;
    padding: 0px;
}


/*----*****---- << Columns >> ----*****----*/

.column {
    margin: 0px 0px 0px 2%;
    float: left;
    min-height: 1px;
    position: relative;
    box-sizing: border-box;
}

.column.first {
    margin-left: 0px;
    clear: both;
}

.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-half {
    width: 49%;
}

.dt-sc-one-third {
    width: 32%;
}

.dt-sc-two-third {
    width: 66%;
}

.dt-sc-one-fourth {
    width: 23.5%;
}

.dt-sc-three-fourth {
    width: 74.5%;
}

.dt-sc-one-fifth {
    width: 18.4%;
}

.dt-sc-two-fifth {
    width: 38.8%;
}

.dt-sc-three-fifth {
    width: 59.2%;
}

.dt-sc-four-fifth {
    width: 79.6%;
}

.dt-sc-one-sixth {
    width: 15%;
}

.dt-sc-two-sixth {
    width: 32%;
}

.dt-sc-three-sixth {
    width: 49%;
}

.dt-sc-four-sixth {
    width: 66%;
}

.dt-sc-five-sixth {
    width: 83%;
}

.column img,
.vc_column_container img {
    max-width: 100%;
    height: auto;
    display: inherit;
}

.dt-sc-one-half iframe,
.dt-sc-one-third iframe,
.dt-sc-one-fourth iframe,
.dt-sc-three-fourth iframe,
.dt-sc-two-third iframe,
iframe {
    max-width: 100%;
}

embed,
iframe,
object,
video {
    max-width: 100%;
}

.column.no-space {
    margin-left: 0px;
    margin-right: 0px;
}

.column.no-space.dt-sc-one-fourth {
    width: 24.982%;
}

.column.no-space.dt-sc-one-third {
    width: 33.333333%;
}

.column.no-space.dt-sc-one-half {
    width: 50%;
}

.column.no-space.dt-sc-one-fifth,
.wpb_column.no-space.dt-sc-one-fifth {
    width: 20%;
}

.column.no-space.dt-sc-one-sixth {
    width: 16.666%;
}

.column.no-space.dt-sc-three-fourth {
    width: 75%;
}

.column.no-space.dt-sc-two-third {
    width: 66.666666%;
}

.column.no-space.dt-sc-four-fifth,
.wpb_column.no-space.dt-sc-four-fifth {
    width: 80%;
}

.column.no-space.dt-sc-three-fifth,
.wpb_column.no-space.dt-sc-three-fifth {
    width: 60%;
}

.column.no-space.dt-sc-two-fifth,
.wpb_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.98%;
}

.column.no-space.dt-sc-four-sixth {
    width: 66.4%;
}

.column.no-space.dt-sc-five-sixth {
    width: 83%;
}

.column.wpb_column.dt-sc-one-fifth {
    width: 18.4%;
}

.wpb_column.dt-sc-one-fifth {
    width: 20%;
}

.wpb_column.dt-sc-two-fifth {
    width: 40%;
}

.wpb_column.dt-sc-three-fifth {
    width: 60%;
}


/*----*****---- << Title >> ----*****----*/

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

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

.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: 0px;
    right: 114%;
    right: -webkit-calc(100% + 30px);
    right: -moz-calc(100% + 30px);
    right: calc(100% + 30px);
    position: absolute;
    -ms-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    width: 9000px;
}

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

.dt-sc-title.script-with-sub-title h2 {
    font-family: 'Great Vibes', cursive;
    font-weight: normal;
    margin-bottom: 0px;
    letter-spacing: normal;
}

.dt-sc-title.with-two-border h2 {
    position: relative;
    display: inline-block;
}

.dt-sc-title.with-two-border h2:before,
.dt-sc-title.with-two-border h2:after {
    content: "";
    position: absolute;
    top: 15px;
    width: 80px;
    height: 2px;
}

.dt-sc-title.with-two-border h2:before {
    left: -100px;
}

.dt-sc-title.with-two-border h2:after {
    right: -99px;
}

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

.dt-sc-title.with-sub-title h3 {
    font-size: 14px;
    letter-spacing: 1px;
}

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

.dt-sc-title.with-two-color-stripe:before {
    content: "";
    height: 100%;
    top: 0px;
    right: 103%;
    right: -webkit-calc(100% + 30px);
    right: -moz-calc(100% + 30px);
    right: calc(100% + 30px);
    position: absolute;
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    transform: skewX(-30deg);
    width: 9000px;
}

.dt-sc-title.with-two-color-stripe:after {
    content: "";
    height: 100%;
    top: 0px;
    left: 103%;
    left: -webkit-calc(100% + 30px);
    left: -moz-calc(100% + 30px);
    left: calc(100% + 30px);
    position: absolute;
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    transform: skewX(-30deg);
    width: 9000px;
}

.dt-sc-title.with-two-color-stripe h3 {
    font-size: 20px;
    margin: 40px 0 -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: 0;
}

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

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

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

.dt-sc-title.with-right-border-decor:before {
    content: "";
    position: absolute;
    left: 21px;
    top: 40px;
    height: 89%;
    height: -webkit-calc(100% - 40px);
    height: -moz-calc(100% - 40px);
    height: calc(100% - 40px);
    width: 1px;
}

.dt-sc-title.with-right-border-decor:after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 0px;
    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 0px 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: -64px;
    top: 13px;
    width: 24px;
    height: 24px;
    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-boxed {
    height: 100%;
    margin-bottom: 35px;
    text-transform: uppercase;
    width: 100%;
    z-index: 1;
    box-sizing: border-box;
}

.dt-sc-title.with-boxed h2 {
    font-size: 34px;
    font-weight: bold;
    height: auto;
    line-height: 36px;
    margin: auto;
    overflow: hidden;
    padding: 20px 25px;
}

.dt-sc-title.with-boxed h2>i {
    display: block;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1.4px;
    line-height: 30px;
    margin-top: 5px;
    text-transform: none;
}

.dt-sc-title.with-boxed h2 span {
    color: rgba(0, 0, 0, 0.085);
    display: block;
    font-size: 120px;
    margin: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    bottom: -30px;
    right: -5px;
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.dt-sc-title.with-boxed h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}

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

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


/* Magazine Title */

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

.mz-title .mz-title-content {
    margin-bottom: 30px;
    position: relative;
    clear: both;
    float: left;
    border-bottom: 2px solid !important;
}

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

.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;
    -webkit-transform: skewX(30deg);
    -moz-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    -o-transform: skewX(30deg);
    transform: skewX(30deg);
    width: 9000px;
    border-bottom: 2px solid #f3f3f3;
}

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

.mz-title .mz-title-content h2,
.mz-title-content h3.widgettitle {
    color: #fff;
}

.mz-title .mz-title-content:after {
    background: #f3f3f3;
}

.mz-title .mz-title-content {
    border-color: #9a2e22 !important;
}

.mz-title .mz-title-content:before {
    border-bottom-color: #9a2e22;
}


/* Magazine stripe title */

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

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

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

.mz-stripe-title .mz-stripe-title-content h2,
.mz-stripe-title .mz-stripe-title-content h3.widgettitle {
    background: #000;
    padding: 12px 15px;
    position: relative;
    z-index: 1;
    margin: 0px;
    left: 0px;
    font-size: 16px;
    text-transform: uppercase;
}

.mz-stripe-title .mz-stripe-title-content h2,
.mz-stripe-title .mz-stripe-title-content h3.widgettitle {
    color: #fff;
}

.mz-stripe-title.blue .mz-stripe-title-content h2 {
    background: #3498db;
}

.mz-stripe-title.purple .mz-stripe-title-content h2 {
    background: #9b59b6;
}

.mz-stripe-title.pink .mz-stripe-title-content h2 {
    background: #f13d7a;
}

.mz-stripe-title.orange .mz-stripe-title-content h2 {
    background: #e67e22;
}

.mz-stripe-title.cyan .mz-stripe-title-content h2 {
    background: #1abc9c;
}

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

.dt-sc-title.is-strong>* {
    font-weight: bold;
}

.dt-sc-title.two-colored strong~span {
    font-weight: 300;
}

.dt-sc-title.two-colored span {
    margin-left: 5px;
}

.dt-sc-title.two-colored *,
.dt-sc-title.single-colored * {
    margin-bottom: 0;
}

.dt-sc-title.two-colored h1,
.dt-sc-title.single-colored h1 {
    font-size: 46px;
}

.dt-sc-title.two-colored h2,
.dt-sc-title.single-colored h2 {
    font-size: 40px;
}

.dt-sc-title.two-colored h3,
.dt-sc-title.single-colored h3 {
    font-size: 34px;
}

.dt-sc-title.two-colored h4,
.dt-sc-title.single-colored h4 {
    font-size: 28px;
}

.dt-sc-title.two-colored h5,
.dt-sc-title.single-colored h5 {
    font-size: 24px;
}

.dt-sc-title.two-colored h6,
.dt-sc-title.single-colored h6 {
    font-size: 22px;
}

.dt-sc-title.with-design-leftside>*,
.dt-sc-title.with-design-rightside>* {
    display: inline-block;
    position: relative;
}

.dt-sc-title.with-design-leftside>*:before,
.dt-sc-title.with-design-rightside>*:after {
    background-repeat: no-repeat;
    content: "";
    height: 17px;
    position: absolute;
    top: 50%;
    width: 39px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dt-sc-title.with-design-leftside>*:before {
    background-image: url(../images/title-before-design.png);
    left: -54px;
}

.dt-sc-title.with-design-rightside>*:after {
    background-image: url(../images/title-after-design.png);
    right: -54px;
}

.dt-sc-dark-bg .dt-sc-title.with-design-leftside>*:before,
.skin-highlight-primary-bg .dt-sc-title.with-design-leftside>*:before,
.skin-highlight-secondary-bg .dt-sc-title.with-design-leftside>*:before {
    background-image: url(../images/title-before-design-white.png);
    left: -54px;
}

.dt-sc-dark-bg .dt-sc-title.with-design-leftside>*:after,
.skin-highlight-primary-bg .dt-sc-title.with-design-rightside>*:after,
.skin-highlight-secondary-bg .dt-sc-title.with-design-rightside>*:after {
    background-image: url(../images/title-after-design-white.png);
    right: -54px;
}


/*----*****---- << Buttons >> ----*****----*/

.dt-sc-button {
    font-size: 12px;
    padding: 8px 15px;
    line-height: normal;
    display: inline-block;
    margin: 10px 0px 0px;
    cursor: pointer;
    outline: none;
    position: relative;
    z-index: 1;
}

.dt-sc-button {
    background: rgba(0, 0, 0, 0.05);
    color: #000000;
}

.dt-sc-button:hover {
    color: #ffffff;
}

.dt-sc-button.filled,
.dt-sc-button.filled:hover {
    color: #ffffff;
}

.dt-sc-button.rounded-border,
.dt-sc-button.bordered {
    border: 1px solid;
    border-radius: 3px;
    background: none;
}

.dt-sc-button.rounded-border:hover,
.dt-sc-button.bordered:hover {
    color: #ffffff;
    border-radius: 5px;
}

.dt-sc-button.bordered,
.dt-sc-button.bordered:hover {
    border-radius: 0px;
}

.dt-sc-button.partially-rounded {
    border-radius: 15px 0px;
}

.dt-sc-button.partially-rounded:hover {
    border-radius: 0px 15px;
}

.dt-sc-button.rounded-border.black,
.dt-sc-button.bordered.black,
.dt-sc-button.fully-rounded-border.black {
    border-color: #000000;
    color: #000000;
}

.dt-sc-button.with-shadow {
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.2);
}

.dt-sc-button.with-shadow.white {
    background: #ffffff;
}

.dt-sc-button.with-shadow.white:hover {
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
}

.rounded-corner {
    border-radius: 5px;
}

.fully-rounded-corner {
    border-radius: 50px;
}

.dt-sc-button.filled.white {
    background: #ffffff;
    color: #000000;
}

.dt-sc-button.filled.white:hover {
    color: #ffffff;
}

.dt-sc-button.filled.black {
    background: #000000;
}

.dt-sc-button.small {
    font-size: 14px;
    padding: 12px 20px;
}

.dt-sc-button.medium {
    font-size: 16px;
    padding: 14px 30px;
}

.dt-sc-button.large {
    font-size: 18px;
    padding: 16px 40px;
}

.dt-sc-button.xlarge {
    font-size: 20px;
    padding: 22px 50px;
}

.dt-sc-button.with-icon.icon-right span {
    margin-left: 10px;
}

.dt-sc-button.dt-sc-left-margin {
    margin-left: 20px;
}

.dt-sc-button.small.fully-rounded-corner {
    padding-left: 30px;
    padding-right: 30px;
}

.dt-sc-button.medium.fully-rounded-corner {
    padding-left: 40px;
    padding-right: 40px;
}

.dt-sc-button.large.fully-rounded-corner {
    padding-left: 50px;
    padding-right: 50px;
}

.dt-sc-button.xlarge.fully-rounded-corner {
    padding-left: 60px;
    padding-right: 60px;
}


/* Right icon Type1 */

.dt-sc-button.with-icon.icon-right.type1 {
    padding-right: 14px;
}

.dt-sc-button.with-icon.icon-right.type1 span {
    margin-left: 35px;
}

.dt-sc-button.with-icon.icon-right.type1 {
    position: relative;
    letter-spacing: 0.5px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.dt-sc-button.with-icon.icon-right.type1:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.dt-sc-button.with-icon.icon-right.type1:before {
    left: auto;
    right: 10px;
    z-index: 2;
}

.dt-sc-button.with-icon.icon-right.type1:after {
    width: 35%;
    height: 200%;
    z-index: 1;
    right: 0;
    top: 0;
    margin: -5px 0 0 -5px;
    -webkit-transform-origin: 0 0;
    -webkit-transform: rotate(-20deg);
    -moz-transform-origin: 0 0;
    -moz-transform: rotate(-20deg);
    -ms-transform-origin: 0 0;
    -ms-transform: rotate(-20deg);
    -o-transform-origin: 0 0;
    -o-transform: rotate(-20deg);
    transform-origin: 0 0;
    transform: rotate(-20deg);
}

.dt-sc-button.with-icon.icon-right.type1:hover:after {
    width: 40%;
}

.dt-sc-button.large.with-icon.icon-right.type1:after {
    width: 30%;
}

.dt-sc-button.large.with-icon.icon-right.type1:hover:after {
    width: 35%;
}

.dt-sc-button.xlarge.with-icon.icon-right.type1:after {
    width: 28%;
}

.dt-sc-button.xlarge.with-icon.icon-right.type1:hover:after {
    width: 33%;
}


/* Right icon Type2 */

.dt-sc-button.with-icon.icon-right.type2 span {
    padding: 23px 0px 9px 20px;
    position: absolute;
    margin: 0px 0px 0px 15px;
    display: inline-block;
    top: 0px;
    right: 21px;
    box-sizing: border-box;
    height: 100%;
}

.dt-sc-button.with-icon.icon-right.type2 span:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.dt-sc-button.small.with-icon.icon-right.type2 {
    padding: 13px 70px 11px 20px;
}

.dt-sc-button.small.with-icon.icon-right.type2 span {
    padding-top: 12px;
    font-size: 16px;
}

.dt-sc-button.medium.with-icon.icon-right.type2 {
    padding: 16px 75px 14px 23px;
}

.dt-sc-button.medium.with-icon.icon-right.type2 span {
    padding-top: 16px;
    font-size: 18px;
}

.dt-sc-button.large.with-icon.icon-right.type2 {
    padding: 20px 80px 18px 25px;
}

.dt-sc-button.large.with-icon.icon-right.type2 span {
    padding-top: 21px;
    font-size: 20px;
}

.dt-sc-button.xlarge.with-icon.icon-right.type2 {
    padding: 26px 100px 24px 30px;
}

.dt-sc-button.xlarge.with-icon.icon-right.type2 span {
    padding-top: 26px;
    padding-left: 25px;
    right: 25px;
    font-size: 24px;
}


/* Right icon Type3 */

.dt-sc-button.with-icon.icon-right.type3 {
    text-transform: none;
}

.dt-sc-button.with-icon.icon-right.type3 span {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: 100%;
    background: #000;
    color: #fff;
    text-align: center;
}

.dt-sc-button.with-icon.icon-right.type3 span:before {
    bottom: 0px;
    height: 12px;
    left: 0px;
    margin: auto;
    position: absolute;
    right: 0px;
    top: 0px;
}

.dt-sc-button.small.with-icon.icon-right.type3 {
    padding-right: 60px;
    font-size: 14px;
}

.dt-sc-button.small.with-icon.icon-right.type3 span {
    width: 40px;
    font-size: 14px;
}

.dt-sc-button.medium.with-icon.icon-right.type3 {
    padding: 13px 75px 13px 25px;
    font-size: 16px;
}

.dt-sc-button.medium.with-icon.icon-right.type3 span {
    width: 50px;
    font-size: 16px;
}

.dt-sc-button.large.with-icon.icon-right.type3 {
    padding-right: 100px;
    font-size: 18px;
}

.dt-sc-button.large.with-icon.icon-right.type3 span {
    width: 60px;
    font-size: 18px;
}

.dt-sc-button.large.with-icon.icon-right.type3 span:before {
    height: 14px;
}

.dt-sc-button.xlarge.with-icon.icon-right.type3 {
    padding-right: 130px;
    font-size: 20px;
}

.dt-sc-button.xlarge.with-icon.icon-right.type3 span {
    width: 80px;
    font-size: 20px;
}

.dt-sc-button.xlarge.with-icon.icon-right.type3 span:before {
    height: 16px;
}


/* Left icon Type1 */

.dt-sc-button.with-icon.icon-left span {
    float: left;
}

.dt-sc-button.small.with-icon.icon-left {
    padding: 13px 20px 11px;
}

.dt-sc-button.small.with-icon.icon-left span {
    margin-right: 15px;
}

.dt-sc-button.medium.with-icon.icon-left {
    padding: 16px 25px 14px;
}

.dt-sc-button.medium.with-icon.icon-left span {
    margin-right: 20px;
}

.dt-sc-button.large.with-icon.icon-left {
    padding: 20px 30px 18px;
}

.dt-sc-button.large.with-icon.icon-left span {
    margin-right: 20px;
}

.dt-sc-button.xlarge.with-icon.icon-left {
    padding: 26px 35px 24px;
}

.dt-sc-button.xlarge.with-icon.icon-left span {
    margin-right: 25px;
}


/* Left icon Type2 */

.dt-sc-button.with-icon.icon-left.type2 span:after {
    content: "";
    position: absolute;
    top: 0px;
    height: 100%;
    width: 1px;
}

.dt-sc-button.with-icon.icon-left.type2 span {
    text-align: center;
}

.dt-sc-button.small.with-icon.icon-left.type2 {
    padding-left: 15px;
}

.dt-sc-button.small.with-icon.icon-left.type2 span {
    width: 15px;
    padding-right: 15px;
    margin-right: 15px;
}

.dt-sc-button.small.with-icon.icon-left.type2 span:after {
    left: 45px;
}

.dt-sc-button.small.with-icon.icon-left.type2 span.pe-icon {
    font-size: 15px;
}

.dt-sc-button.medium.with-icon.icon-left.type2 {
    padding-left: 20px;
}

.dt-sc-button.medium.with-icon.icon-left.type2 span {
    width: 15px;
    padding-right: 20px;
    margin-right: 20px;
}

.dt-sc-button.with-icon.icon-left.type2 span.pe-icon {
    font-size: 20px;
    font-weight: bold;
}

.dt-sc-button.medium.with-icon.icon-left.type2 span:after {
    left: 55px;
}

.dt-sc-button.large.with-icon.icon-left.type2 {
    padding-left: 25px;
}

.dt-sc-button.large.with-icon.icon-left.type2 span {
    width: 17px;
    padding-right: 25px;
    margin-right: 25px;
}

.dt-sc-button.large.with-icon.icon-left.type2 span:after {
    left: 67px;
}

.dt-sc-button.xlarge.with-icon.icon-left.type2 {
    padding-left: 30px;
}

.dt-sc-button.xlarge.with-icon.icon-left.type2 span {
    width: 20px;
    padding-right: 30px;
    margin-right: 30px;
}

.dt-sc-button.xlarge.with-icon.icon-left.type2 span:after {
    left: 80px;
}

.dt-sc-button.grey {
    color: rgba(0, 0, 0, 0.4);
    background: rgba(0, 0, 0, 0.1);
}

.dt-sc-button.grey.with-icon.icon-left span:after {
    background: #ffffff;
}

.dt-sc-button.grey.with-icon.icon-left:hover span:after {
    background: rgba(0, 0, 0, 0.05);
}

.dt-sc-button.fully-rounded-border {
    background: none;
}

.dt-sc-button.fully-rounded-border,
.dt-sc-button.fully-rounded-border:hover {
    border: 2px solid;
    border-radius: 50px;
}

.dt-sc-button.fully-rounded-border.small {
    padding: 14px 25px 11px;
}

.dt-sc-button.fully-rounded-border.medium {
    padding: 17px 30px 14px;
}

.dt-sc-button.fully-rounded-border:hover {
    color: #ffffff;
}


/* Big Colored Buttons */

.dt-sc-colored-big-buttons {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
    line-height: normal;
    padding: 25px 30px;
    border: 1px solid;
    background: #ffffff;
    text-align: left;
    color: #000000;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 0.5px;
    font-weight: 300;
}

.dt-sc-colored-big-buttons:hover {
    color: #ffffff;
}

.dt-sc-colored-big-buttons.with-left-icon {
    padding-left: 110px;
}

.dt-sc-colored-big-buttons span {
    border-right: 1px solid transparent;
    color: #ffffff;
    font-size: 30px;
    line-height: 92px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    vertical-align: middle;
    width: 80px;
    border-radius: 3px 0 0 3px;
}

.dt-sc-colored-big-buttons span:only-child {
    line-height: 72px;
}

.dt-sc-colored-big-buttons span.pe-icon {
    font-size: 35px;
}

.dt-sc-colored-big-buttons:hover span {
    background: #ffffff;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.dt-sc-colored-big-buttons.blue {
    border-color: #015c89;
}

.dt-sc-colored-big-buttons.orange {
    border-color: #f27935;
}

.dt-sc-colored-big-buttons.green {
    border-color: #6ca04a;
}

.dt-sc-colored-big-buttons.blue span,
.dt-sc-colored-big-buttons.blue:hover {
    background: #015c89;
}

.dt-sc-colored-big-buttons.orange span,
.dt-sc-colored-big-buttons.orange:hover {
    background: #f27935;
}

.dt-sc-colored-big-buttons.green span,
.dt-sc-colored-big-buttons.green:hover {
    background: #6ca04a;
}

.dt-sc-colored-big-buttons.blue:hover span {
    background: #015078;
}

.dt-sc-colored-big-buttons.orange:hover span {
    background: #e07231;
}

.dt-sc-colored-big-buttons.green:hover span {
    background: #618f42;
}

.dt-sc-readmore-plus-icon {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
}

.dt-sc-readmore-plus-icon:before,
.dt-sc-readmore-plus-icon:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.dt-sc-readmore-plus-icon:before {
    height: 1px;
    width: 30px;
}

.dt-sc-readmore-plus-icon:after {
    height: 30px;
    width: 1px;
}


/* Variations */

.dt-sc-button.blue,
.dt-sc-button.blue.rounded-border:hover,
.dt-sc-button.blue.bordered:hover,
.dt-sc-button.blue.fully-rounded-border:hover,
.dt-sc-button.brown,
.dt-sc-button.brown.rounded-border:hover,
.dt-sc-button.brown.bordered:hover,
.dt-sc-button.brown.fully-rounded-border:hover,
.dt-sc-button.cadetblue,
.dt-sc-button.cadetblue.rounded-border:hover,
.dt-sc-button.cadetblue.bordered:hover,
.dt-sc-button.cadetblue.fully-rounded-border:hover,
.dt-sc-button.chillipepper,
.dt-sc-button.chillipepper.rounded-border:hover,
.dt-sc-button.chillipepper.bordered:hover,
.dt-sc-button.chillipepper.fully-rounded-border:hover,
.dt-sc-button.cyan,
.dt-sc-button.cyan.rounded-border:hover,
.dt-sc-button.cyan.bordered:hover,
.dt-sc-button.cyan.fully-rounded-border:hover,
.dt-sc-button.darkgolden,
.dt-sc-button.darkgolden.rounded-border:hover,
.dt-sc-button.darkgolden.bordered:hover,
.dt-sc-button.darkgolden.fully-rounded-border:hover,
.dt-sc-button.deeporange,
.dt-sc-button.deeporange.rounded-border:hover,
.dt-sc-button.deeporange.bordered:hover,
.dt-sc-button.deeporange.fully-rounded-border:hover,
.dt-sc-button.deeppurple,
.dt-sc-button.deeppurple.rounded-border:hover,
.dt-sc-button.deeppurple.bordered:hover,
.dt-sc-button.deeppurple.fully-rounded-border:hover,
.dt-sc-button.green,
.dt-sc-button.green.rounded-border:hover,
.dt-sc-button.green.bordered:hover,
.dt-sc-button.green.fully-rounded-border:hover,
.dt-sc-button.lime,
.dt-sc-button.lime.rounded-border:hover,
.dt-sc-button.lime.bordered:hover,
.dt-sc-button.lime.fully-rounded-border:hover,
.dt-sc-button.megenta,
.dt-sc-button.megenta.rounded-border:hover,
.dt-sc-button.megenta.bordered:hover,
.dt-sc-button.megenta.fully-rounded-border:hover,
.dt-sc-button.orange,
.dt-sc-button.orange.rounded-border:hover,
.dt-sc-button.orange.bordered:hover,
.dt-sc-button.orange.fully-rounded-border:hover,
.dt-sc-button.pink,
.dt-sc-button.pink.rounded-border:hover,
.dt-sc-button.pink.bordered:hover,
.dt-sc-button.pink.fully-rounded-border:hover,
.dt-sc-button.purple,
.dt-sc-button.purple.rounded-border:hover,
.dt-sc-button.purple.bordered:hover,
.dt-sc-button.purple.fully-rounded-border:hover,
.dt-sc-button.red,
.dt-sc-button.red.rounded-border:hover,
.dt-sc-button.red.bordered:hover,
.dt-sc-button.red.fully-rounded-border:hover,
.dt-sc-button.skyblue,
.dt-sc-button.skyblue.rounded-border:hover,
.dt-sc-button.skyblue.bordered:hover,
.dt-sc-button.skyblue.fully-rounded-border:hover,
.dt-sc-button.teal,
.dt-sc-button.teal.rounded-border:hover,
.dt-sc-button.teal.bordered:hover,
.dt-sc-button.teal.fully-rounded-border:hover,
.dt-sc-button.turquoise,
.dt-sc-button.turquoise.rounded-border:hover,
.dt-sc-button.turquoise.bordered:hover,
.dt-sc-button.turquoise.fully-rounded-border:hover,
.dt-sc-button.wisteria,
.dt-sc-button.wisteria.rounded-border:hover,
.dt-sc-button.wisteria.bordered:hover,
.dt-sc-button.wisteria.fully-rounded-border:hover {
    color: #ffffff;
}

.dt-sc-button.blue.rounded-border,
.dt-sc-button.blue.bordered,
.dt-sc-button.blue.fully-rounded-border,
.dt-sc-button.brown.rounded-border,
.dt-sc-button.brown.bordered,
.dt-sc-button.brown.fully-rounded-border,
.dt-sc-button.cadetblue.rounded-border,
.dt-sc-button.cadetblue.bordered,
.dt-sc-button.cadetblue.fully-rounded-border,
.dt-sc-button.chillipepper.rounded-border,
.dt-sc-button.chillipepper.bordered,
.dt-sc-button.chillipepper.fully-rounded-border,
.dt-sc-button.cyan.rounded-border,
.dt-sc-button.cyan.bordered,
.dt-sc-button.cyan.fully-rounded-border,
.dt-sc-button.darkgolden.rounded-border,
.dt-sc-button.darkgolden.bordered,
.dt-sc-button.darkgolden.fully-rounded-border,
.dt-sc-button.deeporange.rounded-border,
.dt-sc-button.deeporange.bordered,
.dt-sc-button.deeporange.fully-rounded-border,
.dt-sc-button.deeppurple.rounded-border,
.dt-sc-button.deeppurple.bordered,
.dt-sc-button.deeppurple.fully-rounded-border,
.dt-sc-button.green.rounded-border,
.dt-sc-button.green.bordered,
.dt-sc-button.green.fully-rounded-border,
.dt-sc-button.lime.rounded-border,
.dt-sc-button.lime.bordered,
.dt-sc-button.lime.fully-rounded-border,
.dt-sc-button.megenta.rounded-border,
.dt-sc-button.megenta.bordered,
.dt-sc-button.megenta.fully-rounded-border,
.dt-sc-button.orange.rounded-border,
.dt-sc-button.orange.bordered,
.dt-sc-button.orange.fully-rounded-border,
.dt-sc-button.pink.rounded-border,
.dt-sc-button.pink.bordered,
.dt-sc-button.pink.fully-rounded-border,
.dt-sc-button.purple.rounded-border,
.dt-sc-button.purple.bordered,
.dt-sc-button.purple.fully-rounded-border,
.dt-sc-button.red.rounded-border,
.dt-sc-button.red.bordered,
.dt-sc-button.red.fully-rounded-border,
.dt-sc-button.skyblue.rounded-border,
.dt-sc-button.skyblue.bordered,
.dt-sc-button.skyblue.fully-rounded-border,
.dt-sc-button.teal.rounded-border,
.dt-sc-button.teal.bordered,
.dt-sc-button.teal.fully-rounded-border,
.dt-sc-button.turquoise.rounded-border,
.dt-sc-button.turquoise.bordered,
.dt-sc-button.turquoise.fully-rounded-border,
.dt-sc-button.wisteria.rounded-border,
.dt-sc-button.wisteria.bordered,
.dt-sc-button.wisteria.fully-rounded-border,
.dt-sc-button.yellow.rounded-border,
.dt-sc-button.yellow.bordered,
.dt-sc-button.yellow.fully-rounded-border {
    background: none;
}

.dt-sc-button.white.rounded-border,
.dt-sc-button.white.bordered,
.dt-sc-button.white.fully-rounded-border {
    color: #ffffff;
    border-color: #ffffff;
}

.dt-sc-button.white.rounded-border:hover,
.dt-sc-button.white.bordered:hover,
.dt-sc-button.white.fully-rounded-border:hover {
    color: #000000;
    background: #ffffff;
    border-color: #ffffff;
}

.dt-sc-button.yellow,
.dt-sc-button.yellow.rounded-border:hover,
.dt-sc-button.yellow.bordered:hover,
.dt-sc-button.yellow.fully-rounded-border:hover {
    color: #000000;
}


/* Blue */

.dt-sc-button.blue,
.dt-sc-button.blue.filled,
.dt-sc-button.blue.rounded-border:hover,
.dt-sc-button.blue.bordered:hover,
.dt-sc-button.blue.fully-rounded-border:hover {
    background: #006177;
}

.dt-sc-button.blue:hover,
.dt-sc-button.blue.filled:hover,
.dt-sc-button.blue.with-icon.icon-right.type1:hover {
    background: rgba(0, 97, 119, 0.75);
}

.dt-sc-button.blue.rounded-border,
.dt-sc-button.blue.bordered,
.dt-sc-button.blue.fully-rounded-border {
    color: #006177;
}

.dt-sc-button.blue.fully-rounded-border,
.dt-sc-button.blue.rounded-border:hover,
.dt-sc-button.blue.bordered:hover,
.dt-sc-button.blue.fully-rounded-border:hover {
    border-color: #006177;
}


/* Brown */

.dt-sc-button.brown,
.dt-sc-button.brown.filled,
.dt-sc-button.brown.rounded-border:hover,
.dt-sc-button.brown.bordered:hover,
.dt-sc-button.brown.fully-rounded-border:hover {
    background: #795548;
}

.dt-sc-button.brown:hover,
.dt-sc-button.brown.filled:hover,
.dt-sc-button.brown.with-icon.icon-right.type1:hover {
    background: #573a30;
}

.dt-sc-button.brown.rounded-border,
.dt-sc-button.brown.bordered,
.dt-sc-button.brown.fully-rounded-border {
    color: #795548;
}

.dt-sc-button.brown.fully-rounded-border,
.dt-sc-button.brown.rounded-border:hover,
.dt-sc-button.brown.bordered:hover,
.dt-sc-button.brown.fully-rounded-border:hover {
    border-color: #795548;
}


/* CadetBlue */

.dt-sc-button.cadetblue,
.dt-sc-button.cadetblue.filled,
.dt-sc-button.cadetblue.rounded-border:hover,
.dt-sc-button.cadetblue.bordered:hover,
.dt-sc-button.cadetblue.fully-rounded-border:hover {
    background: #3c939d;
}

.dt-sc-button.cadetblue:hover,
.dt-sc-button.cadetblue.filled:hover,
.dt-sc-button.cadetblue.with-icon.icon-right.type1:hover {
    background: #34818a;
}

.dt-sc-button.cadetblue.rounded-border,
.dt-sc-button.cadetblue.bordered,
.dt-sc-button.cadetblue.fully-rounded-border {
    color: #3c939d;
}

.dt-sc-button.cadetblue.fully-rounded-border,
.dt-sc-button.cadetblue.rounded-border:hover,
.dt-sc-button.cadetblue.bordered:hover,
.dt-sc-button.cadetblue.fully-rounded-border:hover {
    border-color: #3c939d;
}


/* Chillipepper */

.dt-sc-button.chillipepper,
.dt-sc-button.chillipepper.filled,
.dt-sc-button.chillipepper.rounded-border:hover,
.dt-sc-button.chillipepper.bordered:hover,
.dt-sc-button.chillipepper.fully-rounded-border:hover {
    background: #c10841;
}

.dt-sc-button.chillipepper:hover,
.dt-sc-button.chillipepper.filled:hover,
.dt-sc-button.chillipepper.with-icon.icon-right.type1:hover {
    background: #9d0836;
}

.dt-sc-button.chillipepper.rounded-border,
.dt-sc-button.chillipepper.bordered,
.dt-sc-button.chillipepper.fully-rounded-border {
    color: #c10841;
}

.dt-sc-button.chillipepper.fully-rounded-border,
.dt-sc-button.chillipepper.rounded-border:hover,
.dt-sc-button.chillipepper.bordered:hover,
.dt-sc-button.chillipepper.fully-rounded-border:hover {
    border-color: #c10841;
}


/* Cyan */

.dt-sc-button.cyan,
.dt-sc-button.cyan.filled,
.dt-sc-button.cyan.rounded-border:hover,
.dt-sc-button.cyan.bordered:hover,
.dt-sc-button.cyan.fully-rounded-border:hover {
    background: #00bcd4;
}

.dt-sc-button.cyan:hover,
.dt-sc-button.cyan.filled:hover,
.dt-sc-button.cyan.with-icon.icon-right.type1:hover {
    background: #00a0b4;
}

.dt-sc-button.cyan.rounded-border,
.dt-sc-button.cyan.bordered,
.dt-sc-button.cyan.fully-rounded-border {
    color: #00bcd4;
}

.dt-sc-button.cyan.fully-rounded-border,
.dt-sc-button.cyan.rounded-border:hover,
.dt-sc-button.cyan.bordered:hover,
.dt-sc-button.cyan.fully-rounded-border:hover {
    border-color: #00bcd4;
}


/* Darkgolden */

.dt-sc-button.darkgolden,
.dt-sc-button.darkgolden.filled,
.dt-sc-button.darkgolden.rounded-border:hover,
.dt-sc-button.darkgolden.bordered:hover,
.dt-sc-button.darkgolden.fully-rounded-border:hover {
    background: #b48b3c;
}

.dt-sc-button.darkgolden:hover,
.dt-sc-button.darkgolden.filled:hover,
.dt-sc-button.darkgolden.with-icon.icon-right.type1:hover {
    background: #a17b35;
}

.dt-sc-button.darkgolden.rounded-border,
.dt-sc-button.darkgolden.bordered,
.dt-sc-button.darkgolden.fully-rounded-border {
    color: #b48b3c;
}

.dt-sc-button.darkgolden.fully-rounded-border,
.dt-sc-button.darkgolden.rounded-border:hover,
.dt-sc-button.darkgolden.bordered:hover,
.dt-sc-button.darkgolden.fully-rounded-border:hover {
    border-color: #b48b3c;
}


/* DeepOrange */

.dt-sc-button.deeporange,
.dt-sc-button.deeporange.filled,
.dt-sc-button.deeporange.rounded-border:hover,
.dt-sc-button.deeporange.bordered:hover,
.dt-sc-button.deeporange.fully-rounded-border:hover {
    background: #ff5722;
}

.dt-sc-button.deeporange:hover,
.dt-sc-button.deeporange.filled:hover,
.dt-sc-button.deeporange.with-icon.icon-right.type1:hover {
    background: #db4211;
}

.dt-sc-button.deeporange.rounded-border,
.dt-sc-button.deeporange.bordered,
.dt-sc-button.deeporange.fully-rounded-border {
    color: #ff5722;
}

.dt-sc-button.deeporange.fully-rounded-border,
.dt-sc-button.deeporange.rounded-border:hover,
.dt-sc-button.deeporange.bordered:hover,
.dt-sc-button.deeporange.fully-rounded-border:hover {
    border-color: #ff5722;
}


/* DeepPurple */

.dt-sc-button.deeppurple,
.dt-sc-button.deeppurple.filled,
.dt-sc-button.deeppurple.rounded-border:hover,
.dt-sc-button.deeppurple.bordered:hover,
.dt-sc-button.deeppurple.fully-rounded-border:hover {
    background: #673ab7;
}

.dt-sc-button.deeppurple:hover,
.dt-sc-button.deeppurple.filled:hover,
.dt-sc-button.deeppurple.with-icon.icon-right.type1:hover {
    background: #532b99;
}

.dt-sc-button.deeppurple.rounded-border,
.dt-sc-button.deeppurple.bordered,
.dt-sc-button.deeppurple.fully-rounded-border {
    color: #673ab7;
}

.dt-sc-button.deeppurple.fully-rounded-border,
.dt-sc-button.deeppurple.rounded-border:hover,
.dt-sc-button.deeppurple.bordered:hover,
.dt-sc-button.deeppurple.fully-rounded-border:hover {
    border-color: #673ab7;
}


/* Green */

.dt-sc-button.green,
.dt-sc-button.green.filled,
.dt-sc-button.green.rounded-border:hover,
.dt-sc-button.green.bordered:hover,
.dt-sc-button.green.fully-rounded-border:hover {
    background: #60ae0d;
}

.dt-sc-button.green:hover,
.dt-sc-button.green.filled:hover,
.dt-sc-button.green.with-icon.icon-right.type1:hover {
    background: #54990b;
}

.dt-sc-button.green.rounded-border,
.dt-sc-button.green.bordered,
.dt-sc-button.green.fully-rounded-border {
    color: #60ae0d;
}

.dt-sc-button.green.fully-rounded-border,
.dt-sc-button.green.rounded-border:hover,
.dt-sc-button.green.bordered:hover,
.dt-sc-button.green.fully-rounded-border:hover {
    border-color: #60ae0d;
}


/* Lime */

.dt-sc-button.lime,
.dt-sc-button.lime.filled,
.dt-sc-button.lime.rounded-border:hover,
.dt-sc-button.lime.bordered:hover,
.dt-sc-button.lime.fully-rounded-border:hover {
    background: #cddc39;
}

.dt-sc-button.lime:hover,
.dt-sc-button.lime.filled:hover,
.dt-sc-button.lime.with-icon.icon-right.type1:hover {
    background: #b1bf27;
}

.dt-sc-button.lime.rounded-border,
.dt-sc-button.lime.bordered,
.dt-sc-button.lime.fully-rounded-border {
    color: #cddc39;
}

.dt-sc-button.lime.fully-rounded-border,
.dt-sc-button.lime.rounded-border:hover,
.dt-sc-button.lime.bordered:hover,
.dt-sc-button.lime.fully-rounded-border:hover {
    border-color: #cddc39;
}


/* Magenta */

.dt-sc-button.magenta,
.dt-sc-button.magenta.filled,
.dt-sc-button.magenta.rounded-border:hover,
.dt-sc-button.magenta.bordered:hover,
.dt-sc-button.magenta.fully-rounded-border:hover {
    background: #cb506d;
}

.dt-sc-button.magenta:hover,
.dt-sc-button.magenta.filled:hover,
.dt-sc-button.magenta.with-icon.icon-right.type1:hover {
    background: #ae3753;
}

.dt-sc-button.magenta.rounded-border,
.dt-sc-button.magenta.bordered,
.dt-sc-button.magenta.fully-rounded-border {
    color: #cb506d;
}

.dt-sc-button.magenta.fully-rounded-border,
.dt-sc-button.magenta.rounded-border:hover,
.dt-sc-button.magenta.bordered:hover,
.dt-sc-button.magenta.fully-rounded-border:hover {
    border-color: #cb506d;
}


/* Orange */

.dt-sc-button.orange,
.dt-sc-button.orange.filled,
.dt-sc-button.orange.rounded-border:hover,
.dt-sc-button.orange.bordered:hover,
.dt-sc-button.orange.fully-rounded-border:hover {
    background: #ff9800;
}

.dt-sc-button.orange:hover,
.dt-sc-button.orange.filled:hover,
.dt-sc-button.orange.with-icon.icon-right.type1:hover {
    background: #da8200;
}

.dt-sc-button.orange.rounded-border,
.dt-sc-button.orange.bordered,
.dt-sc-button.orange.fully-rounded-border {
    color: #ff9800;
}

.dt-sc-button.orange.fully-rounded-border,
.dt-sc-button.orange.rounded-border:hover,
.dt-sc-button.orange.bordered:hover,
.dt-sc-button.orange.fully-rounded-border:hover {
    border-color: #ff9800;
}


/* Pink */

.dt-sc-button.pink,
.dt-sc-button.pink.filled,
.dt-sc-button.pink.rounded-border:hover,
.dt-sc-button.pink.bordered:hover,
.dt-sc-button.pink.fully-rounded-border:hover {
    background: #fd6ca3;
}

.dt-sc-button.pink:hover,
.dt-sc-button.pink.filled:hover,
.dt-sc-button.pink.with-icon.icon-right.type1:hover {
    background: #e86496;
}

.dt-sc-button.pink.rounded-border,
.dt-sc-button.pink.bordered,
.dt-sc-button.pink.fully-rounded-border {
    color: #fd6ca3;
}

.dt-sc-button.pink.fully-rounded-border,
.dt-sc-button.pink.rounded-border:hover,
.dt-sc-button.pink.bordered:hover,
.dt-sc-button.pink.fully-rounded-border:hover {
    border-color: #fd6ca3;
}


/* Purple */

.dt-sc-button.purple,
.dt-sc-button.purple.filled,
.dt-sc-button.purple.rounded-border:hover,
.dt-sc-button.purple.bordered:hover,
.dt-sc-button.purple.fully-rounded-border:hover {
    background: #9c27b0;
}

.dt-sc-button.purple:hover,
.dt-sc-button.purple.filled:hover,
.dt-sc-button.purple.with-icon.icon-right.type1:hover {
    background: #7c1b8c;
}

.dt-sc-button.purple.rounded-border,
.dt-sc-button.purple.bordered,
.dt-sc-button.purple.fully-rounded-border {
    color: #9c27b0;
}

.dt-sc-button.purple.fully-rounded-border,
.dt-sc-button.purple.rounded-border:hover,
.dt-sc-button.purple.bordered:hover,
.dt-sc-button.purple.fully-rounded-border:hover {
    border-color: #9c27b0;
}


/* Red */

.dt-sc-button.red,
.dt-sc-button.red.filled,
.dt-sc-button.red.rounded-border:hover,
.dt-sc-button.red.bordered:hover,
.dt-sc-button.red.fully-rounded-border:hover {
    background: #da0000;
}

.dt-sc-button.red:hover,
.dt-sc-button.red.filled:hover,
.dt-sc-button.red.with-icon.icon-right.type1:hover {
    background: #c50000;
}

.dt-sc-button.red.rounded-border,
.dt-sc-button.red.bordered,
.dt-sc-button.red.fully-rounded-border {
    color: #da0000;
}

.dt-sc-button.red.fully-rounded-border,
.dt-sc-button.red.rounded-border:hover,
.dt-sc-button.red.bordered:hover,
.dt-sc-button.red.fully-rounded-border:hover {
    border-color: #da0000;
}


/* SkyBlue */

.dt-sc-button.skyblue,
.dt-sc-button.skyblue.filled,
.dt-sc-button.skyblue.rounded-border:hover,
.dt-sc-button.skyblue.bordered:hover,
.dt-sc-button.skyblue.fully-rounded-border:hover {
    background: #0eb2e7;
}

.dt-sc-button.skyblue:hover,
.dt-sc-button.skyblue.filled:hover,
.dt-sc-button.skyblue.with-icon.icon-right.type1:hover {
    background: #0da2d4;
}

.dt-sc-button.skyblue.rounded-border,
.dt-sc-button.skyblue.bordered,
.dt-sc-button.skyblue.fully-rounded-border {
    color: #0eb2e7;
}

.dt-sc-button.skyblue.fully-rounded-border,
.dt-sc-button.skyblue.rounded-border:hover,
.dt-sc-button.skyblue.bordered:hover,
.dt-sc-button.skyblue.fully-rounded-border:hover {
    border-color: #0eb2e7;
}


/* Teal */

.dt-sc-button.teal,
.dt-sc-button.teal.filled,
.dt-sc-button.teal.rounded-border:hover,
.dt-sc-button.teal.bordered:hover,
.dt-sc-button.teal.fully-rounded-border:hover {
    background: #009688;
}

.dt-sc-button.teal:hover,
.dt-sc-button.teal.filled:hover,
.dt-sc-button.teal.with-icon.icon-right.type1:hover {
    background: #007f73;
}

.dt-sc-button.teal.rounded-border,
.dt-sc-button.teal.bordered,
.dt-sc-button.teal.fully-rounded-border {
    color: #009688;
}

.dt-sc-button.teal.fully-rounded-border,
.dt-sc-button.teal.rounded-border:hover,
.dt-sc-button.teal.bordered:hover,
.dt-sc-button.teal.fully-rounded-border:hover {
    border-color: #009688;
}


/* Turquoise */

.dt-sc-button.turquoise,
.dt-sc-button.turquoise.filled,
.dt-sc-button.turquoise.rounded-border:hover,
.dt-sc-button.turquoise.bordered:hover,
.dt-sc-button.turquoise.fully-rounded-border:hover {
    background: #32ccbd;
}

.dt-sc-button.turquoise:hover,
.dt-sc-button.turquoise.filled:hover,
.dt-sc-button.turquoise.with-icon.icon-right.type1:hover {
    background: #24b6a8;
}

.dt-sc-button.turquoise.rounded-border,
.dt-sc-button.turquoise.bordered,
.dt-sc-button.turquoise.fully-rounded-border {
    color: #32ccbd;
}

.dt-sc-button.turquoise.fully-rounded-border,
.dt-sc-button.turquoise.rounded-border:hover,
.dt-sc-button.turquoise.bordered:hover,
.dt-sc-button.turquoise.fully-rounded-border:hover {
    border-color: #32ccbd;
}


/* Wisteria */

.dt-sc-button.wisteria,
.dt-sc-button.wisteria.filled,
.dt-sc-button.wisteria.rounded-border:hover,
.dt-sc-button.wisteria.bordered:hover,
.dt-sc-button.wisteria.fully-rounded-border:hover {
    background: #9b59b6;
}

.dt-sc-button.wisteria:hover,
.dt-sc-button.wisteria.filled:hover,
.dt-sc-button.wisteria.with-icon.icon-right.type1:hover {
    background: #7c4094;
}

.dt-sc-button.wisteria.rounded-border,
.dt-sc-button.wisteria.bordered,
.dt-sc-button.wisteria.fully-rounded-border {
    color: #9b59b6;
}

.dt-sc-button.wisteria.fully-rounded-border,
.dt-sc-button.wisteria.rounded-border:hover,
.dt-sc-button.wisteria.bordered:hover,
.dt-sc-button.wisteria.fully-rounded-border:hover {
    border-color: #9b59b6;
}


/* Yellow */

.dt-sc-button.yellow,
.dt-sc-button.yellow.filled,
.dt-sc-button.yellow.rounded-border:hover,
.dt-sc-button.yellow.bordered:hover,
.dt-sc-button.yellow.fully-rounded-border:hover {
    background: #ffe401;
}

.dt-sc-button.yellow:hover,
.dt-sc-button.yellow.filled:hover,
.dt-sc-button.yellow.with-icon.icon-right.type1:hover {
    background: #ebd302;
}

.dt-sc-button.yellow.rounded-border,
.dt-sc-button.yellow.bordered,
.dt-sc-button.yellow.fully-rounded-border {
    color: #ffe401;
}

.dt-sc-button.yellow.fully-rounded-border,
.dt-sc-button.yellow.rounded-border:hover,
.dt-sc-button.yellow.bordered:hover,
.dt-sc-button.yellow.fully-rounded-border:hover {
    border-color: #ffe401;
}


/*----*****---- << Blockquotes >> ----*****----*/

blockquote.type1 q,
blockquote>p {
    font-size: 18px;
    line-height: 30px;
    display: inline-block;
    font-style: italic;
    font-weight: 300;
    border-top: 2px solid;
    border-bottom: 2px solid;
    padding: 20px 0px;
    margin-bottom: 10px;
}

blockquote.type2 {
    padding-left: 70px;
    position: relative;
    overflow: hidden;
}

blockquote.type2 q {
    font-size: 24px;
    font-family: 'Dancing Script', cursive;
    line-height: 40px;
    max-width: 85%;
    display: inline-block;
}

blockquote.type2 q:before {
    content: "";
}

blockquote.type2:before {
    content: "\"";
    font-size: 70px;
    left: 0px;
    position: absolute;
    top: 15px;
    font-family: 'Roboto Slab', serif;
    width: 70px;
    text-align: center;
}

blockquote.type2 cite {
    font-style: normal;
    margin: 30px 0px 0px;
    float: right;
    position: relative;
    width: 100%;
    text-align: right;
}

blockquote.type2 cite:before {
    content: "";
    position: absolute;
    right: 25%;
    top: 14px;
    background: rgba(0, 0, 0, 0.1);
    height: 1px;
    width: 89%;
}

blockquote.type3 {
    padding: 15px 0 15px 25px;
    border-left: 2px solid rgba(0, 0, 0, 0.2);
}

blockquote.type3 q {
    font-size: 16px;
}

blockquote.type4 {
    background: #f5f5f5;
    font-size: 16px;
    font-style: italic;
    line-height: 30px;
    padding: 30px;
    text-align: center;
}

blockquote.type4>cite {
    display: inline-block;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-style: normal;
}

blockquote.type4 span {
    float: left;
    width: 100%;
    color: #999999;
    text-transform: capitalize;
    font-size: 13px;
    font-style: italic;
}

blockquote.type4>q:before,
blockquote.type4>q:after {
    display: inline-block;
    font-family: georgia;
    font-size: 30px;
    text-align: center;
    width: 100%;
    position: relative;
}

blockquote.type4>q:before {
    top: 14px;
}

blockquote.type4>q:after {
    bottom: -10px;
}


/* Variations */


/* Blue */

blockquote.type1.blue q,
blockquote.type3.blue {
    border-color: #008bd3;
}

blockquote.type2.blue cite::before {
    background-color: #008bd3;
}


/* Brown */

blockquote.type1.brown q,
blockquote.type3.brown {
    border-color: #795548;
}

blockquote.type2.brown cite::before {
    background-color: #795548;
}


/* CadetBlue */

blockquote.type1.cadetblue q,
blockquote.type3.cadetblue {
    border-color: #3c939d;
}

blockquote.type2.cadetblue cite::before {
    background-color: #3c939d;
}


/* Chillipepper */

blockquote.type1.chillipepper q,
blockquote.type3.chillipepper {
    border-color: #c10841;
}

blockquote.type2.chillipepper cite::before {
    background-color: #c10841;
}


/* Cyan */

blockquote.type1.cyan q,
blockquote.type3.cyan {
    border-color: #00bcd4;
}

blockquote.type2.cyan cite::before {
    background-color: #00bcd4;
}


/* Darkgolden */

blockquote.type1.darkgolden q,
blockquote.type3.darkgolden {
    border-color: #b48b3c;
}

blockquote.type2.darkgolden cite::before {
    background-color: #b48b3c;
}


/* DeepOrange */

blockquote.type1.deeporange q,
blockquote.type3.deeporange {
    border-color: #ff5722;
}

blockquote.type2.deeporange cite::before {
    background-color: #ff5722;
}


/* DeepPurple */

blockquote.type1.deeppurple q,
blockquote.type3.deeppurple {
    border-color: #673ab7;
}

blockquote.type2.deeppurple cite::before {
    background-color: #673ab7;
}


/* Green */

blockquote.type1.green q,
blockquote.type3.green {
    border-color: #60ae0d;
}

blockquote.type2.green cite::before {
    background-color: #60ae0d;
}


/* Lime */

blockquote.type1.lime q,
blockquote.type3.lime {
    border-color: #cddc39;
}

blockquote.type2.lime cite::before {
    background-color: #cddc39;
}


/* Magenta */

blockquote.type1.magenta q,
blockquote.type3.magenta {
    border-color: #cb506d;
}

blockquote.type2.magenta cite::before {
    background-color: #cb506d;
}


/* Orange */

blockquote.type1.orange q,
blockquote.type3.orange {
    border-color: #ff9800;
}

blockquote.type2.orange cite::before {
    background-color: #ff9800;
}


/* Pink */

blockquote.type1.pink q,
blockquote.type3.pink {
    border-color: #fd6ca3;
}

blockquote.type2.pink cite::before {
    background-color: #fd6ca3;
}


/* Purple */

blockquote.type1.purple q,
blockquote.type3.purple {
    border-color: #9c27b0;
}

blockquote.type2.purple cite::before {
    background-color: #9c27b0;
}


/* Red */

blockquote.type1.red q,
blockquote.type3.red {
    border-color: #da0000;
}

blockquote.type2.red cite::before {
    background-color: #da0000;
}


/* SkyBlue */

blockquote.type1.skyblue q,
blockquote.type3.skyblue {
    border-color: #0eb2e7;
}

blockquote.type2.skyblue cite::before {
    background-color: #0eb2e7;
}


/* Teal */

blockquote.type1.teal q,
blockquote.type3.teal {
    border-color: #009688;
}

blockquote.type2.teal cite::before {
    background-color: #009688;
}


/* Turquoise */

blockquote.type1.turquoise q,
blockquote.type3.turquoise {
    border-color: #32ccbd;
}

blockquote.type2.turquoise cite::before {
    background-color: #32ccbd;
}


/* Wisteria */

blockquote.type1.wisteria q,
blockquote.type3.wisteria {
    border-color: #9b59b6;
}

blockquote.type2.wisteria cite::before {
    background-color: #9b59b6;
}


/* Yellow */

blockquote.type1.yellow q,
blockquote.type3.yellow {
    border-color: #ffe401;
}

blockquote.type2.yellow cite::before {
    background-color: #ffe401;
}


/*----*****---- << Titled Boxes >> ----*****----*/

.dt-sc-titled-box {
    margin-bottom: 20px;
    width: 100%;
    clear: both;
}

.dt-sc-titled-box h6.dt-sc-titled-box-title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 15px 11px;
    text-shadow: none;
    margin: 0px;
}

.dt-sc-titled-box h6.dt-sc-titled-box-title span {
    font-size: 16px;
    margin-right: 5px;
}

.dt-sc-titled-box-content {
    padding: 20px;
    background: rgba(0, 0, 0, 0.05);
}

.dt-sc-titled-box h6.dt-sc-titled-box-title {
    color: #ffffff;
}

.dt-sc-titled-box.blue h6.dt-sc-titled-box-title {
    background-color: #008bd3;
}

.dt-sc-titled-box.brown h6.dt-sc-titled-box-title {
    background-color: #795548;
}

.dt-sc-titled-box.cadetblue h6.dt-sc-titled-box-title {
    background-color: #3c939d;
}

.dt-sc-titled-box.chillipepper h6.dt-sc-titled-box-title {
    background-color: #c10841;
}

.dt-sc-titled-box.cyan h6.dt-sc-titled-box-title {
    background-color: #00bcd4;
}

.dt-sc-titled-box.darkgolden h6.dt-sc-titled-box-title {
    background-color: #b48b3c;
}

.dt-sc-titled-box.deeporange h6.dt-sc-titled-box-title {
    background-color: #ff5722;
}

.dt-sc-titled-box.deeppurple h6.dt-sc-titled-box-title {
    background-color: #673ab7;
}

.dt-sc-titled-box.green h6.dt-sc-titled-box-title {
    background-color: #60ae0d;
}

.dt-sc-titled-box.lime h6.dt-sc-titled-box-title {
    background-color: #cddc39;
}

.dt-sc-titled-box.magenta h6.dt-sc-titled-box-title {
    background-color: #cb506d;
}

.dt-sc-titled-box.orange h6.dt-sc-titled-box-title {
    background-color: #ff9800;
}

.dt-sc-titled-box.pink h6.dt-sc-titled-box-title {
    background-color: #fd6ca3;
}

.dt-sc-titled-box.purple h6.dt-sc-titled-box-title {
    background-color: #9c27b0;
}

.dt-sc-titled-box.red h6.dt-sc-titled-box-title {
    background-color: #da0000;
}

.dt-sc-titled-box.skyblue h6.dt-sc-titled-box-title {
    background-color: #0eb2e7;
}

.dt-sc-titled-box.teal h6.dt-sc-titled-box-title {
    background-color: #009688;
}

.dt-sc-titled-box.turquoise h6.dt-sc-titled-box-title {
    background-color: #32ccbd;
}

.dt-sc-titled-box.wisteria h6.dt-sc-titled-box-title {
    background-color: #9b59b6;
}

.dt-sc-titled-box.yellow h6.dt-sc-titled-box-title {
    background-color: #ffe401;
    color: #000000;
}


/*----*****---- << Alert Boxes >> ----*****----*/

.dt-sc-error-box,
.dt-sc-warning-box,
.dt-sc-success-box,
.dt-sc-info-box {
    margin-bottom: 20px;
    padding: 15px 15px 15px 45px;
    clear: both;
}

.dt-sc-error-box a,
.dt-sc-warning-box a,
.dt-sc-success-box a,
.dt-sc-info-box a {
    text-decoration: underline;
}

.dt-sc-error-box {
    background-color: #ffcccc;
    border: 1px solid #ff9999;
    color: #d01313;
    position: relative;
}

.dt-sc-error-box:before,
.dt-sc-warning-box:before,
.dt-sc-success-box:before,
.dt-sc-info-box:before {
    top: 15px;
    left: 18px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 20px;
    position: absolute;
}

.dt-sc-error-box:before {
    content: "\f057";
    color: #C54228;
}

.dt-sc-warning-box {
    background-color: #fdebae;
    border: 1px solid #e6c555;
    color: #c79d13;
    position: relative;
}

.dt-sc-warning-box:before {
    content: "\f06a";
    color: #e2b828;
}

.dt-sc-success-box {
    background-color: #eafac0;
    border: 1px solid #b1cf67;
    color: #7ba411;
    position: relative;
}

.dt-sc-success-box:before {
    content: "\f058";
    color: #75b632;
}

.dt-sc-info-box {
    background-color: #bfe4f9;
    border: 1px solid #68a2cf;
    color: #2081b9;
    position: relative;
}

.dt-sc-info-box:before {
    content: "\f05a";
    color: #008bc1;
}

.dt-sc-error-box a {
    color: #d01313;
}

.dt-sc-warning-box a {
    color: #c79d13;
}

.dt-sc-success-box a {
    color: #7ba411;
}

.dt-sc-info-box a {
    color: #2081b9;
}


/*----*****---- << Dropcap >> ----*****----*/

.dt-sc-dropcap {
    font-size: 24px;
    float: left;
    margin: 10px 0px 10px 0px;
    text-align: center;
    line-height: 35px;
}

.dt-sc-dropcap.dt-sc-dropcap-default {
    font-size: 50px;
    padding-right: 20px;
    font-weight: 900;
}

.dt-sc-dropcap.dt-sc-dropcap-circle {
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin: 5px 20px 0px 0px;
    padding: 0px;
    border-radius: 30px 30px 30px 30px;
    behavior: url(PIE.htc);
}

.dt-sc-dropcap.dt-sc-dropcap-bordered-circle {
    width: 38px;
    height: 38px;
    line-height: 36px;
    margin: 5px 20px 0 0;
    padding: 0px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 30px 30px 30px 30px;
    behavior: url(PIE.htc);
}

.dt-sc-dropcap.dt-sc-dropcap-square {
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    margin: 5px 20px 0px 0px;
    padding: 0px;
}

.dt-sc-dropcap.dt-sc-dropcap-bordered-square {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    width: 38px;
    height: 38px;
    text-align: center;
    margin: 5px 20px 0px 0px;
    padding: 0px;
    line-height: 36px;
}

.dt-sc-dropcap.dt-sc-dropcap-circle,
.dt-sc-dropcap.dt-sc-dropcap-bordered-circle,
.dt-sc-dropcap.dt-sc-dropcap-square,
.dt-sc-dropcap.dt-sc-dropcap-bordered-square {
    background: #000000;
}

.dt-sc-dropcap.dt-sc-dropcap-bordered-circle {
    border: 2px solid #FFFFFF;
}

.dt-sc-dropcap.dt-sc-dropcap-bordered-square {
    border: 2px solid #FFFFFF;
}

.dt-sc-dropcap.dt-sc-dropcap-circle,
.dt-sc-dropcap.dt-sc-dropcap-bordered-circle,
.dt-sc-dropcap.dt-sc-dropcap-square,
.dt-sc-dropcap.dt-sc-dropcap-bordered-square {
    color: #ffffff;
}

.dt-sc-dropcap.dt-sc-dropcap-circle.blue,
.dt-sc-dropcap.dt-sc-dropcap-bordered-circle.blue,
.dt-sc-dropcap.dt-sc-dropcap-square.blue,
.dt-sc-dropcap.dt-sc-dropcap-bordered-square.blue {
    background: #008bd3;
}

.dt-sc-dropcap.dt-sc-dropcap-circle.brown,
.dt-sc-dropcap.dt-sc-dropcap-bordered-circle.brown,
.dt-sc-dropcap.dt-sc-dropcap-square.brown,
.dt-sc-dropcap.dt-sc-dropcap-bordered-square.brown {
    background: #795548;
}

.dt-sc-dropcap.dt-sc-dropcap-circle.cadetblue,
.dt-sc-dropcap.dt-sc-dropcap-bordered-circle.cadetblue,
.dt-sc-dropcap.dt-sc-dropcap-square.cadetblue,
.dt-sc-dropcap.dt-sc-dropcap-bordered-square.cadetblue {
    background: #3c939d;
}

.dt-sc-dropcap.dt-sc-dropcap-circle.chillipepper,
.dt-sc-dropcap.dt-sc-dropcap-bordered-circle.chillipepper,
.dt-sc-dropcap.dt-sc-dropcap-square.chillipepper,
.dt-sc-dropcap.dt-sc-dropcap-bordered-square.chillipepper {
    background: #c10841;
}

.dt-sc-dropcap.dt-sc-dropcap-circle.cyan,
.dt-sc-dropcap.dt-sc-dropcap-bordered-circle.cyan,
.dt-sc-dropcap.dt-sc-dropcap-square.cyan,
.dt-sc-dropcap.dt-sc-dropcap-bordered-square.cyan {
    background: #00bcd4;
}

.dt-sc-dropcap.dt-sc-dropcap-circle.darkgolden,
.dt-sc-dropcap.dt-sc-dropcap-bordered-circle.darkgolden,
.dt-sc-dropcap.dt-sc-dropcap-square.darkgolden,
.dt-sc-dropcap.dt-sc-dropcap-bordered-square.darkgolden {
    background: #b48b3c;
}

.dt-sc-dropcap.dt-sc-dropcap-circle.deeporange,
.dt-sc-dropcap.dt-sc-dropcap-bordered-circle.deeporange,
.dt-sc-dropcap.dt-sc-dropcap-square.deeporange,
.dt-sc-dropcap.dt-sc-dropcap-bordered-square.deeporange {
    background: #ff5722;
}

.dt-sc-dropcap.dt-sc-dropcap-circle.deeppurple,
.dt-sc-dropcap.dt-sc-dropcap-bordered-circle.deeppurple,
.dt-sc-dropcap.dt-sc-dropcap-square.deeppurple,
.dt-sc-dropcap.dt-sc-dropcap-bordered-square.deeppurple {
    background: #673ab7;
}

.dt-sc-dropcap.dt-sc-dropcap-circle.green,
.dt-sc-dropcap.dt-sc-dropcap-bordered-circle.green,
.dt-sc-dropcap.dt-sc-dropcap-square.green,
.dt-sc-dropcap.dt-sc-dropcap-bordered-square.green {
    background: #60ae0d;
}

.dt-sc-dropcap.dt-sc-dropcap-circle.lime,
.dt-sc-dropcap.dt-sc-dropcap-bordered-circle.lime,
.dt-sc-dropcap.dt-sc-dropcap-square.lime,
.dt-sc-dropcap.dt-sc-dropcap-bordered-square.lime {
    background: #cddc39;
}

.dt-sc-dropcap.dt-sc-dropcap-circle.magenta,
.dt-sc-dropcap.dt-sc-dropcap-bordered-circle.magenta,
.dt-sc-dropcap.dt-sc-dropcap-square.magenta,
.dt-sc-dropcap.dt-sc-dropcap-bordered-square.magenta {
    background: #cb506d;
}

.dt-sc-dropcap.dt-sc-dropcap-circle.orange,
.dt-sc-dropcap.dt-sc-dropcap-bordered-circle.orange,
.dt-sc-dropcap.dt-sc-dropcap-square.orange,
.dt-sc-dropcap.dt-sc-dropcap-bordered-square.orange {
    background: #ff9800;
}

.dt-sc-dropcap.dt-sc-dropcap-circle.pink,
.dt-sc-dropcap.dt-sc-dropcap-bordered-circle.pink,
.dt-sc-dropcap.dt-sc-dropcap-square.pink,
.dt-sc-dropcap.dt-sc-dropcap-bordered-square.pink {
    background: #fd6ca3;
}

.dt-sc-dropcap.dt-sc-dropcap-circle.purple,
.dt-sc-dropcap.dt-sc-dropcap-bordered-circle.purple,
.dt-sc-dropcap.dt-sc-dropcap-square.purple,
.dt-sc-dropcap.dt-sc-dropcap-bordered-square.purple {
    background: #9c27b0;
}

.dt-sc-dropcap.dt-sc-dropcap-circle.red,
.dt-sc-dropcap.dt-sc-dropcap-bordered-circle.red,
.dt-sc-dropcap.dt-sc-dropcap-square.red,
.dt-sc-dropcap.dt-sc-dropcap-bordered-square.red {
    background: #da0000;
}

.dt-sc-dropcap.dt-sc-dropcap-circle.skyblue,
.dt-sc-dropcap.dt-sc-dropcap-bordered-circle.skyblue,
.dt-sc-dropcap.dt-sc-dropcap-square.skyblue,
.dt-sc-dropcap.dt-sc-dropcap-bordered-square.skyblue {
    background: #0eb2e7;
}

.dt-sc-dropcap.dt-sc-dropcap-circle.teal,
.dt-sc-dropcap.dt-sc-dropcap-bordered-circle.teal,
.dt-sc-dropcap.dt-sc-dropcap-square.teal,
.dt-sc-dropcap.dt-sc-dropcap-bordered-square.teal {
    background: #009688;
}

.dt-sc-dropcap.dt-sc-dropcap-circle.turquoise,
.dt-sc-dropcap.dt-sc-dropcap-bordered-circle.turquoise,
.dt-sc-dropcap.dt-sc-dropcap-square.turquoise,
.dt-sc-dropcap.dt-sc-dropcap-bordered-square.turquoise {
    background: #32ccbd;
}

.dt-sc-dropcap.dt-sc-dropcap-circle.wisteria,
.dt-sc-dropcap.dt-sc-dropcap-bordered-circle.wisteria,
.dt-sc-dropcap.dt-sc-dropcap-square.wisteria,
.dt-sc-dropcap.dt-sc-dropcap-bordered-square.wisteria {
    background: #9b59b6;
}

.dt-sc-dropcap.dt-sc-dropcap-circle.yellow,
.dt-sc-dropcap.dt-sc-dropcap-bordered-circle.yellow,
.dt-sc-dropcap.dt-sc-dropcap-square.yellow,
.dt-sc-dropcap.dt-sc-dropcap-bordered-square.yellow {
    background: #ffe401;
}

.dt-sc-dropcap.dt-sc-dropcap-default.blue {
    color: #008bd3;
}

.dt-sc-dropcap.dt-sc-dropcap-default.brown {
    color: #795548;
}

.dt-sc-dropcap.dt-sc-dropcap-default.cadetblue {
    color: #3c939d;
}

.dt-sc-dropcap.dt-sc-dropcap-default.chillipepper {
    color: #c10841;
}

.dt-sc-dropcap.dt-sc-dropcap-default.cyan {
    color: #00bcd4;
}

.dt-sc-dropcap.dt-sc-dropcap-default.darkgolden {
    color: #b48b3c;
}

.dt-sc-dropcap.dt-sc-dropcap-default.deeporange {
    color: #ff5722;
}

.dt-sc-dropcap.dt-sc-dropcap-default.deeppurple {
    color: #673ab7;
}

.dt-sc-dropcap.dt-sc-dropcap-default.green {
    color: #60ae0d;
}

.dt-sc-dropcap.dt-sc-dropcap-default.lime {
    color: #cddc39;
}

.dt-sc-dropcap.dt-sc-dropcap-default.magenta {
    color: #cb506d;
}

.dt-sc-dropcap.dt-sc-dropcap-default.orange {
    color: #ff9800;
}

.dt-sc-dropcap.dt-sc-dropcap-default.pink {
    color: #fd6ca3;
}

.dt-sc-dropcap.dt-sc-dropcap-default.purple {
    color: #9c27b0;
}

.dt-sc-dropcap.dt-sc-dropcap-default.red {
    color: #da0000;
}

.dt-sc-dropcap.dt-sc-dropcap-default.skyblue {
    color: #0eb2e7;
}

.dt-sc-dropcap.dt-sc-dropcap-default.teal {
    color: #009688;
}

.dt-sc-dropcap.dt-sc-dropcap-default.turquoise {
    color: #32ccbd;
}

.dt-sc-dropcap.dt-sc-dropcap-default.wisteria {
    color: #9b59b6;
}

.dt-sc-dropcap.dt-sc-dropcap-default.yellow {
    color: #ffe401;
}


/*----*****---- << Icon Boxes >> ----*****----*/

.dt-sc-icon-box {
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.dt-sc-partially-rounded,
.dt-sc-partially-rounded-alt:hover {
    border-radius: 40px 0px;
}

.dt-sc-partially-rounded-alt,
.dt-sc-partially-rounded:hover {
    border-radius: 0px 40px;
}

.dt-sc-icon-box.dt-sc-rounded .icon-wrapper span {
    border-radius: 50%;
}

.dt-sc-icon-box.dt-sc-partially-rounded .icon-wrapper span {
    border-radius: 55px 0px;
}

.dt-sc-icon-box.dt-sc-partially-rounded:hover .icon-wrapper span {
    border-radius: 0px 55px;
}

.dt-sc-icon-box .icon-wrapper {
    position: relative;
}

.dt-sc-icon-box .icon-wrapper span img {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.dt-sc-icon-box .large-icon {
    pointer-events: none;
    position: absolute;
    right: 0px;
    bottom: -40px;
    font-size: 160px;
}

.dt-sc-icon-box.type1:hover .large-icon {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
}

.dt-sc-icon-box .icon-content h5 {
    margin-bottom: 5px;
}

.dt-sc-icon-box.type1 {
    border-style: solid;
    border-width: 1px;
    margin: 0 0 0 -1px;
    overflow: hidden;
    padding: 45px 40px 45px 100px;
    width: auto;
    box-sizing: border-box;
}

.dt-sc-icon-box.type1 .icon-wrapper {
    position: absolute;
    left: 0;
    top: 45px;
    text-align: center;
    width: 100px;
}

.dt-sc-icon-box.type1 .icon-wrapper span {
    font-size: 40px;
    position: relative;
}

.dt-sc-icon-box.type1 .icon-content {
    clear: both;
    float: left;
    margin: 0;
    overflow: hidden;
    width: 100%;
}

.dt-sc-icon-box.type1 .icon-content p {
    margin-bottom: 0;
}

.last .dt-sc-icon-box.type1 {
    border-right: 1px solid;
}

.dt-sc-icon-box.type1 .icon-content .text-with-icon {
    line-height: 30px;
    margin-top: 15px;
    position: relative;
}

.dt-sc-icon-box.type1 .icon-content .text-with-icon a {
    display: block;
    float: left;
    font-size: 16px;
}

.dt-sc-icon-box.type1 .icon-content .text-with-icon span {
    font-size: 42px;
    font-weight: 300;
    height: 30px;
    line-height: inherit;
    margin: 0;
    vertical-align: middle;
    width: auto;
}

.dt-sc-icon-box.type1:hover .icon-content .text-with-icon {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.dt-sc-icon-box.type1:hover .icon-content .text-with-icon a {
    width: auto;
}

.dt-sc-icon-box.type2.alignright .icon-wrapper {
    float: right;
    margin: 0px 0px 10px 20px;
}

.dt-sc-icon-box.type2 .icon-wrapper {
    float: left;
    margin: 0px 20px 10px 0px;
}

.dt-sc-icon-box.type2 .icon-wrapper span {
    font-size: 26px;
    position: relative;
}

.dt-sc-icon-box.type2 .icon-content h4 {
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
}

.dt-sc-icon-box.type2 .icon-content p {
    clear: both;
    margin: 20px 0 0;
}

.dt-sc-icon-box.type2 .dt-sc-small-separator {
    display: none;
}

.dt-sc-icon-box.type3 .large-icon {
    margin: auto;
    bottom: -20px;
    left: 0;
}

.dt-sc-icon-box.type3 {
    text-align: center;
    position: relative;
}

.dt-sc-icon-box.type3 .icon-wrapper {
    float: left;
    margin: 0 20px 25px 0;
    width: 100%;
}

.dt-sc-icon-box.type3 .icon-wrapper span {
    display: inline-block;
    font-size: 46px;
    line-height: 110px;
    position: relative;
    border: 10px solid;
    width: 110px;
    height: 110px;
    text-align: center;
}

.dt-sc-icon-box.type3 .icon-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.dt-sc-icon-box.type3 .icon-content p {
    margin: 20px 0px 0px;
}

.dt-sc-icon-box.type3 .icon-content h4,
.dt-sc-icon-box.type3 .icon-content h5,
.dt-sc-icon-box.type3 .icon-content p {
    clear: both;
    display: block;
}

.dt-sc-icon-box.type3 .dt-sc-small-separator {
    display: none;
}

.dt-sc-icon-box.type3.dt-sc-rounded.right-border:after {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    content: "";
    display: block;
    height: 100%;
    margin: auto;
    position: absolute;
    right: -15px;
    top: 0;
}

.dt-sc-icon-box.type3.grey.dt-sc-rounded span {
    border-color: #f5f5f5;
}

.dt-sc-icon-box.type3.dt-sc-diamond .icon-wrapper span {
    background: none;
    color: #000000;
    font-size: 35px;
    line-height: 170px;
    border: none;
    width: 120px;
    height: 170px;
    position: relative;
    z-index: 9;
}

.dt-sc-icon-box.type3.dt-sc-diamond .icon-wrapper {
    position: relative;
}

.dt-sc-icon-box.type3.dt-sc-diamond .icon-wrapper:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0;
    margin: auto;
    top: 33px;
    width: 100px;
    height: 100px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    z-index: 1;
    -webkit-transform: rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg);
    -moz-transform: rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg);
    -ms-transform: rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg);
    -o-transform: rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg);
    transform: rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg);
}

.dt-sc-icon-box.type3.dt-sc-diamond .icon-wrapper:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0;
    margin: auto;
    top: 38px;
    width: 90px;
    height: 90px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    z-index: 1;
    -webkit-transform: rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg);
    -moz-transform: rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg);
    -ms-transform: rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg);
    -o-transform: rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg);
    transform: rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg);
}

.dt-sc-icon-box.type3.dt-sc-diamond .icon-wrapper:before,
.dt-sc-icon-box.type3.dt-sc-diamond .icon-wrapper:after {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.dt-sc-icon-box.type3.dt-sc-diamond:hover .icon-wrapper span {
    background: none;
    color: #ffffff;
}

.dt-sc-icon-box.type3.dt-sc-diamond:hover .icon-wrapper:before {
    border-color: #000000;
}

.dt-sc-icon-box.type4 {
    padding: 5px 0px 0px 60px;
}

.dt-sc-icon-box.type4:before {
    content: "";
    position: absolute;
    left: 22px;
    top: 45px;
    border-left: 1px solid;
    height: 86%;
}

.dt-sc-icon-box.type4 .icon-wrapper {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 45px;
    text-align: center;
}

.dt-sc-icon-box.type4 .icon-wrapper span {
    font-size: 32px;
}

.dt-sc-icon-box.type4 .icon-content h4 {
    font-size: 18px;
}

.dt-sc-icon-box.type4 .icon-content a {
    margin: 10px 0px 0px;
    display: inline-block;
}

.dt-sc-icon-box.type4 .icon-content a span {
    font-size: 10px;
    margin: 0px 0px 0px 5px;
    display: inline-block;
}

.dt-sc-icon-box.type4.last:before {
    border: 0px;
}

.dt-sc-icon-box.type4.with-diamond-square-icon {
    padding-left: 100px;
}

.dt-sc-icon-box.type4.with-diamond-square-icon:before {
    left: 33px;
}

.dt-sc-icon-box.type4.with-diamond-square-icon .icon-wrapper {
    width: 70px;
    text-align: center;
}

.dt-sc-icon-box.type4.with-diamond-square-icon .icon-wrapper:before {
    content: "";
    position: absolute;
    left: 9px;
    top: 15px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 5px 0px 0px 0px rgba(0, 0, 0, 0.15);
}

.dt-sc-icon-box.type4.with-diamond-square-icon .icon-wrapper span {
    font-size: 24px;
    line-height: 80px;
    position: relative;
    z-index: 1;
}

.dt-sc-icon-box.type4.with-diamond-square-icon .icon-content h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.dt-sc-icon-box.type4.with-diamond-square-icon .icon-content p {
    font-size: 14px;
}

.dt-sc-icon-box.type5 {
    padding: 0 0 0 50px;
}

.dt-sc-icon-box.type5 .icon-wrapper {
    position: absolute;
    left: 0;
    top: 5px;
    text-align: center;
    width: 35px;
}

.dt-sc-icon-box.type5 .icon-wrapper span {
    font-size: 30px;
    line-height: normal;
    position: relative;
    z-index: 1;
}

.dt-sc-icon-box.type5 .icon-wrapper span.pe-icon,
.dt-sc-pr-tb-col.minimal .icon-wrapper span.pe-icon {
    font-weight: bold;
}

.dt-sc-icon-box.type5 .icon-content h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.dt-sc-icon-box.type5 .icon-content h5 {
    font-size: 14px;
    margin-bottom: 10px;
}

.dt-sc-icon-box.type5 .icon-content a,
.dt-sc-icon-box.type5 .icon-content a {
    display: inline-block;
    margin-top: 5px;
}

.dt-sc-icon-box.type5 p {
    color: #888888;
}

.dt-sc-icon-box.type5.rounded .icon-wrapper {
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

.dt-sc-icon-box.type5.rounded .icon-wrapper span {
    line-height: 70px;
    font-size: 32px;
}

.dt-sc-icon-box.type5.rounded .icon-wrapper:before,
.dt-sc-icon-box.type5.rounded:hover .icon-wrapper:before {
    background: none;
}

.dt-sc-icon-box.type5.alignright {
    padding: 0 50px 0 0;
}

.dt-sc-icon-box.type5.alignright .icon-wrapper {
    left: inherit;
    right: 0;
}

.dt-sc-icon-box.type5.rounded-skin {
    padding-left: 120px;
}

.dt-sc-icon-box.type5.rounded-skin .icon-wrapper {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.dt-sc-icon-box.type5.rounded-skin .icon-wrapper span {
    line-height: 80px;
    font-size: 40px;
    color: #ffffff;
}

.dt-sc-icon-box.type5.rounded-skin .icon-wrapper:before,
.dt-sc-icon-box.type5.rounded-skin:hover .icon-wrapper:before {
    background: none;
}

.dt-sc-icon-box.type5.rounded-skin .icon-content h4 {
    font-weight: 600;
}

.dt-sc-icon-box.type5.no-icon {
    padding-left: 0;
    padding-right: 15px;
    width: 100%;
    border-style: dashed;
    border-width: 0 1px 0 0;
}

.dt-sc-icon-box.type5.no-icon.last,
.last .dt-sc-icon-box.type5.no-icon {
    border-right-width: 0;
}

.dt-sc-icon-box.type5.no-icon .icon-content a {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.6px;
    position: relative;
}

.dt-sc-icon-box.type5.no-icon .icon-content a:before {
    content: "\f105";
    position: absolute;
    top: 0px;
    right: -15px;
    font-family: FontAwesome;
}

.dt-sc-icon-box.type5.no-icon .icon-content h4 {
    border-bottom: 1px solid;
    display: inline-block;
    padding: 0 20px 10px;
    width: auto;
}

.dt-sc-icon-box.type6 .icon-wrapper {
    width: 100px;
    height: 100px;
    float: left;
    border: 10px solid;
    text-align: center;
    margin: 0px 15px 20px 0px;
}

.dt-sc-icon-box.type6 .icon-wrapper span {
    line-height: 100px;
    font-size: 48px;
}

.dt-sc-icon-box.type6 .icon-content {
    padding: 0px 0px 0px 10px;
}

.dt-sc-icon-box.type6 .icon-content h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 90px;
}

.dt-sc-icon-box.type6 .icon-content p {
    clear: both;
}

.dt-sc-icon-box.type6 .icon-content a {
    margin-top: 20px;
    font-weight: 600;
}

.dt-sc-icon-box.type6 .icon-content h5 {
    position: absolute;
    left: 135px;
    top: 60px;
}

.dt-sc-icon-box.type7 {
    border: 1px solid;
    margin-top: 45px;
    padding: 0px 30px 20px;
}

.dt-sc-icon-box.type7 .icon-wrapper {
    margin: -45px 0px 30px 0px;
}

.dt-sc-icon-box.type7 .icon-wrapper span {
    width: 70px;
    height: 70px;
    border: 10px solid;
    text-align: center;
    font-size: 32px;
    line-height: 70px;
    display: inline-block;
}

.dt-sc-icon-box.type7 .icon-content h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.dt-sc-icon-box.type8 {
    border-style: solid;
    margin-bottom: 30px;
    padding: 10px 25px 20px 100px;
    width: 100%;
}

.dt-sc-icon-box.type8 .icon-wrapper {
    position: absolute;
    left: 0;
    text-align: center;
    width: 100px;
}

.dt-sc-icon-box.type8 .icon-wrapper span {
    font-size: 50px;
}

.dt-sc-icon-box.type8 .icon-content h4 {
    font-size: 20px;
    margin-bottom: 5px;
}

.dt-sc-icon-box.type8 .icon-wrapper img {
    position: relative;
    top: 3px;
}

.dt-sc-icon-box.type8:after {
    content: "";
    border-style: solid;
    border-color: inherit;
    height: 96%;
    pointer-events: none;
    position: absolute;
    bottom: -5px;
    width: 98%;
    z-index: 0;
}

.dt-sc-icon-box.type8,
.dt-sc-icon-box.type8:after {
    border-width: 0 1px 1px 0;
}

.dt-sc-icon-box.type8:after {
    right: -5px;
}

.dt-sc-icon-box.type8.alignright {
    padding: 10px 100px 20px 25px;
}

.dt-sc-icon-box.type8.alignright .icon-wrapper {
    left: auto;
    right: 0;
}

.dt-sc-icon-box.type8.alignright,
.dt-sc-icon-box.type8.alignright:after {
    border-width: 0 0 1px 1px;
}

.dt-sc-icon-box.type8.alignright:after {
    left: -5px;
    right: auto;
}

.dt-sc-icon-box.type8:hover:after {
    height: 100%;
    bottom: 0;
    width: 100%;
}

.dt-sc-icon-box.type8:hover:after {
    border-width: 0 3px 3px 0;
}

.dt-sc-icon-box.type8.alignright:hover:after {
    border-width: 0 0 3px 3px;
}

.dt-sc-icon-box.type8:hover:after {
    right: 0;
}

.dt-sc-icon-box.type8.alignright:hover:after {
    left: 0;
    right: auto;
}

.dt-sc-icon-box.type9 {
    overflow: hidden;
    width: 100%;
}

.dt-sc-icon-box.type9 .icon-wrapper {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 46%;
}

.dt-sc-icon-box.type9 .icon-wrapper:before {
    content: "";
    position: absolute;
    right: -20px;
    top: 105px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid;
}

.dt-sc-icon-box.type9 .icon-wrapper span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    font-size: 100px;
    line-height: 100px;
}

.dt-sc-icon-box.type9 .icon-content {
    float: left;
    height: 100%;
    width: 54%;
    padding: 0 35px 30px;
    box-sizing: border-box;
}

.dt-sc-icon-box.type9 .icon-content p {
    margin-bottom: 0;
    line-height: 30px;
}

.dt-sc-icon-box.type9 .icon-content h5 {
    font-size: 60px;
    display: inline-block;
}

.dt-sc-icon-box.type9 .icon-content h4 {
    font-size: 20px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari */
     ::i-block-chrome,
    .dt-sc-icon-box.type9 .icon-content {
        width: 54.2%;
    }
}

.dt-sc-icon-box.type10 {
    text-align: center;
    border: 1px solid;
    box-sizing: border-box;
    padding: 40px 20px;
    margin: 0px -1px 0px 0px;
}

.dt-sc-icon-box.type10 .icon-wrapper {
    margin: 0px 0px 40px;
    position: relative;
    width: 140px;
    height: 140px;
    display: inline-block;
    float: none;
}

.dt-sc-icon-box.type10 .icon-wrapper:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 19px;
    margin: auto;
    width: 100px;
    height: 100px;
    border: 1px solid;
    border-radius: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}

.dt-sc-icon-box.type10 .icon-wrapper:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 20px;
    margin: auto;
    width: 100px;
    height: 100px;
    border-radius: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 0;
}

.dt-sc-icon-box.type10 .icon-wrapper span {
    font-size: 60px;
    line-height: 140px;
    position: relative;
    z-index: 1;
}

.dt-sc-icon-box.type10 .icon-content h4 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 25px;
    position: relative;
    text-transform: uppercase;
}

.dt-sc-icon-box.type10 .icon-content h4:before {
    content: "";
    position: absolute;
    right: -26px;
    top: 6px;
    margin: auto;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    z-index: 1;
}

.dt-sc-icon-box.type10.last .icon-content h4:before {
    content: none;
}

.dt-sc-icon-box.type10 .icon-content p {
    margin-bottom: 0px;
}

.dt-sc-icon-box.type10:hover .icon-wrapper:after {
    left: -25px;
}

.dt-sc-icon-box.type11 {
    padding: 35px 30px;
}

.dt-sc-icon-box.type11:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.dt-sc-icon-box.type11 .icon-wrapper {
    float: left;
    margin: 0 20px 0 0;
    position: relative;
}

.dt-sc-icon-box.type11 .icon-wrapper span {
    display: inline-block;
    font-size: 48px;
}

.dt-sc-icon-box.type11 .icon-content {
    position: relative;
    z-index: 1;
}

.dt-sc-icon-box.type11 .icon-content h4 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    font-size: 20px;
    padding-bottom: 30px;
}

.dt-sc-icon-box.type11 .dt-sc-button {
    display: table;
    margin-top: 20px;
}

.dt-sc-icon-box.type11.one:before {
    opacity: 1;
}

.dt-sc-icon-box.type11.two:before {
    opacity: 0.97;
}

.dt-sc-icon-box.type11.three:before {
    opacity: 0.94;
}

.dt-sc-icon-box.type11.four:before {
    opacity: 0.91;
}

.dt-sc-icon-box.type11.five:before {
    opacity: 0.88;
}

.dt-sc-icon-box.type11.six:before {
    opacity: 0.85;
}

.dt-sc-icon-box.type12 {
    text-align: center;
    padding: 15px 20px 20px;
    box-sizing: border-box;
    -webkit-box-shadow: inset 20px 0px 30px -20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 20px 0px 30px -20px rgba(0, 0, 0, 0.3);
    box-shadow: inset 20px 0px 30px -20px rgba(0, 0, 0, 0.3);
}

.dt-sc-icon-box.type12 .icon-wrapper {
    display: inline;
    margin: 0px 15px 0px 0px;
    top: 35px;
}

.dt-sc-icon-box.type12 .icon-wrapper span {
    font-size: 32px;
}

.dt-sc-icon-box.type12 .icon-content {
    display: inline;
    position: relative;
    top: 30px;
}

.dt-sc-icon-box.type12 .icon-content h4 {
    display: inline;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.dt-sc-icon-box.type12 .icon-content p {
    font-size: 13px;
    line-height: 24px;
    display: inline-block;
    margin: 10px 0 0;
    opacity: 0;
}

.dt-sc-icon-box.type12,
.dt-sc-icon-box.type12 .icon-content h4,
.dt-sc-icon-box.type12 .icon-content h5 {
    color: #ffffff;
}

.dt-sc-icon-box.type12:hover,
.dt-sc-icon-box.type12.selected {
    padding: 24px 20px 20px;
    overflow: hidden;
    color: #000000;
}

.dt-sc-icon-box.type12:hover .icon-content h4,
.dt-sc-icon-box.type12.selected .icon-content h4,
.dt-sc-icon-box.type12:hover .icon-content h5,
.dt-sc-icon-box.type12.selected .icon-content h5 {
    color: #000000;
}

.dt-sc-icon-box.type12:hover .icon-wrapper,
.dt-sc-icon-box.type12.selected .icon-wrapper {
    position: absolute;
    left: 0px;
    top: -10px;
}

.dt-sc-icon-box.type12:hover .icon-wrapper span,
.dt-sc-icon-box.type12.selected .icon-wrapper span {
    font-size: 170px;
    color: rgba(0, 0, 0, 0.1);
}

.dt-sc-icon-box.type12:hover .icon-content,
.dt-sc-icon-box.type12.selected .icon-content {
    top: 0px;
}

.dt-sc-icon-box.type12:hover .icon-content p,
.dt-sc-icon-box.type12.selected .icon-content p {
    opacity: 1;
}

.dt-sc-icon-box.type12 .icon-wrapper {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.dt-sc-icon-box.type13 {
    background: rgba(0, 0, 0, 0.05);
    margin-bottom: 2px;
    padding: 30px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.dt-sc-icon-box.type13 .icon-wrapper {
    position: absolute;
    left: -30px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    background: #000000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #fff;
    -webkit-box-shadow: 0 0 0 5px #fff;
    -moz-box-shadow: 0 0 0 5px #fff;
    -ms-box-shadow: 0 0 0 5px #fff;
    -o-box-shadow: 0 0 0 5px #fff;
}

.dt-sc-icon-box.type13 .icon-wrapper span {
    font-size: 25px;
    color: #ffffff;
    line-height: 50px;
}

.dt-sc-icon-box.type13 .icon-content {
    text-align: center;
}

.dt-sc-icon-box.type13 .icon-content h4 {
    font-size: 70px;
    font-weight: normal;
    display: inline-block;
    margin: 0px;
}

.dt-sc-icon-box.type13 .icon-content p {
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    margin: -10px 0px 0px;
    float: left;
    clear: both;
    width: 100%;
}

.dt-sc-icon-box.type13:hover,
.dt-sc-icon-box.type13:hover .icon-content p,
.dt-sc-icon-box.type13:hover .icon-content h4,
.dt-sc-icon-box.type13:hover .icon-content h5 {
    color: #ffffff;
}

.dt-sc-icon-box.type13 {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.dt-sc-icon-box.type14 {
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: rgba(0, 0, 0, 0.08);
    min-height: 220px;
    padding: 50px 30px 40px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.dt-sc-icon-box.type14 .icon-wrapper {
    display: inline-block;
    margin: 0 0 25px;
    text-align: center;
    width: 100%;
}

.dt-sc-icon-box.type14 .icon-wrapper span {
    font-size: 50px;
}

.dt-sc-icon-box.type14 .icon-content h4 {
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.dt-sc-icon-box.type14 .icon-content p {
    display: none;
    margin: 20px 0 0;
}

.dt-sc-icon-box.type14 .icon-content a {
    background: #edeef2;
    border-radius: 3px;
    color: #000000;
    padding: 9px 20px;
}

.last .dt-sc-icon-box.type14 {
    border-right-width: 0;
}

.vc_row.vc_inner:last-child .dt-sc-icon-box.type14 {
    border-bottom-width: 0;
}

.dt-sc-icon-box.type14 .icon-wrapper img {
    display: inline-block;
}

.column.first .dt-sc-icon-box.type14 {
    border-left: 0px;
}

.dt-sc-icon-box.type14:hover .icon-content p {
    display: block;
}

.dt-sc-icon-box.type14.red .icon-content h4,
.dt-sc-icon-box.type14.red .icon-wrapper span {
    color: #e75d5c;
}

.dt-sc-icon-box.type14.green .icon-content h4,
.dt-sc-icon-box.type14.green .icon-wrapper span {
    color: #55a67e;
}

.dt-sc-icon-box.type14.blue .icon-content h4,
.dt-sc-icon-box.type14.blue .icon-wrapper span {
    color: #008bd3;
}

.dt-sc-icon-box.type14.cadetblue .icon-content h4,
.dt-sc-icon-box.type14.cadetblue .icon-wrapper span {
    color: #2ba5c3;
}

.dt-sc-icon-box.type14.slateblue .icon-content h4,
.dt-sc-icon-box.type14.slateblue .icon-wrapper span {
    color: #526685;
}

.dt-sc-icon-box.type14.brown .icon-content h4,
.dt-sc-icon-box.type14.brown .icon-wrapper span {
    color: #ae5d3c;
}

.dt-sc-icon-box.type14.orange .icon-content h4,
.dt-sc-icon-box.type14.orange .icon-wrapper span {
    color: #f9a91a;
}

.dt-sc-icon-box.type14.lightgreen .icon-content h4,
.dt-sc-icon-box.type14.lightgreen .icon-wrapper span {
    color: #82aa40;
}

.dt-sc-icon-box.type14.red:hover {
    background: #e75d5c;
}

.dt-sc-icon-box.type14.green:hover {
    background: #55a67e;
}

.dt-sc-icon-box.type14.blue:hover {
    background: #008bd3;
}

.dt-sc-icon-box.type14.cadetblue:hover {
    background: #2ba5c3;
}

.dt-sc-icon-box.type14.slateblue:hover {
    background: #526685;
}

.dt-sc-icon-box.type14.brown:hover {
    background: #ae5d3c;
}

.dt-sc-icon-box.type14.orange:hover {
    background: #f9a91a;
}

.dt-sc-icon-box.type14.lightgreen:hover {
    background: #82aa40;
}

.dt-sc-icon-box.type14:hover,
.dt-sc-icon-box.type14:hover .icon-wrapper span,
.dt-sc-icon-box.type14:hover .icon-content h4,
.dt-sc-icon-box.type14:hover .icon-content h5,
.dt-sc-icon-box.type14:hover .icon-content p {
    color: #ffffff;
}


/*----*****---- << Hexagon Images >> ----*****----*/

.dt-sc-hexagon-shape {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    margin: 110px 0px;
}

.dt-sc-hexagon-image {
    position: relative;
    width: 48%;
    padding-bottom: 55.3%;
    margin: 0 auto;
    overflow: hidden;
    /*visibility:hidden;*/
    -webkit-transform: rotate(-60deg) skewY(30deg);
    -moz-transform: rotate(-60deg) skewY(30deg);
    -ms-transform: rotate(-60deg) skewY(30deg);
    -o-transform: rotate(-60deg) skewY(30deg);
    transform: rotate(-60deg) skewY(30deg);
}

.dt-sc-hexagon-image span,
.dt-sc-hexagon-image img {
    position: absolute;
    visibility: visible;
}

.dt-sc-hexagon-image span {
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    -webkit-transform: skewY(-30deg) rotate(60deg);
    -moz-transform: skewY(-30deg) rotate(60deg);
    -ms-transform: skewY(-30deg) rotate(60deg);
    -o-transform: skewY(-30deg) rotate(60deg);
    transform: skewY(-30deg) rotate(60deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.dt-sc-hexagon-image img {
    left: -100%;
    right: -100%;
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.dt-sc-hexagon-image span:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.dt-sc-hexagon-image-overlay {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    -webkit-transform: skewY(-30deg) rotate(60deg);
    -moz-transform: skewY(-30deg) rotate(60deg);
    -ms-transform: skewY(-30deg) rotate(60deg);
    -o-transform: skewY(-30deg) rotate(60deg);
    transform: skewY(-30deg) rotate(60deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    text-align: center;
    width: 100%;
    height: 170px;
}

.dt-sc-hexagon-image-overlay h3 {
    font-size: 25px;
    font-weight: 300;
}

.dt-sc-hexagon-image-overlay h2 {
    font-size: 38px;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
}

.dt-sc-hexagon-image-overlay h2:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: -5px;
    margin: auto;
    width: 54%;
    height: 65px;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.dt-sc-hexagons {
    float: left;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
}

.dt-sc-hexagons li {
    position: absolute;
    width: 174px;
    height: 100px;
    margin: 86.60px 0;
    border-left: 3px solid;
    border-right: 3px solid;
    display: inline-block;
    left: 0px;
    right: 0px;
    margin: auto;
}

.dt-sc-hexagons li:before,
.dt-sc-hexagons li:after,
.dt-sc-hexagons li .dt-sc-hexagon-overlay:before,
.dt-sc-hexagons li .dt-sc-hexagon-overlay:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 123px;
    height: 123px;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -moz-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    -o-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background-color: inherit;
    left: 23.9340px;
}

.dt-sc-hexagons li:before,
.dt-sc-hexagons li .dt-sc-hexagon-overlay:before {
    top: -64.0660px;
    border-top: 4.2426px solid;
    border-right: 4.2426px solid;
    border-bottom: 0px;
    border-left: 0px;
}

.dt-sc-hexagons li:after,
.dt-sc-hexagons li .dt-sc-hexagon-overlay:after {
    bottom: -64.0660px;
    border-bottom: 4.2426px solid;
    border-left: 4.2426px solid;
    border-top: 0px;
    border-right: 0px;
}

.dt-sc-hexagons li:hover,
.dt-sc-hexagons li:hover:before,
.dt-sc-hexagons li:hover:after {
    border-style: dashed;
}

.dt-sc-hexagons li span {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    font-size: 68px;
    height: 68px;
    text-align: center;
    z-index: 9;
}

.dt-sc-hexagons li .dt-sc-hexagon-overlay {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
}

.dt-sc-hexagons li:hover .dt-sc-hexagon-overlay {
    opacity: 1;
}

.dt-sc-hexagons li .dt-sc-hexagon-overlay:before,
.dt-sc-hexagons li .dt-sc-hexagon-overlay:after {
    border: 0px;
}

.dt-sc-hexagons li .dt-sc-hexagon-overlay p {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 9;
    font-size: 18px;
    font-weight: bold;
    width: 83%;
    text-align: center;
    height: 50px;
    line-height: 24px;
}

.dt-sc-hexagons li .dt-sc-hexagon-overlay:before {
    top: -62.0660px;
    left: 27.934px;
    height: 127px;
}

.dt-sc-hexagons li .dt-sc-hexagon-overlay:after {
    bottom: -62.0660px;
    left: 24.934px;
    height: 127px;
    width: 122px;
}

.dt-sc-hexagons li:first-child {
    top: -58px;
}

.dt-sc-hexagons li:last-child {
    bottom: -58px;
}

.dt-sc-hexagons li:nth-child(2) {
    top: 110px;
    left: -48%;
}

.dt-sc-hexagons li:nth-child(3) {
    top: 110px;
    left: 48%;
}

.dt-sc-hexagons li:nth-child(4) {
    top: 426px;
    left: -48%;
}

.dt-sc-hexagons li:nth-child(5) {
    top: 426px;
    left: 48%;
}

.dt-sc-content-with-hexagon-shape {
    position: relative;
    width: 490px;
    height: 282.90px;
    margin: 141.77px 0;
    display: inline-block;
    text-align: center;
    padding: 0px 60px;
    box-sizing: border-box;
}

.dt-sc-content-with-hexagon-shape:before,
.dt-sc-content-with-hexagon-shape:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 245px solid transparent;
    border-right: 245px solid transparent;
    left: 0px;
}

.dt-sc-content-with-hexagon-shape:before {
    bottom: 100%;
    border-bottom: 141.45px solid;
}

.dt-sc-content-with-hexagon-shape:after {
    top: 100%;
    width: 0;
    border-top: 141.45px solid;
}

.dt-sc-content-with-hexagon-shape p,
.dt-sc-content-with-hexagon-shape a {
    position: relative;
    z-index: 9;
}

.dt-sc-content-with-hexagon-shape .hexagon-border {
    position: absolute;
    width: 450px;
    height: 259.81px;
    margin: 144.34px 0;
    border-left: solid 1.8px;
    border-right: solid 1.8px;
    top: -134px;
    left: 18px;
}

.dt-sc-content-with-hexagon-shape .hexagon-border:before,
.dt-sc-content-with-hexagon-shape .hexagon-border:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 318.20px;
    height: 318.20px;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -moz-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    -o-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background-color: inherit;
    left: 65.2233px;
}

.dt-sc-content-with-hexagon-shape .hexagon-border:before {
    top: -161.0990px;
    border-top: solid 2.8284px;
    border-right: solid 2.8284px;
}

.dt-sc-content-with-hexagon-shape .hexagon-border:after {
    bottom: -161.0990px;
    border-bottom: solid 2.8284px;
    border-left: solid 2.8284px;
}

.dt-sc-content-with-hexagon-shape .dt-sc-button {
    font-size: 20px;
}

.dt-sc-single-hexagon {
    width: 174px;
    height: 100px;
    margin: 86.60px 0;
    border-left: 3px solid;
    border-right: 3px solid;
    background: #ffffff;
    display: inline-block;
    position: relative;
}

.dt-sc-single-hexagon:before,
.dt-sc-single-hexagon:after,
.dt-sc-single-hexagon .dt-sc-single-hexagon-overlay:before,
.dt-sc-single-hexagon .dt-sc-single-hexagon-overlay:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 123px;
    height: 123px;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -moz-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    -o-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background-color: inherit;
    left: 23.9340px;
}

.dt-sc-single-hexagon:before,
.dt-sc-single-hexagon .dt-sc-single-hexagon-overlay:before {
    top: -64.0660px;
    border-top: 4.2426px solid;
    border-right: 4.2426px solid;
    border-bottom: 0px;
    border-left: 0px;
}

.dt-sc-single-hexagon:after,
.dt-sc-single-hexagon .dt-sc-single-hexagon-overlay:after {
    bottom: -64.0660px;
    border-bottom: 4.2426px solid;
    border-left: 4.2426px solid;
    border-top: 0px;
    border-right: 0px;
}

.dt-sc-single-hexagon:hover,
.dt-sc-single-hexagon:hover:before,
.dt-sc-single-hexagon:hover:after {
    border-style: dashed;
}

.dt-sc-single-hexagon span {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    font-size: 68px;
    height: 68px;
    text-align: center;
    z-index: 9;
    color: rgba(0, 0, 0, 0.4);
}

.dt-sc-single-hexagon .dt-sc-single-hexagon-overlay {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
    color: #ffffff;
}

.dt-sc-single-hexagon:hover .dt-sc-single-hexagon-overlay {
    opacity: 1;
}

.dt-sc-single-hexagon .dt-sc-single-hexagon-overlay:before,
.dt-sc-single-hexagon .dt-sc-single-hexagon-overlay:after {
    border: 0px;
}

.dt-sc-single-hexagon .dt-sc-single-hexagon-overlay p {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 9;
    font-size: 18px;
    font-weight: bold;
    width: 83%;
    text-align: center;
    height: 50px;
    line-height: 24px;
}

.dt-sc-single-hexagon .dt-sc-single-hexagon-overlay:before {
    top: -62.0660px;
    left: 27.934px;
    height: 127px;
}

.dt-sc-single-hexagon .dt-sc-single-hexagon-overlay:after {
    bottom: -62.0660px;
    left: 24.934px;
    height: 127px;
    width: 122px;
}

.dt-sc-single-hexagon.hexagon-left-margin {
    margin-left: 13px;
}

.dt-sc-hexagon-title h3 {
    font-size: 25px;
    font-weight: 300;
    color: #000000;
}

.dt-sc-hexagon-title h2 {
    font-size: 38px;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
}

.dt-sc-hexagon-title h2:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: -5px;
    margin: auto;
    width: 25%;
    height: 65px;
    border-top: 1px solid #3c939e;
    border-bottom: 1px solid #3c939e;
}


/*----*****---- << 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 a {
    display: block;
}

.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 20px 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);
    -o-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 {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}


/* Remove */

.dt-sc-image-caption .dt-sc-image-title span {
    font-size: 36px;
    font-weight: 600;
    border-bottom: 2px solid;
    float: left;
    margin: 0px 20px 0px 0px;
    padding: 0px 0px 10px;
}


/* Remove */

.dt-sc-image-caption .dt-sc-image-title h3 {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
    position: relative;
}

.dt-sc-image-caption .dt-sc-image-title h6 {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 0px;
}

.dt-sc-image-caption .dt-sc-image-content a {
    margin-top: 20px;
}


/* New */

.dt-sc-image-caption-with-counter {
    counter-reset: image-caption-counter;
}

.dt-sc-image-caption-with-counter h3 {
    counter-increment: image-caption-counter;
}

.dt-sc-image-caption-with-counter h3:before {
    content: counter(image-caption-counter, decimal-leading-zero);
    font-size: 36px;
    font-weight: 600;
    border-bottom: 2px solid;
    float: left;
    margin: -10px 20px 0px 0px;
    padding: 0px;
}

.dt-sc-image-caption-with-counter h3:before {
    font-family: 'Open Sans', sans-serif;
}


/* New */

.dt-sc-image-caption.type2 {
    padding: 0px 1px 0px 0px;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
}

.dt-sc-image-caption.type2 .dt-sc-image-content {
    border-top: 2px solid;
    text-align: center;
    padding: 30px 20px;
    box-sizing: border-box;
    margin: 0px;
    float: left;
    width: 100%;
    position: relative;
}

.dt-sc-image-caption.type2 .dt-sc-image-title {
    margin-bottom: 15px;
}

.dt-sc-image-caption.type2 .dt-sc-image-title h3 {
    margin-bottom: 0;
    top: -6px;
}

.dt-sc-image-caption.type2 .dt-sc-image-content h3 {
    font-size: 16px;
}

.dt-sc-image-caption.type2 .dt-sc-image-wrapper {
    clear: both;
    overflow: hidden;
}

.dt-sc-image-caption.type2:hover .dt-sc-image-wrapper img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.dt-sc-image-caption.type2 .dt-sc-image-content {
    height: 78px;
}

.dt-sc-image-caption.type2:hover .dt-sc-image-content {
    height: 148px;
    margin-top: -70px;
}

.dt-sc-image-caption.type2 .dt-sc-image-content p {
    opacity: 0;
    position: absolute;
    top: 70px;
    left: 20px;
    right: 20px;
    margin: auto;
}

.dt-sc-image-caption.type2:hover .dt-sc-image-content p {
    opacity: 1;
}

.dt-sc-image-caption.type3 {
    text-align: center;
}

.dt-sc-image-caption.type3 .dt-sc-image-wrapper .icon-wrapper {
    text-align: center;
    background: none;
    border: none;
    position: inherit;
    width: 100%;
    display: inline-block;
}

.dt-sc-image-caption.type3 .dt-sc-image-wrapper .icon-wrapper img {
    position: relative;
    z-index: 1;
    top: -15px;
}

.dt-sc-image-caption.type3 .dt-sc-image-wrapper .icon-wrapper:before {
    border: 0px;
}

.dt-sc-image-caption.type3 .dt-sc-image-wrapper .icon-wrapper:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 8px;
    margin: auto;
    width: 70px;
    height: 70px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dt-sc-image-caption.type3 .dt-sc-image-wrapper .icon-wrapper span {
    margin: 0;
    top: -15px;
}

.dt-sc-image-caption.type3 .dt-sc-image-content h3 {
    font-size: 18px;
}

.dt-sc-image-caption.type3 .dt-sc-image-content {
    margin-top: 15px;
}

.dt-sc-image-caption.type3 .dt-sc-image-title {
    margin-bottom: 15px;
}

.dt-sc-image-caption.type4 {
    border-top: 3px solid;
    position: relative;
}

.dt-sc-image-caption.type4 .dt-sc-image-content {
    border: 1px solid;
    border-top: 0px;
    margin: 0px 0px 30px;
    padding: 30px 20px 45px;
    box-sizing: border-box;
}

.dt-sc-image-caption.type4 .dt-sc-image-content h3 {
    font-size: 16px;
}

.dt-sc-image-caption.type4 .dt-sc-image-title {
    margin-bottom: 15px;
}

.dt-sc-image-caption.type4 .dt-sc-button {
    border: 1px solid #f0f0f0;
    text-transform: none;
    font-size: 14px;
    position: absolute;
    bottom: 13px;
    left: 20px;
    padding: 10px 20px 9px;
}

.dt-sc-image-caption.type4 .dt-sc-button span {
    margin-left: 5px;
}

.dt-sc-image-caption.type5 {
    float: left;
    clear: both;
    margin: 0px 0px 40px;
    padding: 0px 15px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.dt-sc-image-caption.type5 img {
    border: 5px solid;
    border-radius: 10px;
    box-sizing: border-box;
}

.dt-sc-image-caption.type5 .dt-sc-image-content {
    margin-top: 30px;
}

.dt-sc-image-caption.type5 .dt-sc-image-title {
    margin-bottom: 0px;
}

.dt-sc-image-caption.type5 h3 {
    font-size: 24px;
    display: inline-block;
    margin: 0px;
    padding: 6px 25px 5px;
    display: inline-block;
    border-radius: 10px;
    letter-spacing: 1px;
    background: #ffffff;
    font-weight: normal;
}

.dt-sc-image-caption.type5:hover {
    -webkit-transform: skewX(2deg) scale(1.05);
    -moz-transform: skewX(2deg) scale(1.05);
    -ms-transform: skewX(2deg) scale(1.05);
    -o-transform: skewX(2deg) scale(1.05);
    transform: skewX(2deg) scale(1.05);
}

.dt-sc-image-caption.type6 {
    display: block;
    float: none;
    margin: 0 15px;
    width: auto;
}

.dt-sc-image-caption.type6,
.dt-sc-image-caption.type6 .dt-sc-image-wrapper {
    position: relative;
}

.dt-sc-image-caption.type6 .dt-sc-image-wrapper:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 100%;
    z-index: -1;
}

.dt-sc-image-caption.type6 .dt-sc-image-wrapper img {
    width: auto;
}

.dt-sc-image-caption.type6 .dt-sc-image-wrapper .icon-wrapper:before,
.dt-sc-image-caption.type6 .dt-sc-image-wrapper .icon-wrapper:after {
    content: none;
}

.dt-sc-image-caption.type6 .dt-sc-image-wrapper .icon-wrapper span {
    font-size: 0;
    margin: 0;
}

.dt-sc-image-caption.type6 .dt-sc-image-content {
    float: left;
    margin-top: 20px;
    padding: 50px 30px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.dt-sc-image-caption.type6:not(.alter) .dt-sc-image-content {
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.dt-sc-image-caption.type6 .dt-sc-image-title {
    font-style: normal;
    margin-bottom: 25px;
}

.dt-sc-image-caption.type6 h3 {
    font-size: 20px;
    position: relative;
    text-transform: none;
    z-index: 3;
}

.dt-sc-image-caption.type6 h6 {
    font-size: 14px;
    text-transform: none;
}

.dt-sc-image-caption.type6 p,
.dt-sc-image-caption.type6>* {
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
}

.dt-sc-image-caption.type6:hover .dt-sc-image-content a,
.dt-sc-image-caption.type6 .dt-sc-image-content a:hover {
    background-color: transparent;
    !important;
    color: inherit;
}

.dt-sc-image-caption.type6 .dt-sc-image-content .icon-wrapper {
    pointer-events: none;
    position: absolute;
    bottom: 20px;
    right: 30px;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.dt-sc-image-caption.type6 .dt-sc-image-content .icon-wrapper span {
    font-size: 120px;
    margin: 0;
    position: relative;
    z-index: 3;
}

.dt-sc-image-caption.type6:hover .dt-sc-image-content .icon-wrapper {
    -webkit-transform: rotate(-35deg) scale(1);
    -moz-transform: rotate(-35deg) scale(1);
    -ms-transform: rotate(-35deg) scale(1);
    -o-transform: rotate(-35deg) scale(1);
    transform: rotate(-35deg) scale(1);
}

.dt-sc-image-caption.type6.alter .dt-sc-image-content {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate(50%, 50%);
    -moz-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    -o-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

.dt-sc-image-caption.type6,
.dt-sc-image-caption.type6 .dt-sc-image-wrapper img,
.dt-sc-image-caption.type6:hover:before,
.dt-sc-image-caption.type6 .icon-wrapper {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.dt-sc-image-caption.type7 .dt-sc-image-wrapper {
    float: left;
    width: 48%;
    margin: 0px 3% 0px 0px;
    position: relative;
}

.dt-sc-image-caption.type7 .dt-sc-image-wrapper:before {
    content: "";
    position: absolute;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #ffffff;
    height: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.dt-sc-image-caption.type7 .dt-sc-image-content {
    float: left;
    width: 49%;
    clear: none;
    text-align: center;
    margin: 70px 0px 0px;
    position: relative;
}

.dt-sc-image-caption.type7 .dt-sc-image-title {
    margin-bottom: 10px;
}

.dt-sc-image-caption.type7 .dt-sc-image-content h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
}

.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.top-content .dt-sc-image-wrapper {
    margin: 0;
    width: 100%;
}

.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.type8 .dt-sc-image-content {
    position: relative;
    margin-top: 0;
    padding: 10px 0 20px;
    width: 100%;
}

.dt-sc-image-caption.type8 .dt-sc-image-title {
    margin-bottom: 0;
    position: relative;
}

.dt-sc-image-caption.type8 .dt-sc-image-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: none;
}

.dt-sc-image-caption.type8 .dt-sc-image-content h3:empty {
    display: none;
}

.dt-sc-image-caption.type8 .dt-sc-image-content a {
    margin-top: 0;
}

.dt-sc-image-caption.type8:hover .dt-sc-image-content h3 a,
.dt-sc-image-caption.type8:hover .dt-sc-image-content a {
    background: none;
}

.dt-sc-image-caption.type8 .dt-sc-image-wrapper {
    overflow: hidden;
}

.dt-sc-image-caption.type8 .dt-sc-image-wrapper a {
    display: block;
    line-height: 0;
}

.dt-sc-image-caption.type8 .dt-sc-image-wrapper img {
    width: 100%;
}

.dt-sc-image-caption.type8 .dt-sc-image-wrapper .icon-wrapper {
    height: 80px;
    margin: auto;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    width: 80px;
}

.dt-sc-image-caption.type8 .dt-sc-image-wrapper .icon-wrapper:before,
.dt-sc-image-caption.type8 .dt-sc-image-wrapper .icon-wrapper:after {
    content: none;
}

.dt-sc-image-caption.type8 .dt-sc-image-wrapper .icon-wrapper span {
    color: #fff;
    display: block;
    font-size: 20px;
    height: 100%;
    line-height: 80px;
    margin: 0;
}

.dt-sc-image-caption.type8 .dt-sc-image-wrapper .icon-wrapper,
.dt-sc-image-caption.type8 .dt-sc-image-wrapper .icon-wrapper span {
    border-radius: 50%;
}

.dt-sc-image-caption.type8 .dt-sc-image-wrapper .icon-wrapper,
.dt-sc-image-caption.type8 .dt-sc-image-wrapper .icon-wrapper span {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.dt-sc-image-caption.type8 .dt-sc-image-wrapper:hover .icon-wrapper,
.dt-sc-image-caption.type8 .dt-sc-image-wrapper:hover .icon-wrapper span {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.dt-sc-image-caption.type8.alter .dt-sc-image-wrapper .icon-wrapper {
    height: 100%;
    width: 100%;
}

.dt-sc-image-caption.type8.alter .dt-sc-image-wrapper .icon-wrapper span {
    border: 2px solid #fff;
    height: 80px;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 80px;
}

.dt-sc-image-caption.type8.alter .dt-sc-image-wrapper:hover .icon-wrapper {
    border-radius: 0;
}

.dt-sc-image-caption.type9 {
    position: relative;
}

.dt-sc-image-caption.type9 .dt-sc-image-wrapper {
    position: relative;
}

.dt-sc-image-caption.type9 .dt-sc-image-overlay {
    opacity: 0;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 30px;
    box-sizing: border-box;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.dt-sc-image-caption.type9 .dt-sc-image-overlay p {
    color: #999999;
}

.dt-sc-image-caption.type9 .dt-sc-image-overlay .dt-sc-button {
    font-size: 14px;
    letter-spacing: 1px;
    margin: 15px 0px 0px;
}

.dt-sc-image-caption.type9 .dt-sc-image-content h3 {
    font-size: 18px;
    font-weight: bold;
    text-transform: none;
}

.dt-sc-image-caption.type9 .dt-sc-image-content {
    margin-top: 20px;
}

.dt-sc-image-caption.type9:hover .dt-sc-image-overlay {
    opacity: 1;
}

.dt-sc-image-caption.type9 .dt-sc-image-overlay .dt-sc-button:hover {
    background: #ffffff;
    color: #000000;
}


/*----*****---- << Event Shortcodes >> ----*****----*/

.dt-sc-event-image-caption {
    float: left;
    clear: both;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-left: 1px solid;
    border-right: 1px solid;
    box-sizing: border-box;
}

.dt-sc-event-image-caption .dt-sc-image-content {
    width: 50%;
    padding: 40px 30px;
    margin: 0px;
    float: left;
    box-sizing: border-box;
    position: relative;
}

.dt-sc-event-image-caption .dt-sc-image-content h3 {
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
}

.dt-sc-event-image-caption .dt-sc-image-wrapper {
    width: 50%;
    margin: 0px;
    float: left;
    position: relative;
}

.dt-sc-event-image-caption .dt-sc-image-wrapper .overlay-text {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.dt-sc-event-image-caption .dt-sc-image-wrapper {
    box-sizing: border-box;
    border-left: 1px solid;
}

.dt-sc-event-image-caption .dt-sc-image-content:before {
    content: "";
    position: absolute;
    right: -15px;
    top: 35px;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid;
    z-index: 1;
}

.dt-sc-event-image-caption .dt-sc-image-wrapper .overlay-text h3 {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    height: 180px;
    text-align: center;
    width: 75%;
}

.dt-sc-event-image-caption .dt-sc-image-wrapper .overlay-text h3 span {
    font-size: 50px;
    display: block;
}

.dt-sc-events-list-wrapper {
    float: left;
    clear: both;
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.dt-sc-events-list-wrapper h3 {
    text-align: center;
    padding: 20px 0px;
    border-top: 1px dashed;
    border-bottom: 1px dashed;
    margin: 0px 0px 50px;
    clear: both;
}

.dt-sc-events-list {
    display: inline-block;
    clear: both;
    width: 95%;
    margin: 0 auto 40px 5%;
    padding: 0px;
    position: relative;
    -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;
    text-align: center;
}

.dt-sc-events-list .dt-sc-event-date {
    border-right: 1px solid;
    text-align: right;
    padding: 0px 30px 0px 15px;
    width: 23%;
    float: left;
    box-sizing: border-box;
}

.dt-sc-events-list .dt-sc-event-date h2 {
    font-weight: 300;
    margin-bottom: 0px;
    line-height: 49px;
}

.dt-sc-events-list .dt-sc-event-date p {
    font-weight: bold;
}

.dt-sc-events-list .dt-sc-event-date p span {
    font-weight: normal;
    font-style: italic;
}

.dt-sc-events-list .dt-sc-event-title {
    width: 58%;
    float: left;
    padding: 22px 30px 5px;
    box-sizing: border-box;
    text-align: left;
}

.dt-sc-events-list .dt-sc-event-title h5 {
    margin-bottom: 0;
}

.dt-sc-events-list .dt-sc-event-title h5 small {
    display: block;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    margin: 0px 0px 5px;
}

.dt-sc-events-list .dt-sc-event-duration {
    width: 15%;
    float: left;
    text-align: center;
}

.dt-sc-events-list .dt-sc-event-duration h6 {
    font-size: 30px;
    font-weight: 300;
    background: url(../images/grey-pattern.png) repeat;
    display: block;
    padding: 20px 30px;
    width: 100%;
    margin: 0px;
    box-sizing: border-box;
    float: left;
}

.dt-sc-events-list:hover {
    background: #ffffff;
}

.dt-sc-events-list:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.05);
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.dt-sc-events-list:hover:before {
    opacity: 1;
}


/*----*****---- << Number Counter >> ----*****----*/

.dt-sc-counter {
    float: left;
    clear: both;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.dt-sc-counter.type1 {
    text-align: center;
}

.dt-sc-counter.type1 .icon-wrapper {
    clear: both;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
    width: 100%;
}

.dt-sc-counter.type1 .icon-wrapper:before {
    content: "";
    height: 2px;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 58px;
}

.dt-sc-counter.type1.alignright .icon-wrapper:before {
    left: inherit;
    right: 0;
}

.dt-sc-counter.type1 .icon-wrapper span {
    font-size: 55px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
}

.dt-sc-counter.type1 .dt-sc-counter-number {
    font-size: 48px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 10px;
}

.dt-sc-counter.type1 h4 {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
}

.dt-sc-counter.type2 {
    text-align: center;
}

.dt-sc-counter.type2 .icon-wrapper span.pe-icon,
.dt-sc-counter.type2 .icon-wrapper span.icon,
.dt-sc-counter.type2 .icon-wrapper span.fa {
    font-size: 30px;
    display: inline-block;
    margin-bottom: 10px;
}

.dt-sc-counter.type2 .dt-sc-couter-icon-holder {
    display: inline-block;
    width: 120px;
    height: 60px;
    padding: 30px 0px;
}

.dt-sc-counter.type2 .dt-sc-counter-number,
.dt-sc-counter.type2 h4 {
    font-size: 20px;
}

.dt-sc-counter.type2 h4 {
    font-size: 20px;
    margin: 20px 0px 0px;
}

.dt-sc-counter.type3 {
    text-align: center;
    border-right: 1px solid;
    box-sizing: border-box;
}

.dt-sc-counter.type3.last,
.last .dt-sc-counter.type3 {
    border-right-width: 0;
}

.dt-sc-counter.type3 .dt-sc-couter-icon-holder {
    display: inline-block;
    padding: 0px;
    margin: -32px 0px 0px;
}

.dt-sc-counter.type3 .dt-sc-couter-icon-holder .icon-wrapper {
    width: 60px;
    height: 60px;
    border: 5px solid;
    border-radius: 50%;
    margin: 0px 0px 20px;
    position: relative;
}

.dt-sc-counter.type3 .dt-sc-couter-icon-holder span {
    line-height: 60px;
    font-size: 32px;
    margin-bottom: 20px;
}

.dt-sc-counter.type3 .dt-sc-counter-number {
    font-size: 30px;
}

.dt-sc-counter.type3 h4 {
    font-size: 14px;
    margin: 10px 0px 0px;
    text-transform: uppercase;
    padding: 0px 0px 40px;
}

.dt-sc-counter.type3 .icon-wrapper:before {
    border-radius: 50%;
    content: "";
    height: 70px;
    left: -6px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -6px;
    width: 70px;
    border: 1px solid;
}

.dt-sc-counter.type3.diamond-square {
    border-right-style: dashed;
}

.dt-sc-counter.type3.diamond-square .dt-sc-couter-icon-holder {
    margin-top: 0px;
}

.dt-sc-counter.type3.diamond-square h4 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 10px;
}

.dt-sc-counter.type3.diamond-square .dt-sc-couter-icon-holder .icon-wrapper {
    background: none;
    width: 100px;
    height: 65px;
}

.dt-sc-counter.type3.diamond-square .dt-sc-couter-icon-holder .icon-wrapper:before {
    content: "";
    position: absolute;
    left: -2px;
    right: 0px;
    top: -1px;
    margin: auto;
    width: 65px;
    height: 65px;
    -webkit-transform: rotate(37deg) skewX(-17deg) skewY(-3deg);
    -moz-transform: rotate(37deg) skewX(-17deg) skewY(-3deg);
    -ms-transform: rotate(37deg) skewX(-17deg) skewY(-3deg);
    -o-transform: rotate(37deg) skewX(-17deg) skewY(-3deg);
    transform: rotate(37deg) skewX(-17deg) skewY(-3deg);
}

.dt-sc-counter.type3.diamond-square .dt-sc-couter-icon-holder .icon-wrapper:after {
    content: "";
    position: absolute;
    left: -3px;
    right: 0px;
    top: 3px;
    margin: auto;
    border: 1px solid;
    width: 57px;
    height: 57px;
    -webkit-transform: rotate(37deg) skewX(-17deg) skewY(-3deg);
    -moz-transform: rotate(37deg) skewX(-17deg) skewY(-3deg);
    -ms-transform: rotate(37deg) skewX(-17deg) skewY(-3deg);
    -o-transform: rotate(37deg) skewX(-17deg) skewY(-3deg);
}

.dt-sc-counter.type3.diamond-square .dt-sc-couter-icon-holder .icon-wrapper span {
    position: relative;
    line-height: 65px;
}

.dt-sc-counter.type3.diamond-square .icon-wrapper:before {
    border-radius: 0;
}

.dt-sc-counter.type4 {
    text-align: center;
    /*border-right:1px solid;*/
    box-sizing: border-box;
}


/*.dt-sc-counter.type4.last { border-width: 0; }*/

.dt-sc-counter.type4 .dt-sc-couter-icon-holder {
    display: inline-block;
    width: 130px;
    height: 130px;
    border: 5px solid;
    border-radius: 50%;
    position: relative;
}

.dt-sc-counter.type4 .dt-sc-couter-icon-holder .icon-wrapper {
    width: 60px;
    height: 60px;
    border: 5px solid;
    border-radius: 50%;
    position: absolute;
    left: -40px;
    top: -10px;
    line-height: 60px;
}

.dt-sc-counter.type4 .dt-sc-couter-icon-holder span {
    line-height: 60px;
    font-size: 32px;
}

.dt-sc-counter.type4 .dt-sc-counter-number {
    font-size: 30px;
    line-height: 135px;
}

.dt-sc-counter.type4 h4 {
    font-size: 14px;
    margin: 15px 0px 0px;
    text-transform: uppercase;
    padding: 0px;
}

.dt-sc-counter.type4.orange .dt-sc-couter-icon-holder .icon-wrapper,
.dt-sc-counter.type4.orange:hover .dt-sc-couter-icon-holder {
    background: #f27935;
}

.dt-sc-counter.type4.green .dt-sc-couter-icon-holder .icon-wrapper,
.dt-sc-counter.type4.green:hover .dt-sc-couter-icon-holder {
    background: #6ca04a;
}

.dt-sc-counter.type4.yellow .dt-sc-couter-icon-holder .icon-wrapper,
.dt-sc-counter.type4.yellow:hover .dt-sc-couter-icon-holder {
    background: #fdc210;
}

.dt-sc-counter.type4.red .dt-sc-couter-icon-holder .icon-wrapper,
.dt-sc-counter.type4.red:hover .dt-sc-couter-icon-holder {
    background: #db2029;
}

.dt-sc-counter.type5 {
    border: 1px solid;
    float: left;
    margin-bottom: 35px;
    padding: 30px;
    position: relative;
    z-index: 999;
    box-sizing: border-box;
}

.dt-sc-counter.type5:before,
.dt-sc-counter.type5:after {
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 100%;
}

.dt-sc-counter.type5:before {
    background-color: #fff;
    left: 0;
    top: 0;
}

.dt-sc-counter.type5:after {
    left: 10px;
    top: 10px;
    z-index: -1;
}

.dt-sc-counter.type5 .dt-sc-couter-icon-holder {
    position: static;
}

.dt-sc-counter.type5 .dt-sc-couter-icon-holder span {
    font-size: 42px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.dt-sc-counter.type5 .dt-sc-counter-number {
    font-size: 72px;
    font-weight: 500;
    line-height: 56px;
    margin: 0;
}

.dt-sc-counter.type5 h4 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 1px;
    margin: 5px 0 0;
    text-transform: uppercase;
}

.dt-sc-counter.type5 .dt-sc-counter-number,
.dt-sc-counter.type5 h4 {
    position: relative;
    z-index: 9999;
}

.dt-sc-counter.type6 {
    text-align: center;
    border: 1px solid;
    margin: 75px -1px 0 0;
    padding: 0 0 40px;
}

.dt-sc-counter.type6 .dt-sc-couter-icon-holder {
    width: 140px;
    height: 80px;
    display: inline-block;
    position: relative;
    margin: -6px 0 15px;
}

.dt-sc-counter.type6 .dt-sc-couter-icon-holder:before {
    border: 1px solid;
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: -45px;
    margin: auto;
    width: 100px;
    height: 100px;
    border-radius: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}

.dt-sc-counter.type6 .dt-sc-couter-icon-holder .icon-wrapper {
    position: absolute;
    font-size: 20px;
    z-index: 1;
    left: 0px;
    right: 0px;
    top: -45px;
    margin: auto;
}

.dt-sc-counter.type6 .dt-sc-counter-number {
    font-size: 34px;
    font-weight: bold;
    position: relative;
    top: -9px;
    z-index: 1;
}

.dt-sc-counter.type6 h4 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0px;
    position: relative;
    padding: 0px 10px;
}

.dt-sc-counter.type6 h4:before {
    content: "";
    position: absolute;
    right: -6px;
    top: 6px;
    margin: auto;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}

.dt-sc-counter.type6.last h4:before {
    background: none;
}


/*----*****---- << Testimonial Carousel >> ----*****----*/

.dt-sc-testimonial-wrapper.type1,
.dt-sc-testimonial-wrapper.type2 {
    margin-left: -20px;
    width: -webkit-calc(100% + 20px);
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
}

.dt-sc-testimonial-wrapper.type1 .dt-sc-testimonial-carousel li,
.dt-sc-testimonial-wrapper.type2 .dt-sc-testimonial-carousel li {
    margin-left: 20px;
}

.dt-sc-testimonial-wrapper.type1 .carousel-arrows {
    right: 0px;
    left: 0px;
    margin: auto;
    bottom: -60px;
    text-align: center;
}

.dt-sc-testimonial-wrapper.type1 .carousel-arrows a {
    float: none;
    display: inline-block;
}

.dt-sc-testimonial-wrapper.type5 {
    padding-bottom: 100px;
}

.dt-sc-testimonial-wrapper.type5 .carousel-arrows {
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
}

.dt-sc-testimonial-wrapper.type5 ul li .dt-sc-testimonial.type5 {
    margin: 0 2px;
}

.dt-sc-testimonial-wrapper.type5.alter {
    margin-bottom: -100px;
}

.dt-sc-testimonial-wrapper.type5.alter .carousel-arrows {
    bottom: 100px;
    -webkit-transform: translateX(-200%);
    -moz-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    -o-transform: translateX(-200%);
    transform: translateX(-200%);
}

.dt-sc-testimonial-wrapper.type6 .carousel-arrows {
    bottom: -30px;
}

.dt-sc-testimonial-wrapper.type6 .dt-sc-testimonial.type6 .dt-sc-testimonial-quote,
.dt-sc-testimonial-wrapper.type6 .dt-sc-testimonial.type6 .dt-sc-testimonial-author {
    padding-top: 0px;
    padding-bottom: 0px;
}

.dt-sc-testimonial-wrapper.type6 .dt-sc-testimonial.type6:after,
.dt-sc-testimonial-wrapper.type6 .dt-sc-testimonial.type6 .dt-sc-testimonial-author:before {
    background: none;
}


/*----*****---- << Testimonials >> ----*****----*/

.dt-sc-testimonial-wrapper {
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    position: relative;
    width: 100%;
}

.dt-sc-testimonial blockquote q p {
    display: inline;
}

.dt-sc-testimonial.type1 {
    text-align: center;
}

.dt-sc-testimonial.type1 .dt-sc-testimonial-author {
    margin: 0px 0px 20px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.dt-sc-testimonial.type1 .dt-sc-testimonial-author span {
    display: inline-block;
    border: 5px solid;
    border-radius: 50%;
    line-height: 0;
}

.dt-sc-testimonial.type1 .dt-sc-testimonial-author img {
    max-width: 120px;
    border-radius: 50%;
}

.dt-sc-testimonial.type1 blockquote {
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    font-style: italic;
    letter-spacing: 0.5px;
    position: relative;
    padding: 50px 0px 0px;
}

.dt-sc-testimonial.type1 blockquote:before {
    content: "\e6b3";
    font-family: 'Stroke-Gap-Icons';
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.dt-sc-testimonial.type1 .dt-sc-testimonial-author cite {
    clear: both;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.dt-sc-testimonial-wrapper .dt-sc-testimonial .dt-sc-testimonial-author cite {
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    margin: 20px 0px 0px 0px;
}

.dt-sc-testimonial-wrapper .dt-sc-testimonial .dt-sc-testimonial-author cite small {
    font-size: 14px;
    display: block;
    clear: both;
}

.dt-sc-testimonial-wrapper .dt-sc-testimonial-bullets {
    float: left;
    width: 100%;
    text-align: center;
    margin: 40px 0px 0px;
    padding: 0px;
}

.dt-sc-testimonial-wrapper .dt-sc-testimonial-bullets a {
    width: 10px;
    height: 10px;
    border: 1px solid;
    text-indent: -9999px;
    border-radius: 50%;
    display: inline-block;
    margin: 5px;
    position: relative;
}

.dt-sc-testimonial-wrapper .dt-sc-testimonial-bullets a:before {
    display: none;
    content: "";
    position: absolute;
    border: 4px solid;
    left: -4px;
    top: -4px;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.dt-sc-testimonial-wrapper .dt-sc-testimonial-bullets a.active:before {
    display: block;
}

.dt-sc-testimonial-carousel li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}

.dt-sc-testimonial.type2 {
    float: left;
    clear: both;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.dt-sc-testimonial.type2 .dt-sc-testimonial-quote {
    display: inline-block;
    clear: both;
    margin: 0px 0px 30px;
    padding: 0px;
    width: 100%;
    position: relative;
}

.dt-sc-testimonial.type2 blockquote {
    border: 1px solid;
    padding: 25px 25px 30px;
    margin: 0px;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
}

.dt-sc-testimonial.type2 blockquote:before {
    content: "";
    position: absolute;
    left: 33px;
    bottom: -11px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid;
}

.dt-sc-testimonial.type2 .dt-sc-testimonial-quote:before {
    content: "";
    position: absolute;
    left: 41px;
    bottom: -12px;
    width: 2px;
    height: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.dt-sc-testimonial.type2 .dt-sc-testimonial-quote:after {
    content: "";
    position: absolute;
    left: 52px;
    bottom: -12px;
    width: 2px;
    height: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dt-sc-testimonial.type2 .dt-sc-testimonial-author span {
    border: 1px solid;
    border-radius: 50%;
    padding: 6px;
    float: left;
}

.dt-sc-testimonial.type2 .dt-sc-testimonial-author img {
    max-width: 88px;
    float: left;
    border-radius: 50%;
}

.dt-sc-testimonial.type2 .dt-sc-testimonial-author cite {
    float: left;
    margin: 30px 0px 0px 30px;
}

.dt-sc-testimonial.type2 .dt-sc-testimonial-author cite small {
    font-size: 14px;
    display: block;
    clear: both;
}

.dt-sc-testimonial.type3 {
    text-align: center;
}

.dt-sc-testimonial.type3 .dt-sc-testimonial-author {
    margin: 0px 0px 20px;
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
}

.dt-sc-testimonial.type3 .dt-sc-testimonial-author:before {
    content: "";
    position: absolute;
    width: 75%;
    height: 1px;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 45px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.dt-sc-testimonial.type3 .dt-sc-testimonial-author span {
    display: inline-block;
    border-radius: 50%;
    line-height: 0;
    position: relative;
    z-index: 1;
}

.dt-sc-testimonial.type3 .dt-sc-testimonial-author img {
    max-width: 90px;
    border-radius: 50%;
}

.dt-sc-testimonial.type3 blockquote {
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    font-style: italic;
    letter-spacing: 0.5px;
    position: relative;
    padding: 0px;
}

.dt-sc-testimonial.type3 blockquote q {
    font-weight: 300;
    font-style: normal;
    position: relative;
    display: inline-block;
}

.dt-sc-testimonial.type3 blockquote q:before {
    font-size: 50px;
    left: -10px;
    top: 20px;
    position: relative;
}

.dt-sc-testimonial.type3 blockquote q:after {
    font-size: 50px;
    position: absolute;
    bottom: -7px;
    display: inline-block;
    margin-left: 15px;
}

.dt-sc-testimonial.type3 .dt-sc-testimonial-author cite {
    clear: both;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.dt-sc-testimonial.type3 .dt-sc-testimonial-author cite {
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    margin: 20px 0px 0px 0px;
}

.dt-sc-testimonial.type3 .dt-sc-testimonial-author cite small {
    font-weight: normal;
    clear: none;
    display: inline-block;
}

.dt-sc-dark-bg .dt-sc-testimonial.type3 .dt-sc-testimonial-author cite,
.dt-sc-dark-bg .dt-sc-testimonial.type3 .dt-sc-testimonial-author cite small {
    color: #ffffff;
}

.dt-sc-dark-bg .dt-sc-testimonial.type3 .dt-sc-testimonial-author:before {
    border-color: #ffffff;
}

.dt-sc-testimonial-special-wrapper .dt-sc-testimonial-wrapper {
    padding-bottom: 20px;
}

.dt-sc-testimonial-special-wrapper:before,
.dt-sc-testimonial-special-wrapper:after {
    content: '';
    position: absolute;
    right: -25px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 50px;
    height: 50px;
}

.dt-sc-testimonial-special-wrapper:before {
    border-radius: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dt-sc-testimonial-special-wrapper:after {
    content: "\201c";
    text-align: center;
    font-size: 55px;
    line-height: 82px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.dt-sc-testimonial.special-testimonial-carousel blockquote q:before,
.dt-sc-testimonial.special-testimonial-carousel blockquote q:after {
    content: "\201c";
}

.dt-sc-testimonial.special-testimonial-carousel blockquote {
    font-style: italic;
    font-weight: 500;
    font-size: 15px;
}

.dt-sc-testimonial.special-testimonial-carousel .dt-sc-testimonial-author {
    margin: 20px 0px 0px;
}

.dt-sc-testimonial.special-testimonial-carousel .dt-sc-testimonial-author cite {
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
}

.dt-sc-testimonial.special-testimonial-carousel .dt-sc-testimonial-author cite small {
    font-weight: 500;
    text-transform: none;
    font-size: 13px;
    clear: both;
    letter-spacing: normal;
    display: inline-block;
    width: 100%;
}

.alignright .dt-sc-testimonial.special-testimonial-carousel blockquote,
.alignright .dt-sc-testimonial.special-testimonial-carousel .dt-sc-testimonial-author {
    text-align: right;
}

.dt-sc-testimonial-images {
    float: left;
    margin: 0px;
    padding: 0px;
    max-width: 505px;
}

.dt-sc-testimonial-images li {
    display: inline;
    float: left;
    margin: 0px;
    width: 25%;
    padding: 0px;
    line-height: 0px;
}

.dt-sc-testimonial-images li a {
    line-height: 0px;
    display: inline-block;
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
}

.dt-sc-testimonial-images li a img {
    max-width: 100%;
    border-radius: 5px;
}

.dt-sc-testimonial-images li:nth-child(5) {
    clear: both;
}

.dt-sc-testimonial-images li a img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.dt-sc-testimonial-images li a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.dt-sc-testimonial-images li div {
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.dt-sc-testimonial-images li.selected div {
    margin: 17px auto;
    display: block;
    width: 85px;
    height: 85px;
    overflow: hidden;
    border-radius: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    border: 3px solid;
}

.dt-sc-testimonial-images li.selected a {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: absolute;
    top: -25px;
    left: -25px;
}

.dt-sc-testimonial-images li.selected img {
    left: -40px;
    max-width: none;
    position: absolute;
    top: 13px;
    width: 125px;
}

.dt-sc-testimonial.type4 {
    padding-bottom: 70px;
    display: inline-block;
}

.dt-sc-testimonial.type4 blockquote {
    font-style: italic;
    font-weight: normal;
    font-size: 18px;
}

.dt-sc-testimonial.type4 .dt-sc-testimonial-quote {
    width: 76%;
    float: right;
}

.dt-sc-testimonial.type4 .dt-sc-testimonial-author {
    margin: 0px 4% 0px 0px;
    float: left;
    width: 20%;
}

.dt-sc-testimonial.type4 .dt-sc-testimonial-author img {
    border-radius: 50%;
}

.dt-sc-testimonial.type4 .dt-sc-testimonial-author cite {
    bottom: 30px;
    position: absolute;
    right: 0px;
    text-align: right;
    margin: 20px 0px 0px;
    font-style: normal;
    font-size: 16px;
}

.dt-sc-testimonial.type4 .dt-sc-testimonial-author cite small {
    text-transform: none;
    font-size: 13px;
    letter-spacing: normal;
    clear: both;
    display: inline;
    width: 100%;
    margin-left: 10px;
}

.dt-sc-testimonial.type5 .dt-sc-testimonial-quote {
    margin: 0 0 30px;
}

.dt-sc-testimonial.type5 .dt-sc-testimonial-quote blockquote {
    font-size: 16px;
    line-height: 28px;
    font-style: italic;
}

.dt-sc-testimonial.type5 .dt-sc-testimonial-quote blockquote q {
    quotes: none;
}

.dt-sc-testimonial.type5 .dt-sc-testimonial-quote blockquote .dt-sc-quote-title {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 20px;
    width: 100%;
}

.dt-sc-testimonial.type5 .dt-sc-testimonial-quote blockquote .dt-sc-quote-title:before {
    content: "\201C";
}

.dt-sc-testimonial.type5 .dt-sc-testimonial-quote blockquote .dt-sc-quote-title:after {
    content: "\201D";
}

.dt-sc-testimonial.type5 .dt-sc-testimonial-quote blockquote p {
    display: inline-block;
    font-size: 16px;
    width: 100%;
}

.dt-sc-testimonial.type5 .dt-sc-testimonial-author img {
    float: left;
    margin: 0 20px 0 0;
    max-width: 70px;
    border-radius: 50%;
}

.dt-sc-testimonial.type5 .dt-sc-testimonial-author cite {
    float: left;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    margin: 5px 0 0;
}

.dt-sc-testimonial.type5 .dt-sc-testimonial-author cite small {
    clear: both;
    display: block;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: normal;
}

.dt-sc-testimonial.type5.alignright {
    float: right;
    text-align: right;
}

.dt-sc-testimonial.type5.alignright .dt-sc-testimonial-author cite {
    float: none;
    display: inline-block;
}

.dt-sc-testimonial.type5.alignright .dt-sc-testimonial-author img {
    float: right;
    margin: 0 0 020px;
}

.dt-sc-testimonial.type5.alignright .dt-sc-testimonial-author cite:before {
    content: "\201C";
    left: -25px;
    right: inherit;
}

.dt-sc-testimonial.type5.aligncenter {
    text-align: center;
}

.dt-sc-testimonial.type5.aligncenter .dt-sc-testimonial-author cite {
    float: none;
    display: inline-block;
    width: 100%;
}

.dt-sc-testimonial.type5.aligncenter .dt-sc-testimonial-author cite:before {
    content: "";
}

.dt-sc-testimonial.type5.aligncenter .dt-sc-testimonial-author img {
    float: none;
    margin: 0;
}

.vc_row-no-padding .dt-sc-testimonial.type5 {
    max-width: 500px;
}

.dt-sc-testimonial.type6 {
    overflow: hidden;
}

.dt-sc-testimonial.type6 .dt-sc-testimonial-author {
    float: right;
    width: 40%;
    padding: 112px 0px 114px 60px;
    box-sizing: border-box;
    position: relative;
}

.dt-sc-testimonial.type6 .dt-sc-testimonial-quote {
    width: 60%;
    padding: 90px 30px 90px 0px;
    box-sizing: border-box;
}

.dt-sc-testimonial.type6 .dt-sc-testimonial-quote blockquote {
    font-style: italic;
    font-size: 16px;
    line-height: 30px;
}

.dt-sc-testimonial.type6 .dt-sc-testimonial-quote blockquote q {
    padding-left: 85px;
    display: inline-block;
    text-align: right;
}

.dt-sc-testimonial.type6 .dt-sc-testimonial-quote blockquote q:before {
    content: "";
}

.dt-sc-testimonial.type6 .dt-sc-testimonial-quote blockquote:before {
    content: '"';
    position: absolute;
    left: 0px;
    top: 15px;
    font-size: 100px;
}

.dt-sc-testimonial.type6 .dt-sc-testimonial-author img {
    max-width: 100px;
    border: 2px solid;
    border-radius: 50%;
    float: left;
    margin: 0px 20px 0px 0px;
    position: relative;
    z-index: 1;
}

.dt-sc-testimonial.type6 .dt-sc-testimonial-author cite {
    margin-top: 25px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.dt-sc-testimonial.type6 .dt-sc-testimonial-author cite small {
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
}

.dt-sc-testimonial.type6 .dt-sc-testimonial-author:before {
    content: "";
    position: absolute;
    left: 65px;
    top: 0px;
    width: 330px;
    height: 330px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 10px;
}

.dt-sc-testimonial.type6:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 75%;
    width: 9000px;
    height: 100%;
}

.dt-sc-testimonial.type7 {
    text-align: center;
    position: relative;
    padding: 30px 0px 0px;
}

.dt-sc-testimonial.type7:before {
    content: open-quote;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    margin: auto;
    font-size: 100px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: rgba(0, 0, 0, 0.3);
}

.dt-sc-testimonial.type7 .dt-sc-testimonial-quote blockquote {
    margin: 20px 0px 0px;
}

.dt-sc-testimonial.type7 .dt-sc-testimonial-quote blockquote q {
    font-style: italic;
    line-height: 25px;
    quotes: none;
}

.dt-sc-testimonial.type7 .dt-sc-testimonial-quote blockquote q:before,
.dt-sc-testimonial.type6 .dt-sc-testimonial-quote blockquote q:after {
    content: "";
}

.dt-sc-testimonial.type7 .dt-sc-testimonial-quote blockquote cite {
    clear: both;
    display: inline-block;
    width: 100%;
    margin-top: 25px;
    font-size: 20px;
    font-weight: 300;
    position: relative;
    z-index: 1;
    font-family: 'Lato', sans-serif;
    font-style: normal;
}

.dt-sc-testimonial.type7 .dt-sc-testimonial-quote blockquote cite small {
    clear: both;
    display: inline-block;
    width: 100%;
    text-transform: none;
    font-weight: 300;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}

.dt-sc-testimonial.type8 {
    float: left;
    clear: both;
    width: 100%;
    margin: 0px;
}

.dt-sc-testimonial.type8 .dt-sc-testimonial-quote {
    float: left;
    width: 69%;
    padding: 0px 0px 0px 30px;
    box-sizing: border-box;
    text-align: left;
}

.dt-sc-testimonial.type8 .dt-sc-testimonial-quote blockquote {
    padding: 40px 0px 40px 40px;
}

.dt-sc-testimonial.type8 .dt-sc-testimonial-quote blockquote q {
    font-size: 18px;
    line-height: 32px;
    font-style: italic;
}

.dt-sc-testimonial.type8 .dt-sc-testimonial-quote blockquote q:before,
.dt-sc-testimonial.type8 .dt-sc-testimonial-quote blockquote q:after {
    position: absolute;
    font-size: 70px;
    font-style: normal;
}

.dt-sc-testimonial.type8 .dt-sc-testimonial-quote blockquote q:before {
    top: 40px;
    left: 0px;
}

.dt-sc-testimonial.type8 .dt-sc-testimonial-quote blockquote q:after {
    bottom: 0px;
}

.dt-sc-testimonial.type8 .dt-sc-testimonial-author {
    width: 31%;
    float: left;
    position: relative;
}

.dt-sc-testimonial.type8 .dt-sc-testimonial-author cite {
    position: absolute;
    right: 10px;
    bottom: 20px;
    background: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    z-index: 1;
    margin: 0px;
    padding: 10px 15px;
    letter-spacing: 1px;
}

.dt-sc-testimonial.type8 .dt-sc-testimonial-author cite:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 10px solid rgba(255, 255, 255, 0.65);
    left: -10px;
    top: -10px;
}

.dt-sc-testimonial.type8 .dt-sc-testimonial-author cite small {
    text-transform: none;
    font-weight: normal;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.4);
    letter-spacing: 0px;
}

.dt-sc-testimonial.type8.alignright .dt-sc-testimonial-quote {
    padding-right: 30px;
    padding-left: 0px;
}

.dt-sc-testimonial.type8.alignright .dt-sc-testimonial-author {
    float: right;
}

.dt-sc-testimonial.type8.alignright .dt-sc-testimonial-author cite {
    left: 10px;
    right: inherit;
}


/* Special Testimonials */

.dt-sc-special-testimonial-container .vc_col-sm-6 {
    padding: 80px 0 80px 65px;
}

.dt-sc-special-testimonial-container .extend-bg-fullwidth-left.vc_col-sm-6 {
    padding: 80px 80px 80px 0;
}

ul.dt-sc-testimonial-special li {
    list-style: none;
}

.dt-sc-special-testimonial-container ul.dt-sc-testimonial-images li a img {
    transition: none;
}


/*----*****---- << Team >> ----*****----*/

.dt-sc-team {
    float: left;
    clear: both;
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
    overflow: hidden;
}

.dt-sc-team .dt-sc-team-details {
    float: left;
    width: 100%;
    padding: 30px 10px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

.dt-sc-team .dt-sc-team-details h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.dt-sc-team .dt-sc-team-details h5 {
    font-size: 15px;
}


/*.dt-sc-team .dt-sc-team-details { top:auto; height:auto; -webkit-transition: -webkit-transform 0.35s; transition: transform 0.35s; -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0); -webkit-backface-visibility: hidden; backface-visibility: hidden; box-sizing:border-box;  }
	.dt-sc-team:hover .dt-sc-team-details { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }*/

.dt-sc-team.hide-details-show-on-hover .dt-sc-team-details {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 30px 10px;
    box-sizing: border-box;
    text-align: center;
}

.dt-sc-team.hide-details-show-on-hover .dt-sc-team-details h4 {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.dt-sc-team.hide-details-show-on-hover .dt-sc-team-details {
    top: auto;
    height: auto;
    -webkit-transition: -webkit-transform 0.35s;
    -moz-transition: -moz-transform 0.35s;
    -ms-transition: -ms-transform 0.35s;
    -o-transition: -o-transform 0.35s;
    -o-transition: -o-transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
}

.dt-sc-team.hide-details-show-on-hover:hover .dt-sc-team-details {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.ie9 .dt-sc-team.hide-details-show-on-hover .dt-sc-team-details {
    opacity: 0;
}

.ie9 .dt-sc-team.hide-details-show-on-hover:hover .dt-sc-team-details {
    opacity: 1;
}

.dt-sc-team.hide-social-show-on-hover .dt-sc-team-details h5 {
    margin-bottom: 0px;
}

.dt-sc-team.hide-social-show-on-hover .dt-sc-team-social {
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    opacity: 0;
    top: -74px;
    left: 0px;
}

.dt-sc-team.hide-social-show-on-hover:hover .dt-sc-team-social {
    opacity: 1;
}

.dt-sc-team-social {
    float: left;
    clear: both;
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.dt-sc-team-social li {
    display: inline-block;
    margin: 0px 5px;
    padding: 0px;
}

.dt-sc-team-social li a {
    width: 34px;
    height: 34px;
    text-align: center;
    font-size: 16px;
    line-height: 34px;
}

.dt-sc-team-social.rounded-border li a {
    border: 1px solid;
    border-radius: 50%;
}

.dt-sc-team-social.square-border li a {
    border: 1px solid;
}

.dt-sc-team-social.rounded-square li a {
    border-radius: 5px;
}

.dt-sc-team-social.diamond-square-border li {
    text-align: center;
    width: 30px;
    height: 30px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 5px;
    margin: 0px 10px;
}

.dt-sc-team-social.diamond-square-border li a {
    margin: -5px 0px 0px -5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.dt-sc-team.details-on-image .dt-sc-team-thumb>img {
    position: relative;
}

.dt-sc-team.details-on-image .dt-sc-team-details {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.dt-sc-team.details-on-image .dt-sc-team-details h4 {
    text-transform: uppercase;
}

.dt-sc-team.rounded .dt-sc-team-thumb {
    position: relative;
}

.dt-sc-team.rounded .dt-sc-team-thumb:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 20px solid;
    border-radius: 50%;
    box-sizing: border-box;
}

.dt-sc-team.rounded .dt-sc-team-thumb:after {
    content: "";
    position: absolute;
    left: 20px;
    top: 20px;
    border-radius: 50%;
    width: 87%;
    height: 87%;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    height: -webkit-calc(100% - 40px);
    height: -moz-calc(100% - 40px);
    height: calc(100% - 40px);
}

.dt-sc-team.rounded .dt-sc-team-thumb img {
    border-radius: 50%;
}

.dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-details,
.dt-sc-team.rounded.hide-social-show-on-hover:hover .dt-sc-team-details {
    background: none;
    position: static;
}

.dt-sc-team.rounded .dt-sc-team-details h4 {
    text-transform: uppercase;
    font-size: 16px;
}

.dt-sc-team.rounded .dt-sc-team-details h5 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.dt-sc-team.rounded .dt-sc-team-details {
    position: initial;
}

.dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-social {
    top: 28%;
}

.dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-social {
    background: none;
}

.dt-sc-team.rounded .dt-sc-team-details .dt-sc-team-social li a {
    border-radius: 50%;
}

.dt-sc-team.rounded .dt-sc-team-details .dt-sc-team-social li a:hover {
    border-radius: 50%;
}

.dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-thumb {
    border: 1px solid;
    box-sizing: border-box;
}

.dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-details {
    padding: 20px 10px 10px;
}

.dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-details h5 {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 30px;
    opacity: 0;
}

.dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social {
    padding: 0px;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    opacity: 0;
    top: -45px;
    left: 0px;
}

.dt-sc-team.hide-social-role-show-on-hover:hover .dt-sc-team-social {
    opacity: 1;
}

.dt-sc-team.hide-social-role-show-on-hover:hover .dt-sc-team-details h5 {
    opacity: 1;
}

.dt-sc-team.hide-social-role-show-on-hover:hover .dt-sc-team-details {
    padding: 40px 10px 50px;
}

.dt-sc-team.hide-social-role-show-on-hover:hover .dt-sc-team-social {
    top: -15px;
}

.dt-sc-team.type2 {
    float: left;
    clear: both;
    width: 100%;
    box-sizing: border-box;
    border-left: 1px solid;
    border-right: 1px solid;
}

.dt-sc-team.type2 .dt-sc-team-thumb {
    border-right: 1px solid;
    position: relative;
}

.dt-sc-team.type2 .dt-sc-team-thumb,
.dt-sc-team.type2 .dt-sc-team-details {
    width: 50%;
    float: left;
    background: none;
    box-sizing: border-box;
}

.dt-sc-team.type2 .dt-sc-team-details {
    text-align: left;
    padding: 70px 25px 0px;
    position: relative;
}

.dt-sc-team.type2 .dt-sc-team-details h4 {
    letter-spacing: 1px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.dt-sc-team.type2 .dt-sc-team-details h5 {
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 0px;
    border-bottom: 1px solid;
    display: inline-block;
    padding: 0px 20px 15px 0px;
}

.dt-sc-team.type2 .dt-sc-team-details p {
    margin-top: 10px;
}

.dt-sc-team.type2 .dt-sc-team-details:before {
    content: "";
    position: absolute;
    top: 35px;
    left: -15px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid;
    z-index: 1;
}

.dt-sc-team.type2 .dt-sc-team-thumb .dt-sc-team-thumb-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.dt-sc-team.type2:hover .dt-sc-team-thumb .dt-sc-team-thumb-overlay {
    opacity: 1;
}

.dt-sc-team.type2 .dt-sc-team-thumb .dt-sc-team-social {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    text-align: center;
    height: 35px;
    margin: auto;
}

.dt-sc-team-social.hexagon-border li {
    position: relative;
    width: 40px;
    height: 25px;
    margin: 12px 5px;
    border-left: solid 1px;
    border-right: solid 1px;
}

.dt-sc-team-social.hexagon-border li:before,
.dt-sc-team-social.hexagon-border li:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 28px;
    height: 28px;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -moz-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    -o-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background-color: inherit;
    left: 5px;
}

.dt-sc-team-social.hexagon-border li:before {
    top: -15.0660px;
    border-top: solid 1.5px;
    border-right: solid 1.5px;
}

.dt-sc-team-social.hexagon-border li:after {
    bottom: -15.0660px;
    border-bottom: solid 1.5px;
    border-left: solid 1.5px;
    left: 6px;
}

.dt-sc-team-social.hexagon-border li a {
    line-height: 52px;
    position: relative;
    z-index: 9;
    left: -1px;
    top: -13px;
    width: 42px;
    height: 52px;
}

.dt-sc-team.type2.alter .dt-sc-team-thumb {
    float: right;
    border-left: 1px solid #fafaf6;
    border-right: 0px;
}

.dt-sc-team.type2.alter .dt-sc-team-details:before {
    left: inherit;
    right: -15px;
    border-right: 0px;
    border-left: 15px solid #f1efea;
}

.dt-sc-team.type2.alter .dt-sc-team-details h4 {
    text-align: right;
}

.dt-sc-team.type2.alter .dt-sc-team-details h5 {
    float: right;
    padding-right: 0;
}

.dt-sc-team.type2.alter .dt-sc-team-details p {
    display: inline-block;
    width: 100%;
    text-align: right;
}


/*----*****---- << Social >> ----*****----*/

.dt-sc-sociable {
    clear: both;
    float: left;
    line-height: 0;
    margin: 0;
    padding: 0;
}

.dt-sc-sociable li {
    float: left;
    display: inline;
    margin: 0 5px 5px;
    padding: 0;
}

.dt-sc-sociable li a {
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    float: left;
    text-align: center;
    width: 36px;
}

.aligncenter .dt-sc-sociable {
    text-align: center;
    width: 100%;
}

.aligncenter .dt-sc-sociable li,
.aligncenter .dt-sc-sociable li a {
    display: inline-block;
    float: none;
}

.alignright .dt-sc-sociable {
    float: right;
    text-align: right;
}

.dt-sc-sociable.dt-sc-icon-size-md li {
    margin-left: 15px;
    margin-right: 15px;
}

.dt-sc-sociable.dt-sc-icon-size-md li a {
    font-size: 28px;
    height: 51px;
    line-height: 51px;
    width: 51px;
}

.dt-sc-sociable.rounded-square li a {
    border-radius: 5px;
}

.dt-sc-sociable.rounded li a {
    border-radius: 50%;
}

.dt-sc-sociable.rounded-border li a {
    border: 2px solid;
    border-radius: 50%;
}

.dt-sc-dark-bg .dt-sc-sociable.rounded-border li a {
    border: 2px solid;
}

.dt-sc-sociable.square-border li a {
    border: 1px solid;
}

.dt-sc-dark-bg .dt-sc-sociable.square-border li a {
    border: 1px solid;
}

.dt-sc-sociable.rounded-border-dashed li a {
    border: 1px dashed;
    border-radius: 50%;
}

.dt-sc-sociable.diamond-square-border li {
    text-align: center;
    border: 1px solid;
    width: 30px;
    height: 30px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 3px;
    margin: 0 0 20px 20px;
}

.dt-sc-sociable.diamond-square-border li a {
    margin: -5px 0 0 -5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    float: left;
}

.dt-sc-sociable.diamond-square-border li:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.diamond-narrow-square-border li {
    position: relative;
    margin: 0px 8px;
}

.diamond-narrow-square-border li a {
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 1;
    height: 60px;
    line-height: 60px;
}

.diamond-narrow-square-border li:before {
    content: "";
    position: absolute;
    left: -1px;
    right: 0;
    margin: auto;
    top: 12px;
    width: 35px;
    height: 35px;
    border: 1px solid;
    z-index: 1;
    -webkit-transform: rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg);
    -moz-transform: rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg);
    -ms-transform: rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg);
    -o-transform: rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg);
    transform: rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg);
}

.dt-sc-sociable.filled li a.fa-facebook,
.dt-sc-sociable.square li a.fa-facebook:hover {
    background: #3162a2;
}

.dt-sc-sociable.filled li a.fa-twitter,
.dt-sc-sociable.square li a.fa-twitter:hover {
    background: #2fb1eb;
}

.dt-sc-sociable.filled li a.fa-dribbble,
.dt-sc-sociable.square li a.fa-dribbble:hover {
    background: #ff68c5;
}

.dt-sc-sociable.filled li a.fa-tumblr,
.dt-sc-sociable.square li a.fa-tumblr:hover {
    background: #34465d;
}

.dt-sc-sociable.filled li a.fa-google-plus,
.dt-sc-sociable.square li a.fa-google-plus:hover {
    background: #c54542;
}

.dt-sc-sociable.square li a:hover,
#footer .dt-sc-sociable.square li a:hover {
    color: #fff;
}

.dt-sc-sociable.hexagon-with-border li,
.dt-sc-sociable.hexagon-border li {
    position: relative;
    width: 40px;
    height: 25px;
    margin: 12px 5px 20px;
    border-left: solid 2px;
    border-right: solid 2px;
}

.dt-sc-sociable.hexagon-with-border li:before,
.dt-sc-sociable.hexagon-with-border li:after,
.dt-sc-sociable.hexagon-border li:before,
.dt-sc-sociable.hexagon-border li:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 28px;
    height: 28px;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -moz-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    -o-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background-color: inherit;
    left: 5px;
}

.dt-sc-sociable.hexagon-with-border li:before,
.dt-sc-sociable.hexagon-border li:before {
    top: -15.0660px;
    border-top: solid 2.5px;
    border-right: solid 2.5px;
}

.dt-sc-sociable.hexagon-with-border li:after,
.dt-sc-sociable.hexagon-border li:after {
    bottom: -15.0660px;
    border-bottom: solid 2.5px;
    border-left: solid 2.5px;
    left: 5px;
}

.dt-sc-sociable.hexagon-with-border li a,
.dt-sc-sociable.hexagon-border li a {
    line-height: 52px;
    position: relative;
    z-index: 9;
    left: -1px;
    top: -13px;
    width: 42px;
    height: 52px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .dt-sc-sociable.hexagon-with-border li:after,
    .dt-sc-sociable.hexagon-border li:after {
        bottom: -14.0660px;
    }
     ::i-block-chrome,
    .dt-sc-sociable.hexagon-with-border li:after,
    .dt-sc-sociable.hexagon-border li:after {
        bottom: -15.0660px;
    }
}


/*----*****---- << Contact Info >> ----*****----*/

.dt-sc-contact-info {
    float: left;
    margin: 0px;
    padding: 0px;
    clear: both;
    width: 100%;
    line-height: 28px;
    position: relative;
}

.dt-sc-contact-info span {
    float: left;
    font-size: 20px;
    line-height: inherit;
    margin: 0 10px 3px 0;
    text-align: center;
    width: 30px;
}

.dt-sc-contact-info p {
    margin: 0px;
}

.dt-sc-contact-info .icon-pointer {
    margin-bottom: 10px;
}

.dt-sc-contact-info.type2 {
    border: 1px solid;
    font-size: 18px;
    line-height: normal;
    padding: 15px 15px 15px 80px;
    box-sizing: border-box;
}

.dt-sc-contact-info.type2 h6 {
    font-size: 14px;
    margin: 5px 0 10px;
}

.dt-sc-contact-info.type2 span {
    float: left;
    font-size: 30px;
    height: 0;
    line-height: 0;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    width: 70px;
}

.dt-sc-contact-info.type3 {
    position: relative;
    padding: 40px 20px 90px;
    box-sizing: border-box;
    text-align: center;
}

.dt-sc-contact-info.type3 h6 {
    font-size: 18px;
    text-transform: uppercase;
}

.dt-sc-contact-info.type3 h6,
.dt-sc-contact-info.type3 p {
    position: relative;
    z-index: 1;
    font-weight: normal;
}

.dt-sc-contact-info.type3 span {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: -30px;
    font-size: 32px;
    line-height: 60px;
    z-index: 1;
}

.dt-sc-contact-info.type3:before {
    border-style: solid;
    border-width: 1px 1px 0;
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 100%;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    height: -webkit-calc(100% - 10px);
    height: -moz-calc(100% - 10px);
    height: calc(100% - 10px);
}

.dt-sc-contact-info.type3:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: -30px;
    width: 60px;
    height: 60px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari */
     ::i-block-chrome,
    .dt-sc-contact-info.type3:before {
        width: 92%;
        height: 95%;
    }
}

.dt-sc-contact-info.type4 {
    border: 1px solid;
    display: block;
    float: none;
    font-size: inherit;
    line-height: 30px;
    margin: 0 20px 0 30px;
    padding: 30px 15px 30px 60px;
    width: auto;
    box-sizing: border-box;
}

.dt-sc-contact-info.type4 span {
    display: block;
    font-size: 25px;
    height: 60px;
    line-height: 60px;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: -30px;
    top: 0;
    width: 60px;
}

.dt-sc-contact-info.type4 h6 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.dt-sc-contact-info.type4 h6:only-child,
.dt-sc-contact-info.type4 p:only-child {
    margin-bottom: 0;
}

.dt-sc-contact-info.type4 p,
.dt-sc-contact-info.type4 a {
    font-size: 14px;
    line-height: 22px;
}

.dt-sc-contact-info-wrapper {
    float: left;
    text-align: center;
    position: relative;
    width: 100%;
    z-index: 99;
}

.dt-sc-contact-info-wrapper .wpb_column {
    display: inline-block;
    float: none;
}

.dt-sc-contact-info.type5 {
    text-align: center;
    padding: 40px 20px;
    box-sizing: border-box;
}

.dt-sc-contact-info.type5 .dt-sc-contact-icon span {
    font-size: 60px;
    line-height: 72px;
    position: relative;
    z-index: 9;
    width: auto;
    float: none;
    margin: 0px;
}

.dt-sc-contact-info.type5 h6 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 30px 0px 0px;
    font-weight: 600;
}

.dt-sc-contact-info.type5 .dt-sc-contact-icon {
    text-align: center;
    position: relative;
    width: 130px;
    height: 75.06px;
    margin: 43.30px 0;
    border-left: solid 3px;
    border-right: solid 3px;
    display: inline-block;
}

.dt-sc-contact-info.type5 .dt-sc-contact-icon:before,
.dt-sc-contact-info.type5 .dt-sc-contact-icon:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 91.92px;
    height: 91.92px;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -moz-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    -o-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background-color: inherit;
    left: 17.0381px;
}

.dt-sc-contact-info.type5 .dt-sc-contact-icon:before {
    top: -47.9619px;
    border-top: solid 4.2426px;
    border-right: solid 4.2426px;
}

.dt-sc-contact-info.type5 .dt-sc-contact-icon:after {
    bottom: -47.9619px;
    border-bottom: solid 4.2426px;
    border-left: solid 4.2426px;
}

.dt-sc-contact-info.type5.blue .dt-sc-contact-icon {
    background: #3d9bd5;
}

.dt-sc-contact-info.type5.blue .dt-sc-contact-icon,
.dt-sc-contact-info.type5.blue .dt-sc-contact-icon:before,
.dt-sc-contact-info.type5.blue .dt-sc-contact-icon:after {
    border-color: #358cc6;
}

.dt-sc-contact-info.type5.blue:hover {
    background-color: #3d9bd5;
}

.dt-sc-contact-info.type5.blue:hover .dt-sc-contact-icon span {
    color: #3d9bd5;
}

.dt-sc-contact-info.type5.brown .dt-sc-contact-icon {
    background: #795548;
}

.dt-sc-contact-info.type5.brown .dt-sc-contact-icon,
.dt-sc-contact-info.type5.brown .dt-sc-contact-icon:before,
.dt-sc-contact-info.type5.brown .dt-sc-contact-icon:after {
    border-color: #573a30;
}

.dt-sc-contact-info.type5.brown:hover {
    background-color: #795548;
}

.dt-sc-contact-info.type5.brown:hover .dt-sc-contact-icon span {
    color: #795548;
}

.dt-sc-contact-info.type5.cadetblue .dt-sc-contact-icon {
    background: #3c939d;
}

.dt-sc-contact-info.type5.cadetblue .dt-sc-contact-icon,
.dt-sc-contact-info.type5.cadetblue .dt-sc-contact-icon:before,
.dt-sc-contact-info.type5.cadetblue .dt-sc-contact-icon:after {
    border-color: #34818a;
}

.dt-sc-contact-info.type5.cadetblue:hover {
    background-color: #3c939d;
}

.dt-sc-contact-info.type5.cadetblue:hover .dt-sc-contact-icon span {
    color: #3c939d;
}

.dt-sc-contact-info.type5.chillipepper .dt-sc-contact-icon {
    background: #c10841;
}

.dt-sc-contact-info.type5.chillipepper .dt-sc-contact-icon,
.dt-sc-contact-info.type5.chillipepper .dt-sc-contact-icon:before,
.dt-sc-contact-info.type5.chillipepper .dt-sc-contact-icon:after {
    border-color: #9d0836;
}

.dt-sc-contact-info.type5.chillipepper:hover {
    background-color: #c10841;
}

.dt-sc-contact-info.type5.chillipepper:hover .dt-sc-contact-icon span {
    color: #c10841;
}

.dt-sc-contact-info.type5.cyan .dt-sc-contact-icon {
    background: #00bcd4;
}

.dt-sc-contact-info.type5.cyan .dt-sc-contact-icon,
.dt-sc-contact-info.type5.cyan .dt-sc-contact-icon:before,
.dt-sc-contact-info.type5.cyan .dt-sc-contact-icon:after {
    border-color: #00a0b4;
}

.dt-sc-contact-info.type5.cyan:hover {
    background-color: #00bcd4;
}

.dt-sc-contact-info.type5.cyan:hover .dt-sc-contact-icon span {
    color: #00bcd4;
}

.dt-sc-contact-info.type5.darkgolden .dt-sc-contact-icon {
    background: #b48b3c;
}

.dt-sc-contact-info.type5.darkgolden .dt-sc-contact-icon,
.dt-sc-contact-info.type5.darkgolden .dt-sc-contact-icon:before,
.dt-sc-contact-info.type5.darkgolden .dt-sc-contact-icon:after {
    border-color: #a17b35;
}

.dt-sc-contact-info.type5.darkgolden:hover {
    background-color: #b48b3c;
}

.dt-sc-contact-info.type5.darkgolden:hover .dt-sc-contact-icon span {
    color: #b48b3c;
}

.dt-sc-contact-info.type5.deeporange .dt-sc-contact-icon {
    background: #ff5722;
}

.dt-sc-contact-info.type5.deeporange .dt-sc-contact-icon,
.dt-sc-contact-info.type5.deeporange .dt-sc-contact-icon:before,
.dt-sc-contact-info.type5.deeporange .dt-sc-contact-icon:after {
    border-color: #db4211;
}

.dt-sc-contact-info.type5.deeporange:hover {
    background-color: #ff5722;
}

.dt-sc-contact-info.type5.deeporange:hover .dt-sc-contact-icon span {
    color: #ff5722;
}

.dt-sc-contact-info.type5.deeppurple .dt-sc-contact-icon {
    background: #673ab7;
}

.dt-sc-contact-info.type5.deeppurple .dt-sc-contact-icon,
.dt-sc-contact-info.type5.deeppurple .dt-sc-contact-icon:before,
.dt-sc-contact-info.type5.deeppurple .dt-sc-contact-icon:after {
    border-color: #532b99;
}

.dt-sc-contact-info.type5.deeppurple:hover {
    background-color: #673ab7;
}

.dt-sc-contact-info.type5.deeppurple:hover .dt-sc-contact-icon span {
    color: #673ab7;
}

.dt-sc-contact-info.type5.green .dt-sc-contact-icon {
    background: #68b471;
}

.dt-sc-contact-info.type5.green .dt-sc-contact-icon,
.dt-sc-contact-info.type5.green .dt-sc-contact-icon:before,
.dt-sc-contact-info.type5.green .dt-sc-contact-icon:after {
    border-color: #58975f;
}

.dt-sc-contact-info.type5.green:hover {
    background-color: #68b471;
}

.dt-sc-contact-info.type5.green:hover .dt-sc-contact-icon span {
    color: #68b471;
}

.dt-sc-contact-info.type5.lime .dt-sc-contact-icon {
    background: #cddc39;
}

.dt-sc-contact-info.type5.lime .dt-sc-contact-icon,
.dt-sc-contact-info.type5.lime .dt-sc-contact-icon:before,
.dt-sc-contact-info.type5.lime .dt-sc-contact-icon:after {
    border-color: #b1bf27;
}

.dt-sc-contact-info.type5.lime:hover {
    background-color: #cddc39;
}

.dt-sc-contact-info.type5.lime:hover .dt-sc-contact-icon span {
    color: #cddc39;
}

.dt-sc-contact-info.type5.magenta .dt-sc-contact-icon {
    background: #cb506d;
}

.dt-sc-contact-info.type5.magenta .dt-sc-contact-icon,
.dt-sc-contact-info.type5.magenta .dt-sc-contact-icon:before,
.dt-sc-contact-info.type5.magenta .dt-sc-contact-icon:after {
    border-color: #ae3753;
}

.dt-sc-contact-info.type5.magenta:hover {
    background-color: #cb506d;
}

.dt-sc-contact-info.type5.magenta:hover .dt-sc-contact-icon span {
    color: #cb506d;
}

.dt-sc-contact-info.type5.orange .dt-sc-contact-icon {
    background: #ea8852;
}

.dt-sc-contact-info.type5.orange .dt-sc-contact-icon,
.dt-sc-contact-info.type5.orange .dt-sc-contact-icon:before,
.dt-sc-contact-info.type5.orange .dt-sc-contact-icon:after {
    border-color: #d27745;
}

.dt-sc-contact-info.type5.orange:hover {
    background-color: #ea8852;
}

.dt-sc-contact-info.type5.orange:hover .dt-sc-contact-icon span {
    color: #ea8852;
}

.dt-sc-contact-info.type5.pink .dt-sc-contact-icon {
    background: #fd6ca3;
}

.dt-sc-contact-info.type5.pink .dt-sc-contact-icon,
.dt-sc-contact-info.type5.pink .dt-sc-contact-icon:before,
.dt-sc-contact-info.type5.pink .dt-sc-contact-icon:after {
    border-color: #df5e8f;
}

.dt-sc-contact-info.type5.pink:hover {
    background-color: #fd6ca3;
}

.dt-sc-contact-info.type5.pink:hover .dt-sc-contact-icon span {
    color: #fd6ca3;
}

.dt-sc-contact-info.type5.purple .dt-sc-contact-icon {
    background: #9c27b0;
}

.dt-sc-contact-info.type5.purple .dt-sc-contact-icon,
.dt-sc-contact-info.type5.purple .dt-sc-contact-icon:before,
.dt-sc-contact-info.type5.purple .dt-sc-contact-icon:after {
    border-color: #7c1b8c;
}

.dt-sc-contact-info.type5.purple:hover {
    background-color: #9c27b0;
}

.dt-sc-contact-info.type5.purple:hover .dt-sc-contact-icon span {
    color: #9c27b0;
}

.dt-sc-contact-info.type5.red .dt-sc-contact-icon {
    background: #da0000;
}

.dt-sc-contact-info.type5.red .dt-sc-contact-icon,
.dt-sc-contact-info.type5.red .dt-sc-contact-icon:before,
.dt-sc-contact-info.type5.red .dt-sc-contact-icon:after {
    border-color: #c50000;
}

.dt-sc-contact-info.type5.red:hover {
    background-color: #da0000;
}

.dt-sc-contact-info.type5.red:hover .dt-sc-contact-icon span {
    color: #da0000;
}

.dt-sc-contact-info.type5.skyblue .dt-sc-contact-icon {
    background: #0eb2e7;
}

.dt-sc-contact-info.type5.skyblue .dt-sc-contact-icon,
.dt-sc-contact-info.type5.skyblue .dt-sc-contact-icon:before,
.dt-sc-contact-info.type5.skyblue .dt-sc-contact-icon:after {
    border-color: #0da2d4;
}

.dt-sc-contact-info.type5.skyblue:hover {
    background-color: #0eb2e7;
}

.dt-sc-contact-info.type5.skyblue:hover .dt-sc-contact-icon span {
    color: #0eb2e7;
}

.dt-sc-contact-info.type5.teal .dt-sc-contact-icon {
    background: #009688;
}

.dt-sc-contact-info.type5.teal .dt-sc-contact-icon,
.dt-sc-contact-info.type5.teal .dt-sc-contact-icon:before,
.dt-sc-contact-info.type5.teal .dt-sc-contact-icon:after {
    border-color: #007f73;
}

.dt-sc-contact-info.type5.teal:hover {
    background-color: #009688;
}

.dt-sc-contact-info.type5.teal:hover .dt-sc-contact-icon span {
    color: #009688;
}

.dt-sc-contact-info.type5.turquoise .dt-sc-contact-icon {
    background: #32ccbd;
}

.dt-sc-contact-info.type5.turquoise .dt-sc-contact-icon,
.dt-sc-contact-info.type5.turquoise .dt-sc-contact-icon:before,
.dt-sc-contact-info.type5.turquoise .dt-sc-contact-icon:after {
    border-color: #24b6a8;
}

.dt-sc-contact-info.type5.turquoise:hover {
    background-color: #32ccbd;
}

.dt-sc-contact-info.type5.turquoise:hover .dt-sc-contact-icon span {
    color: #32ccbd;
}

.dt-sc-contact-info.type5.wisteria .dt-sc-contact-icon {
    background: #9b59b6;
}

.dt-sc-contact-info.type5.wisteria .dt-sc-contact-icon,
.dt-sc-contact-info.type5.wisteria .dt-sc-contact-icon:before,
.dt-sc-contact-info.type5.wisteria .dt-sc-contact-icon:after {
    border-color: #7c4094;
}

.dt-sc-contact-info.type5.wisteria:hover {
    background-color: #9b59b6;
}

.dt-sc-contact-info.type5.wisteria:hover .dt-sc-contact-icon span {
    color: #9b59b6;
}

.dt-sc-contact-info.type5.yellow .dt-sc-contact-icon {
    background: #ffe401;
}

.dt-sc-contact-info.type5.yellow .dt-sc-contact-icon,
.dt-sc-contact-info.type5.yellow .dt-sc-contact-icon:before,
.dt-sc-contact-info.type5.yellow .dt-sc-contact-icon:after {
    border-color: #ebd302;
}

.dt-sc-contact-info.type5.yellow:hover {
    background-color: #ffe401;
}

.dt-sc-contact-info.type5.yellow:hover .dt-sc-contact-icon span {
    color: #ffe401;
}

.dt-sc-contact-info.type5:hover {
    background: url(../images/hexagon-shape-pattern.png) repeat;
}

.dt-sc-contact-details-on-map {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.dt-sc-contact-details-on-map .map {
    widows: 100%;
    margin: 0px;
    padding: 0px;
    float: left;
    clear: both;
}

.dt-sc-contact-details-on-map img {
    max-width: 100%;
    height: auto;
    display: block;
}

.dt-sc-contact-details-on-map .dt-sc-map-overlay {
    float: none;
    margin: 0 auto !important;
    max-width: 1200px;
    padding: 140px 0 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    box-sizing: border-box;
}

.dt-sc-contact-details-on-map .dt-sc-map-overlay h3 {
    font-weight: normal;
}

.dt-sc-contact-info.type6 {
    text-align: center;
    padding: 30px 20px;
    box-sizing: border-box;
    position: relative;
}

.dt-sc-contact-info.type6 span {
    font-size: 36px;
    position: relative;
    z-index: 9;
    width: auto;
    float: none;
    margin: 0px;
}

.dt-sc-contact-info.type6 h6 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 20px 0px 13px;
}

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

.dt-sc-contact-info.type7 {
    box-sizing: border-box;
    padding: 0 0 10px 60px;
    position: relative;
}

.dt-sc-contact-info.type7 h6 {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.6px;
    margin: 10px 0px;
    text-transform: uppercase;
}

.dt-sc-contact-info.type7 span {
    float: left;
    font-size: 20px;
    line-height: 45px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 5px;
    width: 45px;
}

.dt-sc-contact-info.type7 span:after {
    border: 2px solid;
    content: "";
    height: 45px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 45px;
    z-index: -1;
    border-radius: 5px;
    box-sizing: border-box;
}

.dt-sc-contact-info.type8 {
    font-size: 14px;
    margin: 0;
    padding: 15px 15px 15px 70px;
    position: relative;
    box-sizing: border-box;
}

.dt-sc-contact-info.type8 span {
    color: #ffffff;
    font-size: 22px;
    height: 55px;
    line-height: 55px;
    margin: auto;
    position: absolute;
    left: 0;
    width: 55px;
    border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.dt-sc-contact-info.type8 h6 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: none;
}

.dt-sc-contact-info.type8:hover span {
    background-color: #000;
}

.dt-sc-dark-bg .dt-sc-contact-info.type8 {
    border-color: #ffffff;
}

.dt-sc-dark-bg .dt-sc-contact-info.type8 p a {
    color: #ffffff;
}

.dt-sc-dark-bg .dt-sc-contact-info.type8 p a:hover {
    color: rgba(255, 255, 255, 0.5);
}


/*----*****---- << Toggle & Accordion >> ----*****----*/

h5.dt-sc-toggle-accordion,
h5.dt-sc-toggle {
    position: relative;
    margin: 0px 0px 10px;
    clear: both;
    font-size: 14px;
    font-weight: bold;
}

h5.dt-sc-toggle-accordion a,
h5.dt-sc-toggle a {
    line-height: 35px;
    padding: 0px 0px 0px 50px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

h5.dt-sc-toggle-accordion a:before,
h5.dt-sc-toggle a:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 35px;
    height: 100%;
}

h5.dt-sc-toggle-accordion:before,
h5.dt-sc-toggle-accordion:after,
h5.dt-sc-toggle:before,
h5.dt-sc-toggle:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

h5.dt-sc-toggle-accordion:before,
h5.dt-sc-toggle:before {
    width: 2px;
    height: 16px;
    left: 17px;
}

h5.dt-sc-toggle-accordion:after,
h5.dt-sc-toggle:after {
    height: 2px;
    width: 16px;
    left: 10px;
}

h5.dt-sc-toggle-accordion.active:before,
h5.dt-sc-toggle.active:before {
    background: none;
}

.dt-sc-toggle-content {
    clear: both;
    padding: 15px 0px 25px 50px;
    margin: 0px;
    display: none;
    box-sizing: border-box;
}

.dt-sc-dark-bg h5.dt-sc-toggle-accordion.active:before,
.dt-sc-dark-bg h5.dt-sc-toggle.active:before {
    background: none;
}

.type2 h5.dt-sc-toggle-accordion,
.type2 h5.dt-sc-toggle {
    font-size: 34px;
}

.type2 h5.dt-sc-toggle-accordion a:before,
.type2 h5.dt-sc-toggle-accordion.active a:before,
.type2 h5.dt-sc-toggle a:before,
.type2 h5.dt-sc-toggle.active a:before {
    background: none;
}

.type2 h5.dt-sc-toggle-accordion:before,
.type2 h5.dt-sc-toggle:before {
    width: 3px;
    height: 30px;
    left: 14px;
}

.type2 h5.dt-sc-toggle-accordion:after,
.type2 h5.dt-sc-toggle:after {
    height: 3px;
    width: 30px;
    left: 0px;
}

.alignright h5.dt-sc-toggle-accordion a:before,
.alignright h5.dt-sc-toggle a:before {
    left: inherit;
    right: 0px;
}

.alignright h5.dt-sc-toggle-accordion:before,
.alignright h5.dt-sc-toggle:before {
    right: 17px;
    left: inherit;
}

.alignright h5.dt-sc-toggle-accordion:after,
.alignright h5.dt-sc-toggle:after {
    right: 10px;
    left: inherit;
}

.alignright h5.dt-sc-toggle-accordion a,
.alignright h5.dt-sc-toggle a {
    padding: 0px 50px 0px 0px;
}

.alignright .dt-sc-toggle-content {
    padding-right: 30px;
}

.type2.alignright h5.dt-sc-toggle-accordion:before,
.type2.alignright h5.dt-sc-toggle:before {
    right: 14px;
}

.type2.alignright h5.dt-sc-toggle-accordion:after,
.type2.alignright h5.dt-sc-toggle:after {
    right: 0px;
}

.type2.alignright h5.dt-sc-toggle-accordion a,
.type2.alignright h5.dt-sc-toggle a {
    padding: 5px 50px 5px 0px;
}

.type2.alignright .dt-sc-toggle-content {
    padding-right: 50px;
}

.dt-sc-toggle-frame h5.dt-sc-toggle-accordion,
.dt-sc-toggle-frame h5.dt-sc-toggle {
    border-bottom: 1px solid;
    font-size: 14px;
    font-weight: normal;
}

.dt-sc-toggle-frame h5.dt-sc-toggle-accordion a,
.dt-sc-toggle-frame h5.dt-sc-toggle a {
    padding: 20px 0px 20px 80px;
    line-height: normal;
}

.dt-sc-toggle-frame h5.dt-sc-toggle-accordion a:before,
.dt-sc-toggle-frame h5.dt-sc-toggle a:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 100%;
}

.dt-sc-toggle-frame h5.dt-sc-toggle-accordion:before,
.dt-sc-toggle-frame h5.dt-sc-toggle-accordion:after,
.dt-sc-toggle-frame h5.dt-sc-toggle:before,
.dt-sc-toggle-frame h5.dt-sc-toggle:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.dt-sc-toggle-frame h5.dt-sc-toggle-accordion:before,
.dt-sc-toggle-frame h5.dt-sc-toggle:before {
    left: 29px;
    width: 2px;
    height: 16px;
}

.dt-sc-toggle-frame h5.dt-sc-toggle-accordion:after,
.dt-sc-toggle-frame h5.dt-sc-toggle:after {
    left: 22px;
    width: 16px;
    height: 2px;
}

.dt-sc-toggle-frame h5.dt-sc-toggle-accordion.active:before,
.dt-sc-toggle-frame h5.dt-sc-toggle.active:before {
    background: none;
}

.dt-sc-toggle-frame .dt-sc-toggle-content {
    padding: 15px 0px 25px 20px;
    margin: 0px 0px 20px;
    border-bottom: 1px solid;
}

.type2 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion,
.type2 .dt-sc-toggle-frame h5.dt-sc-toggle {
    border: 1px solid;
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: 15px;
}

.type2 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion:after,
.type2 .dt-sc-toggle-frame h5.dt-sc-toggle:after {
    width: 26px;
    height: 1px;
    right: 20px;
    left: inherit;
}

.type2 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion:before,
.type2 .dt-sc-toggle-frame h5.dt-sc-toggle:before {
    height: 26px;
    width: 1px;
    right: 33px;
    left: inherit;
}

.type2 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion a:before,
.type2 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion.active a:before,
.type2 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion.active:before,
.type2 .dt-sc-toggle-frame h5.dt-sc-toggle a:before,
.type2 .dt-sc-toggle-frame h5.dt-sc-toggle.active a:before,
.type2 .dt-sc-toggle-frame h5.dt-sc-toggle.active:before {
    background: none;
}

.type2 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion a,
.type2 .dt-sc-toggle-frame h5.dt-sc-toggle a {
    padding-left: 20px;
}

.type2 .dt-sc-toggle-frame .dt-sc-toggle-content {
    padding: 15px 0px 35px;
    border: 0px;
    margin-bottom: 0px;
}

.type3 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion,
.type3 .dt-sc-toggle-frame h5.dt-sc-toggle {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 0px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: -1px;
}

.type3 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion a,
.type3 .dt-sc-toggle-frame h5.dt-sc-toggle a {
    padding-left: 20px;
}

.type3 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion:after,
.type3 .dt-sc-toggle-frame h5.dt-sc-toggle:after,
.type3 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion:before,
.type3 .dt-sc-toggle-frame h5.dt-sc-toggle:before,
.type3 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion.active:after,
.type3 .dt-sc-toggle-frame h5.dt-sc-toggle.active:after,
.type3 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion.active:before,
.type3 .dt-sc-toggle-frame h5.dt-sc-toggle.active:before {
    background: none;
}

.type3 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion a:before,
.type3 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion.active a:before,
.type3 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion.active:before,
.type3 .dt-sc-toggle-frame h5.dt-sc-toggle a:before,
.type3 .dt-sc-toggle-frame h5.dt-sc-toggle.active a:before,
.type3 .dt-sc-toggle-frame h5.dt-sc-toggle.active:before {
    background: none;
}

.type3 .dt-sc-toggle-frame .dt-sc-toggle-content {
    border-bottom: 0px;
    border-left: 2px solid;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0px;
    padding: 20px 20px 25px 25px;
    margin-top: 1px;
}

.type3 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion.active a,
.type3 .dt-sc-toggle-frame h5.dt-sc-toggle.active a {
    color: #000000;
}

.dt-sc-toggle-frame-set.type3 .dt-sc-toggle-frame:last-child h5.dt-sc-toggle-accordion,
.dt-sc-toggle-frame-set.type3 .dt-sc-toggle-frame:last-child h5.dt-sc-toggle-toggle {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dt-sc-toggle-frame-set.type3 .dt-sc-toggle-frame:last-child .dt-sc-toggle-content {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}


/*----*****---- << Pricing Table >> ----*****----*/

.dt-sc-pr-tb-col {
    float: left;
    clear: both;
    width: 100%;
    padding: 0px;
    text-align: center;
    border-radius: 5px;
}

.dt-sc-pr-tb-col {
    border: 1px solid;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 0 0 30px;
}

.dt-sc-pr-tb-col .dt-sc-tb-header {
    padding: 30px 20px;
    border-radius: 5px 5px 0 0;
}

.dt-sc-pr-tb-col .dt-sc-tb-title h5 {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.dt-sc-pr-tb-col .dt-sc-tb-title p {
    letter-spacing: 0.5px;
}

.dt-sc-pr-tb-col .dt-sc-price {
    border-top: 1px solid;
    padding: 30px 0px 0px;
    margin: 30px 0 0;
}

.dt-sc-pr-tb-col .dt-sc-price h6 {
    font-size: 60px;
    font-weight: 700;
    line-height: inherit;
    margin-bottom: 0;
    position: relative;
}

.dt-sc-pr-tb-col .dt-sc-price h6 sup {
    font-size: 25px;
    top: -23px;
    letter-spacing: 0.5px;
}

.dt-sc-pr-tb-col .dt-sc-price h6 span {
    font-size: 12px;
    position: relative;
    top: -2px;
    margin: 0 0 0 -36px;
}

.dt-sc-pr-tb-col .dt-sc-tb-content {
    padding: 0 20px 20px;
    width: 100%;
    margin: 0px;
    float: left;
    box-sizing: border-box;
}

.dt-sc-pr-tb-col .dt-sc-tb-content li {
    float: left;
    display: block;
    clear: both;
    padding: 15px 0px;
    width: 100%;
    border-bottom: 1px solid;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.dt-sc-pr-tb-col .dt-sc-buy-now {
    padding: 0 10px;
    box-sizing: border-box;
}

.dt-sc-pr-tb-col .dt-sc-buy-now a {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.5px;
    padding: 15px 25px 14px;
    border-radius: 5px;
}

.dt-sc-pr-tb-col.minimal {
    padding: 55px 0 40px;
}

.dt-sc-pr-tb-col.minimal .dt-sc-tb-header,
.dt-sc-pr-tb-col.minimal:hover .dt-sc-tb-header {
    background: none;
    border: 0px;
    padding: 0px;
}

.dt-sc-pr-tb-col.minimal .icon-wrapper {
    position: relative;
    width: 100%;
    height: 90px;
}

.dt-sc-pr-tb-col.minimal .icon-wrapper span {
    font-size: 36px;
    line-height: 80px;
    position: relative;
    z-index: 1;
}

.dt-sc-pr-tb-col.minimal .icon-wrapper:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    margin: auto;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dt-sc-pr-tb-col.minimal .dt-sc-tb-title {
    margin: 40px 0px 0px;
    padding: 0px 10px;
    box-sizing: border-box;
}

.dt-sc-pr-tb-col.minimal .dt-sc-tb-title h5 {
    font-size: 22px;
    margin-bottom: 15px;
}

.dt-sc-pr-tb-col.minimal .dt-sc-price {
    margin: 40px 0px 0px;
    padding: 25px 10px;
    box-sizing: border-box;
    border: 0px;
}

.dt-sc-pr-tb-col.minimal .dt-sc-price p {
    font-size: 16px;
    text-transform: uppercase;
}

.dt-sc-pr-tb-col.minimal .dt-sc-price h6 {
    font-size: 48px;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.dt-sc-pr-tb-col.minimal .dt-sc-price h6 span {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px;
    position: inherit;
}

.dt-sc-pr-tb-col.minimal .dt-sc-buy-now {
    margin: 40px 0px 0px;
}

.dt-sc-pr-tb-col.minimal .dt-sc-buy-now a {
    font-weight: 600;
}

.dt-sc-dark-bg .dt-sc-pr-tb-col.minimal {
    border: 0px;
}

.dt-sc-pr-tb-col.type2 {
    border: none;
}

.dt-sc-pr-tb-col.type2 .dt-sc-tb-header,
.dt-sc-pr-tb-col.type2:hover .dt-sc-tb-header {
    background: none;
}

.dt-sc-pr-tb-col.type2 .dt-sc-tb-header {
    padding: 0px;
}

.dt-sc-pr-tb-col.type2 .dt-sc-tb-header:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 19px;
    margin: auto;
    width: 190px;
    height: 190px;
    border: 1px solid;
    border-radius: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dt-sc-pr-tb-col.type2 .dt-sc-tb-title {
    position: relative;
    top: -20px;
    height: 135px;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

.dt-sc-pr-tb-col.type2 .dt-sc-tb-title h5 {
    position: relative;
    z-index: 1;
    margin: 20px 0px 0px;
    font-size: 20px;
    letter-spacing: 0px;
    text-transform: none;
    line-height: 24px;
}

.dt-sc-pr-tb-col.type2 .dt-sc-tb-title h5 span {
    font-size: 34px;
    display: block;
    line-height: normal;
}

.dt-sc-pr-tb-col.type2 .dt-sc-tb-header .dt-sc-tb-title:before {
    content: "";
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: -2px;
    top: 40px;
    width: 197px;
    height: 194px;
    border-radius: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dt-sc-pr-tb-col.type2 .dt-sc-tb-header .dt-sc-tb-title:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    width: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid;
}

.dt-sc-pr-tb-col.type2 .dt-sc-price {
    border: none;
    margin-top: 0px;
    padding: 20px 0px 0px;
    width: 100%;
    height: 114px;
    top: -20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.dt-sc-pr-tb-col.type2 .dt-sc-price h6 {
    font-size: 34px;
}

.dt-sc-pr-tb-col.type2 .dt-sc-price h6 sup {
    font-size: 20px;
    top: -12px;
}

.dt-sc-pr-tb-col.type2 .dt-sc-price:before {
    content: "";
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: -2px;
    top: -98px;
    width: 194px;
    height: 194px;
    border-radius: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dt-sc-pr-tb-col.type2 .dt-sc-price:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    margin: auto;
    width: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.dt-sc-pr-tb-col.type2 .dt-sc-tb-content {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 20px;
}

.dt-sc-pr-tb-col.type2 .dt-sc-tb-content:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 6px;
    width: 100%;
    border-radius: 5px;
}

.dt-sc-pr-tb-col.type2 .dt-sc-tb-content:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -6px;
    width: 0px;
    margin: auto;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid;
}

.dt-sc-pr-tb-col.type2 .dt-sc-tb-content li {
    font-size: 17px;
    padding: 6px 0px;
}

.dt-sc-pr-tb-col.type2 .dt-sc-tb-content li:last-child {
    border: none;
}

.dt-sc-pr-tb-col.type2 .dt-sc-tb-content li .highlight {
    font-weight: bold;
    padding: 0px 10px;
    border-radius: 3px;
}

.dt-sc-pr-tb-col.type2 .dt-sc-buy-now a {
    font-size: 16px;
    font-weight: bold;
}

.dt-sc-pr-tb-col.type2:hover .dt-sc-tb-header .dt-sc-tb-title:before {
    background: none;
}

.dt-sc-pr-tb-col.type2:hover .dt-sc-price:after {
    border-top: 10px solid;
}

.side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-header::before {
    height: 170px;
    width: 170px;
    top: 19px;
}

.side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-header .dt-sc-tb-title::before {
    height: 172px;
    width: 172px;
    top: 38px;
}

.side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-price::before {
    height: 172px;
    width: 172px;
    top: -86px;
}

.side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-title {
    height: 126px;
}


/*----*****---- << Images Carousel >> ----*****----*/

.dt-sc-images-wrapper {
    clear: both;
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    position: relative;
}

.dt-sc-images-carousel li {
    display: block;
    float: left;
    margin: 0px;
}

.dt-sc-images-carousel li img {
    max-width: 100%;
}

.dt-sc-images-wrapper {
    margin-left: -20px;
    width: -webkit-calc(100% + 20px);
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
}

.dt-sc-images-carousel li {
    margin-left: 20px;
}

.dt-sc-images-wrapper .carousel-arrows a {
    margin-left: 20px;
    border: none;
    border-radius: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dt-sc-images-wrapper .carousel-arrows a:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.dt-sc-images-wrapper .carousel-arrows a.images-next {
    margin-right: 5px;
}


/*----*****---- << Image Flip >> ----*****----*/

.dt-sc-image-flip {
    clear: both;
    float: left;
    width: 100%;
    position: relative;
}

.dt-sc-image-flip img:last-child {
    position: absolute;
    left: 0px;
    top: 0px;
}

.dt-sc-image-flip img:last-child {
    opacity: 0;
}

.dt-sc-image-flip:hover img:last-child {
    opacity: 1;
}

.dt-sc-image-flip:hover img:first-child {
    opacity: 0;
}

.aligncenter .dt-sc-image-flip img:last-child {
    right: 0px;
    margin: auto;
}


/*----*****---- << Newsletter >> ----*****----*/

.dt-sc-newsletter-section {
    clear: both;
    float: left;
    margin: 0px;
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 30px 0px;
}

.two-color-section {
    position: relative;
    float: left;
    width: 100%;
    clear: both;
}

.two-color-section:before {
    content: "";
    position: absolute;
    left: -8%;
    width: 37.3%;
    height: 100%;
    top: 0px;
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    transform: skewX(-30deg);
}

.two-color-section:after {
    content: "";
    position: absolute;
    right: -4%;
    width: 74%;
    height: 100%;
    top: 0px;
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    transform: skewX(-30deg);
}

.vc_row.two-color-section:after,
.vc_row.two-color-section:before {
    display: inline;
}

.dt-sc-newsletter-section h2 {
    float: left;
    width: 31%;
    margin-bottom: 0px;
    line-height: 48px;
}

.dt-sc-newsletter-section .dt-sc-subscribe-frm {
    width: 68%;
    float: right;
    position: relative;
    z-index: 1;
}

.dt-sc-newsletter-section .dt-sc-subscribe-frm input[type="email"],
.dt-sc-newsletter-section .dt-sc-subscribe-frm input[type="text"] {
    -webkit-border-radius: 0px;
    border: none;
    float: left;
    width: 37%;
    margin: 0px 20px 0px 0px;
    padding: 16px 20px 15px;
}

.dt-sc-newsletter-section .dt-sc-subscribe-frm input[type="submit"] {
    margin-top: 0px;
    padding: 16px 20px;
    border-radius: 0px;
}

.two-color-section .dt-sc-newsletter-section h2 {
    color: #ffffff;
}


/* .two-color-section .dt-sc-newsletter-section .dt-sc-subscribe-frm input[type="submit"] { margin-top:10px; } */

.dt-sc-newsletter-section.type2 {
    padding: 0;
}

.dt-sc-newsletter-section.type2 h2 {
    background: none;
}

.dt-sc-newsletter-section.type2 {
    text-align: center;
}

.dt-sc-newsletter-section.type2 h2 {
    width: 100%;
}

.dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm {
    clear: both;
    float: left;
    margin: 30px 0 0;
    width: 100%;
}

.dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="text"],
.dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="email"],
.dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="submit"] {
    float: none;
    display: inline-block;
}

.dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="text"],
.dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="email"] {
    width: 25%;
    border: 1px solid;
    padding: 13px 20px 11px;
    text-transform: none;
    margin-right: -5px;
}

.dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="submit"] {
    padding: 13px 20px;
}

.dt-sc-newsletter-section.type3 {
    text-align: center;
    padding: 0px;
}

.dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm {
    float: none;
    display: inline-block;
    text-align: center;
    padding: 30px 0px;
    width: 75%;
    margin: 0px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm input[type="text"],
.dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm input[type="email"],
.dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm input[type="submit"] {
    float: none;
    display: inline-block;
    border-radius: 5px;
}

.dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm input[type="text"],
.dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm input[type="email"] {
    width: 30%;
    text-transform: none;
}

.dt-sc-newsletter-section.type4 {
    padding: 0;
}

.dt-sc-newsletter-section.type4 h2 {
    font-size: 30px;
}

.dt-sc-newsletter-section.type4 form {
    margin: 0;
    overflow: hidden;
    position: relative;
    /* border-radius: 50px; */
}

.aligncenter .dt-sc-newsletter-section.type4 form {
    display: block;
    float: none;
    margin: 0 auto;
}

.dt-sc-newsletter-section.type4 .dt-sc-subscribe-frm input[type="text"],
.dt-sc-newsletter-section.type4 .dt-sc-subscribe-frm input[type="email"] {
    border-width: 0;
    font-style: italic;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    border-radius: 50px;
}

.dt-sc-newsletter-section.type4 h2,
.dt-sc-newsletter-section.type4 .dt-sc-subscribe-frm input[type="submit"] {
    letter-spacing: 1.4px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.dt-sc-newsletter-section.type4 .dt-sc-subscribe-frm input[type="text"],
.dt-sc-newsletter-section.type4 .dt-sc-subscribe-frm input[type="email"],
.dt-sc-newsletter-section.type4 .dt-sc-subscribe-frm input[type="submit"] {
    padding-left: 30px;
    padding-right: 30px;
}

.dt-sc-newsletter-section.type4 .dt-sc-subscribe-frm input[type="submit"] {
    font-size: 16px;
    line-height: normal;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding: 14.5px 30px;
}

.dt-sc-newsletter-section.type5 {
    width: 50%;
    text-align: center;
    display: inline-block;
    border: 10px solid;
    float: none;
    padding: 20px 60px 30px;
    box-sizing: border-box;
}

.dt-sc-newsletter-section.type5 h2 {
    width: 100%;
}

.dt-sc-newsletter-section.type5 .dt-sc-subscribe-frm {
    width: 100%;
    clear: both;
    margin: 20px 0px 0px;
}

.dt-sc-newsletter-section.type5 .dt-sc-subscribe-frm input[type="text"],
.dt-sc-newsletter-section.type5 .dt-sc-subscribe-frm input[type="email"] {
    border: 1px solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 100%;
    clear: both;
    text-transform: none;
    margin-bottom: 30px;
}

.dt-sc-newsletter-section.type5 .dt-sc-subscribe-frm input[type="email"] {
    margin-bottom: 10px;
}

.dt-sc-newsletter-section.type5 .dt-sc-subscribe-frm input[type="submit"] {
    float: none;
    display: inline-block;
    border-radius: 5px;
    width: 100%;
    margin-top: 10px;
}

.dt-sc-newsletter-section.type6 {
    padding: 0px;
}

.dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm {
    width: 100%;
    float: left;
}

.dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type="email"],
.dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type="text"] {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 15px 20px;
    width: 55%;
    text-transform: none;
    font-size: 22px;
}

.dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type="submit"] {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 16px 35px 15px;
    font-size: 22px;
    font-weight: normal;
}

.dt-sc-newsletter-section.type7 {
    text-align: center;
}

.dt-sc-newsletter-section.type7 i {
    clear: both;
    width: 100%;
    color: #000000;
    display: inline-block;
}

.dt-sc-newsletter-section.type7 h2 {
    background: none;
    width: 100%;
    margin-bottom: 30px;
}

.dt-sc-newsletter-section.type7 .dt-sc-subscribe-frm {
    clear: both;
    width: 40%;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    position: relative;
    float: none;
}

.dt-sc-newsletter-section.type7 .dt-sc-subscribe-frm input[type="email"],
.dt-sc-newsletter-section.type7 .dt-sc-subscribe-frm input[type="text"] {
    padding: 20px 25px 20px;
    width: 100%;
}

.dt-sc-newsletter-section.type7 .dt-sc-subscribe-frm:before {
    color: rgba(0, 0, 0, 0.3) !important;
    content: "\e629";
    font-family: 'Pe-icon-7-stroke';
    font-size: 25px;
    height: 0;
    line-height: 0;
    margin: auto;
    position: absolute;
    bottom: 0;
    right: 20px;
    top: 0;
}

.dt-sc-newsletter-section.type7 .dt-sc-subscribe-frm input[type="submit"] {
    background: none;
    height: 22px;
    position: absolute;
    right: 15px;
    top: 0;
    text-indent: -9999px;
    width: 21px;
}

.dt-sc-newsletter-section.type7 .newsletter-tooltip {
    margin: 0px 0px 0px 30px;
    display: inline-block;
    background: #000000;
    font-size: 14px;
    font-style: italic;
    width: 16%;
    padding: 10px 15px;
    border-radius: 5px;
    position: relative;
    top: -17px;
}

.dt-sc-newsletter-section.type7 .newsletter-tooltip:before {
    content: "";
    position: absolute;
    background: url(../images/newsletter-tooltip-arrow.png) no-repeat;
    left: -20px;
    top: 18px;
    width: 20px;
    height: 23px;
}

.page-with-sidebar .vc_row-no-padding .dt-sc-newsletter-section.type7 {
    float: none;
    margin: 0 auto;
    max-width: 1170px;
    text-align: center;
}


/*----*****---- << Popular Procedures >> ----*****----*/

.dt-sc-popular-procedures {
    width: 100%;
    margin: 0;
    padding: 0;
    clear: both;
    display: block;
}

.dt-sc-popular-procedures .image {
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
}

.dt-sc-popular-procedures .details {
    float: left;
    clear: both;
    width: 100%;
    margin: 10px 0 0;
    text-align: center;
    padding: 40px 32px;
    box-sizing: border-box;
}

.dt-sc-popular-procedures .details h3 {
    margin-bottom: 0;
}

.dt-sc-popular-procedures .details .duration,
.dt-sc-popular-procedures .details .price,
.dt-sc-popular-procedures .details p {
    float: left;
    clear: both;
    margin: 25px 0 0;
    width: 100%;
}

.dt-sc-popular-procedures .details .price {
    margin: 15px 0 25px;
}

.dt-sc-popular-procedures .details .duration {
    font-size: 18px;
}

.dt-sc-popular-procedures .details .price,
.dt-sc-popular-procedures .details h3 {
    font-size: 20px;
}

.dt-sc-popular-procedures .details p {
    font-size: 18px;
}

.dt-sc-popular-procedures .image img,
.dt-sc-popular-procedures:hover .details {
    border-radius: 40px 0;
}

.dt-sc-popular-procedures .details,
.dt-sc-popular-procedures:hover .image img {
    border-radius: 0 40px;
}


/*----*****---- << Horizontal Tabs >> ----*****----*/

.dt-sc-tabs-horizontal-container {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    clear: both;
}

ul.dt-sc-tabs-horizontal-frame {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid;
}

ul.dt-sc-tabs-horizontal-frame>li {
    float: left;
    display: inline;
    margin: 0 -1px 0 0;
    padding: 0;
}

ul.dt-sc-tabs-horizontal-frame>li>a {
    border: 1px solid transparent;
    float: left;
    margin: 0 -1px -1px 0;
    padding: 10px 20px;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    border-radius: 3px 3px 0 0;
}

ul.dt-sc-tabs-horizontal-frame>li>a.current {
    position: relative;
    z-index: 1;
}

ul.dt-sc-tabs-horizontal-frame>li>a>span {
    float: left;
    line-height: inherit;
    margin: 0 10px 0 0;
    position: relative;
    top: 0;
}

.dt-sc-tabs-horizontal-frame-content {
    clear: both;
    float: left;
    margin: 0;
    padding: 30px 0 0;
    width: 100%;
}

.dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame {
    border-bottom-width: 0;
    border-top: 2px solid #fcdb34;
}

.dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame>li {
    margin: 0px;
}

.dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame>li>a {
    font-size: 20px;
    font-weight: normal;
    padding: 10px 23px;
    border: 2px solid transparent;
    margin: -2px -2px 0px 0px;
}

.dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame>li:first-child>a.current {
    border-left-color: transparent;
}

.dt-sc-tabs-horizontal-frame-container.type2:not(.alter) ul.dt-sc-tabs-horizontal-frame>li>a.current {
    border-top-color: #ffffff !important;
}

.dt-sc-tabs-horizontal-frame-container.type2.alter ul.dt-sc-tabs-horizontal-frame {
    border-bottom: 2px solid #fcdb34;
    border-top-width: 0;
}

.dt-sc-tabs-horizontal-frame-container.type2.alter ul.dt-sc-tabs-horizontal-frame>li>a {
    margin-bottom: -2px;
}

.dt-sc-tabs-horizontal-frame-container.type2.alter ul.dt-sc-tabs-horizontal-frame>li>a.current {
    border-bottom-color: #ffffff !important;
}

.dt-sc-tabs-horizontal-frame-container.type2.alter .dt-sc-tabs-horizontal-frame-content {
    padding-top: 50px;
}

.dt-sc-tabs-horizontal-frame-container.dt-sc-tabs-aligncenter ul.dt-sc-tabs-horizontal-frame {
    text-align: center;
}

.dt-sc-tabs-horizontal-frame-container.dt-sc-tabs-aligncenter ul.dt-sc-tabs-horizontal-frame>li,
.dt-sc-tabs-horizontal-frame-container.dt-sc-tabs-aligncenter ul.dt-sc-tabs-horizontal-frame>li>a {
    float: none;
    display: inline-block;
}

.dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame {
    border: none;
    text-align: center;
    position: relative;
}

.dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame:before,
.dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame:after {
    background-color: inherit;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 9000px;
}

.dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame:before {
    left: 100%;
}

.dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame:after {
    right: 100%;
}

.dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame>li {
    display: inline-block;
    float: none;
    margin: 0;
    text-align: center;
}

.dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame>li>a {
    border-style: solid;
    border-width: 1px 0 0 1px;
    color: #fff;
    display: inline-block;
    float: none;
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    margin: 0;
    padding: 30px;
    position: relative;
    text-transform: capitalize;
    border-radius: 0;
}

.dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame>li:last-child>a {
    border-right: 1px solid;
}

.dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame>li>a.current:before {
    border-bottom: 10px solid;
    border-color: inherit;
    content: "";
    display: block;
    position: absolute;
    height: 0;
    left: 0;
    top: 100%;
    width: 100%;
}

.dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame>li>a.current::after {
    content: "";
    display: block;
    height: 10px;
    margin: auto;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 90%;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.35);
}

.dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame>li>a,
.dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame>li:last-child>a {
    border-color: rgba(255, 255, 255, 0.2);
}

.dt-sc-tabs-horizontal-frame-container.type3 .dt-sc-tabs-horizontal-frame-content {
    padding-top: 50px;
}


/* Type 4 */

.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame,
.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame>li {
    margin: 0;
    text-align: center;
}

.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame {
    display: block;
    float: none;
    margin: 0 auto;
    width: 90%;
}


/* one tab */

.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame>li:nth-child(1):nth-last-child(1) {
    width: 100%;
}


/* two tabs */

.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame>li:nth-child(1):nth-last-child(2),
.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame>li:nth-child(2):nth-last-child(1) {
    width: 50%;
}


/* three tabs */

.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame>li:nth-child(1):nth-last-child(3),
.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame>li:nth-child(2):nth-last-child(2),
.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame>li:nth-child(3):nth-last-child(1) {
    width: 33.3333%;
}


/* four tabs */

.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame>li:nth-child(1):nth-last-child(4),
.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame>li:nth-child(2):nth-last-child(3),
.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame>li:nth-child(3):nth-last-child(2),
.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame>li:nth-child(4):nth-last-child(1) {
    width: 25%;
}


/* four tabs */

.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame>li:nth-child(1):nth-last-child(5),
.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame>li:nth-child(2):nth-last-child(4),
.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame>li:nth-child(3):nth-last-child(3),
.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame>li:nth-child(4):nth-last-child(2),
.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame>li:nth-child(5):nth-last-child(1) {
    width: 20%;
}

.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame>li>a {
    color: rgba(0, 0, 0, 0.4);
    display: inline-block;
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;
    margin: 0;
    padding: 25px 30px;
    width: 100%;
    border-radius: 0;
    /*Remove*/
}

.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame>li>a>span {
    font-size: 100px;
    color: rgba(0, 0, 0, 0.4);
    height: 100px;
    line-height: 100px;
    margin: 0 auto 15px;
    top: auto;
    width: 100%;
}

.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame,
.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame>li>a {
    border-width: 0;
}

.dt-sc-tabs-horizontal-frame-container.type4 .dt-sc-tabs-horizontal-frame-content {
    padding-top: 50px;
}

.dt-sc-tabs-horizontal-frame-container.type5 ul.dt-sc-tabs-horizontal-frame {
    border: none;
}

.dt-sc-tabs-horizontal-frame-container.type5 ul.dt-sc-tabs-horizontal-frame>li {
    margin: 0 3px 0 0;
}

.dt-sc-tabs-horizontal-frame-container.type5 ul.dt-sc-tabs-horizontal-frame>li>a {
    border: none;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 0px;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    padding: 14px 20px 13px;
}

.dt-sc-tabs-horizontal-frame-container.type5 ul.dt-sc-tabs-horizontal-frame>li>a.current {
    color: #ffffff;
}

.dt-sc-tabs-horizontal-frame-container.type5 .dt-sc-tabs-horizontal-frame-content {
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 30px;
    margin: 1px 0px 0px;
    box-sizing: border-box;
}

.dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    display: table;
    table-layout: fixed;
    border: 0px;
}

.dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame>li {
    display: table-cell;
    width: auto;
    padding: 0px;
    text-align: center;
    position: relative;
    float: none;
    margin: 0px 1px 0px 0px;
}

.dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame>li>a {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 18px 20px;
    margin: 0px 1px 0px 0px;
    color: #ffffff;
    border: 0px;
    border-radius: 0px;
    display: block;
    float: none;
    position: relative;
}

.dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame>li>a.current {
    background: rgba(0, 0, 0, 0.03);
    color: #000000;
}

.dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame>li>a:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    width: 0px;
    margin: auto;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ffffff;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame>li>a.current:before {
    opacity: 1;
}

.dt-sc-tabs-horizontal-frame-container.type6 .dt-sc-tabs-horizontal-frame-content {
    padding: 0px;
    background: rgba(0, 0, 0, 0.03);
}

.skin-highlight .dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame>li>a {
    background: rgba(0, 0, 0, 0.1);
    color: #ffffff;
}

.skin-highlight .dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame>li>a.current {
    background: #ffffff;
    color: #000000;
}

.skin-highlight .dt-sc-tabs-horizontal-frame-container.type6 .dt-sc-tabs-horizontal-frame-content {
    background: #ffffff;
    color: #000000;
}

.skin-highlight .dt-sc-tabs-horizontal-frame-container.type6 .dt-sc-tabs-horizontal-frame-content h3,
.skin-highlight .dt-sc-tabs-horizontal-frame-container.type6 .dt-sc-tabs-horizontal-frame-content h4 {
    color: #000000;
}

.dt-sc-faq .dt-sc-tabs-horizontal-frame-content .column,
.dt-sc-faq .dt-sc-tabs-horizontal-frame-content .wpb_column {
    padding-left: 75px;
    position: relative;
}

.dt-sc-faq .dt-sc-tabs-horizontal-frame-content .column:before,
.dt-sc-faq .dt-sc-tabs-horizontal-frame-content .wpb_column:before {
    content: "\e6b2";
    position: absolute;
    left: 15px;
    top: -5px;
    font-size: 30px;
    font-family: 'Stroke-Gap-Icons';
}

ul.dt-sc-tabs-horizontal {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

ul.dt-sc-tabs-horizontal>li {
    float: left;
    display: inline;
    margin: 0px;
    padding: 0px;
}

ul.dt-sc-tabs-horizontal>li>a {
    border-bottom: 1px solid transparent;
    float: left;
    margin: 0 0 -1px;
    padding: 10px 20px 15px 20px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px 3px 0px 0px;
    color: rgba(0, 0, 0, 0.4);
}

ul.dt-sc-tabs-horizontal>li>a.current {
    position: relative;
    z-index: 1;
}

ul.dt-sc-tabs-horizontal>li>a>span {
    float: left;
    line-height: inherit;
    margin: 0px 10px 0px 0px;
    position: relative;
    top: 0;
}

.dt-sc-tabs-horizontal-content {
    float: left;
    clear: both;
    margin: 0;
    padding: 20px 0;
    width: 100%;
}

.dt-sc-tabs-horizontal-container.type2 ul.dt-sc-tabs-horizontal {
    margin-bottom: 35px;
    text-align: center;
}

.dt-sc-tabs-horizontal-container.type2 ul.dt-sc-tabs-horizontal>li,
.dt-sc-tabs-horizontal-container.type2 ul.dt-sc-tabs-horizontal>li>a {
    display: inline-block;
    float: none;
    line-height: normal;
}

.dt-sc-tabs-horizontal-container.type2 ul.dt-sc-tabs-horizontal>li>a {
    font-size: 24px;
    font-weight: normal;
    margin: 0;
    padding: 0 25px;
    position: relative;
    text-transform: capitalize;
    border-radius: 0;
}

.dt-sc-tabs-horizontal-container.type2 ul.dt-sc-tabs-horizontal>li>a:after {
    content: "";
    height: 20px;
    position: absolute;
    right: -1px;
    top: 50%;
    width: 2px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dt-sc-tabs-horizontal-container.type2 ul.dt-sc-tabs-horizontal,
.dt-sc-tabs-horizontal-container.type2 ul.dt-sc-tabs-horizontal>li>a {
    border-bottom-width: 0;
}

.dt-sc-tabs-horizontal-container.type2 ul.dt-sc-tabs-horizontal>li:last-child>a:after {
    content: none;
}

.dt-sc-tabs-horizontal-container.type2 .dt-sc-tabs-horizontal-content {
    padding: 35px 0;
}


/*----*****---- << Vertical Tabs >> ----*****----*/

.dt-sc-tabs-vertical-frame-container {
    float: left;
    width: 100%;
    margin: 0px 0px 20px;
    padding: 0px;
    clear: both;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

ul.dt-sc-tabs-vertical-frame {
    float: left;
    width: 32%;
    margin: 0px -1px 1px 0px;
    padding: 0px;
}

ul.dt-sc-tabs-vertical-frame>li {
    float: left;
    display: block;
    padding: 0px;
    width: 100%;
    position: relative;
}

ul.dt-sc-tabs-vertical-frame>li>a {
    border: 1px solid;
    border-right: 1px solid transparent;
    border-left-width: 0;
    border-top-width: 0;
    display: block;
    margin: 0px 0px -1px 0px;
    padding: 30px 14px 28px;
    font-weight: bold;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
}

.dt-sc-one-half ul.dt-sc-tabs-vertical-frame>li>a,
.vc_col-sm-6 ul.dt-sc-tabs-vertical-frame>li>a {
    padding: 18px 14px;
}

ul.dt-sc-tabs-vertical-frame>li>a>span {
    float: left;
    margin: 0px 10px 0px 0px;
    position: relative;
    top: 2px;
}

ul.dt-sc-tabs-vertical-frame>li>a>span.pe-icon {
    font-weight: bold;
    font-size: 19px;
    top: 1px;
}

ul.dt-sc-tabs-vertical-frame>li:first-child>a {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

ul.dt-sc-tabs-vertical-frame>li:last-child>a {
    border-bottom-width: 0;
}

ul.dt-sc-tabs-vertical-frame>li>a.current {
    position: relative;
    z-index: 1;
}

.dt-sc-tabs-vertical-frame-content {
    float: left;
    width: 68%;
    width: -webkit-calc(68% + 1px);
    width: -moz-calc(68% + 1px);
    width: calc(68% + 1px);
    margin: 0px;
    padding: 20px 30px 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 0px;
    box-sizing: border-box;
    position: relative;
}

.dt-sc-tabs-vertical-frame-content h4 {
    text-transform: none;
}

.dt-sc-tabs-vertical-container {
    float: left;
    width: 100%;
    margin: 0px 0px 20px;
    padding: 0px;
    clear: both;
    overflow: hidden;
}

ul.dt-sc-tabs-vertical {
    width: 32%;
    margin: 0px -1px 1px 0px;
    padding: 0px;
    float: left;
    padding: 0px;
}

ul.dt-sc-tabs-vertical>li {
    float: left;
    display: block;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

ul.dt-sc-tabs-vertical>li>a {
    border-right: 1px solid transparent;
    float: left;
    margin: 0px;
    padding: 10px 20px 15px 0px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4);
    width: 100%;
    box-sizing: border-box;
}

ul.dt-sc-tabs-vertical>li>a.current {
    position: relative;
    z-index: 1;
}

ul.dt-sc-tabs-vertical>li>a>span {
    float: left;
    line-height: inherit;
    margin: 0 10px 0 0;
    position: relative;
    top: 0;
}

.dt-sc-tabs-vertical-content {
    float: left;
    width: 68%;
    margin: 0px;
    padding: 20px 30px 20px;
    box-sizing: border-box;
    position: relative;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}


/* Type2 */

.dt-sc-tabs-vertical-frame-container.type2 {
    border: 0px;
}

.dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame {
    background: rgba(0, 0, 0, 0.05);
}

.dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame>li>a {
    border: 0px;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    padding: 15px 30px;
    position: relative;
}

.dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame>li:first-child>a {
    padding-top: 30px;
}

.dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame>li:last-child>a {
    padding-bottom: 30px;
}

.dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame>li>a.current:before {
    content: "\f105";
    position: absolute;
    right: 30px;
    top: 14px;
    font-size: 20px;
    font-family: FontAwesome;
}

.dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame>li:first-child>a.current:before {
    top: 29px;
}

.dt-sc-tabs-vertical-frame-container.type2 .dt-sc-tabs-vertical-frame-content {
    border: 0px;
    padding: 0px 0px 0px 30px;
}


/* Type3 */

.dt-sc-tabs-vertical-frame-container.type3 {
    border: 0px;
}

.dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame>li>a {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 15px 14px;
    font-size: 18px;
    margin: 0px 0px 10px;
}

.dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame>li>a:hover,
.dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame>li>a.current {
    color: #ffffff;
}

.dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame>li>a.current:before {
    content: "";
    position: absolute;
    right: -16px;
    top: 0px;
    bottom: 0px;
    height: 0px;
    margin: auto;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-left: 15px solid;
}

.dt-sc-tabs-vertical-frame-container.type3 .dt-sc-tabs-vertical-frame-content {
    border: 0px;
    padding: 0px 0px 0px 70px;
}


/* Type4 */

.dt-sc-tabs-vertical-frame-container.type4 {
    border: 0px;
}

.dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame>li>a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 12px 30px 12px 0px;
    font-size: 18px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.4);
    margin: 0px;
    text-transform: none;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame>li:first-child>a {
    border-top: 0px;
}

.dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame>li>a.current {
    color: #000000;
}

.dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame>li>a:before {
    content: "\f054";
    position: absolute;
    right: -50px;
    top: 0px;
    width: 50px;
    height: 100%;
    font-size: 18px;
    color: #ffffff;
    font-family: FontAwesome;
    line-height: 54px;
    text-align: center;
    padding-right: 7px;
    box-sizing: border-box;
}

.dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame>li>a:after {
    content: "";
    position: absolute;
    right: -50px;
    top: 0px;
    width: 35px;
    height: 100%;
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    transform: skewX(-30deg);
    z-index: -1;
}

.dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame>li>a:before {
    -webkit-transition: all 0.37s linear;
    -moz-transition: all 0.37s linear;
    -ms-transition: all 0.37s linear;
    -o-transition: all 0.37s linear;
    transition: all 0.37s linear;
}

.dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame>li>a:after {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame>li>a.current:before {
    right: 0px;
}

.dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame>li>a.current:after {
    right: 30px;
}

.dt-sc-tabs-vertical-frame-container.type4 .dt-sc-tabs-vertical-frame-content {
    border: 0px;
    padding: 0px 0px 0px 70px;
}


/*----*****---- << Lists >> ----*****----*/

ul.dt-sc-fancy-list {
    list-style-type: none;
    list-style-position: outside;
    margin: 0;
}

ul.dt-sc-fancy-list li {
    clear: both;
    display: block;
    line-height: 26px;
    padding: 5px 0 5px 23px;
    position: relative;
}

ul.dt-sc-fancy-list li ul {
    padding-left: 0;
}

ul.dt-sc-fancy-list.arrow li {
    padding-left: 15px;
}

ul.dt-sc-fancy-list li:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 14px;
    position: absolute;
    top: 5px;
    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.circletick li:before {
    content: "\e685";
    font-family: 'Pe-icon-7-stroke';
    font-size: 16px;
    font-weight: bold;
}

ul.dt-sc-fancy-list.book li:before {
    content: "\f02d";
}

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.teamug li:before {
    content: "\e637";
    font-family: "Stroke-Gap-Icons";
}

ul.dt-sc-fancy-list.play2 li:before {
    content: "\f04b";
}

ul.dt-sc-fancy-list.rounded-circle-tick li:before {
    content: "\f05d";
}

ul.dt-sc-fancy-list.circle-bullet li:before {
    content: "\f10c";
}

ul.dt-sc-fancy-list.circle li:before {
    content: "\f111";
    font-size: 8px;
}

ul.dt-sc-fancy-list.rounded-tick-alter li:before {
    content: "\e66c";
    font-family: 'Pe-icon-7-stroke';
}

ul.dt-sc-fancy-list.wrench li:before {
    content: "\f0ad";
}

ul.dt-sc-fancy-list.type2 li {
    padding-left: 0px;
}

ul.dt-sc-fancy-list.type2 li span {
    font-size: 18px;
    margin: 0px 10px 0px 0px;
    position: relative;
    top: 2px;
}

ul.dt-sc-fancy-list.blue li:before {
    color: #008bd3;
}

ul.dt-sc-fancy-list.brown li:before {
    color: #795548;
}

ul.dt-sc-fancy-list.cadetblue li:before {
    color: #3c939d;
}

ul.dt-sc-fancy-list.chillipepper li:before {
    color: #c10841;
}

ul.dt-sc-fancy-list.cyan li:before {
    color: #00bcd4;
}

ul.dt-sc-fancy-list.darkgolden li:before {
    color: #b48b3c;
}

ul.dt-sc-fancy-list.deeporange li:before {
    color: #ff5722;
}

ul.dt-sc-fancy-list.deeppurple li:before {
    color: #673ab7;
}

ul.dt-sc-fancy-list.green li:before {
    color: #60ae0d;
}

ul.dt-sc-fancy-list.lime li:before {
    color: #cddc39;
}

ul.dt-sc-fancy-list.magenta li:before {
    color: #cb506d;
}

ul.dt-sc-fancy-list.orange li:before {
    color: #ff9800;
}

ul.dt-sc-fancy-list.pink li:before {
    color: #fd6ca3;
}

ul.dt-sc-fancy-list.purple li:before {
    color: #9c27b0;
}

ul.dt-sc-fancy-list.red li:before {
    color: #da0000;
}

ul.dt-sc-fancy-list.skyblue li:before {
    color: #0eb2e7;
}

ul.dt-sc-fancy-list.teal li:before {
    color: #009688;
}

ul.dt-sc-fancy-list.turquoise li:before {
    color: #32ccbd;
}

ul.dt-sc-fancy-list.wisteria li:before {
    color: #9b59b6;
}

ul.dt-sc-fancy-list.yellow li:before {
    color: #ffe401;
}

ol.dt-sc-fancy-list li {
    padding: 5px 0px 5px 0px;
}

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.blue li {
    color: #008bd3;
}

ol.dt-sc-fancy-list.brown li {
    color: #795548;
}

ol.dt-sc-fancy-list.cadetblue li {
    color: #3c939d;
}

ol.dt-sc-fancy-list.chillipepper li {
    color: #c10841;
}

ol.dt-sc-fancy-list.cyan li {
    color: #00bcd4;
}

ol.dt-sc-fancy-list.darkgolden li {
    color: #b48b3c;
}

ol.dt-sc-fancy-list.deeporange li {
    color: #ff5722;
}

ol.dt-sc-fancy-list.deeppurple li {
    color: #673ab7;
}

ol.dt-sc-fancy-list.green li {
    color: #60ae0d;
}

ol.dt-sc-fancy-list.lime li {
    color: #cddc39;
}

ol.dt-sc-fancy-list.magenta li {
    color: #cb506d;
}

ol.dt-sc-fancy-list.orange li {
    color: #ff9800;
}

ol.dt-sc-fancy-list.pink li {
    color: #fd6ca3;
}

ol.dt-sc-fancy-list.purple li {
    color: #9c27b0;
}

ol.dt-sc-fancy-list.red li {
    color: #da0000;
}

ol.dt-sc-fancy-list.skyblue li {
    color: #0eb2e7;
}

ol.dt-sc-fancy-list.teal li {
    color: #009688;
}

ol.dt-sc-fancy-list.turquoise li {
    color: #32ccbd;
}

ol.dt-sc-fancy-list.wisteria li {
    color: #9b59b6;
}

ol.dt-sc-fancy-list.yellow li {
    color: #ffe401;
}

ol.dt-sc-fancy-list.green li {
    color: #6dc82b;
}

ol.dt-sc-fancy-list.orange li {
    color: #f39d12;
}

ol.dt-sc-fancy-list.blue li {
    color: #4db8c9;
}

ol.dt-sc-fancy-list.pink li {
    color: #e67fb9;
}

ol.dt-sc-fancy-list.red li {
    color: #e74d3c;
}

ol.dt-sc-fancy-list.purple li {
    color: #9c59b6;
}

ol.dt-sc-fancy-list.ocean li {
    color: #1abc9c;
}

ol.dt-sc-fancy-list.slateblue li {
    color: #836fff;
}

ol.dt-sc-fancy-list.skyblue li {
    color: #00bfff;
}

ol.dt-sc-fancy-list.coral li {
    color: #ff7f50;
}

ol.dt-sc-fancy-list.khaki li {
    color: #b6af55;
}

ol.dt-sc-fancy-list.cyan li {
    color: #00cdcd;
}

ol.dt-sc-fancy-list.grey li {
    color: #8e8e8e;
}

ol.dt-sc-fancy-list.gold li {
    color: #e0a81c;
}

ol.dt-sc-fancy-list.chocolate li {
    color: #d77d31;
}

ol.dt-sc-fancy-list.raspberry li {
    color: #a23b6f;
}

ol.dt-sc-fancy-list.electricblue li {
    color: #536878;
}

ol.dt-sc-fancy-list.eggplant li {
    color: #614051;
}

ol.dt-sc-fancy-list.ferngreen li {
    color: #4f7942;
}

ol.dt-sc-fancy-list.palebrown li {
    color: #987654;
}


/*----*****---- << Text with icon >> ----*****----*/

.dt-sc-text-with-icon {
    width: 100%;
    clear: both;
    float: left;
    font-weight: bold;
    padding: 12px 0px 12px 20px;
    box-sizing: border-box;
}

.dt-sc-text-with-icon span {
    font-size: 18px;
    margin: 0px 7px 0px 0px;
    position: relative;
    top: 2px;
    font-weight: bold;
}

.dt-sc-text-with-icon.border-bottom {
    border-bottom: 1px solid;
}

.dt-sc-text-with-icon.border-right {
    border-right: 1px solid;
}

.dt-sc-link .text-with-icon,
.dt-sc-link .text-with-icon>* {
    line-height: 30px;
}

.dt-sc-link .text-with-icon {
    float: left;
}

.dt-sc-link .text-with-icon a {
    font-size: 16px;
    text-decoration: underline;
    text-transform: capitalize;
}

.dt-sc-link .text-with-icon span {
    float: right;
    font-size: 30px;
}


/*----*****---- << Timeline >> ----*****----*/


/* Horizontal Timeline */

.dt-sc-hr-timeline-section.type1,
.dt-sc-hr-timeline-wrapper {
    float: left;
    width: 100%;
    clear: both;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.dt-sc-hr-timeline-section.type1:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: 5px;
    width: 100%;
}

.dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline-wrapper:before,
.dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline-wrapper:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: 5px;
    width: 9000px;
}

.dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline-wrapper:before {
    left: 100%;
}

.dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline-wrapper:after {
    right: 100%;
}

.dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline .dt-sc-hr-timeline-content {
    display: inline-block;
    padding: 25px 20px 30px;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    width: 50%;
    margin: 0px 0px 35px;
    position: relative;
}

.dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-content {
    float: right;
    margin: 45px 0px 0px;
}

.dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline .dt-sc-hr-timeline-content:before {
    content: "";
    position: absolute;
    left: 47%;
    left: -webkit-calc(50% - 13px);
    left: -moz-calc(50% - 13px);
    left: calc(50% - 13px);
    bottom: -13px;
    width: 16px;
    height: 16px;
    border: 5px solid;
    border-radius: 50%;
}

.dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline .dt-sc-hr-timeline-content:after {
    content: "";
    position: absolute;
    left: 50%;
    left: -webkit-calc(50% - 2px);
    left: -moz-calc(50% - 2px);
    left: calc(50% - 2px);
    bottom: -43px;
    width: 5px;
    height: 30px;
}

.dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-content:before {
    bottom: inherit;
    top: -13px;
}

.dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-content:after {
    bottom: inherit;
    top: -42px;
}


/* Type 2 */

.dt-sc-hr-timeline-section.type2 {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    clear: both;
    position: relative;
}

.dt-sc-hr-timeline-section.type2:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: 5px;
    width: 78%;
}

.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-content {
    text-align: center;
}

.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-thumb {
    display: inline-block;
    text-align: center;
    padding: 0 0 75px;
    position: relative;
    top: 6px;
}

.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-thumb {
    padding: 72px 0 0;
    top: 0;
}

.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-thumb img {
    border-radius: 50%;
}

.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-content h3 {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 25px;
}

.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-content h3:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -10px;
    margin: auto;
    height: 1px;
    width: 70px;
}

.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-content p {
    margin-bottom: 0px;
}

.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-thumb:before {
    content: "";
    position: absolute;
    left: 42%;
    left: -webkit-calc(50% - 13px);
    left: -moz-calc(50% - 13px);
    left: calc(50% - 13px);
    bottom: 32px;
    width: 24px;
    height: 24px;
    border: 1px solid;
    border-radius: 50%;
}

.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-thumb:after {
    content: "";
    position: absolute;
    left: 50%;
    left: -webkit-calc(50% - 2px);
    left: -moz-calc(50% - 2px);
    left: calc(50% - 2px);
    bottom: 58px;
    width: 5px;
    height: 24px;
}

.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-thumb:before {
    bottom: inherit;
    top: 25px;
}

.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-thumb:after {
    bottom: inherit;
    top: 50px;
}


/* Vertical Timeline */

.dt-sc-timeline-section {
    float: left;
    width: 100%;
    clear: both;
    margin: 0px 0px 46px;
    padding: 0px;
    position: relative;
}

.dt-sc-timeline-section:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    margin: auto;
    height: 100%;
    width: 5px;
}

.dt-sc-timeline {
    display: inline-block;
    width: 100%;
}

.dt-sc-timeline-section .dt-sc-timeline:first-child {
    margin-top: -19px;
}

.dt-sc-timeline-section .dt-sc-timeline:last-child {
    margin-bottom: -46px;
}

.dt-sc-timeline .column {
    margin: 0px;
    width: 50%;
}

.dt-sc-timeline.right>.column {
    float: right;
}

.dt-sc-timeline .dt-sc-timeline-content h2 {
    font-size: 16px;
}

.dt-sc-timeline .dt-sc-timeline-content h2 span {
    font-size: 24px;
}

.dt-sc-timeline.left .dt-sc-timeline-content {
    text-align: right;
    padding: 0px 120px 0px 0px;
    position: relative;
}

.dt-sc-timeline.right .dt-sc-timeline-content {
    padding: 0px 0px 0px 120px;
    position: relative;
}

.dt-sc-timeline .dt-sc-timeline-content:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 72px;
    margin: auto;
    width: 16px;
    height: 16px;
    border: 5px solid;
    border-radius: 50%;
}

.dt-sc-timeline .dt-sc-timeline-content:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 3px;
    margin: auto;
    width: 70px;
    height: 5px;
}

.dt-sc-timeline.right .dt-sc-timeline-content:before {
    right: inherit;
    left: 73px;
}

.dt-sc-timeline.right .dt-sc-timeline-content:after {
    right: inherit;
    left: 2px;
}


/* Vertical Timeline Type2 */

.dt-sc-timeline-section.type2:before {
    width: 3px;
    height: 85%;
}

.dt-sc-timeline-section.type2 .dt-sc-timeline {
    margin-bottom: -60px;
}

.dt-sc-timeline-section.type2 .dt-sc-timeline.left .dt-sc-timeline-content,
.dt-sc-timeline-section.type2 .dt-sc-timeline.right .dt-sc-timeline-content {
    text-align: center;
    padding: 0px;
}

.dt-sc-timeline-section.type2 .dt-sc-timeline-image-wrapper {
    margin: 17px auto;
    display: inline-block;
    overflow: hidden;
    /*  width:100px; height:95px; transform:rotate(34deg) skew(156deg); -ms-transform:rotate(34deg) skew(156deg); -webkit-transform:rotate(34deg) skew(156deg);*/
    position: relative;
    border: 3px solid;
    position: relative;
    z-index: 1;
}


/*.dt-sc-timeline-section.type2 .dt-sc-timeline-image-wrapper a { transform:rotate(-45deg); -ms-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); position:absolute; top:0px; left:0px; }
	.dt-sc-timeline-section.type2 .dt-sc-timeline-image-wrapper img { left:-90px; max-width:none; position:absolute; top:0px; width:185px; } */

.dt-sc-timeline-section.type2 .dt-sc-timeline-image-wrapper img {
    width: 150px;
    float: left;
}

.dt-sc-timeline-section.type2 .dt-sc-timeline .dt-sc-timeline-content h2 span {
    font-size: 30px;
    margin-bottom: 10px;
    display: inline-block;
}

.dt-sc-timeline-section.type2 .dt-sc-timeline .dt-sc-timeline-content h2 {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 0px;
    width: 62%;
    margin: 0px 19%;
}

.dt-sc-timeline-section.type2 .dt-sc-timeline .dt-sc-timeline-content:before {
    border: 0px;
}

.dt-sc-timeline-section.type2 .dt-sc-timeline .dt-sc-timeline-content:after {
    width: 45%;
    height: 1px;
    border-top: 2px dotted;
    background: none;
    top: 76px;
    bottom: inherit;
}


/*	.dt-sc-timeline-section.type2 .dt-sc-timeline.right .dt-sc-timeline-content:after { top:67px; }*/

.dt-sc-timeline-section.type2 .dt-sc-timeline .dt-sc-timeline-content:after {
    right: 1px;
}

.dt-sc-timeline-section.type2 .dt-sc-timeline.right .dt-sc-timeline-content::after {
    left: 2px;
    right: auto;
}

.dt-sc-timeline-section.type2 .dt-sc-timeline.simple-content {
    margin-bottom: 0px;
}

.dt-sc-timeline-section.type2 .dt-sc-timeline.simple-content .dt-sc-timeline-content h2 {
    font-size: 30px;
    font-style: italic;
    font-weight: bold;
}

.dt-sc-timeline-section.type2 .dt-sc-timeline.simple-content .dt-sc-timeline-content:after {
    width: 70px;
    top: 13px;
}

.dt-sc-timeline-section.type2 .dt-sc-timeline:last-child {
    margin-bottom: 0;
    margin-left: -5px;
    margin-top: 100px;
}

.dt-sc-timeline-section.type2 .dt-sc-timeline:last-child .column {
    width: 100%;
}

.dt-sc-timeline-section.type2 .dt-sc-timeline.left:last-child .dt-sc-timeline-content {
    padding-right: 0px;
}

.dt-sc-timeline-section.type2 .dt-sc-timeline:last-child .dt-sc-timeline-content:after {
    border-width: 0;
}

.dt-sc-timeline-section.type2 .dt-sc-timeline:last-child .dt-sc-timeline-content h2 {
    margin-top: 10px;
}

.dt-sc-timeline-section.type2 .dt-sc-timeline:last-child .dt-sc-timeline-content h2 span {
    margin-bottom: 15px;
}

.dt-sc-timeline-section.type2:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: -15px;
    margin: auto;
    border: 3px solid;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Vertical Timeline Type3 */

.dt-sc-timeline-section.type3 {
    padding: 30px 0px;
}

.dt-sc-timeline-section.type3:before {
    width: 2px;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}

.dt-sc-timeline-section.type3 .dt-sc-timeline .dt-sc-timeline-content:before {
    right: 0px;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    z-index: 1;
    right: -12px;
    top: 40px;
    bottom: inherit;
}

.dt-sc-timeline-section.type3 .dt-sc-timeline .dt-sc-timeline-content:after {
    background: #ffffff;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    right: -18px;
    top: 35px;
    bottom: inherit;
}

.dt-sc-timeline-section.type3 .dt-sc-timeline .dt-sc-timeline-content h2 {
    position: relative;
    padding: 10px 0px 0px;
}

.dt-sc-timeline-section.type3 .dt-sc-timeline .dt-sc-timeline-content h2:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    top: 0px;
    right: 0px;
}

.dt-sc-timeline-section.type3 .dt-sc-timeline .dt-sc-timeline-content h2 span {
    color: #000000;
    margin-bottom: 5px;
    display: inline-block;
}

.dt-sc-timeline-section.type3 .dt-sc-timeline.right .dt-sc-timeline-content h2:before {
    left: 0px;
    right: inherit;
}

.dt-sc-timeline-section.type3 .dt-sc-timeline.right .dt-sc-timeline-content:before {
    left: -12px;
    right: inherit;
}

.dt-sc-timeline-section.type3 .dt-sc-timeline.right .dt-sc-timeline-content:after {
    left: -18px;
    right: inherit;
}

.dt-sc-timeline-section.type3 .dt-sc-timeline .dt-sc-timeline-content {
    padding-top: 30px;
}

.dt-sc-timeline-section.type3 .dt-sc-timeline.left .dt-sc-timeline-content {
    padding-right: 105px;
}

.dt-sc-timeline-section.type3 .dt-sc-timeline.right .dt-sc-timeline-content {
    padding-left: 105px;
}


/* Vertical Timeline Type4 */

.dt-sc-timeline-section.type4:before {
    background: #222222;
}

.dt-sc-timeline-section.type4 .dt-sc-timeline {
    padding-bottom: 80px;
}

.dt-sc-timeline-section.type4 .dt-sc-timeline:last-child {
    padding-bottom: 55px;
}

.dt-sc-timeline-section.type4 .dt-sc-timeline.left .dt-sc-timeline-content:before,
.dt-sc-timeline-section.type4 .dt-sc-timeline.right .dt-sc-timeline-content:before,
.dt-sc-timeline-section.type4 .dt-sc-timeline.left .dt-sc-timeline-content:after,
.dt-sc-timeline-section.type4 .dt-sc-timeline.right .dt-sc-timeline-content:after {
    background: none;
    border: none;
}

.dt-sc-timeline-section.type4 .dt-sc-timeline:first-child {
    margin-top: 15px;
}

.dt-sc-timeline-section.type4 .dt-sc-timeline.left .dt-sc-timeline-content {
    padding-right: 80px;
    padding-top: 15px;
}

.dt-sc-timeline-section.type4 .dt-sc-timeline.right .dt-sc-timeline-content {
    padding-left: 80px;
    padding-top: 15px;
}

.dt-sc-timeline-section.type4 .dt-sc-timeline .dt-sc-timeline-content h2 {
    text-transform: uppercase;
    position: relative;
    margin-bottom: 30px;
}

.dt-sc-timeline-section.type4 .dt-sc-timeline .dt-sc-timeline-content h2 span {
    font-size: 16px;
    color: #222222;
    font-weight: 600;
}

.dt-sc-timeline-section.type4 .dt-sc-timeline .dt-sc-timeline-content h2:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 1px;
    right: 0px;
    bottom: -10px;
}

.dt-sc-timeline-section.type4 .dt-sc-timeline.right .dt-sc-timeline-content h2:before {
    right: inherit;
    left: 0px;
}

.dt-sc-timeline-section.type4 .dt-sc-timeline.right>.column {
    float: right;
}


/*.dt-sc-timeline-section.type4 .dt-sc-timeline-thumb img { border-radius:50%; border:3px solid #222222; }
	.dt-sc-timeline-section.type4 .dt-sc-timeline.right .dt-sc-timeline-thumb { float:right; margin-right:30px; }
	.dt-sc-timeline-section.type4 .dt-sc-timeline-thumb { margin-left:30px; position:relative; max-width:136px; }

	.dt-sc-timeline-section.type4 .dt-sc-timeline-thumb:before { content:""; position:absolute; left:-43px; top:55px; width:25px; height:25px; border:1px solid #222222; background:#ffffff; border-radius:50%; }
	.dt-sc-timeline-section.type4 .dt-sc-timeline-thumb:after { content:""; position:absolute; left:-30px; top:67px; width:30px; height:5px; background:#222222; z-index:-1; }

	.dt-sc-timeline-section.type4 .dt-sc-timeline.right .dt-sc-timeline-thumb:before { left:inherit; right:-43px; }
	.dt-sc-timeline-section.type4 .dt-sc-timeline.right .dt-sc-timeline-thumb:after { left:inherit; right:-30px; }*/

.dt-sc-timeline-section.type4 .dt-sc-timeline-thumb-overlay {
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
    border-radius: 50%;
}

.dt-sc-timeline-section.type4 .dt-sc-timeline-thumb-overlay h5 {
    color: #ffffff;
    font-weight: bold;
    line-height: 28px;
    text-transform: uppercase;
    padding: 37px 30px;
    font-size: 18px;
}

.dt-sc-timeline-section.type4 .dt-sc-timeline:hover .dt-sc-timeline-thumb-overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.dt-sc-timeline-section.type4 .dt-sc-timeline .dt-sc-timeline-content h2,
.dt-sc-timeline-section.type4 .dt-sc-timeline-image-wrapper:before,
.dt-sc-timeline-section.type4 .dt-sc-timeline-thumb-overlay {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.dt-sc-timeline-section.type4 .dt-sc-timeline-image-wrapper {
    position: absolute;
    margin-left: 30px;
    max-width: 136px;
    right: -166px;
    top: 0px;
}

.dt-sc-timeline-section.type4 .dt-sc-timeline-image-wrapper img {
    border-radius: 50%;
    box-shadow: 0 0 0 3px #222222;
}

.dt-sc-timeline-section.type4 .dt-sc-timeline-image-wrapper:before {
    content: "";
    position: absolute;
    left: -48px;
    top: 55px;
    width: 25px;
    height: 25px;
    border: 1px solid #222222;
    background: #ffffff;
    border-radius: 50%;
}

.dt-sc-timeline-section.type4 .dt-sc-timeline-image-wrapper:after {
    content: "";
    position: absolute;
    left: -30px;
    top: 67px;
    width: 30px;
    height: 5px;
    background: #222222;
    z-index: -1;
}

.dt-sc-timeline-section.type4 .dt-sc-timeline.right .dt-sc-timeline-image-wrapper {
    right: inherit;
    left: -166px;
    margin-right: 30px;
    margin-left: 0px;
}

.dt-sc-timeline-section.type4 .dt-sc-timeline.right .dt-sc-timeline-image-wrapper:before {
    left: 153px;
}

.dt-sc-timeline-section.type4 .dt-sc-timeline.right .dt-sc-timeline-image-wrapper:after {
    left: 132px;
}


/* Vertical Timeline Type5 */

.dt-sc-timeline-section.type5 {
    margin-bottom: 0px;
}

.dt-sc-timeline-section.type5:before {
    background: rgba(0, 0, 0, 0.1);
    width: 1px;
}

.dt-sc-timeline-section.type5 .dt-sc-timeline.left .dt-sc-timeline-content:before,
.dt-sc-timeline-section.type5 .dt-sc-timeline.right .dt-sc-timeline-content:before,
.dt-sc-timeline-section.type5 .dt-sc-timeline.left .dt-sc-timeline-content:after,
.dt-sc-timeline-section.type5 .dt-sc-timeline.right .dt-sc-timeline-content:after {
    background: none;
    border: none;
}

.dt-sc-timeline-section.type5 .dt-sc-timeline:first-child,
.dt-sc-timeline-section.type5 .dt-sc-timeline:last-child {
    margin: 0px;
}

.dt-sc-timeline-section.type5 .dt-sc-timeline.left .dt-sc-timeline-content {
    padding-right: 65px;
}

.dt-sc-timeline-section.type5 .dt-sc-timeline.right .dt-sc-timeline-content {
    padding-left: 65px;
}

.dt-sc-timeline-section.type5 .dt-sc-timeline .dt-sc-timeline-content {
    position: relative;
    float: left;
}

.dt-sc-timeline-section.type5 .dt-sc-timeline .dt-sc-timeline-content .dt-sc-timeline-icon-wrapper {
    position: absolute;
    right: -38px;
    height: 75px;
    width: 75px;
    text-align: center;
    background: #ffffff;
}

.dt-sc-timeline-section.type5 .dt-sc-timeline .dt-sc-timeline-content .dt-sc-timeline-icon-wrapper span {
    font-size: 40px;
    line-height: 75px;
}

.dt-sc-timeline-section.type5 .dt-sc-timeline .dt-sc-timeline-content h2 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 20px;
}

.dt-sc-timeline-section.type5 .dt-sc-timeline .dt-sc-timeline-content h2 span {
    color: #1b1310;
    font-size: 20px;
}

.dt-sc-timeline-section.type5 .dt-sc-timeline .dt-sc-timeline-content p {
    color: rgba(0, 0, 0, 0.3);
}

.dt-sc-timeline-section.type5 .dt-sc-timeline.right .dt-sc-timeline-content .dt-sc-timeline-icon-wrapper {
    right: inherit;
    left: -38px;
}


/*----*****---- << Image with caption >> ----*****----*/

.dt-sc-image-with-caption {
    float: left;
    clear: both;
    margin: 0px 0px 40px;
    padding: 0px 15px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.dt-sc-image-with-caption img {
    border: 5px solid;
    border-radius: 10px;
    box-sizing: border-box;
}

.dt-sc-image-with-caption h3 {
    font-size: 24px;
    display: inline-block;
    margin: 20px 0px 0px;
}

.dt-sc-image-with-caption h3 a {
    padding: 6px 25px 5px;
    display: inline-block;
    border-radius: 10px;
    letter-spacing: 1px;
}

.dt-sc-image-with-caption:hover {
    -webkit-transform: skewX(2deg) scale(1.05);
    -moz-transform: skewX(2deg) scale(1.05);
    -ms-transform: skewX(2deg) scale(1.05);
    -o-transform: skewX(2deg) scale(1.05);
    transform: skewX(2deg) scale(1.05);
}


/*----*****---- << BMI Calculator >> ----*****----*/

.dt-sc-bmi-calculator {
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
    padding: 0px 0px 30px;
}

.dt-sc-bmi-calculator h5 {
    padding: 20px 30px;
    text-transform: uppercase;
    border-bottom: 1px solid;
    margin-bottom: 0px;
    font-weight: bold;
}

.dt-sc-bmi-calculator form {
    padding: 45px 30px 30px;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
}

.dt-sc-bmi-calculator form label {
    text-align: left;
    float: left;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0px 0px 10px;
}

.dt-sc-bmi-calculator form label span {
    margin-left: 5px;
}

.dt-sc-bmi-calculator form .group-textbox input[type="text"] {
    width: 50%;
    box-sizing: border-box;
    float: left;
    margin: 0px -1px 0px 0px;
}

.dt-sc-bmi-calculator form .group-textbox {
    padding-left: 0px;
    position: relative;
}

.dt-sc-bmi-calculator form .group-textbox:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 0px;
    width: 1px;
    height: 47px;
}

.dt-sc-bmi-calculator form .column {
    padding-left: 10px;
}

.dt-sc-bmi-calculator form input[type="submit"],
.dt-sc-bmi-calculator form input[type="reset"] {
    float: none;
    display: inline-block;
    border-radius: 0px;
    padding: 16px 20px 15px;
    margin: 40px 0px 0px;
}

.dt-sc-bmi-calculator form input[type="reset"] {
    padding: 14px 20px 13px;
    margin-left: 15px;
}

.dt-sc-bmi-result {
    float: left;
    width: 100%;
    margin: 40px 0px 0px;
    text-align: center;
}

.dt-sc-bmi-calculator .dt-sc-bmi-result .column {
    padding-left: 0px;
}

.dt-sc-bmi-calculator .dt-sc-bmi-result label {
    display: inline-block;
    float: none;
    text-align: right;
    font-size: 18px;
    text-transform: none;
    line-height: 42px;
    margin: 0px;
}

.dt-sc-bmi-calculator .dt-sc-bmi-result input[type="text"] {
    background: none;
    border: none;
    font-size: 30px;
    font-weight: 900;
    padding: 0px;
    text-align: center;
}

.dt-sc-bmi-calculator .dt-sc-bmi-result a {
    font-size: 18px;
    line-height: 36px;
}

.dt-sc-bmi-calculator .dt-sc-bmi-result a span {
    display: inline-block;
    margin: 0px 0px 0px 5px;
    position: relative;
    top: 2px;
}

.tblbmi {
    display: none;
}

.dt-sc-dark-bg .dt-sc-bmi-calculator form input[type="text"],
.dt-sc-dark-bg .dt-sc-bmi-calculator form select {
    border: none;
}

.dt-sc-dark-bg .dt-sc-bmi-calculator form .selection-box:after {
    background: none;
    border: none;
}

.dt-sc-dark-bg .dt-sc-bmi-calculator .dt-sc-bmi-result input[type="text"] {
    background: none;
}


/*----*****---- << Fitness Training >> ----*****----*/

.dt-sc-training {
    float: left;
    clear: both;
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.dt-sc-training-thumb {
    float: left;
    width: 45%;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.dt-sc-training-thumb-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.dt-sc-training-thumb-overlay a {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 90px;
    height: 17px;
}

.dt-sc-training-details {
    float: left;
    width: 55%;
    margin: 0px;
    padding: 30px 30px 31px;
    box-sizing: border-box;
    position: relative;
}

.dt-sc-training-details h6 {
    text-transform: uppercase;
    margin-bottom: 13px;
}

.dt-sc-training-details ul {
    float: left;
    margin: 0px;
    padding: 0px;
}

.dt-sc-training-details ul li {
    float: left;
    display: block;
    margin: 2px 0px;
    padding: 0px;
    clear: both;
}

.dt-sc-training-details ul li span {
    margin: 0px 5px 0px 0px;
}

.dt-sc-training-details p {
    clear: both;
    margin: 14px 0px 0px;
    display: inline-block;
}

.dt-sc-training-details-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 101%;
    height: 100%;
    margin: 0px;
    padding: 30px;
    box-sizing: border-box;
}

.dt-sc-training-details-overlay h6 {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    margin: 45px 0px 0px;
    display: inline-block;
}

.dt-sc-training-details-overlay .price {
    font-size: 50px;
    display: inline-block;
    margin: 25px 0px 0px;
}

.dt-sc-training-details-overlay .price sup,
.dt-sc-training-details-overlay .price sub {
    font-size: 16px;
    text-transform: uppercase;
}

.dt-sc-training-details-overlay .price sup {
    top: -26px;
}

.dt-sc-training-details-overlay,
.dt-sc-training-thumb-overlay {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
}

.dt-sc-training:hover .dt-sc-training-details-overlay,
.dt-sc-training:hover .dt-sc-training-thumb-overlay {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.dt-sc-training-thumb-overlay {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}


/*----*****---- << Twitter Feeds >> ----*****----*/

.dt-sc-twitter-feeds {
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
}

.dt-sc-twitter-icon {
    margin: 0px 0px 40px;
    position: relative;
    float: left;
    width: 100%;
    clear: both;
}

.dt-sc-twitter-icon span {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 46px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.dt-sc-twitter-feeds .dt-sc-tweet {
    display: block;
    text-align: center;
}

.dt-sc-twitter-feeds .tweet-text {
    font-size: 24px;
    line-height: 40px;
    color: #000000;
}

.dt-sc-twitter-feeds .dt-sc-tweet .tweet-time {
    font-size: 16px;
    clear: both;
    display: inline-block;
    width: 100%;
    font-style: italic;
    margin: 10px 0px 0px;
}

.dt-sc-twitter-carousel-wrapper {
    clear: both;
}

.dt-sc-twitter-icon:before {
    content: "";
    position: absolute;
    left: 100%;
    right: 0px;
    top: 35px;
    width: 9000px;
    height: 1px;
}

.dt-sc-twitter-icon:after {
    content: "";
    position: absolute;
    right: 100%;
    right: 0px;
    top: 35px;
    width: 9000px;
    height: 1px;
}


/*----*****---- << Band Team >> ----*****----*/

.dt-sc-triangle-wrapper {
    clear: both;
    float: left;
    margin: 0;
    padding: 130px 0 120px;
    width: 100%;
}

.dt-sc-triangle-wrapper.alter {
    padding: 0;
    margin-bottom: -120px;
}

.dt-sc-triangle-img {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    -webkit-transition: -webkit-transform 300ms ease-out;
    -moz-transition: -moz-transform 300ms ease-out;
    transition: transform 300ms ease-out;
    position: relative;
    z-index: 1;
}

.alter .dt-sc-triangle-img {
    width: 80px;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}

.alter .dt-sc-triangle-img {
    position: relative;
    left: 300px;
    top: -128px;
}

.alter .dt-sc-triangle-img .dt-sc-triangle-img-crop a {
    -webkit-transform: skew(-10deg, -10deg) rotate(-225deg);
    -moz-transform: skew(-10deg, -10deg) rotate(-225deg);
    -ms-transform: skew(-10deg, -10deg) rotate(-225deg);
    -o-transform: skew(-10deg, -10deg) rotate(-225deg);
    transform: skew(-10deg, -10deg) rotate(-225deg);
}

.dt-sc-triangle-img-crop {
    position: relative;
    width: 395px;
    height: 395px;
    margin: 0;
    display: block;
    overflow: hidden;
    -webkit-transform: skew(10deg, 10deg);
    -moz-transform: skew(10deg, 10deg);
    -ms-transform: skew(10deg, 10deg);
    -o-transform: skew(10deg, 10deg);
    transform: skew(10deg, 10deg);
}


/*.ie9 .dt-sc-triangle-img-crop { -ms-transform:rotate(45deg); z-index:9999; position:relative;  -ms-transform:skew(10deg, 10deg);  }
	.ie9 .dt-sc-triangle-img-crop a { width:320px; -ms-transform:skew(-15deg, -15deg) rotate(-45deg); }

	.ie9 .alter .dt-sc-triangle-img .dt-sc-triangle-img-crop { -ms-transform:rotate(-45deg); }*/

.dt-sc-triangle-img-crop a {
    width: 370px;
    height: 370px;
    overflow: hidden;
    position: absolute;
    left: -45%;
    margin-top: 36px;
    margin-left: 36px;
    top: -45%;
    -webkit-transform: skew(-10deg, -10deg) rotate(-45deg);
    -moz-transform: skew(-10deg, -10deg) rotate(-45deg);
    -ms-transform: skew(-10deg, -10deg) rotate(-45deg);
    -o-transform: skew(-10deg, -10deg) rotate(-45deg);
    transform: skew(-10deg, -10deg) rotate(-45deg);
}

.dt-sc-triangle-img-crop a:hover {
    opacity: 1;
}

.dt-sc-triangle-img-crop a img {
    position: relative;
    top: 20%;
    z-index: 1;
}

.dt-sc-triangle-content {
    margin-top: -323px;
    padding: 80px 0 0 0;
    position: relative;
    left: 52px;
    text-align: center;
    width: 350px;
}

.dt-sc-triangle-content:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-left: 175px solid transparent;
    border-right: 175px solid transparent;
    border-top: 250px solid;
}

.dt-sc-triangle-wrapper.alter .dt-sc-triangle-content {
    margin-top: 0;
    padding: 130px 0 0 0;
    left: 26px;
}

.dt-sc-triangle-wrapper.alter .dt-sc-triangle-content:before {
    border-top: 0px;
    border-bottom: 250px solid;
}

.alter .dt-sc-triangle-img .dt-sc-triangle-img-crop a img {
    top: 0;
}

.dt-sc-triangle-content h4,
.dt-sc-triangle-content h5 {
    position: relative;
    z-index: 1;
}

.dt-sc-triangle-content h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.dt-sc-triangle-content h5 {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 0;
}

.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;
    -webkit-transform: rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg);
    -moz-transform: rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg);
    -ms-transform: rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg);
    -o-transform: rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg);
    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;
    -webkit-transform: rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg);
    -moz-transform: rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg);
    -ms-transform: rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg);
    -o-transform: rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg);
    transform: rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg);
}

.dt-sc-triangle-title h2 {
    margin: 215px 0px 10px;
    position: relative;
    z-index: 9;
}

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

.dt-sc-ribbon-title {
    display: inline-block;
    text-align: center;
    font-size: 30px;
    background: url(../images/ribbon.png) no-repeat;
    width: 500px;
    height: 106px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 55px;
}


/*----*****---- << Progress Bar >> ----*****----*/

.dt-sc-progress {
    height: 20px;
    margin: 55px 0px 10px;
    clear: both;
    display: block;
    border-radius: 3px;
    height: 8px;
    padding: 1px;
    border: 1px solid;
    border-radius: 20px;
}

.dt-sc-progress .dt-sc-bar {
    position: relative;
}

.dt-sc-bar-text {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    margin: -36px 0px 0px;
}

.dt-sc-progress .dt-sc-bar-text>span {
    float: right;
    display: inline-block;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: -20px 0;
    }
    to {
        background-position: 0 0;
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: -20px 0;
    }
    to {
        background-position: 0 0;
    }
}

@-ms-keyframes progress-bar-stripes {
    from {
        background-position: -20px 0;
    }
    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -20px 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: -20px 0;
    }
    to {
        background-position: 0 0;
    }
}

.dt-sc-progress .dt-sc-bar {
    width: 0%;
    height: 100%;
    float: left;
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
    border-radius: 20px;
}

.dt-sc-progress .dt-sc-bar+.dt-sc-bar {
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .15);
}

.dt-sc-progress-striped .dt-sc-bar {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    background-size: 20px 20px;
}

.dt-sc-progress.active .dt-sc-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}


/* Progress Bar Type2 */

.dt-sc-progress.type2 {
    height: 26px;
    border: 2px solid rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    padding: 0px;
}

.dt-sc-progress.type2 .dt-sc-bar-text>span {
    margin: 14px 0px 0px;
    border: 5px solid #ffffff;
    width: 60px;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    position: relative;
    right: -2px;
}

.dt-sc-progress.type2 .dt-sc-bar-text {
    text-transform: uppercase;
    font-weight: bold;
}

.dt-sc-progress.type2 .dt-sc-bar {
    box-shadow: none;
}

.dt-sc-progress.type2.blue .dt-sc-bar-text>span {
    background: #4b9dc7;
}

.dt-sc-progress.type2.orange .dt-sc-bar-text>span {
    background: #e49b5c;
}

.dt-sc-progress.type2.green .dt-sc-bar-text>span {
    background: #91b962;
}

.dt-sc-progress.type2.yellow .dt-sc-bar-text>span {
    background: #eecf6f;
}


/* Progress Bar New Type */

.dt-sc-progress-wrapper {
    float: left;
    clear: both;
    width: 100%;
    margin: 15px 0px 0px;
}

.dt-sc-progress-wrapper .dt-sc-bar-title {
    float: left;
    width: 27%;
    padding: 0px 20px 0px 0px;
    box-sizing: border-box;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.dt-sc-progress-wrapper .dt-sc-progress {
    float: left;
    width: 73%;
    background: rgba(0, 0, 0, 0.1);
    border: none;
    box-sizing: border-box;
    clear: none;
    height: 7px;
    margin: 10px 0px 0px;
    padding: 0px;
}

.dt-sc-progress-wrapper .dt-sc-bar-text {
    margin-top: -25px;
}

.dt-sc-progress-wrapper .dt-sc-bar-text span {
    position: relative;
}

.dt-sc-progress-wrapper .dt-sc-bar-text span:before {
    content: "";
    position: absolute;
    left: -19px;
    top: 7px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #000000;
}


/*----*****---- << Event Keynote Speakers >> ----*****----*/

.dt-sc-keynote-speakers {
    float: left;
    clear: both;
    width: 100%;
    box-sizing: border-box;
    border-left: 1px solid;
    border-right: 1px solid;
}

.dt-sc-keynote-speakers .dt-sc-speakers-thumb {
    border-right: 1px solid;
    position: relative;
}

.dt-sc-keynote-speakers .dt-sc-speakers-thumb-holder {
    position: relative;
}

.dt-sc-keynote-speakers .dt-sc-speakers-thumb,
.dt-sc-keynote-speakers .dt-sc-speakers-details {
    width: 50%;
    float: left;
    box-sizing: border-box;
}

.dt-sc-keynote-speakers .dt-sc-speakers-details {
    text-align: left;
    padding: 0px 25px 0px;
    position: relative;
}

.dt-sc-keynote-speakers .dt-sc-speakers-details h4,
.dt-sc-keynote-speakers .dt-sc-speakers-thumb h4 {
    letter-spacing: 1px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0px;
    position: relative;
}

.dt-sc-keynote-speakers .dt-sc-speakers-thumb h5 {
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 0px;
    display: inline-block;
    padding: 0px;
}

.dt-sc-keynote-speakers .dt-sc-speakers-details p {
    margin-top: 10px;
}

.dt-sc-keynote-speakers .dt-sc-speakers-details:before {
    content: "";
    position: absolute;
    top: 35px;
    left: -15px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid;
    z-index: 1;
}

.dt-sc-keynote-speakers .dt-sc-speakers-thumb h4,
.dt-sc-keynote-speakers .dt-sc-speakers-thumb h5 {
    padding: 0px 20px;
    float: left;
    box-sizing: border-box;
    width: 100%;
}

.dt-sc-keynote-speakers .dt-sc-speakers-thumb h4 {
    padding-top: 25px;
    margin-bottom: 5px;
}

.dt-sc-keynote-speakers .dt-sc-speakers-thumb h5 {
    padding-bottom: 25px;
    margin: 0px;
}

.dt-sc-keynote-speakers .dt-sc-speakers-details h4 {
    padding: 30px 0px 10px;
}

.dt-sc-keynote-speakers .dt-sc-speakers-details h4:before {
    content: "";
    position: absolute;
    width: 55px;
    height: 1px;
    left: 0px;
    bottom: 0px;
}

.dt-sc-keynote-speakers .dt-sc-speakers-thumb .dt-sc-speakers-thumb-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.dt-sc-keynote-speakers:hover .dt-sc-speakers-thumb .dt-sc-speakers-thumb-overlay {
    opacity: 1;
}

.dt-sc-keynote-speakers:hover .dt-sc-speakers-thumb {
    background: #f1efea;
}

.dt-sc-keynote-speakers .dt-sc-speakers-thumb .dt-sc-team-social {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    text-align: center;
    height: 35px;
    margin: auto;
}

.dt-sc-keynote-speakers .dt-sc-speakers-details h4,
.dt-sc-keynote-speakers .dt-sc-speakers-thumb h4,
.dt-sc-keynote-speakers .dt-sc-speakers-thumb h5 {
    font-family: 'Roboto', sans-serif;
}

.dt-sc-keynote-speakers .dt-sc-speakers-thumb .dt-sc-speakers-thumb-overlay,
.dt-sc-keynote-speakers,
.dt-sc-keynote-speakers .dt-sc-speakers-details:before {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.dt-sc-keynote-speakers:hover .dt-sc-speakers-details h4,
.dt-sc-keynote-speakers:hover .dt-sc-speakers-details p {
    color: #ffffff;
}

.dt-sc-keynote-speakers:hover .dt-sc-speakers-details h4:before {
    background: #ffffff;
}

.dt-sc-keynote-speakers .dt-sc-speakers-details p {
    color: #222222;
}

.dt-sc-keynote-speakers .dt-sc-speakers-thumb h5 {
    color: rgba(0, 0, 0, 0.4);
}

.dt-sc-keynote-speakers {
    background: #f1efea;
}

.dt-sc-keynote-speakers .dt-sc-speakers-thumb {
    background: #f5f5f5;
}

.dt-sc-keynote-speakers,
.dt-sc-keynote-speakers .dt-sc-speakers-thumb {
    border-color: #fafaf6;
}

.dt-sc-keynote-speakers .dt-sc-speakers-details:before {
    border-right-color: #f1efea;
}

.dt-sc-keynote-speakers .dt-sc-speakers-details h4:before {
    background: rgba(0, 0, 0, 0.1);
}


/*----*****---- << Event Top Toggle >> ----*****----*/

.dt-sc-toggle-panel {
    padding: 24px 0px 12px;
    float: left;
    clear: both;
    width: 100%;
}

.dt-sc-toggle-panel .container {
    position: relative;
}

.dt-sc-toggle-panel h2 {
    font-weight: 300;
    font-size: 44px;
    margin: -20px 0px 16px;
}

.dt-sc-toggle-panel h2 span {
    font-weight: 600;
}

.dt-sc-toggle-icon {
    position: absolute;
    top: -14px;
    right: -30px;
    width: 22px;
    height: 22px;
    color: #000000;
    font-size: 14px;
    text-align: center;
    line-height: 22px;
}

.dt-sc-toggle-countdown {
    display: inline-block;
    clear: both;
    width: 100%;
    font-size: 58px;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
}

.dt-sc-toggle-countdown div {
    width: 25%;
    text-align: center;
    display: inline-block;
    position: relative;
}

.dt-sc-toggle-countdown div span {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    clear: both;
    width: 100%;
    position: relative;
    top: -3px;
}

.dt-sc-toggle-countdown div:before {
    content: ":";
    position: absolute;
    left: -13px;
    top: 0px;
    font-size: 58px;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
}

.dt-sc-toggle-countdown div:first-child:before {
    content: "";
}


/*----*****---- << Donutchart >> ----*****----*/

.dt-sc-donutchart {
    text-align: center;
    margin: 0px auto 30px;
}

h5.dt-sc-donutchart-title {
    text-align: center;
    width: 100%;
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 600;
}

.dt-sc-donutchart-small {
    width: 100px;
    margin: 0px auto;
}

.dt-sc-donutchart-medium {
    width: 200px;
    margin: 0px auto;
}

.dt-sc-donutchart-large {
    width: 300px;
    margin: 0px auto;
}

.donutchart-text {
    font-weight: 300 !important;
}

.dt-sc-donutchart-small .donutchart-text {
    font-size: 24px !important;
}

.dt-sc-donutchart-medium .donutchart-text {
    font-size: 40px !important;
}

.dt-sc-donutchart-large .donutchart-text {
    font-size: 50px !important;
}

.dark-bg .donutchart-text {
    color: #ffffff;
}


/*----*****---- << Tooltip >> ----*****----*/

.dt-sc-boxed-tooltip {
    background: #f6f6f6;
    color: #37251b;
    display: inline-block;
    margin: 10px 0px 0px;
    padding: 10px 20px;
    text-align: center;
    line-height: normal;
}

.dt-sc-boxed-tooltip:hover {
    background: #37251b;
    color: #ffffff;
}

#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;
}

#tiptip_content {
    padding: 8px 10px;
    color: #ffffff;
    font-size: 12px;
    line-height: normal;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#tiptip_arrow,
#tiptip_arrow_inner {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0;
    opacity: 0.85;
}

#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;
}


/** Video Manager **/

.dt-sc-video-manager-wrapper .wpb_column {
    overflow: hidden;
}

.dt-sc-video-manager-right.wpb_column {
    height: 505px;
    margin-bottom: 18px;
    margin-top: 18px;
}

.dt-sc-video-item {
    float: left;
    margin-bottom: 18px;
    overflow: hidden;
    padding: 0 95px 0 65px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.dt-sc-video-item:last-child {
    margin-bottom: 0;
}

.dt-sc-vitem-thumb {
    bottom: 0;
    float: left;
    max-width: 150px;
    position: absolute;
    left: 65px;
    top: 0;
    width: 22%;
    z-index: 9;
}

.dt-sc-vitem-thumb:before {
    border: 2px solid #fff;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.dt-sc-vitem-detail {
    box-sizing: border-box;
    display: inline-block;
    padding: 20px 15px 20px 210px;
    position: relative;
    transition: all 0.3s linear 0s;
    width: 100%;
}

.dt-sc-vitem-detail h2 {
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0px;
    position: relative;
}

.dt-sc-vitem-detail h2:before {
    content: "\e624";
    font-family: 'Pe-icon-7-stroke';
    font-size: 13px;
    position: absolute;
    left: -42px;
}

.dt-sc-vitem-detail p {
    font-size: 11px;
    margin-bottom: 0;
    color: #443838;
}

.type2 .dt-sc-vitem-detail p {
    color: #777777;
}

.type2 .dt-sc-video-item:before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.95;
    position: absolute;
    top: 0;
    width: 100%;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=1);
    /* IE6-9*/
}

.type2 .dt-sc-video-item:hover .dt-sc-vitem-detail,
.type2 .dt-sc-video-item.active .dt-sc-vitem-detail {
    background-color: transparent;
}

.dt-sc-video-item:hover h2,
.dt-sc-video-item:hover p,
.dt-sc-video-item:hover .dt-sc-vitem-detail:before,
.dt-sc-video-item.active h2,
.dt-sc-video-item.active p,
.dt-sc-video-item.active .dt-sc-vitem-detail:before {
    color: #eeebe8;
}

.dt-sc-video-wrapper {
    float: left;
    position: relative;
}

.dt-sc-video-wrapper .video-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.75);
    text-align: center;
}

.type2 .dt-sc-video-wrapper .video-overlay {
    background: url(../images/video-img-overlay.png) repeat;
}

.dt-sc-video-wrapper .video-overlay-inner {
    bottom: 0;
    display: block;
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.dt-sc-video-wrapper .video-overlay-inner a {
    width: 70px;
    height: 70px;
    display: inline-block;
    border-radius: 40px;
}

.dt-sc-video-wrapper .video-overlay-inner a span {
    color: #fff;
    font-size: 30px;
    line-height: 70px;
}

.dt-sc-video-wrapper .video-overlay-inner h2 {
    font-family: 'Lato', sans-serif;
    margin-top: 10px;
    margin-bottom: 0px;
}

.dt-sc-video-wrapper .video-overlay-inner h2,
.dt-sc-video-wrapper .video-overlay-inner p {
    color: rgba(255, 255, 255, 0.5);
}

.type2 .dt-sc-video-wrapper .video-overlay-inner h2,
.type2 .dt-sc-video-wrapper .video-overlay-inner p {
    color: rgba(255, 255, 255, 0.7);
}

.dt-sc-video-item:hover {
    cursor: pointer;
}


/* Framed Vertical Tabs (Default Type) yet Middle aligned */

.dt-sc-tabs-vertical-frame-container.rs_align_middle,
.dt-sc-tabs-vertical-frame-container.rs_align_middle ul.dt-sc-tabs-vertical-frame {
    float: none;
}

.dt-sc-tabs-vertical-frame-container.rs_align_middle {
    display: table;
    border: none;
}

.dt-sc-tabs-vertical-frame-container.rs_align_middle ul.dt-sc-tabs-vertical-frame {
    display: table-cell;
    vertical-align: middle;
}

.dt-sc-tabs-vertical-frame-container.rs_align_middle ul.dt-sc-tabs-vertical-frame li>a {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 -1px 0 0;
}

.dt-sc-tabs-vertical-frame-container.rs_align_middle ul.dt-sc-tabs-vertical-frame li:last-child>a {
    border-bottom-width: 1px;
}

.dt-sc-tabs-vertical-frame-container.rs_align_middle .dt-sc-tabs-vertical-frame-content {
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
}


/* New Additions */

.type7 ul.dt-sc-tabs-horizontal-frame {
    background: rgba(0, 0, 0, 0.05);
    border-bottom: 0;
    padding: 0 20px 0 150px;
    box-sizing: border-box;
    margin-bottom: 30px;
    position: relative;
}

.type7 .dt-sc-tabs-horizontal-frame:before {
    color: #878c90;
    content: "Jumb to:";
    font-size: 28px;
    font-weight: 400;
    left: 40px;
    position: absolute;
    top: 25px;
}

.type7 ul.dt-sc-tabs-horizontal-frame>li {
    padding: 20px 0;
    position: relative;
    margin: 0px 10px;
}

.type7 .dt-sc-tabs-horizontal-frame>li:after {
    border-right: 1px solid #dcdad4;
    bottom: 0;
    content: "";
    height: 40px;
    margin: auto;
    position: absolute;
    right: -10px;
    top: 0;
}

.type7 .dt-sc-tabs-horizontal-frame>li:last-child:after {
    content: none;
}

.type7 ul.dt-sc-tabs-horizontal-frame>li>a {
    font-weight: lighter;
    font-size: 28px;
    border: 0;
    padding-top: 8px;
    padding-bottom: 8px;
}

.type7 ul.dt-sc-tabs-horizontal-frame>li>a.current:before {
    border-top: 5px solid;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.type7 ul.dt-sc-tabs-horizontal-frame>li>a.current:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 5px;
    width: 0;
}

.type7 ul.dt-sc-tabs-horizontal-frame>li>a.current {
    position: static;
}

.type8 ul.dt-sc-tabs-horizontal-frame {
    border-bottom: 0;
}

.type8 ul.dt-sc-tabs-horizontal-frame>li {
    margin-right: 1px;
}

.type8 ul.dt-sc-tabs-horizontal-frame>li>a {
    background: #fafafa;
    border: 0;
    border-radius: 0;
    color: #222222;
    font-size: 16px;
    text-transform: capitalize;
    padding: 11px 25px 13px;
    margin: 0 0px 0 0;
    font-weight: normal;
    position: relative;
}

.type8 ul.dt-sc-tabs-horizontal-frame>li>a:before {
    border-top: 2px solid #f2f2f2;
    content: "";
    left: 0;
    position: absolute;
    top: -3px;
    width: 100%;
}

.type8 ul.dt-sc-tabs-horizontal-frame>li>a.current:before,
.type8 ul.dt-sc-tabs-horizontal-frame>li>a:hover:before {
    border-color: #000;
}

.type8 ul.dt-sc-tabs-horizontal-frame>li>a.current,
.type8 ul.dt-sc-tabs-horizontal-frame>li>a:hover {
    color: #fff;
}

.type9 ul.dt-sc-tabs-horizontal-frame {
    text-align: center;
    border-bottom: 0;
}

.type9 ul.dt-sc-tabs-horizontal-frame>li {
    display: inline-block;
    float: none;
    margin: 0;
}

.type9 ul.dt-sc-tabs-horizontal-frame>li>a {
    border-radius: 0;
    border: 0;
    background: #eeefed;
    float: none;
    display: inline-block;
    text-transform: uppercase;
    padding: 15px 20px;
    min-width: 100px;
    margin: 0;
}

.type9 ul.dt-sc-tabs-horizontal-frame>li>a>span {
    width: 100%;
    margin-bottom: 12px;
    margin-right: 0;
    font-size: 25px;
}

.type9 ul.dt-sc-tabs-horizontal-frame>li>a.current {
    background: #fff;
}

.type9 .dt-sc-tabs-horizontal-frame-content {
    background: #fff;
    padding: 45px;
    box-sizing: border-box;
}

.dt-sc-team.team_rounded_border.rounded .dt-sc-team-thumb {
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.dt-sc-team.team_rounded_border.rounded .dt-sc-team-thumb:before {
    z-index: 1;
    border-color: rgba(255, 255, 255, 0.01);
}

.dt-sc-team.rounded.team_rounded_border .dt-sc-team-thumb:after {
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.dt-sc-team.team_rounded_border.rounded:hover .dt-sc-team-thumb:before {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.dt-sc-team.rounded.team_rounded_border.hide-social-show-on-hover .dt-sc-team-social {
    top: 19%;
    z-index: 2;
}

.dt-sc-team.rounded.team_rounded_border:hover .dt-sc-team-thumb:after {
    background: rgba(255, 255, 255, 0.9);
}

.dt-sc-team.team_rounded_border.rounded:hover .dt-sc-team-thumb:before {
    border: 8px solid;
}

.dt-sc-team.rounded.team_rounded_border.hide-social-show-on-hover .dt-sc-team-social li a {
    color: #222222;
}

.dt-sc-team.rounded.team_rounded_border .dt-sc-team-details h4,
.dt-sc-team.rounded.team_rounded_border .dt-sc-team-details h5 {
    text-transform: capitalize;
    font-weight: normal;
}

.dt-sc-team.rounded.team_rounded_border .dt-sc-team-details h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.dt-sc-team.rounded.team_rounded_border .dt-sc-team-details h5 {
    margin-bottom: 15px;
    font-size: 14px;
}

.dt-sc-team.rounded.team_rounded_border .dt-sc-team-details p {
    font-size: 16px;
    margin-bottom: 15px;
}

.dt-sc-team.rounded.team_rounded_border .dt-sc-team-details p a {
    font-size: 14px;
}

.dt-sc-team.rounded.team_rounded_border .dt-sc-team-details p a>i {
    margin-right: 5px;
}

.vc_custom_carousel .slick-slider {
    text-align: center;
}

.vc_custom_carousel .slick-slider .slick-dots {
    background: #fff;
    border: 1px solid;
    border-radius: 5px;
    display: inline-block !important;
    margin: 0 auto;
    padding: 2px 5px 0;
    position: inherit;
    width: auto;
}

.vc_custom_carousel .slick-slider:before {
    border-top: 1px dashed #000;
    bottom: -16px;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
}

.dt-sc-tabs-horizontal-frame-container.type5.alter ul.dt-sc-tabs-horizontal-frame {
    background: #f3f3f3;
    text-align: center;
}

.dt-sc-tabs-horizontal-frame-container.type5.alter ul.dt-sc-tabs-horizontal-frame>li {
    text-transform: uppercase;
}

.dt-sc-tabs-horizontal-frame-container.type5.alter ul.dt-sc-tabs-horizontal-frame>li,
.dt-sc-tabs-horizontal-frame-container.type5.alter ul.dt-sc-tabs-horizontal-frame>li>a {
    float: none;
    display: inline-block;
    margin: 0;
}

.dt-sc-tabs-horizontal-frame-container.type5.alter ul.dt-sc-tabs-horizontal-frame>li>a {
    background: transparent;
    padding: 20px 25px;
    font-size: 16px;
    font-weight: normal;
}

.dt-sc-tabs-horizontal-frame-container.type5.alter .dt-sc-tabs-horizontal-frame-content {
    border: 0;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 10px;
}

.dt-sc-icon-box.type5.alter .icon-content h4 {
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 20px;
}

.dt-sc-icon-box.type5.alter .icon-wrapper span {
    color: #fff;
}

.dt-sc-icon-box.type5.alter .dt-sc-fancy-list {
    color: #888888;
}

.dt-sc-team.rounded.zoom-in-hover {
    min-height: 330px;
    padding-top: 10px;
}

.dt-sc-team.rounded.zoom-in-hover .dt-sc-team-thumb {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.dt-sc-team.rounded.zoom-in-hover .dt-sc-team-thumb:before {
    border: 0;
    box-shadow: 0 0 0 10px #f5f5f5;
}

.dt-sc-team.rounded.zoom-in-hover .dt-sc-team-thumb img {
    float: left;
}

.dt-sc-team.rounded.zoom-in-hover:hover .dt-sc-team-thumb {
    max-width: 220px;
}

.dt-sc-hr-timeline-section.type2.with_icon .dt-sc-hr-timeline-content {
    position: relative;
    padding-left: 85px;
    text-align: left;
}

.dt-sc-hr-timeline-section.type2.with_icon .dt-sc-hr-timeline-content::before {
    border-left: 5px solid #fff;
    content: "";
    display: inline-block;
    height: 80%;
    left: 33px;
    position: absolute;
    top: 0;
}

.dt-sc-hr-timeline-section.type2.with_icon .dt-sc-hr-timeline-content h3 {
    font-size: 18px;
    text-transform: none;
}

.dt-sc-hr-timeline-section.type2.with_icon .dt-sc-hr-timeline-content span {
    background: #0eb2e7;
    border-radius: 50%;
    box-shadow: 0 0 0 7px #fff;
    color: #fff;
    font-size: 25px;
    height: 56px;
    left: 7px;
    line-height: 56px;
    position: absolute;
    text-align: center;
    top: 7px;
    width: 56px;
}

.dt-sc-hr-timeline-section.type2.with_icon .dt-sc-hr-timeline-content h4 {
    font-size: 50px;
    margin-top: 35px;
}


/*----*****---- << Infinite Portfolio Scroll >> ----*****----*/

.grid-sizer-1 img,
.grid-sizer-2 img,
.grid-sizer-3 img,
.grid-sizer-4 img,
.grid-sizer-5 img,
.dt-sc-infinite-portfolio-load-more,
.disable,
.message {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.dt-sc-masonry-portfolio-container {
    clear: both;
    display: block;
    margin: 0 -1px;
    padding: 0;
    width: auto;
    text-align: center;
}

.dt-sc-masonry-portfolio-container .ms-portfolio {
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0;
}

.dt-sc-infinite-portfolio-container {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.dt-sc-infinite-portfolio-container .message {
    border: 1px solid;
    border-radius: 3px;
    bottom: -96px;
    color: #fff;
    left: 0;
    margin: 0 auto;
    padding: 10px 0;
    position: absolute;
    right: 0;
    width: 180px;
    z-index: 99;
}

.dt-sc-infinite-portfolio-load-more {
    padding: 10px 25px;
    border-radius: 3px;
    float: none;
    display: inline-block;
    z-index: 9;
    font-size: 18px;
}

.dt-sc-infinite-portfolio-load-more.disable {
    font-size: 0;
    visibility: hidden;
}

.dt-sc-infinite-portfolio-load-more:hover {
    background: #fff;
}

.grid-sizer-1 {
    width: 100%;
}

.grid-sizer-2 {
    width: 50%;
}

.grid-sizer-3 {
    width: 33%;
}

.grid-sizer-4 {
    width: 25%;
}

.grid-sizer-5 {
    width: 20%;
}

.grid-sizer-1,
.grid-sizer-2,
.grid-sizer-3,
.grid-sizer-4,
.grid-sizer-5 {
    text-align: center;
    float: none;
    margin: 50px 0;
    display: inline-block;
    position: relative;
}

.grid-sizer-1:before,
.grid-sizer-2:before,
.grid-sizer-3:before,
.grid-sizer-4:before,
.grid-sizer-5:before {
    background-image: url(../images/loading_icon.gif);
    background-position: center;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    z-index: -1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.grid-sizer-1 img,
.grid-sizer-2 img,
.grid-sizer-3 img,
.grid-sizer-4 img,
.grid-sizer-5 img {
    float: none;
    display: inline-block !important;
}

.grid-sizer-1:hover img,
.grid-sizer-2:hover img,
.grid-sizer-3:hover img,
.grid-sizer-4:hover img,
.grid-sizer-5:hover img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.message {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.message.hidden {
    display: block !important;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}


/*----*****---- << Property Base Elements >> ----*****----*/


/* Agents List */

.dt-sc-agents-list {
    float: left;
    margin: 0 0 35px;
    width: 100%;
}

.dt-sc-agents-list .dt-sc-agent-thumb {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.dt-sc-agents-list .dt-sc-agent-thumb img {
    height: auto;
    width: 100%;
}

.dt-sc-agents-list .dt-sc-agent-details {
    float: left;
    margin-top: 15px;
    padding: 0;
    text-align: center;
    width: 100%;
}

.dt-sc-agents-list .dt-sc-agent-details h4 {
    font-size: 20px;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.dt-sc-agents-list .dt-sc-agent-contact {
    clear: both;
    padding: 10px 15px;
    position: relative;
    text-align: center;
}

.dt-sc-agents-list .dt-sc-agent-contact p {
    display: inline-block;
    margin: 0 10px;
    position: relative;
}

.dt-sc-agents-list .dt-sc-agent-contact p a:hover {
    text-decoration: underline;
}

.dt-sc-agents-list .dt-sc-agent-contact p span {
    font-size: 15px;
    margin: 0 5px 0 0;
    width: 20px;
}

.dt-sc-agents-list .dt-sc-agent-content {
    border-bottom: 1px solid;
    clear: both;
    float: left;
    margin: 20px 0;
    padding: 0 0 25px;
    width: 100%;
}

.dt-sc-agents-list .dt-sc-agent-content p:only-child {
    margin-bottom: 0;
}

.dt-sc-agents-list .dt-sc-agent-content:empty {
    display: none;
}

.dt-sc-agents-list .dt-sc-sociable {
    display: block;
    float: none;
    margin: 10px -15px -10px;
    padding: 10px 0 5px;
    width: auto;
}

.dt-sc-agents-list .dt-sc-sociable li {
    display: inline-block;
    float: none;
}

.column .dt-sc-agents-list .dt-sc-agent-contact p {
    clear: both;
    margin: 5px -10px;
    padding: 0 15px;
}

.column.dt-sc-one-column .dt-sc-agents-list .dt-sc-agent-contact {
    padding: 8px 0 8px 15px;
    width: auto;
}

.column.dt-sc-one-column .dt-sc-agents-list .dt-sc-agent-contact p {
    clear: none;
}

.dt-sc-agent-single .dt-sc-agents-list,
.single-dt_properties .dt-sc-agents-list {
    border: none;
}

.dt-sc-agent-single .dt-sc-agents-list .dt-sc-agent-thumb {
    margin: 0 2% 0 0;
    width: 20%;
}

.dt-sc-agent-single .dt-sc-agents-list .dt-sc-agent-details {
    margin: 7px 0 0;
    text-align: left;
    width: 78%;
}

.dt-sc-property-agents-carousel-wrapper .dt-sc-agents-list {
    clear: none;
}

.dt-sc-property-agents-carousel .column {
    margin: 0 10px;
}


/* Contact Agent Modal */

.dt-sc-contact-agent-modal {
    background: #fff;
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 60%;
    z-index: 100000;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.dt-sc-contact-agent-modal header,
.dt-sc-contact-agent-modal footer {
    padding: 0 20px;
}

.dt-sc-contact-agent-modal header *,
.dt-sc-contact-agent-modal footer * {
    line-height: 60px;
}

.dt-sc-contact-agent-modal header h3,
.dt-sc-contact-agent-modal header h4 {
    margin: 0;
}

.dt-sc-contact-agent-modal header a.dt-sc-contact-agent-modal-close {
    font-size: 1.5em;
    position: absolute;
    top: 0;
    right: 20px;
    text-decoration: none;
}

.dt-sc-contact-agent-modal .modal-body {
    padding: 30px 20px;
}

.dt-sc-submit-enquiry-form {
    display: block;
    float: none;
    margin: 25px auto 0;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    text-transform: capitalize;
}

.dt-sc-contact-agent-modal footer {
    background: #9f2124;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    visibility: hidden;
}

.dt-sc-contact-agent-modal footer .dt-sc-contact-agent-modal-close {
    display: block;
    font-weight: bold;
}

.dt-sc-contact-agent-modal:hover footer {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.dt-sc-property-modal-overlay {
    background: #000;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
}


/* Features & Amenities */

.dt-sc-proprety-features-tab.type1 ul.dt-sc-property-feature-list,
.dt-sc-proprety-features-tab.type1 ul.dt-sc-property-feature-list li,
.dt-sc-proprety-features-tab.type2 ul.dt-sc-property-feature-list,
.dt-sc-proprety-features-tab.type2 ul.dt-sc-property-feature-list li {
    float: left;
    width: 100%;
}

.dt-sc-proprety-features-tab.type1 ul.dt-sc-property-feature-list li,
.dt-sc-proprety-features-tab.type2 ul.dt-sc-property-feature-list li {
    border-width: 0 0 1px;
    display: block;
    font-size: 20px;
    padding: 0;
}

.dt-sc-proprety-features-tab.type1 ul.dt-sc-property-feature-list li {
    border-style: solid;
    font-weight: 300;
}

.dt-sc-proprety-features-tab.type2 ul.dt-sc-property-feature-list li {
    border-style: dashed;
}

.dt-sc-proprety-features-tab.type1 ul.dt-sc-property-feature-list li:last-child,
.dt-sc-proprety-features-tab.type2 ul.dt-sc-property-feature-list li:last-child {
    border-width: 0;
}

.dt-sc-proprety-features-tab.type1 ul.dt-sc-property-feature-list li>div,
.dt-sc-proprety-features-tab.type2 ul.dt-sc-property-feature-list li>div {
    float: left;
    padding: 10px 20px;
}

.dt-sc-proprety-features-tab.type1 ul.dt-sc-property-feature-list li .dt-sc-feature-title,
.dt-sc-proprety-features-tab.type2 ul.dt-sc-property-feature-list li .dt-sc-feature-title {
    width: 40%;
}

.dt-sc-proprety-features-tab.type1 ul.dt-sc-property-feature-list li .dt-sc-feature-info-wrapper,
.dt-sc-proprety-features-tab.type2 ul.dt-sc-property-feature-list li .dt-sc-feature-info-wrapper {
    width: 60%;
}

.dt-sc-proprety-features-tab.type2 ul.dt-sc-property-feature-list li .dt-sc-feature-info-wrapper {
    font-size: 16px;
}

.dt-sc-proprety-features-tab.type1 ul.dt-sc-property-feature-list li .dt-sc-feature-info-wrapper>p:last-child,
.dt-sc-proprety-features-tab.type2 ul.dt-sc-property-feature-list li .dt-sc-feature-info-wrapper>p:last-child {
    margin-bottom: 0;
}

.dt-sc-proprety-features-tab.type1 ul.dt-sc-property-feature-list li .dt-sc-feature-info-wrapper>span,
.dt-sc-proprety-features-tab.type1 ul.dt-sc-property-feature-list li .dt-sc-feature-info-wrapper>p,
.dt-sc-proprety-features-tab.type2 ul.dt-sc-property-feature-list li .dt-sc-feature-info-wrapper>span,
.dt-sc-proprety-features-tab.type2 ul.dt-sc-property-feature-list li .dt-sc-feature-info-wrapper>p {
    display: inline;
}

.dt-sc-proprety-features-tab.type1 ul.dt-sc-property-feature-list li .dt-sc-feature-info-wrapper>p,
.dt-sc-proprety-features-tab.type1 ul.dt-sc-property-feature-list li .dt-sc-feature-info-wrapper>p {
    font-size: 16px;
}

.dt-sc-proprety-features-tab.type2 ul.dt-sc-property-feature-list li,
.dt-sc-proprety-features-tab.type2 ul.dt-sc-property-feature-list li .dt-sc-feature-title {
    position: relative;
}

.dt-sc-proprety-features-tab.type2 ul.dt-sc-property-feature-list li .dt-sc-feature-title:before {
    content: "\f05d";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 18px;
    line-height: inherit;
    margin-left: -15px;
    margin-right: 10px;
}

.dt-sc-property-features-amenities,
.dt-sc-property-features-amenities .dt-sc-amenity-item-meta {
    float: left;
    width: 100%;
}

.dt-sc-property-features-amenities {
    margin-bottom: 30px;
    position: relative;
}

.dt-sc-property-features-amenities .dt-sc-amenity-item-count,
.dt-sc-proprety-features-tab.type4 .dt-sc-property-features-amenities .dt-sc-icon-wrapper {
    text-align: center;
}

.dt-sc-property-features-amenities .dt-sc-amenity-item-meta h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}

.dt-sc-proprety-features-tab.type3 .dt-sc-property-features-amenities .dt-sc-amenity-item-meta {
    padding-left: 75px;
}

.dt-sc-proprety-features-tab.type3 .dt-sc-property-features-amenities .dt-sc-amenity-item-count,
.dt-sc-proprety-features-tab.type4 .dt-sc-property-features-amenities .dt-sc-icon-wrapper {
    height: 50px;
    position: absolute;
    left: 0;
    top: 3px;
    width: 50px;
}

.dt-sc-proprety-features-tab.type4 .dt-sc-property-features-amenities .dt-sc-amenity-item-meta:nth-child(3) {
    padding-left: 75px;
}

.dt-sc-proprety-features-tab.type4 .dt-sc-property-features-amenities .dt-sc-amenity-item-count {
    border: 2px solid;
    height: 70px;
    margin: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    width: 70px;
}

.dt-sc-proprety-features-tab.type3 .dt-sc-property-features-amenities .dt-sc-amenity-item-count span,
.dt-sc-proprety-features-tab.type4 .dt-sc-property-features-amenities .dt-sc-amenity-item-count span {
    display: block;
    font-size: 28px;
    font-weight: bold;
    line-height: 50px;
}

.dt-sc-proprety-features-tab.type4 .dt-sc-property-features-amenities .dt-sc-amenity-item-count span {
    height: 100%;
}

.dt-sc-proprety-features-tab.type3 .dt-sc-property-features-amenities .dt-sc-amenity-item-count small {
    display: none;
}

.dt-sc-proprety-features-tab.type4 .dt-sc-property-features-amenities .dt-sc-amenity-item-count small {
    display: block;
    font-weight: normal;
    line-height: 0;
}

.dt-sc-proprety-features-tab.type4 .dt-sc-property-features-amenities .dt-sc-amenity-item-count small {
    font-size: 16px;
}

.dt-sc-proprety-features-tab.type4 .dt-sc-property-features-amenities .dt-sc-icon-wrapper span {
    display: block;
    font-size: 36px;
    line-height: normal;
}


/* Nearby Places */

.dt-sc-nearby-location {
    border-bottom: 1px dashed;
    float: left;
    margin-bottom: 30px;
    padding-bottom: 20px;
    width: 100%;
}

.dt-sc-nearby-location .dt-sc-loc-distance {
    margin-bottom: 8px;
}

.dt-sc-nearby-location .dt-sc-loc-distance span {
    font-size: 28px;
}

.dt-sc-nearby-location .dt-sc-loc-distance span small {
    font-size: 16px;
}

.dt-sc-nearby-location .dt-sc-location-meta h3 {
    font-size: 20px;
    margin-bottom: 0;
}

.dt-sc-nearby-location .dt-sc-loc-distance span,
.dt-sc-nearby-location .dt-sc-location-meta h3 {
    font-weight: bold;
}

.dt-sc-nearby-location:not(.type2):not(type3) .dt-sc-loc-distance span small {
    margin-left: 3px;
}

.dt-sc-nearby-location.type2,
.dt-sc-nearby-location.type3 {
    border-width: 0;
    padding: 0;
}

.dt-sc-nearby-location.type2 .dt-sc-loc-distance,
.dt-sc-nearby-location.type3 .dt-sc-loc-distance {
    height: 80px;
    text-align: center;
    width: 80px;
}

.dt-sc-nearby-location.type2 .dt-sc-loc-distance span,
.dt-sc-nearby-location.type3 .dt-sc-loc-distance span {
    display: block;
    height: 80px;
    line-height: normal;
    padding: 15px 0;
    width: 100%;
    box-sizing: border-box;
}

.dt-sc-nearby-location.type2 .dt-sc-loc-distance span small,
.dt-sc-nearby-location.type3 .dt-sc-loc-distance span small {
    display: block;
    font-weight: normal;
    line-height: 0;
}

.dt-sc-nearby-location.type2 {
    position: relative;
}

.dt-sc-nearby-location.type2 .dt-sc-loc-distance {
    margin: 0 20px 0 0;
}

.dt-sc-nearby-location.type2 .dt-sc-loc-distance,
.dt-sc-nearby-location.type2 .dt-sc-location-meta {
    display: inline-block;
}

.dt-sc-nearby-location.type2 .dt-sc-location-meta h3:only-child {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.column .dt-sc-nearby-location {
    margin-bottom: 50px;
}

.dt-sc-nearby-location.type3 {
    text-align: center;
}

.dt-sc-nearby-location.type3 .dt-sc-loc-distance {
    display: block;
    margin: 0 auto 20px;
}

.dt-sc-nearby-location-gmap.dt-sc-nearby-location.type2 {
    margin-bottom: 0;
}


/* .wpb_column.vc_col-sm-12 .dt-sc-nearby-location, .wpb_column.vc_col-sm-6 .dt-sc-nearby-location { width: 50%; } */

.wpb_column.vc_col-sm-12 .column .dt-sc-nearby-location,
.wpb_column.vc_col-sm-6 .column .dt-sc-nearby-location {
    width: 100%;
}

#dt-property-streetview,
#dt-property-map {
    height: 500px;
    width: 100%;
}

.dt-sc-property-location-gmap h3 {
    margin-bottom: 0;
}


/* Property Gallery */

.dt-sc-property-gallery-carousel-wrapper,
.dt-sc-property-gallery,
.dt-sc-property-gallery-carousel,
.dt-sc-singleproperty-data-holder .dt-sc-single-property-carousel {
    display: block;
    position: relative;
}

.dt-sc-property-gallery,
.dt-sc-property-gallery-carousel {
    margin: 0;
}

.dt-sc-property-gallery li,
.dt-sc-property-gallery-carousel>li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.dt-sc-property-gallery-carousel>li {
    margin: 0 10px;
    width: 33.33%;
}

.dt-sc-property-gallery-container,
.dt-sc-property-gallery-carousel-wrapper,
.dt-sc-property-gallery,
.dt-sc-property-gallery-carousel,
.dt-sc-property-gallery-container .dt-sc-property-gallery-thumb,
.dt-sc-property-gallery-container .dt-sc-property-gallery-thumb img,
.dt-sc-property-gallery-container .dt-sc-property-gallery-details,
.dt-sc-property-gallery-container .dt-sc-property-gallery-details ul.dt-sc-property-gallery-features,
.dt-sc-property-item .dt-sc-property-thumb .dt-sc-property-gallery li,
.dt-sc-property-item .dt-sc-property-thumb .dt-sc-property-gallery li img {
    float: left;
    width: 100%;
}

.dt-sc-property-gallery-container .dt-sc-property-gallery-details ul.dt-sc-property-gallery-features {
    display: block;
    padding: 0;
}

.dt-sc-property-gallery-container .dt-sc-property-gallery-details ul.dt-sc-property-gallery-features li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.dt-sc-property-gallery-container .dt-sc-property-gallery-details ul.dt-sc-property-gallery-features li:after {
    content: "|";
    display: inline-block;
    font-weight: bold;
    margin: 0 0 0 10px;
}

.dt-sc-property-gallery-container .dt-sc-property-gallery-details ul.dt-sc-property-gallery-features li:last-child {
    margin: 0;
}

.dt-sc-property-gallery-container .dt-sc-property-gallery-details ul.dt-sc-property-gallery-features li:last-child:after {
    content: none;
}

.dt-sc-property-gallery-container {
    overflow: hidden;
    position: relative;
}

.dt-sc-property-gallery-item .dt-sc-property-gallery-container .dt-sc-property-gallery-thumb {
    position: relative;
}

.dt-sc-property-gallery-container .dt-sc-property-gallery-thumb:before,
.dt-sc-property-gallery-container .dt-sc-property-gallery-thumb:after {
    content: '';
    height: 40%;
    position: absolute;
    top: -24%;
    width: 60%;
    z-index: 99;
}

.dt-sc-property-gallery-container .dt-sc-property-gallery-thumb:before {
    left: -60%;
    -webkit-transform: skewX(-45deg) skewY(-45deg);
    -moz-transform: skewX(-45deg) skewY(-45deg);
    -ms-transform: skewX(-45deg) skewY(-45deg);
    -o-transform: skewX(-45deg) skewY(-45deg);
    transform: skewX(-45deg) skewY(-45deg);
}

.dt-sc-property-gallery-container .dt-sc-property-gallery-thumb:after {
    right: -60%;
    -webkit-transform: skewX(45deg) skewY(45deg);
    -moz-transform: skewX(45deg) skewY(45deg);
    -ms-transform: skewX(45deg) skewY(45deg);
    -o-transform: skewX(45deg) skewY(45deg);
    transform: skewX(45deg) skewY(45deg);
}

.dt-sc-property-gallery-container:hover .dt-sc-property-gallery-thumb:before {
    left: 0;
}

.dt-sc-property-gallery-container:hover .dt-sc-property-gallery-thumb:after {
    right: 0;
}

.dt-sc-property-image-gallery .dt-sc-property-gallery-container .dt-sc-property-gallery-thumb:before,
.dt-sc-property-image-gallery .dt-sc-property-gallery-container .dt-sc-property-gallery-thumb:after {
    content: none;
}

.dt-sc-property-gallery-container .dt-sc-property-gallery-details {
    padding: 0 0 35px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
}

.dt-sc-property-gallery-container .dt-sc-property-gallery-details:before {
    content: "";
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.dt-sc-property-gallery-container .dt-sc-property-gallery-details .dt-sc-gallery-property-title,
.dt-sc-property-gallery-container .dt-sc-property-gallery-details ul.dt-sc-property-gallery-features {
    padding: 0 25px;
}

.dt-sc-property-gallery-container .dt-sc-property-gallery-details .dt-sc-gallery-property-title {
    padding: 25px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.dt-sc-property-gallery-container .dt-sc-property-gallery-details .dt-sc-gallery-property-title h3 {
    padding: 0 10px;
    margin-bottom: 0;
}

.dt-sc-property-gallery-container .dt-sc-property-gallery-details .dt-sc-gallery-property-title:before {
    border-color: transparent;
    border-style: solid;
    border-width: 0 375px 150px;
    content: "";
    height: 0;
    position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    z-index: -1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.dt-sc-property-gallery-container .dt-sc-property-gallery-details ul.dt-sc-property-gallery-features {
    margin: 0;
    padding: 20px 10px;
    position: absolute;
    left: 0;
    top: -100%;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dt-sc-property-gallery-container:hover .dt-sc-property-gallery-details .dt-sc-gallery-property-title:before {
    border-bottom-width: 0;
}

.dt-sc-property-gallery-container:hover .dt-sc-property-gallery-details:before {
    height: 100%;
}

.dt-sc-property-gallery-container:hover .dt-sc-property-gallery-details ul.dt-sc-property-gallery-features {
    top: 50%;
    visibility: visible;
}


/* Property Listing */

.dt-sc-property-item {
    margin-bottom: 20px;
}

.dt-sc-property-item,
.dt-sc-property-item .dt-sc-property-thumb,
.dt-sc-property-details,
.dt-sc-property-pricing-wrapper,
.dt-sc-property-title-meta,
.dt-sc-property-meta {
    float: left;
    position: relative;
    width: 100%;
}

.dt-sc-property-item .dt-sc-property-details ul.dt-sc-property-meta,
.dt-sc-property-item .dt-sc-property-details ul.dt-sc-property-meta li {
    display: block;
}

.dt-sc-property-item .dt-sc-property-details ul.dt-sc-property-meta li {
    display: inline-block;
    padding-bottom: 0;
}

.dt-sc-property-item .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-price del .amount,
.dt-sc-property-item .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-price ins .amount {
    line-height: normal;
}

.dt-sc-property-item .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-price del,
.dt-sc-property-price-container del {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.dt-sc-property-item .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-price ins,
.dt-sc-property-price-container ins {
    background-color: transparent;
    color: inherit;
}

.dt-sc-property-item .dt-sc-property-title-meta .address a>i {
    display: inline-block;
    margin-right: 5px;
}

.dt-sc-property-item .dt-sc-property-thumb img {
    float: left;
    width: 100%;
}

.post-type-archive-dt_properties .with-both-sidebar .column .post-type-archive-dt_agencies .with-both-sidebar .column,
.post-type-archive-dt_agents .with-both-sidebar .column,
.single-dt_agencies .with-both-sidebar .column,
.single-dt_agents .with-both-sidebar .column {
    width: 100%;
}


/* Property Listing Type 1 */

.dt-sc-property-item.type1,
.dt-sc-property-item.type1 .dt-sc-property-thumb {
    margin-bottom: 15px;
}

.dt-sc-property-item.type1 .dt-sc-property-pricing-wrapper,
.dt-sc-property-item.type1 .dt-sc-property-title-meta,
.dt-sc-property-item.type1 .dt-sc-property-details ul.dt-sc-property-meta {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.dt-sc-property-item.type1 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing {
    font-size: 28px;
    font-weight: 300;
    line-height: 42px;
}

.dt-sc-property-item.type1 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing>* {
    display: inline-block;
}

.dt-sc-property-item.type1 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-price>.amount {
    font-size: 28px;
}

.dt-sc-property-item.type1 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-price del,
.dt-sc-property-item.type1 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-price ins {
    font-size: 22px;
}

.dt-sc-property-item.type1 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-property-type,
.dt-sc-property-item.type1 .dt-sc-property-title-meta h2 {
    font-size: 20px;
}

.dt-sc-property-item.type1 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-link-to-detail {
    float: right;
}

.dt-sc-property-item.type1 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-link-to-detail .dt-sc-button {
    float: left;
    font-size: 16px;
    margin: 0;
    padding: 11px 20px;
}

.dt-sc-property-item.type1 .dt-sc-property-title-meta h2 {
    margin-bottom: 5px;
}

.dt-sc-property-item.type1 .dt-sc-property-title-meta .address a {
    display: block;
}

.dt-sc-property-item.type1 .dt-sc-property-details ul.dt-sc-property-meta li {
    margin: 0 -5px;
    padding: 0 5px;
    width: 50%;
}

.dt-sc-property-item.type1 .dt-sc-property-details ul.dt-sc-property-meta li .dt-sc-feature-item-value {
    margin-left: 10px;
}


/* Property Listing Type 2 */

.dt-sc-property-item.type2 .dt-sc-property-details {
    background-color: #fff;
    padding: 30px 10px 80px;
    text-align: center;
}

.dt-sc-property-item.type2 .dt-sc-property-title-meta h2 {
    font-size: 22px;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
}

.dt-sc-property-item.type2 .dt-sc-property-description {
    clear: both;
}

.dt-sc-property-item.type2 .dt-sc-property-details ul.dt-sc-property-meta {
    margin-top: 15px;
}

.dt-sc-property-item.type2 .dt-sc-property-details ul.dt-sc-property-meta li {
    border-style: solid;
    border-width: 0 1px;
    font-size: 16px;
    padding: 0 15px 0;
    margin-bottom: 15px;
    margin-left: -1px;
}

.dt-sc-property-item.type2 .dt-sc-property-details ul.dt-sc-property-meta li>*,
.dt-sc-property-item.type2 .dt-sc-property-pricing-wrapper,
.dt-sc-property-item.type2 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-price,
.dt-sc-property-item.type2 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-link-to-detail {
    float: left;
    width: 100%;
}

.dt-sc-property-item.type2 .dt-sc-property-details ul.dt-sc-property-meta li>span {
    font-size: 28px;
}

.dt-sc-property-item.type2 .dt-sc-property-details ul.dt-sc-property-meta li>span,
.dt-sc-property-item.type2 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-price {
    font-weight: bold;
}

.dt-sc-property-item.type2 .dt-sc-property-pricing-wrapper {
    line-height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.dt-sc-property-item.type2 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing {
    float: left;
    width: 100%;
}

.dt-sc-property-item.type2 .dt-sc-property-pricing-wrapper .dt-sc-price>.amount {
    display: block;
    font-size: 30px;
    line-height: inherit;
}

.dt-sc-property-item.type2 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing del,
.dt-sc-property-item.type2 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing ins {
    font-size: 20px;
    line-height: normal;
    vertical-align: middle;
}

.dt-sc-property-item.type2 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-price,
.dt-sc-property-item.type2 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-link-to-detail {
    display: inline-block;
    width: 50%;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25) inset;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25) inset;
}

.dt-sc-property-item.type2 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-link-to-detail:only-child {
    width: 100%;
}

.dt-sc-property-item.type2 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-link-to-detail .dt-sc-button {
    display: block;
    font-size: 16px;
    line-height: inherit;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.dt-sc-property-list-carousel-wrapper {
    float: left;
    width: 100%;
}

.dt-sc-property-list-carousel .column,
.dt-sc-property-list-carousel .column.first {
    clear: none;
    margin: 0 10px;
}

.ult-carousel-wrapper .dt-sc-property-item.type1 {
    margin-bottom: 0;
}


/* Property Single */

.dt-sc-property-item.single-property-item .dt-sc-property-thumb {
    margin-bottom: 0;
}

.dt-sc-property-item.single-property-item .dt-sc-property-details {
    padding: 60px 50px 75px;
}

.dt-sc-property-item.single-property-item .dt-sc-property-details .dt-sc-property-title-meta {
    margin-bottom: 20px;
}

.dt-sc-property-item.single-property-item .dt-sc-property-details .dt-sc-property-title-meta * {
    display: inline-block;
    float: none;
    width: auto;
}

.dt-sc-property-item.single-property-item .dt-sc-property-details .dt-sc-property-title-meta h2 {
    font-size: 28px;
    margin: 0;
}

.dt-sc-property-item.single-property-item .dt-sc-property-details .dt-sc-property-title-meta h2~span.address {
    border-left: 1px solid #fff;
    margin-left: 10px;
    padding-left: 15px;
}

.dt-sc-property-item.single-property-item .dt-sc-property-details .dt-sc-property-title-meta,
.dt-sc-property-item.single-property-item .dt-sc-property-details .dt-sc-property-pricing-wrapper {
    border-width: 0;
    padding-bottom: 0;
}

.dt-sc-property-item.single-property-item .dt-sc-property-details .dt-sc-property-description {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 10px;
}

.dt-sc-property-item.single-property-item .dt-sc-property-details .dt-sc-proprety-features-tab {
    float: left;
    margin: 15px 0;
    width: 100%;
}

.dt-sc-property-item.single-property-item .dt-sc-property-details .dt-sc-property-title-meta h2,
.dt-sc-property-item.single-property-item .dt-sc-property-details .dt-sc-proprety-features-tab>h3 {
    font-weight: 300;
}


/* Property Design Switcher */

.dt-sc-property-designs,
.dt-sc-property-designs li {
    display: inline-block;
    line-height: normal;
}

.dt-sc-property-designs {
    margin: 0;
    padding: 5px 15px;
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 1;
}

.dt-sc-property-designs li {
    display: block;
    float: left;
    font-size: 16px;
    line-height: 30px;
    margin: 0 15px 0 0;
    padding: 0 15px 0 0;
    position: relative;
}

.dt-sc-property-designs li:after {
    content: "";
    display: inline-block;
    height: 15px;
    margin: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    width: 2px;
}

.dt-sc-property-designs li a {
    color: initial;
}

.dt-sc-property-designs li:last-child {
    margin: 0;
    padding: 0;
}

.dt-sc-property-designs li:last-child:after {
    content: none;
}


/* Property Single Type 1 */

.dt-sc-property-item.single-property-item.type1 .dt-sc-property-details {
    padding-bottom: 100px;
}

.dt-sc-property-item.single-property-item.type1 .dt-sc-property-details .dt-sc-property-pricing-wrapper {
    display: block;
    float: none;
    max-width: 360px;
    min-width: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 33%;
    -webkit-transform: translate(20%, -20%);
    -moz-transform: translate(20%, -20%);
    -ms-transform: translate(20%, -20%);
    -o-transform: translate(20%, -20%);
    transform: translate(20%, -20%);
}

.dt-sc-property-item.single-property-item.type1 .dt-sc-property-details .dt-sc-property-pricing-wrapper .dt-sc-property-pricing {
    float: left;
    overflow: hidden;
    padding: 75px 50px;
    position: relative;
    width: 100%;
}

.dt-sc-property-item.single-property-item.type1 .dt-sc-property-details .dt-sc-property-pricing-wrapper .dt-sc-property-pricing:after {
    content: "\f155";
    font-family: FontAwesome;
    font-size: 150px;
    position: absolute;
    bottom: 20px;
    right: -5px;
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.dt-sc-property-item.single-property-item.type1 .dt-sc-property-details .dt-sc-property-pricing-wrapper .dt-sc-property-pricing>* {
    display: block;
}

.dt-sc-property-item.single-property-item.type1 .dt-sc-property-details .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-pricing-title {
    font-size: 22px;
    font-weight: 300;
}

.dt-sc-property-item.single-property-item.type1 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-price,
.dt-sc-property-item.single-property-item.type1 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-price del,
.dt-sc-property-item.single-property-item.type1 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-price ins {
    font-size: 30px;
    font-weight: bold;
}

.dt-sc-property-item.single-property-item.type1 .dt-sc-property-details .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-link-to-detail,
.dt-sc-property-item.single-property-item.type1 .dt-sc-property-details .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-link-to-detail .dt-sc-button {
    float: none;
}

.dt-sc-property-item.single-property-item.type1 .dt-sc-property-details .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-link-to-detail .dt-sc-button {
    background-color: transparent;
    border-bottom: 1px solid;
    font-size: 16px;
    font-weight: normal;
    margin-top: 8px;
    padding: 0;
}

.dt-sc-property-item.single-property-item.type1 .dt-sc-open-agent-modal {
    font-size: 20px;
    line-height: 36px;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.dt-sc-property-item.single-property-item.type1 .dt-sc-property-details .dt-sc-property-title-meta,
.dt-sc-property-item.single-property-item.type1 .dt-sc-property-details .dt-sc-property-description {
    width: 75%;
}

.dt-sc-single-property-carousel .dt-sc-property-item.single-property-item.type1 {
    display: block;
    margin: 0 100px;
    width: auto;
}


/* Property Single Type 2 */

.dt-sc-property-item.single-property-item.type2 .dt-sc-property-designs {
    left: auto;
    right: 30px;
}

.dt-sc-property-item.single-property-item.type2 .dt-sc-property-details {
    padding-top: 90px;
    padding-bottom: 90px;
    text-align: left;
}

.dt-sc-property-item.single-property-item.type2 .dt-sc-property-pricing-wrapper {
    display: inline-block;
    margin: 0 0 35px;
    position: static;
}

.dt-sc-property-item.single-property-item.type2 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing,
.dt-sc-property-item.single-property-item.type2 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-pricing-title {
    float: left;
}

.dt-sc-property-item.single-property-item.type2 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-price,
.dt-sc-property-item.single-property-item.type2 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-link-to-detail {
    width: auto;
    box-shadow: none;
}

.dt-sc-property-item.single-property-item.type2 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-pricing-title {
    font-size: 22px;
    font-weight: 300;
    padding-left: 25px;
    padding-right: 25px;
}

.dt-sc-property-item.single-property-item.type2 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-price,
.dt-sc-property-item.single-property-item.type2 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-link-to-detail .dt-sc-button {
    padding-left: 35px;
    padding-right: 35px;
}

.dt-sc-property-item.single-property-item.type2 .dt-sc-property-details .dt-sc-open-agent-modal {
    position: absolute;
    bottom: 100%;
    right: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.vc_row[data-vc-stretch-content] .dt-sc-property-item.single-property-item.type2,
.vc_row[data-vc-stretch-content] .dt-sc-single-property-carousel .dt-sc-property-item.single-property-item.type2,
.vc_row[data-vc-stretch-content] .dt-sc-property-item.single-property-item.type2 .dt-sc-property-gallery,
.vc_row[data-vc-stretch-content] .dt-sc-single-property-carousel .dt-sc-property-item.single-property-item.type2 .dt-sc-property-gallery,
.vc_row[data-vc-stretch-content] .dt-sc-single-property-carousel .dt-sc-property-item.single-property-item.type2 .dt-sc-property-gallery li {
    width: 100%;
}

.vc_row[data-vc-stretch-content] .dt-sc-single-property-carousel-wrapper,
.vc_row[data-vc-stretch-content] .dt-sc-single-property-carousel-wrapper .caroufredsel_wrapper,
.vc_row[data-vc-stretch-content] .dt-sc-single-property-carousel-wrapper .dt-sc-single-property-carousel,
.vc_row[data-vc-stretch-content] .dt-sc-single-property-carousel .dt-sc-property-item.single-property-item.type2 {
    width: 100% !important;
}

.vc_row[data-vc-stretch-content] .dt-sc-single-property-carousel-wrapper,
.vc_row[data-vc-stretch-content] .dt-sc-property-item.single-property-item.type2 .dt-sc-property-gallery li img,
.vc_row[data-vc-stretch-content] .dt-sc-single-property-carousel .dt-sc-property-item.single-property-item.type2 .dt-sc-property-gallery li img {
    float: left;
    width: 100%;
}

.vc_row[data-vc-stretch-content] .dt-sc-property-item.single-property-item.type2 .dt-sc-property-thumb,
.vc_row[data-vc-stretch-content] .dt-sc-property-item.single-property-item.type2 .dt-sc-property-details {
    width: 50%;
}

.dt-sc-property-item.single-property-item .dt-sc-property-details .dt-sc-open-agent-modal {
    margin-top: 35px;
}

.vc_row[data-vc-stretch-content] .dt-sc-single-property-carousel-wrapper .dt-sc-single-property-carousel-arrows a.prev,
.vc_row[data-vc-stretch-content] .dt-sc-single-property-carousel-wrapper .dt-sc-single-property-carousel-arrows a.next {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

@media only screen and (min-width:1200px) and (max-width:1760px) {
    .vc_row[data-vc-stretch-content] .dt-sc-property-item.single-property-item.type2 .dt-sc-property-thumb,
    .vc_row[data-vc-stretch-content] .dt-sc-property-item.single-property-item.type2 .dt-sc-property-details {
        width: 100%;
    }
}


/* Property Single Type 3 */

.dt-sc-property-item.single-property-item.type3 .dt-sc-property-details {
    padding: 30px 0 0;
}

.dt-sc-property-item.single-property-item.type3 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing {
    display: inline-block;
    position: absolute;
    right: 0;
    top: -80px;
}

.dt-sc-property-item.single-property-item.type3 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-pricing-title {
    display: none;
}

.dt-sc-property-item.single-property-item.type3 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-price {
    display: inline-block;
    line-height: 100px;
    padding: 0 50px;
}

.dt-sc-property-item.single-property-item.type3 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-price>.amount {
    font-size: 30px;
}

.dt-sc-property-item.single-property-item.type3 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-price del,
.dt-sc-property-item.single-property-item.type3 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-price ins {
    font-size: 20px;
}

.dt-sc-property-item.single-property-item.type3 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-price>.amount,
.dt-sc-property-item.single-property-item.type3 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-price del,
.dt-sc-property-item.single-property-item.type3 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-price ins {
    font-weight: bold;
    line-height: normal;
    vertical-align: middle;
}

.dt-sc-property-item.single-property-item.type3 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-link-to-detail {
    height: 100px;
    line-height: 100px;
    margin: 0 1px;
    padding: 0 20px;
    position: absolute;
    bottom: 0;
    left: 100%;
    top: 0;
    text-align: center;
    width: 80px;
}

.dt-sc-property-item.single-property-item.type3 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-link-to-detail .dt-sc-button {
    background-color: transparent;
    font-size: 16px;
    line-height: normal;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.dt-sc-property-item.single-property-item.type3 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-link-to-detail .dt-sc-button span {
    display: none;
}

.dt-sc-property-item.single-property-item.type3 .dt-sc-property-details .dt-sc-open-agent-modal {
    margin: 50px 0 0;
}

.dt-sc-property-item.single-property-item.type3 .dt-sc-property-details .dt-property-map {
    margin: 35px 0;
}

.dt-sc-property-item.single-property-item.type3 .dt-sc-property-details .dt-sc-one-third .dt-sc-nearby-location {
    width: 50%;
}

.dt-sc-property-item.single-property-item.type3 .dt-sc-property-details .dt-sc-one-third .dt-sc-nearby-location:nth-child(2n+1):last-child {
    width: 100%;
}

.dt-sc-property-item.type2 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-link-to-detail .dt-sc-button span,
.dt-sc-property-item.single-property-item.type1 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-link-to-detail .dt-sc-button span,
.dt-sc-property-item.single-property-item.type2 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-link-to-detail .dt-sc-button span {
    display: inline-block;
    margin: 0;
}

.dt-sc-property-item.type2 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-link-to-detail .dt-sc-button span:after,
.dt-sc-property-item.single-property-item.type1 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-link-to-detail .dt-sc-button span:after,
.dt-sc-property-item.single-property-item.type2 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-link-to-detail .dt-sc-button span:after {
    font-size: 32px;
    line-height: 0;
    vertical-align: middle;
}

.dt-sc-property-item.type2 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-link-to-detail .dt-sc-button span:after,
.dt-sc-property-item.single-property-item.type1 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-link-to-detail .dt-sc-button span:after,
.dt-sc-property-item.single-property-item.type2 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-link-to-detail .dt-sc-button span:after {
    content: "\e684";
    font-family: Pe-icon-7-stroke;
}

.dt-sc-property-item.single-property-item.type1 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-link-to-detail .dt-sc-button span:after {
    display: inline-block;
    line-height: 24px;
    position: absolute;
    top: 0;
}

.dt-sc-single-property-carousel-wrapper .dt-sc-property-item.single-property-item.type3 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-link-to-detail {
    left: auto;
    right: 100%;
}


/*----*****---- << Property Single - Custom Style >> ----*****----*/

.dt-sc-singleproperty-data-holder .dt-sc-single-property-carousel-wrapper,
.dt-sc-singleproperty-data-holder .dt-sc-single-property-carousel li,
.dt-sc-singleproperty-data-holder .dt-sc-single-property-carousel li img,
.dt-sc-singleproperty-details-holder,
.dt-sc-singleproperty-details-holder .dt-sc-property-price-container {
    display: block;
    float: left;
    width: 100%;
}

.dt-sc-singleproperty-data-holder,
.dt-sc-singleproperty-data-holder .dt-sc-single-property-carousel-wrapper {
    position: relative;
}

.dt-sc-singleproperty-details-holder {
    border: 1px solid;
    overflow: hidden;
    padding: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    width: 60%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.dt-sc-singleproperty-details-holder h3 {
    margin-bottom: 10px;
}

.dt-sc-singleproperty-details-holder ul {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.dt-sc-singleproperty-details-holder ul li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.dt-sc-singleproperty-details-holder ul li:after {
    content: "|";
    display: inline-block;
    margin: 0 0 0 10px;
}

.dt-sc-singleproperty-details-holder ul li:last-child:after {
    content: none;
}

.dt-sc-singleproperty-details-holder .dt-sc-property-price-container {
    border-top: 1px solid;
    margin-top: 15px;
    padding-top: 15px;
}

.dt-sc-singleproperty-details-holder .dt-sc-property-price-container .dt-sc-button {
    margin-top: 0;
}

.dt-sc-singleproperty-details-holder .dt-sc-property-price-container .dt-sc-button i {
    margin-right: 5px;
}

.dt-sc-singleproperty-details-holder .dt-sc-property-price-container a.added_to_cart.wc-forward {
    padding: 12px 20px;
}

.single-dt_properties #header-wrapper,
.single-dt_properties .sticky-wrapper.is-sticky .main-header-wrapper {
    width: 50%;
}

.single-dt_properties .sticky-wrapper .main-header-wrapper,
.single-dt_properties .main-header-wrapper .container {
    width: 100%;
}

.single-dt_properties .main-header-wrapper,
.single-dt_properties .sticky-wrapper .main-header-wrapper {
    background-color: transparent !important;
}

.single-dt_properties .sticky-wrapper.is-sticky .main-header-wrapper {
    box-shadow: none;
}

.single-dt_properties .main-header #logo {
    display: block;
    float: none;
    margin: auto;
    position: fixed;
    left: 0;
    top: 0;
    text-align: center;
}

.single-dt_properties .main-header #logo,
.single-dt_properties.boxed-header.header-with-topbar.header-on-slider #logo {
    width: 50%;
}

.single-dt_properties .main-header #logo a,
.single-dt_properties.header-align-left .main-header #logo a,
.single-dt_properties .is-sticky .main-header #logo a,
.single-dt_properties.header-align-left .is-sticky .main-header #logo a,
.single-dt_properties.boxed-header.header-with-topbar.header-on-slider #logo a,
.single-dt_properties.boxed-header.header-with-topbar.header-on-slider .is-sticky #logo a {
    height: 70px;
    line-height: 70px;
    padding: 10px 0 0;
}

.single-dt_properties.boxed-header.header-on-slider .sticky-wrapper:not(.is-sticky) .main-header {
    box-shadow: none;
}

.single-dt_properties .main-header #logo a img {
    background-color: rgba(255, 255, 255, 0.65);
    max-height: 100%;
    padding: 10px 15px;
    width: auto;
    box-sizing: border-box;
}

.single-dt_properties .dt-sc-singleproperty-data-holder {
    position: fixed;
    left: 0;
    top: 0;
    width: 50%;
}

.single-dt_properties .dt-sc-singleproperty-data-holder,
.single-dt_properties .dt-sc-singleproperty-data-holder .dt-sc-single-property-carousel-wrapper,
.single-dt_properties .dt-sc-singleproperty-data-holder .caroufredsel_wrapper,
.single-dt_properties .dt-sc-singleproperty-data-holder .dt-sc-single-property-carousel,
.single-dt_properties .dt-sc-singleproperty-data-holder .dt-sc-single-property-carousel li,
.single-dt_properties .dt-sc-singleproperty-data-holder .dt-sc-single-property-carousel li img {
    height: 100%;
}

.single-dt_properties .dt-sc-single-property-carousel-arrows {
    z-index: 1;
}

.single-dt_properties .dt-sc-singleproperty-data-holder .dt-sc-single-property-carousel-wrapper .dt-sc-single-property-carousel-arrows a.next,
.single-dt_properties .dt-sc-singleproperty-data-holder .dt-sc-single-property-carousel-wrapper .dt-sc-single-property-carousel-arrows a.prev {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.single-dt_properties #primary>.column.dt-sc-one-half {
    margin: 0;
    padding: 0 15px;
    width: 50%;
}

.single-dt_properties #primary>.column.dt-sc-one-half .vc_row:not(.vc_row-has-fill):not(.dt-sc-dark-bg) {
    margin: 0;
}

.single-dt_properties .dt-sc-agents-list .dt-sc-sociable {
    margin: 10px 0;
}


/*----*****---- << Carousel >> ----*****----*/

.carousel-arrows,
.dt-sc-property-list-carousel-arrows,
.dt-sc-property-gallery-carousel-arrows,
.dt-sc-single-property-carousel-arrows,
.dt-sc-property-agents-carousel-arrows {
    position: absolute;
    right: 0;
}

.carousel-arrows a,
.dt-sc-property-list-carousel-arrows a,
.dt-sc-property-gallery-carousel-arrows a,
.dt-sc-single-property-carousel-arrows a,
.dt-sc-property-agents-carousel-arrows a {
    border: 1px solid rgba(255, 255, 255, 0.25);
    float: left;
    margin-left: 1px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.carousel-arrows a:before,
.dt-sc-property-list-carousel-arrows a:before,
.dt-sc-property-gallery-carousel-arrows a:before,
.dt-sc-single-property-carousel-arrows a:before,
.dt-sc-property-agents-carousel-arrows a:before {
    font-family: Pe-icon-7-stroke;
    font-style: normal;
    font-weight: normal;
    height: 100%;
    position: absolute;
    left: 0;
    text-align: center;
    text-decoration: inherit;
    vertical-align: middle;
    width: 100%;
}

.carousel-arrows a.testimonial-prev:before,
.carousel-arrows a.partners-prev:before,
.carousel-arrows a.images-prev:before,
.dt-sc-property-list-carousel-arrows a.prev:before,
.dt-sc-property-gallery-carousel-arrows a.prev:before,
.dt-sc-single-property-carousel-arrows a.prev:before,
.dt-sc-property-agents-carousel-arrows a.prev:before {
    content: "\e686";
}

.carousel-arrows a.testimonial-next:before,
.carousel-arrows a.partners-next:before,
.carousel-arrows a.images-next:before,
.dt-sc-property-list-carousel-arrows a.next:before,
.dt-sc-property-gallery-carousel-arrows a.next:before,
.dt-sc-single-property-carousel-arrows a.next:before,
.dt-sc-property-agents-carousel-arrows a.next:before {
    content: "\e684";
}

.carousel-arrows a {
    height: 50px;
    width: 50px;
}

.carousel-arrows a:before {
    font-size: 50px;
    line-height: 50px;
}

.dt-sc-property-list-carousel-arrows a,
.dt-sc-property-gallery-carousel-arrows a,
.dt-sc-single-property-carousel-arrows a,
.dt-sc-property-agents-carousel-arrows a {
    display: block !important;
    height: 73px;
    margin-left: 0;
    margin-top: -27px;
    width: 67px;
}

.dt-sc-property-list-carousel-arrows a:before,
.dt-sc-property-gallery-carousel-arrows a:before,
.dt-sc-single-property-carousel-arrows a:before,
.dt-sc-property-agents-carousel-arrows a:before {
    font-size: 70px;
    line-height: 73px;
}

.dt-sc-property-agents-carousel-arrows a,
.dt-sc-property-list-carousel-arrows,
.dt-sc-property-list-carousel-arrows a,
.dt-sc-property-gallery-carousel-arrows,
.dt-sc-property-gallery-carousel-arrows a,
.dt-sc-single-property-carousel-arrows a {
    position: absolute;
}

.dt-sc-property-agents-carousel-arrows,
.dt-sc-property-list-carousel-arrows,
.dt-sc-property-gallery-carousel-arrows,
.dt-sc-single-property-carousel-arrows {
    height: 0;
    margin: auto;
    bottom: 0;
    top: 0;
    width: 100%;
}

.dt-sc-property-list-carousel-arrows a.prev,
.dt-sc-property-gallery-carousel-arrows a.prev,
.dt-sc-single-property-carousel-arrows a.prev,
.dt-sc-property-agents-carousel-arrows a.prev {
    left: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.dt-sc-property-list-carousel-arrows a.next,
.dt-sc-property-gallery-carousel-arrows a.next,
.dt-sc-single-property-carousel-arrows a.next,
.dt-sc-property-agents-carousel-arrows a.next {
    right: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.dt-sc-property-list-carousel-wrapper .dt-sc-property-list-carousel-arrows a.prev,
.dt-sc-property-gallery-carousel-wrapper .dt-sc-property-gallery-carousel-arrows a.prev,
.dt-sc-single-property-carousel .dt-sc-single-property-carousel-arrows a.prev,
.dt-sc-property-agents-carousel-arrows a.prev,
.dt-sc-property-list-carousel-wrapper .dt-sc-property-list-carousel-arrows a.next,
.dt-sc-property-gallery-carousel-wrapper .dt-sc-property-gallery-carousel-arrows a.next,
.dt-sc-single-property-carousel .dt-sc-single-property-carousel-arrows a.next,
.dt-sc-property-agents-carousel-arrows a.next {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}

.dt-sc-property-list-carousel-wrapper:hover .dt-sc-property-list-carousel-arrows a.prev,
.dt-sc-property-gallery-carousel-wrapper:hover .dt-sc-property-gallery-carousel-arrows a.prev,
.dt-sc-single-property-carousel:hover .dt-sc-single-property-carousel-arrows a.prev,
.dt-sc-property-agents-carousel-wrapper:hover .dt-sc-property-agents-carousel-arrows a.prev,
.dt-sc-property-list-carousel-wrapper:hover .dt-sc-property-list-carousel-arrows a.next,
.dt-sc-property-gallery-carousel-wrapper:hover .dt-sc-property-gallery-carousel-arrows a.next,
.dt-sc-single-property-carousel:hover .dt-sc-single-property-carousel-arrows a.next,
.dt-sc-property-agents-carousel-wrapper:hover .dt-sc-property-agents-carousel-arrows a.next {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.dt-sc-property-list-carousel-wrapper:hover .dt-sc-property-list-carousel-arrows a.prev,
.dt-sc-property-gallery-carousel-wrapper:hover .dt-sc-property-gallery-carousel-arrows a.prev,
.dt-sc-single-property-carousel:hover .dt-sc-single-property-carousel-arrows a.prev,
.dt-sc-property-agents-carousel-wrapper:hover .dt-sc-property-agents-carousel-arrows a.prev {
    -webkit-transform: translateX(-22px);
    -moz-transform: translateX(-22px);
    -ms-transform: translateX(-22px);
    -o-transform: translateX(-22px);
    transform: translateX(-22px);
}

.dt-sc-property-list-carousel-wrapper:hover .dt-sc-property-list-carousel-arrows a.next,
.dt-sc-property-gallery-carousel-wrapper:hover .dt-sc-property-gallery-carousel-arrows a.next,
.dt-sc-single-property-carousel:hover .dt-sc-single-property-carousel-arrows a.next,
.dt-sc-property-agents-carousel-wrapper:hover .dt-sc-property-agents-carousel-arrows a.next {
    -webkit-transform: translateX(22px);
    -moz-transform: translateX(22px);
    -ms-transform: translateX(22px);
    -o-transform: translateX(22px);
    transform: translateX(22px);
}

.dt-sc-images-wrapper .carousel-arrows {
    right: 0;
    top: -80px;
}

.caroufredsel_wrapper {
    margin-bottom: 0px !important;
}


/*----*****---- << Partners >> ----*****----*/

.dt-sc-partners-carousel-wrapper {
    clear: both;
    display: block;
    float: left;
    margin: 0px 0px 67px -30px;
    padding: 0px;
    width: 100%;
    width: -webkit-calc(100% + 30px);
    width: -moz-calc(100% + 30px);
    width: calc(100% + 30px);
    position: relative;
}

.dt-sc-partners-carousel li {
    display: block;
    float: left;
    margin: 0px 0px 0px 30px;
}

.dt-sc-partners-carousel li img {
    max-width: 100%;
}

.dt-sc-partners-carousel-wrapper .carousel-arrows {
    left: 0;
    right: 0;
    margin: auto;
    bottom: -65px;
    width: 104px;
}


/*----*****---- << Sliding Panel >> ----*****----*/

.dt-sc-sliding-panel {
    border: 1px solid;
    font-weight: normal;
    padding: 20px 20px 10px;
    position: fixed;
    right: 0;
    top: 144px;
    width: 300px;
    z-index: 99999;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.015) inset;
    -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.015) inset;
    -ms-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.015) inset;
    -o-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.015) inset;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.015) inset;
}

.dt-sc-sliding-panel .dt-sc-sliding-panel-icon {
    cursor: pointer;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    right: 100%;
    top: 25px;
    text-align: center;
    width: 60px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateX(-1px);
    -moz-transform: translateX(-1px);
    -ms-transform: translateX(-1px);
    -o-transform: translateX(-1px);
    transform: translateX(-1px);
}

.dt-sc-sliding-panel .dt-sc-sliding-panel-icon span {
    display: block;
    height: 100%;
    line-height: inherit;
}

.dt-sc-sliding-panel-content h4 {
    border-bottom: 1px solid;
    padding-bottom: 10px;
}

.dt-sc-sliding-panel-content form textarea {
    height: 120px;
}

.dt-sc-sliding-panel-content form p.btn-container {
    margin-bottom: -10px;
}

.dt-sc-sliding-panel-content form input[type="submit"] {
    width: 100%;
}

.dt-sc-sliding-panel-content div.wpcf7-response-output {
    margin-top: -10px;
}


/* Transitions */

.dt-sc-property-features-amenities .dt-sc-amenity-item-count,
.dt-sc-nearby-location.type2 .dt-sc-loc-distance,
.dt-sc-nearby-location.type3 .dt-sc-loc-distance,
.dt-sc-nearby-location.type2 .dt-sc-loc-distance span,
.dt-sc-nearby-location.type3 .dt-sc-loc-distance span {
    border-radius: 50%;
}

.dt-sc-contact-agent-modal,
.dt-sc-property-item.single-property-item .dt-sc-property-details .dt-sc-open-agent-modal,
.dt-sc-property-item.single-property-item .dt-sc-property-details .dt-sc-open-agent-modal span {
    border-radius: 0;
}

.dt-sc-icon-box.type8,
.dt-sc-icon-box.type8:after,
.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame>li>a,
.dt-sc-proprety-features-tab.type1 ul.dt-sc-property-feature-list li>div,
.dt-sc-proprety-features-tab.type2 ul.dt-sc-property-feature-list li>div,
.dt-sc-property-features-amenities .dt-sc-amenity-item-meta,
.dt-sc-proprety-features-tab.type4 .dt-sc-property-features-amenities .dt-sc-amenity-item-count,
.dt-sc-proprety-features-tab.type4 .dt-sc-property-features-amenities .dt-sc-amenity-item-count span,
.dt-sc-property-item.type1 .dt-sc-property-details ul.dt-sc-property-meta li,
.dt-sc-property-item.type2 .dt-sc-property-details,
.dt-sc-property-item.type2 .dt-sc-property-details ul.dt-sc-property-meta li,
.dt-sc-property-item.type2 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-price,
.carousel-arrows a,
.dt-sc-property-list-carousel-arrows a,
.dt-sc-property-gallery-carousel-arrows a,
.dt-sc-property-gallery-container .dt-sc-property-gallery-details,
.dt-sc-property-gallery-container .dt-sc-property-gallery-details ul.dt-sc-property-gallery-features,
.dt-sc-property-item.single-property-item .dt-sc-property-details,
.dt-sc-property-item.single-property-item .dt-sc-property-details .dt-sc-open-agent-modal span,
.dt-sc-sliding-panel,
.dt-sc-property-item.single-property-item.type1 .dt-sc-property-details .dt-sc-property-pricing-wrapper .dt-sc-property-pricing,
.dt-sc-image-caption.type6 .dt-sc-image-content {
    box-sizing: border-box;
}

.dt-sc-icon-box.type1 .icon-wrapper span,
.dt-sc-icon-box.type1 .icon-content .text-with-icon,
.dt-sc-icon-box.type1 .icon-content .text-with-icon span {
    transition: all 0.5s ease 0s;
}

.dt-sc-icon-box.type8:after,
.dt-sc-icon-box.type11,
.dt-sc-icon-box.type11:before,
.dt-sc-icon-box.type11 .dt-sc-button,
.dt-sc-tabs-horizontal-container.type2 ul.dt-sc-tabs-horizontal>li>a,
.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame>li>a>span,
.dt-sc-property-gallery-container .dt-sc-property-gallery-thumb:before,
.dt-sc-property-gallery-container .dt-sc-property-gallery-thumb:after,
.dt-sc-property-gallery-container .dt-sc-property-gallery-details,
.dt-sc-property-gallery-container .dt-sc-property-gallery-details:before,
.dt-sc-property-gallery-container .dt-sc-property-gallery-details .dt-sc-gallery-property-title,
.dt-sc-property-gallery-container .dt-sc-property-gallery-details .dt-sc-gallery-property-title::before,
.dt-sc-property-gallery-container .dt-sc-property-gallery-details ul.dt-sc-property-gallery-features,
.dt-sc-property-item.single-property-item.type3 .dt-sc-property-pricing-wrapper .dt-sc-property-pricing .dt-sc-link-to-detail,
.dt-sc-contact-agent-modal footer {
    transition: all 0.3s ease 0s;
}


/*----*****---- << Browser Fixes >> ----*****----*/


/* IE9 Only */

.ie9 .diamond-narrow-square-border li::before,
.ie9 .dt-sc-icon-box.type3.dt-sc-diamond .icon-wrapper:before,
.ie9 .dt-sc-icon-box.type3.dt-sc-diamond .icon-wrapper:after {
    transform: rotate(45deg) skew(10deg, 10deg);
    -ms-transform: rotate(45deg) skew(10deg, 10deg);
}

@media all and (min-width:0\0) and (min-resolution:.001dpcm) {
    .dt-sc-counter.type5:before,
    .dt-sc-counter.type5:after,
    .dt-sc-triangle-title::before,
    .dt-sc-triangle-title::after {
        transform: rotate(45deg) skew(10deg, 10deg);
        -ms-transform: rotate(45deg) skew(10deg, 10deg);
    }
}


/* IE9 and above */

@media screen and (min-width:0\0) {
    .type3.dt-sc-icon-box .icon-wrapper span {
        border: none;
        box-shadow: 0 0 0 10px #fff;
        -ms-box-shadow: 0 0 0 10px #fff;
    }
    .vc_row-has-fill .dt-sc-icon-box.type3 .icon-wrapper span {
        box-shadow: none;
        -ms-box-shadow: none;
    }
    .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;
    }
    .type3.dt-sc-counter .dt-sc-couter-icon-holder .icon-wrapper,
    .type4.dt-sc-counter .dt-sc-couter-icon-holder .icon-wrapper {
        border: none;
        box-shadow: 0 0 0 5px #fff;
        -ms-box-shadow: 0 0 0 5px #fff;
    }
    .diamond-square.type3.dt-sc-counter .dt-sc-couter-icon-holder .icon-wrapper::after {
        top: 0;
    }
    .diamond-square.type3.dt-sc-counter .dt-sc-couter-icon-holder .icon-wrapper::before {
        top: -3px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari only override */
     ::i-block-chrome,
    .dt-sc-testimonial.type1 blockquote {
        font-weight: 500;
    }
     ::i-block-chrome,
    .dt-sc-testimonial.type6 .dt-sc-testimonial-author img {
        border: none;
        box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
    }
     ::i-block-chrome,
    .dt-sc-timeline-section.type4 .dt-sc-timeline-thumb-overlay {
        left: 0;
        top: 0;
    }
     ::i-block-chrome,
    .dt-sc-timeline-section.type4 .dt-sc-timeline-image-wrapper {
        right: -160px;
    }
     ::i-block-chrome,
    .dt-sc-newsletter-section.type4 .dt-sc-subscribe-frm {
        border-radius: 30px;
    }
}


/*----*****---- << Retina Images >> ----*****----*/

@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .dt-sc-newsletter-section.type7 .newsletter-tooltip:before {
        background-image: url(../images/newsletter-tooltip-arrow@2x.png);
        background-size: 20px 23px;
    }
    .dt-sc-title.with-design-leftside>*:before {
        background-image: url(../images/title-before-design@2x.png);
        background-size: 39px 17px;
    }
    .dt-sc-title.with-design-rightside>*:after {
        background-image: url(../images/title-after-design@2x.png);
        background-size: 39px 17px;
    }
    .dt-sc-dark-bg .dt-sc-title.with-design-leftside>*:before,
    .skin-highlight-primary-bg .dt-sc-title.with-design-leftside>*:before,
    .skin-highlight-secondary-bg .dt-sc-title.with-design-leftside>*:before {
        background-image: url(../images/title-before-design-white@2x.png);
        background-size: 39px 17px;
    }
    .dt-sc-dark-bg .dt-sc-title.with-design-leftside>*:after,
    .skin-highlight-primary-bg .dt-sc-title.with-design-rightside>*:after,
    .skin-highlight-secondary-bg .dt-sc-title.with-design-rightside>*:after {
        background-image: url(../images/title-after-design-white@2x.png);
        background-size: 39px 17px;
    }
}