@charset "utf-8";
/*Tooltip*/

.dt-sc-boxed-tooltip {
    background: #f6f6f6;
    color: #37251b;
    display: inline-block;
    margin: 10px 0 0;
    padding: 10px 20px;
    text-align: center;
    line-height: normal
}

.dt-sc-boxed-tooltip:hover {
    background: #37251b;
    color: #fff
}

#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: #fff;
    font-size: 12px;
    line-height: normal;
    background: rgba(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: .85
}

#tiptip_holder.tip_top #tiptip_arrow {
    border-top-color: #000
}

#tiptip_holder.tip_bottom #tiptip_arrow {
    border-bottom-color: #000
}

#tiptip_holder.tip_right #tiptip_arrow {
    border-right-color: #000
}

#tiptip_holder.tip_left #tiptip_arrow {
    border-left-color: #000
}

#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
}

/*Toggle & Accordion*/

.dt-sc-dark-bg h5.dt-sc-toggle-accordion.active:before, .dt-sc-dark-bg h5.dt-sc-toggle.active:before, .dt-sc-toggle-frame h5.dt-sc-toggle-accordion.active:before, .dt-sc-toggle-frame h5.dt-sc-toggle.active:before, .type2 h5.dt-sc-toggle a:before, .type2 h5.dt-sc-toggle-accordion a:before, .type2 h5.dt-sc-toggle-accordion.active a:before, .type2 h5.dt-sc-toggle.active a:before, .type2:not(.dtlms_classes) .dt-sc-toggle-frame h5.dt-sc-toggle a:before, .type2:not(.dtlms_classes) .dt-sc-toggle-frame h5.dt-sc-toggle-accordion a:before, .type2:not(.dtlms_classes) .dt-sc-toggle-frame h5.dt-sc-toggle-accordion.active a:before, .type2:not(.dtlms_classes) .dt-sc-toggle-frame h5.dt-sc-toggle-accordion.active:before, .type2:not(.dtlms_classes) .dt-sc-toggle-frame h5.dt-sc-toggle.active a:before, .type2:not(.dtlms_classes) .dt-sc-toggle-frame h5.dt-sc-toggle.active:before, h5.dt-sc-toggle-accordion.active:before, h5.dt-sc-toggle.active:before {
    background: 0 0
}

h5.dt-sc-toggle, h5.dt-sc-toggle-accordion {
    position: relative;
    margin: 0 0 10px;
    clear: both;
    font-size: 18px;
    font-weight: 700
}

h5.dt-sc-toggle a, h5.dt-sc-toggle-accordion a {
    line-height: 35px;
    padding: 5px 0 5px 50px;
    display: inline-block;
    width: 100%;
    position: relative
}

h5.dt-sc-toggle a:before, h5.dt-sc-toggle-accordion a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 100%
}

h5.dt-sc-toggle-accordion:after, h5.dt-sc-toggle-accordion:before, h5.dt-sc-toggle:after, h5.dt-sc-toggle:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    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
}

.dt-sc-toggle-content {
    clear: both;
    padding: 15px 0 25px 50px;
    margin: 0;
    display: none
}

.type2 h5.dt-sc-toggle, .type2 h5.dt-sc-toggle-accordion {
    font-size: 34px
}

.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: 0
}

.alignright h5.dt-sc-toggle a:before, .alignright h5.dt-sc-toggle-accordion a:before {
    left: inherit;
    right: 0
}

.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 a, .alignright h5.dt-sc-toggle-accordion a {
    padding: 0 50px 0 0
}

.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: 0
}

.type2.alignright h5.dt-sc-toggle a, .type2.alignright h5.dt-sc-toggle-accordion a {
    padding: 5px 50px 5px 0
}

.type2.alignright .dt-sc-toggle-content {
    padding-right: 50px
}

.dt-sc-toggle-frame h5.dt-sc-toggle, .dt-sc-toggle-frame h5.dt-sc-toggle-accordion {
    border-bottom: 1px solid;
    font-weight: 400;
    margin-bottom: 0
}

.dt-sc-toggle-frame h5.dt-sc-toggle a, .dt-sc-toggle-frame h5.dt-sc-toggle-accordion a {
    padding: 20px 0 20px 80px;
    line-height: normal
}

.dt-sc-toggle-frame h5.dt-sc-toggle a:before, .dt-sc-toggle-frame h5.dt-sc-toggle-accordion a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 100%;
    border: none
}

.dt-sc-toggle-frame h5.dt-sc-toggle-accordion:after, .dt-sc-toggle-frame h5.dt-sc-toggle-accordion:before, .dt-sc-toggle-frame h5.dt-sc-toggle:after, .dt-sc-toggle-frame h5.dt-sc-toggle:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    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 .dt-sc-toggle-content {
    padding: 15px 0 25px 20px;
    margin: 0;
    border-bottom: 1px solid
}

.type2:not(.dtlms_classes) .dt-sc-toggle-frame h5.dt-sc-toggle, .type2:not(.dtlms_classes) .dt-sc-toggle-frame h5.dt-sc-toggle-accordion {
    border: 1px solid;
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: 15px
}

.type2:not(.dtlms_classes) .dt-sc-toggle-frame h5.dt-sc-toggle-accordion:after, .type2:not(.dtlms_classes) .dt-sc-toggle-frame h5.dt-sc-toggle:after {
    width: 26px;
    height: 1px;
    right: 20px;
    left: inherit
}

.type2:not(.dtlms_classes) .dt-sc-toggle-frame h5.dt-sc-toggle-accordion:before, .type2:not(.dtlms_classes) .dt-sc-toggle-frame h5.dt-sc-toggle:before {
    height: 26px;
    width: 1px;
    right: 33px;
    left: inherit
}

.type2:not(.dtlms_classes) .dt-sc-toggle-frame h5.dt-sc-toggle a, .type2:not(.dtlms_classes) .dt-sc-toggle-frame h5.dt-sc-toggle-accordion a {
    padding-left: 20px
}

.type2:not(.dtlms_classes) .dt-sc-toggle-frame .dt-sc-toggle-content {
    padding: 15px 0 35px;
    border: 0;
    margin-bottom: 0
}

.type2.dt-sc-university-toggle .dt-sc-toggle-frame .dt-sc-toggle-content, .type2.dt-sc-university-toggle .dt-sc-toggle-frame h5.dt-sc-toggle a, .type2.dt-sc-university-toggle .dt-sc-toggle-frame h5.dt-sc-toggle-accordion a {
    padding: 0
}

.type2.dt-sc-university-toggle .dt-sc-toggle-frame {
    display: block;
    position: relative;
    margin-bottom: 40px
}

.type2.dt-sc-university-toggle .dt-sc-toggle-frame h5.dt-sc-toggle, .type2.dt-sc-university-toggle .dt-sc-toggle-frame h5.dt-sc-toggle-accordion {
    font-size: 18px;
    background: 0 0;
    border: none
}

.type2.dt-sc-university-toggle .dt-sc-toggle-frame .dt-sc-toggle-content p {
    font-size: 16px
}

.dt-sc-dark-bg .type2.dt-sc-university-toggle .dt-sc-toggle-frame h5.dt-sc-toggle-accordion:after, .dt-sc-dark-bg .type2.dt-sc-university-toggle .dt-sc-toggle-frame h5.dt-sc-toggle-accordion:before, .dt-sc-dark-bg .type2.dt-sc-university-toggle .dt-sc-toggle-frame h5.dt-sc-toggle:after, .dt-sc-dark-bg .type2.dt-sc-university-toggle .dt-sc-toggle-frame h5.dt-sc-toggle:before {
    background: #fff
}

.dt-sc-dark-bg .type2.dt-sc-university-toggle .dt-sc-toggle-frame h5.dt-sc-toggle a:before, .dt-sc-dark-bg .type2.dt-sc-university-toggle .dt-sc-toggle-frame h5.dt-sc-toggle-accordion a:before, .dt-sc-dark-bg .type2.dt-sc-university-toggle .dt-sc-toggle-frame h5.dt-sc-toggle-accordion.active a:before, .dt-sc-dark-bg .type2.dt-sc-university-toggle .dt-sc-toggle-frame h5.dt-sc-toggle-accordion.active:before, .dt-sc-dark-bg .type2.dt-sc-university-toggle .dt-sc-toggle-frame h5.dt-sc-toggle.active a:before, .dt-sc-dark-bg .type2.dt-sc-university-toggle .dt-sc-toggle-frame h5.dt-sc-toggle.active:before, .type3 .dt-sc-toggle-frame h5.dt-sc-toggle a:before, .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:after, .type3 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion.active:before, .type3 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion:after, .type3 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion:before, .type3 .dt-sc-toggle-frame h5.dt-sc-toggle.active a:before, .type3 .dt-sc-toggle-frame h5.dt-sc-toggle.active:after, .type3 .dt-sc-toggle-frame h5.dt-sc-toggle.active:before, .type3 .dt-sc-toggle-frame h5.dt-sc-toggle:after, .type3 .dt-sc-toggle-frame h5.dt-sc-toggle:before {
    background: 0 0
}

.type3 .dt-sc-toggle-frame h5.dt-sc-toggle, .type3 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion {
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 0;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: -1px
}

.type3 .dt-sc-toggle-frame h5.dt-sc-toggle a, .type3 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion a {
    padding-left: 20px
}

.type3 .dt-sc-toggle-frame .dt-sc-toggle-content {
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 0;
    margin-bottom: 0;
    padding: 20px 20px 25px 25px;
    margin-top: 1px;
    border-left-width: 2px
}

.dt-sc-toggle-frame-set.type3 .dt-sc-toggle-frame:last-child h5.dt-sc-toggle-accordion.active {
    border-bottom-color: transparent
}

.type3 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion.active a, .type3 .dt-sc-toggle-frame h5.dt-sc-toggle.active a {
    color: #000
}

.dt-sc-toggle-frame-set.type3 .dt-sc-toggle-frame:last-child .dt-sc-toggle-content, .dt-sc-toggle-frame-set.type3 .dt-sc-toggle-frame:last-child h5.dt-sc-toggle-accordion {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.dt-sc-toggle-frame .dt-sc-toggle-content, .dt-sc-toggle-frame h5.dt-sc-toggle, .dt-sc-toggle-frame h5.dt-sc-toggle-accordion {
    border-bottom-color: rgba(0, 0, 0, .1)
}

.dt-sc-dark-bg h5.dt-sc-toggle a, .dt-sc-dark-bg h5.dt-sc-toggle-accordion a, .type2:not(.dtlms_classes) .dt-sc-toggle-frame h5.dt-sc-toggle-accordion.active a, .type2:not(.dtlms_classes) .dt-sc-toggle-frame h5.dt-sc-toggle.active a {
    color: #fff
}

.dt-sc-dark-bg .type2 h5.dt-sc-toggle-accordion:after, .dt-sc-dark-bg h5.dt-sc-toggle-accordion:after, .dt-sc-dark-bg h5.dt-sc-toggle-accordion:before, .dt-sc-dark-bg h5.dt-sc-toggle:after, .dt-sc-dark-bg h5.dt-sc-toggle:before, .dt-sc-toggle-frame h5.dt-sc-toggle-accordion, .dt-sc-toggle-frame h5.dt-sc-toggle-accordion.active:after, .type2:not(.dtlms_classes) .dt-sc-toggle-frame h5.dt-sc-toggle-accordion.active:after, .type2:not(.dtlms_classes) .dt-sc-toggle-frame h5.dt-sc-toggle.active:after, h5.dt-sc-toggle-accordion.active:after, h5.dt-sc-toggle.active:after {
    background: #fff
}

.type2 h5.dt-sc-toggle-accordion:after, h5.dt-sc-toggle-accordion:after, h5.dt-sc-toggle-accordion:before, h5.dt-sc-toggle:after, h5.dt-sc-toggle:before {
    background: rgba(0, 0, 0, .1)
}

.dt-sc-toggle-frame h5.dt-sc-toggle a:before, .dt-sc-toggle-frame h5.dt-sc-toggle-accordion a:before, h5.dt-sc-toggle a:before, h5.dt-sc-toggle-accordion a:before {
    background: rgba(0, 0, 0, .05)
}

.type2:not(.dtlms_classes) .dt-sc-toggle-frame h5.dt-sc-toggle-accordion:after, .type2:not(.dtlms_classes) .dt-sc-toggle-frame h5.dt-sc-toggle-accordion:before, .type2:not(.dtlms_classes) .dt-sc-toggle-frame h5.dt-sc-toggle:after, .type2:not(.dtlms_classes) .dt-sc-toggle-frame h5.dt-sc-toggle:before {
    background: rgba(0, 0, 0, .8)
}

.type2:not(.dtlms_classes) .dt-sc-toggle-frame h5.dt-sc-toggle, .type2:not(.dtlms_classes) .dt-sc-toggle-frame h5.dt-sc-toggle-accordion {
    border-color: rgba(0, 0, 0, .1)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .dt-sc-toggle-frame h5.dt-sc-toggle, .dt-sc-toggle-frame h5.dt-sc-toggle-accordion, h5.dt-sc-toggle, h5.dt-sc-toggle-accordion {
        font-size: 16px
    }
    .type2 h5.dt-sc-toggle, .type2 h5.dt-sc-toggle-accordion {
        font-size: 24px
    }
    .type3 .dt-sc-toggle-frame h5.dt-sc-toggle, .type3 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion {
        font-size: 14px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .type2>h5.dt-sc-toggle, .type2>h5.dt-sc-toggle-accordion {
        font-size: 24px
    }
    .type2 h5.dt-sc-toggle-accordion::before, .type2 h5.dt-sc-toggle::before {
        height: 25px;
        left: 11px
    }
    .type2.alignright h5.dt-sc-toggle-accordion::before, .type2.alignright h5.dt-sc-toggle::before {
        left: auto;
        right: 11px
    }
    .type2 h5.dt-sc-toggle-accordion::after, .type2 h5.dt-sc-toggle::after {
        width: 25px
    }
    .type2>.dt-sc-toggle-content, .type2>h5.dt-sc-toggle a, .type2>h5.dt-sc-toggle-accordion a {
        padding-left: 40px
    }
    .type2.alignright>.dt-sc-toggle-content, .type2.alignright>h5.dt-sc-toggle a, .type2.alignright>h5.dt-sc-toggle-accordion a {
        padding-right: 40px
    }
    .type3 .dt-sc-toggle-frame h5.dt-sc-toggle, .type3 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion {
        font-size: 14px
    }
    .dt-sc-toggle-frame h5.dt-sc-toggle a {
        padding: 20px 50px 20px 80px
    }
}

@media only screen and (max-width:767px) {
    .dt-sc-toggle-frame h5.dt-sc-toggle a {
        padding: 20px 50px 20px 80px
    }
    .dt-sc-toggle-frame h5.dt-sc-toggle-accordion a {
        padding-right: 50px
    }
}

@media only screen and (max-width:479px) {
    .dt-sc-toggle-frame h5.dt-sc-toggle-accordion::before, .dt-sc-toggle-frame h5.dt-sc-toggle::before {
        left: 20px
    }
    .dt-sc-toggle-frame h5.dt-sc-toggle-accordion::after, .dt-sc-toggle-frame h5.dt-sc-toggle::after {
        left: 13px
    }
    .dt-sc-toggle-frame h5.dt-sc-toggle a, .dt-sc-toggle-frame h5.dt-sc-toggle-accordion a {
        padding: 12px 0 12px 50px
    }
    .type2:not(.dtlms_classes) .dt-sc-toggle-frame h5.dt-sc-toggle a, .type2:not(.dtlms_classes) .dt-sc-toggle-frame h5.dt-sc-toggle-accordion a {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 35px
    }
    .dt-sc-toggle-frame h5.dt-sc-toggle a::before, .dt-sc-toggle-frame h5.dt-sc-toggle-accordion a::before {
        width: 40px
    }
    .type2:not(.dtlms_classes) .dt-sc-toggle-frame h5.dt-sc-toggle, .type2:not(.dtlms_classes) .dt-sc-toggle-frame h5.dt-sc-toggle-accordion {
        font-size: 18px
    }
    .type2:not(.dtlms_classes) .dt-sc-toggle-frame h5.dt-sc-toggle-accordion::before, .type2:not(.dtlms_classes) .dt-sc-toggle-frame h5.dt-sc-toggle::before {
        height: 20px;
        right: 25px
    }
    .type2:not(.dtlms_classes) .dt-sc-toggle-frame h5.dt-sc-toggle-accordion::after, .type2:not(.dtlms_classes) .dt-sc-toggle-frame h5.dt-sc-toggle::after {
        right: 15px;
        width: 20px
    }
    .type2 h5.dt-sc-toggle, .type2 h5.dt-sc-toggle-accordion {
        font-size: 16px
    }
    .type2 h5.dt-sc-toggle-accordion::before, .type2 h5.dt-sc-toggle::before {
        height: 20px;
        left: 8px
    }
    .type2.alignright h5.dt-sc-toggle-accordion::before, .type2.alignright h5.dt-sc-toggle::before {
        left: auto;
        right: 8px
    }
    .type2 h5.dt-sc-toggle-accordion::after, .type2 h5.dt-sc-toggle::after {
        width: 20px
    }
    .type2>.dt-sc-toggle-content, .type2>h5.dt-sc-toggle a, .type2>h5.dt-sc-toggle-accordion a {
        padding-left: 35px
    }
    .type2.alignright>.dt-sc-toggle-content, .type2.alignright>h5.dt-sc-toggle a, .type2.alignright>h5.dt-sc-toggle-accordion a {
        padding-right: 35px
    }
    .type3 .dt-sc-toggle-frame h5.dt-sc-toggle, .type3 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion {
        font-size: 14px
    }
}

/*Title*/

.dt-sc-title {
    position: relative;
    clear: both;
    float: left
}

.dt-sc-title.with-two-color-bg:after, .dt-sc-title.with-two-color-bg:before {
    height: 100%;
    position: absolute;
    content: "";
    top: 0
}

.aligncenter .dt-sc-title {
    width: 100%
}

.dt-sc-title.aligncenter {
    display: table;
    float: none
}

.dt-sc-title.with-two-color-bg {
    margin-bottom: 60px
}

.dt-sc-title.with-two-color-bg:before {
    left: -20px;
    width: 100%;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    -ms-transform: skewX(-30deg)
}

.dt-sc-title.with-two-color-bg:after {
    right: 100%;
    -ms-transform: skewX(-30deg) translateX(-30px);
    -webkit-transform: skewX(-30deg) translateX(-30px);
    transform: skewX(-30deg) translateX(-30px);
    width: 9000px
}

.dt-sc-title.with-two-color-bg h2 {
    line-height: normal;
    margin: 0;
    padding: 25px 30px 23px 10px;
    position: relative;
    left: 10px;
    z-index: 1
}

.dt-sc-title.script-with-sub-title h2 {
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: normal
}

.dt-sc-title.with-two-border {
    margin-bottom: 70px;
    width: 100%;
    float: none;
    display: inline-block;
    text-align: center
}

.dt-sc-title.with-two-border.no-bottom-space {
    margin-bottom: 0
}

.dt-sc-title.with-two-border>* {
    width: 60%
}

.dt-sc-title.with-two-border h1, .dt-sc-title.with-two-border h2, .dt-sc-title.with-two-border h3, .dt-sc-title.with-two-border h4, .dt-sc-title.with-two-border h5, .dt-sc-title.with-two-border h6 {
    position: relative;
    display: inline-block
}

.dt-sc-title.with-two-border h1:first-child, .dt-sc-title.with-two-border h2:first-child, .dt-sc-title.with-two-border h3:first-child, .dt-sc-title.with-two-border h4:first-child, .dt-sc-title.with-two-border h5:first-child, .dt-sc-title.with-two-border h6:first-child {
    font-weight: 900;
    margin-bottom: 77px;
    padding-bottom: 30px
}

.dt-sc-title.with-two-border h1:last-child, .dt-sc-title.with-two-border h2:last-child, .dt-sc-title.with-two-border h3:last-child, .dt-sc-title.with-two-border h4:last-child, .dt-sc-title.with-two-border h5:last-child, .dt-sc-title.with-two-border h6:last-child {
    font-weight: 300;
    margin-bottom: 0
}

.dt-sc-title.with-two-border h1:empty, .dt-sc-title.with-two-border h2:empty, .dt-sc-title.with-two-border h3:empty, .dt-sc-title.with-two-border h4:empty, .dt-sc-title.with-two-border h5:empty, .dt-sc-title.with-two-border h6:empty {
    display: none
}

.dt-sc-title.with-two-border h1:first-child:before, .dt-sc-title.with-two-border h2:first-child:before, .dt-sc-title.with-two-border h3:first-child:before, .dt-sc-title.with-two-border h4:first-child:before, .dt-sc-title.with-two-border h5:first-child:before, .dt-sc-title.with-two-border h6:first-child:before {
    position: absolute;
    content: "";
    display: block;
    width: 150px;
    height: 4px;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 0
}

.dt-sc-title.with-two-border h1:first-child:after, .dt-sc-title.with-two-border h2:first-child:after, .dt-sc-title.with-two-border h3:first-child:after, .dt-sc-title.with-two-border h4:first-child:after, .dt-sc-title.with-two-border h5:first-child:after, .dt-sc-title.with-two-border h6:first-child:after {
    content: "\e61a";
    font-family: Pe-icon-7-stroke;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    font-size: 58px;
    bottom: -57px;
    width: 65px;
    height: 65px;
    background: no-repeat;
    text-align: center
}

.dt-sc-title.with-two-border h1:empty, .dt-sc-title.with-two-border h2:empty, .dt-sc-title.with-two-border h3:empty, .dt-sc-title.with-two-border h4:empty, .dt-sc-title.with-two-border h5:empty, .dt-sc-title.with-two-border h6:empty {
    margin: 0
}

.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: 0 0 50px
}

.dt-sc-title.with-two-color-stripe:after, .dt-sc-title.with-two-color-stripe:before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 9000px
}

.dt-sc-title.with-two-color-stripe:before {
    right: 100%;
    transform: skewX(-30deg) translateX(-30px);
    -webkit-transform: skewX(-30deg) translateX(-30px);
    -ms-transform: skewX(-30deg) translateX(-30px)
}

.dt-sc-title.with-two-color-stripe:after {
    left: 100%;
    transform: skewX(-30deg) translateX(30px);
    -webkit-transform: skewX(-30deg) translateX(30px);
    -ms-transform: skewX(-30deg) translateX(30px)
}

.dt-sc-title.with-two-color-stripe h3 {
    font-size: 20px;
    margin: 40px 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 {
    float: left;
    position: relative;
    padding: 50px 0 40px 100px;
    margin: -50px 0 0;
    font-size: 14px
}

.dt-sc-title.with-two-color-stripe h5:before {
    content: "";
    position: absolute;
    left: 57px;
    height: 100%;
    width: 1px;
    top: -5px;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    -ms-transform: skewX(-30deg)
}

.dt-sc-title.with-right-border-decor {
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0 0 20px 70px
}

.dt-sc-title.with-right-border-decor:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 21px;
    top: 35px;
    height: auto;
    width: 1px
}

.dt-sc-title.with-right-border-decor:after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 0;
    width: 13px;
    height: 13px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 2px
}

.dt-sc-title.with-right-border-decor h2 {
    margin: -7px 0 40px;
    line-height: 40px;
    position: relative
}

.dt-sc-title.with-right-border-decor p {
    font-size: 14px
}

.dt-sc-title.with-right-border-decor .dt-sc-button {
    margin-top: 30px;
    clear: both
}

.dt-sc-title.with-right-border-decor h2:before {
    content: "";
    position: absolute;
    left: -62px;
    top: 10px;
    width: 28px;
    height: 28px;
    border: 4px solid;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 3px
}

.dt-sc-title.with-right-border-decor>h4:first-child {
    color: #cacaca;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 20px
}

.dt-sc-title.with-right-border-decor>h5:first-child {
    color: #cacaca;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 10px
}

.dt-sc-title.with-right-border-decor>h6:first-child {
    color: #cacaca;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 10px
}

.aligncenter .dt-sc-title.with-right-border-decor>:first-child:after, .dt-sc-title.with-right-border-decor.aligncenter>:first-child:after {
    right: 0;
    margin: 0 auto
}

.alignright .dt-sc-title.with-right-border-decor>:first-child:after, .dt-sc-title.with-right-border-decor.alignright>:first-child:after {
    left: auto;
    right: 0
}

.dt-sc-title.with-right-border-decor.alignright>* {
    text-align: right;
    float: right
}

.dt-sc-title.with-right-border-decor.aligncenter>* {
    text-align: center;
    float: none;
    display: inline-block
}

.dt-sc-title.with-boxed {
    display: block;
    float: none;
    margin: 0 0 0 15px;
    height: 100%;
    text-align: center;
    text-transform: uppercase;
    width: auto
}

.dt-sc-title.with-boxed h2 {
    height: 120px;
    margin: auto;
    padding: 0 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.dt-sc-title.with-boxed h2 span {
    display: block;
    font-size: 48px;
    margin-bottom: 0;
    padding-bottom: 20px
}

.dt-sc-title.with-boxed.alter {
    margin: 0 15px 0 0
}

.dt-sc-title.with-boxed.dt-sc-photography-style {
    float: none;
    display: inline-block;
    background: 0 0
}

.dt-sc-photography-style>* {
    font-weight: 900;
    float: none;
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0;
    letter-spacing: 0
}

.dt-sc-photography-style strong {
    font-weight: 900;
    position: relative;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

.dt-sc-photography-style span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #f8f8f8;
    border-radius: 50%;
    font-size: 30px;
    margin-left: 15px;
    color: #222;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

.dt-sc-photography-style strong:after, .dt-sc-photography-style strong:before {
    content: "";
    display: block;
    bottom: 0;
    height: 4px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    left: 0
}

.dt-sc-photography-style a span:hover {
    color: #fff
}

.dt-sc-photography-style h1 span {
    position: relative;
    top: 15px
}

.dt-sc-photography-style h1 span:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0
}

.dt-sc-photography-style strong:before {
    position: absolute;
    width: 100%;
    transition: all .3s linear
}

.dt-sc-photography-style strong:after {
    position: absolute;
    width: 0;
    transition: all .3s linear
}

.dt-sc-photography-style:hover strong:after {
    width: 100%
}

.dt-sc-dark-bg.dt-skin-secondary-bg .dt-sc-photography-style:hover strong {
    color: #999
}

.dt-sc-dark-bg .dt-sc-photography-style strong, .dt-sc-skin-highlight .dt-sc-photography-style a, .dt-sc-title.split2-title .split2-title-content * {
    color: #fff
}

.dt-sc-dark-bg.dt-skin-secondary-bg .dt-sc-photography-style strong:after, .dt-sc-dark-bg.dt-skin-secondary-bg .dt-sc-photography-style:hover strong:before {
    background: #999
}

.dt-sc-dark-bg .dt-sc-photography-style strong:before {
    background: #fff
}

.dt-sc-dark-bg .dt-sc-photography-style a span:hover {
    background: #000
}

.dt-sc-title.with-boxed.dt-sc-photography-style {
    text-align: left;
    width: 100%;
    height: auto
}

.dt-sc-title.with-boxed.dt-sc-photography-style.aligncenter {
    text-align: center
}

.dt-sc-title.with-boxed.dt-sc-photography-style.alignright {
    text-align: right
}

.separator-with-arrow {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 46px
}

.separator-with-arrow:after, .separator-with-arrow:before {
    position: absolute;
    content: "";
    display: block
}

.separator-with-arrow:before {
    left: 0;
    bottom: -25px;
    width: 67px;
    height: 2px;
    background: #000
}

.separator-with-arrow:after {
    left: 10px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top-width: 5px;
    border-top-style: solid;
    bottom: -30px
}

.separator-with-arrow.aligncenter:after, .separator-with-arrow.aligncenter:before {
    left: 0;
    right: 0;
    margin: 0 auto
}

.separator-with-arrow.alignright:before {
    left: auto;
    right: 0
}

.separator-with-arrow.alignright:after {
    left: auto;
    right: 10px
}

.animated-twin-lines {
    width: 100%;
    height: auto;
    margin: auto auto 45px;
    float: none;
    display: inline-block;
    position: relative;
    text-align: center;
    padding-bottom: 15px
}

.animated-twin-lines:after, .animated-twin-lines:before {
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 3px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    -ms-animation-delay: 1s;
    background: #000
}

.animated-twin-lines:before {
    animation: clip-one 1s linear infinite;
    -moz-animation: clip-one 1s linear infinite;
    -ms-animation: clip-one 1s linear infinite;
    -webkit-animation: clip-one 1s linear infinite;
    bottom: -2px
}

.animated-twin-lines:after {
    animation: clip-two 1.5s linear infinite;
    -moz-animation: clip-two 1.5s linear infinite;
    -ms-animation: clip-two 1.5s linear infinite;
    -webkit-animation: clip-two 1.5s linear infinite;
    bottom: 2px
}

.animated-twin-lines.alignleft {
    text-align: left
}

.animated-twin-lines.alignright {
    text-align: right
}

.animated-twin-lines.alignleft, .animated-twin-lines.alignright {
    margin-bottom: 35px
}

.animated-twin-lines.alignleft:after, .animated-twin-lines.alignleft:before {
    right: auto
}

.animated-twin-lines.alignright:after, .animated-twin-lines.alignright:before {
    left: auto
}

.dt-sc-dark-bg .animated-twin-lines:after, .dt-sc-dark-bg .animated-twin-lines:before {
    background: #fff
}

@keyframes clip-one {
    0%, 100% {
        width: 50px
    }
    25% {
        width: 20px
    }
    50% {
        width: 40px
    }
    75% {
        width: 25px
    }
}

@-webkit-keyframes clip-one {
    0%, 100% {
        width: 50px
    }
    25% {
        width: 20px
    }
    50% {
        width: 40px
    }
    75% {
        width: 25px
    }
}

@keyframes clip-two {
    0%, 100% {
        width: 50px
    }
    25% {
        width: 35px
    }
    50% {
        width: 15px
    }
    75% {
        width: 40px
    }
}

@-moz-keyframes clip-two {
    0%, 100% {
        width: 50px
    }
    25% {
        width: 35px
    }
    50% {
        width: 15px
    }
    75% {
        width: 40px
    }
}

.dt-sc-triangle-title {
    float: left;
    clear: both;
    width: 370px;
    height: 500px;
    text-align: center;
    position: relative
}

.dt-sc-triangle-title:after, .dt-sc-triangle-title:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    content: ""
}

.dt-sc-triangle-title:before {
    top: 100px;
    width: 310px;
    height: 310px;
    transform: rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg);
    -webkit-transform: rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg);
    -ms-transform: rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg)
}

.dt-sc-triangle-title:after {
    top: 111px;
    width: 290px;
    height: 290px;
    transform: rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg);
    -webkit-transform: rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg);
    -ms-transform: rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg);
    background: #fff
}

.dt-sc-triangle-title h2 {
    font-size: 28px;
    line-height: normal;
    margin: 215px 0 10px;
    position: relative;
    z-index: 9
}

.dt-sc-triangle-title p {
    font-size: 14px;
    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
}

.mz-title {
    overflow: hidden;
    float: left;
    width: 100%
}

.mz-title:not(.separator-border) .mz-title-content {
    margin-bottom: 30px;
    position: relative;
    clear: both;
    float: left
}

.mz-title:not(.separator-border) .mz-title-content:before {
    content: "";
    position: absolute;
    right: -22px;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
    -ms-transform: skewX(30deg)
}

.mz-title:not(.separator-border) .mz-title-content:after {
    content: "";
    height: 100%;
    top: 0;
    left: 114%;
    left: -webkit-calc(100% - -26px);
    left: -moz-calc(100% - -26px);
    left: calc(100% - -26px);
    position: absolute;
    -ms-transform: skewX(30deg);
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
    width: 9000px;
    background: #f3f3f3
}

.dt-sc-title.mz-title:not(.separator-border) .mz-title-content h2 {
    padding: 17px 10px 15px 20px;
    position: relative;
    z-index: 1;
    margin: 0;
    left: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px
}

.dt-sc-title.mz-title.separator-border {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px
}

.dt-sc-title.mz-title.separator-border .mz-title-content {
    float: none;
    display: inline-block
}

.dt-sc-title.mz-title.separator-border .mz-title-content>* {
    position: relative;
    padding: 0 35px;
    float: left;
    margin: 0;
    background: 0 0;
    font-weight: 400
}

.dt-sc-dark-bg .dt-sc-title.mz-title.separator-border .mz-title-content>:after, .dt-sc-dark-bg .dt-sc-title.mz-title.separator-border .mz-title-content>:before, .mz-stripe-title .mz-stripe-title-content h1, .mz-stripe-title .mz-stripe-title-content h2, .mz-stripe-title .mz-stripe-title-content h3, .mz-stripe-title .mz-stripe-title-content h3.widgettitle, .mz-stripe-title .mz-stripe-title-content h4, .mz-stripe-title .mz-stripe-title-content h5, .mz-stripe-title .mz-stripe-title-content h6 {
    background: #fff
}

.dt-sc-title.mz-title.separator-border .mz-title-content>:before {
    position: absolute;
    display: block;
    content: "";
    width: 15px;
    height: 9px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.dt-sc-title.mz-title.separator-border .mz-title-content>:after {
    position: absolute;
    display: block;
    content: "";
    width: 15px;
    height: 9px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.dt-sc-title.mz-title.separator-border.alignleft .mz-title-content>:before, .dt-sc-title.mz-title.separator-border.alignright .mz-title-content>:after {
    display: none
}

.dt-sc-title.mz-title.separator-border.alignleft {
    text-align: left
}

.dt-sc-title.mz-title.separator-border.alignleft .mz-title-content>* {
    padding: 0 35px 0 0
}

.dt-sc-title.mz-title.separator-border.alignright {
    text-align: right
}

.dt-sc-title.mz-title.separator-border.alignright .mz-title-content>* {
    padding: 0 0 0 35px
}

.dt-sc-title.split2-title {
    overflow: hidden;
    float: left;
    width: 100%
}

.dt-sc-title.split2-title .split2-title-content {
    margin-bottom: 30px;
    position: relative;
    clear: both;
    float: left
}

.dt-sc-title.split2-title .split2-title-content:after {
    background: url(../../images/title-pattern.png);
    content: "";
    height: 100%;
    top: 0;
    left: 100%;
    position: absolute;
    width: 9000px
}

.dt-sc-title.split2-title .split2-title-content h2 {
    background: #000;
    padding: 12px 15px;
    position: relative;
    z-index: 1;
    margin: 0;
    left: 0;
    font-size: 16px;
    text-transform: uppercase
}

.dt-sc-title.script-with-sub-title.with-bg strong {
    -webkit-text-fill-color: transparent;
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    background-image: -webkit-linear-gradient(transparent, transparent), url(../../images/title-bg.gif);
    background-position: left;
    background-size: 45%;
    float: none;
    display: inline-block
}

.dt-sc-title.script-with-sub-title.dt-sc-one-instructor-title h2 {
    color: #000;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 15px
}

.dt-sc-title.script-with-sub-title.dt-sc-one-instructor-title h5 {
    color: #000;
    font-size: 18px;
    font-weight: 400
}

.dt-sc-dark-bg .dt-sc-title.script-with-sub-title.dt-sc-one-instructor-title h5 {
    color: #fff
}

.dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title.alignleft {
    text-align: left
}

.dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title.alignright {
    text-align: right
}

.dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title:not(.aligncenter) {
    width: 100%
}

.dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title {
    z-index: 1;
    margin-bottom: 30px;
    text-align: center
}

.dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title h4:first-child, .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title h5:first-child, .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title h6:first-child, .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title.no-bottom-space {
    margin-bottom: 0
}

.dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title * {
    position: relative
}

.dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title strong {
    font-weight: inherit
}

.dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title h1, .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title h2, .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title h3 {
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: normal;
    text-transform: inherit;
    position: relative;
    color: #222;
    padding: 0 85px;
    width: auto;
    float: none;
    display: inline-block
}

.dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title h1:before, .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title h2:before, .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title h3:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    top: 50%;
    z-index: -1;
    border-style: solid;
    border-width: 2px;
    height: 2px;
    width: 64px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title h1:after, .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title h2:after, .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title h3:after {
    position: absolute;
    content: "";
    display: block;
    right: 0;
    top: 0;
    top: 50%;
    z-index: -1;
    border-style: solid;
    border-width: 2px;
    height: 2px;
    width: 64px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title :empty, .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title :empty:before, .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title.alignleft h1:before, .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title.alignleft h2:before, .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title.alignleft h3:before, .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title.alignright h1:after, .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title.alignright h2:after, .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title.alignright h3:after {
    display: none
}

.dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title h4, .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title h5, .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title h6 {
    font-weight: 200;
    text-transform: uppercase;
    color: #222;
    margin-top: 6px
}

.dt-sc-dark-bg .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title h4, .dt-sc-dark-bg .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title h5, .dt-sc-dark-bg .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title h6 {
    color: #fff
}

.dt-sc-title.script-with-sub-title h4:first-child, .dt-sc-title.script-with-sub-title h5:first-child, .dt-sc-title.script-with-sub-title h6:first-child {
    margin-top: 0
}

.dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title.no-decor {
    padding: 0;
    width: 100%
}

.dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title.no-decor h1:after, .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title.no-decor h1:before, .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title.no-decor h2:after, .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title.no-decor h2:before, .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title.no-decor h3:after, .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title.no-decor h3:before, .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title.no-decor>h1:last-child:before, .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title.no-decor>h2:last-child:before, .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title.no-decor>h3:last-child:before, .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title.no-decor>h4:before, .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title.no-decor>h5:before, .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title.no-decor>h6:before {
    content: none
}

.dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title.alignleft h1, .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title.alignleft h2, .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title.alignleft h3 {
    padding: 0 85px 0 0
}

.dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title.alignright h1, .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title.alignright h2, .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title.alignright h3 {
    padding: 0 0 0 85px
}

.dt-sc-title.with-image strong {
    font-weight: 400;
    margin-left: 10px
}

.dt-sc-title.with-image.dt-sc-online-learning-title {
    width: 100%;
    float: none;
    display: inline-block;
    text-align: center
}

.dt-sc-title.with-image.dt-sc-online-learning-title h2 {
    font-size: 45px;
    font-weight: 300;
    margin-bottom: 15px
}

.dt-sc-title.with-image.dt-sc-online-learning-title span {
    display: inline-block;
    width: auto;
    position: relative;
    line-height: 14px;
    margin-bottom: 20px
}

.dt-sc-title.with-image.dt-sc-online-learning-title span:after, .dt-sc-title.with-image.dt-sc-online-learning-title span:before {
    position: absolute;
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    margin: auto;
    bottom: 0;
    top: 0;
    background-color: #e5e7ec
}

.dt-sc-title.with-image.dt-sc-online-learning-title span:before {
    right: auto;
    left: 30px
}

.dt-sc-title.with-image.dt-sc-online-learning-title span:after {
    right: 30px;
    left: auto
}

.dt-sc-title.with-image.dt-sc-online-learning-title h6 {
    font-size: 18px;
    line-height: 24px;
    color: #999;
    font-weight: 300
}

.dt-sc-title.with-image.dt-sc-online-learning-title h6 p {
    margin: 0
}

.dt-sc-title.with-image.dt-sc-online-learning-title.alignleft {
    text-align: left
}

.dt-sc-title.with-image.dt-sc-online-learning-title.alignright {
    text-align: right
}

.dt-sc-title.with-image.dt-sc-online-learning-title.alignleft span:after, .dt-sc-title.with-image.dt-sc-online-learning-title.alignright span:before {
    display: none
}

.dt-sc-title.with-two-color-stripe h5 {
    color: rgba(0, 0, 0, .3)
}

.dt-sc-dark-bg .dt-sc-title.script-with-sub-title h2, .dt-sc-dark-bg.skin-color .dt-sc-title.script-with-sub-title h2, .dt-sc-title.with-boxed h2, .dt-sc-title.with-boxed h2 a, .dt-sc-title.with-two-color-bg h2 {
    color: #fff
}

.dt-sc-title.with-boxed h2 a:hover {
    color: rgba(0, 0, 0, .2)
}

.dt-sc-title.with-two-color-stripe h5:before {
    background: rgba(0, 0, 0, .2)
}

.dt-sc-title.with-two-color-stripe:after {
    background: #e6e6e8
}

.dt-sc-title.with-two-color-bg h2, .dt-sc-title.with-two-color-bg:before {
    background: #000
}

.dt-sc-dark-bg .dt-sc-title.with-two-border h1:before, .dt-sc-dark-bg .dt-sc-title.with-two-border h2:before, .dt-sc-dark-bg .dt-sc-title.with-two-border h3:before, .dt-sc-dark-bg .dt-sc-title.with-two-border h4:before, .dt-sc-dark-bg .dt-sc-title.with-two-border h5:before, .dt-sc-dark-bg .dt-sc-title.with-two-border h6:before {
    background-color: #fff
}

.dt-sc-dark-bg .dt-sc-title.with-two-border h1:last-child, .dt-sc-dark-bg .dt-sc-title.with-two-border h2:last-child, .dt-sc-dark-bg .dt-sc-title.with-two-border h3:last-child, .dt-sc-dark-bg .dt-sc-title.with-two-border h4:last-child, .dt-sc-dark-bg .dt-sc-title.with-two-border h5:last-child, .dt-sc-dark-bg .dt-sc-title.with-two-border h6:last-child {
    color: #fff
}

.dt-sc-photography-style:before {
    background: #000
}

@media all and (min-width:0\0) and (min-resolution:.001dpcm) {
    .dt-sc-triangle-title::after, .dt-sc-triangle-title::before {
        transform: rotate(45deg) skew(10deg, 10deg);
        -ms-transform: rotate(45deg) skew(10deg, 10deg)
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .dt-sc-title.with-two-color-stripe:before {
        transform: skewX(-30deg) translateX(-45px);
        -webkit-transform: skewX(-30deg) translateX(-45px);
        -ms-transform: skewX(-30deg) translateX(-45px)
    }
    .dt-sc-title.with-two-color-stripe:after {
        transform: skewX(-30deg) translateX(45px);
        -webkit-transform: skewX(-30deg) translateX(45px);
        -ms-transform: skewX(-30deg) translateX(45px)
    }
    .dt-sc-title.with-two-color-stripe h5:before {
        left: 50px
    }
    .dt-sc-title.with-two-color-bg h2 {
        font-size: 24px;
        line-height: normal
    }
    .dt-sc-triangle-title {
        height: 450px;
        width: 100%
    }
    .dt-sc-triangle-title:before {
        height: 250px;
        top: 100px;
        width: 250px
    }
    .dt-sc-triangle-title:after {
        height: 230px;
        top: 110px;
        width: 230px
    }
    .dt-sc-triangle-title h2 {
        font-size: 20px;
        margin-top: 175px
    }
    .dt-sc-photography-style.vc_col-md-12 {
        padding-bottom: 0
    }
    .dt-sc-title.with-two-color-stripe h1, .dt-sc-title.with-two-color-stripe h2, .dt-sc-title.with-two-color-stripe h3, .dt-sc-title.with-two-color-stripe h4, .dt-sc-title.with-two-color-stripe h5, .dt-sc-title.with-two-color-stripe h6 {
        float: none;
        line-height: normal
    }
    .dt-sc-title.with-two-color-stripe {
        text-align: center
    }
    .dt-sc-title.with-two-color-stripe h5 {
        margin: 0;
        padding: 50px 0 40px 70px
    }
    .dt-sc-title.with-two-color-stripe h5::before {
        height: 1px;
        left: 0;
        top: 25px;
        width: 100%;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .dt-sc-title.with-two-color-bg::before {
        left: 0
    }
    .dt-sc-title.with-two-color-bg::after {
        -webkit-transform: skewX(-30deg) translateX(-10px);
        transform: skewX(-30deg) translateX(-10px)
    }
    .dt-sc-title.with-two-color-bg h2 {
        font-size: 24px;
        line-height: normal;
        left: 35px
    }
    .dt-sc-title.with-two-color-stripe {
        text-align: center
    }
    .dt-sc-title.with-two-color-stripe:before {
        transform: skewX(-30deg) translateX(-45px);
        -webkit-transform: skewX(-30deg) translateX(-45px);
        -ms-transform: skewX(-30deg) translateX(-45px)
    }
    .dt-sc-title.with-two-color-stripe:after {
        transform: skewX(-30deg) translateX(45px);
        -webkit-transform: skewX(-30deg) translateX(45px);
        -ms-transform: skewX(-30deg) translateX(45px)
    }
    .dt-sc-title.with-two-color-stripe h1, .dt-sc-title.with-two-color-stripe h2, .dt-sc-title.with-two-color-stripe h3, .dt-sc-title.with-two-color-stripe h4, .dt-sc-title.with-two-color-stripe h5, .dt-sc-title.with-two-color-stripe h6 {
        float: none;
        line-height: normal
    }
    .dt-sc-title.with-two-color-stripe h5 {
        margin: 0;
        padding-left: 0
    }
    .dt-sc-title.with-two-color-stripe h5::before {
        height: 1px;
        left: 0;
        top: 25px;
        width: 100%;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
    .dt-sc-triangle-title {
        height: 390px;
        width: 100%
    }
    .dt-sc-triangle-title:before {
        height: 195px;
        top: 100px;
        width: 195px
    }
    .dt-sc-triangle-title:after {
        height: 175px;
        top: 110px;
        width: 175px
    }
    .dt-sc-triangle-title h2 {
        font-size: 18px;
        margin-top: 150px
    }
    .dt-sc-triangle-title p {
        font-size: 9px;
        line-height: 20px
    }
    .dt-sc-title.with-boxed h2 {
        font-size: 24px
    }
    .dt-sc-photography-style.rs_col-sm-12 {
        padding-bottom: 0
    }
    .page-with-sidebar.with-both-sidebar .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title.no-decor h1, .page-with-sidebar.with-both-sidebar .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title.no-decor h2, .page-with-sidebar.with-both-sidebar .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title.no-decor h3 {
        padding: 0 30px
    }
    .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title h1, .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title h2, .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title h3 {
        padding: 0 75px
    }
    .vc_col-sm-6 .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title.alignleft h2 {
        font-size: 36px
    }
}

@media only screen and (max-width:767px) {
    .dt-sc-title.with-two-color-bg {
        display: block;
        float: none;
        margin: 0 15px;
        text-align: center;
        width: auto
    }
    .dt-sc-title.with-two-color-bg:before {
        left: -7px
    }
    .dt-sc-title.with-two-color-bg:after {
        -webkit-transform: skewX(-30deg) translateX(-15px);
        transform: skewX(-30deg) translateX(-15px)
    }
    .dt-sc-title.with-two-color-bg h2 {
        font-size: 24px;
        line-height: normal;
        padding: 15px 10px 15px 0
    }
    .dt-sc-title.with-two-color-stripe {
        text-align: center
    }
    .dt-sc-title.with-two-color-stripe:before {
        transform: skewX(-30deg) translateX(-45px);
        -webkit-transform: skewX(-30deg) translateX(-45px);
        -ms-transform: skewX(-30deg) translateX(-45px)
    }
    .dt-sc-title.with-two-color-stripe:after {
        transform: skewX(-30deg) translateX(45px);
        -webkit-transform: skewX(-30deg) translateX(45px);
        -ms-transform: skewX(-30deg) translateX(45px)
    }
    .dt-sc-title.with-two-color-stripe h1, .dt-sc-title.with-two-color-stripe h2, .dt-sc-title.with-two-color-stripe h3, .dt-sc-title.with-two-color-stripe h4, .dt-sc-title.with-two-color-stripe h5, .dt-sc-title.with-two-color-stripe h6 {
        float: none;
        line-height: normal
    }
    .dt-sc-title.with-right-border-decor.aligncenter>* {
        line-height: normal
    }
    .dt-sc-title.with-two-color-stripe h5 {
        margin: 0;
        padding-left: 0
    }
    .dt-sc-title.with-two-color-stripe h5::before {
        height: 1px;
        left: 0;
        top: 25px;
        width: 100%;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
    .icon-link-title .vc_column-inner {
        padding: 0
    }
    .dt-sc-title.with-two-border h2 {
        font-size: 22px;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box
    }
    .dt-sc-title.with-two-border h2::after, .dt-sc-title.with-two-border h2::before {
        top: 50%;
        width: calc(100% - 85%)
    }
    .dt-sc-title.with-two-border h2::before {
        left: 100%;
        top: 55%
    }
    .dt-sc-title.with-two-border h2::after {
        right: 100%
    }
    .dt-sc-triangle-title {
        width: 100%
    }
    .dt-sc-ribbon-title {
        background-size: 100% auto;
        width: 100%
    }
    .dt-sc-title.script-with-sub-title h2 {
        font-size: 24px
    }
    .dt-sc-title.script-with-sub-title h6 {
        font-size: 14px
    }
    .dt-sc-title.with-image.dt-sc-online-learning-title h2 {
        font-size: 32px
    }
    .dt-sc-title.with-image.dt-sc-online-learning-title h6 p {
        display: inline
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .dt-sc-ribbon-title {
        line-height: 50px
    }
    .dt-sc-triangle-title {
        height: 510px;
        margin: 0 0 35px
    }
}

@media only screen and (max-width:479px) {
    .dt-sc-title.with-two-color-bg h2 {
        font-size: 22px
    }
    .dt-sc-ribbon-title {
        font-size: 20px;
        height: auto;
        line-height: 32px;
        padding: 0 0 30px
    }
    .dt-sc-title.with-boxed {
        margin: 0 5px 0 15px
    }
    .dt-sc-title.with-boxed.alter {
        margin: 0 15px 0 5px
    }
    .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title h1, .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title h2, .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title h3 {
        padding: 0
    }
    .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title h1:after, .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title h1:before, .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title h2:after, .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title h2:before, .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title h3:after, .dt-sc-title.script-with-sub-title.dt-sc-kalvi-default-title h3:before {
        display: none
    }
    .dt-sc-title.with-two-border h2::after, .dt-sc-title.with-two-border h2::before {
        top: 80%
    }
    .dt-sc-photography-style>* {
        font-size: 35px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .dt-sc-title.with-two-border h2 {
        font-size: 20px
    }
    .dt-sc-title.with-right-border-decor .dt-sc-button.large {
        font-size: 15px
    }
    .dt-sc-title.with-boxed h2 {
        font-size: 24px;
        height: 100px
    }
    .dt-sc-title.with-boxed h2 span {
        font-size: 40px
    }
    .dt-sc-triangle-title {
        height: 450px
    }
    .dt-sc-triangle-title:before {
        height: 250px;
        top: 100px;
        width: 250px
    }
    .dt-sc-triangle-title:after {
        height: 230px;
        top: 110px;
        width: 230px
    }
    .dt-sc-triangle-title h2 {
        font-size: 22px;
        margin-top: 170px
    }
}

@media only screen and (max-width:319px) {
    .dt-sc-title.with-two-color-bg {
        margin: 0 -15px
    }
    .dt-sc-title.with-two-color-bg h2 {
        background: 0 0;
        font-size: 18px;
        left: auto;
        padding: 15px 10px
    }
    .dt-sc-title.with-two-color-stripe:before {
        transform: skewX(-30deg) translateX(-120px);
        -webkit-transform: skewX(-30deg) translateX(-120px);
        -ms-transform: skewX(-30deg) translateX(-120px)
    }
    .dt-sc-title.with-two-color-stripe:after {
        transform: skewX(-30deg) translateX(120px);
        -webkit-transform: skewX(-30deg) translateX(120px);
        -ms-transform: skewX(-30deg) translateX(120px)
    }
    .dt-sc-title.with-boxed h2 {
        font-size: 17px;
        height: 80px
    }
    .dt-sc-title.with-boxed h2 span {
        font-size: 34px
    }
    .dt-sc-photography-style:before {
        left: -15px;
        top: -15px
    }
    .dt-sc-photography-style.alter:before {
        bottom: -15px;
        right: -15px
    }
    .dt-sc-title.with-two-border h2 {
        font-size: 18px;
        padding: 0 6px
    }
    .dt-sc-title.with-two-border.with-sub-title h3 {
        font-size: 13px
    }
    .dt-sc-ribbon-title {
        font-size: 14px;
        line-height: 24px
    }
    .dt-sc-title.with-right-border-decor {
        padding: 0 0 20px 40px
    }
    .dt-sc-title.with-right-border-decor::before {
        left: 11px;
        top: 36px
    }
    .dt-sc-title.with-right-border-decor::after {
        height: 11px;
        left: 6px;
        width: 11px
    }
    .dt-sc-title.with-right-border-decor h2 {
        font-size: 22px
    }
    .dt-sc-title.with-right-border-decor h2::before {
        border-width: 3px;
        height: 20px;
        left: -42px;
        width: 20px
    }
    .dt-sc-title.with-right-border-decor .dt-sc-button.large {
        font-size: 11px;
        padding: 20px 30px 18px
    }
    .dt-sc-triangle-title {
        height: 390px
    }
    .dt-sc-triangle-title:before {
        height: 195px;
        top: 100px;
        width: 195px
    }
    .dt-sc-triangle-title:after {
        height: 175px;
        top: 110px;
        width: 175px
    }
    .dt-sc-triangle-title h2 {
        font-size: 18px;
        margin: 145px 0 0
    }
    .dt-sc-triangle-title p {
        font-size: 9px
    }
}

/*Timeline*/

.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline .dt-sc-hr-timeline-thumb:before, .dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-content h3, .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 .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

.dt-sc-hr-timeline-section.type1, .dt-sc-hr-timeline-wrapper {
    float: left;
    width: 100%;
    clear: both;
    margin: 0;
    padding: 0;
    position: relative
}

.dt-sc-hr-timeline-section.type1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 5px;
    width: 100%
}

.dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline-wrapper:after, .dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    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;
    border-radius: 5px;
    text-align: center;
    width: 50%;
    margin: 0 0 35px;
    position: relative
}

.dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-content {
    float: right;
    margin: 45px 0 0
}

.dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline .dt-sc-hr-timeline-content h3 {
    font-size: 24px;
    line-height: normal
}

.dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline .dt-sc-hr-timeline-content:after, .dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline .dt-sc-hr-timeline-content:before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline .dt-sc-hr-timeline-content:before {
    border: 5px solid;
    height: 26px;
    bottom: -13px;
    width: 26px;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline .dt-sc-hr-timeline-content:after {
    bottom: -42px;
    height: 30px;
    width: 5px
}

.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
}

.dt-sc-hr-timeline-section.type2 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    clear: both;
    position: relative
}

.dt-sc-hr-timeline-section.type2:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    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;
    line-height: 0;
    margin: 0 0 70px;
    position: relative;
    top: 20px;
    text-align: center
}

.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-thumb {
    margin: 113px 0 0;
    top: -16px
}

.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: 700;
    line-height: normal;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase
}

.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-content h3:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: auto;
    height: 1px;
    width: 30px
}

.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-content h3:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -17px;
    margin: auto;
    height: 5px;
    width: 5px;
    border-radius: 50%
}

.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline:not(.bottom) .dt-sc-hr-timeline-content h3 {
    margin-top: 45px
}

.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-content p {
    margin-bottom: 45px
}

.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0
}

.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);
    top: 100%;
    width: 26px;
    height: 26px;
    border: 1px solid;
    border-radius: 50%;
    transform: translateY(44px)
}

.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);
    top: 100%;
    width: 5px;
    height: 44px
}

.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-thumb:before {
    bottom: 100%;
    top: auto;
    transform: translateY(-44px)
}

.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-thumb:after {
    bottom: 100%;
    top: auto
}

.dt-sc-timeline-section {
    float: left;
    width: 100%;
    clear: both;
    margin: 0 0 46px;
    padding: 0;
    position: relative
}

.dt-sc-timeline-section:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    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: 0;
    width: 50%
}

.dt-sc-timeline.right>.column {
    float: right
}

.dt-sc-timeline .dt-sc-timeline-content h2 {
    font-size: 16px;
    line-height: normal
}

.dt-sc-timeline .dt-sc-timeline-content h2 span {
    font-size: 24px
}

.dt-sc-timeline.left .dt-sc-timeline-content {
    text-align: right;
    padding: 0 120px 0 0;
    position: relative
}

.dt-sc-timeline.right .dt-sc-timeline-content {
    padding: 0 0 0 120px;
    position: relative
}

.dt-sc-timeline .dt-sc-timeline-content:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 72px;
    margin: auto;
    width: 26px;
    height: 26px;
    border: 5px solid;
    border-radius: 50%
}

.dt-sc-timeline .dt-sc-timeline-content:after {
    content: "";
    position: absolute;
    top: 0;
    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
}

.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: 0
}

.dt-sc-timeline-section.type2 .dt-sc-timeline-image-wrapper {
    margin: 17px auto;
    display: inline-block;
    overflow: hidden;
    border: 3px solid;
    position: relative;
    z-index: 1
}

.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;
    width: 62%;
    margin: 0 19%
}

.dt-sc-timeline-section.type2 .dt-sc-timeline .dt-sc-timeline-content:before {
    border: 0
}

.dt-sc-timeline-section.type2 .dt-sc-timeline .dt-sc-timeline-content:after {
    width: 45%;
    height: 1px;
    border-top: 2px dotted;
    background: 0 0;
    top: 76px;
    bottom: inherit;
    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: 0
}

.dt-sc-timeline-section.type2 .dt-sc-timeline.simple-content .dt-sc-timeline-content h2 {
    font-size: 30px;
    font-style: italic;
    font-weight: 700
}

.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: 0
}

.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: 0;
    right: 0;
    top: -15px;
    margin: auto;
    border: 3px solid;
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.dt-sc-timeline-section.type3 {
    padding: 30px 0
}

.dt-sc-timeline-section.type3:before {
    width: 2px;
    height: 100%;
    background: rgba(0, 0, 0, .1)
}

.dt-sc-timeline-section.type3 .dt-sc-timeline .dt-sc-timeline-content:before {
    width: 24px;
    height: 24px;
    border: 2px solid rgba(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: #fff;
    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 0 0
}

.dt-sc-timeline-section.type3 .dt-sc-timeline .dt-sc-timeline-content h2:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    top: 0;
    right: 0
}

.dt-sc-timeline-section.type3 .dt-sc-timeline .dt-sc-timeline-content h2 span {
    color: #000;
    margin-bottom: 5px;
    display: inline-block
}

.dt-sc-timeline-section.type3 .dt-sc-timeline.right .dt-sc-timeline-content h2:before {
    left: 0;
    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
}

.dt-sc-timeline-section.type4:before {
    background: #222
}

.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:after, .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:after, .dt-sc-timeline-section.type4 .dt-sc-timeline.right .dt-sc-timeline-content:before {
    background: 0 0;
    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: #222;
    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: 0;
    bottom: -10px
}

.dt-sc-timeline-section.type4 .dt-sc-timeline.right .dt-sc-timeline-content h2:before {
    right: inherit;
    left: 0
}

.dt-sc-timeline-section.type4 .dt-sc-timeline.right>.column {
    float: right
}

.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 {
    font-weight: 700;
    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-image-wrapper {
    position: absolute;
    margin-left: 30px;
    max-width: 136px;
    right: -166px;
    top: 0
}

.dt-sc-timeline-section.type4 .dt-sc-timeline-image-wrapper img {
    border-radius: 50%;
    box-shadow: 0 0 0 3px #222
}

.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 #222;
    background: #fff;
    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: #222;
    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: 0
}

.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
}

.dt-sc-timeline-section.type5 {
    margin-bottom: 0
}

.dt-sc-timeline-section.type5:before {
    background: rgba(0, 0, 0, .1);
    width: 1px
}

.dt-sc-timeline-section.type5 .dt-sc-timeline.left .dt-sc-timeline-content:after, .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:after, .dt-sc-timeline-section.type5 .dt-sc-timeline.right .dt-sc-timeline-content:before {
    background: 0 0;
    border: none
}

.dt-sc-timeline-section.type5 .dt-sc-timeline:first-child, .dt-sc-timeline-section.type5 .dt-sc-timeline:last-child {
    margin: 0
}

.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: #fff
}

.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, .8)
}

.dt-sc-timeline-section.type5 .dt-sc-timeline.right .dt-sc-timeline-content .dt-sc-timeline-icon-wrapper {
    right: inherit;
    left: -38px
}

.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
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline .dt-sc-hr-timeline-content:after, ::i-block-chrome {
        bottom: -42px
    }
    .dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-content:after, ::i-block-chrome {
        bottom: inherit;
        top: -41px
    }
    .dt-sc-timeline-section.type4 .dt-sc-timeline-thumb-overlay, ::i-block-chrome {
        left: 0;
        top: 0
    }
    .dt-sc-timeline-section.type4 .dt-sc-timeline-image-wrapper, ::i-block-chrome {
        right: -160px
    }
}

.dt-sc-dark-bg .dt-sc-timeline .dt-sc-timeline-content h2 span {
    color: #fff
}

.dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline .dt-sc-hr-timeline-content, .dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline .dt-sc-hr-timeline-content:before {
    background: #f5f5f5
}

.dt-sc-timeline .dt-sc-timeline-content:after, .dt-sc-timeline-section:before {
    background: rgba(0, 0, 0, .05)
}

.dt-sc-timeline .dt-sc-timeline-content:before {
    border-color: rgba(0, 0, 0, .05)
}

.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-thumb:before {
    background: #fff;
    border-color: #222
}

@media only screen and (min-width:1200px) and (max-width:1380px) {
    .dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-content h3 {
        margin-bottom: 15px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-thumb {
        top: 28px
    }
    .dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-thumb {
        top: -19px
    }
    .dt-sc-timeline-section.type5 .dt-sc-timeline .dt-sc-timeline-content h2 {
        margin-bottom: 10px
    }
    .dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-content p {
        margin-bottom: 20px
    }
    .dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-content h3 {
        margin-bottom: 40px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-thumb {
        top: 26px
    }
    .dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-thumb {
        top: -18px
    }
    .dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-content p {
        font-size: 12px;
        line-height: 20px
    }
    .dt-sc-timeline-section.type3 .dt-sc-timeline.left .dt-sc-timeline-content {
        padding-right: 50px
    }
    .dt-sc-timeline-section.type3 .dt-sc-timeline.right .dt-sc-timeline-content {
        padding-left: 50px
    }
    .dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-thumb img {
        width: 106px
    }
    .dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline-wrapper:after, .dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline-wrapper:before, .dt-sc-hr-timeline-section.type1:before {
        bottom: -1px
    }
    .dt-sc-timeline .dt-sc-timeline-content h2 {
        line-height: 30px
    }
    .dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-content h3 {
        margin-top: 20px;
        margin-bottom: 20px
    }
    .dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-content p {
        margin-bottom: 10px
    }
}

@media only screen and (max-width:767px) {
    .dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline .dt-sc-hr-timeline-content, .dt-sc-timeline .column {
        width: 100%
    }
    .dt-sc-hr-timeline-section.type1 .column {
        margin-bottom: 0
    }
    .dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-content {
        margin: 42px 0 0
    }
    .dt-sc-hr-timeline-section.type2::before {
        content: none
    }
    .dt-sc-hr-timeline-section.type2 .column {
        margin-bottom: 50px
    }
    .dt-sc-hr-timeline-section.type2 .column:last-child {
        margin-bottom: 20px
    }
    .dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-thumb {
        top: 0
    }
    .dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline:not(.bottom) .dt-sc-hr-timeline-content h3 {
        margin-top: 6px
    }
    .dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-content h3::after, .dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-content p::after {
        content: "";
        height: 5px;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        width: calc(100% - 40px);
        z-index: -1;
        background-color: #222
    }
    .dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-content h3::after {
        top: -22px
    }
    .dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-content h3::after {
        content: none
    }
    .dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-content p {
        margin-bottom: 0;
        padding-bottom: 30px;
        position: relative
    }
    .dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-content p::after {
        bottom: 0
    }
    .dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-thumb {
        top: -60px
    }
    .dt-sc-timeline-section::before {
        right: auto
    }
    .dt-sc-timeline-section::after {
        content: "";
        height: 100%;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 5px;
        background-color: rgba(0, 0, 0, .05)
    }
    .dt-sc-timeline-section .dt-sc-timeline:first-child {
        margin-top: -10px
    }
    .dt-sc-timeline .dt-sc-timeline-content::after {
        right: 0;
        width: 25px
    }
    .dt-sc-timeline.right .dt-sc-timeline-content::after {
        left: 0
    }
    .dt-sc-timeline .dt-sc-timeline-content::before {
        right: 25px
    }
    .dt-sc-timeline.left .dt-sc-timeline-content {
        padding: 0 70px 0 0
    }
    .dt-sc-timeline.right .dt-sc-timeline-content::before {
        left: 25px
    }
    .dt-sc-timeline.right .dt-sc-timeline-content {
        padding: 0 0 0 70px
    }
    .dt-sc-timeline-section.type2 {
        border-width: 0 3px;
        border-style: solid
    }
    .dt-sc-timeline-section.type2::after {
        left: auto;
        right: -10px
    }
    .dt-sc-timeline-section.type2::before {
        border-width: 3px;
        border-style: solid;
        content: "";
        height: 16px;
        left: -9px;
        margin: auto;
        position: absolute;
        top: -15px;
        transform: rotate(45deg);
        width: 16px;
        background-color: rgba(0, 0, 0, 0)
    }
    .dt-sc-timeline-section.type2 .dt-sc-timeline {
        margin-bottom: 15px
    }
    .dt-sc-timeline-section.type2 .dt-sc-timeline:last-child {
        margin-top: 20px
    }
    .dt-sc-timeline-section.type2 .dt-sc-timeline .dt-sc-timeline-content::before {
        width: 100%
    }
    .dt-sc-timeline-section.type2 .dt-sc-timeline:last-child .dt-sc-timeline-content::after {
        border-width: 2px;
        width: 100%
    }
    .dt-sc-timeline-section.type3::after {
        width: 2px
    }
    .dt-sc-timeline-section.type5::after {
        width: 1px
    }
    .dt-sc-timeline-section.type3::after, .dt-sc-timeline-section.type4::after, .dt-sc-timeline-section.type5::after {
        z-index: -1
    }
    .dt-sc-timeline-section.type3 .dt-sc-timeline.left .dt-sc-timeline-content {
        padding-left: 20px;
        padding-right: 40px
    }
    .dt-sc-timeline-section.type3 .dt-sc-timeline.right .dt-sc-timeline-content {
        padding-left: 40px;
        padding-right: 20px
    }
    .dt-sc-timeline-section.type4 .dt-sc-timeline {
        padding-bottom: 40px
    }
    .dt-sc-timeline-section.type4 .dt-sc-timeline.left .dt-sc-timeline-content {
        padding-left: 20px;
        padding-right: 30px
    }
    .dt-sc-timeline-section.type4 .dt-sc-timeline.right .dt-sc-timeline-content {
        padding-left: 30px;
        padding-right: 20px
    }
    .dt-sc-timeline-section.type4 .dt-sc-timeline.left .dt-sc-timeline-content, .dt-sc-timeline-section.type4 .dt-sc-timeline.right .dt-sc-timeline-content {
        padding-top: 165px
    }
    .dt-sc-timeline-section.type4 .dt-sc-timeline-image-wrapper {
        margin-left: 0;
        margin-right: 30px;
        right: 0
    }
    .dt-sc-timeline-section.type4 .dt-sc-timeline-image-wrapper::after {
        left: auto;
        right: -30px
    }
    .dt-sc-timeline-section.type4 .dt-sc-timeline-image-wrapper::before {
        left: auto;
        right: -40px
    }
    .dt-sc-timeline-section.type4 .dt-sc-timeline.right .dt-sc-timeline-image-wrapper {
        margin-left: 30px;
        margin-right: 0;
        left: 0;
        right: auto
    }
    .dt-sc-timeline-section.type4 .dt-sc-timeline.right .dt-sc-timeline-image-wrapper::before {
        left: -40px;
        right: auto
    }
    .dt-sc-timeline-section.type4 .dt-sc-timeline.right .dt-sc-timeline-image-wrapper::after {
        left: -30px;
        right: auto
    }
    .dt-sc-timeline-section.type5 .dt-sc-timeline .dt-sc-timeline-content .dt-sc-timeline-icon-wrapper {
        height: 50px;
        right: -26px;
        width: 50px
    }
    .dt-sc-timeline-section.type5 .dt-sc-timeline.right .dt-sc-timeline-content .dt-sc-timeline-icon-wrapper {
        left: -26px
    }
    .dt-sc-timeline-section.type5 .dt-sc-timeline .dt-sc-timeline-content .dt-sc-timeline-icon-wrapper span {
        font-size: 36px;
        line-height: 50px
    }
    .dt-sc-timeline-section.type5 .dt-sc-timeline.left .dt-sc-timeline-content {
        padding-left: 15px;
        padding-right: 35px
    }
    .dt-sc-timeline-section.type5 .dt-sc-timeline.right .dt-sc-timeline-content {
        padding-left: 35px;
        padding-right: 15px
    }
    .dt-sc-timeline-section.type5 .dt-sc-timeline .dt-sc-timeline-content {
        margin: 0 0 20px
    }
    .dt-sc-timeline-section.type5 .dt-sc-timeline .dt-sc-timeline-content h2 {
        margin-top: 15px
    }
    .dt-sc-timeline-section.type4::after {
        background-color: #222
    }
    .dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-content h3:after {
        border-radius: 0
    }
}

@media only screen and (max-width:479px) {
    .dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-thumb {
        top: -4px
    }
    .dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-content p::after {
        bottom: calc(-65% + 10px)
    }
    .dt-sc-timeline-section {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 95%
    }
    .dt-sc-timeline-section.type5 {
        width: 90%
    }
    .dt-sc-timeline-section.type5 .dt-sc-timeline .dt-sc-timeline-content h2 {
        margin-top: 10px;
        line-height: normal
    }
}

@media only screen and (max-width:319px) {
    .dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-content p::after {
        bottom: 50%
    }
    .dt-sc-timeline-section.type2 .dt-sc-timeline-image-wrapper {
        height: 75px;
        width: 80px
    }
    .dt-sc-timeline-section.type2 .dt-sc-timeline .dt-sc-timeline-content::after {
        top: 57px
    }
    .dt-sc-timeline-section.type5 {
        width: 100%
    }
}

/*Testimonials*/

.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, .dt-sc-testimonial.type4.dt-sc-dark-bg .dt-sc-testimonial-quote {
    color: #fff
}

.dt-sc-special-testimonial-images-holder.slick-slider.slick-dotted .slick-dots li button, .dt-sc-testimonial-images li a img, .dt-sc-testimonial.type4 .dt-sc-testimonial-author img, .dt-sc-testimonial.type5 .dt-sc-testimonial-author img, .dt-sc-testimonial.type5 .dt-sc-testimonial-quote, .dt-sc-testimonial.type7 .dt-sc-testimonial-author:before, .dt-sc-testimonial.type7 .dt-sc-testimonial-quote blockquote cite:after, .dt-sc-testimonial.type7.dt-sc-kalvi-default-testimonial .dt-sc-testimonial-quote blockquote cite:before {
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

.dt-sc-testimonial-wrapper {
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%
}

.dt-sc-testimonial blockquote q p {
    display: inline
}

.dt-sc-testimonial-wrapper .dt-sc-testimonial .dt-sc-testimonial-author cite {
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    margin: 20px 0 0
}

.dt-sc-testimonial-wrapper .dt-sc-testimonial .dt-sc-testimonial-author cite small {
    clear: both;
    display: block;
    font-size: 14px;
    font-weight: 400
}

.dt-sc-testimonial-wrapper .dt-sc-testimonial-bullets {
    float: left;
    width: 100%;
    text-align: center;
    margin: 40px 0 0;
    padding: 0
}

.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-wrapper .dt-sc-testimonial.type1 .dt-sc-testimonial-author cite {
    clear: both;
    display: inline-block;
    margin: 10px 0;
    text-align: center;
    width: 100%
}

.dt-sc-testimonial-wrapper .dt-sc-testimonial.type1 .dt-sc-testimonial-author cite small {
    border-left: 1px solid;
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    line-height: normal
}

.dt-sc-testimonial.type1 {
    text-align: center
}

.dt-sc-testimonial.type1 .dt-sc-testimonial-author {
    display: inline-block;
    margin: 0 0 20px;
    text-align: center;
    width: 100%
}

.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-size: 14px;
    line-height: 30px;
    letter-spacing: .5px;
    position: relative;
    padding: 50px 0 0
}

.dt-sc-testimonial.type1 blockquote:before {
    content: "\f1b2";
    font-family: Material-Design-Iconic-Font;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto
}

.dt-sc-testimonial.type1 .dt-sc-testimonial-author cite {
    clear: both;
    text-align: center;
    display: inline-block;
    width: 100%
}

.dt-sc-testimonial.type1 .dt-sc-testimonial-quote {
    width: 50%;
    float: none;
    display: inline-block
}

.dt-sc-testimonial-wrapper.carousel_items.type1 .carousel-arrows {
    right: -10px
}

.dt-sc-testimonial.type2 {
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0
}

.dt-sc-testimonial.type2 .dt-sc-testimonial-quote {
    display: inline-block;
    clear: both;
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
    position: relative
}

.dt-sc-testimonial.type2 blockquote {
    border: 1px solid;
    padding: 25px 25px 30px;
    margin: 0;
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 26px
}

.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);
    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);
    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 0 0 30px
}

.dt-sc-testimonial.type2 .dt-sc-testimonial-author cite small {
    font-size: 14px;
    display: block;
    clear: both
}

.dt-sc-testimonial.type2.custom-type {
    margin: 0;
    padding: 0 80px;
    border-top: 1px solid
}

.dt-sc-testimonial.type2.custom-type .dt-sc-testimonial-quote {
    margin: 0
}

.dt-sc-testimonial.type2.custom-type .dt-sc-testimonial-quote:after, .dt-sc-testimonial.type2.custom-type .dt-sc-testimonial-quote:before {
    display: none
}

.dt-sc-testimonial.type2.custom-type .dt-sc-testimonial-quote blockquote {
    border: none;
    font-size: 22px;
    line-height: 32px;
    font-style: italic;
    font-weight: 300;
    padding: 40px 0;
    z-index: 1
}

.dt-sc-testimonial.type2.custom-type .dt-sc-testimonial-quote blockquote:before {
    content: '"';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 70px;
    font-style: italic;
    line-height: 32px;
    border: none;
    z-index: 99;
    bottom: auto;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0 auto
}

.dt-sc-testimonial.type2.custom-type .dt-sc-testimonial-quote blockquote:after {
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    width: 42px;
    height: 42px;
    border: none;
    right: -10px;
    bottom: auto;
    background: #fff;
    z-index: -1;
    margin: 0 auto
}

.dt-sc-testimonial.type2.custom-type .dt-sc-testimonial-quote blockquote q:after, .dt-sc-testimonial.type2.custom-type .dt-sc-testimonial-quote blockquote q:before {
    display: none
}

.dt-sc-testimonial.type2.custom-type .dt-sc-testimonial-author {
    float: right
}

.dt-sc-testimonial.type2.custom-type .dt-sc-testimonial-author span {
    padding: 0;
    border: none
}

.dt-sc-testimonial.type2.custom-type .dt-sc-testimonial-author cite {
    margin: 15px 0 0 20px;
    position: relative;
    font-size: 18px
}

.dt-sc-testimonial.type2.custom-type .dt-sc-testimonial-author cite:before {
    position: absolute;
    content: "-";
    display: block;
    left: -13px
}

.dt-sc-testimonial.type2.custom-type .dt-sc-testimonial-author cite small {
    float: none;
    display: inline-block;
    line-height: normal;
    border-left: 1px solid;
    padding-left: 10px;
    margin-left: 10px;
    font-size: 16px
}

.dt-sc-testimonial.type2.custom-type .dt-sc-testimonial-author img {
    max-width: 60px
}

.dt-sc-testimonial.type3 {
    text-align: center
}

.dt-sc-testimonial.type3 .dt-sc-testimonial-author {
    margin: 0 0 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: 0;
    right: 0;
    margin: auto;
    top: 45px;
    border-top: 1px solid rgba(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: .5px;
    position: relative;
    padding: 0
}

.dt-sc-testimonial.type3 blockquote q {
    font-weight: 300;
    font-style: normal;
    position: relative;
    display: inline-block;
    line-height: 35px
}

.dt-sc-testimonial.type3 blockquote q:after, .dt-sc-testimonial.type3 blockquote q:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 28px;
    height: 21px
}

.dt-sc-testimonial.type3 blockquote q:before {
    left: -10px;
    top: 0;
    background: url(../../images/quotes-open.png) no-repeat
}

.dt-sc-testimonial.type3 blockquote q:after {
    bottom: 10px;
    margin-left: 10px;
    background: url(../../images/quotes-close.png) no-repeat
}

.dt-sc-testimonial.type3 .dt-sc-testimonial-author cite {
    clear: both;
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin: 0 0 20px;
    text-align: center;
    width: 100%
}

.dt-sc-testimonial.type3 .dt-sc-testimonial-author cite small {
    clear: none;
    display: inline-block
}

.dt-sc-dark-bg .dt-sc-testimonial.type3 .dt-sc-testimonial-author:before {
    border-color: #fff
}

.dt-sc-testimonial-special-wrapper .dt-sc-testimonial-wrapper {
    padding-bottom: 20px
}

.dt-sc-testimonial-special-wrapper:after, .dt-sc-testimonial-special-wrapper:before {
    content: '';
    position: absolute;
    right: -25px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px
}

.dt-sc-testimonial-special-wrapper:before {
    background-color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-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-images {
    float: left;
    margin: 0;
    padding: 0;
    max-width: 505px
}

.dt-sc-testimonial-images li {
    display: inline;
    float: left;
    margin: 0;
    width: 25%;
    padding: 0;
    line-height: 0
}

.dt-sc-testimonial-images li a {
    line-height: 0;
    display: inline-block;
    padding: 15px;
    width: 100%;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none
}

.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 div {
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block
}

.dt-sc-testimonial-images li.selected div {
    margin: 17px auto;
    display: block;
    width: 85px;
    height: 85px;
    overflow: hidden;
    border-radius: 15px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: relative;
    border: 3px solid
}

.dt-sc-testimonial-images li.selected a {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.dt-sc-testimonial-images li.selected img {
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 125px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.dt-sc-testimonial.type4 {
    display: inline-block
}

.dt-sc-testimonial.type4 blockquote {
    quotes: none;
    z-index: 1
}

.dt-sc-testimonial.type4 .dt-sc-testimonial-quote {
    width: 100%;
    float: right;
    color: #fff;
    padding: 30px 40px;
    position: relative
}

.dt-sc-testimonial.type4.with-rounded-corner .dt-sc-testimonial-quote {
    border-radius: 5px
}

.dt-sc-testimonial.type4 .dt-sc-testimonial-quote:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top-width: 10px;
    border-top-style: solid;
    bottom: -10px
}

.dt-sc-dark-bg .dt-sc-testimonial.type4 .dt-sc-testimonial-quote {
    color: #000
}

.dt-sc-testimonial.type4 .dt-sc-testimonial-quote:after {
    content: "\f1b2";
    font-family: Material-Design-Iconic-Font;
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 10em;
    opacity: .6;
    text-align: center;
    color: #8f8f8f
}

.dt-sc-dark-bg .dt-sc-testimonial.type4 .dt-sc-testimonial-quote:after {
    opacity: .06;
    color: #000
}

.dt-sc-testimonial.type4 .dt-sc-testimonial-author {
    margin: 30px 0 0;
    float: left;
    width: 100%;
    text-align: center
}

.dt-sc-testimonial.type4 .dt-sc-testimonial-author img {
    border-radius: 50%;
    max-width: 125px
}

.dt-sc-testimonial.type4 .dt-sc-testimonial-author cite {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 0;
    right: 0;
    text-align: center;
    width: 100%
}

.dt-sc-testimonial.type4 .dt-sc-testimonial-author cite small {
    text-transform: none;
    letter-spacing: normal;
    clear: both;
    width: 100%;
    margin-left: 0;
    float: none;
    display: inline-block
}

.dt-sc-dark-bg-testimonial .dt-sc-testimonial.type4 blockquote {
    color: #fff
}

.dt-sc-testimonial.type5 .dt-sc-testimonial-quote {
    border-bottom: 1px dashed;
    padding: 0 0 60px;
    margin: 0
}

.dt-sc-testimonial.type5 .dt-sc-testimonial-quote blockquote {
    font-size: 16px;
    line-height: 28px
}

.dt-sc-testimonial.type5 .dt-sc-testimonial-author img {
    border-radius: 50%;
    max-width: 100px;
    float: left;
    margin: -50px 0 30px
}

.dt-sc-testimonial.type5 .dt-sc-testimonial-author cite {
    float: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 1px 0 0;
    padding: 3px 15px;
    position: relative;
    text-align: right;
    text-transform: uppercase
}

.dt-sc-testimonial.type5 .dt-sc-testimonial-author cite small {
    text-transform: none;
    font-size: 13px;
    letter-spacing: normal;
    float: none;
    display: inline-block;
    margin-left: 20px;
    position: relative
}

.dt-sc-testimonial.type5 .dt-sc-testimonial-author cite small:before {
    position: absolute;
    content: "/";
    display: block;
    left: -10px
}

.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 0 20px
}

.dt-sc-testimonial.type5.alignright .dt-sc-testimonial-author cite:before {
    content: "\201C";
    left: -25px;
    right: inherit
}

.dt-sc-testimonial.type5.aligncenter .dt-sc-testimonial-author cite:before, .dt-sc-testimonial.type6 .dt-sc-testimonial-quote blockquote q:before {
    content: ""
}

.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 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 0 114px 60px;
    position: relative
}

.dt-sc-testimonial.type6 .dt-sc-testimonial-quote {
    display: inline-block;
    padding: 90px 30px 90px 0;
    width: 60%
}

.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:before {
    content: '"';
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 100px
}

.vc_row[data-vc-stretch-content=true] .dt-sc-testimonial.type6 .dt-sc-testimonial-quote blockquote {
    float: right;
    width: 75%
}

.dt-sc-testimonial.type6 .dt-sc-testimonial-author img {
    max-width: 100px;
    border: 2px solid;
    border-radius: 50%;
    float: left;
    margin: 0 20px 0 0;
    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: 700;
    position: relative;
    z-index: 1
}

.dt-sc-testimonial.type6 .dt-sc-testimonial-author cite small {
    text-transform: none;
    font-size: 14px
}

.dt-sc-testimonial.type6 .dt-sc-testimonial-author:before {
    content: "";
    position: absolute;
    left: 65px;
    top: 0;
    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: 0;
    left: 75%;
    width: 9000px;
    height: 100%
}

.dt-sc-testimonial.type7 {
    position: relative;
    text-align: left;
    margin-top: 5px
}

.dt-sc-testimonial.type7 .dt-sc-testimonial-quote {
    padding: 0
}

.dt-sc-testimonial.type7 .dt-sc-testimonial-quote blockquote {
    margin: 30px 0 0
}

.dt-sc-testimonial.type7 .dt-sc-testimonial-quote blockquote q {
    line-height: 28px;
    quotes: none;
    font-size: 18px;
    width: 100%;
    float: none;
    display: inline-block;
    font-style: normal
}

.dt-sc-testimonial.type6 .dt-sc-testimonial-quote blockquote q:after, .dt-sc-testimonial.type7 .dt-sc-testimonial-quote blockquote q:before {
    content: ""
}

.dt-sc-testimonial.type7 .dt-sc-testimonial-author cite {
    margin-top: 10px
}

.dt-sc-testimonial.type7 .dt-sc-testimonial-quote blockquote cite {
    color: #222;
    display: inline-block;
    width: auto;
    margin-top: 23px;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    font-style: normal;
    padding-top: 25px
}

.dt-sc-testimonial.type7 .dt-sc-testimonial-quote blockquote cite:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    top: 0;
    z-index: 1
}

.dt-sc-testimonial.type7 .dt-sc-testimonial-quote blockquote cite:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    top: 0
}

.dt-sc-testimonial.type7:hover .dt-sc-testimonial-quote blockquote cite:before {
    width: 42px
}

.dt-sc-testimonial.type7:hover .dt-sc-testimonial-quote blockquote cite:after {
    width: 100px
}

.dt-sc-testimonial.type7 .dt-sc-testimonial-quote blockquote cite small {
    color: #7d7d7d;
    font-size: 17px;
    clear: none;
    display: inline-block;
    width: auto;
    text-transform: none;
    position: relative;
    margin-left: 10px;
    padding-left: 10px;
    font-weight: 400
}

.dt-sc-testimonial.type7 .dt-sc-testimonial-quote blockquote cite small:before {
    color: #7d7d7d;
    font-weight: 700;
    position: absolute;
    content: "-";
    display: block;
    left: -5px
}

.dt-sc-testimonial.type7 .dt-sc-testimonial-author cite small {
    display: inline-block;
    margin-left: 5px;
    font-size: 16px
}

.dt-sc-testimonial.type7 .dt-sc-testimonial-author {
    position: relative
}

.dt-sc-testimonial.type7 .dt-sc-testimonial-author:before {
    content: open-quote;
    position: absolute;
    left: 0;
    right: auto;
    top: -5px;
    margin: auto;
    font-size: 42px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    z-index: 9;
    line-height: 68px;
    text-align: center
}

.dt-sc-testimonial.type7 .dt-sc-testimonial-author img {
    width: 180px;
    height: 180px;
    border-radius: 50%
}

.dt-sc-testimonial.type7 .dt-sc-testimonial-author span {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    margin: 0
}

.dt-sc-testimonial-wrapper.type7 .dt-sc-testimonial .dt-sc-testimonial-author cite {
    display: block
}

.dt-sc-testimonial-wrapper.type7 .dt-sc-testimonial.type7 .dt-sc-testimonial-quote blockquote {
    margin: 0 0 30px
}

.dt-sc-testimonial.type7.dt-sc-kalvi-default-testimonial {
    text-align: center
}

.dt-sc-testimonial.type7.dt-sc-kalvi-default-testimonial .dt-sc-testimonial-author:before {
    left: auto
}

.dt-sc-testimonial.type7.dt-sc-kalvi-default-testimonial .dt-sc-testimonial-quote blockquote cite:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    top: 0;
    z-index: 1
}

.dt-sc-testimonial.type7.dt-sc-kalvi-default-testimonial .dt-sc-testimonial-quote blockquote q {
    font-style: normal
}

.dt-sc-testimonial.type7.dt-sc-kalvi-default-testimonial .dt-sc-testimonial-quote blockquote cite {
    color: #222
}

.dt-sc-testimonial.type7.dt-sc-kalvi-default-testimonial .dt-sc-testimonial-author cite small {
    width: 100%;
    font-size: 14px;
    font-weight: 300
}

.dt-sc-dark-bg .dt-sc-testimonial.type7.dt-sc-kalvi-default-testimonial .dt-sc-testimonial-quote blockquote cite, .dt-sc-dark-bg .dt-sc-testimonial.type7.dt-sc-kalvi-default-testimonial .dt-sc-testimonial-quote blockquote cite small {
    color: #fff
}

.dt-sc-dark-bg.dt-skin-secondary-bg .dt-sc-testimonial.type7.dt-sc-kalvi-default-testimonial .dt-sc-testimonial-quote blockquote cite:before {
    background: rgba(0, 0, 0, .5)
}

.dt-sc-dark-bg.dt-skin-secondary-bg .dt-sc-testimonial.type7.dt-sc-kalvi-default-testimonial .dt-sc-testimonial-quote blockquote cite:after, .dt-sc-dark-bg.dt-skin-secondary-bg .dt-sc-testimonial.type7.dt-sc-kalvi-default-testimonial:hover .dt-sc-testimonial-quote blockquote cite:after {
    background: #fff
}

.dt-sc-testimonial.type8 {
    clear: both;
    margin: 0;
    float: left;
    width: 100%
}

.dt-sc-testimonial.type8 .dt-sc-testimonial-author, .dt-sc-testimonial.type8 .dt-sc-testimonial-quote {
    float: left
}

.dt-sc-testimonial.type8.alignright .dt-sc-testimonial-author, .dt-sc-testimonial.type8.alignright .dt-sc-testimonial-author span img {
    float: right
}

.dt-sc-testimonial.type8 .dt-sc-testimonial-quote {
    text-align: left;
    width: 100%;
    padding: 56px 0 40px
}

.dt-sc-testimonial.type8 .dt-sc-testimonial-author {
    min-height: 1px;
    position: relative;
    width: 100%;
    padding: 0
}

.dt-sc-testimonial.type8 .dt-sc-testimonial-author:first-child {
    margin-bottom: 40px
}

.dt-sc-testimonial.type8 .dt-sc-testimonial-quote blockquote {
    margin-top: 40px
}

.dt-sc-testimonial.type8 .dt-sc-testimonial-quote blockquote:before {
    position: absolute;
    content: '\f1b2';
    font-family: Material-Design-Iconic-Font;
    display: block;
    width: 45px;
    height: 50px;
    top: -100px;
    left: 14px;
    transform: scale(-1) rotate(0);
    -moz-transform: scale(-1) rotate(0);
    -webkit-transform: scale(-1) rotate(0);
    -ms-transform: scale(-1) rotate(0);
    background: 0 0;
    font-size: 100px
}

.dt-sc-testimonial.type8 .dt-sc-testimonial-quote blockquote q {
    font-size: 22px;
    line-height: 34px
}

.dt-sc-testimonial.type8 .dt-sc-testimonial-quote blockquote q:after, .dt-sc-testimonial.type8 .dt-sc-testimonial-quote blockquote q:before {
    display: none
}

.dt-sc-testimonial.type8 .dt-sc-testimonial-author span {
    display: block
}

.dt-sc-testimonial.type8 .dt-sc-testimonial-author span img {
    width: 100px;
    border-radius: 50%;
    background: #fff;
    padding: 1px
}

.dt-sc-testimonial.type8 .dt-sc-testimonial-author cite {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 135px;
    margin: 0;
    font-weight: 700;
    font-size: 20px
}

.dt-sc-testimonial.type8 .dt-sc-testimonial-author cite small {
    text-transform: none;
    font-size: 14px;
    color: rgba(0, 0, 0, .4);
    font-weight: 500
}

.dt-sc-testimonial.type8.alignright .dt-sc-testimonial-quote {
    text-align: right
}

.dt-sc-special-testimonial-details-holder, .dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image {
    text-align: center
}

.dt-sc-testimonial.type8.alignright .dt-sc-testimonial-author cite {
    left: auto;
    right: 135px
}

.dt-sc-testimonial.type8.alignright .dt-sc-testimonial-quote blockquote::before {
    right: 14px;
    left: auto
}

.dt-sc-dark-bg .dt-sc-testimonial.type8 .dt-sc-testimonial-author cite, .dt-sc-dark-bg .dt-sc-testimonial.type8 .dt-sc-testimonial-author cite small {
    color: #fff
}

.dt-sc-special-testimonial-container .vc_col-sm-6 {
    padding: 75px 0 75px 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
}

.dt-sc-special-testimonial-details-holder, .dt-sc-special-testimonial-images-holder {
    float: left;
    width: 100%
}

.dt-sc-special-testimonial-details-holder .dt-sc-testimonial-description {
    font-size: 20px;
    color: #000;
    padding: 0 100px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 400;
    line-height: 40px
}

.dt-sc-special-testimonial-details-holder .dt-sc-testimonial-description:before {
    position: absolute;
    content: '\f1b2';
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 120px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-family: Material-Design-Iconic-Font;
    z-index: -1;
    opacity: .2
}

.dt-sc-special-testimonial-images-holder {
    padding-bottom: 30px;
    position: relative
}

.dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image img {
    border-radius: 50%;
    float: none;
    display: inline-block;
    margin: 20px 0 10px;
    width: 180px;
    cursor: pointer;
    transform: scale(.8);
    -moz-transform: scale(.8);
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8)
}

.dt-sc-special-testimonial-images-holder .dt-sc-testimonial-author cite {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 20px
}

.dt-sc-special-testimonial-images-holder .dt-sc-testimonial-author cite small {
    width: 100%;
    float: none;
    display: inline-block;
    font-size: 16px;
    text-transform: capitalize;
    color: #898989;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: .5px
}

.dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image.slick-current img {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .2)
}

.dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image.slick-current .dt-sc-testimonial-author cite small {
    color: #2b2b2b
}

.dt-sc-special-testimonial-images-holder button.slick-arrow {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: auto;
    transform: translateY(0);
    width: 30px;
    height: 30px
}

.dt-sc-special-testimonial-images-holder.slick-slider .slick-list {
    padding: 0!important
}

.dt-sc-special-testimonial-images-holder.slick-slider button.slick-prev {
    left: -60px;
    z-index: 1
}

.dt-sc-special-testimonial-images-holder.slick-slider button.slick-next {
    right: -60px;
    z-index: 1
}

.dt-sc-special-testimonial-images-holder.slick-slider button.slick-next:before, .dt-sc-special-testimonial-images-holder.slick-slider button.slick-prev:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

.dt-sc-special-testimonial-images-holder.slick-slider button.slick-prev:before {
    border-right: 13px solid
}

.dt-sc-special-testimonial-images-holder.slick-slider button.slick-next:before {
    border-left: 13px solid
}

.dt-sc-special-testimonial-images-holder.slick-slider.slick-dotted .slick-dots li button.slick-next:before, .dt-sc-special-testimonial-images-holder.slick-slider.slick-dotted .slick-dots li button:before, .dt-sc-special-testimonial-images-holder.slick-slider.slick-dotted:before {
    display: none
}

.dt-sc-special-testimonial-images-holder.slick-slider.slick-dotted .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 3px
}

.dt-sc-special-testimonial-images-holder.slick-slider.slick-dotted .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0;
    background-color: #CCC
}

.dt-sc-special-testimonial-images-holder.slick-slider.slick-dotted button.slick-arrow {
    display: none!important
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .dt-sc-testimonial.type1 blockquote, ::i-block-chrome {
        font-weight: 500
    }
    .dt-sc-testimonial.type6 .dt-sc-testimonial-author img, ::i-block-chrome {
        border: none;
        box-shadow: 0 0 0 2px rgba(0, 0, 0, .1);
        -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, .1)
    }
}

.dt-sc-testimonial.type5 .dt-sc-testimonial-author cite small {
    color: rgba(0, 0, 0, .5)
}

.dt-sc-testimonial-special-wrapper:after, .dt-sc-testimonial-wrapper .dt-sc-testimonial .dt-sc-testimonial-author cite, .dt-sc-testimonial.type1 blockquote {
    color: #000
}

.dt-sc-dark-bg .dt-sc-testimonial-wrapper .dt-sc-testimonial.special-testimonial-carousel .dt-sc-testimonial-author cite, .dt-sc-dark-bg .dt-sc-testimonial-wrapper .dt-sc-testimonial.special-testimonial-carousel .dt-sc-testimonial-author cite small, .dt-sc-dark-bg .dt-sc-testimonial-wrapper .dt-sc-testimonial.type1 .dt-sc-testimonial-author cite, .dt-sc-dark-bg .dt-sc-testimonial.type4 .dt-sc-testimonial-author cite small, .dt-sc-dark-bg .dt-sc-testimonial.type6 .dt-sc-testimonial-author cite, .dt-sc-dark-bg .dt-sc-testimonial.type6 .dt-sc-testimonial-author cite small {
    color: #fff
}

.dt-sc-testimonial-wrapper .dt-sc-testimonial .dt-sc-testimonial-author cite small {
    color: rgba(0, 0, 0, .9)
}

.dt-sc-testimonial-special-wrapper:after {
    color: #fff
}

.dt-sc-testimonial.type2 .dt-sc-testimonial-quote:after, .dt-sc-testimonial.type2 .dt-sc-testimonial-quote:before {
    background: rgba(0, 0, 0, .1)
}

.dt-sc-testimonial.type4 .dt-sc-testimonial-quote {
    background-color: #000
}

.dt-sc-testimonial.type4 .dt-sc-testimonial-quote:before {
    border-top-color: #000
}

.dt-sc-dark-bg .dt-sc-testimonial.type4 .dt-sc-testimonial-quote {
    background-color: #fff
}

.dt-sc-dark-bg .dt-sc-testimonial.type4 .dt-sc-testimonial-quote:before {
    border-top-color: #fff
}

.dt-sc-testimonial.type6 .dt-sc-testimonial-author:before, .dt-sc-testimonial.type6:after {
    background: #f7f7f7
}

.dt-sc-testimonial-wrapper .dt-sc-testimonial-bullets a {
    border-color: #000
}

.dt-sc-testimonial.type5 .dt-sc-testimonial-quote {
    border-color: rgba(0, 0, 0, .06)
}

.dt-sc-testimonial.type5 .dt-sc-testimonial-author img {
    -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, .06);
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .06)
}

.dt-sc-testimonial.type1 .dt-sc-testimonial-author span {
    border-color: #757575
}

.dt-sc-dark-bg .dt-sc-testimonial.type6 .dt-sc-testimonial-author img {
    border-color: #fff
}

.dt-sc-testimonial.type2 blockquote:before {
    border-top-color: #fff
}

.dt-sc-testimonial.type2 .dt-sc-testimonial-author span, .dt-sc-testimonial.type2 blockquote, .dt-sc-testimonial.type2.custom-type, .dt-sc-testimonial.type6 .dt-sc-testimonial-author img {
    border-color: rgba(0, 0, 0, .1)
}

.dt-sc-testimonial.type4.alter .dt-sc-testimonial-quote {
    background-color: #ffd44b;
    color: #000
}

.dt-sc-testimonial.type4.alter .dt-sc-testimonial-quote:before {
    border-top-color: #ffd44b
}

.dt-sc-testimonial.type4.alter .dt-sc-testimonial-quote:after {
    color: rgba(143, 143, 143, .3)
}

@media only screen and (min-width:1200px) and (max-width:1380px) {
    .dt-sc-testimonial.type6 .dt-sc-testimonial-quote {
        padding-top: 60px;
        padding-bottom: 50px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .dt-sc-testimonial-images li.selected div {
        width: 65px;
        height: 65px
    }
    .dt-sc-testimonial-images li {
        width: 32%;
        min-height: 114px
    }
    .dt-sc-testimonial-images li:nth-child(5) {
        clear: none
    }
    .dt-sc-testimonial.type6::after {
        left: 60%
    }
    .dt-sc-testimonial.type6 .dt-sc-testimonial-author::before {
        content: none
    }
    .dt-sc-testimonial.type8 .dt-sc-testimonial-quote blockquote {
        padding-top: 0
    }
    .dt-sc-testimonial.type8 .dt-sc-testimonial-author cite {
        right: 10px
    }
    .dt-sc-testimonial.type8 .dt-sc-testimonial-quote blockquote q:before {
        top: 0
    }
    .dt-sc-testimonial.type8.alignright .dt-sc-testimonial-author cite {
        left: 10px
    }
    .dt-sc-special-testimonial-container .vc_col-sm-6 {
        padding: 150px 0 140px 65px
    }
    .dt-sc-testimonial-wrapper.carousel_items.type8.alignleft .carousel-arrows {
        left: 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .dt-sc-testimonial.type5 .dt-sc-testimonial-author cite {
        padding-right: 5px;
        width: 45%
    }
    .dt-sc-testimonial.type6::after {
        left: 60%
    }
    .dt-sc-testimonial.type6 .dt-sc-testimonial-author {
        padding-left: 35px;
        padding-right: 35px;
        text-align: center
    }
    .dt-sc-testimonial.type6 .dt-sc-testimonial-author cite, .dt-sc-testimonial.type6 .dt-sc-testimonial-author>span {
        display: block
    }
    .dt-sc-testimonial.type6 .dt-sc-testimonial-author>span img {
        float: none;
        margin: auto
    }
    .dt-sc-testimonial.type6 .dt-sc-testimonial-author::before {
        content: none
    }
    .dt-sc-testimonial.type8 .dt-sc-testimonial-author {
        display: block;
        margin: 0;
        width: 60%
    }
    .dt-sc-testimonial.type8 .dt-sc-testimonial-quote {
        padding: 0;
        width: 100%
    }
    .dt-sc-testimonial.type8 .dt-sc-testimonial-quote blockquote:before {
        top: -80px
    }
    .dt-sc-testimonial.type8 .dt-sc-testimonial-quote blockquote {
        padding-top: 0;
        margin-top: 100px
    }
    .dt-sc-testimonial.type8 .dt-sc-testimonial-author cite {
        right: 10px
    }
    .dt-sc-testimonial.type8.alignright .dt-sc-testimonial-author cite {
        left: 10px
    }
    .dt-sc-testimonial-wrapper.carousel_items .dt-sc-testimonial.type8 .dt-sc-testimonial-author cite {
        bottom: 10px;
        left: 10px;
        text-align: center
    }
    .dt-sc-testimonial.type8 .dt-sc-testimonial-quote blockquote q:before {
        top: 0
    }
    .dt-sc-testimonial-images li.selected div {
        width: 65px;
        height: 65px
    }
    .dt-sc-testimonial-images li {
        width: 32%;
        min-height: 106px;
        margin-right: 10px
    }
    .dt-sc-testimonial-images li:nth-child(5) {
        clear: none
    }
    .vc_row-no-padding .rs_col-sm-12 .dt-sc-testimonial.type5 {
        max-width: inherit
    }
    .dt-sc-special-testimonial-container .vc_col-sm-6 {
        padding: 100px 30px 70px
    }
    .dt-sc-special-testimonial-container .extend-bg-fullwidth-left.vc_col-sm-6 {
        padding: 60px 40px
    }
    .dt-sc-special-testimonial .dt-sc-special-testimonial-images-holder.slick-slider .slick-track {
        transform: translate3d(0, 0, 0)!important;
        -webkit-transform: translate3d(0, 0, 0)!important;
        -moz-transform: translate3d(0, 0, 0)!important;
        -ms-transform: translate3d(0, 0, 0)!important
    }
    .dt-sc-testimonial-images li a {
        padding: 0
    }
    .dt-sc-testimonial.type1 .dt-sc-testimonial-quote {
        width: 80%
    }
    .dt-sc-testimonial-wrapper.carousel_items.type8.alignleft .carousel-arrows {
        left: 20px
    }
    .dt-sc-testimonial.type3 blockquote br, .dt-sc-testimonial.type7 .dt-sc-testimonial-quote blockquote br {
        display: none
    }
    .dt-sc-testimonial.type7 .dt-sc-testimonial-author cite small {
        display: block
    }
}

@media only screen and (max-width:767px) {
    .dt-sc-testimonial.type5 .dt-sc-testimonial-author span, .dt-sc-testimonial.type6 .dt-sc-testimonial-author cite, .dt-sc-testimonial.type6 .dt-sc-testimonial-author>span {
        display: block
    }
    .dt-sc-special-testimonial-container .vc_col-sm-6 {
        padding: 65px 35px
    }
    .dt-sc-special-testimonial-container .extend-bg-fullwidth-left.vc_col-sm-6 {
        padding: 60px 40px
    }
    .dt-sc-testimonial-images li {
        width: 32%;
        min-height: 112px
    }
    .dt-sc-testimonial-images li:nth-child(5) {
        clear: none
    }
    .dt-sc-testimonial-images li.selected div {
        width: 70px;
        height: 70px
    }
    .dt-sc-testimonial-special-wrapper::after, .dt-sc-testimonial-special-wrapper::before {
        bottom: -23px;
        left: 0;
        right: 0;
        top: auto
    }
    .dt-sc-testimonial.type5 {
        float: left;
        margin: 0 0 25px;
        text-align: center;
        width: 100%
    }
    .dt-sc-testimonial.type5 .dt-sc-testimonial-author img {
        margin-left: auto;
        margin-right: auto
    }
    .dt-sc-testimonial.type5 .dt-sc-testimonial-author cite, .dt-sc-testimonial.type5 .dt-sc-testimonial-author img {
        float: none
    }
    .vc_row-no-padding .dt-sc-testimonial.type5 {
        max-width: inherit
    }
    .dt-sc-testimonial.type6 {
        text-align: center;
        overflow: visible
    }
    .dt-sc-testimonial.type6::after {
        content: none
    }
    .dt-sc-testimonial.type6 .dt-sc-testimonial-author {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%
    }
    .dt-sc-testimonial.type6 .dt-sc-testimonial-author img {
        float: none;
        margin: auto
    }
    .dt-sc-testimonial.type6 .dt-sc-testimonial-quote {
        float: left;
        padding-right: 0;
        width: 100%
    }
    .dt-sc-testimonial-wrapper.type6 .dt-sc-testimonial.type6 .dt-sc-testimonial-quote blockquote::before {
        position: static
    }
    .dt-sc-testimonial.type6 .dt-sc-testimonial-quote blockquote q {
        padding: 0;
        text-align: center
    }
    .vc_row[data-vc-stretch-content=true] .dt-sc-testimonial.type6 .dt-sc-testimonial-quote blockquote {
        float: none;
        margin: auto
    }
    .dt-sc-testimonial.type6 .dt-sc-testimonial-author::before {
        height: 200px;
        margin: auto;
        left: 0;
        right: 0;
        top: 50%;
        width: 200px
    }
    .dt-sc-testimonial.type6 .dt-sc-testimonial-author::after {
        content: "";
        height: 100%;
        left: -100%;
        position: absolute;
        right: -100%;
        top: 0;
        width: 9999px;
        background-color: #f7f7f7
    }
    .dt-sc-testimonial.type8 .dt-sc-testimonial-author, .dt-sc-testimonial.type8 .dt-sc-testimonial-quote {
        width: 100%
    }
    .dt-sc-testimonial.type8 .dt-sc-testimonial-author cite {
        right: 10px
    }
    .dt-sc-testimonial.type8.alignright .dt-sc-testimonial-author cite {
        left: 10px
    }
    .dt-sc-testimonial.type8 .dt-sc-testimonial-quote blockquote:before {
        top: -60px
    }
    .dt-sc-special-testimonial-details-holder .dt-sc-testimonial-description {
        padding: 0 20px
    }
    .dt-sc-testimonial.type1 .dt-sc-testimonial-quote {
        width: 80%
    }
    .dt-sc-testimonial-wrapper.carousel_items.type8.alignleft .carousel-arrows {
        left: 20px
    }
    .dt-sc-testimonial.type3 blockquote br, .dt-sc-testimonial.type7 .dt-sc-testimonial-quote blockquote br {
        display: none
    }
    .dt-sc-testimonial.type6 .dt-sc-testimonial-quote blockquote {
        padding: 0 15px
    }
}

@media only screen and (max-width:479px) {
    .dt-sc-special-testimonial-container .extend-bg-fullwidth-left.vc_col-sm-6 {
        padding-left: 20px;
        padding-right: 20px
    }
    .dt-sc-special-testimonial-container .vc_col-sm-6 {
        padding-left: 15px;
        padding-right: 15px
    }
    .dt-sc-testimonial.type6 .dt-sc-testimonial-author::before {
        height: 220px;
        width: 220px
    }
    .dt-sc-testimonial.type6 .dt-sc-testimonial-author {
        text-align: center
    }
    .dt-sc-testimonial.type6 .dt-sc-testimonial-author img {
        display: block;
        float: none;
        margin: 0 auto
    }
    .dt-sc-testimonial.type8 .dt-sc-testimonial-quote {
        padding: 0;
        margin-bottom: 40px
    }
    .dt-sc-testimonial.type1 .dt-sc-testimonial-quote {
        width: 100%
    }
    .dt-sc-testimonial.type8 .dt-sc-testimonial-author cite {
        position: relative;
        transform: translateY(0);
        left: 0
    }
    .dt-sc-testimonial.type2.custom-type {
        padding: 0
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .dt-sc-testimonial-images li {
        width: 49%;
        min-height: 117px
    }
    .dt-sc-testimonial-images {
        max-width: 237px
    }
}

@media only screen and (max-width:319px) {
    .dt-sc-testimonial-images li, .dt-sc-testimonial.type4 .dt-sc-testimonial-author, .dt-sc-testimonial.type4 .dt-sc-testimonial-quote {
        width: 100%
    }
    .dt-sc-testimonial.type2 .dt-sc-testimonial-author img, .dt-sc-testimonial.type2 .dt-sc-testimonial-author span, .dt-sc-testimonial.type5 .dt-sc-testimonial-author img {
        float: none
    }
    .dt-sc-testimonial-images {
        max-width: 140px
    }
    .dt-sc-testimonial.type2 .dt-sc-testimonial-author, .dt-sc-testimonial.type5 .dt-sc-testimonial-author {
        text-align: center
    }
    .dt-sc-testimonial.type2 .dt-sc-testimonial-author span {
        display: inline-block
    }
    .dt-sc-testimonial.type2 .dt-sc-testimonial-author img {
        display: block
    }
    .dt-sc-testimonial.type2 .dt-sc-testimonial-author cite {
        margin: 30px auto;
        width: 100%
    }
    .dt-sc-testimonial.type4 {
        padding-top: 140px;
        text-align: center
    }
    .dt-sc-testimonial.type4 .dt-sc-testimonial-author>span {
        display: inline-block;
        margin: auto;
        max-width: 60%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0
    }
    .dt-sc-testimonial.type4 .dt-sc-testimonial-author cite {
        display: block;
        position: static;
        text-align: center
    }
    .dt-sc-testimonial.type4 .dt-sc-testimonial-author cite small {
        display: block;
        margin-left: 0
    }
    .dt-sc-testimonial.type5 .dt-sc-testimonial-author cite:before {
        right: 0
    }
    .dt-sc-testimonial.type5 .dt-sc-testimonial-author cite {
        display: block;
        font-size: 12px;
        float: none
    }
    .dt-sc-testimonial.type6 .dt-sc-testimonial-quote {
        padding-right: 0
    }
    .dt-sc-testimonial.type6 .dt-sc-testimonial-quote blockquote:before {
        content: none
    }
    .dt-sc-testimonial.type6 .dt-sc-testimonial-quote blockquote q {
        padding-left: 0;
        text-align: center
    }
}

/*Team*/

.dt-sc-team, .dt-sc-team .dt-sc-team-details, .dt-sc-team .dt-sc-team-details h5, .dt-sc-team h4, .dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social, .dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social li, .dt-sc-team.hide-social-show-on-hover .dt-sc-team-social, .dt-sc-team.rounded .dt-sc-team-thumb:after, .dt-sc-team.rounded.zoom-in-hover .dt-sc-team-thumb, .dt-sc-team.team_rounded_border.rounded:hover .dt-sc-team-thumb:before, .dt-sc-team.type2 .dt-sc-team-thumb .dt-sc-team-thumb-overlay {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

.dt-sc-team {
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden
}

.dt-sc-team .dt-sc-team-details {
    float: left;
    width: 100%;
    padding: 30px 10px;
    text-align: center;
    position: relative
}

.dt-sc-team .dt-sc-team-details h4 {
    font-weight: 600;
    margin-bottom: 10px
}

.dt-sc-team.hide-details-show-on-hover .dt-sc-team-details {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px 10px;
    text-align: center;
    top: auto;
    height: auto;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -ms-transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.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:hover .dt-sc-team-details {
    -ms-transform: translate3d(0, 0, 0);
    -webkit-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: 0
}

.dt-sc-team.hide-social-show-on-hover .dt-sc-team-social {
    padding: 20px;
    width: 100%;
    position: absolute;
    opacity: 0;
    top: -74px;
    left: 0
}

.dt-sc-team.hide-social-show-on-hover:hover .dt-sc-team-social {
    opacity: 1
}

.dt-sc-team.hide-social-show-on-hover .dt-sc-team-social.diamond-square-border {
    top: -70px
}

.dt-sc-team.hide-social-show-on-hover .dt-sc-team-social.rounded-border, .dt-sc-team.hide-social-show-on-hover .dt-sc-team-social.square-border {
    top: -74px
}

.dt-sc-team.hide-social-show-on-hover .dt-sc-team-social.hexagon-border {
    top: -68px;
    padding-bottom: 8px;
    padding-top: 14px
}

.dt-sc-team-social {
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center
}

.dt-sc-team-social li {
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.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);
    transform: rotate(45deg);
    border-radius: 5px;
    margin: 0 10px
}

.dt-sc-team-social.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);
    transform: rotate(-45deg)
}

.dt-sc-team-social.hexagon-border {
    margin-bottom: -13px
}

.dt-sc-team-social.hexagon-border li:after, .dt-sc-team-social.hexagon-border li:before {
    border-color: #000
}

.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: 0;
    left: 0
}

.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: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 20px solid;
    border-radius: 50%
}

.dt-sc-team.rounded .dt-sc-team-thumb:after {
    content: "";
    position: absolute;
    left: 20px;
    top: 20px;
    border-radius: 50%;
    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: 0 0;
    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: 26%;
    background: 0 0
}

.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%;
    background: #fff
}

.dt-sc-team.simple-rounded {
    background-color: #fff;
    padding: 50px 0;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .075);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .075);
    width: 100%;
    float: left;
    border: 1px solid #e0e0e0
}

.dt-sc-team.simple-rounded:hover, .dt-sc-team.simple-rounded:hover .dt-sc-team-details h4, .dt-sc-team.simple-rounded:hover .dt-sc-team-details h5, .dt-sc-team.simple-rounded:hover .dt-sc-team-social li a {
    color: #fff
}

.vc_row-has-fill .dt-sc-team.simple-rounded {
    -webkit-box-shadow: 0 0 40px 0 currentColor;
    box-shadow: 0 0 40px 0 currentColor
}

.vc_row-has-fill .dt-sc-team.simple-rounded .dt-sc-team-details, .vc_row-has-fill .dt-sc-team.simple-rounded .dt-sc-team-details p {
    color: #777
}

.dt-sc-team.simple-rounded .dt-sc-team-thumb {
    -moz-transition: -moz-transform ease-out .1s, background .2s;
    -webkit-transition: -webkit-transform ease-out .1s, background .2s;
    background: rgba(255, 255, 255, .1);
    border: 5px solid #e2e2e2;
    margin: 0 auto 30px;
    max-width: 150px;
    position: relative;
    transition: transform ease-out .1s, background .2s
}

.dt-sc-team.simple-rounded .dt-sc-team-thumb:after {
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -webkit-transform: scale(.9);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .1);
    content: "";
    display: block;
    height: 150px;
    left: -5px;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: -5px;
    transform: scale(.9);
    width: 150px;
    z-index: -1
}

.dt-sc-team.simple-rounded:hover .dt-sc-team-thumb {
    -moz-transform: scale(.93);
    -ms-transform: scale(.93);
    -webkit-transform: scale(.93);
    background: rgba(255, 255, 255, .05);
    color: #fff;
    transform: scale(.93);
    border-color: transparent
}

.dt-sc-team.simple-rounded:hover .dt-sc-team-thumb:after {
    -moz-animation: sonarEffect 1s ease-out;
    -ms-animation: sonarEffect 1s ease-out;
    -webkit-animation: sonarEffect 1s ease-out;
    animation: sonarEffect 1s ease-out
}

.dt-sc-team.simple-rounded .dt-sc-team-thumb img {
    position: relative;
    z-index: 1
}

.dt-sc-team.simple-rounded .dt-sc-team-details {
    background-color: rgba(0, 0, 0, 0);
    padding: 0 30px
}

.dt-sc-team.simple-rounded .dt-sc-team-details h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 5px
}

.dt-sc-team.simple-rounded .dt-sc-team-details h5 {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: normal;
    padding-bottom: 0;
    margin-bottom: 0;
    position: relative;
    text-transform: capitalize;
    color: #999
}

.dt-sc-team.simple-rounded .dt-sc-team-details h5:after {
    content: "";
    height: 3px;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 42px
}

.dt-sc-team.simple-rounded .dt-sc-team-details .dt-sc-team-social, .dt-sc-team.simple-rounded .dt-sc-team-details p:last-child {
    margin-top: 20px;
    width: 100%;
    float: none;
    display: inline-block
}

.dt-sc-team.type2, .dt-sc-team.type2 .dt-sc-team-thumb img {
    float: left;
    width: 100%
}

.dt-sc-team.simple-rounded:hover .dt-sc-team-details h5:after {
    width: 62px
}

.dt-sc-team.simple-rounded .dt-sc-team-thumb, .dt-sc-team.simple-rounded .dt-sc-team-thumb img, .dt-sc-team.simple-rounded .dt-sc-team-thumb:after, .dt-sc-team.simple-rounded .dt-sc-team-thumb:before {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: .3
    }
    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .3), 0 0 15px 15px rgba(0, 0, 0, .1), 0 0 0 15px rgba(255, 255, 255, .5)
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .3), 0 0 15px 15px rgba(0, 0, 0, .1), 0 0 0 15px rgba(255, 255, 255, .5);
        -webkit-transform: scale(1.1);
        opacity: 0
    }
}

@-moz-keyframes sonarEffect {
    0% {
        opacity: .3
    }
    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .3), 0 0 15px 15px rgba(0, 0, 0, .1), 0 0 0 15px rgba(255, 255, 255, .5)
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .3), 0 0 15px 15px rgba(0, 0, 0, .1), 0 0 0 15px rgba(255, 255, 255, .5);
        -moz-transform: scale(1.1);
        opacity: 0
    }
}

@-ms-keyframes sonarEffect {
    100%, 40% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .3), 0 0 15px 15px rgba(0, 0, 0, .1), 0 0 0 15px rgba(255, 255, 255, .5)
    }
    0% {
        opacity: .3
    }
    40% {
        opacity: .5
    }
    100% {
        -ms-transform: scale(1.1);
        opacity: 0
    }
}

@keyframes sonarEffect {
    0% {
        opacity: .3
    }
    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .3), 0 0 15px 15px rgba(0, 0, 0, .1), 0 0 0 15px rgba(255, 255, 255, .5)
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .3), 0 0 15px 15px rgba(0, 0, 0, .1), 0 0 0 15px rgba(255, 255, 255, .5);
        transform: scale(1.1);
        opacity: 0
    }
}

.dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-thumb {
    border: 1px solid
}

.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: 0;
    right: 0;
    margin: auto;
    bottom: 30px;
    opacity: 0
}

.dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social {
    padding: 0;
    width: 100%;
    position: absolute;
    opacity: 0;
    top: -45px;
    left: 0
}

.dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social li, .dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social.diamond-square-border li {
    background: #fff;
    border-color: #fff
}

.dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social li a, .dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social li a:hover {
    border: 1px solid #fff
}

.dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social.rounded-border li {
    border-radius: 50%
}

.dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social.rounded-square li {
    border-radius: 5px
}

.dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social.rounded-square li a {
    border: 1px solid #fff;
    background: #fff
}

.dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social.diamond-square-border li a, .dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social.hexagon-border li a {
    border: none
}

.dt-sc-team.hide-social-role-show-on-hover:hover .dt-sc-team-details h5, .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 {
    padding: 40px 10px 50px
}

.dt-sc-team.hide-social-role-show-on-hover:hover .dt-sc-team-social {
    top: -15px
}

.dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-social.square-border li a {
    border-radius: 0
}

.dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-social.rounded-square li a {
    border: 1px solid
}

.dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-social.diamond-square-border li {
    border-radius: 5px;
    border-color: #fff
}

.dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-social.diamond-square-border li a, .dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-social.hexagon-border li a {
    border-radius: 0;
    background: 0 0
}

.dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-social.diamond-square-border, .dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-social.hexagon-border, .dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-social.rounded-border, .dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-social.square-border {
    top: 28%
}

.dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-details .dt-sc-team-social.rounded-square li a {
    border-color: #fff;
    border-radius: 5px
}

.dt-sc-team.type2 {
    clear: both;
    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-details, .dt-sc-team.type2 .dt-sc-team-thumb {
    width: 50%;
    float: none;
    background: 0 0;
    display: table-cell;
    vertical-align: middle
}

.dt-sc-team.type2 .dt-sc-team-details {
    text-align: left;
    padding: 25px;
    position: relative
}

.dt-sc-team.type2 .dt-sc-team-details h4 {
    letter-spacing: 1px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0
}

.dt-sc-team.type2 .dt-sc-team-details h5 {
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0;
    border-bottom: 1px solid;
    display: inline-block;
    padding: 0 20px 15px 0
}

.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-details p a {
    color: rgba(0, 0, 0, .4);
    text-transform: lowercase
}

.dt-sc-team.type2 .dt-sc-team-thumb .dt-sc-team-thumb-overlay {
    position: absolute;
    left: 0;
    top: 0;
    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: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    height: 42px;
    margin: auto
}

.dt-sc-team .dt-sc-team-social.diamond-square-border li a, .dt-sc-team-social.hexagon-border li a, .dt-sc-team.type2 .dt-sc-team-social li a:hover {
    color: #000
}

.dt-sc-team .dt-sc-team-social.diamond-square-border li, .dt-sc-team-social.diamond-square-border li, .dt-sc-team.type2 .dt-sc-team-social.rounded-square li a {
    background: 0 0;
    border: 1px solid
}

.dt-sc-team-social.hexagon-border li {
    position: relative;
    width: 42px;
    height: 25px;
    margin: 8px 5px;
    background: 0 0;
    border: 1px solid;
    border-top: none;
    border-bottom: none
}

.dt-sc-team-social.hexagon-border li:after, .dt-sc-team-social.hexagon-border li:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 30px;
    height: 30px;
    -webkit-transform: scaleY(.5774) rotate(-45deg);
    -ms-transform: scaleY(.5774) rotate(-45deg);
    transform: scaleY(.5774) rotate(-45deg);
    background-color: inherit;
    left: 5px
}

.dt-sc-team-social.hexagon-border li:before {
    top: -15.07px;
    border-top: solid 1.5px;
    border-right: solid 1.5px
}

.dt-sc-team-social.hexagon-border li:after {
    bottom: -15.07px;
    border-bottom: solid 1.5px;
    border-left: solid 1.5px;
    left: 5px
}

.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: 0
}

.dt-sc-team.type2.alter .dt-sc-team-details:before {
    left: inherit;
    right: -15px;
    border-right: 0;
    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
}

.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, .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.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, .9)
}

.dt-sc-team-social.diamond-square-border li, .dt-sc-team-social.hexagon-border li:hover, .dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-details, .dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-social.diamond-square-border li:hover, .dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-social.hexagon-border li:hover, .dt-sc-team.type2 .dt-sc-team-social.diamond-square-border li:hover, .dt-sc-team.type2 .dt-sc-team-social.hexagon-border li:hover, .dt-sc-team.type2 .dt-sc-team-social.rounded-border li a:hover, .dt-sc-team.type2 .dt-sc-team-social.rounded-square li a:hover, .dt-sc-team.type2 .dt-sc-team-social.square-border li a:hover {
    background: #fff
}

.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: #222
}

.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: 400
}

.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
}

.dt-sc-team.rounded.zoom-in-hover {
    min-height: 330px;
    padding-top: 10px
}

.dt-sc-team.rounded.zoom-in-hover .dt-sc-team-thumb:before {
    border: 0;
    box-shadow: 0 0 0 10px #f5f5f5;
    width: 100%;
    height: 100%
}

.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-team .dt-sc-team-social.diamond-square-border li:hover a, .dt-sc-team-social.hexagon-border li:hover a, .dt-sc-team-social.square-border li:hover a, .dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social.rounded-square li:hover a, .dt-sc-team.type2 .dt-sc-team-social li a, .dt-sc-team.type2 .dt-sc-team-social.diamond-square-border li, .dt-sc-team.type2 .dt-sc-team-social.diamond-square-border li a {
    color: #fff
}

.dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social li, .dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social.diamond-square-border li:hover, .dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social.hexagon-border li, .dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social.hexagon-border li:after, .dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social.hexagon-border li:before, .dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-details .dt-sc-team-social li a, .dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-social.hexagon-border li, .dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-social.hexagon-border li:after, .dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-social.hexagon-border li:before, .dt-sc-team.type2 .dt-sc-team-social li a, .dt-sc-team.type2 .dt-sc-team-social.hexagon-border li, .dt-sc-team.type2 .dt-sc-team-social.hexagon-border li:after, .dt-sc-team.type2 .dt-sc-team-social.hexagon-border li:before, .dt-sc-team.type2 .dt-sc-team-social.rounded-square li a, .dt-sc-team.type2 .dt-sc-team-social.rounded-square li a:hover {
    border-color: #fff
}

.dt-sc-team.type2, .dt-sc-team.type2 .dt-sc-team-thumb {
    border-color: #fafaf6
}

.dt-sc-team.type2 .dt-sc-team-details:before {
    border-right-color: #f1efea
}

.dt-sc-team-social.rounded-border li a, .dt-sc-team-social.square-border li a {
    border-color: #000
}

.dt-sc-team.rounded .dt-sc-team-thumb:before {
    border-color: rgba(255, 255, 255, .4)
}

.dt-sc-team.type1 .dt-sc-team-details h5 {
    color: #888
}

.dt-sc-team-social.rounded-border li a, .dt-sc-team-social.square-border li a {
    color: #000
}

.dt-sc-team-social.rounded-border li a:hover, .dt-sc-team-social.rounded-square li a, .dt-sc-team-social.square-border li a:hover, .dt-sc-team.details-on-image .dt-sc-team-details h4, .dt-sc-team.details-on-image .dt-sc-team-details h5, .dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social li:hover a, .dt-sc-team.hide-social-role-show-on-hover:hover .dt-sc-team-details h4, .dt-sc-team.hide-social-show-on-hover.details-on-image .dt-sc-team-details h5, .dt-sc-team.hide-social-show-on-hover:hover .dt-sc-team-details h4, .dt-sc-team.hide-social-show-on-hover:hover .dt-sc-team-details h5, .dt-sc-team.rounded .dt-sc-team-details .dt-sc-team-social li a {
    color: #fff
}

.dt-sc-team.type2 .dt-sc-team-details p {
    color: #222
}

.dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-details h5, .dt-sc-team.rounded.hide-social-show-on-hover:hover .dt-sc-team-details h5, .dt-sc-team.type2 .dt-sc-team-details h5 {
    color: rgba(0, 0, 0, .4)
}

.dt-sc-team.hide-social-show-on-hover .dt-sc-team-details h5 {
    color: rgba(0, 0, 0, .5)
}

.dt-sc-team.hide-social-role-show-on-hover:hover .dt-sc-team-details h5 {
    color: rgba(0, 0, 0, .3)
}

.dt-sc-team.rounded .dt-sc-team-details h4, .dt-sc-team.rounded:hover .dt-sc-team-details h4 {
    color: #1b1310
}

.dt-sc-team .dt-sc-team-details {
    background: rgba(0, 0, 0, .05)
}

.dt-sc-team.details-on-image .dt-sc-team-details {
    background: rgba(0, 0, 0, .8)
}

.dt-sc-team.hide-details-show-on-hover .dt-sc-team-details, .dt-sc-team.hide-social-show-on-hover .dt-sc-team-social {
    background: rgba(255, 255, 255, .9)
}

.dt-sc-team.type2 {
    background: #f1efea
}

.dt-sc-team.type2 .dt-sc-team-details h5 {
    border-bottom-color: rgba(0, 0, 0, .1)
}

.dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-thumb {
    border-color: #fff
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .dt-sc-team .dt-sc-team-details h4 {
        font-size: 20px
    }
    .dt-sc-team .dt-sc-team-details h5 {
        font-size: 16px
    }
    .dt-sc-team.details-on-image .dt-sc-team-details h4 {
        font-size: 18px
    }
    .vc_col-md-12 .dt-sc-team, .vc_col-md-6 .dt-sc-team {
        margin-top: 30px
    }
    .dt-sc-team .dt-sc-team-thumb img {
        width: 100%
    }
    .dt-sc-team.type2.alter .dt-sc-team-details::before {
        right: 30px;
        transform: rotate(-90deg)
    }
    .dt-sc-team-social li {
        margin: 0 3px
    }
    .dt-sc-team-social li a {
        font-size: 15px;
        height: 30px;
        line-height: 30px;
        width: 30px
    }
    .dt-sc-team-social.hexagon-border li {
        margin: 8px 3px
    }
    .dt-sc-team.type2 .dt-sc-team-details, .dt-sc-team.type2 .dt-sc-team-thumb {
        width: 50%
    }
    .dt-sc-team.type2 .dt-sc-team-details:before {
        border-bottom-width: 16px;
        top: -22px;
        left: 30px;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg)
    }
    .dt-sc-team.type2 .dt-sc-team-details h4 {
        font-size: 15px;
        margin-bottom: 5px
    }
    .dt-sc-team.type2 .dt-sc-team-details h5 {
        margin-bottom: 10px;
        padding-bottom: 10px
    }
    .dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-social {
        top: 35%
    }
    .dt-sc-team.hide-social-show-on-hover .dt-sc-team-social, .dt-sc-team.hide-social-show-on-hover .dt-sc-team-social.rounded-border, .dt-sc-team.hide-social-show-on-hover .dt-sc-team-social.square-border {
        top: -70px
    }
    .dt-sc-team-social.diamond-square-border li {
        margin: 0 7px
    }
    .rs_min_height_team_col .wpb_column {
        min-height: 355px!important
    }
    .dt-sc-team.type2 .dt-sc-team-details {
        padding: 15px 25px
    }
    .dt-sc-team.hide-details-show-on-hover.dt-sc-one-course-team .dt-sc-team-details {
        padding: 15px 0 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .vc_custom_carousel .dt-sc-team.team_rounded_border.rounded .dt-sc-team-thumb {
        width: 170px;
        height: 170px
    }
    .vc_custom_carousel .dt-sc-team.rounded.team_rounded_border.hide-social-show-on-hover .dt-sc-team-social {
        top: 15%
    }
    .rs_col-sm-6 .dt-sc-team {
        margin-bottom: 30px
    }
    .rs_col-sm-6:last-child .dt-sc-team, .rs_col-sm-6:nth-last-child(2) .dt-sc-team {
        margin-bottom: 0
    }
    .dt-sc-team .dt-sc-team-thumb img {
        width: 100%
    }
    .dt-sc-team.type2 .dt-sc-team-details, .dt-sc-team.type2 .dt-sc-team-thumb {
        width: 100%;
        float: left
    }
    .dt-sc-team.type2 .dt-sc-team-details {
        padding: 50px 25px
    }
    .dt-sc-team.type2 .dt-sc-team-details:before {
        border-bottom-width: 16px;
        top: -22px;
        left: 30px;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg)
    }
    .dt-sc-team-social li {
        margin: 0 2px 2px
    }
    .dt-sc-team-social li a {
        font-size: 15px;
        height: 30px;
        line-height: 30px;
        width: 30px
    }
    .rs_col-sm-6 .dt-sc-team.hide-social-show-on-hover .dt-sc-team-social {
        top: -72px
    }
    .dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-social {
        top: 30%
    }
    .rs_min_height_team_col .rs_col-sm-6.wpb_column {
        min-height: 500px!important
    }
    .dt-sc-team.hide-details-show-on-hover .dt-sc-team-details h4 {
        font-size: 16px
    }
    .dt-sc-team.hide-details-show-on-hover .dt-sc-team-details h5, .dt-sc-team.hide-details-show-on-hover.dt-sc-one-course-team .dt-sc-team-details h4 {
        font-size: 14px
    }
    .dt-sc-team.hide-details-show-on-hover.dt-sc-one-course-team .dt-sc-team-details {
        padding: 15px 0 0
    }
}

@media only screen and (max-width:767px) {
    .rs_col_no_btm_space .dt-sc-team {
        margin-bottom: 0
    }
    .dt-sc-team.type2 .dt-sc-team-details, .dt-sc-team.type2 .dt-sc-team-thumb {
        float: left
    }
    .dt-sc-team.type2.alter .dt-sc-team-details::before {
        border-right: 15px solid #f1efea;
        left: 30px;
        right: auto;
        border-left: transparent
    }
    .dt-sc-team {
        margin: 0 0 30px
    }
    .dt-sc-team .dt-sc-team-thumb img, .dt-sc-team.type2 .dt-sc-team-details, .dt-sc-team.type2 .dt-sc-team-thumb {
        width: 100%
    }
    .dt-sc-team.type2 .dt-sc-team-details {
        padding: 50px 25px
    }
    .dt-sc-team.type2 .dt-sc-team-details:before {
        border-bottom-width: 16px;
        top: -22px;
        left: 30px;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg)
    }
    .rs_min_height_team_col .wpb_column {
        min-height: 470px!important
    }
    .rs_col_no_btm_space.dt-sc-team {
        margin-bottom: 0
    }
    .dt-sc-team.hide-details-show-on-hover.dt-sc-one-course-team .dt-sc-team-details {
        padding: 70px 0 0
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-social {
        top: 32%
    }
    .rs_min_height_team_col .wpb_column {
        min-height: 570px!important
    }
}

@media only screen and (max-width:479px) {
    .rs_min_height_team_col .wpb_column {
        min-height: 440px!important
    }
    .dt-sc-team.hide-details-show-on-hover.dt-sc-one-course-team .dt-sc-team-details {
        padding: 30px 0 0
    }
}

@media only screen and (max-width:319px) {
    .rs_min_height_team_col .wpb_column {
        min-height: 350px!important
    }
    .dt-sc-team-social li {
        margin: 0 2px
    }
    .dt-sc-team-social li a {
        font-size: 15px;
        height: 30px;
        line-height: 30px;
        width: 30px
    }
    .dt-sc-team-social.hexagon-border li {
        margin: 12px 2px
    }
    .dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-social {
        top: 22%
    }
    .dt-sc-team.hide-social-show-on-hover .dt-sc-team-social {
        top: -70px
    }
    .dt-sc-team-social.diamond-square-border li {
        margin: 0 7px
    }
}

/*Tabs*/

.dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame>li>a:before, .dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame>li>a:before, .dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame>li>a:after, .dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame>li>a:before, .dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame>li>a:after, .dt-sc-university-tab ul.dt-sc-tabs-horizontal-frame>li>a:before, .type9 ul.dt-sc-tabs-horizontal-frame>li>a:after, .type9 ul.dt-sc-tabs-horizontal-frame>li>a>.dt-sc-tab-image-holder:after, .type9 ul.dt-sc-tabs-horizontal-frame>li>a>span:after {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

.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: 18px;
    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
}

.dt-sc-tabs-horizontal-frame-content {
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 30px 0 0
}

.dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame {
    border-bottom: 0;
    border-top: 2px solid rgba(0, 0, 0, .1)
}

.dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame>li {
    margin: 0
}

.dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame>li>a {
    font-weight: 400;
    padding: 10px 23px;
    border: 2px solid transparent;
    margin: -2px -2px 0
}

.dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame>li>a.current {
    border-bottom-color: rgba(0, 0, 0, .1);
    border-left-color: rgba(0, 0, 0, .1);
    border-right-color: rgba(0, 0, 0, .1);
    border-top-color: #fff
}

.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.alter ul.dt-sc-tabs-horizontal-frame {
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    border-top: 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-top-color: rgba(0, 0, 0, .1);
    border-bottom-color: #fff;
    border-right-color: rgba(0, 0, 0, .1);
    border-left-color: rgba(0, 0, 0, .1)
}

.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 {
    text-align: center;
    border: none
}

.dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame>li {
    display: inline-block;
    text-align: center;
    margin: 0;
    float: none
}

.dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame>li>a {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 14px 30px 12px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom-width: 2px;
    border-right-width: 0;
    margin: 0;
    color: #000;
    border-radius: 0;
    display: inline-block
}

.dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame>li:last-child>a {
    border-right: 1px solid rgba(0, 0, 0, .1)
}

.dt-sc-tabs-horizontal-frame-container.type3 .dt-sc-tabs-horizontal-frame-content {
    padding-top: 50px
}

.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame {
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-top: 15px
}

.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame>li {
    display: inline-block;
    text-align: center;
    margin: 0;
    float: none;
    position: relative
}

.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame>li>a {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 120px 30px 25px;
    border: 0;
    border-bottom: 2px solid transparent;
    margin: 0 0 -10px;
    color: rgba(0, 0, 0, .4);
    border-radius: 0;
    display: inline-block;
    min-width: 229px
}

.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame>li>a>span {
    font-size: 36px;
    color: rgba(0, 0, 0, .4);
    width: 100%;
    top: 0;
    line-height: 80px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto
}

.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame>li>a>span:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    background: rgba(0, 0, 0, .05);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
    border-radius: 10px
}

.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame>li>a.current>span {
    color: #fff
}

.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, .05);
    border-radius: 0;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding: 14px 20px 13px
}

.dt-sc-tabs-horizontal-frame-container.type5 ul.dt-sc-tabs-horizontal-frame>li>a.current {
    color: #fff
}

.dt-sc-tabs-horizontal-frame-container.type5 .dt-sc-tabs-horizontal-frame-content {
    border: 1px solid rgba(0, 0, 0, .05);
    padding: 30px;
    margin: 1px 0 0
}

.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: 0 0;
    padding: 20px 25px;
    font-size: 16px;
    font-weight: 400
}

.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, .05);
    padding-bottom: 10px
}

.dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    display: table;
    table-layout: fixed;
    border: 0
}

.dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame>li {
    display: table-cell;
    width: auto;
    padding: 0;
    text-align: center;
    position: relative;
    float: none;
    margin: 0 1px 0 0
}

.dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame>li>a {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 18px 20px;
    margin: 0 1px 0 0;
    color: #fff;
    border: 0;
    border-radius: 0;
    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, .03);
    color: #000
}

.dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame>li>a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 0;
    margin: auto;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    opacity: 0
}

.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: 0;
    background: rgba(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, .1);
    color: #fff
}

.skin-highlight .dt-sc-tabs-horizontal-frame-container.type6 .dt-sc-tabs-horizontal-frame-content, .skin-highlight .dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame>li>a.current {
    background: #fff;
    color: #000
}

.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: #000
}

.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: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

ul.dt-sc-tabs-horizontal>li {
    float: left;
    display: inline;
    margin: 0;
    padding: 0
}

ul.dt-sc-tabs-horizontal>li>a {
    border-bottom: 1px solid transparent;
    float: left;
    margin: 0 0 -1px;
    padding: 10px 20px 15px;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px 3px 0 0;
    color: rgba(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: 0 10px 0 0;
    position: relative
}

.dt-sc-tabs-horizontal-content {
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 20px 0
}

.dt-sc-tabs-vertical-frame-container {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    clear: both;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-left: 1px solid rgba(0, 0, 0, .1)
}

ul.dt-sc-tabs-vertical-frame {
    float: left;
    width: 32%;
    margin: 0 -1px 1px 0;
    padding: 0
}

ul.dt-sc-tabs-vertical-frame>li {
    float: left;
    display: block;
    padding: 0;
    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: 0 0 -1px;
    padding: 30px 14px 28px;
    font-weight: 700;
    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: 0 10px 0 0;
    position: relative;
    top: 3px
}

ul.dt-sc-tabs-vertical-frame>li>a>span.pe-icon {
    font-weight: 700;
    font-size: 19px;
    top: 1px
}

ul.dt-sc-tabs-vertical-frame>li:first-child>a {
    border-top: 1px solid rgba(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: 0;
    padding: 20px 30px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 0;
    position: relative
}

.dt-sc-tabs-vertical-frame-content h4 {
    text-transform: none
}

.dt-sc-tabs-vertical-container {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    clear: both;
    overflow: hidden
}

ul.dt-sc-tabs-vertical {
    width: 32%;
    margin: 0 -1px 1px 0;
    float: left;
    padding: 0
}

ul.dt-sc-tabs-vertical>li {
    float: left;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%
}

ul.dt-sc-tabs-vertical>li>a {
    border-right: 1px solid transparent;
    float: left;
    margin: 0;
    padding: 10px 20px 15px 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .4);
    width: 100%
}

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
}

.dt-sc-tabs-vertical-content {
    float: left;
    width: 68%;
    margin: 0;
    padding: 20px 30px;
    position: relative;
    border-left: 1px solid rgba(0, 0, 0, .1)
}

.dt-sc-tabs-vertical-frame-container.type2 {
    border: 0
}

.dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame {
    background: rgba(0, 0, 0, .05)
}

.dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame>li>a {
    border: 0;
    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:before {
    content: "\f105";
    position: absolute;
    right: 35px;
    top: 14px;
    font-size: 20px;
    font-family: FontAwesome;
    opacity: 0;
    visibility: hidden
}

.dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame>li>a.current:before, .dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame>li>a:hover:before {
    right: 30px;
    opacity: 1;
    visibility: visible
}

.dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame>li:first-child>a:before {
    top: 29px
}

.dt-sc-tabs-vertical-frame-container.type2 .dt-sc-tabs-vertical-frame-content {
    border: 0;
    padding: 0 0 0 30px
}

.dt-sc-tabs-vertical-frame-container.type3 {
    border: 0
}

.dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame>li>a {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 15px 15px 15px 25px;
    font-size: 18px;
    margin: 0 0 10px;
    position: relative
}

.dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame>li>a.current, .dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame>li>a:hover {
    color: #fff
}

.dt-sc-tabs-vertical-frame-container.type3.dark-color ul.dt-sc-tabs-vertical-frame>li>a.current, .dt-sc-tabs-vertical-frame-container.type3.dark-color ul.dt-sc-tabs-vertical-frame>li>a:hover {
    color: #000
}

.dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame>li>a:before {
    content: "";
    position: absolute;
    left: -5px;
    top: 0;
    bottom: 0;
    height: 0;
    margin: auto;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame>li>a.current:before, .dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame>li>a:hover:before {
    opacity: 1;
    visibility: visible;
    left: -1px
}

.dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame>li>a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    height: 100%;
    width: 0;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame>li>a.current:after, .dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame>li>a:hover:after {
    opacity: 1;
    visibility: visible;
    width: 4px
}

.dt-sc-tabs-vertical-frame-container.type3 .dt-sc-tabs-vertical-frame-content {
    border: 0;
    padding: 0 0 0 70px
}

.dt-sc-tabs-vertical-frame-container.type4 {
    border: 0
}

.dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame>li>a {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 12px 30px 12px 0;
    font-size: 18px;
    font-weight: 600;
    color: rgba(0, 0, 0, .4);
    margin: 0;
    text-transform: none;
    letter-spacing: .5px;
    position: relative;
    overflow: hidden
}

.dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame>li:first-child>a {
    border-top: 0
}

.dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame>li>a.current {
    color: #000
}

.dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame>li>a:before {
    content: "\f054";
    position: absolute;
    right: -50px;
    top: 0;
    width: 40px;
    height: 100%;
    font-size: 18px;
    color: #fff;
    font-family: FontAwesome;
    line-height: 54px;
    text-align: center;
    padding-right: 7px;
    -webkit-transition: all .37s linear;
    -moz-transition: all .37s linear;
    -o-transition: all .37s linear;
    -ms-transition: all .37s linear;
    transition: all .37s linear
}

.dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame>li>a:after {
    content: "";
    position: absolute;
    right: -50px;
    top: 0;
    width: 35px;
    height: 100%;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    z-index: -1
}

.dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame>li>a.current:before {
    right: 0
}

.dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame>li>a.current:after {
    right: 25px
}

.dt-sc-tabs-vertical-frame-container.type4 .dt-sc-tabs-vertical-frame-content {
    border: 0;
    padding: 0 0 0 70px
}

.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, .1);
    margin: 0 -1px 0 0
}

.dt-sc-tabs-vertical-frame-container.rs_align_middle ul.dt-sc-tabs-vertical-frame li.last>a {
    border-bottom-width: 1px;
    border-right: 1px solid rgba(0, 0, 0, .1)
}

.dt-sc-tabs-vertical-frame-container.rs_align_middle .dt-sc-tabs-vertical-frame-content {
    border: 1px solid rgba(0, 0, 0, .1);
    width: 100%
}

.dt-sc-tabs-vertical-frame-container.rs_align_middle ul.dt-sc-tabs-vertical-frame li.current.last>a {
    border-right-color: #fff
}

.type7 ul.dt-sc-tabs-horizontal-frame {
    background: rgba(0, 0, 0, .05);
    border-bottom: 0;
    padding: 0 20px 0 150px;
    margin-bottom: 30px;
    position: relative
}

.type7 .dt-sc-tabs-horizontal-frame:before {
    color: #878c90;
    content: "Jump 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: 0 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: #222;
    font-size: 16px;
    text-transform: capitalize;
    padding: 11px 25px 13px;
    margin: 0;
    font-weight: 400;
    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 20px;
    min-width: 130px
}

.type9 ul.dt-sc-tabs-horizontal-frame>li>a {
    border-radius: 0;
    border: 0;
    background: 0 0;
    float: none;
    display: inline-block;
    text-transform: inherit;
    min-width: 130px;
    margin: 0 0 52px;
    padding: 0;
    color: #222;
    font-size: 20px;
    text-align: center;
    position: relative;
    font-weight: 500
}

.type9 ul.dt-sc-tabs-horizontal-frame>li>a>.dt-sc-tab-image-holder {
    width: 100%;
    text-align: center;
    float: none;
    display: inline-block;
    margin-top: 35px;
    margin-bottom: 35px
}

.type9 ul.dt-sc-tabs-horizontal-frame>li>a>span {
    width: 100%;
    height: 130px;
    line-height: 130px;
    margin-bottom: 20px;
    margin-right: 0;
    font-size: 45px;
    position: relative;
    z-index: 1
}

.type9 ul.dt-sc-tabs-horizontal-frame>li>a>.dt-sc-tab-image-holder:after, .type9 ul.dt-sc-tabs-horizontal-frame>li>a>span:after {
    position: absolute;
    content: "";
    display: block;
    width: 130px;
    height: 130px;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 50%;
    margin: 0 auto;
    border: 4px solid;
    background: #fff;
    z-index: -1
}

.type9 ul.dt-sc-tabs-horizontal-frame>li>a.current, .type9 ul.dt-sc-tabs-horizontal-frame>li>a:hover {
    background: 0 0;
    color: currentColor
}

.type9 ul.dt-sc-tabs-horizontal-frame>li>a:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 18px solid #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -72px;
    opacity: 0;
    visibility: visible
}

.type9 ul.dt-sc-tabs-horizontal-frame>li:hover>a:after, .type9 ul.dt-sc-tabs-horizontal-frame>li>a.current:after {
    opacity: 1;
    visibility: visible;
    bottom: -52px
}

.type9 .dt-sc-tabs-horizontal-frame-content {
    background: #fff;
    padding: 80px 0;
    position: relative
}

.type9 .dt-sc-tabs-horizontal-frame-content:empty {
    padding: 0
}

.type9 .dt-sc-tabs-horizontal-frame-content:before {
    position: absolute;
    content: "";
    display: block;
    width: 9000px;
    left: -4500px;
    background: #fff;
    bottom: 0;
    height: 100%;
    border-bottom: 1px solid #f8f8f8
}

.dt-sc-tabs-horizontal-frame-container.dt-sc-university-tab {
    display: inline-block;
    width: 100%;
    position: relative
}

.dt-sc-university-tab ul.dt-sc-tabs-horizontal-frame {
    border-bottom: 0;
    float: left;
    clear: both;
    padding: 0;
    text-align: center;
    width: 100vw;
    position: relative;
    margin: 0 0 0 -50vw;
    height: auto;
    left: 50%
}

.dt-sc-university-tab ul.dt-sc-tabs-horizontal-frame>li {
    display: inline-block;
    float: none;
    margin: 0
}

.dt-sc-university-tab ul.dt-sc-tabs-horizontal-frame>li>a {
    border-radius: 0;
    color: #fff;
    float: none;
    display: inline-block;
    font-weight: 400;
    font-size: 20px;
    text-transform: capitalize;
    padding: 35px 25px;
    min-width: 100px;
    margin: 0;
    border-width: 0 1px;
    border-style: none solid none none;
    border-color: rgba(255, 255, 255, .6);
    position: relative
}

.dt-sc-university-tab ul.dt-sc-tabs-horizontal-frame>li:last-child>a {
    border-right: none
}

.dt-sc-university-tab ul.dt-sc-tabs-horizontal-frame>li>a>span {
    width: 100%;
    margin-bottom: 12px;
    margin-right: 0;
    font-size: 25px
}

.dt-sc-university-tab .dt-sc-tabs-horizontal-frame-content {
    background: #fff;
    padding: 45px
}

.dt-sc-university-tab ul.dt-sc-tabs-horizontal-frame>li>a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    height: 0;
    z-index: -1
}

.dt-sc-university-tab ul.dt-sc-tabs-horizontal-frame>li>a.current:before {
    height: 100%
}

.dt-sc-university-tab ul.dt-sc-tabs-horizontal-frame>li>a.current {
    border-color: transparent
}

ul.dt-sc-tabs-horizontal-frame>li>a {
    color: rgba(0, 0, 0, .4)
}

ul.dt-sc-tabs-vertical-frame>li>a {
    color: #191919;
    border-top-color: rgba(0, 0, 0, .1)
}

ul.dt-sc-tabs-horizontal-frame, ul.dt-sc-tabs-vertical-frame>li>a {
    border-bottom-color: rgba(0, 0, 0, .1)
}

ul.dt-sc-tabs-horizontal-frame>li>a.current {
    border-color: rgba(0, 0, 0, .1);
    border-bottom-color: #fff
}

ul.dt-sc-tabs-vertical-frame>li>a.current {
    border-right-color: #fff
}

@media only screen and (min-width:1200px) and (max-width:1380px) {
    .dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame>li>a {
        font-size: 14px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .dt-sc-tabs-vertical-frame-content img {
        position: inherit!important
    }
    ul.dt-sc-tabs-horizontal-frame>li>a, ul.dt-sc-tabs-horizontal>li>a {
        font-size: 16px
    }
    ul.dt-sc-tabs-horizontal>li>a {
        padding: 10px 15px 15px
    }
    ul.dt-sc-tabs-horizontal-frame>li>a {
        padding: 10px 15px
    }
    ul.dt-sc-tabs-vertical-frame>li>a {
        font-size: 13px
    }
    .dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame>li>a {
        font-size: 15px;
        padding: 10px 18px
    }
    .dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame>li>a {
        font-size: 13px;
        padding: 11px 20px
    }
    .dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame>li>a {
        font-size: 14px;
        min-width: 25%
    }
    .dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame>li>a {
        font-size: 13px;
        line-height: normal;
        padding: 18px 10px
    }
    .dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame>li>a, .dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame>li>a {
        font-size: 12px
    }
    .dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame>li>a {
        padding: 15px
    }
    .dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame>li>a {
        font-size: 15px
    }
    .dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame>li>a:before {
        line-height: 46px;
        padding-right: 0
    }
    .dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame>li>a.current:after {
        right: 27px
    }
    .dt-sc-tabs-vertical-frame-container.type3 .dt-sc-tabs-vertical-frame-content, .dt-sc-tabs-vertical-frame-container.type4 .dt-sc-tabs-vertical-frame-content {
        padding-left: 50px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    ul.dt-sc-tabs-horizontal-frame>li>a, ul.dt-sc-tabs-horizontal>li>a {
        font-size: 16px
    }
    ul.dt-sc-tabs-horizontal>li>a {
        padding: 10px 15px 15px
    }
    ul.dt-sc-tabs-horizontal-frame>li>a {
        padding: 10px 15px
    }
    .dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame>li>a {
        font-size: 12px;
        padding: 8px 10px
    }
    .dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame>li>a {
        font-size: 14px;
        padding: 10px 20px
    }
    .dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame>li>a {
        font-size: 13px;
        min-width: 25%
    }
    .dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame>li>a {
        font-size: 10px;
        line-height: normal;
        padding: 18px 10px
    }
    .dt-sc-tabs-vertical-frame-content img {
        position: inherit!important
    }
    ul.dt-sc-tabs-vertical>li>a {
        font-size: 11px;
        padding: 10px 10px 15px 0
    }
    ul.dt-sc-tabs-vertical>li>a>span {
        margin: 0 5px 0 0;
        top: 0
    }
    ul.dt-sc-tabs-vertical-frame>li>a {
        font-size: 10px
    }
    .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: 14px 8px
    }
    ul.dt-sc-tabs-vertical-frame>li>a>span {
        margin: 0 5px 0 0
    }
    .dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame>li>a {
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px
    }
    .dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame>li>a.current::before {
        right: 20px;
        top: 12px
    }
    .dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame>li:first-child>a.current::before {
        top: 28px
    }
    .dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame>li>a {
        font-size: 11px;
        padding: 15px 20px 14px
    }
    .dt-sc-tabs-vertical-frame-container.type3 .dt-sc-tabs-vertical-frame-content, .dt-sc-tabs-vertical-frame-container.type4 .dt-sc-tabs-vertical-frame-content {
        padding-left: 40px
    }
    .dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame>li>a {
        font-size: 14px;
        padding: 12px 15px 12px 0
    }
    .dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame>li>a:before {
        font-size: 14px;
        line-height: 46px;
        padding-right: 3px;
        right: -30px;
        width: 30px
    }
    .dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame>li>a.current:after {
        right: 6px
    }
    .type9 ul.dt-sc-tabs-horizontal-frame>li {
        margin: 0 2px
    }
    .dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame>li {
        margin: 0
    }
    .dt-sc-university-tab ul.dt-sc-tabs-horizontal-frame>li>a {
        font-size: 16px;
        padding: 25px 15px
    }
}

@media only screen and (max-width:767px) {
    .dt-sc-tabs-vertical-frame-content img {
        position: inherit!important
    }
    .type7 ul.dt-sc-tabs-horizontal {
        padding-left: 20px
    }
    .type7 .dt-sc-tabs-horizontal:before {
        content: none
    }
    .type7 ul.dt-sc-tabs-horizontal-frame {
        padding-left: 0
    }
    .type7 .dt-sc-tabs-horizontal-frame>li:after, .type7 ul.dt-sc-tabs-horizontal-frame:before {
        display: none
    }
    .type7 ul.dt-sc-tabs-horizontal-frame>li, .type7 ul.dt-sc-tabs-horizontal-frame>li>a {
        width: 100%
    }
    ul.dt-sc-tabs-horizontal li, ul.dt-sc-tabs-vertical li {
        position: relative;
        z-index: 1
    }
    .dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame li, .dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame li, .dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame>li {
        text-align: center;
        width: 100%
    }
    .dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame>li>a, .dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame>li>a, .dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame>li>a {
        display: inline-block;
        float: none
    }
    .dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame {
        border-top: none;
        padding: 0 0 35px
    }
    .dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame li, .dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame>li {
        border: none
    }
    .dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame li {
        overflow: hidden
    }
    .dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame>li>a {
        font-size: 14px
    }
    .dt-sc-tabs-horizontal-frame-container.type2.alter ul.dt-sc-tabs-horizontal-frame>li>a {
        margin-top: 0;
        margin-bottom: 2px
    }
    .dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame>li>a.current:after, .dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame>li>a.current:before {
        content: "";
        height: 2px;
        position: absolute;
        top: 0;
        width: 100%;
        -webkit-transition: all .3s linear 0s;
        -moz-transition: all .3s linear 0s;
        -ms-transition: all .3s linear 0s;
        -o-transition: all .3s linear 0s;
        transition: all .3s linear 0s;
        background-color: rgba(0, 0, 0, .1)
    }
    .dt-sc-tabs-horizontal-frame-container.type2.alter ul.dt-sc-tabs-horizontal-frame>li>a.current::after, .dt-sc-tabs-horizontal-frame-container.type2.alter ul.dt-sc-tabs-horizontal-frame>li>a.current::before {
        bottom: -2px;
        top: auto
    }
    .dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame>li>a.current:before {
        left: -100%
    }
    .dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame>li>a.current:after {
        right: -100%
    }
    .dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame>li>a {
        border-right-width: 1px;
        margin: 0 0 -2px;
        width: 80%
    }
    .dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame>li>a>span {
        float: none
    }
    .dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame {
        border: none
    }
    .dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame>li {
        margin: 0 0 35px
    }
    .dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame>li>a {
        margin: 0 0 -1px;
        min-width: 60%
    }
    .dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame, .dt-sc-tabs-horizontal-frame-container.type2.alter ul.dt-sc-tabs-horizontal-frame, .dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame>li {
        border-bottom: 1px solid rgba(0, 0, 0, .08)
    }
    .dt-sc-tabs-horizontal-frame-container.type5 ul.dt-sc-tabs-horizontal-frame>li, .dt-sc-tabs-horizontal-frame-container.type5 ul.dt-sc-tabs-horizontal-frame>li>a, .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 {
        display: block;
        float: none;
        line-height: normal
    }
    .dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame>li {
        display: block
    }
    .dt-sc-tabs-horizontal-frame-container.type8 ul.dt-sc-tabs-horizontal-frame>li, .dt-sc-tabs-horizontal-frame-container.type8 ul.dt-sc-tabs-horizontal-frame>li>a, .dt-sc-tabs-horizontal-frame-container.type9 ul.dt-sc-tabs-horizontal-frame>li, .dt-sc-tabs-horizontal-frame-container.type9 ul.dt-sc-tabs-horizontal-frame>li>a {
        display: block;
        width: 100%
    }
    .dt-sc-tabs-horizontal-frame-container.type8 ul.dt-sc-tabs-horizontal-frame>li {
        margin-bottom: 5px
    }
    .dt-sc-tabs-horizontal-frame-container.type8 ul.dt-sc-tabs-horizontal-frame>li>a span {
        float: none
    }
    .dt-sc-tabs-vertical-frame-container.rs_align_middle .dt-sc-tabs-vertical-frame-content, .dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame {
        min-height: auto!important
    }
    .dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame>li:first-child>a.current {
        border-left-color: rgba(0, 0, 0, .1)
    }
    .type9 ul.dt-sc-tabs-horizontal-frame>li:hover>a:after, .type9 ul.dt-sc-tabs-horizontal-frame>li>a.current:after {
        display: none
    }
    .type9 ul.dt-sc-tabs-horizontal-frame>li {
        margin: 0
    }
    .dt-sc-tabs-vertical-frame-container.type3 .dt-sc-tabs-vertical-frame-content {
        width: 100%;
        padding-left: 0;
        margin-top: 30px
    }
    .dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame {
        width: 100%
    }
    .dt-sc-university-tab ul.dt-sc-tabs-horizontal-frame>li>a {
        font-size: 14px;
        padding: 15px
    }
    .type9 .dt-sc-tabs-horizontal-frame-content p a {
        display: block
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    ul.dt-sc-tabs-horizontal-frame>li>a, ul.dt-sc-tabs-horizontal>li>a {
        font-size: 14px;
        padding: 10px 15px 15px
    }
    ul.dt-sc-tabs-horizontal-frame>li>a {
        padding: 10px 15px
    }
    .dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame, .dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame {
        width: 46%
    }
    .dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame>li>a {
        padding: 15px
    }
    .dt-sc-tabs-vertical-frame-container.type2 .dt-sc-tabs-vertical-frame-content, .dt-sc-tabs-vertical-frame-container.type4 .dt-sc-tabs-vertical-frame-content {
        padding: 0 0 0 20px;
        width: calc(54% + 1px)
    }
    .dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame>li>a, .dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame>li>a, .dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame>li>a {
        font-size: 12px
    }
    .dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame>li>a.current:before {
        font-size: 18px;
        right: 15px;
        top: 15px
    }
    .dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame>li:first-child>a.current:before {
        top: 31px
    }
    .dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame>li>a {
        padding: 12px 15px 12px 0
    }
    .dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame>li>a:before {
        line-height: 46px;
        padding-right: 3px;
        right: -30px;
        width: 30px
    }
    .dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame>li>a.current:after {
        right: 6px
    }
}

@media only screen and (max-width:479px) {
    ul.dt-sc-tabs-horizontal, ul.dt-sc-tabs-horizontal-frame {
        border: none
    }
    ul.dt-sc-tabs-horizontal li {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        text-align: center;
        width: 100%
    }
    ul.dt-sc-tabs-horizontal-frame>li>a, ul.dt-sc-tabs-horizontal>li>a {
        display: inline-block;
        float: none
    }
    ul.dt-sc-tabs-horizontal-frame li {
        margin-bottom: 10px
    }
    ul.dt-sc-tabs-horizontal-frame li:last-child {
        margin-bottom: 0
    }
    .dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame>li {
        margin: 0
    }
    .dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame>li>a {
        width: 98%
    }
    .dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame>li {
        width: 95%
    }
    .dt-sc-tabs-horizontal-frame-container.type5 ul.dt-sc-tabs-horizontal-frame>li>a {
        font-size: 16px
    }
    .dt-sc-tabs-horizontal-frame-container.type5 .dt-sc-tabs-horizontal-frame-content {
        padding: 30px 30px 0
    }
    .type7 ul.dt-sc-tabs-horizontal {
        padding-left: 0
    }
    .type7 ul.dt-sc-tabs-horizontal>li {
        float: left;
        width: 100%
    }
    .type7 .dt-sc-tabs-horizontal:before, .type7 .dt-sc-tabs-horizontal>li:after {
        content: none
    }
    ul.dt-sc-tabs-vertical-frame>li>a {
        font-size: 13px
    }
    .dt-sc-tabs-vertical-frame-container.type2 .dt-sc-tabs-vertical-frame-content, .dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame, .dt-sc-tabs-vertical-frame-container.type3 .dt-sc-tabs-vertical-frame-content, .dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame, .dt-sc-tabs-vertical-frame-container.type4 .dt-sc-tabs-vertical-frame-content, .dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame {
        width: 100%
    }
    .dt-sc-tabs-vertical-frame-container.type2 .dt-sc-tabs-vertical-frame-content {
        padding: 30px 0 0
    }
    .dt-sc-tabs-vertical-frame-container.type3 .dt-sc-tabs-vertical-frame-content, .dt-sc-tabs-vertical-frame-container.type4 .dt-sc-tabs-vertical-frame-content {
        padding: 50px 0 0
    }
    .dt-sc-tabs-vertical-frame-container.rs_align_middle ul.dt-sc-tabs-vertical-frame li.current.last>a {
        border-right-color: rgba(0, 0, 0, .1)
    }
}

@media only screen and (max-width:319px) {
    ul.dt-sc-tabs-horizontal-frame>li>a, ul.dt-sc-tabs-horizontal>li>a {
        font-size: 12px
    }
    ul.dt-sc-tabs-horizontal>li>a {
        padding: 10px 15px 15px
    }
    ul.dt-sc-tabs-horizontal-frame>li>a {
        padding: 10px 15px
    }
    .dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame>li>a, .dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame>li>a {
        font-size: 11px
    }
    .dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame>li>a {
        padding: 8px 10px
    }
    .dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame>li>a {
        padding: 10px 20px
    }
    .dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame>li>a>span {
        top: -1px
    }
    .dt-sc-tabs-horizontal-frame-container.type6 .dt-sc-tabs-horizontal-frame-content .dt-sc-icon-box.type5.rounded-skin {
        padding-left: 0
    }
    .dt-sc-tabs-horizontal-frame-container.type6 .dt-sc-tabs-horizontal-frame-content .dt-sc-icon-box.type5.rounded-skin .icon-wrapper {
        margin: 0 auto 20px;
        position: inherit
    }
    ul.dt-sc-tabs-vertical>li>a {
        font-size: 11px;
        padding: 10px 10px 15px 0
    }
    ul.dt-sc-tabs-vertical>li>a>span {
        margin: 0 5px 0 0;
        top: 5px
    }
    ul.dt-sc-tabs-vertical-frame>li>a {
        font-size: 10px
    }
    .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: 14px 8px
    }
    ul.dt-sc-tabs-vertical-frame>li>a>span {
        margin: 0 5px 0 0
    }
    .dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame>li>a {
        font-size: 12px;
        padding-left: 20px;
        padding-right: 20px
    }
    .dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame>li>a.current::before {
        right: 20px;
        top: 12px
    }
    .dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame>li:first-child>a.current::before {
        top: 28px
    }
    .dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame {
        width: 97%
    }
    .dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame>li>a {
        font-size: 11px;
        padding: 15px 12px 14px
    }
    .dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame>li>a.current::before {
        border-bottom-width: 23px;
        border-top-width: 23px
    }
    .dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame>li>a {
        font-size: 12px;
        padding: 12px 15px 12px 0
    }
    .dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame>li>a:before {
        font-size: 14px;
        line-height: 46px;
        padding-right: 3px;
        right: -30px;
        width: 30px
    }
    .dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame>li>a.current:after {
        right: 6px
    }
}

/*Social Icons*/

.dt-sc-sociable {
    display: block;
    clear: both;
    line-height: 0;
    margin: 0 -3px;
    padding: 0
}

.dt-sc-sociable.center {
    text-align: center
}

.dt-sc-sociable.right {
    float: right;
    text-align: right
}

.dt-sc-sociable.left>li:first-child, .no-left-margin.dt-sc-sociable {
    margin-left: 0
}

.dt-sc-sociable.right>li:last-child {
    margin-right: 0
}

.dt-sc-sociable li {
    display: inline-block;
    margin: 2px 3px;
    padding: 0;
    position: relative
}

.dt-sc-sociable li a {
    float: left;
    text-align: center;
    text-indent: -9999px
}

.dt-sc-sociable li a>i {
    font-style: normal;
    font-size: inherit;
    font-weight: 400
}

.dt-sc-sociable li a>i:before {
    display: inline-block;
    font-family: FontAwesome;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 0;
    width: 100%;
    z-index: 1
}

.dt-sc-sociable.small li a {
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    width: 36px
}

.dt-sc-sociable.small li a.zmdi {
    font-size: 20px
}

.dt-sc-sociable.medium li a {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    width: 45px
}

.dt-sc-sociable.medium li a.zmdi {
    font-size: 20px
}

.dt-sc-sociable.large li a {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    width: 50px
}

.dt-sc-sociable.extra-large li a.zmdi, .dt-sc-sociable.large li a.zmdi {
    font-size: 20px
}

.dt-sc-sociable.extra-large li a {
    font-size: 20px;
    height: 55px;
    line-height: 55px;
    width: 55px
}

.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 li a>.dt-icon-default:after, .dt-sc-sociable li a>.dt-icon-default:before, .dt-sc-sociable li a>.dt-icon-hover:after, .dt-sc-sociable li a>.dt-icon-hover:before, .dt-sc-sociable li a[data-hover-shape=hexagon-alt]>.dt-icon-hover>span:before, .dt-sc-sociable[data-default-shape=hexagon] li a>.dt-icon-default>span:after, .dt-sc-sociable[data-default-shape=hexagon] li a>.dt-icon-default>span:before, .dt-sc-sociable[data-default-shape=hexagon-alt] li a>.dt-icon-default>span:after, .dt-sc-sociable[data-default-shape=hexagon-alt] li a>.dt-icon-default>span:before, .dt-sc-sociable[data-hover-shape=hexagon] li a>.dt-icon-hover>span:after, .dt-sc-sociable[data-hover-shape=hexagon] li a>.dt-icon-hover>span:before, .dt-sc-sociable[data-hover-shape=hexagon-alt] li a>.dt-icon-hover>span:after {
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.dt-sc-sociable li a>.dt-icon-default:after, .dt-sc-sociable li a>.dt-icon-hover:after {
    border-style: solid;
    border-width: 1px;
    border-color: transparent
}

.dt-sc-sociable[data-default-shape=circle] li a .dt-icon-default:after, .dt-sc-sociable[data-default-shape=circle] li a .dt-icon-default:before, .dt-sc-sociable[data-hover-shape=circle] li a .dt-icon-hover:after, .dt-sc-sociable[data-hover-shape=circle] li a .dt-icon-hover:before {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.dt-sc-sociable[data-default-border-radius=yes] li a .dt-icon-default:after, .dt-sc-sociable[data-default-border-radius=yes] li a .dt-icon-default:before, .dt-sc-sociable[data-hover-border-radius=yes] li a .dt-icon-hover:after, .dt-sc-sociable[data-hover-border-radius=yes] li a .dt-icon-hover:before {
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.dt-sc-sociable[data-default-shape=hexagon-alt] li, .dt-sc-sociable[data-default-shape=diamond-square] li, .dt-sc-sociable[data-hover-shape=hexagon-alt] li, .dt-sc-sociable[data-hover-shape=diamond-square] li {
    margin: 10px
}

.dt-sc-sociable[data-default-shape=diamond-narrow] li, .dt-sc-sociable[data-hover-shape=diamond-narrow] li {
    margin: 15px 5px
}

.dt-sc-sociable[data-default-shape=diamond-square][data-hover-shape=diamond-narrow] li {
    margin: 15px 10px
}

.dt-sc-sociable[data-default-shape=diamond-wide] li, .dt-sc-sociable[data-hover-shape=diamond-wide] li {
    margin: 5px 15px
}

.dt-sc-sociable[data-default-shape=diamond-square][data-hover-shape=diamond-wide] li {
    margin: 10px 15px
}

.dt-sc-sociable[data-default-shape=diamond-wide][data-hover-shape=diamond-narrow] li {
    margin: 15px
}

.dt-sc-sociable[data-default-shape=diamond-narrow][data-hover-shape=diamond-square] li, .dt-sc-sociable[data-default-shape=diamond-narrow][data-hover-shape=diamond-wide] li {
    margin: 20px 15px
}

.dt-sc-sociable[data-default-shape=diamond-square] li a>.dt-icon-default:after, .dt-sc-sociable[data-default-shape=diamond-square] li a>.dt-icon-default:before, .dt-sc-sociable[data-hover-shape=diamond-square] li a>.dt-icon-hover:after, .dt-sc-sociable[data-hover-shape=diamond-square] li a>.dt-icon-hover:before {
    -webkit-transform: rotate(-45deg) skewY(0);
    transform: rotate(-45deg) skewY(0)
}

.dt-sc-sociable[data-default-shape=diamond-narrow] li a>.dt-icon-default:after, .dt-sc-sociable[data-default-shape=diamond-narrow] li a>.dt-icon-default:before, .dt-sc-sociable[data-hover-shape=diamond-narrow] li a>.dt-icon-hover:after, .dt-sc-sociable[data-hover-shape=diamond-narrow] li a>.dt-icon-hover:before {
    margin: 0 6%;
    overflow: hidden;
    padding-bottom: 96%;
    width: 88%;
    -webkit-transform: rotate(30deg) skewY(30deg);
    transform: rotate(30deg) skewY(30deg)
}

.dt-sc-sociable[data-default-shape=diamond-wide] li a>.dt-icon-default:after, .dt-sc-sociable[data-default-shape=diamond-wide] li a>.dt-icon-default:before, .dt-sc-sociable[data-hover-shape=diamond-wide] li a>.dt-icon-hover:after, .dt-sc-sociable[data-hover-shape=diamond-wide] li a>.dt-icon-hover:before {
    margin: 0 6%;
    overflow: hidden;
    padding-bottom: 92%;
    width: 88%;
    -webkit-transform: rotate(-60deg) skewY(30deg);
    transform: rotate(-60deg) skewY(30deg)
}

.dt-sc-sociable[data-default-shape=hexagon] li a, .dt-sc-sociable[data-default-shape=hexagon-alt] li a, .dt-sc-sociable[data-hover-shape=hexagon] li a, .dt-sc-sociable[data-hover-shape=hexagon-alt] li a {
    position: relative
}

.dt-sc-sociable[data-default-shape=hexagon] li a>.dt-icon-default:after, .dt-sc-sociable[data-default-shape=hexagon] li a>.dt-icon-default:before, .dt-sc-sociable[data-hover-shape=hexagon] li a>.dt-icon-hover:after, .dt-sc-sociable[data-hover-shape=hexagon] li a>.dt-icon-hover:before {
    border-top-width: 0;
    border-bottom-width: 0;
    height: 20px;
    margin: auto;
    padding-bottom: 0;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: auto
}

.dt-sc-sociable[data-default-shape=hexagon-alt] li a>.dt-icon-default:after, .dt-sc-sociable[data-default-shape=hexagon-alt] li a>.dt-icon-default:before, .dt-sc-sociable[data-hover-shape=hexagon-alt] li a>.dt-icon-hover:after, .dt-sc-sociable[data-hover-shape=hexagon-alt] li a>.dt-icon-hover:before {
    border-left-width: 0;
    border-right-width: 0;
    height: auto;
    margin: auto;
    padding-bottom: 0;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 20px
}

.dt-sc-sociable[data-default-shape=hexagon] li a>.dt-icon-default span:after, .dt-sc-sociable[data-default-shape=hexagon] li a>.dt-icon-default span:before, .dt-sc-sociable[data-default-shape=hexagon-alt] li a>.dt-icon-default span:after, .dt-sc-sociable[data-default-shape=hexagon-alt] li a>.dt-icon-default span:before, .dt-sc-sociable[data-hover-shape=hexagon] li a>.dt-icon-hover span:after, .dt-sc-sociable[data-hover-shape=hexagon] li a>.dt-icon-hover span:before, .dt-sc-sociable[data-hover-shape=hexagon-alt] li a>.dt-icon-hover span:after, .dt-sc-sociable[data-hover-shape=hexagon-alt] li a>.dt-icon-hover span:before {
    border-style: solid;
    content: "";
    display: inline-block;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0
}

.dt-sc-sociable[data-default-shape=hexagon] li a>.dt-icon-default span:after, .dt-sc-sociable[data-default-shape=hexagon] li a>.dt-icon-default span:before, .dt-sc-sociable[data-hover-shape=hexagon] li a>.dt-icon-hover span:after, .dt-sc-sociable[data-hover-shape=hexagon] li a>.dt-icon-hover span:before {
    border-width: 0 1px;
    height: 20px;
    bottom: 0;
    width: 100%;
    z-index: 0
}

.dt-sc-sociable[data-default-shape=hexagon-alt] li a>.dt-icon-default span:after, .dt-sc-sociable[data-default-shape=hexagon-alt] li a>.dt-icon-default span:before, .dt-sc-sociable[data-hover-shape=hexagon-alt] li a>.dt-icon-hover span:after, .dt-sc-sociable[data-hover-shape=hexagon-alt] li a>.dt-icon-hover span:before {
    border-width: 1px 0;
    height: 100%;
    right: 0;
    width: 20px
}

.dt-sc-sociable[data-default-shape=hexagon] li a>.dt-icon-default span:before, .dt-sc-sociable[data-default-shape=hexagon-alt] li a>.dt-icon-default span:before, .dt-sc-sociable[data-hover-shape=hexagon] li a>.dt-icon-hover span:before, .dt-sc-sociable[data-hover-shape=hexagon-alt] li a>.dt-icon-hover span:before {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg)
}

.dt-sc-sociable[data-default-shape=hexagon] li a>.dt-icon-default span:after, .dt-sc-sociable[data-default-shape=hexagon-alt] li a>.dt-icon-default span:after, .dt-sc-sociable[data-hover-shape=hexagon] li a>.dt-icon-hover span:after, .dt-sc-sociable[data-hover-shape=hexagon-alt] li a>.dt-icon-hover span:after {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg)
}

.dt-sc-sociable li a:hover>.dt-icon-default, .dt-sc-sociable li a>.dt-icon-hover, .dt-sc-sociable[data-default-style=bordered] li a>.dt-icon-default:before, .dt-sc-sociable[data-hover-style=bordered] li a>.dt-icon-hover:before {
    opacity: 0;
    visibility: hidden
}

.dt-sc-sociable li a:hover>.dt-icon-hover {
    opacity: 1;
    visibility: visible
}

.dt-sc-sociable li a, .dt-sc-sociable li a span, .dt-sc-sociable li a span:after, .dt-sc-sociable li a span:before {
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

#footer .dt-sc-sociable.square li a:hover, .dt-sc-sociable.square li a:hover, .dt-sc-sociable[data-default-style=filled] li a:not(:hover)>i, .dt-sc-sociable[data-hover-style=filled] li a:hover>i {
    color: #fff
}

.dt-sc-sociable li.delicious a>i:before {
    content: "\f1a5"
}

.dt-sc-sociable li.deviantart a>i:before {
    content: "\f1bd"
}

.dt-sc-sociable li.digg a>i:before {
    content: "\f1a6"
}

.dt-sc-sociable li.flickr a>i:before {
    content: "\f16e"
}

.dt-sc-sociable li.comment a>i:before {
    content: "\f075"
}

.dt-sc-sociable li.lastfm a>i:before {
    content: "\f202"
}

.dt-sc-sociable li.linkedin a>i:before {
    content: "\f0e1"
}

.dt-sc-sociable li.envelope a>i:before {
    content: "\f0e0"
}

.dt-sc-sociable li.myspace a>i:before {
    content: "\f0c0"
}

.dt-sc-sociable li.picasa a>i:before {
    content: "\f284";
    font-family: Material-Design-Iconic-Font
}

.dt-sc-sociable li.pinterest a>i:before {
    content: "\f0d2"
}

.dt-sc-sociable li.reddit a>i:before {
    content: "\f1a1"
}

.dt-sc-sociable li.rss a>i:before {
    content: "\f09e"
}

.dt-sc-sociable li.skype a>i:before {
    content: "\f17e"
}

.dt-sc-sociable li.stumbleupon a>i:before {
    content: "\f1a4"
}

.dt-sc-sociable li.technorati a>i:before {
    content: ""
}

.dt-sc-sociable li.twitter a>i:before {
    content: "\f099"
}

.dt-sc-sociable li.viadeo a>i:before {
    content: "\f2a9"
}

.dt-sc-sociable li.vimeo a>i:before {
    content: "\f27d"
}

.dt-sc-sociable li.yahoo a>i:before {
    content: "\f19e"
}

.dt-sc-sociable li.youtube a>i:before {
    content: "\f167"
}

.dt-sc-sociable li.google-plus a>i:before {
    content: "\f0d5"
}

.dt-sc-sociable li.tumblr a>i:before {
    content: "\f173"
}

.dt-sc-sociable li.dribbble a>i:before {
    content: "\f17d"
}

.dt-sc-sociable li.instagram a>i:before {
    content: "\f16d"
}

.dt-sc-sociable li.facebook a>i:before {
    content: "\f09a"
}

.dt-sc-sociable[data-default-shape=hexagon] li a>.dt-icon-default span, .dt-sc-sociable[data-default-shape=hexagon-alt] li a>.dt-icon-default span, .dt-sc-sociable[data-hover-shape=hexagon] li a>.dt-icon-hover span, .dt-sc-sociable[data-hover-shape=hexagon-alt] li a>.dt-icon-hover span {
    color: transparent
}

.dt-sc-sociable.no-bottom-space li {
    margin-bottom: 0
}

.dt-sc-sociable.no-vertical-space li {
    margin-top: 0;
    margin-bottom: 0
}

/*Progress Bar*/

.dt-sc-progress {
    margin: 55px 0 10px;
    clear: both;
    display: inline-block;
    width: 100%;
    height: 12px;
    padding: 1px;
    border: 1px solid;
    border-radius: 20px
}

.dt-sc-bar-text {
    font-size: 14px;
    font-weight: 600;
    margin: -36px 0 0
}

.dt-sc-progress-wrapper .dt-sc-bar-title, .dt-sc-progress.type2 .dt-sc-bar-text {
    text-transform: uppercase;
    font-weight: 700
}

.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 {
    position: relative;
    width: 0%;
    height: 100%;
    float: left;
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -moz-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .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(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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
}

.dt-sc-progress.type2 {
    height: 26px;
    border: 2px solid rgba(0, 0, 0, .05);
    border-radius: 30px;
    padding: 0
}

.dt-sc-progress.type2 .dt-sc-bar-text>span {
    margin: 14px 0 0;
    border: 5px solid #fff;
    width: 60px;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    position: relative;
    right: -2px
}

.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
}

.dt-sc-progress-wrapper {
    float: left;
    clear: both;
    width: 100%;
    margin: 15px 0 0
}

.dt-sc-progress-wrapper .dt-sc-bar-title {
    float: left;
    width: 27%;
    padding: 0 20px 0 0;
    font-size: 14px
}

.dt-sc-progress-wrapper .dt-sc-progress {
    float: left;
    width: 73%;
    background: rgba(0, 0, 0, .1);
    border: none;
    clear: none;
    height: 7px;
    margin: 10px 0 0;
    padding: 0
}

.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 #000
}

.dt-sc-dark-bg .dt-sc-progress {
    background-color: #444
}

.dt-sc-progress {
    border-color: #000
}

.dt-sc-bar-text {
    color: #000
}

.dt-sc-dark-bg .dt-sc-bar-text {
    color: #fff
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .dt-sc-progress-wrapper .dt-sc-bar-title {
        font-size: 12px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .dt-sc-progress-wrapper .dt-sc-bar-title {
        font-size: 11px;
        padding: 0 15px 0 0;
        width: 30%
    }
    .dt-sc-progress-wrapper .dt-sc-progress {
        width: 70%
    }
    .vc_col-sm-12 .dt-sc-progress-wrapper .dt-sc-bar-title {
        font-size: 14px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .dt-sc-progress-wrapper .dt-sc-bar-title {
        font-size: 10px;
        padding: 0 10px 0 0;
        width: 32%
    }
    .dt-sc-progress-wrapper .dt-sc-progress {
        width: 68%
    }
}

@media only screen and (max-width:479px) {
    .dt-sc-bar-text {
        margin: -25px 0 0
    }
    .dt-sc-progress .dt-sc-bar-text>span {
        margin: 10px 0 0;
        text-align: right;
        width: 100%
    }
    .dt-sc-progress-wrapper .dt-sc-bar-text>span {
        margin: 0;
        width: auto
    }
    .dt-sc-progress-wrapper .dt-sc-bar-title, .dt-sc-progress-wrapper .dt-sc-progress {
        width: 100%
    }
    .dt-sc-progress-wrapper .dt-sc-bar-title {
        padding: 0 0 20px
    }
}

@media only screen and (max-width:319px) {
    .dt-sc-bar-text {
        font-size: 10px;
        line-height: normal;
        position: relative
    }
    .dt-sc-progress .dt-sc-bar-text>span {
        position: absolute;
        bottom: 0;
        right: 0
    }
    .dt-sc-progress-wrapper .dt-sc-bar-title {
        font-size: 10px
    }
}

/*Pricing Table*/

.dt-sc-pr-tb-col, .dt-sc-pr-tb-col.type1 .dt-sc-tb-thumb {
    text-align: center
}

.dt-sc-pr-tb-col.type2 .dt-sc-tb-header, .dt-sc-pr-tb-col.type2.selected .dt-sc-tb-header, .dt-sc-pr-tb-col.type2.selected .dt-sc-tb-header .dt-sc-tb-title:before, .dt-sc-pr-tb-col.type2:hover .dt-sc-tb-header, .dt-sc-pr-tb-col.type2:hover .dt-sc-tb-header .dt-sc-tb-title:before {
    background: 0 0
}

.alter .dt-sc-pr-tb-col.type1.selected .dt-sc-price h6, .alter .dt-sc-pr-tb-col.type1.selected .dt-sc-tb-title h5, .alter .dt-sc-pr-tb-col.type1.selected .dt-sc-tb-title p, .alter .dt-sc-pr-tb-col.type1:hover .dt-sc-price h6, .alter .dt-sc-pr-tb-col.type1:hover .dt-sc-tb-title h5, .alter .dt-sc-pr-tb-col.type1:hover .dt-sc-tb-title p, .dt-sc-pr-tb-col .dt-sc-buy-now a, .dt-sc-pr-tb-col.minimal, .dt-sc-pr-tb-col.minimal .dt-sc-price h6, .dt-sc-pr-tb-col.minimal h5, .dt-sc-pr-tb-col.minimal:hover .dt-sc-tb-title h5, .dt-sc-pr-tb-col.minimal:hover .dt-sc-tb-title p {
    color: #000
}

.alter .dt-sc-pr-tb-col.type1, .alter .dt-sc-pr-tb-col.type1 .dt-sc-price h6, .alter .dt-sc-pr-tb-col.type1 .dt-sc-tb-title h5, .dt-sc-pr-tb-col.minimal .dt-sc-price, .dt-sc-pr-tb-col.minimal .icon-wrapper:before, .dt-sc-pr-tb-col.type1 .dt-sc-price h6, .dt-sc-pr-tb-col.type1 .dt-sc-tb-header, .dt-sc-pr-tb-col.type1 .dt-sc-tb-header .dt-sc-price, .dt-sc-pr-tb-col.type1 .dt-sc-tb-title h5, .dt-sc-pr-tb-col.type1 .dt-sc-tb-title p, .dt-sc-pr-tb-col.type2 .dt-sc-price:after, .dt-sc-pr-tb-col.type2 .dt-sc-price:before, .dt-sc-pr-tb-col.type2 .dt-sc-tb-header .dt-sc-tb-title:before {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

.dt-sc-pr-tb-col {
    float: left;
    clear: both;
    width: 100%;
    padding: 0;
    border-radius: 5px
}

.dt-sc-pr-tb-col.type1 {
    border: 1px solid;
    margin-bottom: 30px;
    padding: 0 0 30px
}

.dt-sc-pr-tb-col.type1 .dt-sc-tb-header {
    padding: 30px 20px;
    border-radius: 5px 5px 0 0
}

.dt-sc-pr-tb-col.type1 .dt-sc-tb-title h5 {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.dt-sc-pr-tb-col.type1 .dt-sc-tb-title p {
    letter-spacing: .5px
}

.dt-sc-pr-tb-col.type1 .dt-sc-price {
    border-top: 1px solid;
    padding: 30px 0 0;
    margin: 30px 0 0
}

.dt-sc-pr-tb-col.type1 .dt-sc-price h6 {
    margin-bottom: 0;
    font-size: 60px;
    font-weight: 700;
    position: relative
}

.dt-sc-pr-tb-col.type1 .dt-sc-price h6 sup {
    font-size: 25px;
    top: -23px;
    letter-spacing: .5px
}

.dt-sc-pr-tb-col.type1 .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: 0;
    float: left
}

.dt-sc-pr-tb-col .dt-sc-tb-content li {
    float: left;
    display: block;
    clear: both;
    padding: 15px 0;
    width: 100%;
    border-bottom: 1px solid;
    font-size: 13px;
    letter-spacing: .5px
}

.dt-sc-pr-tb-col .dt-sc-buy-now {
    padding: 0 10px
}

.dt-sc-pr-tb-col .dt-sc-buy-now a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .5px;
    padding: 15px 25px 14px;
    border-radius: 5px
}

.dt-sc-pr-tb-col.type1 .dt-sc-tb-thumb>img {
    margin: 0 auto
}

.dt-sc-pr-tb-col.minimal {
    padding: 55px 0 40px;
    border: 1px solid
}

.dt-sc-pr-tb-col.minimal .dt-sc-tb-header, .dt-sc-pr-tb-col.minimal:hover .dt-sc-tb-header {
    background: 0 0;
    border: 0;
    padding: 0
}

.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: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.dt-sc-pr-tb-col.minimal .dt-sc-tb-title {
    margin: 40px 0 0;
    padding: 0 10px
}

.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 0 0;
    padding: 25px 10px
}

.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: .5px
}

.dt-sc-pr-tb-col.minimal .dt-sc-price h6 span {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    position: inherit
}

.dt-sc-pr-tb-col.minimal .dt-sc-buy-now {
    margin: 40px 0 0
}

.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: 0
}

.dt-sc-pr-tb-col.type2 {
    border: none
}

.dt-sc-pr-tb-col.type2 .dt-sc-tb-header {
    padding: 0
}

.dt-sc-pr-tb-col.type2 .dt-sc-tb-header:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 19px;
    margin: auto;
    width: 192px;
    height: 192px;
    border: 1px solid;
    border-radius: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-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 0 0;
    font-size: 20px;
    letter-spacing: 0;
    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);
    transform: rotate(45deg)
}

.dt-sc-pr-tb-col.type2 .dt-sc-tb-header .dt-sc-tb-title:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid
}

.dt-sc-pr-tb-col.type2 .dt-sc-price {
    margin-top: 0;
    padding: 20px 0 0;
    width: 100%;
    height: 134px;
    top: -20px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.dt-sc-pr-tb-col.type2 .dt-sc-price h6 {
    font-size: 34px;
    position: relative;
    z-index: 1
}

.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);
    transform: rotate(45deg)
}

.dt-sc-pr-tb-col.type2 .dt-sc-price:after, .dt-sc-pr-tb-col.type2 .dt-sc-tb-content:after {
    left: 0;
    right: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: ""
}

.dt-sc-pr-tb-col.type2 .dt-sc-price:after {
    position: absolute;
    top: 0;
    margin: auto;
    width: 0
}

.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: 0;
    bottom: 0;
    height: 6px;
    width: 100%;
    border-radius: 5px
}

.dt-sc-pr-tb-col.type2 .dt-sc-tb-content:after {
    position: absolute;
    bottom: -6px;
    width: 0;
    margin: auto;
    border-top: 10px solid
}

.dt-sc-pr-tb-col.type2 .dt-sc-tb-content li {
    font-size: 17px;
    padding: 6px 0;
    list-style: none
}

.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: 700;
    padding: 0 10px;
    border-radius: 3px
}

.dt-sc-pr-tb-col.type2 .dt-sc-buy-now a {
    font-size: 16px;
    font-weight: 700
}

.dt-sc-pr-tb-col.type2.selected .dt-sc-price:after, .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
}

.alter .dt-sc-pr-tb-col.type1 {
    border: 1px solid transparent;
    background-color: #FFF;
    text-align: left;
    border-radius: 0;
    padding: 40px
}

.alter .dt-sc-pr-tb-col.type1 .dt-sc-tb-header, .alter .dt-sc-pr-tb-col.type1.selected .dt-sc-tb-header, .alter .dt-sc-pr-tb-col.type1:hover .dt-sc-tb-header {
    background: 0 0
}

.alter .dt-sc-pr-tb-col.type1 .dt-sc-price {
    border-top: none;
    padding: 0;
    margin: 0
}

.alter .dt-sc-pr-tb-col.type1 .dt-sc-tb-title h5 {
    font-size: 20px
}

.alter .dt-sc-pr-tb-col.type1 .dt-sc-price h6 {
    font-size: 40px;
    font-weight: 400
}

.alter .dt-sc-pr-tb-col.type1 .dt-sc-price h6 sup {
    font-size: 40px;
    top: 0;
    letter-spacing: 0
}

.alter .dt-sc-pr-tb-col.type1 .dt-sc-price h6 span {
    font-size: 16px;
    margin: 0;
    text-transform: uppercase
}

.alter .dt-sc-pr-tb-col.type1 .dt-sc-tb-header:after {
    background: #e4e4e4;
    content: "";
    width: calc(100% + 84px);
    width: -moz-calc(100% + 84px);
    width: -webkit-calc(100% + 84px);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: -42px
}

.alter .dt-sc-pr-tb-col.type1 .dt-sc-tb-header {
    position: relative;
    margin-bottom: 20px
}

.alter .dt-sc-pr-tb-col.type1 ul.dt-sc-fancy-list {
    margin-bottom: 15px
}

.dt-sc-pr-tb-col.type2.selected .dt-sc-tb-header .dt-sc-tb-title h5, .dt-sc-pr-tb-col.type2:hover .dt-sc-tb-header .dt-sc-tb-title h5 {
    color: #333
}

.dt-sc-dark-bg .dt-sc-pr-tb-col.minimal, .dt-sc-pr-tb-col.type2 .dt-sc-buy-now a, .dt-sc-pr-tb-col.type2 .dt-sc-tb-header:before {
    background: #fff
}

.dt-sc-pr-tb-col .dt-sc-buy-now a, .dt-sc-pr-tb-col .dt-sc-tb-header, .dt-sc-pr-tb-col.minimal .dt-sc-price, .dt-sc-pr-tb-col.minimal .icon-wrapper:before {
    background: rgba(0, 0, 0, .03)
}

.dt-sc-pr-tb-col.type2 .dt-sc-tb-header .dt-sc-tb-title:after {
    border-bottom-color: #fff
}

.dt-sc-pr-tb-col.type2.selected .dt-sc-price:after, .dt-sc-pr-tb-col.type2:hover .dt-sc-price:after {
    border-top-color: #fff
}

.dt-sc-pr-tb-col.type1.selected .dt-sc-price, .dt-sc-pr-tb-col.type1:hover .dt-sc-price {
    border-color: rgba(255, 255, 255, .2)
}

.dt-sc-pr-tb-col .dt-sc-tb-content li, .dt-sc-pr-tb-col.minimal, .dt-sc-pr-tb-col.type1 {
    border-color: rgba(0, 0, 0, .07)
}

.dt-sc-pr-tb-col.type1 .dt-sc-price {
    border-color: #fff
}

.dt-sc-pr-tb-col.minimal.selected .dt-sc-buy-now a, .dt-sc-pr-tb-col.minimal.selected .dt-sc-price h6, .dt-sc-pr-tb-col.minimal.selected .dt-sc-price p, .dt-sc-pr-tb-col.minimal.selected .icon-wrapper span, .dt-sc-pr-tb-col.minimal:hover .dt-sc-buy-now a, .dt-sc-pr-tb-col.minimal:hover .dt-sc-price h6, .dt-sc-pr-tb-col.minimal:hover .dt-sc-price p, .dt-sc-pr-tb-col.minimal:hover .icon-wrapper span, .dt-sc-pr-tb-col.selected .dt-sc-buy-now a, .dt-sc-pr-tb-col.type1.selected .dt-sc-price h6, .dt-sc-pr-tb-col.type1.selected .dt-sc-tb-title h5, .dt-sc-pr-tb-col.type1.selected .dt-sc-tb-title p, .dt-sc-pr-tb-col.type1:hover .dt-sc-price h6, .dt-sc-pr-tb-col.type1:hover .dt-sc-tb-title h5, .dt-sc-pr-tb-col.type1:hover .dt-sc-tb-title p, .dt-sc-pr-tb-col.type2 .dt-sc-tb-content li .highlight, .dt-sc-pr-tb-col.type2 .dt-sc-tb-title h5, .dt-sc-pr-tb-col.type2.selected .dt-sc-buy-now a, .dt-sc-pr-tb-col.type2.selected .dt-sc-price h6, .dt-sc-pr-tb-col.type2:hover .dt-sc-buy-now a, .dt-sc-pr-tb-col.type2:hover .dt-sc-price h6, .dt-sc-pr-tb-col:hover .dt-sc-buy-now a {
    color: #fff
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .dt-sc-pr-tb-col.type1 .dt-sc-tb-title h5 {
        font-size: 22px
    }
    .dt-sc-pr-tb-col.type1 .dt-sc-price h6 {
        font-size: 50px
    }
    .dt-sc-pr-tb-col.type2 .dt-sc-tb-header::before, .side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-header::before {
        height: 124px;
        width: 124px
    }
    .dt-sc-pr-tb-col.type2 .dt-sc-tb-title, .side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-title {
        height: 103px
    }
    .dt-sc-pr-tb-col.type2 .dt-sc-price::before, .dt-sc-pr-tb-col.type2 .dt-sc-tb-header .dt-sc-tb-title::before, .side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-price::before, .side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-header .dt-sc-tb-title::before {
        height: 126px;
        width: 126px
    }
    .dt-sc-pr-tb-col.type2 .dt-sc-tb-header .dt-sc-tb-title::before, .side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-header .dt-sc-tb-title::before {
        top: 39px
    }
    .dt-sc-pr-tb-col.type2 .dt-sc-price::before, .side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-price::before {
        top: -64px
    }
    .dt-sc-pr-tb-col.type2 .dt-sc-tb-title h5 {
        font-size: 15px;
        line-height: 20px;
        margin: 20px 0 0
    }
    .dt-sc-pr-tb-col.type2 .dt-sc-tb-title h5 span {
        font-size: 25px
    }
    .dt-sc-pr-tb-col.type2 .dt-sc-price {
        height: 85px
    }
    .dt-sc-pr-tb-col.type2 .dt-sc-price h6 {
        font-size: 20px
    }
    .dt-sc-pr-tb-col.type2 .dt-sc-price h6 sup {
        font-size: 16px;
        top: auto
    }
    .dt-sc-pr-tb-col.type2 .dt-sc-tb-content li {
        font-size: 14px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .dt-sc-pr-tb-col .dt-sc-price h6 {
        font-size: 50px
    }
    .dt-sc-pr-tb-col.minimal .dt-sc-price h6 {
        font-size: 42px
    }
    .dt-sc-pr-tb-col.type2 .dt-sc-tb-header::before {
        height: 100px;
        width: 100px
    }
    .dt-sc-pr-tb-col.type2 .dt-sc-tb-title {
        height: 91px
    }
    .dt-sc-pr-tb-col.type2 .dt-sc-price::before, .dt-sc-pr-tb-col.type2 .dt-sc-tb-header .dt-sc-tb-title::before {
        height: 102px;
        width: 102px
    }
    .dt-sc-pr-tb-col.type2 .dt-sc-price::before {
        top: -52px
    }
    .side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-header::before {
        height: 95px;
        width: 95px
    }
    .side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-title {
        height: 88px
    }
    .side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-price::before, .side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-header .dt-sc-tb-title::before {
        height: 98px;
        right: 0;
        width: 98px
    }
    .side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-header .dt-sc-tb-title::before {
        top: 39px
    }
    .side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-price::before {
        top: -50px
    }
    .side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-title h5 {
        font-size: 11px;
        line-height: 13px
    }
    .dt-sc-pr-tb-col.type2 .dt-sc-tb-title h5 {
        font-size: 13px;
        line-height: 12px;
        margin: 22px 0 0
    }
    .dt-sc-pr-tb-col.type2 .dt-sc-tb-title h5 span {
        font-size: 22px
    }
    .dt-sc-pr-tb-col.type2 .dt-sc-price {
        height: 68px;
        padding: 15px 0 0
    }
    .dt-sc-pr-tb-col.type2 .dt-sc-price h6 {
        font-size: 16px
    }
    .dt-sc-pr-tb-col.type2 .dt-sc-price h6 sup {
        font-size: 15px;
        top: auto
    }
    .dt-sc-pr-tb-col.type2 .dt-sc-tb-content li {
        font-size: 10px
    }
    .dt-sc-pr-tb-col.type2 .dt-sc-tb-content li .highlight {
        padding: 0 6px
    }
    .rs_col-sm-6 .dt-sc-pr-tb-col.type2 .dt-sc-tb-content li {
        font-size: 14px
    }
    .alter .dt-sc-pr-tb-col.type1 {
        padding: 10px 10px 40px
    }
}

@media only screen and (max-width:767px) {
    .dt-sc-pr-tb-col {
        margin-bottom: 30px
    }
    .dt-sc-pr-tb-col.type2 .dt-sc-tb-header {
        position: relative
    }
    .dt-sc-pr-tb-col.type2 .dt-sc-price, .dt-sc-pr-tb-col.type2 .dt-sc-tb-title {
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .dt-sc-pr-tb-col .dt-sc-tb-thumb>img {
        width: 100%
    }
}

@media only screen and (max-width:319px) {
    .dt-sc-pr-tb-col.type2 .dt-sc-tb-header::before {
        height: 140px;
        width: 140px
    }
    .dt-sc-pr-tb-col.type2 .dt-sc-tb-title {
        height: 111px
    }
    .dt-sc-pr-tb-col.type2 .dt-sc-tb-header .dt-sc-tb-title::before {
        height: 142px;
        width: 142px
    }
    .dt-sc-pr-tb-col.type2 .dt-sc-tb-title h5 {
        font-size: 18px;
        line-height: 20px
    }
    .dt-sc-pr-tb-col.type2 .dt-sc-price {
        height: 97px
    }
    .dt-sc-pr-tb-col.type2 .dt-sc-price::before {
        height: 164px;
        width: 164px
    }
    .dt-sc-pr-tb-col.type2 .dt-sc-price h6 {
        font-size: 30px
    }
    .side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-title h5 {
        font-size: 15px;
        line-height: 16px
    }
    .side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-price h6, .side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-title h5 span {
        font-size: 26px
    }
    .side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-price {
        padding: 15px 0 0
    }
    .side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-header::before {
        height: 132px;
        top: 13px;
        width: 132px
    }
    .side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-header .dt-sc-tb-title::before {
        height: 135px;
        top: 33px;
        width: 135px
    }
    .side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-title {
        height: 101px
    }
    .side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-price::before {
        height: 149px;
        width: 149px
    }
}

/*Popular Procedures*/

.dt-sc-popular-procedures .details, .dt-sc-popular-procedures .image img {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

.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;
    background: rgba(0, 0, 0, .03)
}

.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: 5px 0 25px;
    width: 100%
}

.dt-sc-popular-procedures .details p {
    margin-bottom: 0
}

.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 h5 {
    position: relative;
    float: none;
    display: inline-block;
    margin: 0;
    padding: 10px 25px;
    color: #fff;
    border-radius: 5px
}

.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
}

@media only screen and (max-width:767px) {
    .dt-sc-popular-procedures {
        display: inline-block
    }
    .dt-sc-popular-procedures .image img, .dt-sc-popular-procedures:hover .details {
        width: 100%
    }
}

/*Newsletter*/

.dt-sc-newsletter-section {
    clear: both;
    float: left;
    margin: 0;
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 30px 0
}

.dt-sc-newsletter-section.no-padding {
    padding: 0
}

.dt-sc-newsletter-section h2 {
    float: left;
    width: 31%;
    margin-bottom: 0;
    line-height: 50px
}

.dt-sc-newsletter-section .dt-sc-subscribe-frm {
    width: 65%;
    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: 0;
    border: none;
    float: left;
    width: 37%;
    margin: 0 20px 0 0;
    padding: 16px 20px 15px
}

.dt-sc-newsletter-section .dt-sc-subscribe-frm input[type=submit] {
    margin-top: 0;
    padding: 17px 20px 16px;
    border-radius: 0
}

@-moz-document url-prefix() {
    .dt-sc-newsletter-section .dt-sc-subscribe-frm input[type=submit] {
        padding: 17px 20px
    }
    .dt-sc-newsletter-section.type1 h2 {
        line-height: 52px
    }
}

.dt-sc-newsletter-section.type1 h2 {
    padding: 48px 0;
    position: relative;
    width: 35%
}

.dt-sc-newsletter-section.type1 .dt-sc-subscribe-frm {
    padding: 30px 0;
    position: relative
}

.dt-sc-newsletter-section.type1 form:after, .dt-sc-newsletter-section.type1 form:before, .dt-sc-newsletter-section.type1 h2:after, .dt-sc-newsletter-section.type1 h2:before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    transform: skewX(-30deg) translateX(-20%);
    -webkit-transform: skewX(-30deg) translateX(-20%);
    -ms-transform: skewX(-30deg) translateX(-20%);
    -moz-transform: skewX(-30deg) translateX(-20%);
    width: 100%;
    z-index: -1
}

.dt-sc-newsletter-section.type1 h2:before {
    left: -100%
}

.dt-sc-newsletter-section.type1 h2:after {
    left: 0;
    margin-left: -2px
}

.dt-sc-newsletter-section.type1 form:after, .dt-sc-newsletter-section.type1 form:before {
    background: #000
}

.dt-sc-newsletter-section.type1 form:before {
    left: 0;
    box-shadow: -10px 0 0 0 #fff
}

.dt-sc-newsletter-section.type1 form:after {
    left: 100%;
    margin-left: -1px
}

.dt-sc-newsletter-section.type2 h2 {
    background: 0 0;
    width: 100%
}

.dt-sc-newsletter-section.type2 {
    text-align: center
}

.dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm {
    width: 100%;
    clear: both;
    float: left;
    margin: 30px 0 0
}

.dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type=email], .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type=text], .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type=submit] {
    display: inline-block;
    float: none;
    min-height: 50px
}

.dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type=email], .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type=text] {
    width: 25%;
    border: 1px solid;
    padding: 13px 20px 11px;
    text-transform: none;
    margin-right: -1px
}

.dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type=submit] {
    padding: 15px 20px 14px;
    border: 1px solid transparent
}

.dt-sc-newsletter-section.type3 {
    text-align: center;
    padding: 0
}

.dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm {
    float: none;
    display: inline-block;
    text-align: center;
    padding: 30px 0;
    width: 75%;
    margin: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px
}

.dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm input[type=email], .dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm input[type=text], .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=email], .dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm input[type=text] {
    width: 30%;
    text-transform: none
}

.dt-sc-newsletter-section.type3>h2, .dt-sc-newsletter-section.type6>h2 {
    width: 100%;
    text-align: center
}

.dt-sc-newsletter-section.type3>i, .dt-sc-newsletter-section.type3>p, .dt-sc-newsletter-section.type6>i, .dt-sc-newsletter-section.type6>p {
    display: inline-block;
    width: 100%;
    text-align: center
}

.dt-sc-newsletter-section.type4 {
    padding: 0
}

.dt-sc-newsletter-section.type4 form, .dt-sc-newsletter-section.type4 h2 {
    width: 100%
}

.dt-sc-newsletter-section.type4 form {
    margin: 25px 0 0;
    text-align: center
}

.dt-sc-newsletter-section.type4 .dt-sc-subscribe-frm input[type=email], .dt-sc-newsletter-section.type4 .dt-sc-subscribe-frm input[type=text] {
    background: 0 0;
    border: 2px solid;
    width: 47%
}

.dt-sc-newsletter-section.type4 .dt-sc-subscribe-frm input[type=submit] {
    letter-spacing: .5px;
    margin: 30px 0 0;
    clear: both;
    float: none;
    display: inline-block
}

.dt-sc-newsletter-section.type5 {
    width: 55%;
    text-align: center;
    display: inline-block;
    border: 10px solid;
    float: none;
    padding: 20px 60px 30px
}

.dt-sc-newsletter-section.type5 h2 {
    width: 100%
}

.dt-sc-newsletter-section.type5 .dt-sc-subscribe-frm {
    width: 100%;
    clear: both;
    margin: 20px 0 0
}

.dt-sc-newsletter-section.type5 .dt-sc-subscribe-frm input[type=email], .dt-sc-newsletter-section.type5 .dt-sc-subscribe-frm input[type=text] {
    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=submit] {
    float: none;
    display: inline-block;
    border-radius: 5px;
    width: 100%
}

.dt-sc-newsletter-section.type6 {
    padding: 0;
    text-align: center
}

.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: 65%;
    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: 14px 35px;
    font-size: 22px;
    font-weight: 400;
    float: right
}

@-moz-document url-prefix() {
    .dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type=submit] {
        padding: 14px 35px 15px
    }
}

.dt-sc-newsletter-section.type6.dt-sc-university-newsletter .dt-sc-subscribe-frm input[type=email], .dt-sc-newsletter-section.type6.dt-sc-university-newsletter .dt-sc-subscribe-frm input[type=text] {
    width: 72%;
    margin: 0;
    border-radius: 0;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    color: #000
}

.dt-sc-newsletter-section.type6.dt-sc-university-newsletter .dt-sc-subscribe-frm input[type=submit] {
    border-radius: 0;
    font-size: 16px
}

.dt-sc-newsletter-section.type6.dt-sc-university-newsletter .dt-sc-subscribe-frm input[type=submit]:hover {
    background: #000;
    color: #fff
}

.dt-sc-newsletter-section.type7 {
    text-align: center
}

.dt-sc-newsletter-section.type7 i {
    clear: both;
    width: 100%;
    color: #000;
    display: inline-block
}

.dt-sc-newsletter-section.type7 h2 {
    background: 0 0;
    width: 100%;
    margin-bottom: 30px
}

.dt-sc-newsletter-section.type7 .dt-sc-subscribe-frm {
    clear: both;
    width: 40%;
    display: inline-block;
    margin: 35px 0 0;
    padding: 0;
    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;
    width: 100%
}

.dt-sc-newsletter-section.type7 .dt-sc-subscribe-frm:before {
    content: "\e629";
    position: absolute;
    font-family: Pe-icon-7-stroke;
    font-size: 25px;
    color: rgba(0, 0, 0, .3);
    right: 15px;
    top: 15px
}

.dt-sc-newsletter-section.type7 .dt-sc-subscribe-frm input[type=submit] {
    position: absolute;
    right: 15px;
    top: 19px;
    background: 0 0;
    width: 21px;
    height: 22px;
    text-indent: -9999px
}

.dt-sc-newsletter-section.type7 .newsletter-tooltip {
    margin: 0 0 0 30px;
    display: inline-block;
    background: #000;
    font-size: 12px;
    width: 18%;
    padding: 10px 15px;
    border-radius: 5px;
    position: relative;
    top: -50px;
    color: #fff
}

.dt-sc-newsletter-section .newsletter-tooltip {
    top: auto
}

.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
}

.dt-sc-newsletter-section.type7 .dt-sc-subscribe-frm input[type=submit]:hover {
    background: 0 0
}



/****************************/
/* Privacy Policy*/
.dt-privacy-wrapper{ display:block; clear:both; padding-top: 5px; font-size:14px; position:relative;}
.dt-privacy-wrapper label{ font-weight:normal;}
.dt-privacy-wrapper input[type="checkbox"]{ margin-right:5px; margin-top:-2px}

.dt-sc-newsletter-section.type1 { display:flex; }
.dt-sc-newsletter-section.type1 .dt-privacy-wrapper label a{ color:#FFF;}
.dt-sc-newsletter-section.type1 .dt_ajax_subscribe_msg .error-msg{ text-align: center; font-size:14px;}
.dt-sc-newsletter-section.type1 .dt-sc-subscribe-frm { padding: 30px 0px; position: relative; display:flex; flex-flow:row wrap; align-items:center; }
.dt-sc-newsletter-section.type1 .dt_ajax_subscribe_msg { position: absolute; bottom:0; width: 100%; text-align: center; }
.dt-sc-newsletter-section.type1 label{ color:#FFF;}
.dt-sc-newsletter-section.type1 h2{align-items: center; display: grid;}
.dt-sc-newsletter-section.type1 .dt-privacy-wrapper label{ color:#909090; }

.dt-sc-newsletter-section.type3 .dt-privacy-wrapper label{ color:inherit;}
.dt-sc-newsletter-section.type5 .dt-privacy-wrapper{ top: -10px;font-size: 12px;}
.dt-sc-dark-bg a:hover, .dt-sc-dark-bg label, .dt-sc-dark-bg label a, .dt-sc-newsletter-section.type1 label a:hover{ color:#FFF;}
.dt-sc-newsletter-section.type7 { padding: 20px 0 50px 0;}
.dt-sc-newsletter-section.type7 .dt-sc-subscribe-frm::before { top: 20px; bottom: auto;}

.dt_ajax_subscribe_msg{ clear:both; text-align:center; width: 100%;}
.mfp-close{ position:absolute !important}
.error-msg {text-align: center; width: 100%;display: inline-block;}
.ajax_newsletter_msg{ border: 1px solid #ddd; clear: both; margin: 10px 0; padding: 10px; display: inline-block;}
input:disabled{ opacity:0.5; pointer-events:none}

.comment-form-cookies-consent input[type="checkbox"]{ margin-right:5px;}
.dt_cookie_text{ padding: 0 15px;}
.dt-cookiemessage-top-left .container, .dt-cookiemessage-top-right .container, .dt-cookiemessage-bottom-right .container, .dt-cookiemessage-bottom-left .container { width: auto; }

@media only screen and (max-width: 767px) {
.dt-sc-newsletter-section.type1{ display:block;}
.dt-sc-newsletter-section:not(.type2) .dt-sc-subscribe-frm input[type="text"],
.dt-sc-newsletter-section:not(.type2) .dt-sc-subscribe-frm input[type="email"] { margin:0 0 10px 0 !important; width: 100% !important;}
.dt-sc-newsletter-section.type5 .dt-privacy-wrapper { position: inherit; padding-top: 20px;}
.dt-sc-newsletter-section.type7 .dt-privacy-wrapper { position: initial;}

.dt-sc-newsletter-section.type1 .dt-sc-subscribe-frm, .dt-sc-newsletter-section.type1 h2 {
    text-align: center
}
.dt-sc-newsletter-section .dt-sc-subscribe-frm input[type=submit] {
    padding: 18px 10px 15px
}
.dt-sc-newsletter-section.type1 form:after, .dt-sc-newsletter-section.type1 form:before, .dt-sc-newsletter-section.type1 h2:after, .dt-sc-newsletter-section.type1 h2:before {
    width: 250%
}
.dt-sc-newsletter-section.type1 form:before {
    width: 250%;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    left: -100%
}
.dt-sc-newsletter-section.type1 .dt-sc-subscribe-frm, .dt-sc-newsletter-section.type1 .dt-sc-subscribe-frm input[type=email], .dt-sc-newsletter-section.type1 .dt-sc-subscribe-frm input[type=text] {
    width: 100%;
    float: none;
    display: inline-block
}
.dt-sc-newsletter-section.type1 .dt-sc-subscribe-frm input[type=submit] {
    float: none;
    display: inline-block;
    padding: 18px 20px 15px
}
.dt-sc-newsletter-section.type1 .dt_ajax_subscribe_msg{ position: relative;}
}


/*--------------------------------------------------------------
	   Newsletter - Mail Only (New)
	--------------------------------------------------------------*/

    .error-msg{ color:red}
    .success-msg{ color:green}
    .dt-mc-subscribe .dt-subscribe-msg { text-align: center; padding: 10px; }
    
    .dt-mc-subscribe form { display: table; }
    .dt-mc-subscribe.align-center form {
        margin-left: auto;
        margin-right: auto;
    }
    .dt-mc-subscribe.align-none,
    .dt-mc-subscribe.align-none form,
     .dt-mc-subscribe.align-left,
    .dt-mc-subscribe.align-left form { display: inline-block; }
    .dt-mc-subscribe.align-none form,
    .dt-mc-subscribe form.align-none > div { width: 100%; }
    .dt-mc-subscribe.align-none,
    .dt-mc-subscribe.align-none form > div,
     .dt-mc-subscribe.align-left,
    .dt-mc-subscribe.align-left form > div,
     .dt-mc-subscribe.align-center form > div,
    .dt-mc-subscribe.align-right form > div { float: left; }
    .dt-mc-subscribe.align-right { float: right; }
    .dt-mc-subscribe,
    .dt-mc-subscribe form,
    .dt-mc-subscribe form > div { position: relative; width: 100%; max-width: 500px; margin-bottom: 15px; }
    .dt-mc-subscribe,
    .dt-mc-subscribe form > div { line-height: 0; }
    .dt-mc-subscribe form > div > div {
        display: inline;
        position: relative;
    }
    .dt-mc-subscribe form > div.email-field-wrap > div {
        float: left;
        height: 100%;
        width: 100%;
    }
    .dt-mc-subscribe form .email-field-wrap i {
        position: absolute;
        bottom: 0;
        top: 0;
        text-align: center;
        width: 50px;
        z-index: 1;
    }
    .dt-mc-subscribe form .email-field-wrap i.left { left: 0; }
    .dt-mc-subscribe form .email-field-wrap i.right { right: 0; }
    .dt-mc-subscribe form .email-field-wrap i:before {
        height: 0;
        line-height: 0;
        margin: auto;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
    }
    .dt-mc-subscribe form .email-field-wrap i.left ~ input[type="email"] { padding-left: 60px; }
    .dt-mc-subscribe form .email-field-wrap i.right ~ input[type="email"] { padding-right: 60px; }
    .dt-mc-subscribe form .email-field-wrap input[type="email"],
     .dt-mc-subscribe form .btn-wrap {
        height: 100%;
        padding-top: 0;
        padding-bottom: 0;
        margin: 0px;
    }
    .dt-mc-subscribe form .btn-wrap div {
        display: inline-block;
        height: 100%;
        padding: 0;
        border-radius:0px;
    }
    .dt-mc-subscribe form .btn-wrap i {
        display: inline-block;
        float: left;
        height: 100%;
        margin-left: -45px;
        position: relative;
        text-align: center;
        width: 45px;
    }
    .dt-mc-subscribe form .btn-wrap i:before {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .dt-mc-subscribe form .btn-wrap i ~ input[type="submit"] {
        padding-right: 45px;
        position: relative;
        z-index: 1;
    }
    .dt-mc-subscribe form .btn-wrap input[type="submit"] {
        height: 100%;
        margin-top: 0;
        padding: 0 15px;
    }
    .dt-mc-subscribe form .btn-wrap.icon-only input[type="submit"] { padding-left: 0; }
    .dt-mc-subscribe form .btn-wrap.text-icon i { float: right; }
    .dt-mc-subscribe form .btn-wrap.icon-only i {
        margin-left: 0;
        position: absolute;
        left: 0;
        right: 0;
    }
    .dt-mc-subscribe.inline form > div {
        display: table-cell;
        float: none;
        vertical-align: middle;
    }
    .dt-mc-subscribe.inline form > div.dt-privacy-wrapper, .dt-mc-subscribe.inline form > div.clear{ 
        border-style: none !important;
        border-width: 0px !important;
    }
    .dt-mc-subscribe.align-none.inline form {
        display: table;
        width: auto;
    }
    .dt-mc-subscribe.block form .email-field-wrap,
    .dt-mc-subscribe.block form .email-field-wrap > div,
    .dt-mc-subscribe.block form .btn-wrap { width: 100%; }
    .dt-mc-subscribe.block .btn-wrap.center { text-align: center; }
    .dt-mc-subscribe.block .btn-wrap.right > div { float: right; }
    .dt-mc-subscribe.block .btn-wrap.stretch > div,
     .dt-mc-subscribe.block .btn-wrap.stretch > div input[type="submit"] {
        text-align: center;
        width: 100%;
    }
    .dt-mc-subscribe.block .btn-wrap.stretch > div > i {
        position: absolute;
        right: 0;
    }
    .dt-mc-subscribe.block .btn-wrap.stretch.text-icon > div input[type="submit"] { text-align: left; }
    .dt-mc-subscribe.block .btn-wrap.stretch.icon-only > div input[type="submit"] {
        padding: 0;
        position: absolute;
        left: 0;
    }
    .dt-mc-subscribe.block .btn-wrap.stretch.icon-only > div > i {
        left: 0;
        margin: auto;
    }
    .inline.dt-mc-subscribe .dt-privacy-wrapper{position: absolute;
        left: 0;
        right: 0;
        top: 100%;}
    
    /*.dt-mc-subscribe.inline { overflow: hidden; }*/
    .dt-mc-subscribe.inline form .email-field-wrap {
        border-right-width: 0 !important;
    }
    .dt-mc-subscribe.inline form .email-field-wrap:after {
        border-color: inherit;
        border-style: inherit;
        border-width: 1px 1px 1px 0;
        content: "";
        height: auto;
        pointer-events: none;
        position: absolute;
        bottom: 0;
        right: 0;
        top: 0;
        z-index: 1;
    }
    .dt-mc-subscribe.inline form .email-field-wrap label { display: none; }
    .dt-mc-subscribe.inline form .btn-wrap {
        border-left-width: 0 !important;
        border: none;
        padding: 0 15px;
    }
    .dt-mc-subscribe.inline form .btn-wrap div { height: 75%; }
    .dt-mc-subscribe:not(.inline) > form > div.btn-wrap {
        background-color: rgba(0,0,0,0) !important;
        border-width: 0 !important;
    }
    .dt-mc-subscribe.block .btn-wrap { margin-top: 1px; }
    .dt-mc-subscribe.block.gap_5 .btn-wrap { margin-top: 5px; }
    .dt-mc-subscribe.block.gap_10 .btn-wrap { margin-top: 10px; }
    .dt-mc-subscribe.block.gap_15 .btn-wrap { margin-top: 15px; }
    .dt-mc-subscribe.inline-block .btn-wrap { margin-left: 1px; }
    .dt-mc-subscribe.inline-block.gap_5 .btn-wrap { margin-left: 5px; }
    .dt-mc-subscribe.inline-block.gap_10 .btn-wrap { margin-left: 10px; }
    .dt-mc-subscribe.inline-block.gap_15 .btn-wrap { margin-left: 15px; }
    .dt-mc-subscribe.circle form > div.email-field-wrap i,
    .dt-mc-subscribe.circle form > div.btn-wrap > div,
     .dt-mc-subscribe.inline.circle form > div.email-field-wrap:after,
    .dt-mc-subscribe.inline.circle form .btn-wrap > div,
     .dt-mc-subscribe.inline-block.circle form > div.email-field-wrap,
    .dt-mc-subscribe.block.circle form > div.email-field-wrap {
        -webkit-border-radius: 30px;
        border-radius: 30px;
    }
    .dt-mc-subscribe.inline.circle form > div.email-field-wrap {
        -webkit-border-radius: 30px 0 0 30px;
        border-radius: 30px 0 0 30px;
    }
    .dt-mc-subscribe.inline.circle form > div.btn-wrap {
        -webkit-border-radius: 0 30px 30px 0;
        border-radius: 0 30px 30px 0;
    }
    .dt-mc-subscribe.simple-rounded form > div.email-field-wrap i,
    .dt-mc-subscribe.simple-rounded form > div.btn-wrap > div,
     .dt-mc-subscribe.inline.simple-rounded form > div.email-field-wrap:after,
    .dt-mc-subscribe.inline.simple-rounded form .btn-wrap > div,
     .dt-mc-subscribe.inline-block.simple-rounded form > div.email-field-wrap,
    .dt-mc-subscribe.block.simple-rounded form > div.email-field-wrap {
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
    .dt-mc-subscribe.inline.simple-rounded form > div.email-field-wrap {
        -webkit-border-radius: 5px 0 0 5px;
        border-radius: 5px 0 0 5px;
    }
    .dt-mc-subscribe.inline.simple-rounded form > div.btn-wrap {
        -webkit-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }
    .dt-mc-subscribe.partially-rounded form > div.email-field-wrap i,
    .dt-mc-subscribe.partially-rounded form > div.btn-wrap > div,
     .dt-mc-subscribe.inline.partially-rounded form > div.email-field-wrap:after,
    .dt-mc-subscribe.inline.partially-rounded form .btn-wrap > div,
     .dt-mc-subscribe.inline-block.partially-rounded form > div.email-field-wrap,
    .dt-mc-subscribe.block.partially-rounded form > div.email-field-wrap {
        -webkit-border-radius: 10px 0;
        border-radius: 10px 0;
    }
    .dt-mc-subscribe.inline.partially-rounded form > div.email-field-wrap {
        -webkit-border-radius: 10px 0 0;
        border-radius: 10px 0 0;
    }
    .dt-mc-subscribe.inline.partially-rounded form > div.btn-wrap {
        -webkit-border-radius: 0 0 10px;
        border-radius: 0 0 10px;
    }
    .dt-mc-subscribe.partially-rounded-alt form > div.email-field-wrap i,
    .dt-mc-subscribe.partially-rounded-alt form > div.btn-wrap > div,
     .dt-mc-subscribe.inline.partially-rounded-alt form > div.email-field-wrap:after,
    .dt-mc-subscribe.inline.partially-rounded-alt form .btn-wrap > div,
     .dt-mc-subscribe.inline-block.partially-rounded-alt form > div.email-field-wrap,
    .dt-mc-subscribe.block.partially-rounded-alt form > div.email-field-wrap {
        -webkit-border-radius: 0 10px;
        border-radius: 0 10px;
    }
    .dt-mc-subscribe.inline.partially-rounded-alt form > div.email-field-wrap {
        -webkit-border-radius: 0 0 0 10px;
        border-radius: 0 0 0 10px;
    }
    .dt-mc-subscribe.inline.partially-rounded-alt form > div.btn-wrap {
        -webkit-border-radius: 0 10px 0 0;
        border-radius: 0 10px 0 0;
    }
    .vc_col-sm-3 .dt-mc-subscribe.inline-block form .email-field-wrap,
     .vc_col-sm-3 .dt-mc-subscribe.inline-block.gap_5 form .email-field-wrap { width: 68%; }
    .vc_col-sm-3 .dt-mc-subscribe.inline-block.gap_10 form .email-field-wrap { width: 66%; }
    .vc_col-sm-3 .dt-mc-subscribe.inline-block.gap_15 form .email-field-wrap { width: 65%; }
    .dt-mc-subscribe form .email-field-wrap input[type="email"],
     .dt-mc-subscribe form .btn-wrap input[type="submit"] {
        background-color: rgba(0,0,0,0);
        border-color: inherit;
        color: inherit;
    }
    .dt-mc-subscribe form .email-field-wrap input[type="email"]:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
     .dt-mc-subscribe form .email-field-wrap input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
     color: inherit;
    }
     .dt-mc-subscribe form .email-field-wrap input::-moz-placeholder { /* Firefox 19+ */
     color: inherit;
    }
     .dt-mc-subscribe form .email-field-wrap input:-ms-input-placeholder { /* IE 10+ */
     color: inherit;
    }
     .dt-mc-subscribe form .email-field-wrap input:-moz-placeholder { /* Firefox 18- */
     color: inherit;
    }
    .widget .dt-mc-subscribe form > div.email-field-wrap {
        height: auto !important;
        margin-bottom: 20px
    }
    .widget .dt-mc-subscribe form > div.email-field-wrap > div { height: auto; }
    
    /*************************************/
    .dt-mc-subscribe .email-field-wrap label{ position: absolute; top: -15px;}
.dt-sc-newsletter-section .dt-sc-subscribe-frm input[type=email], .dt-sc-newsletter-section .dt-sc-subscribe-frm input[type=text] {
    color: #888
}

.dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type=email], .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type=text] {
    color: #000
}

.dt-sc-dark-bg .dt-sc-newsletter-section.type4 .dt-sc-subscribe-frm input[type=email], .dt-sc-dark-bg .dt-sc-newsletter-section.type4 .dt-sc-subscribe-frm input[type=text], .dt-sc-newsletter-section.type1 h2 {
    color: #fff
}

.dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm input[type=email], .dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm input[type=text], .dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type=email] {
    color: rgba(0, 0, 0, .5)
}

.dt-sc-newsletter-section.type5 .dt-sc-subscribe-frm input[type=email], .dt-sc-newsletter-section.type5 .dt-sc-subscribe-frm input[type=text] {
    color: rgba(0, 0, 0, .3)
}

.dt-sc-dark-bg .dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type=email], .dt-sc-newsletter-section .dt-sc-subscribe-frm input[type=email], .dt-sc-newsletter-section .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=text], .dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm input[type=email], .dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm input[type=text], .dt-sc-newsletter-section.type5 {
    background: #fff
}

.dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type=email], .dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type=text] {
    background: rgba(0, 0, 0, .05)
}

.dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type=submit] {
    background: #000;
    color: #fff
}

.dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm {
    background: #edeef2
}

.dt-sc-newsletter-section.type4 .dt-sc-subscribe-frm input[type=email], .dt-sc-newsletter-section.type4 .dt-sc-subscribe-frm input[type=text], .dt-sc-newsletter-section.type5, .dt-sc-newsletter-section.type5 .dt-sc-subscribe-frm input[type=email], .dt-sc-newsletter-section.type5 .dt-sc-subscribe-frm input[type=text] {
    border-color: rgba(0, 0, 0, .2)
}

.dt-sc-dark-bg .dt-sc-newsletter-section.type4 .dt-sc-subscribe-frm input[type=email], .dt-sc-dark-bg .dt-sc-newsletter-section.type4 .dt-sc-subscribe-frm input[type=text] {
    border-color: #fff
}

@media only screen and (min-width:1200px) and (max-width:1380px) {
    .dt-sc-newsletter-section.type6.dt-sc-university-newsletter .dt-sc-subscribe-frm input[type=email], .dt-sc-newsletter-section.type6.dt-sc-university-newsletter .dt-sc-subscribe-frm input[type=text] {
        width: 68%
    }

    .dt-sc-newsletter-section h2{ font-size: 30px;}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .dt-sc-newsletter-section .dt-sc-subscribe-frm input[type=email], .dt-sc-newsletter-section .dt-sc-subscribe-frm input[type=text] {
        margin: 0 15px 0 0;
        width: 34%
    }
    .dt-sc-newsletter-section.type1 h2 {
        font-size: 20px
    }
    .dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm {
        width: 80%
    }
    .dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm input[type=submit] {
        font-size: 13px;
        padding: 18px 15px 15px
    }
    .dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type=email], .dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type=submit] {
        font-size: 16px
    }
    .dt-sc-newsletter-section.type7 .newsletter-tooltip {
        width: 20%;
        top: 0
    }
    .dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type=submit] {
        padding: 15px 25px 14px
    }
    .dt-sc-newsletter-section.type6.dt-sc-university-newsletter .dt-sc-subscribe-frm input[type=email], .dt-sc-newsletter-section.type6.dt-sc-university-newsletter .dt-sc-subscribe-frm input[type=text] {
        width: 65%;
        font-size: 16px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .dt-sc-newsletter-section .dt-sc-subscribe-frm input[type=email], .dt-sc-newsletter-section .dt-sc-subscribe-frm input[type=text] {
        margin: 0 15px 0 0;
        padding: 16px 15px 15px;
        width: 30%
    }
    .dt-sc-newsletter-section.type1 h2 {
        font-size: 18px;
        width: 34%
    }
    .dt-sc-newsletter-section.type1 .dt-sc-subscribe-frm {
        width: 66%
    }
    .dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm {
        width: 100%
    }
    .dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm input[type=email], .dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm input[type=text] {
        width: 35%;
        font-size: 12px;
        margin: 0 10px 0 0
    }
    .dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm input[type=submit] {
        font-size: 11px;
        padding: 18px 12px 15px
    }
    .dt-sc-newsletter-section.type4 .dt-sc-subscribe-frm input[type=email], .dt-sc-newsletter-section.type4 .dt-sc-subscribe-frm input[type=text] {
        width: 46%
    }
    .dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type=email], .dt-sc-newsletter-section.type6.dt-sc-university-newsletter .dt-sc-subscribe-frm input[type=email] {
        font-size: 16px;
        padding: 13px 15px;
        width: 62%
    }
    .dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type=submit] {
        font-size: 16px;
        padding: 12px 15px 13px
    }
    .dt-sc-newsletter-section.type7 .newsletter-tooltip {
        top: -16px;
        width: 30%
    }
}

@media only screen and (max-width:767px) {
    .dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm, .dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type=email] {
        text-align: center;
        width: 100%
    }
    .dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type=submit] {
        float: none
    }
    .dt-sc-newsletter-section.type1 h2 {
        width: 100%
    }
    .dt-sc-newsletter-section.type1 form:before {
        width: 150%
    }
    .dt-sc-newsletter-section.type1 .dt-sc-subscribe-frm input[type=email], .dt-sc-newsletter-section.type1 .dt-sc-subscribe-frm input[type=text] {
        width: 100%;
        margin: 0 0 10px
    }
    .dt-sc-newsletter-section.type1 .dt-sc-subscribe-frm input[type=submit] {
        float: right
    }
    .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type=email], .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type=text] {
        font-size: 14px;
        padding: 13px 15px 11px;
        width: 100%;
        margin-bottom: 10px
    }
    .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type=submit], .dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm input[type=submit], .dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type=submit] {
        margin-top: 10px
    }
    .dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm {
        padding: 30px 15px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box
    }
    .dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm input[type=email], .dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm input[type=text] {
        margin: 0 5px 10px 0;
        width: 100%
    }
    .dt-sc-newsletter-section.type4 .dt-sc-subscribe-frm input[type=email], .dt-sc-newsletter-section.type4 .dt-sc-subscribe-frm input[type=text] {
        width: 100%;
        margin-top: 10px
    }
    .dt-sc-newsletter-section.type4 .dt-sc-subscribe-frm input[type=email], .dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type=email] {
        margin-right: 0
    }
    .dt-sc-newsletter-section.type5 {
        padding: 0;
        width: 100%
    }
    .dt-sc-newsletter-section.type7 .dt-sc-subscribe-frm {
        width: 100%
    }
    .dt-sc-newsletter-section.type7 .newsletter-tooltip {
        margin: 0;
        top: auto;
        width: 60%
    }
    .dt-sc-newsletter-section.type7 h2 {
        line-height: normal
    }
    .footer-widgets .dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm, .footer-widgets .dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type=email] {
        text-align: left
    }
    .dt-mc-subscribe.align-center form>div, .dt-mc-subscribe.align-left, .dt-mc-subscribe.align-left form>div, .dt-mc-subscribe.align-none, .dt-mc-subscribe.align-none form>div, .dt-mc-subscribe.align-right form>div {
        float: none;
        display: inline-block;
        text-align: center
    }
    .dt-mc-subscribe.align-center.inline form>div, .dt-mc-subscribe.align-left.inline, .dt-mc-subscribe.align-left.inline form>div, .dt-mc-subscribe.align-none.inline, .dt-mc-subscribe.align-none.inline form>div, .dt-mc-subscribe.align-right.inline form>div {
        display: table-cell
    }
    .dt-mc-subscribe.align-center form>.email-field-wrap, .dt-mc-subscribe.align-left form>.email-field-wrap, .dt-mc-subscribe.align-right form>.email-field-wrap {
        width: 70%
    }
    .dt-mc-subscribe.align-center.block form>.email-field-wrap, .dt-mc-subscribe.align-center.inline form>.email-field-wrap, .dt-mc-subscribe.align-left.block form>.email-field-wrap, .dt-mc-subscribe.align-left.inline form>.email-field-wrap, .dt-mc-subscribe.align-right.block form>.email-field-wrap, .dt-mc-subscribe.align-right.inline form>.email-field-wrap, .dt-sc-newsletter-section.type6.dt-sc-university-newsletter .dt-sc-subscribe-frm input[type=email], .dt-sc-newsletter-section.type6.dt-sc-university-newsletter .dt-sc-subscribe-frm input[type=text] {
        width: 100%
    }
    .dt-mc-subscribe.align-center form, .dt-mc-subscribe.align-center form>.btn-wrap.text-only div, .dt-mc-subscribe.align-center form>.btn-wrap.text-only input[type=submit], .dt-mc-subscribe.align-left, .dt-mc-subscribe.align-left form, .dt-mc-subscribe.align-left form>.btn-wrap.text-only div, .dt-mc-subscribe.align-left form>.btn-wrap.text-only input[type=submit], .dt-mc-subscribe.align-none, .dt-mc-subscribe.align-none form, .dt-mc-subscribe.align-right, .dt-mc-subscribe.align-right form, .dt-mc-subscribe.align-right form>.btn-wrap.text-only div, .dt-mc-subscribe.align-right form>.btn-wrap.text-only input[type=submit] {
        width: 100%;
        text-align: center
    }
    .dt-mc-subscribe form .email-field-wrap input[type=email] {
        font-size: 16px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .page-with-sidebar .vc_row-no-padding .dt-sc-newsletter-section.type7 {
        max-width: 420px
    }
    .dt-sc-newsletter-section.type1 .dt-sc-subscribe-frm, .dt-sc-newsletter-section.type1 h2 {
        text-align: center
    }
    .dt-sc-newsletter-section .dt-sc-subscribe-frm input[type=submit] {
        padding: 18px 10px 15px
    }
    .dt-sc-newsletter-section.type1 form:after, .dt-sc-newsletter-section.type1 form:before, .dt-sc-newsletter-section.type1 h2:after, .dt-sc-newsletter-section.type1 h2:before {
        width: 250%
    }
    .dt-sc-newsletter-section.type1 form:before {
        width: 250%;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        left: -100%
    }
    .dt-sc-newsletter-section.type1 .dt-sc-subscribe-frm, .dt-sc-newsletter-section.type1 .dt-sc-subscribe-frm input[type=email], .dt-sc-newsletter-section.type1 .dt-sc-subscribe-frm input[type=text] {
        width: 100%;
        float: none;
        display: inline-block
    }
    .dt-sc-newsletter-section.type1 .dt-sc-subscribe-frm input[type=submit] {
        float: none;
        display: inline-block;
        padding: 18px 20px 15px
    }
}

@media only screen and (max-width:479px) {
    .dt-sc-newsletter-section.type1 .dt-sc-subscribe-frm, .dt-sc-newsletter-section.type1 h2 {
        text-align: center
    }
    .dt-sc-newsletter-section .dt-sc-subscribe-frm input[type=submit] {
        padding: 18px 10px 15px
    }
    .dt-sc-newsletter-section.type1 form:after, .dt-sc-newsletter-section.type1 form:before, .dt-sc-newsletter-section.type1 h2:after, .dt-sc-newsletter-section.type1 h2:before {
        width: 250%
    }
    .dt-sc-newsletter-section.type1 form:before {
        width: 250%;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        left: -100%
    }
    .dt-sc-newsletter-section.type1 .dt-sc-subscribe-frm, .dt-sc-newsletter-section.type1 .dt-sc-subscribe-frm input[type=email], .dt-sc-newsletter-section.type1 .dt-sc-subscribe-frm input[type=text] {
        width: 100%;
        float: none;
        display: inline-block
    }
    .dt-sc-newsletter-section.type1 .dt-sc-subscribe-frm input[type=submit] {
        float: none;
        display: inline-block;
        padding: 18px 20px 15px
    }
    .dt-mc-subscribe button, .dt-mc-subscribe input.text, .dt-mc-subscribe input[type=email], .dt-mc-subscribe input[type=range], .dt-mc-subscribe input[type=date], .dt-mc-subscribe input[type=search], .dt-mc-subscribe input[type=button], .dt-mc-subscribe input[type=reset], .dt-mc-subscribe input[type=text], .dt-mc-subscribe input[type=submit], .dt-mc-subscribe input[type=password], .dt-mc-subscribe input[type=url], .dt-mc-subscribe input[type=tel], .dt-mc-subscribe input[type=number], .dt-mc-subscribe select, .dt-mc-subscribe textarea {
        font-size: 13px
    }
    .dt-mc-subscribe.inline-block.gap_10 .btn-wrap, .dt-mc-subscribe.inline-block.gap_15 .btn-wrap, .dt-mc-subscribe.inline-block.gap_5 .btn-wrap {
        margin-left: 1px
    }
    .dt-mc-subscribe form .email-field-wrap input[type=email] {
        font-size: 16px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .page-with-sidebar .vc_row-no-padding .dt-sc-newsletter-section.type7 {
        max-width: 290px
    }
}

@media only screen and (max-width:319px) {
    .dt-sc-newsletter-section.type7 h2 {
        line-height: normal
    }
    .dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm input[type=email], .dt-sc-newsletter-section.type3 .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=text] {
        margin: 0 0 10px;
        width: 100%
    }
    .dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm input[type=submit] {
        font-size: 11px;
        text-transform: capitalize;
        padding: 18px 10px 15px
    }
    .dt-sc-newsletter-section.type5 {
        padding: 20px 15px 30px
    }
    .dt-sc-newsletter-section .dt-sc-subscribe-frm input[type=submit] {
        padding: 18px 10px 15px
    }
    .dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type=submit] {
        font-size: 18px;
        padding: 16px 20px 15px
    }
    .dt-sc-newsletter-section.type7 {
        padding: 0 0 10px
    }
    .dt-sc-newsletter-section.type7 .newsletter-tooltip {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box
    }
}

/*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;
    position: relative;
    padding: 5px 0 5px 23px;
    color: currentColor;
    font-size: initial
}

.dt-sc-fancy-list.align_left.arrow, ul.dt-sc-fancy-list li ul {
    padding-left: 0
}

ul.dt-sc-fancy-list li:first-child {
    padding-top: 0
}

ul.dt-sc-fancy-list.dt-sc-dark-bg li {
    color: #fff
}

ul.dt-sc-fancy-list.align_left.arrow li {
    font-size: 18px;
    color: #000;
    padding: 4px 0 4px 23px
}

ul.dt-sc-fancy-list.align_left.arrow.f_lg li {
    font-size: 22px;
    padding: 5px 0 5px 30px
}

ul.dt-sc-fancy-list.model-request-list.f_lg li:before {
    font-size: 22px;
    top: 5px
}

ul.dt-sc-fancy-list.dt-sc-fancy-box-with-border li {
    border-bottom: 1px dashed #eee
}

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: 400;
    text-decoration: inherit;
    font-size: 12px;
    position: absolute;
    top: 6px;
    left: 0
}

ul.dt-sc-fancy-list li:first-child:before {
    top: 1px
}

ul.dt-sc-fancy-list.circle-bullet li:first-child:before {
    top: 0
}

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: "\f087"
}

ul.dt-sc-fancy-list.thumbs-down li:before {
    content: "\f088"
}

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: "\f058";
    font-size: 16px
}

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 {
    top: 4px;
    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: 0
}

ul.dt-sc-fancy-list.type2 li span {
    font-size: 18px;
    margin: 0 10px 0 0;
    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: #f8175d
}

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: #ffcc21
}

ol.dt-sc-fancy-list li {
    padding: 5px 0
}

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.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.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.lime li {
    color: #cddc39
}

ol.dt-sc-fancy-list.magenta li {
    color: #cb506d
}

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: #ffcc21
}

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: #f8175d
}

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: coral
}

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
}

/*Image Filp*/

.dt-sc-image-flip img {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

.dt-sc-image-flip {
    clear: both;
    float: left;
    width: 100%;
    position: relative
}

.dt-sc-image-flip img:last-child {
    position: absolute;
    left: 0;
    top: 0;
    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: 0;
    margin: auto
}

@media only screen and (max-width:767px) {
    .dt-sc-image-flip {
        text-align: center
    }
    .dt-sc-image-flip img {
        display: block;
        margin: 0 auto
    }
    .dt-sc-image-flip img:last-child {
        right: 0
    }
}

/*Image Caption*/

.dt-sc-points-system-counter, .dt-sc-process-with-caption {
    counter-reset: image-caption-counter
}

.dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper:before, .dt-sc-image-caption.type2, .dt-sc-image-caption.type2 .dt-sc-image-content, .dt-sc-image-caption.type2 .dt-sc-image-content .dt-sc-image-title, .dt-sc-image-caption.type2 .dt-sc-image-content .dt-sc-image-title h3, .dt-sc-image-caption.type2 .dt-sc-image-title:after, .dt-sc-image-caption.type4, .dt-sc-image-caption.type4 .dt-sc-button span, .dt-sc-image-caption.type4 .dt-sc-image-content, .dt-sc-image-caption.type4 .dt-sc-image-content h3, .dt-sc-image-caption.type4 .dt-sc-image-content h6, .dt-sc-image-caption.type4 .dt-sc-image-content p, .dt-sc-image-caption.type5, .dt-sc-image-caption.type5 .dt-sc-image-wrapper:after, .dt-sc-image-caption.type5 .dt-sc-image-wrapper:before, .dt-sc-image-caption.type5 h3, .dt-sc-image-caption.type6, .dt-sc-image-caption.type6 .dt-sc-image-content, .dt-sc-image-caption.type6 .dt-sc-image-wrapper .icon-wrapper span, .dt-sc-image-caption.type6 .dt-sc-image-wrapper img, .dt-sc-image-caption.type6:hover:before, .dt-sc-image-caption.type7.dt-sc-kalvi-default-image-caption, .dt-sc-image-caption.type8 *, .dt-sc-image-caption.type8 .dt-sc-image-content, .dt-sc-image-caption.type8 .dt-sc-image-wrapper img, .dt-sc-image-caption.type8 :before, .dt-sc-image-caption.type9 .dt-sc-image-content, .dt-sc-image-caption.type9 .dt-sc-image-overlay, .dt-sc-process-with-caption .dt-sc-image-caption.type7 .dt-sc-image-wrapper:after {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

.dt-sc-image-caption {
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0
}

.dt-sc-image-caption .dt-sc-image-wrapper {
    position: relative
}

.dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper {
    position: absolute;
    bottom: 0;
    right: 0
}

.dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper span {
    font-size: 36px;
    margin: 0 20px 20px 0;
    display: inline-block;
    position: relative;
    z-index: 1
}

.dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 130px solid;
    border-left: 130px solid transparent
}

.dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper:after {
    content: "";
    position: absolute;
    left: -14px;
    bottom: -32px;
    width: 7px;
    height: 200px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.dt-sc-image-caption .dt-sc-image-content {
    display: inline-block;
    clear: both;
    margin: 30px 0 0
}

.dt-sc-image-caption .dt-sc-image-title {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%
}

.dt-sc-image-caption.type3 .dt-sc-image-wrapper .icon-wrapper span.fa, .dt-sc-image-caption.type3 .dt-sc-image-wrapper .icon-wrapper span.icon, .dt-sc-image-caption.type3 .dt-sc-image-wrapper .icon-wrapper span.zmdi {
    margin-right: 0;
    margin-bottom: 0
}

.dt-sc-image-caption .dt-sc-image-title h3 {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 5px;
    position: relative;
    top: -2px
}

.dt-sc-image-caption .dt-sc-image-title h6 {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 0
}

.dt-sc-image-caption .dt-sc-image-content a {
    margin-top: 20px
}

.dt-sc-image-caption.dt-sc-university-image-caption .dt-sc-image-content {
    margin: 0;
    background: #fff;
    border: 1px solid #eff2f7;
    padding: 40px
}

.dt-sc-image-caption.dt-sc-university-image-caption .dt-sc-image-title {
    margin-bottom: 20px
}

.dt-sc-image-caption.dt-sc-university-image-caption .dt-sc-image-content .dt-sc-image-title h3 {
    font-size: 25px;
    font-weight: 300;
    text-transform: capitalize
}

.dt-sc-image-caption.dt-sc-university-image-caption .dt-sc-image-content p {
    color: grey
}

.dt-sc-image-caption.dt-sc-online-learning-caption .dt-sc-image-title {
    margin-bottom: 0
}

.dt-sc-image-caption.dt-sc-online-learning-caption .dt-sc-image-title h3 {
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 2px
}

.dt-sc-image-caption.dt-sc-online-learning-caption .dt-sc-image-title h6 {
    text-transform: inherit;
    font-weight: 700;
    font-size: 20px;
    color: #4D4D4D;
    line-height: normal
}

.dt-sc-image-caption.dt-sc-online-learning-caption .dt-sc-image-content p {
    margin: 20px 0 0;
    clear: both;
    font-weight: 300
}

.dt-sc-image-caption.dt-sc-online-learning-caption .dt-sc-image-content a.dt-sc-button {
    margin-top: 20px;
    float: none;
    display: inline-block
}

.dt-sc-image-caption.dt-sc-online-learning-caption:hover .dt-sc-image-wrapper img {
    border-radius: 10px
}

.dt-sc-image-caption.dt-sc-online-learning-caption:hover .dt-sc-image-content a {
    background: 0 0
}

.dt-sc-dark-bg .dt-sc-image-caption.dt-sc-online-learning-caption .dt-sc-image-title h6, .dt-sc-dark-bg .dt-sc-image-caption.dt-sc-online-learning-caption a.dt-sc-button {
    color: #fff
}

.dt-sc-image-caption.type2 {
    padding: 10px;
    position: relative;
    z-index: 9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.dt-sc-image-caption.type2 .dt-sc-image-wrapper {
    clear: both;
    overflow: hidden
}

.dt-sc-image-caption.type2 .dt-sc-image-wrapper img {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.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);
    transform: scale(1.2)
}

.dt-sc-image-caption.type2 .dt-sc-image-content {
    padding: 20px;
    clear: both;
    display: block;
    font-size: 16px;
    left: 0;
    margin: 0;
    position: relative;
    text-align: center;
    z-index: 9
}

.dt-sc-image-caption.type2.bottom .dt-sc-image-content {
    bottom: -30px
}

.dt-sc-image-caption.type2 .dt-sc-image-title h3 {
    font-size: 24px;
    font-weight: 400;
    text-transform: inherit;
    top: 0
}

.dt-sc-image-caption.type2 .dt-sc-image-content p {
    margin: 10px 0 0;
    display: inline-block
}

.dt-sc-image-caption.type2 .dt-sc-image-title, .dt-sc-image-caption.type2 .dt-sc-image-title h3 {
    margin-bottom: 0
}

.dt-sc-image-caption.type2 .dt-sc-image-title {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 30px
}

.dt-sc-image-caption.type2 .dt-sc-image-title:before {
    position: absolute;
    content: "";
    display: block;
    background: #fff;
    width: 100px;
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -2px
}

.dt-sc-image-caption.type2 .dt-sc-image-title:after {
    position: absolute;
    content: "\f1e3";
    font-family: FontAwesome;
    display: block;
    color: #fff;
    width: 50px;
    height: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -16px;
    line-height: 30px;
    font-size: 30px;
    animation: no-spin 4s infinite linear;
    -moz-animation: no-spin 4s infinite linear;
    -webkit-animation: no-spin 4s infinite linear;
    -ms-animation: no-spin 4s infinite linear
}

.dt-sc-image-caption.type2:hover .dt-sc-image-title:after {
    animation: spin 4s infinite linear;
    -moz-animation: spin 4s infinite linear;
    -webkit-animation: spin 4s infinite linear;
    -ms-animation: spin 4s infinite linear
}

@-moz-keyframes no-spin {
    from, to {
        -moz-transform: rotate(0)
    }
}

@-webkit-keyframes no-spin {
    from, to {
        -webkit-transform: rotate(0)
    }
}

@keyframes no-spin {
    from, to {
        transform: rotate(0)
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0)
    }
    to {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

.dt-sc-image-caption.type2.blue, .dt-sc-image-caption.type2.blue .dt-sc-image-title:after {
    background-color: #008bd3
}

.dt-sc-image-caption.type2.brown, .dt-sc-image-caption.type2.brown .dt-sc-image-title:after {
    background-color: #795548
}

.dt-sc-image-caption.type2.cadetblue, .dt-sc-image-caption.type2.cadetblue .dt-sc-image-title:after {
    background-color: #3c939d
}

.dt-sc-image-caption.type2.chillipepper, .dt-sc-image-caption.type2.chillipepper .dt-sc-image-title:after {
    background-color: #c10841
}

.dt-sc-image-caption.type2.cyan, .dt-sc-image-caption.type2.cyan .dt-sc-image-title:after {
    background-color: #00bcd4
}

.dt-sc-image-caption.type2.darkgolden, .dt-sc-image-caption.type2.darkgolden .dt-sc-image-title:after {
    background-color: #b48b3c
}

.dt-sc-image-caption.type2.deeporange, .dt-sc-image-caption.type2.deeporange .dt-sc-image-title:after {
    background-color: #ff5722
}

.dt-sc-image-caption.type2.deeppurple, .dt-sc-image-caption.type2.deeppurple .dt-sc-image-title:after {
    background-color: #673ab7
}

.dt-sc-image-caption.type2.green, .dt-sc-image-caption.type2.green .dt-sc-image-title:after {
    background-color: #60ae0d
}

.dt-sc-image-caption.type2.lime, .dt-sc-image-caption.type2.lime .dt-sc-image-title:after {
    background-color: #cddc39
}

.dt-sc-image-caption.type2.magenta, .dt-sc-image-caption.type2.magenta .dt-sc-image-title:after {
    background-color: #cb506d
}

.dt-sc-image-caption.type2.orange, .dt-sc-image-caption.type2.orange .dt-sc-image-title:after {
    background-color: #ff9800
}

.dt-sc-image-caption.type2.pink, .dt-sc-image-caption.type2.pink .dt-sc-image-title:after {
    background-color: #fd6ca3
}

.dt-sc-image-caption.type2.purple, .dt-sc-image-caption.type2.purple .dt-sc-image-title:after {
    background-color: #9c27b0
}

.dt-sc-image-caption.type2.red, .dt-sc-image-caption.type2.red .dt-sc-image-title:after {
    background-color: #da0000
}

.dt-sc-image-caption.type2.skyblue, .dt-sc-image-caption.type2.skyblue .dt-sc-image-title:after {
    background-color: #0eb2e7
}

.dt-sc-image-caption.type2.teal, .dt-sc-image-caption.type2.teal .dt-sc-image-title:after {
    background-color: #009688
}

.dt-sc-image-caption.type2.turquoise, .dt-sc-image-caption.type2.turquoise .dt-sc-image-title:after {
    background-color: #32ccbd
}

.dt-sc-image-caption.type2.wisteria, .dt-sc-image-caption.type2.wisteria .dt-sc-image-title:after {
    background-color: #9b59b6
}

.dt-sc-image-caption.type2.yellow, .dt-sc-image-caption.type2.yellow .dt-sc-image-title:after {
    background-color: #ffcc21
}

.dt-sc-image-caption.type3 {
    text-align: center
}

.dt-sc-image-caption.type3 .dt-sc-image-wrapper .icon-wrapper {
    text-align: center;
    background: 0 0;
    border: none;
    position: inherit;
    width: 100%;
    display: inline-block;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.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: 0
}

.dt-sc-image-caption.type3 .dt-sc-image-wrapper .icon-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -17px;
    margin: auto;
    width: 70px;
    height: 70px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.dt-sc-image-caption.type3 .dt-sc-image-content h3 {
    font-size: 18px
}

.dt-sc-image-caption.type3 .dt-sc-image-title {
    margin-bottom: 15px
}

.dt-sc-image-caption.type3.alignright, .dt-sc-image-caption.type3.alignright .dt-sc-image-wrapper .icon-wrapper {
    text-align: right
}

.dt-sc-image-caption.type3.alignright .dt-sc-image-wrapper .icon-wrapper:after {
    left: auto;
    right: 8px
}

.dt-sc-image-caption.type3.alignright .dt-sc-image-wrapper .icon-wrapper img {
    right: 23px
}

.dt-sc-image-caption.type3.alignleft, .dt-sc-image-caption.type3.alignleft .dt-sc-image-wrapper .icon-wrapper {
    text-align: left
}

.dt-sc-image-caption.type3.alignleft .dt-sc-image-wrapper .icon-wrapper:after {
    right: auto;
    left: 8px
}

.dt-sc-image-caption.type3.alignleft .dt-sc-image-wrapper .icon-wrapper img {
    left: 23px
}

.dt-sc-image-caption.type4 {
    border-top: 3px solid;
    position: relative
}

.dt-sc-image-caption.type4 .dt-sc-image-content {
    border-top: 0;
    margin: 0 0 30px;
    padding: 30px 30px 45px;
    width: 100%
}

.dt-sc-image-caption.type4 .dt-sc-image-content h3 {
    font-size: 24px;
    text-transform: inherit
}

.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.type4.aligncenter .dt-sc-button {
    left: 0;
    right: 0;
    margin: 0 auto
}

.dt-sc-image-caption.type4.alignright .dt-sc-button {
    left: auto;
    right: 20px;
    margin: 0 auto
}

.dt-sc-image-caption.type5 {
    margin-bottom: 35px;
    position: relative;
    z-index: 1
}

.dt-sc-image-caption.type5 .dt-sc-image-content, .dt-sc-image-caption.type5 .dt-sc-image-wrapper {
    margin: 0;
    width: 45%
}

.dt-sc-image-caption.type5 .dt-sc-image-wrapper:before {
    border-width: 1px 0 0 1px;
    left: -20px;
    top: -20px
}

.dt-sc-image-caption.type5 .dt-sc-image-wrapper:after {
    border-width: 0 1px 1px 0;
    bottom: -20px;
    right: -20px
}

.dt-sc-image-caption.type5 .dt-sc-image-wrapper:after, .dt-sc-image-caption.type5 .dt-sc-image-wrapper:before {
    border-color: #909090;
    border-style: solid;
    content: "";
    height: 100px;
    position: absolute;
    width: 100px;
    z-index: -1
}

.dt-sc-image-caption.type5:hover .dt-sc-image-wrapper:after, .dt-sc-image-caption.type5:hover .dt-sc-image-wrapper:before {
    height: 30%;
    width: 30%
}

.dt-sc-image-caption.type5 .dt-sc-image-wrapper {
    display: table;
    float: left;
    padding: 0;
    position: relative
}

.dt-sc-image-caption.type5 .dt-sc-image-wrapper .dt-image-with-anti-corner-frame {
    margin: 0 auto
}

.dt-sc-image-caption.type5 .dt-sc-image-wrapper img {
    width: 100%
}

.dt-sc-image-caption.type5 .dt-sc-image-content {
    clear: none;
    float: left;
    margin: 0;
    padding: 20px 0;
    position: absolute;
    right: 0;
    top: 50%;
    text-align: left;
    z-index: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.dt-sc-image-caption.type5 .dt-sc-image-title {
    margin-bottom: 10px
}

.dt-sc-image-caption.type5 .dt-sc-image-content h3 {
    text-transform: none;
    top: auto;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: -.1px
}

.dt-sc-image-caption.type5.bottom-content .dt-sc-image-wrapper {
    width: 100%;
    margin: 0
}

.dt-sc-image-caption.type5.bottom-content .dt-sc-image-wrapper:before {
    border-bottom: 15px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top-width: 0;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    width: 0
}

.dt-sc-image-caption.type5.bottom-content .dt-sc-image-content {
    margin-top: 90px;
    width: 100%
}

.dt-sc-image-caption.type5.left-content .dt-sc-image-wrapper {
    float: right
}

.dt-sc-image-caption.type5.left-content .dt-sc-image-content {
    text-align: right;
    left: 0;
    right: auto
}

.dt-sc-image-caption.type5.top-content .dt-sc-image-wrapper {
    width: 100%;
    margin: 0
}

.dt-sc-image-caption.type5.top-content .dt-sc-image-wrapper:before {
    border-top: 15px solid #fff;
    border-bottom: 0;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    top: 0;
    width: 0;
    left: 0;
    right: 0;
    bottom: inherit
}

.dt-sc-image-caption.type5.top-content .dt-sc-image-content {
    width: 100%;
    margin-top: 70px;
    margin-bottom: 90px
}

.dt-sc-image-caption.type6 {
    overflow: hidden;
    position: relative;
    text-align: center;
    z-index: 0
}

.dt-sc-image-caption.type6:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .9) 80%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, .9)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .9) 80%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .9) 80%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .9) 80%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .9) 80%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=0)
}

.dt-sc-image-caption.type6.dt-sc-learning-img-caption:before, .dt-sc-image-caption.type6.dt-sc-points-system-img-caption:before, .dt-sc-image-caption.type6.dt-sc-university-img-caption:before {
    content: none
}

.dt-sc-image-caption.type6 .dt-sc-image-wrapper {
    padding: 0
}

.dt-sc-image-caption.type6 .dt-sc-image-wrapper img {
    opacity: .1
}

.dt-sc-image-caption.type6:hover .dt-sc-image-wrapper img {
    opacity: 1
}

.dt-sc-image-caption.type6 .dt-sc-image-wrapper .icon-wrapper {
    position: absolute;
    bottom: auto;
    left: 0;
    right: 0;
    top: 0
}

.dt-sc-image-caption.type6 .dt-sc-image-wrapper .icon-wrapper:after, .dt-sc-image-caption.type6 .dt-sc-image-wrapper .icon-wrapper:before {
    border: none;
    background: 0 0
}

.dt-sc-image-caption.type6 .dt-sc-image-wrapper .icon-wrapper span {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    margin: 0;
    position: relative;
    z-index: 3;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
    visibility: hidden
}

.dt-sc-image-caption.type6 .dt-sc-image-content {
    float: left;
    margin-top: 0;
    position: absolute;
    left: 0;
    bottom: 50%;
    padding: 0 40px;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(50%)
}

.dt-sc-image-caption.type6:hover .dt-sc-image-content {
    bottom: 20px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    z-index: 9
}

.dt-sc-image-caption.type6 .dt-sc-image-title {
    margin-bottom: 5px
}

.dt-sc-image-caption.type6 h3 {
    font-size: 20px;
    font-weight: 400;
    position: relative;
    z-index: 3
}

.dt-sc-learning-simple-title b, .dt-sc-university-simple-title b {
    font-weight: 300
}

.dt-sc-image-caption.type6 p {
    position: relative;
    margin: 0;
    z-index: 3
}

.dt-sc-image-caption.type6:hover:before {
    opacity: 1
}

.dt-sc-image-caption.type6:hover .dt-sc-image-wrapper .icon-wrapper span {
    color: #fff;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(150%);
    opacity: 1;
    visibility: visible;
    background: #000
}

.dt-sc-image-caption.type6 .dt-sc-image-content, .dt-sc-image-caption.type6 .dt-sc-image-content>*, .dt-sc-image-caption.type6 h3 {
    color: #fff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

.dt-sc-image-caption.type6.dt-sc-light-bg:hover .dt-sc-image-content, .dt-sc-image-caption.type6.dt-sc-light-bg:hover .dt-sc-image-content>*, .dt-sc-image-caption.type6.dt-sc-light-bg:hover h3 {
    color: #000
}

.dt-sc-image-caption.type6.blue {
    background-color: #008bd3
}

.dt-sc-image-caption.type6.brown {
    background-color: #795548
}

.dt-sc-image-caption.type6.cadetblue {
    background-color: #3c939d
}

.dt-sc-image-caption.type6.chillipepper {
    background-color: #c10841
}

.dt-sc-image-caption.type6.cyan {
    background-color: #00bcd4
}

.dt-sc-image-caption.type6.darkgolden {
    background-color: #b48b3c
}

.dt-sc-image-caption.type6.deeporange {
    background-color: #ff5722
}

.dt-sc-image-caption.type6.deeppurple {
    background-color: #673ab7
}

.dt-sc-image-caption.type6.green {
    background-color: #60ae0d
}

.dt-sc-image-caption.type6.lime {
    background-color: #cddc39
}

.dt-sc-image-caption.type6.magenta {
    background-color: #cb506d
}

.dt-sc-image-caption.type6.orange {
    background-color: #ff9800
}

.dt-sc-image-caption.type6.pink {
    background-color: #fd6ca3
}

.dt-sc-image-caption.type6.purple {
    background-color: #9c27b0
}

.dt-sc-image-caption.type6.red {
    background-color: #da0000
}

.dt-sc-image-caption.type6.skyblue {
    background-color: #0eb2e7
}

.dt-sc-image-caption.type6.teal {
    background-color: #009688
}

.dt-sc-image-caption.type6.turquoise {
    background-color: #32ccbd
}

.dt-sc-image-caption.type6.wisteria {
    background-color: #9b59b6
}

.dt-sc-image-caption.type6.yellow {
    background-color: #ffcc21
}

.dt-sc-image-caption.type6.blue:hover, .dt-sc-image-caption.type6.green:hover, .dt-sc-image-caption.type6.purple:hover, .dt-sc-image-caption.type6.yellow:hover, .dt-sc-image-caption.type6:hover {
    background: 0 0
}

.dt-sc-image-caption.type6.alignleft {
    text-align: left
}

.dt-sc-image-caption.type6.alignright {
    text-align: right
}

.dt-sc-image-caption.type6.alignleft .dt-sc-image-wrapper .icon-wrapper {
    right: auto;
    left: 40px
}

.dt-sc-image-caption.type6.alignright .dt-sc-image-wrapper .icon-wrapper {
    left: auto;
    right: 40px
}

.dt-sc-image-caption.type6.alignleft h3:before {
    left: 0;
    right: auto
}

.dt-sc-image-caption.type6.alignright h3:before {
    right: 0;
    left: auto
}

.dt-sc-image-caption.type6.with-rounded-corner {
    border-radius: 5px
}

.dt-sc-image-caption.type6.dt-sc-learning-img-caption {
    text-align: left;
    background-color: rgba(0, 0, 0, .9)
}

.dt-sc-image-caption.type6.dt-sc-learning-img-caption .dt-sc-image-wrapper img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    bottom: 0
}

.dt-sc-image-caption.type6.dt-sc-learning-img-caption .dt-sc-image-content {
    position: relative;
    top: 0;
    padding: 40px;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none
}

.dt-sc-image-caption.type6.dt-sc-learning-img-caption .dt-sc-image-content p {
    margin-bottom: 0
}

.dt-sc-image-caption.type6.dt-sc-learning-img-caption .dt-sc-image-wrapper .icon-wrapper {
    padding: 50px 0 0;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transform: translate(10%, 50%);
    -moz-transform: translate(10%, 50%);
    transform: translate(10%, 10%)
}

.dt-sc-image-caption.type6.dt-sc-learning-img-caption .dt-sc-image-wrapper .icon-wrapper span {
    position: relative;
    background: #fff;
    color: #000;
    border-radius: 50%;
    padding: 10px;
    text-align: center;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible
}

.dt-sc-image-caption.type6.dt-sc-learning-img-caption:hover .dt-sc-image-content a.transparent, .dt-sc-image-caption.type6.dt-sc-points-system-img-caption:hover .dt-sc-image-content a, .dt-sc-image-caption.type6.dt-sc-university-img-caption:hover .dt-sc-image-content a.transparent {
    background: 0 0
}

.dt-sc-image-caption.type6.dt-sc-learning-img-caption .dt-sc-image-wrapper .icon-wrapper span:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.dt-sc-image-caption.type6.dt-sc-learning-img-caption:hover .dt-sc-image-wrapper img {
    opacity: .3
}

.dt-sc-image-caption.type6.dt-sc-learning-img-caption:hover .dt-sc-image-content .dt-sc-button.dt-skin-secondary-color {
    color: #fff
}

.dt-sc-image-caption.type6.dt-sc-university-img-caption {
    text-align: left
}

.dt-sc-image-caption.type6.dt-sc-university-img-caption .dt-sc-image-title h3 {
    text-transform: capitalize
}

.dt-sc-image-caption.type6.dt-sc-university-img-caption .dt-sc-image-wrapper img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    opacity: 0
}

.dt-sc-image-caption.type6.dt-sc-university-img-caption .dt-sc-image-content {
    position: relative;
    top: 0;
    padding: 40px;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none
}

.dt-sc-image-caption.type6.dt-sc-university-img-caption .dt-sc-image-content p {
    margin-bottom: 0
}

.dt-sc-image-caption.type6.dt-sc-university-img-caption .dt-sc-image-content p img {
    margin-top: 20px
}

.dt-sc-image-caption.type6.dt-sc-university-img-caption .dt-sc-image-content p, .dt-sc-image-caption.type6.dt-sc-university-img-caption .dt-sc-image-title h3 {
    color: #2f3b4d
}

.dt-sc-image-caption.type6.dt-sc-points-system-img-caption:hover .dt-sc-image-content .dt-sc-button.dt-skin-secondary-color, .dt-sc-image-caption.type6.dt-sc-university-img-caption:hover .dt-sc-image-content .dt-sc-button.dt-skin-secondary-color, .dt-sc-image-caption.type7.dt-sc-kalvi-default-image-caption .dt-sc-image-content a.dt-sc-button {
    color: #fff
}

.dt-sc-image-caption.type6.dt-sc-university-img-caption .dt-sc-image-wrapper .icon-wrapper {
    padding: 20px 0 0;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transform: translate(10%, 50%);
    -moz-transform: translate(10%, 50%);
    transform: translate(10%, 10%)
}

.dt-sc-image-caption.type6.dt-sc-university-img-caption .dt-sc-image-wrapper .icon-wrapper span {
    position: relative;
    color: #fff;
    border-radius: 50%;
    padding: 15px;
    font-size: 25px;
    text-align: center;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    border: none;
    opacity: 1;
    visibility: visible
}

.dt-sc-image-caption.type6.dt-sc-points-system-img-caption:hover .dt-sc-image-wrapper img, .dt-sc-image-caption.type6.dt-sc-university-img-caption:hover .dt-sc-image-wrapper img {
    opacity: .1
}

.dt-sc-image-caption.type6.dt-sc-university-img-caption .dt-sc-image-wrapper .icon-wrapper span:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.dt-sc-image-caption.type6.dt-sc-points-system-img-caption .dt-sc-image-content {
    counter-increment: image-caption-counter;
    margin-bottom: 35px
}

.dt-sc-image-caption.type6.dt-sc-points-system-img-caption {
    text-align: center
}

.dt-sc-image-caption.type6.dt-sc-points-system-img-caption .dt-sc-image-wrapper img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    bottom: 0
}

.dt-sc-image-caption.type6.dt-sc-points-system-img-caption .dt-sc-image-content {
    position: relative;
    top: 0;
    padding: 100px 80px;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none
}

.dt-sc-image-caption.type6.dt-sc-points-system-img-caption .dt-sc-image-content p {
    margin-bottom: 0
}

.dt-sc-image-caption.type6.dt-sc-points-system-img-caption .dt-sc-image-content .dt-sc-image-title {
    position: relative
}

.dt-sc-image-caption.type6.dt-sc-points-system-img-caption .dt-sc-image-content .dt-sc-image-title:after {
    content: counter(image-caption-counter);
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    margin: auto;
    right: 0;
    font-family: Raleway, Helvetica, Arial, sans-serif;
    font-weight: 100
}

.dt-sc-image-caption.type6.dt-sc-points-system-img-caption .dt-sc-image-content .dt-sc-image-title h3 {
    margin-top: 100px;
    margin-bottom: 20px;
    font-size: 35px;
    text-transform: capitalize
}

.dt-sc-image-caption.type6.dt-sc-points-system-img-caption:hover .dt-sc-image-content {
    opacity: 1
}

.dt-sc-points-system-simple-title b {
    font-weight: 300
}

.dt-sc-image-caption.type7 {
    position: relative
}

.dt-sc-image-caption.type7 .dt-sc-image-wrapper {
    float: left;
    width: 48%;
    margin: 0 3% 0 0;
    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 #fff;
    height: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.dt-sc-image-caption.type7 .dt-sc-image-content {
    float: left;
    width: 49%;
    clear: none;
    text-align: center;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 0
}

.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: 0
}

.dt-sc-image-caption.type7.bottom-content .dt-sc-image-wrapper:before {
    border-top: 0;
    border-bottom: 15px solid #fff;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    bottom: 0;
    width: 0;
    left: 0;
    right: 0;
    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: 0 0 0 3%;
    float: right
}

.dt-sc-image-caption.type7.left-content .dt-sc-image-wrapper:before {
    border-left: 15px solid #fff;
    border-right: 0;
    right: inherit;
    left: 0
}

.dt-sc-image-caption.type7.left-content .dt-sc-image-content {
    left: 0;
    right: auto
}

.dt-sc-image-caption.type7.top-content .dt-sc-image-wrapper {
    width: 100%;
    margin: 0
}

.dt-sc-image-caption.type7.top-content .dt-sc-image-wrapper:before {
    border-top: 15px solid #fff;
    border-bottom: 0;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    top: 0;
    width: 0;
    left: 0;
    right: 0;
    bottom: inherit
}

.dt-sc-image-caption.type7.top-content .dt-sc-image-content {
    width: 100%;
    margin-top: 70px;
    margin-bottom: 90px
}

.dt-sc-image-caption.type7.dt-sc-kalvi-default-image-caption {
    background: #fff;
    padding: 25px 25px 25px 0
}

.dt-sc-image-caption.type7.dt-sc-kalvi-default-image-caption:hover {
    box-shadow: 0 15px 10px -10px rgba(31, 31, 31, .25)
}

.dt-sc-image-caption.type7.dt-sc-kalvi-default-image-caption .dt-sc-image-wrapper {
    width: 55%;
    margin: 0
}

.dt-sc-image-caption.type7.dt-sc-kalvi-default-image-caption .dt-sc-image-wrapper:before {
    display: none
}

.dt-sc-image-caption.type7.dt-sc-kalvi-default-image-caption .dt-sc-image-wrapper img {
    padding: 15px
}

.dt-sc-image-caption.type7.dt-sc-kalvi-default-image-caption .dt-sc-image-content {
    text-align: left;
    width: 50%;
    padding-right: 20px;
    padding-left: 15px
}

.dt-sc-image-caption.type7.dt-sc-kalvi-default-image-caption .dt-sc-image-content h3 {
    font-size: 24px;
    font-weight: 500
}

.dt-sc-image-caption.type7.dt-sc-kalvi-default-image-caption .dt-sc-image-content p, .dt-sc-image-caption.type7.dt-sc-kalvi-default-image-caption .dt-sc-image-title, .dt-sc-image-caption.type7.dt-sc-kalvi-default-image-caption .dt-sc-image-title h3 {
    margin-bottom: 0
}

.dt-sc-image-caption.type7.dt-sc-kalvi-default-image-caption .dt-sc-image-content a.dt-sc-button:hover {
    color: #000
}

.dt-sc-process-with-caption .dt-sc-image-caption.type7 {
    counter-increment: image-caption-counter;
    position: relative;
    margin-bottom: 35px
}

.dt-sc-process-with-caption .dt-sc-image-caption.type7 .dt-sc-image-wrapper {
    position: relative
}

.dt-sc-process-with-caption .dt-sc-image-caption.type7 .dt-sc-image-wrapper:after {
    content: counter(image-caption-counter, decimal-leading-zero);
    font-size: 40px;
    font-weight: 700;
    margin: auto;
    position: absolute;
    left: 10px;
    top: 10px;
    background: #fff;
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center
}

.dt-sc-process-with-caption .dt-sc-image-caption.type7.left-content .dt-sc-image-wrapper:after {
    left: auto;
    right: 10px;
}

.dt-sc-process-with-caption .dt-sc-image-caption.type7:hover .dt-sc-image-wrapper:after {
    border-radius: 50%;
    color: #fff
}

.dt-sc-process-with-caption .dt-sc-image-caption.type7 .dt-sc-image-title {
    margin-bottom: 30px
}

.dt-sc-process-with-caption .dt-sc-image-caption.type7 .dt-sc-image-title h3 {
    font-size: 30px;
    margin-bottom: 0;
    line-height: 35px
}

.dt-sc-process-with-caption .dt-sc-image-caption.type7 .dt-sc-image-title h6 {
    font-size: 20px;
    text-transform: lowercase
}

.dt-sc-process-with-caption .dt-sc-image-caption.type7 .dt-sc-image-content {
    font-size: 15px;
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
    text-align: left
}

.dt-sc-process-with-caption .dt-sc-image-caption.type7.left-content .dt-sc-image-content {
    text-align: right
}

.dt-sc-process-with-caption .dt-sc-image-caption.type7:hover .dt-sc-image-content a.dt-sc-button {
    color: #fff
}

.dt-sc-image-caption.type8 .dt-sc-image-content {
    position: relative;
    background: rgba(0, 0, 0, .03);
    margin-top: 0;
    padding: 60px 20px 20px;
    text-align: center;
    width: 100%
}

.dt-sc-image-caption.type8 .dt-sc-image-title {
    margin-bottom: 10px;
    position: relative
}

.dt-sc-image-caption.type8 .dt-sc-image-content h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: none
}

.dt-sc-image-caption.type8:hover .dt-sc-image-content h3 a {
    background: 0 0;
    color: #000
}

.dt-sc-image-caption.type8 .dt-sc-image-content:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -34px;
    margin: auto;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    border: 7px solid #fff;
    z-index: 1
}

.dt-sc-image-caption.type8 .dt-sc-image-title:after, .dt-sc-image-caption.type8 .dt-sc-image-title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    z-index: 1
}

.dt-sc-image-caption.type8 .dt-sc-image-title:before {
    width: 1px;
    height: 20px;
    top: -70px
}

.dt-sc-image-caption.type8 .dt-sc-image-title:after {
    width: 20px;
    height: 1px;
    top: -61px
}

.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 {
    display: block
}

.dt-sc-image-caption.type8:hover .dt-sc-image-wrapper img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.dt-sc-image-caption.type8.alignleft .dt-sc-image-content {
    text-align: left
}

.dt-sc-image-caption.type8.alignright .dt-sc-image-content, .dt-sc-image-caption.type9.alignright {
    text-align: right
}

.dt-sc-image-caption.type9, .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, .8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 30px
}

.dt-sc-image-caption.type9 .dt-sc-image-overlay p, .dt-sc-image-caption.type9 .dt-sc-image-overlay ul.dt-sc-fancy-list {
    color: #FFF
}

.dt-sc-image-caption.type9 .dt-sc-image-overlay .dt-sc-button {
    font-size: 14px;
    letter-spacing: 1px;
    margin: 15px 0 0
}

.dt-sc-image-caption.type9 .dt-sc-image-content h3 {
    font-size: 18px;
    font-weight: 700;
    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: #fff;
    color: #000
}

.dt-sc-image-caption.type9.alignleft {
    text-align: left
}

@media screen and (min-width:0\0) {
    .type8.dt-sc-image-caption .dt-sc-image-content::before {
        border: none;
        box-shadow: 0 0 0 7px #fff;
        -ms-box-shadow: 0 0 0 7px #fff;
        top: -24px
    }
}

.dt-sc-image-caption .dt-sc-image-title span, .dt-sc-image-caption.type4.dt-sc-dark-color-on-hover:hover .dt-sc-image-content h3, .dt-sc-image-caption.type4.dt-sc-dark-color-on-hover:hover .dt-sc-image-content h6, .dt-sc-image-caption.type4.dt-sc-dark-color-on-hover:hover .dt-sc-image-content p {
    color: #000
}

.dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper span, .dt-sc-image-caption.type2 .dt-sc-image-content, .dt-sc-image-caption.type2 .dt-sc-image-content h3, .dt-sc-image-caption.type2:hover .dt-sc-image-content p, .dt-sc-image-caption.type4:hover .dt-sc-image-content h3, .dt-sc-image-caption.type4:hover .dt-sc-image-content h6, .dt-sc-image-caption.type4:hover .dt-sc-image-content p, .dt-sc-image-caption:hover .dt-sc-image-content a, .dt-sc-image-caption:hover .dt-sc-image-wrapper .icon-wrapper span {
    color: #fff
}

.dt-sc-image-caption .dt-sc-image-title h6 {
    color: rgba(0, 0, 0, .8)
}

.dt-sc-image-caption.type4 .dt-sc-button {
    color: #5b5b5b
}

.dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper:after {
    background: #f4f4f4
}

.light-border .dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper:after {
    background: #fff
}

.dt-sc-image-caption:hover .dt-sc-image-content a {
    background: #000
}

.dt-sc-image-caption.type4 .dt-sc-button, .dt-sc-image-caption.type4 .dt-sc-image-content {
    background: #f9f9f9
}

.dt-sc-image-caption .dt-sc-image-title span, .dt-sc-image-caption:hover .dt-sc-image-wrapper .icon-wrapper:before {
    border-bottom-color: #000
}

@media only screen and (min-width:1381px) and (max-width:1680px) {
    .dt-sc-image-caption.type6.dt-sc-points-system-img-caption .dt-sc-image-content {
        padding: 80px 50px 20px
    }
    .dt-sc-image-caption.type6.dt-sc-points-system-img-caption .dt-sc-image-content .dt-sc-image-title h3 {
        margin-top: 80px
    }
}

@media only screen and (min-width:1200px) and (max-width:1380px) {
    .dt-sc-image-caption.type6 {
        overflow: hidden
    }
    .dt-sc-image-caption.type6 .dt-sc-image-wrapper {
        padding: 0
    }
    .dt-sc-image-caption.type6 .dt-sc-image-wrapper img {
        max-height: none;
        width: 100%
    }
    .dt-sc-image-caption.type6:hover:before {
        top: 0
    }
    .dt-sc-image-caption.type6 .dt-sc-image-content p {
        display: none
    }
    .dt-sc-image-caption.type6.dt-sc-points-system-img-caption .dt-sc-image-content {
        padding: 60px 50px 0
    }
    .dt-sc-image-caption.type6.dt-sc-learning-img-caption .dt-sc-image-wrapper {
        padding: 0
    }
    .dt-sc-image-caption.type6.dt-sc-learning-img-caption .dt-sc-image-wrapper .icon-wrapper {
        padding: 20px 0 0
    }
    .dt-sc-image-caption.type6.dt-sc-learning-img-caption .dt-sc-image-content {
        padding: 40px 40px 10px
    }
    .dt-sc-image-caption.type6.dt-sc-learning-img-caption .dt-sc-image-content p {
        display: block
    }
    .dt-sc-image-caption.type6 h3 {
        font-size: 16px
    }
    .dt-sc-process-with-caption .dt-sc-image-caption.type7 .dt-sc-image-wrapper:after {
        font-size: 30px;
        height: 80px;
        width: 80px;
        line-height: 80px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .dt-sc-image-caption.type6 h3.dt-sc-image-caption.type6 .dt-sc-image-wrapper .icon-wrapper, .dt-sc-image-caption.type6 p, .dt-sc-image-caption.type6.dt-sc-points-system-img-caption .dt-sc-image-content p {
        display: none
    }
    .dt-sc-image-caption.type2 .dt-sc-image-content {
        padding: 20px 15px
    }
    .dt-sc-image-caption.type5 img {
        width: 100%
    }
    .dt-sc-image-caption.type6 {
        overflow: hidden
    }
    .dt-sc-image-caption.type6 h3 {
        font-size: 16px
    }
    .dt-sc-image-caption.type6 .dt-sc-image-wrapper img {
        max-height: none;
        width: 100%
    }
    .dt-sc-image-caption.type7.bottom-content .dt-sc-image-content {
        margin-top: 55px
    }
    .dt-sc-image-caption.type2 .dt-sc-image-content p, .dt-sc-image-caption.type9 .dt-sc-image-overlay p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .zigzag-bottom .dt-sc-image-caption.type2 .dt-sc-image-content p {
        white-space: unset
    }
    .dt-sc-image-caption.type6.dt-sc-points-system-img-caption .dt-sc-image-content {
        padding: 80px 80px 60px;
        margin: 0
    }
    .dt-sc-image-caption.type6.dt-sc-points-system-img-caption .dt-sc-image-content .dt-sc-image-title h3 {
        margin-top: 70px;
        margin-bottom: 20px;
        font-size: 18px
    }
    .dt-sc-image-caption.type6.dt-sc-points-system-img-caption .dt-sc-image-content .dt-sc-image-title:after {
        font-size: 60px
    }
    .dt-sc-image-caption.type6.dt-sc-learning-img-caption .dt-sc-image-wrapper .icon-wrapper {
        padding: 30px 0 0
    }
    .dt-sc-image-caption.type6.dt-sc-learning-img-caption .dt-sc-image-content p {
        font-size: 12px
    }
    .res_move-top-cap .dt-sc-image-caption.type6.dt-sc-learning-img-caption {
        top: -80px
    }
    .dt-sc-process-with-caption .dt-sc-image-caption.type7 .dt-sc-image-wrapper:after {
        left: 20px;
        top: 20px;
        font-size: 26px;
        height: 70px;
        width: 70px;
        line-height: 70px
    }
    .dt-sc-image-caption.type6:hover .dt-sc-image-wrapper .icon-wrapper span {
        transform: translateY(50%);
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%)
    }
    .dt-sc-image-caption.type6.dt-sc-learning-img-caption .dt-sc-image-content, .dt-sc-image-caption.type6.dt-sc-university-img-caption .dt-sc-image-content {
        padding: 40px 30px
    }
    .dt-sc-image-caption.type7.dt-sc-kalvi-default-image-caption {
        padding: 35px 25px 35px 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper::before {
        border-bottom-width: 100px;
        border-left-width: 100px
    }
    .dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper::after {
        left: 5px
    }
    .dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper span {
        font-size: 30px;
        margin: 0 15px 15px 0
    }
    .dt-sc-image-caption.type2 .dt-sc-image-content h3 {
        text-transform: capitalize;
        font-size: 16px
    }
    .dt-sc-image-caption.type2 .dt-sc-image-content {
        padding: 25px 10px 15px
    }
    .dt-sc-image-caption.type2 .dt-sc-image-title {
        margin-bottom: 0
    }
    .dt-sc-image-caption.type2 .dt-sc-image-content p {
        top: 57px
    }
    .dt-sc-image-caption.type3 .dt-sc-image-wrapper .icon-wrapper:after {
        bottom: -20px
    }
    .dt-sc-image-caption.type5 .dt-sc-image-content, .dt-sc-image-caption.type5 .dt-sc-image-title, .dt-sc-image-caption.type5 .dt-sc-image-title h3 {
        width: 100%
    }
    .dt-sc-image-caption.type5 h3 {
        padding: 6px 15px 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box
    }
    .dt-sc-image-caption.type6 {
        overflow: hidden
    }
    .dt-sc-image-caption.type6 .dt-sc-image-wrapper img {
        max-height: none
    }
    .dt-sc-image-caption.type6 .dt-sc-image-content {
        padding: 0 30px
    }
    .dt-sc-image-caption.type6 h3 {
        font-size: 16px
    }
    .dt-sc-image-caption.type6 .dt-sc-image-content p, .dt-sc-image-caption.type6 p {
        display: none
    }
    .dt-sc-image-caption.type6:hover:before {
        top: 0
    }
    .dt-sc-image-caption.type6:hover .dt-sc-image-wrapper img {
        top: -20px;
        width: 100%
    }
    .res_move-top-cap .dt-sc-image-caption.type6.dt-sc-learning-img-caption {
        top: -90px
    }
    .dt-sc-image-caption.type7 .dt-sc-image-content {
        margin-top: 0
    }
    .dt-sc-image-caption.type7.bottom-content .dt-sc-image-content {
        margin-top: 30px
    }
    .dt-sc-image-caption.type9 .dt-sc-image-content .dt-sc-image-title h3 {
        text-transform: capitalize
    }
    .dt-sc-image-caption.type9 .dt-sc-image-overlay p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .rs_col-sm-6 .dt-sc-image-caption.type2 {
        margin-bottom: 30px
    }
    .dt-sc-process-with-caption .dt-sc-image-caption.type7 .dt-sc-image-wrapper {
        width: 100%
    }
    .dt-sc-process-with-caption .dt-sc-image-caption.type7 .dt-sc-image-content {
        position: relative;
        width: 100%;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        margin-top: 40px
    }
    .dt-sc-image-caption.type5 .dt-sc-image-content {
        position: relative;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        -moz-transform: none
    }
    .dt-sc-image-caption.type5 .dt-sc-image-content, .dt-sc-image-caption.type5 .dt-sc-image-wrapper {
        width: 100%
    }
    .dt-sc-image-caption.type2 .dt-sc-image-content p {
        margin: 30px 0 0
    }
    .dt-sc-image-caption.type6.dt-sc-points-system-img-caption .dt-sc-image-content {
        padding: 20px;
        margin-bottom: 0
    }
    .dt-sc-image-caption.type6:hover .dt-sc-image-wrapper .icon-wrapper span {
        transform: translateY(20%);
        -webkit-transform: translateY(20%);
        -moz-transform: translateY(20%);
        -ms-transform: translateY(20%)
    }
    .rs_col-sm-6 .dt-sc-image-caption.type6 h3 {
        font-size: 20px
    }
    .dt-sc-image-caption.type6.dt-sc-points-system-img-caption .dt-sc-image-content .dt-sc-image-title:after {
        font-size: 70px;
        top: 30px
    }
    .dt-sc-image-caption.type6.dt-sc-points-system-img-caption .dt-sc-image-content .dt-sc-image-title h3 {
        font-size: 20px
    }
    .dt-sc-image-caption.dt-sc-online-learning-caption {
        margin-bottom: 30px
    }
    .dt-sc-image-caption.type5 .dt-sc-image-wrapper:before {
        left: -10px;
        top: -10px
    }
    .dt-sc-image-caption.type5 .dt-sc-image-wrapper:after {
        bottom: -10px;
        right: -10px
    }
    .dt-sc-image-caption.type6.dt-sc-learning-img-caption .dt-sc-image-content {
        padding: 30px 25px
    }
}

@media only screen and (max-width:767px) {
    .dt-sc-image-caption .dt-sc-image-content, .dt-sc-image-caption .dt-sc-image-wrapper>img {
        width: 100%
    }
    .dt-sc-image-caption.type6 .dt-sc-image-wrapper img {
        max-width: 100%;
        height: auto;
        width: 100%
    }
    .dt-sc-image-caption.type7 {
        margin: 0 0 30px
    }
    .dt-sc-image-caption.type7 .dt-sc-image-content {
        margin: 0
    }
    .dt-sc-image-caption.type7.bottom-content .dt-sc-image-content {
        margin-top: 50px
    }
    .dt-sc-process-with-caption .dt-sc-image-caption.type7 .dt-sc-image-wrapper {
        width: 100%
    }
    .dt-sc-process-with-caption .dt-sc-image-caption.type7 .dt-sc-image-content {
        position: relative;
        width: 100%;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        margin-top: 40px
    }
    .dt-sc-process-with-caption .dt-sc-image-caption.type7 .dt-sc-image-wrapper:after {
        left: 20px;
        top: 20px
    }
    .dt-sc-image-caption.type5 .dt-sc-image-content {
        position: relative;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        -moz-transform: none
    }
    .dt-sc-image-caption.type5 .dt-sc-image-content, .dt-sc-image-caption.type5 .dt-sc-image-wrapper {
        width: 100%
    }
    .dt-sc-image-caption.type6.dt-sc-points-system-img-caption .dt-sc-image-content {
        margin-bottom: 0;
        padding: 70px 50px
    }
    .dt-sc-image-caption.type6:hover .dt-sc-image-wrapper .icon-wrapper span {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        transform: translateY(100%)
    }
    .dt-sc-image-caption.type5 {
        width: 90%;
        left: 20px
    }
}

@media only screen and (max-width:479px) {
    .dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper::before {
        border-bottom-width: 100px;
        border-left-width: 100px
    }
    .dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper::after {
        left: 7px
    }
    .dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper span {
        font-size: 30px;
        margin: 0 15px 15px 0
    }
    .dt-sc-image-caption.type3 .dt-sc-image-wrapper .icon-wrapper::after {
        bottom: -20px
    }
    .dt-sc-image-caption.type5 h3 {
        font-size: 22px
    }
    .dt-sc-image-caption.type6 {
        min-height: 190px;
        padding-bottom: 0
    }
    .dt-sc-image-caption.type6 .dt-sc-image-content {
        margin-top: 20px
    }
    .dt-sc-image-caption.type6:hover:before {
        top: 0
    }
    .dt-sc-image-caption.type6:hover .dt-sc-image-wrapper img {
        top: -15px
    }
    .dt-sc-image-caption.type7 .dt-sc-image-content {
        position: static;
        top: auto;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        -ms-transform: none
    }
    .dt-sc-image-caption.type7 .dt-sc-image-content, .dt-sc-image-caption.type7 .dt-sc-image-wrapper {
        margin-right: 0;
        width: 100%
    }
    .dt-sc-image-caption.type7 .dt-sc-image-wrapper, .dt-sc-image-caption.type7.bottom-content .dt-sc-image-content, .dt-sc-image-caption.type7.left-content .dt-sc-image-wrapper {
        margin: 0 0 30px
    }
    .dt-sc-image-caption.type7.bottom-content .dt-sc-image-content {
        margin-top: 40px
    }
    .dt-sc-image-caption.type9 .dt-sc-image-overlay p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dt-sc-image-caption.type7.dt-sc-kalvi-default-image-caption .dt-sc-image-content, .dt-sc-image-caption.type7.dt-sc-kalvi-default-image-caption .dt-sc-image-wrapper {
        width: 100%
    }
    .dt-sc-process-with-caption .dt-sc-image-caption.type7 .dt-sc-image-wrapper:after {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px
    }
    .dt-sc-image-caption.type6.dt-sc-points-system-img-caption .dt-sc-image-content .dt-sc-image-title h3 {
        margin-top: 80px;
        font-size: 25px
    }
    .dt-sc-image-caption.type6.dt-sc-points-system-img-caption .dt-sc-image-content .dt-sc-image-title:after {
        font-size: 70px
    }
    .dt-sc-image-caption.type6.dt-sc-points-system-img-caption .dt-sc-image-content {
        padding: 30px
    }
    .dt-sc-image-caption.type6.dt-sc-university-img-caption .dt-sc-image-content {
        padding: 10px 20px
    }
    .dt-sc-image-caption.type6.dt-sc-learning-img-caption .dt-sc-image-content {
        padding: 30px
    }
    .dt-sc-image-caption.type5 {
        width: 75%;
        left: 40px
    }
}

@media only screen and (max-width:319px) {
    .dt-sc-image-caption.type2 .dt-sc-image-content p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dt-sc-image-caption.type5 h3 {
        font-size: 16px;
        padding: 6px 15px 5px;
        border-radius: 5px
    }
    .dt-sc-image-caption.type6 {
        min-height: 140px;
        padding-bottom: 0
    }
    .dt-sc-image-caption.type6 .dt-sc-image-wrapper {
        padding: 15px 0 0
    }
    .dt-sc-image-caption.type6 .dt-sc-image-wrapper img {
        max-height: 140px
    }
    .dt-sc-image-caption.type6 .dt-sc-image-content {
        margin-top: 10px
    }
    .dt-sc-image-caption.type6:hover .dt-sc-image-wrapper img, .dt-sc-image-caption.type6:hover:before {
        top: 0
    }
    .dt-sc-image-caption.type9 .dt-sc-image-overlay {
        padding: 20px 15px
    }
}

/*Icon Box*/

.dt-sc-icon-box, .dt-sc-icon-box .icon-wrapper {
    position: relative
}

.dt-sc-icon-box.alignright .icon-content h5, .dt-sc-icon-box.type1.alignright .icon-content h5 {
    text-align: right
}

.dt-sc-icon-box.type1 .icon-content h4:after, .dt-sc-icon-box.type1 .large-icon, .dt-sc-icon-box.type1.dt-sc-kalvi-default-icon-box .icon-content h4, .dt-sc-icon-box.type1.dt-sc-kalvi-default-icon-box .icon-content h4 strong, .dt-sc-icon-box.type1.dt-sc-one-course-icon-box:before, .dt-sc-icon-box.type1.dt-sc-one-course-icon-box:hover .icon-content h4, .dt-sc-icon-box.type1.dt-sc-one-course-icon-box:hover .icon-content p, .dt-sc-icon-box.type1.dt-sc-university-icon-box, .dt-sc-icon-box.type1.dt-sc-university-icon-box:after, .dt-sc-icon-box.type1.dt-sc-university-icon-box:before, .dt-sc-icon-box.type10 .icon-content h4, .dt-sc-icon-box.type10 .icon-wrapper img, .dt-sc-icon-box.type10 .icon-wrapper span, .dt-sc-icon-box.type10 .icon-wrapper:after, .dt-sc-icon-box.type10 .icon-wrapper:before, .dt-sc-icon-box.type11, .dt-sc-icon-box.type11 .icon-content, .dt-sc-icon-box.type11 .icon-content h4 .dt-sc-icon-box.type11 .icon-content h5, .dt-sc-icon-box.type11 .icon-content p, .dt-sc-icon-box.type11 .icon-wrapper img, .dt-sc-icon-box.type11 .icon-wrapper span, .dt-sc-icon-box.type11 .icon-wrapper:after, .dt-sc-icon-box.type11:before, .dt-sc-icon-box.type12, .dt-sc-icon-box.type12 *, .dt-sc-icon-box.type12 .icon-wrapper, .dt-sc-icon-box.type13, .dt-sc-icon-box.type14, .dt-sc-icon-box.type14 .icon-content, .dt-sc-icon-box.type14 .icon-content h4, .dt-sc-icon-box.type14 .icon-content h5, .dt-sc-icon-box.type14 .icon-content p, .dt-sc-icon-box.type14 .icon-wrapper img, .dt-sc-icon-box.type14 .icon-wrapper span, .dt-sc-icon-box.type14.dt-sc-kalvi-default-icon-box .icon-wrapper:before, .dt-sc-icon-box.type2 .icon-content, .dt-sc-icon-box.type2 .icon-content h4, .dt-sc-icon-box.type2 .icon-wrapper:after, .dt-sc-icon-box.type2 .icon-wrapper:before, .dt-sc-icon-box.type3 .icon-wrapper span, .dt-sc-icon-box.type3.dt-sc-diamond .icon-wrapper:after, .dt-sc-icon-box.type3.dt-sc-diamond .icon-wrapper:before, .dt-sc-icon-box.type3.no-icon-bg .icon-content h4, .dt-sc-icon-box.type4, .dt-sc-icon-box.type5 .icon-wrapper img, .dt-sc-icon-box.type5 .icon-wrapper span, .dt-sc-icon-box.type5 .icon-wrapper:before, .dt-sc-icon-box.type5.rounded .icon-wrapper, .dt-sc-icon-box.type6, .dt-sc-icon-box.type6 .icon-wrapper, .dt-sc-icon-box.type7, .dt-sc-icon-box.type7 .icon-wrapper, .dt-sc-icon-box.type7 .icon-wrapper span, .dt-sc-icon-box.type8, .dt-sc-icon-box.type8.with-bg *, .dt-sc-icon-box.type8.with-bg h4, .dt-sc-icon-box.type8.with-bg p, .dt-sc-process-with-caption .dt-sc-icon-box.type14.dt-sc-kalvi-default-icon-box .icon-content h4:after, .dt-sc-process-with-caption .dt-sc-icon-box.type14.dt-sc-kalvi-default-icon-box .icon-content:before {
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

.dt-sc-icon-box {
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%
}

.dt-sc-partially-rounded, .dt-sc-partially-rounded-alt:hover {
    border-radius: 40px 0
}

.dt-sc-partially-rounded-alt, .dt-sc-partially-rounded:hover {
    border-radius: 0 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 0
}

.dt-sc-icon-box.dt-sc-partially-rounded:hover .icon-wrapper span {
    border-radius: 0 55px
}

.dt-sc-icon-box .icon-wrapper span img, .dt-sc-icon-box .icon-wrapper>img {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.dt-sc-icon-box .large-icon {
    position: absolute;
    right: 0;
    font-size: 100px;
    bottom: 0
}

.dt-sc-icon-box.type1:hover .large-icon {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.dt-sc-icon-box .icon-content h5 {
    margin-bottom: 5px
}

.dt-sc-icon-box.type1 {
    margin: 0;
    padding: 45px 40px;
    width: 100%;
    border: 1px solid;
    border-right: 0;
    overflow: hidden
}

.dt-sc-icon-box.type1.last {
    border-right-width: 1px;
    border-right-style: solid
}

.dt-sc-icon-box.type1.without-borders {
    border: none;
    padding: 0;
    margin-bottom: 50px
}

.dt-sc-icon-box.type1 .icon-wrapper {
    float: left;
    margin: 0 0 20px;
    width: 100%
}

.dt-sc-icon-box.type1 .icon-wrapper img {
    width: 82px;
    max-height: 66px;
    position: relative;
    right: auto;
    margin: 0
}

.dt-sc-icon-box.type1 .icon-wrapper span {
    font-size: 60px;
    position: relative
}

.dt-sc-icon-box.type1 .icon-content {
    margin: 0;
    float: left;
    clear: both;
    width: 100%
}

.dt-sc-icon-box.type1 .icon-content h4 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-weight: 600;
    position: relative
}

.dt-sc-icon-box.type1 .icon-content h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px
}

.dt-sc-icon-box.type1 .icon-content h4:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px
}

.dt-sc-icon-box.type1.alignleft .large-icon, .dt-sc-icon-box.type1.alignright .icon-content h4:after, .dt-sc-icon-box.type1.alignright .icon-content h4:before {
    left: auto;
    right: 0
}

.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.without-separator .icon-content>:first-child {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 18px
}

.dt-sc-icon-box.type1.without-separator .icon-content>:first-child:after, .dt-sc-icon-box.type1.without-separator .icon-content>:first-child:before {
    display: none
}

.dt-sc-icon-box.type1:hover .icon-content h4:after {
    width: 40px
}

.dt-sc-icon-box.type1.aligncenter .icon-content {
    padding-left: 10px;
    padding-right: 10px
}

.dt-sc-icon-box.type1.aligncenter .icon-content h4:after {
    right: 0;
    margin: 0 auto
}

.dt-sc-icon-box.type1.aligncenter .icon-content h4:before {
    right: 0;
    margin: 0 auto
}

.dt-sc-icon-box.type1.alignright .icon-content {
    padding-left: 10px
}

.dt-sc-icon-box.type1.aligncenter .icon-wrapper img {
    float: none;
    display: inline-block;
    width: auto
}

.dt-sc-icon-box.type1.alignright .icon-wrapper img {
    float: right
}

.dt-sc-icon-box.type1.aligncenter .icon-content h5 {
    text-align: center
}

.dt-sc-icon-box.type1.alignleft .icon-content {
    padding-right: 10px
}

.dt-sc-icon-box.aligncenter .large-icon {
    left: 0;
    margin: 0 auto
}

.dt-sc-icon-box.alignright .large-icon {
    right: auto;
    left: 0
}

.dt-sc-icon-box.type1.dt-sc-one-course-icon-box {
    border: none;
    position: relative
}

.dt-sc-icon-box.type1.dt-sc-one-course-icon-box .icon-wrapper span {
    font-size: 35px
}

.dt-sc-icon-box.type1.dt-sc-one-course-icon-box .icon-content h4 {
    font-size: 22px
}

.dt-sc-icon-box.type1.dt-sc-one-course-icon-box .icon-content p {
    position: relative
}

.dt-sc-icon-box.type1.dt-sc-one-course-icon-box:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    background-color: #fff;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
    z-index: 0
}

.dt-sc-icon-box.type1.dt-sc-points-system-icon-box .icon-content h4:after, .dt-sc-icon-box.type1.dt-sc-points-system-icon-box .icon-content h4:before, .dt-sc-icon-box.type1.dt-sc-university-icon-box .icon-content h4:after, .dt-sc-icon-box.type1.dt-sc-university-icon-box .icon-content h4:before {
    content: none
}

.dt-sc-icon-box.type1.dt-sc-one-course-icon-box:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.dt-sc-icon-box.type1.dt-sc-one-course-icon-box:hover .icon-content h4 {
    color: #000
}

.dt-sc-icon-box.type1.dt-sc-one-course-icon-box:hover .icon-content p {
    color: #999
}

.dt-sc-icon-box.type1.dt-sc-one-course-icon-box:hover .icon-content h4:before {
    width: 0
}

.dt-sc-icon-box.type1.dt-sc-one-course-icon-box:hover .icon-content h4:after {
    width: 30px
}

.dt-sc-icon-box.type1.dt-sc-one-course-icon-box .large-icon {
    opacity: 0
}

.dt-sc-icon-box.type1.dt-sc-one-course-icon-box:hover .large-icon {
    opacity: 1
}

.dt-sc-icon-box.type1.dt-sc-points-system-icon-box {
    border: none;
    margin-bottom: 30px;
    background: rgba(0, 0, 0, .9)
}

.dt-sc-icon-box.type1.dt-sc-points-system-icon-box .icon-content a, .dt-sc-icon-box.type1.dt-sc-points-system-icon-box .icon-content h4, .dt-sc-icon-box.type1.dt-sc-points-system-icon-box .icon-content p, .dt-sc-icon-box.type1.dt-sc-points-system-icon-box .icon-wrapper span {
    color: #fff
}

.dt-sc-icon-box.type1.dt-sc-points-system-icon-box .large-icon {
    color: rgba(255, 255, 255, .15)
}

.dt-sc-icon-box.type1.dt-sc-points-system-icon-box .icon-content h4 {
    font-size: 20px;
    font-weight: 400;
    padding: 0
}

.dt-sc-icon-box.type1.dt-sc-points-system-icon-box .icon-content p {
    margin-bottom: 10px
}

.dt-sc-icon-box.type1.dt-sc-university-icon-box {
    border: none;
    position: relative
}

.dt-sc-icon-box.type1.dt-sc-university-icon-box>* {
    position: relative;
    z-index: 1
}

.dt-sc-icon-box.type1.dt-sc-university-icon-box .icon-wrapper {
    margin-bottom: 15px
}

.dt-sc-icon-box.type1.dt-sc-university-icon-box .icon-content h4 {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    padding: 0
}

.dt-sc-icon-box.type1.dt-sc-university-icon-box .large-icon {
    display: none
}

.dt-sc-icon-box.type1.dt-sc-university-icon-box:after, .dt-sc-icon-box.type1.dt-sc-university-icon-box:before {
    display: block;
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    z-index: 0;
    position: absolute;
    content: "";
    pointer-events: none
}

.dt-sc-icon-box.type1.dt-sc-university-icon-box .icon-wrapper span {
    color: #2f3b4d
}

.dt-sc-icon-box.type1.dt-sc-university-icon-box .icon-content p {
    color: grey
}

.dt-sc-icon-box.type1.dt-sc-university-icon-box:before {
    background: #fff;
    border: 1px solid #eff2f7
}

.dt-sc-icon-box.type1.dt-sc-university-icon-box:after {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    opacity: 0;
    visibility: hidden
}

.dt-sc-icon-box.type1.dt-sc-kalvi-default-icon-box .large-icon, .dt-sc-icon-box.type1.dt-sc-kalvi-default-icon-box.no-decor .icon-content h4:after, .dt-sc-icon-box.type1.dt-sc-kalvi-default-icon-box.no-decor .icon-content h4:before {
    display: none
}

.dt-sc-icon-box.type1.dt-sc-university-icon-box:hover:before {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0)
}

.dt-sc-icon-box.type1.dt-sc-university-icon-box:hover:after {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible
}

.dt-sc-icon-box.type1.dt-sc-university-icon-box:hover {
    background: #eff2f7
}

.dt-sc-icon-box.type1.dt-sc-university-icon-box:hover .icon-content h4, .dt-sc-icon-box.type1.dt-sc-university-icon-box:hover .icon-content h5, .dt-sc-icon-box.type1.dt-sc-university-icon-box:hover .icon-content p, .dt-sc-icon-box.type1.dt-sc-university-icon-box:hover .icon-wrapper span {
    color: #f3f3f3
}

.dt-sc-icon-box.type1.dt-sc-university-icon-box.dt-sc-dark-color-on-hover:hover .icon-content h4, .dt-sc-icon-box.type1.dt-sc-university-icon-box.dt-sc-dark-color-on-hover:hover .icon-content h5, .dt-sc-icon-box.type1.dt-sc-university-icon-box.dt-sc-dark-color-on-hover:hover .icon-content p, .dt-sc-icon-box.type1.dt-sc-university-icon-box.dt-sc-dark-color-on-hover:hover .icon-wrapper span {
    color: #000
}

.dt-sc-icon-box.type1.dt-sc-kalvi-default-icon-box {
    border: none;
    margin: 0;
    padding: 0
}

.dt-sc-icon-box.type1.dt-sc-kalvi-default-icon-box .icon-wrapper img {
    width: auto;
    height: auto;
    max-height: inherit
}

.dt-sc-icon-box.type1.dt-sc-kalvi-default-icon-box .icon-content h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 42px;
    height: 2px
}

.dt-sc-icon-box.type1.dt-sc-kalvi-default-icon-box .icon-content h4:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 21px;
    height: 2px
}

.dt-sc-icon-box.type1.dt-sc-kalvi-default-icon-box:hover .icon-content h4:after {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    bottom: -3px;
    left: 42px
}

.dt-sc-icon-box.type1.dt-sc-kalvi-default-icon-box:hover .icon-content h4 strong {
    color: #222
}

.dt-sc-icon-box.type1.dt-sc-kalvi-default-icon-box.no-decor .icon-content h4 {
    padding-bottom: 0
}

.dt-sc-icon-box.type1.dt-sc-kalvi-default-icon-box.aligncenter .icon-content h4:after {
    right: 0;
    margin: 0 auto;
    left: 0
}

.dt-sc-icon-box.type1.dt-sc-kalvi-default-icon-box.alignright .icon-content h4:after {
    left: auto;
    right: 0
}

.dt-sc-icon-box.type1.alignright:hover .icon-content h4:after {
    left: auto;
    right: 42px
}

.dt-sc-icon-box.type1.dt-sc-kalvi-default-icon-box.aligncenter .icon-content h4:before {
    right: 0;
    margin: 0 auto
}

.dt-sc-icon-box.type1.dt-sc-kalvi-default-icon-box.alignright .icon-content h4:before {
    right: 0;
    left: auto
}

.dt-sc-icon-box.type1.dt-sc-kalvi-default-icon-box.aligncenter .icon-wrapper img {
    float: none;
    display: inline-block;
    width: auto
}

.dt-sc-icon-box.type1.dt-sc-kalvi-default-icon-box.alignright .icon-wrapper img {
    float: right
}

.dt-sc-icon-box.type1.dt-sc-kalvi-default-icon-box.alignright .icon-content h5 {
    text-align: right
}

.dt-sc-icon-box.type1.dt-sc-kalvi-default-icon-box.aligncenter .icon-content h5 {
    text-align: center
}

.dt-sc-icon-box.type1.dt-sc-kalvi-default-icon-box.alignleft .large-icon {
    left: auto;
    right: 0
}

.dt-sc-icon-box.type1.dt-sc-kalvi-default-icon-box.aligncenter .large-icon {
    left: 0;
    margin: 0 auto
}

.dt-sc-icon-box.type1.dt-sc-kalvi-default-icon-box.alignright .large-icon {
    right: auto;
    left: 0
}

.dt-sc-icon-box.type2 .icon-wrapper {
    float: left;
    margin: auto;
    top: 10px;
    width: 80px;
    height: 80px
}

.dt-sc-icon-box.type2 .icon-wrapper span {
    font-size: 60px;
    position: relative
}

.dt-sc-icon-box.type2 .icon-content h4 {
    font-size: 23px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase
}

.dt-sc-icon-box.type2 .icon-content p {
    margin: 10px 0 0;
    clear: both
}

.dt-sc-icon-box.type2 .dt-sc-small-separator {
    display: none
}

.dt-sc-icon-box.type2.alignright .icon-wrapper {
    float: right
}

.dt-sc-icon-box.type2.alignright .icon-content {
    padding-left: 0
}

.dt-sc-icon-box.type2.aligncenter .icon-wrapper {
    margin-bottom: 20px;
    float: none
}

.dt-sc-icon-box.type2.aligncenter .icon-wrapper img, .dt-sc-icon-box.type2.aligncenter .icon-wrapper>span {
    float: none;
    display: inline-block;
    position: relative
}

.dt-sc-icon-box.type2 .icon-wrapper:after, .dt-sc-icon-box.type2 .icon-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 80px;
    height: 80px;
    margin: auto;
    border-radius: 50%;
    z-index: -1
}

.dt-sc-icon-box.type2 .icon-wrapper:before {
    transform: scale(1);
    background: #f2f2f2
}

.dt-sc-icon-box.type2 .icon-wrapper:after {
    transform: scale(0)
}

.dt-sc-icon-box.type2:hover .icon-wrapper:before {
    transform: scale(.8)
}

.dt-sc-icon-box.type2:hover .icon-wrapper:after {
    transform: scale(1)
}

.dt-sc-icon-box.type2 .icon-wrapper span img, .dt-sc-icon-box.type2 .icon-wrapper>img {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: auto;
    height: 40px;
    width: auto;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.dt-sc-icon-box.type2 .icon-wrapper>span {
    font-size: 35px;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    height: 80px;
    line-height: 80px;
    margin: 0 auto
}

.dt-sc-icon-box.type2.alignleft {
    padding-left: 100px
}

.dt-sc-icon-box.type2.alignleft .icon-wrapper {
    position: absolute;
    left: 0
}

.dt-sc-icon-box.type2.alignright {
    padding-right: 100px
}

.dt-sc-icon-box.type2.alignright .icon-wrapper {
    position: absolute;
    right: 0
}

.dt-sc-icon-box.type2.alignleft .icon-content h4, .dt-sc-icon-box.type2.alignright .icon-content h4 {
    margin-bottom: 0
}

.dt-sc-icon-box.type2:hover .icon-wrapper>span {
    color: #fff
}

.dt-sc-icon-box.type2.white-bg .icon-wrapper:before {
    background: #FFF
}

.dt-sc-icon-box.type2.dt-sc-kalvi-default-icon-box .icon-wrapper {
    float: left;
    margin: 0 0 28px;
    top: 2px;
    width: 100%
}

.dt-sc-icon-box.type2.dt-sc-kalvi-default-icon-box .icon-wrapper span {
    font-size: 60px;
    position: relative
}

.dt-sc-icon-box.type2.dt-sc-kalvi-default-icon-box .icon-wrapper:after, .dt-sc-icon-box.type2.dt-sc-kalvi-default-icon-box .icon-wrapper:before {
    content: none
}

.dt-sc-icon-box.type2.dt-sc-kalvi-default-icon-box .icon-content h4 {
    font-weight: 800;
    position: relative;
    text-transform: uppercase
}

.dt-sc-icon-box.type2.dt-sc-kalvi-default-icon-box .icon-content p {
    margin: 10px 0 0;
    clear: both
}

.dt-sc-icon-box.type2.dt-sc-kalvi-default-icon-box .icon-wrapper img {
    position: relative;
    margin: 0
}

.dt-sc-icon-box.type2.dt-sc-kalvi-default-icon-box .dt-sc-small-separator {
    display: none
}

.dt-sc-icon-box.type2.dt-sc-kalvi-default-icon-box.alignright .icon-wrapper {
    float: right;
    position: absolute;
    right: 0;
    top: 10px
}

.dt-sc-icon-box.type2.dt-sc-kalvi-default-icon-box.alignright .icon-content {
    padding-left: 0
}

.dt-sc-icon-box.type2.dt-sc-kalvi-default-icon-box.aligncenter .icon-wrapper {
    margin-bottom: 20px
}

.dt-sc-icon-box.type2.dt-sc-kalvi-default-icon-box.aligncenter .icon-wrapper img {
    float: none;
    display: inline-block
}

.dt-sc-icon-box.type2.dt-sc-kalvi-default-icon-box:hover .icon-content h4 strong {
    color: #222
}

.dt-sc-icon-box.type2.dt-sc-kalvi-default-icon-box.alignleft {
    padding-left: 80px
}

.dt-sc-icon-box.type2.dt-sc-kalvi-default-icon-box.alignleft .icon-wrapper {
    position: absolute;
    left: 0;
    top: 10px
}

.dt-sc-icon-box.type2.dt-sc-kalvi-default-icon-box.alignleft .icon-wrapper * {
    text-align: left
}

.dt-sc-icon-box.type2.dt-sc-kalvi-default-icon-box.alignright {
    padding-right: 80px
}

.dt-sc-icon-box.type2.dt-sc-kalvi-default-icon-box.alignright .icon-wrapper * {
    float: right;
    text-align: right
}

.dt-sc-icon-box.type2.dt-sc-kalvi-default-icon-box.alignleft .icon-content h4, .dt-sc-icon-box.type2.dt-sc-kalvi-default-icon-box.alignright .icon-content h4 {
    margin-bottom: 0
}

.dt-sc-icon-box.type3 .large-icon {
    left: 0;
    margin: auto;
    bottom: -20px
}

.dt-sc-icon-box.type3 {
    text-align: center;
    position: relative
}

.dt-sc-icon-box.type3 .icon-wrapper {
    width: 100%;
    float: left;
    margin: 0 20px 25px 0
}

.dt-sc-icon-box.type3 .icon-wrapper img {
    filter: grayscale(100%) contrast(10);
    -moz-filter: grayscale(100%) contrast(10);
    -webkit-filter: grayscale(100%) contrast(10);
    -ms-filter: grayscale(100%) contrast(10)
}

.dt-sc-icon-box.type3 .icon-wrapper span {
    display: inline-block;
    font-size: 46px;
    line-height: 110px;
    position: relative;
    border: 10px solid;
    width: 130px;
    height: 130px;
    text-align: center
}

.dt-sc-icon-box.type3 .icon-content h4 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
    display: inline-block
}

.dt-sc-icon-box.type3 .icon-content p {
    margin: 20px 0 0;
    clear: both
}

.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, .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.alignleft {
    text-align: left
}

.dt-sc-icon-box.type3.alignleft .icon-wrapper span {
    margin-left: -10px
}

.dt-sc-icon-box.type3.alignright {
    text-align: right
}

.dt-sc-icon-box.type3.alignright .icon-wrapper span {
    margin-right: -10px
}

.dt-sc-icon-box.type3.dt-sc-diamond .icon-wrapper span {
    background: 0 0;
    color: #000;
    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: 0;
    right: 0;
    margin: auto;
    top: 33px;
    width: 100px;
    height: 100px;
    border: 1px solid rgba(0, 0, 0, .2);
    z-index: 1;
    transform: rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg);
    -webkit-transform: rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg)
}

.dt-sc-icon-box.type3.dt-sc-diamond .icon-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 38px;
    width: 90px;
    height: 90px;
    border: 1px solid rgba(0, 0, 0, .2);
    z-index: 1;
    transform: rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg);
    -webkit-transform: rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg)
}

.dt-sc-icon-box.type3.no-icon-bg .icon-wrapper {
    margin: 0
}

.dt-sc-icon-box.type3.no-icon-bg .icon-wrapper span {
    font-size: 75px;
    line-height: normal;
    height: auto;
    min-height: 85px;
    border: none
}

.dt-sc-icon-box.type3.no-icon-bg .icon-wrapper span, .dt-sc-icon-box.type3.no-icon-bg:hover .icon-wrapper span {
    background-color: transparent
}

.dt-sc-icon-box.type3.no-icon-bg .icon-content h4 {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase
}

.dt-sc-icon-box.type3.no-icon-bg .icon-content p {
    margin: 5px 0 25px;
    padding: 0 30px
}

.dt-sc-icon-box.type3.work-icon .icon-content p {
    margin-top: 10px
}

.dt-sc-icon-box.type3.work-icon .icon-wrapper span {
    font-size: 28px;
    line-height: 64px;
    width: 85px;
    height: 85px;
    text-align: center;
    border-radius: 50%
}

.dt-sc-icon-box.type3.work-icon .icon-wrapper:before {
    background: #fff;
    content: "";
    height: 120px;
    width: 120px;
    border-radius: 50%;
    border: 1px solid #eee;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: initial;
    top: -17px
}

.dt-sc-icon-box.type3.work-icon .icon-wrapper {
    margin-bottom: 40px
}

.dt-sc-process-flow {
    counter-reset: icon-box-counter
}

.dt-sc-process-flow .dt-sc-icon-box.type3 {
    margin-bottom: 35px
}

.dt-sc-process-flow .dt-sc-icon-box.type3 .icon-wrapper {
    line-height: 0
}

.dt-sc-process-flow .dt-sc-icon-box.type3 .icon-wrapper span {
    counter-increment: icon-box-counter;
    position: relative
}

.dt-sc-process-flow .dt-sc-icon-box.type3 .icon-wrapper span:after {
    content: counter(icon-box-counter, decimal);
    color: #fff;
    font-size: 85px;
    font-weight: 700;
    height: 100%;
    line-height: 170px;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.dt-sc-process-flow .dt-sc-icon-box.type3:hover .icon-wrapper span:after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.dt-sc-process-flow .dt-sc-icon-box.type3 .icon-wrapper span:before {
    line-height: 170px;
    font-size: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

.dt-sc-process-flow .dt-sc-icon-box.type3:hover .icon-wrapper span:before {
    font-size: 70px
}

.dt-sc-process-flow .dt-sc-icon-box.type3 .icon-wrapper span {
    border-width: 0;
    height: 170px;
    width: 170px
}

.dt-sc-process-flow .dt-sc-icon-box.type3 .icon-wrapper span img {
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 85px;
    height: 85px
}

.dt-sc-icon-box.type4 {
    padding: 70px 0;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    border-width: 0 1px 1px 0;
    border-style: dashed;
    border-color: rgba(0, 0, 0, .2)
}

.dt-sc-icon-box.type4.last {
    border-width: 0 0 1px
}

.dt-sc-icon-box.type4.bottom {
    border-width: 0 1px 0 0
}

.dt-sc-icon-box.type4.bottom.last {
    border-width: 0
}

.dt-sc-icon-box.type4 .icon-content h4, .dt-sc-icon-box.type4 .icon-wrapper {
    -webkit-transition: -webkit-transform .4s;
    -moz-transition: -moz-transform .4s;
    transition: transform .4s;
    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    -o-transform: matrix(1, 0, 0, 1, 0, 0)
}

.dt-sc-icon-box.type4 .icon-wrapper {
    width: auto;
    height: auto;
    border-radius: 0;
    background-color: inherit;
    margin-bottom: 20px
}

.dt-sc-icon-box.type5.no-icon-bg .icon-wrapper:before, .dt-sc-icon-box.type5.no-icon-bg:hover .icon-wrapper:before, .dt-sc-icon-box.type5.rounded .icon-wrapper:before, .dt-sc-icon-box.type5.rounded-skin .icon-wrapper:before, .dt-sc-icon-box.type5.rounded-skin:hover .icon-wrapper:before, .dt-sc-icon-box.type5.rounded:hover .icon-wrapper:before {
    background: 0 0
}

.dt-sc-icon-box.type4 .icon-wrapper span {
    font-size: 30px
}

.dt-sc-icon-box.type4 .icon-wrapper img {
    margin: auto;
    position: static
}

.dt-sc-icon-box.type4 .icon-content {
    display: inline-block;
    width: 100%;
    position: relative
}

.dt-sc-icon-box.type4 .icon-content h4 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px
}

.dt-sc-icon-box.type4 .icon-content a {
    border-bottom: 1px solid
}

.dt-sc-icon-box.type4 .icon-content a:hover {
    letter-spacing: 1px
}

.dt-sc-icon-box.type4 .icon-content p {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    opacity: 0;
    -webkit-transition: -webkit-transform .4s, opacity .1s .3s, all .3s linear 0s;
    -moz-transition: -moz-transform .4s, opacity .1s .3s, all .3s linear 0s;
    transition: transform .4s, opacity .1s .3s, all .3s linear 0s;
    transform: matrix(1, 0, 0, 1, 0, 14.184);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 14.184);
    -moz-transform: matrix(1, 0, 0, 1, 0, 14.184);
    -ms-transform: matrix(1, 0, 0, 1, 0, 14.184);
    -o-transform: matrix(1, 0, 0, 1, 0, 14.184);
    font-size: 0
}

.dt-sc-icon-box.type4 .icon-content p * {
    font-size: 15px
}

.dt-sc-icon-box.type4:hover .icon-content p {
    opacity: 1;
    -webkit-transition: -webkit-transform .4s, opacity .1s;
    -moz-transition: -moz-transform .4s, opacity .1s;
    transition: transform .4s, opacity .1s;
    transform: matrix(1, 0, 0, 1, 0, -7.5);
    -webkit-transform: matrix(1, 0, 0, 1, 0, -7.5);
    -moz-transform: matrix(1, 0, 0, 1, 0, -7.5);
    -ms-transform: matrix(1, 0, 0, 1, 0, -7.5);
    -o-transform: matrix(1, 0, 0, 1, 0, -7.5)
}

.dt-sc-icon-box.type4:hover .icon-content h4, .dt-sc-icon-box.type4:hover .icon-wrapper {
    transform: matrix(1, 0, 0, 1, 0, -40.5);
    -webkit-transform: matrix(1, 0, 0, 1, 0, -40.5);
    -moz-transform: matrix(1, 0, 0, 1, 0, -40.5);
    -ms-transform: matrix(1, 0, 0, 1, 0, -40.5);
    -o-transform: matrix(1, 0, 0, 1, 0, -40.5)
}

.dt-sc-dark-bg .dt-sc-icon-box.type4 {
    border-color: rgba(255, 255, 255, .2)
}

.dt-sc-icon-box.type5 {
    padding: 18px 0 0 90px
}

.dt-sc-icon-box.type5 .icon-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    text-align: center
}

.dt-sc-icon-box.type5 .icon-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    margin: auto;
    width: 55px;
    height: 55px;
    border-radius: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.dt-sc-icon-box.type5 .icon-wrapper span {
    font-size: 24px;
    line-height: 75px;
    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: 700
}

.dt-sc-icon-box.type5 .icon-content h4 {
    margin-bottom: 10px
}

.dt-sc-icon-box.type5.last:before {
    border: 0
}

.dt-sc-icon-box.type5 p {
    color: #888
}

.dt-sc-dark-bg .dt-sc-icon-box.type5 p, .dt-sc-icon-box.type5.alter .icon-wrapper span {
    color: #fff
}

.dt-sc-icon-box.type5:hover .icon-wrapper:before {
    border-radius: 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.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.alignright {
    padding: 18px 90px 0 0
}

.dt-sc-icon-box.type5.alignright .icon-wrapper {
    right: 0;
    left: inherit
}

.dt-sc-icon-box.type5.aligncenter {
    padding: 10px
}

.dt-sc-icon-box.type5.aligncenter .icon-wrapper {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 15px
}

.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: #fff
}

.dt-sc-icon-box.type5.rounded-skin .icon-content h4 {
    font-weight: 600
}

.dt-sc-icon-box.type5.no-icon {
    border-style: dashed;
    border-width: 0 1px 0 0;
    display: block;
    float: none;
    margin: 0 -15px;
    width: auto;
    padding-left: 15px;
    padding-right: 15px
}

.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-bg {
    padding: 0 0 0 50px
}

.dt-sc-icon-box.type5.no-icon-bg .icon-wrapper {
    width: 35px
}

.dt-sc-icon-box.type5.no-icon-bg .icon-wrapper span {
    font-size: 32px;
    line-height: normal
}

.dt-sc-icon-box.type5.no-icon .icon-content h5, .dt-sc-icon-box.type5.no-icon-bg .icon-content h5 {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 400
}

.dt-sc-icon-box.type5.no-icon .icon-content h4, .dt-sc-icon-box.type5.no-icon-bg .icon-content h4 {
    text-transform: uppercase;
    font-size: 16px
}

.dt-sc-icon-box.type5.no-icon .icon-content a, .dt-sc-icon-box.type5.no-icon-bg .icon-content a {
    margin-top: 5px;
    display: inline-block
}

.dt-sc-icon-box.type5.no-icon .icon-content a {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .6px;
    position: relative
}

.dt-sc-icon-box.type5.no-icon .icon-content a:before {
    content: "\f105";
    position: absolute;
    top: 0;
    right: -15px;
    font-family: FontAwesome
}

.dt-sc-icon-box.type5.no-icon .icon-content h4 {
    width: auto;
    display: inline-block;
    border-bottom: 1px solid;
    padding: 0 20px 20px
}

.dt-sc-icon-box.type5.no-icon-bg.aligncenter {
    padding: 10px
}

.dt-sc-icon-box.type5.no-icon-bg.aligncenter .icon-wrapper {
    width: 100%
}

.dt-sc-icon-box.type5.no-icon-bg.alignright {
    padding: 0 50px 0 0
}

.dt-sc-icon-box.type5.no-icon.alignright .icon-content h4 {
    padding: 0 0 20px 20px
}

.dt-sc-icon-box.type5.no-icon.alignright .icon-content a {
    margin-right: 15px
}

.dt-sc-icon-box.type5.no-icon.alignleft .icon-content h4 {
    padding: 0 20px 20px 0
}

.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 .dt-sc-fancy-list {
    color: #888
}

.dt-sc-icon-box.type5.aligncenter * {
    text-align: center
}

.dt-sc-icon-box.type5.aligncenter .icon-content h4 {
    padding: 0 20px 20px
}

.dt-sc-icon-box.type6 {
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 20px 25px 0;
    color: #b7b7b7;
    border-color: #f4f4f4
}

.dt-sc-icon-box.type6 .icon-wrapper {
    text-align: center;
    float: none;
    margin: 0 auto;
    width: auto;
    height: auto;
    border: none
}

.dt-sc-icon-box.type6 .icon-wrapper img {
    margin: 0 auto;
    width: auto
}

.dt-sc-icon-box.type6 .icon-wrapper span {
    line-height: 100px;
    font-size: 48px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    float: none;
    display: inline-block
}

.dt-sc-icon-box.type6.no-icon-bg .icon-wrapper, .dt-sc-icon-box.type6.no-icon-bg:hover .icon-wrapper {
    background-color: transparent
}

.dt-sc-icon-box.type6 .icon-content h4 {
    font-size: 18px;
    font-size: 20px;
    text-transform: none;
    position: relative;
    padding-bottom: 15px;
    margin: 18px 0 0
}

.dt-sc-icon-box.type6 .icon-content h4:after {
    content: "";
    width: 40px;
    height: 2px;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto
}

.dt-sc-icon-box.type6 .icon-content p {
    clear: both;
    margin-bottom: 30px
}

.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: 70px
}

.dt-sc-icon-box.type6 .icon-content a.dt-sc-button {
    font-weight: 400;
    font-size: 14px;
    border-radius: 5px;
    width: 100%
}

.dt-sc-icon-box.type6 .icon-content a.dt-sc-button:hover {
    opacity: .8
}

.dt-sc-icon-box.type6 .icon-content {
    padding: 0
}

.dt-sc-icon-box.type6:hover {
    margin-top: -10px;
    box-shadow: 0 18px 16px -6px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 18px 16px -6px rgba(0, 0, 0, .1)
}

.dt-sc-icon-box.type6.blue {
    color: #008bd3
}

.dt-sc-icon-box.type6.brown {
    color: #795548
}

.dt-sc-icon-box.type6.cadetblue {
    color: #3c939d
}

.dt-sc-icon-box.type6.chillipepper {
    color: #c10841
}

.dt-sc-icon-box.type6.cyan {
    color: #00bcd4
}

.dt-sc-icon-box.type6.darkgolden {
    color: #b48b3c
}

.dt-sc-icon-box.type6.deeporange {
    color: #ff5722
}

.dt-sc-icon-box.type6.deeppurple {
    color: #673ab7
}

.dt-sc-icon-box.type6.green {
    color: #6ca04a
}

.dt-sc-icon-box.type6.lime {
    color: #cddc39
}

.dt-sc-icon-box.type6.magenta {
    color: #cb506d
}

.dt-sc-icon-box.type6.orange {
    color: #ff9800
}

.dt-sc-icon-box.type6.pink {
    color: #fd6ca3
}

.dt-sc-icon-box.type6.purple {
    color: #9c27b0
}

.dt-sc-icon-box.type6.red {
    color: #da0000
}

.dt-sc-icon-box.type6.skyblue {
    color: #3ec1eb
}

.dt-sc-icon-box.type6.teal {
    color: #009688
}

.dt-sc-icon-box.type6.yellow {
    color: #ffcc21
}

.dt-sc-icon-box.type6.turquoise {
    color: #32ccbd
}

.dt-sc-icon-box.type6.wisteria {
    color: #9b59b6
}

.dt-sc-icon-box.type6.black {
    color: #000
}

.dt-sc-icon-box.type6.blue:hover {
    border-color: #008bd3
}

.dt-sc-icon-box.type6.brown:hover {
    border-color: #795548
}

.dt-sc-icon-box.type6.cadetblue:hover {
    border-color: #3c939d
}

.dt-sc-icon-box.type6.chillipepper:hover {
    border-color: #c10841
}

.dt-sc-icon-box.type6.cyan:hover {
    border-color: #00bcd4
}

.dt-sc-icon-box.type6.darkgolden:hover {
    border-color: #b48b3c
}

.dt-sc-icon-box.type6.deeporange:hover {
    border-color: #ff5722
}

.dt-sc-icon-box.type6.deeppurple:hover {
    border-color: #673ab7
}

.dt-sc-icon-box.type6.green:hover {
    border-color: #6ca04a
}

.dt-sc-icon-box.type6.lime:hover {
    border-color: #cddc39
}

.dt-sc-icon-box.type6.magenta:hover {
    border-color: #cb506d
}

.dt-sc-icon-box.type6.orange:hover {
    border-color: #ff9800
}

.dt-sc-icon-box.type6.pink:hover {
    border-color: #fd6ca3
}

.dt-sc-icon-box.type6.purple:hover {
    border-color: #9c27b0
}

.dt-sc-icon-box.type6.red:hover {
    border-color: #da0000
}

.dt-sc-icon-box.type6.skyblue:hover {
    border-color: #3ec1eb
}

.dt-sc-icon-box.type6.teal:hover {
    border-color: #009688
}

.dt-sc-icon-box.type6.yellow:hover {
    border-color: #ffcc21
}

.dt-sc-icon-box.type6.turquoise:hover {
    border-color: #32ccbd
}

.dt-sc-icon-box.type6.wisteria:hover {
    border-color: #9b59b6
}

.dt-sc-icon-box.type6.black:hover {
    border-color: #000
}

.dt-sc-icon-box.type6.blue .icon-content a.dt-sc-button, .dt-sc-icon-box.type6.blue .icon-wrapper span {
    background: #008bd3
}

.dt-sc-icon-box.type6.brown .icon-content a.dt-sc-button, .dt-sc-icon-box.type6.brown .icon-wrapper span {
    background: #795548
}

.dt-sc-icon-box.type6.cadetblue .icon-content a.dt-sc-button, .dt-sc-icon-box.type6.cadetblue .icon-wrapper span {
    background: #3c939d
}

.dt-sc-icon-box.type6.chillipepper .icon-content a.dt-sc-button, .dt-sc-icon-box.type6.chillipepper .icon-wrapper span {
    background: #c10841
}

.dt-sc-icon-box.type6.cyan .icon-content a.dt-sc-button, .dt-sc-icon-box.type6.cyan .icon-wrapper span {
    background: #00bcd4
}

.dt-sc-icon-box.type6.darkgolden .icon-content a.dt-sc-button, .dt-sc-icon-box.type6.darkgolden .icon-wrapper span {
    background: #b48b3c
}

.dt-sc-icon-box.type6.deeporange .icon-content a.dt-sc-button, .dt-sc-icon-box.type6.deeporange .icon-wrapper span {
    background: #ff5722
}

.dt-sc-icon-box.type6.deeppurple .icon-content a.dt-sc-button, .dt-sc-icon-box.type6.deeppurple .icon-wrapper span {
    background: #673ab7
}

.dt-sc-icon-box.type6.green .icon-content a.dt-sc-button, .dt-sc-icon-box.type6.green .icon-wrapper span {
    background: #6ca04a
}

.dt-sc-icon-box.type6.lime .icon-content a.dt-sc-button, .dt-sc-icon-box.type6.lime .icon-wrapper span {
    background: #cddc39
}

.dt-sc-icon-box.type6.magenta .icon-content a.dt-sc-button, .dt-sc-icon-box.type6.magenta .icon-wrapper span {
    background: #cb506d
}

.dt-sc-icon-box.type6.orange .icon-content a.dt-sc-button, .dt-sc-icon-box.type6.orange .icon-wrapper span {
    background: #ff9800
}

.dt-sc-icon-box.type6.pink .icon-content a.dt-sc-button, .dt-sc-icon-box.type6.pink .icon-wrapper span {
    background: #fd6ca3
}

.dt-sc-icon-box.type6.purple .icon-content a.dt-sc-button, .dt-sc-icon-box.type6.purple .icon-wrapper span {
    background: #9c27b0
}

.dt-sc-icon-box.type6.red .icon-content a.dt-sc-button, .dt-sc-icon-box.type6.red .icon-wrapper span {
    background: #da0000
}

.dt-sc-icon-box.type6.skyblue .icon-content a.dt-sc-button, .dt-sc-icon-box.type6.skyblue .icon-wrapper span {
    background: #3ec1eb
}

.dt-sc-icon-box.type6.teal .icon-content a.dt-sc-button, .dt-sc-icon-box.type6.teal .icon-wrapper span {
    background: #009688
}

.dt-sc-icon-box.type6.yellow .icon-content a.dt-sc-button, .dt-sc-icon-box.type6.yellow .icon-wrapper span {
    background: #ffcc21
}

.dt-sc-icon-box.type6.turquoise .icon-content a.dt-sc-button, .dt-sc-icon-box.type6.turquoise .icon-wrapper span {
    background: #32ccbd
}

.dt-sc-icon-box.type6.wisteria .icon-content a.dt-sc-button, .dt-sc-icon-box.type6.wisteria .icon-wrapper span {
    background: #9b59b6
}

.dt-sc-icon-box.type6.black .icon-content a.dt-sc-button, .dt-sc-icon-box.type6.black .icon-wrapper span {
    background: #000
}

.dt-sc-icon-box.type6.aligncenter .icon-wrapper {
    float: none;
    display: inline-block;
    margin: 0 0 20px
}

.dt-sc-icon-box.type6.aligncenter .icon-content h4 {
    margin-top: 0
}

.dt-sc-icon-box.type6.alignright .icon-wrapper {
    float: right;
    margin: 0 0 20px 15px
}

.dt-sc-icon-box.type6 .icon-wrapper img {
    margin-top: 0;
    position: static
}

.dt-sc-icon-box.type6.dt-sc-points-system-icon-box {
    border: none;
    background: #f0f2f6;
    border-radius: 0;
    padding: 80px 30px
}

.dt-sc-icon-box.type6.dt-sc-points-system-icon-box .icon-wrapper, .dt-sc-icon-box.type6.dt-sc-points-system-icon-box:hover .icon-wrapper {
    background: 0 0
}

.dt-sc-icon-box.type6.dt-sc-points-system-icon-box .icon-content h4, .dt-sc-icon-box.type6.dt-sc-points-system-icon-box .icon-wrapper span {
    color: #232323
}

.dt-sc-icon-box.type6.dt-sc-points-system-icon-box .icon-content h4 {
    font-size: 40px;
    line-height: 55px
}

.dt-sc-icon-box.type6.dt-sc-points-system-icon-box .icon-wrapper span {
    width: 60px;
    height: 60px;
    line-height: 60px
}

.dt-sc-icon-box.type6.dt-sc-points-system-icon-box .icon-content p {
    color: #717171
}

.dt-sc-icon-box.type6.dt-sc-points-system-icon-box.alter .icon-content h4, .dt-sc-icon-box.type6.dt-sc-points-system-icon-box.alter .icon-content p, .dt-sc-icon-box.type6.dt-sc-points-system-icon-box.alter .icon-wrapper span {
    color: #fff
}

.dt-sc-icon-box.type6.dt-sc-points-system-icon-box:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0
}

.dt-sc-icon-box.type6.dt-sc-points-system-icon-box:hover .icon-content h4, .dt-sc-icon-box.type6.dt-sc-points-system-icon-box:hover .icon-content p {
    color: #fff
}

.dt-sc-icon-box.type7 {
    border: 1px solid;
    margin: 45px 0;
    padding: 30px 30px 40px
}

.dt-sc-icon-box.type7 .icon-wrapper {
    position: relative;
    width: 96px;
    height: 55.43px;
    background: #fff;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -59.52px;
    z-index: 1;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

.dt-sc-icon-box.type7 .icon-wrapper:after, .dt-sc-icon-box.type7 .icon-wrapper:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 67.88px;
    height: 67.88px;
    -webkit-transform: scaleY(.5774) rotate(-45deg);
    -ms-transform: scaleY(.5774) rotate(-45deg);
    transform: scaleY(.5774) rotate(-45deg);
    background-color: inherit;
    left: 14.06px
}

.dt-sc-icon-box.type7 .icon-wrapper:before {
    top: -33.94px
}

.dt-sc-icon-box.type7 .icon-wrapper:after {
    bottom: -33.94px
}

.dt-sc-icon-box.type7 .icon-wrapper span {
    width: 96px;
    height: 96px;
    text-align: center;
    font-size: 28px;
    line-height: 96px;
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 0
}

.dt-sc-icon-box.type7 .icon-content h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600
}

.dt-sc-icon-box.type7 .icon-content p a.dt-sc-button {
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: table;
    font-size: 14px
}

.dt-sc-icon-box.type7:hover {
    -webkit-box-shadow: 0 10px 20px 5px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 10px 20px 5px rgba(0, 0, 0, .05);
    box-shadow: 0 10px 20px 5px rgba(0, 0, 0, .05)
}

.dt-sc-icon-box.type8 {
    padding: 20px 30px 24px 110px;
    width: 100%;
    margin-bottom: 15px
}

.dt-sc-icon-box.type8 .icon-wrapper {
    width: 70px;
    text-align: center;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.dt-sc-icon-box.type8 .icon-wrapper span {
    font-size: 50px
}

.dt-sc-icon-box.type8 .icon-content h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 7px
}

.dt-sc-icon-box.type8 .icon-content p:last-child {
    margin-bottom: 0
}

.dt-sc-icon-box.type8.aligncenter .icon-wrapper {
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.dt-sc-icon-box.type8.alignright {
    padding: 10px 80px 10px 0
}

.dt-sc-icon-box.type8.alignright .icon-wrapper img {
    float: right
}

.dt-sc-icon-box.type8.alignright .icon-wrapper {
    left: auto;
    right: 0
}

.dt-sc-icon-box.type8.with-bg {
    background-color: #fff
}

.dt-sc-icon-box.type9 {
    overflow: hidden;
    width: 100%
}

.dt-sc-icon-box.type9 .icon-wrapper {
    float: left;
    width: 50%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative
}

.dt-sc-icon-box.type9 .icon-wrapper img {
    margin: auto;
    vertical-align: middle;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.dt-sc-icon-box.type9 .icon-wrapper:before {
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.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;
    color: #fff
}

.dt-sc-icon-box.type9 .icon-content {
    float: left;
    width: 50%;
    padding: 50px;
    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: 40px;
    display: inline-block;
    width: 100%
}

.dt-sc-icon-box.type9 .icon-content h4 {
    font-size: 20px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    text-transform: inherit
}

.dt-sc-icon-box.type9.switch-element .icon-wrapper {
    float: right
}

.dt-sc-icon-box.type9.switch-element .icon-wrapper:before {
    right: auto;
    left: -20px;
    border-left: none;
    border-right: 20px solid
}

.dt-sc-icon-box.type9.switch-element .icon-content {
    text-align: right
}

.dt-sc-icon-box.type10 {
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 40px 20px;
    margin: 0 -1px 0 0
}

.dt-sc-icon-box.type10 .icon-wrapper {
    margin: 0 0 40px;
    position: relative;
    width: 140px;
    height: 140px;
    display: inline-block;
    float: none
}

.dt-sc-icon-box.type10 .icon-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    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);
    transform: rotate(45deg);
    z-index: 1
}

.dt-sc-icon-box.type10 .icon-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    margin: auto;
    width: 100px;
    height: 100px;
    border-radius: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 0
}

.dt-sc-icon-box.type10 .icon-wrapper img, .dt-sc-icon-box.type10 .icon-wrapper span {
    font-size: 60px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%)
}

.dt-sc-icon-box.type10 .icon-wrapper img {
    height: 60px;
    width: auto;
    margin-top: -4px;
    margin-left: 1px
}

.dt-sc-icon-box.type10:hover .icon-wrapper img {
    filter: grayscale(100%) contrast(10);
    -moz-filter: grayscale(100%) contrast(10);
    -webkit-filter: grayscale(100%) contrast(10);
    -ms-filter: grayscale(100%) contrast(10)
}

.dt-sc-icon-box.type10 .icon-content h4 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 25px;
    position: relative;
    text-transform: uppercase
}

.dt-sc-icon-box.type10 .icon-content h4:after, .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);
    transform: rotate(45deg);
    z-index: 1
}

.dt-sc-icon-box.type10 .icon-content h4:after {
    right: auto;
    left: -26px
}

.dt-sc-icon-box.type10.last .icon-content h4:before {
    content: none
}

.dt-sc-icon-box.type10 .icon-content p {
    margin-bottom: 0
}

.dt-sc-icon-box.type10:hover .icon-wrapper:after {
    left: -25px
}

.dt-sc-icon-box.type10.alignleft {
    text-align: left
}

.dt-sc-icon-box.type10.alignright {
    text-align: right
}

.dt-sc-icon-box.type10.alignleft .icon-wrapper, .dt-sc-icon-box.type10.alignright .icon-wrapper {
    text-align: center
}

.dt-sc-icon-box.type11 {
    background: #f6f6f6;
    padding: 30px;
    width: 100%;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: #f6f6f6;
    margin-bottom: 30px
}

.dt-sc-icon-box.type11 .icon-wrapper {
    display: inline-block;
    width: 90px;
    height: 90px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 90px;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
    position: relative;
    z-index: 1
}

.dt-sc-icon-box.type11 .icon-wrapper span {
    font-size: 36px;
    line-height: 90px
}

.dt-sc-icon-box.type11 h4 {
    margin-bottom: 15px;
    font-size: 18px
}

.dt-sc-icon-box.type11 .icon-wrapper:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform .2s, opacity .3s;
    -moz-transition: -moz-transform .2s, opacity .3s;
    transition: transform .2s, opacity .3s;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.dt-sc-icon-box.type11:hover {
    background: 0 0;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .05);
    -ms-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .05)
}

.dt-sc-icon-box.type11:hover .icon-wrapper {
    color: #fff
}

.dt-sc-icon-box.type11:hover .icon-wrapper:after {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0
}

.dt-sc-icon-box.type11.alignleft, .dt-sc-icon-box.type11.alignleft .icon-wrapper {
    text-align: left
}

.dt-sc-icon-box.type11.alignright, .dt-sc-icon-box.type11.alignright .icon-wrapper {
    text-align: right
}

.dt-sc-icon-box.type12 {
    text-align: center;
    padding: 30px;
    min-height: 232px;
    margin-bottom: 30px
}

.dt-sc-icon-box.type12 .icon-wrapper {
    display: inline;
    margin: 0;
    position: absolute
}

.dt-sc-icon-box.type12.top-left-icon .icon-wrapper {
    top: 10px;
    left: 10px
}

.dt-sc-icon-box.type12.top-right-icon .icon-wrapper {
    top: 10px;
    right: 10px
}

.dt-sc-icon-box.type12.bottom-left-icon .icon-wrapper {
    bottom: 10px;
    left: 10px
}

.dt-sc-icon-box.type12.bottom-right-icon .icon-wrapper {
    bottom: 10px;
    right: 10px
}

.dt-sc-icon-box.type12.top-left-icon:hover .icon-wrapper {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.dt-sc-icon-box.type12.top-right-icon:hover .icon-wrapper {
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%)
}

.dt-sc-icon-box.type12.bottom-left-icon:hover .icon-wrapper {
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%)
}

.dt-sc-icon-box.type12.bottom-right-icon:hover .icon-wrapper {
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
    -moz-transform: translate(50%, 50%);
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%)
}

.dt-sc-icon-box.type12.middle-icon .icon-wrapper {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.dt-sc-icon-box.type12.bottom-left-icon, .dt-sc-icon-box.type12.bottom-right-icon {
    margin-bottom: 0
}

.dt-sc-icon-box.type12 .icon-wrapper span {
    font-size: 60px;
    opacity: .2
}

.dt-sc-icon-box.type12:hover .icon-wrapper span {
    font-size: 100px
}

.dt-sc-icon-box.type12 .icon-wrapper img {
    position: static;
    width: 38px;
    filter: grayscale(100%) contrast(10);
    -moz-filter: grayscale(100%) contrast(10);
    -webkit-filter: grayscale(100%) contrast(10);
    -ms-filter: grayscale(100%) contrast(10)
}

.dt-sc-icon-box.type12 .icon-content {
    display: inline;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.dt-sc-icon-box.type12 .icon-content h5 {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700
}

.dt-sc-icon-box.type12 .icon-content h4 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    display: inline;
    margin: 0;
    line-height: 24px
}

.dt-sc-icon-box.type12 .icon-content h4 strong {
    width: 100%;
    float: left
}

.dt-sc-icon-box.type12 .icon-content h4 a {
    color: #fff
}

.dt-sc-icon-box.type12 .icon-content p {
    font-size: 13px;
    line-height: 24px;
    margin: 10px 0 0;
    opacity: 0;
    display: none
}

.service-icon-boxes-set {
    width: 100%;
    float: left;
    position: relative
}

.service-icon-boxes-set .default-style {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center
}

.service-icon-boxes-set .default-style .dt-sc-icon-box.type12 {
    width: 100px;
    min-height: 100px;
    max-height: 100px;
    float: none;
    display: inline-block;
    padding: 20px 10px;
    margin: 0;
    box-shadow: 0 0 0 2px #fff;
    -moz-box-shadow: 0 0 0 2px #fff;
    -webkit-box-shadow: 0 0 0 2px #fff;
    -ms-box-shadow: 0 0 0 2px #fff
}

.service-icon-boxes-set .default-style .dt-sc-icon-box.type12 .icon-wrapper {
    position: static
}

.service-icon-boxes-set .default-style .dt-sc-icon-box.type12 .icon-wrapper span {
    font-size: 30px;
    opacity: 1
}

.service-icon-boxes-set .default-style .dt-sc-icon-box.type12 .icon-content {
    position: static;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none
}

.service-icon-boxes-set .default-style .dt-sc-icon-box.type12:hover {
    background: #fff
}

.dt-sc-icon-box.type12:hover {
    background: #2f2c33
}

.dt-sc-icon-box.type13 {
    padding: 3px 0 16px 20px;
    background: rgba(0, 0, 0, .05);
    margin-bottom: 2px;
    position: relative;
    width: 100%
}

.dt-sc-icon-box.type13 .icon-wrapper {
    position: absolute;
    left: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #000;
    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 img, .dt-sc-icon-box.type13 .icon-wrapper span {
    font-size: 25px;
    color: #fff;
    line-height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0 auto;
    width: 30px;
    height: auto;
    transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%)
}

.dt-sc-icon-box.type13 .icon-content {
    text-align: center
}

.dt-sc-icon-box.type13 .icon-content h4 {
    font-size: 70px;
    font-weight: 400;
    display: inline-block;
    margin: 0
}

.dt-sc-icon-box.type13 .icon-content p {
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    float: left;
    clear: both;
    width: 100%
}

.dt-sc-icon-box.type13 .icon-wrapper img {
    filter: grayscale(100%) contrast(10);
    -moz-filter: grayscale(100%) contrast(10);
    -webkit-filter: grayscale(100%) contrast(10);
    -ms-filter: grayscale(100%) contrast(10)
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .dt-sc-icon-box.type13 .icon-content h4, ::i-block-chrome {
        margin-bottom: 10px
    }
}

.dt-sc-icon-box.type13.alignright .icon-wrapper {
    left: auto;
    right: -30px
}

.dt-sc-icon-box.type13.aligncenter .icon-wrapper {
    right: 0;
    left: 0;
    top: auto;
    bottom: -30px;
    margin: 0 auto
}

.dt-sc-icon-box.type13.aligncenter .icon-content {
    padding-bottom: 30px
}

.dt-sc-icon-box.type14 {
    text-align: center;
    width: 100%;
    background: rgba(0, 0, 0, .02);
    padding: 35px 30px 40px;
    min-height: 257px;
    border-left: 1px solid #fff
}

.dt-sc-icon-box.type14.grey {
    background: rgba(0, 0, 0, .05)
}

.dt-sc-icon-box.type14 .icon-content {
    display: inline-block;
    width: 100%
}

.dt-sc-icon-box.type14 .icon-content h4 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0
}

.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: #000;
    padding: 9px 20px
}

.dt-sc-icon-box.type14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .dt-sc-icon-box.type14, ::i-block-chrome {
        display: -webkit-box;
        -webkit-box-align: center;
        -webkit-box-flex: 1
    }
}

.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: 75px;
    margin-bottom: 5px
}

.dt-sc-icon-box.type14 .icon-wrapper img {
    display: inline-block;
    position: static
}

.dt-sc-icon-box.type14.alignleft, .dt-sc-icon-box.type14.alignleft .icon-wrapper {
    text-align: left
}

.dt-sc-icon-box.type14.alignright, .dt-sc-icon-box.type14.alignright .icon-wrapper {
    text-align: right
}

.column.first .dt-sc-icon-box.type14 {
    border-left: 0
}

.dt-sc-icon-box.type14:hover .icon-wrapper {
    display: none
}

.dt-sc-icon-box.type14:hover .icon-content p {
    display: block;
    color: #fff
}

.dt-sc-icon-box.type14:hover .icon-content h4 {
    color: #fff
}

.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.dt-sc-kalvi-default-icon-box {
    padding: 0;
    width: 100%;
    background: 0 0;
    border: none;
    display: block
}

.dt-sc-icon-box.type14.dt-sc-kalvi-default-icon-box .icon-wrapper {
    display: inline-block;
    margin: 0;
    width: 180px;
    height: 180px;
    position: relative
}

.dt-sc-icon-box.type14.dt-sc-kalvi-default-icon-box .icon-wrapper span {
    font-size: 60px;
    line-height: 180px
}

.dt-sc-icon-box.type14.dt-sc-kalvi-default-icon-box .icon-wrapper img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: auto;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.dt-sc-process-with-caption {
    counter-reset: image-caption-counter
}

.dt-sc-process-with-caption .dt-sc-icon-box.type14.dt-sc-kalvi-default-icon-box {
    counter-increment: image-caption-counter;
    position: relative
}

.dt-sc-process-with-caption .dt-sc-icon-box.type14.dt-sc-kalvi-default-icon-box .icon-content {
    position: relative;
    padding-top: 30px;
    z-index: 2
}

.dt-sc-process-with-caption .dt-sc-icon-box.type14.dt-sc-kalvi-default-icon-box .icon-content h4 {
    color: #222;
    position: relative
}

.dt-sc-process-with-caption .dt-sc-icon-box.type14.dt-sc-kalvi-default-icon-box .icon-content:before {
    content: counter(image-caption-counter);
    font-size: 100px;
    font-weight: 500;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    opacity: .2;
    color: #959595
}

.dt-sc-icon-box.type14.dt-sc-kalvi-default-icon-box:hover .icon-content p, .dt-sc-process-with-caption .dt-sc-icon-box.type14.dt-sc-kalvi-default-icon-box:hover .icon-content, .dt-sc-process-with-caption .dt-sc-icon-box.type14.dt-sc-kalvi-default-icon-box:hover .icon-content h4 {
    color: #222
}

.dt-sc-process-with-caption .dt-sc-icon-box.type14.dt-sc-kalvi-default-icon-box:hover {
    background: 0 0
}

.dt-sc-process-with-caption .dt-sc-icon-box.type14.dt-sc-kalvi-default-icon-box:hover .icon-content:before {
    opacity: .5
}

.dt-sc-process-with-caption .dt-sc-icon-box.type14.dt-sc-kalvi-default-icon-box .icon-content h4:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
    height: 1px;
    bottom: -10px;
    background: #e5e5e5
}

.dt-sc-process-with-caption .dt-sc-icon-box.type14.dt-sc-kalvi-default-icon-box:hover .icon-content h4:after {
    width: 75px;
    height: 2px
}

.dt-sc-process-with-caption .dt-sc-icon-box.type14.dt-sc-kalvi-default-icon-box.alignleft .icon-content h4:after {
    right: auto
}

.dt-sc-process-with-caption .dt-sc-icon-box.type14.dt-sc-kalvi-default-icon-box.alignright .icon-content h4:after {
    left: auto
}

.dt-sc-icon-box.type14.dt-sc-kalvi-default-icon-box .icon-content h4 {
    font-size: 22px;
    color: #222;
    font-weight: 400;
    text-transform: capitalize
}

.dt-sc-icon-box.type14.dt-sc-kalvi-default-icon-box .icon-content p {
    display: inline-block
}

.dt-sc-icon-box.type10:hover .icon-wrapper span, .dt-sc-icon-box.type11 .icon-wrapper span, .dt-sc-icon-box.type12, .dt-sc-icon-box.type13:hover .icon-content h4, .dt-sc-icon-box.type13:hover .icon-content p, .dt-sc-icon-box.type14.blue:hover .icon-content h4, .dt-sc-icon-box.type14.brown:hover .icon-content h4, .dt-sc-icon-box.type14.cadetblue:hover .icon-content h4, .dt-sc-icon-box.type14.green:hover .icon-content h4, .dt-sc-icon-box.type14.lightgreen:hover .icon-content h4, .dt-sc-icon-box.type14.orange:hover .icon-content h4, .dt-sc-icon-box.type14.red:hover .icon-content h4, .dt-sc-icon-box.type14.slateblue:hover .icon-content h4, .dt-sc-icon-box.type14:hover .icon-content h4, .dt-sc-icon-box.type14:hover .icon-content h5, .dt-sc-icon-box.type15 .icon-content h4 a, .dt-sc-icon-box.type15 .icon-content p, .dt-sc-icon-box.type15.blue:hover .icon-content h5, .dt-sc-icon-box.type15.brown:hover .icon-content h5, .dt-sc-icon-box.type15.cadetblue:hover .icon-content h5, .dt-sc-icon-box.type15.green:hover .icon-content h5, .dt-sc-icon-box.type15.lightgreen:hover .icon-content h5, .dt-sc-icon-box.type15.orange:hover .icon-content h5, .dt-sc-icon-box.type15.red:hover .icon-content h5, .dt-sc-icon-box.type15.slateblue:hover .icon-content h5, .dt-sc-icon-box.type3 .icon-wrapper span, .dt-sc-icon-box.type3.dt-sc-diamond:hover .icon-wrapper span, .dt-sc-icon-box.type5:hover .icon-wrapper span, .dt-sc-icon-box.type6 .icon-wrapper span, .dt-sc-icon-box.type6:hover .icon-content a, .dt-sc-icon-box.type6:hover .icon-wrapper span, .dt-sc-icon-box.type7 .icon-wrapper span {
    color: #fff
}

.dt-sc-icon-box.type15 {
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    padding: 40px 10px 30px;
    overflow: hidden;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px
}

.dt-sc-icon-box.type15 .icon-wrapper img {
    margin: 0 auto 20px;
    display: block
}

.dt-sc-icon-box.type15 .icon-content {
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    bottom: 0;
    margin: auto;
    padding: 40px 10px;
    opacity: 0;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    width: 100%
}

.dt-sc-icon-box.type15 h4 {
    margin-bottom: 15px;
    font-size: 20px
}

.dt-sc-icon-box.type15:hover .icon-content {
    opacity: 1;
    left: 0
}

.dt-sc-icon-box.type3.dt-sc-diamond:hover .icon-wrapper span {
    background: 0 0
}

.dt-sc-icon-box .large-icon {
    color: rgba(0, 0, 0, .03)
}

.dt-sc-icon-box.type5 .icon-wrapper span {
    color: #fff
}

.dt-sc-icon-box.type5.no-icon .icon-content h5, .dt-sc-icon-box.type5.no-icon-bg .icon-content h5 {
    color: #a4a4a3
}

.dt-sc-icon-box.type5.no-icon .icon-content p {
    color: #a0a0a0
}

.dt-sc-icon-box.type8 .icon-content p, .dt-sc-icon-box.type8 .icon-wrapper span {
    color: rgba(0, 0, 0, .5)
}

.dt-sc-icon-box.type8 .icon-wrapper span, .dt-sc-icon-box.type8.with-bg:hover .icon-content h4, .dt-sc-icon-box.type8:hover .icon-content p, .dt-sc-icon-box.type8:hover .icon-wrapper span, .dt-sc-icon-box.type8:not(.with-bg) .icon-content h4, .dt-sc-icon-box.type8:not(.with-bg) .icon-content p {
    color: #fff
}

.dt-sc-icon-box.type10, .dt-sc-icon-box.type10 .icon-wrapper:before, .dt-sc-icon-box.type11 .dt-sc-button:after, .dt-sc-icon-box.type11 .dt-sc-button:before, .dt-sc-icon-box.type4.with-diamond-square-icon .icon-wrapper:before, .dt-sc-icon-box.type5.rounded .icon-wrapper {
    background: #fff
}

.dt-sc-icon-box.type5 .icon-wrapper:before {
    background: rgba(0, 0, 0, .03)
}

.dt-sc-icon-box.type6:hover .icon-content a {
    background: #000
}

.dt-sc-icon-box.type1, .last .dt-sc-icon-box.type1 {
    border-color: rgba(0, 0, 0, .15)
}

.dt-sc-icon-box.type3 .icon-wrapper span, .dt-sc-icon-box.type6 .icon-wrapper, .dt-sc-icon-box.type7 .icon-wrapper span {
    border-color: #fff
}

.dt-sc-icon-box.type3.dt-sc-diamond:hover .icon-wrapper:before {
    border-color: #000
}

.dt-sc-dark-bg .dt-sc-icon-box.type8 {
    border-color: rgba(255, 255, 255, .3)
}

.dt-sc-icon-box.type7 {
    border-color: rgba(0, 0, 0, .1)
}

.ie9 .dt-sc-icon-box.type3.dt-sc-diamond .icon-wrapper:after, .ie9 .dt-sc-icon-box.type3.dt-sc-diamond .icon-wrapper:before {
    transform: rotate(45deg) skew(10deg, 10deg);
    -ms-transform: rotate(45deg) skew(10deg, 10deg)
}

@media screen and (min-width:0\0) {
    .vc_row-has-fill .dt-sc-icon-box.type3 .icon-wrapper span {
        box-shadow: none;
        -ms-box-shadow: none
    }
}

@media only screen and (min-width:1381px) and (max-width:1680px) {
    .dt-sc-icon-box.type6.dt-sc-points-system-icon-box {
        padding: 40px 30px 20px
    }
}

@media only screen and (min-width:1200px) and (max-width:1380px) {
    .dt-sc-icon-box.type1 .icon-content h4 {
        font-size: 18px
    }
    .dt-sc-icon-box.type2 .icon-content h4 {
        font-size: 17px
    }
    .dt-sc-icon-box.type11 .icon-content h4 {
        font-size: 14px
    }
    .dt-sc-icon-box.type14 .icon-content p {
        margin: 15px 0 0
    }
    .dt-sc-icon-box.type1.dt-sc-points-system-icon-box .icon-content h4 {
        font-size: 18px
    }
    .dt-sc-icon-box.type6.dt-sc-points-system-icon-box {
        padding: 30px 30px 40px
    }
    .dt-sc-icon-box.type6.dt-sc-points-system-icon-box .icon-content h4 {
        font-size: 35px;
        line-height: 45px
    }
    .dt-sc-icon-box.type6.dt-sc-points-system-icon-box .icon-content p {
        margin-bottom: 0
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .dt-sc-icon-box.type1 {
        padding: 35px 25px
    }
    .dt-sc-icon-box.type1 .icon-content h4 {
        font-size: 18px;
        letter-spacing: 0;
        margin-bottom: 10px
    }
    .dt-sc-icon-box.type1 .icon-content p, .dt-sc-icon-box.type2 .icon-content h4 {
        font-size: 14px
    }
    .dt-sc-icon-box.type2 .icon-wrapper {
        margin-right: 8px
    }
    .dt-sc-icon-box.type2.alignright .icon-wrapper {
        margin-left: 8px
    }
    .dt-sc-icon-box.type2 .icon-content p {
        font-size: 14px;
        line-height: 24px
    }
    .dt-sc-icon-box.type4 .icon-content h4 {
        font-size: 16px
    }
    .dt-sc-icon-box.type5.no-icon {
        padding: 0 30px 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box
    }
    .dt-sc-icon-box.type5.no-icon .icon-content h4 {
        padding: 0 0 20px
    }
    .vc_row-no-padding .dt-sc-icon-box.type5.no-icon {
        padding: 0
    }
    .dt-sc-icon-box.type6 .icon-content {
        clear: both
    }
    .dt-sc-icon-box.type6 .icon-content h4 {
        font-size: 18px;
        letter-spacing: 0;
        margin-top: 20px
    }
    .dt-sc-icon-box.type9 .icon-content h4 {
        font-size: 18px
    }
    .dt-sc-icon-box.type11 .dt-sc-button.medium {
        padding: 13px 45px 11px 25px
    }
    .dt-sc-icon-box.type12 {
        min-height: 180px;
        padding: 15px
    }
    .dt-sc-icon-box.type12 .icon-wrapper span {
        font-size: 44px
    }
    .dt-sc-icon-box.type14 .icon-content p {
        font-size: 12px
    }
    .dt-sc-icon-box.type14 .icon-content h4 {
        font-size: 16px
    }
    .dt-sc-icon-box.type11 .dt-sc-button.medium {
        font-size: 13px
    }
    .dt-sc-icon-box.type1.dt-sc-points-system-icon-box .icon-wrapper span {
        font-size: 40px
    }
    .dt-sc-icon-box.type1.dt-sc-points-system-icon-box .icon-content h4 {
        font-size: 18px
    }
    .dt-sc-icon-box.type1.dt-sc-points-system-icon-box .icon-content p {
        margin-bottom: 10px;
        font-size: 13px;
        line-height: 25px
    }
    .zigzag-bottom .dt-sc-icon-box.type6 {
        margin-bottom: 40px
    }
    .dt-sc-icon-box.type6:hover {
        margin-top: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .dt-sc-icon-box.type1 {
        padding: 45px 15px
    }
    .dt-sc-icon-box.type1 .icon-content h4 {
        font-size: 18px;
        line-height: normal
    }
    .dt-sc-icon-box.type2 .icon-wrapper {
        margin-right: 5px
    }
    .dt-sc-icon-box.type2.alignright .icon-wrapper {
        margin-left: 8px
    }
    .dt-sc-icon-box.type2 .icon-content h4 {
        font-size: 14px;
        letter-spacing: 0
    }
    .dt-sc-icon-box.type2 .icon-content p {
        font-size: 12px;
        line-height: 20px
    }
    .dt-sc-icon-box.type4 .icon-content h4 {
        font-size: 18px;
        line-height: normal
    }
    .dt-sc-icon-box.type4 .icon-content p {
        font-size: 12px;
        line-height: 24px
    }
    .dt-sc-icon-box.type5 .icon-wrapper img {
        width: 30px
    }
    .dt-sc-icon-box.type5.no-icon-bg .icon-wrapper img {
        margin-top: 0
    }
    .dt-sc-icon-box.type5 {
        padding-left: 75px
    }
    .dt-sc-icon-box.type5.alignright {
        padding-right: 75px
    }
    .dt-sc-icon-box.type5.rounded {
        padding-left: 90px
    }
    .dt-sc-icon-box.type5.rounded.alignright {
        padding-right: 90px
    }
    .dt-sc-icon-box.type5 .icon-wrapper {
        width: 60px
    }
    .dt-sc-icon-box.type5 .icon-wrapper::before {
        height: 45px;
        width: 45px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px
    }
    .dt-sc-icon-box.type5 .icon-wrapper span {
        font-size: 22px;
        line-height: 65px
    }
    .dt-sc-icon-box.type5.no-icon-bg {
        padding: 0 0 0 42px
    }
    .dt-sc-icon-box.type5.no-icon-bg .icon-wrapper {
        width: 30px
    }
    .dt-sc-icon-box.type5.no-icon-bg .icon-wrapper span {
        font-size: 28px
    }
    .dt-sc-icon-box.type5.no-icon .icon-content h5, .dt-sc-icon-box.type5.no-icon-bg .icon-content h5 {
        font-size: 12px
    }
    .dt-sc-icon-box.type5.no-icon .icon-content h4, .dt-sc-icon-box.type5.no-icon-bg .icon-content h4 {
        font-size: 15px
    }
    .dt-sc-icon-box.type5.no-icon {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box
    }
    .vc_row-no-padding .dt-sc-icon-box.type5.no-icon {
        padding: 0
    }
    .dt-sc-icon-box.type5.no-icon .icon-content h4 {
        padding: 0 0 20px
    }
    .dt-sc-icon-box.type6 .icon-content {
        clear: both
    }
    .dt-sc-icon-box.type6 .icon-content h4 {
        font-size: 18px;
        margin-top: 20px
    }
    .dt-sc-icon-box.type9 {
        height: auto!important
    }
    .dt-sc-icon-box.type9 .icon-content, .dt-sc-icon-box.type9 .icon-wrapper {
        display: block;
        width: 100%
    }
    .dt-sc-icon-box.type9 .icon-wrapper:before {
        margin: 0 auto;
        bottom: -30px;
        left: 0;
        right: 0;
        top: auto;
        width: 0;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg)
    }
    .dt-sc-icon-box.type9 .icon-wrapper span {
        display: block;
        float: none;
        text-align: center
    }
    .dt-sc-icon-box.type9 .icon-content {
        padding-top: 30px;
        text-align: center
    }
    .dt-sc-icon-box.type10 .icon-content h4 {
        font-size: 14px;
        letter-spacing: 0
    }
    .dt-sc-icon-box.type10 .icon-content h4::before {
        height: 13px;
        right: -18px;
        width: 13px
    }
    .dt-sc-icon-box.type10 .icon-content h4:after {
        left: -18px;
        width: 13px;
        height: 13px
    }
    .dt-sc-icon-box.type11 .dt-sc-button.medium {
        letter-spacing: 0;
        padding: 13px 40px 11px 20px;
        font-size: 11px
    }
    .dt-sc-icon-box.type11 .dt-sc-button::before {
        right: 25px
    }
    .dt-sc-icon-box.type11 .dt-sc-button::after {
        right: 20px
    }
    .dt-sc-icon-box.type11 {
        padding: 30px 15px 10px
    }
    .dt-sc-icon-box.type12 {
        padding: 40px 10px 35px;
        min-height: 202px
    }
    .dt-sc-icon-box.type12 .icon-wrapper span {
        font-size: 40px
    }
    .dt-sc-icon-box.type12:hover .icon-wrapper span {
        font-size: 70px
    }
    .dt-sc-icon-box.type12 .icon-content h4 {
        font-size: 14px
    }
    .dt-sc-icon-box.type13 .icon-content h4 {
        font-size: 50px
    }
    .dt-sc-icon-box.type13 .icon-content p {
        font-size: 14px
    }
    .dt-sc-icon-box.type14 {
        padding: 15px
    }
    .dt-sc-icon-box.type14 .icon-content h4 {
        font-size: 12px
    }
    .dt-sc-icon-box.type9.switch-element .icon-content {
        text-align: center
    }
    .dt-sc-icon-box.type9.switch-element .icon-wrapper:before {
        margin: 0 auto;
        right: 0;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg)
    }
    .dt-sc-icon-box.type10 .icon-wrapper img, .dt-sc-icon-box.type10 .icon-wrapper span {
        font-size: 40px
    }
    .dt-sc-icon-box.type10 .icon-wrapper {
        margin: 0 0 20px;
        width: 120px;
        height: 120px
    }
    .dt-sc-icon-box.type10 {
        padding: 30px 10px
    }
    .dt-sc-icon-box.type10 .icon-wrapper:after, .dt-sc-icon-box.type10 .icon-wrapper:before {
        width: 80px;
        height: 80px
    }
    .dt-sc-icon-box.type14.dt-sc-kalvi-default-icon-box .icon-wrapper {
        width: 140px;
        height: 170px
    }
    .dt-sc-icon-box.type6:hover {
        margin-top: 0
    }
    .zigzag-bottom .dt-sc-icon-box.type6 {
        margin-bottom: 40px
    }
    .dt-sc-icon-box.type11 .icon-content p {
        font-size: 14px
    }
}

@media only screen and (max-width:767px) {
    .dt-sc-icon-box {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box
    }
    .dt-sc-icon-box, .dt-sc-icon-box.type11, .dt-sc-icon-box.type13 {
        margin-bottom: 25px
    }
    .rs_col_no_btm_space .dt-sc-icon-box.type3 {
        margin-bottom: 0
    }
    .dt-sc-icon-box.type1 {
        border-left: none;
        border-right: none;
        margin-bottom: 5px
    }
    .dt-sc-icon-box.type5.no-icon {
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box
    }
    .dt-sc-icon-box.type5.no-icon:first-child {
        border-left-width: 1px
    }
    .dt-sc-icon-box.type5.no-icon.last, .last .dt-sc-icon-box.type5.no-icon {
        border-right-width: 1px
    }
    .dt-sc-icon-box.type8.last {
        border-bottom-width: 1px
    }
    .dt-sc-icon-box.type9 {
        height: auto!important
    }
    .dt-sc-icon-box.type9 .icon-content, .dt-sc-icon-box.type9 .icon-wrapper {
        display: block;
        width: 100%
    }
    .dt-sc-icon-box.type9 .icon-wrapper:before {
        margin: 0 auto;
        bottom: -30px;
        left: 0;
        right: 0;
        top: auto;
        width: 0;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg)
    }
    .dt-sc-icon-box.type9 .icon-wrapper span {
        display: block;
        float: none;
        text-align: center
    }
    .dt-sc-icon-box.type9 .icon-content {
        padding-top: 30px;
        text-align: center
    }
    .dt-sc-icon-box.type10 .icon-content h4:after {
        content: "";
        height: 12px;
        margin: auto;
        position: absolute;
        left: -26px;
        top: 6px;
        width: 12px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 1
    }
    .dt-sc-icon-box.type10.last .icon-content h4:before {
        content: ""
    }
    .dt-sc-icon-box.type9.switch-element .icon-content {
        text-align: center
    }
    .dt-sc-icon-box.type9.switch-element .icon-wrapper:before {
        margin: 0 auto;
        right: 0;
        left: 0;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg)
    }
    .dt-sc-icon-box.type6:hover {
        margin-top: 0
    }
    .dt-sc-icon-box.type4 {
        border: none
    }
}

@media only screen and (max-width:479px) {
    .dt-sc-icon-box.type5 {
        padding-left: 85px
    }
    .dt-sc-icon-box.type5 .icon-content h4 {
        font-size: 20px
    }
    .dt-sc-icon-box.type5.alignright {
        padding-right: 85px
    }
    .dt-sc-icon-box.type5.rounded {
        padding-left: 110px
    }
    .dt-sc-icon-box.type5.rounded.alignright {
        padding-left: 0;
        padding-right: 110px
    }
    .dt-sc-icon-box.type6 .icon-content {
        clear: both
    }
    .dt-sc-icon-box.type6 .icon-content h4 {
        font-size: 18px;
        margin-top: 20px
    }
    .dt-sc-icon-box.type13 {
        float: right;
        width: 96%
    }
    .dt-sc-image-caption.type6 .dt-sc-image-content p {
        display: none
    }
}

@media only screen and (max-width:319px) {
    .dt-sc-icon-box.type2 .icon-wrapper {
        margin-right: 8px
    }
    .dt-sc-icon-box.type2.alignright .icon-wrapper {
        margin-left: 8px
    }
    .dt-sc-icon-box.type2 .icon-wrapper span {
        font-size: 20px
    }
    .dt-sc-icon-box.type2 .icon-content h4 {
        font-size: 12px;
        letter-spacing: .2px
    }
    .dt-sc-icon-box.type3 .icon-content h4, .dt-sc-icon-box.type4 .icon-content h4 {
        font-size: 16px
    }
    .dt-sc-icon-box.type5 {
        padding-left: 75px
    }
    .dt-sc-icon-box.type5.alignright {
        padding-right: 75px
    }
    .dt-sc-icon-box.type5.rounded {
        padding-left: 90px
    }
    .dt-sc-icon-box.type5.rounded.alignright {
        padding-left: 0;
        padding-right: 90px
    }
    .dt-sc-icon-box.type5 .icon-wrapper {
        width: 60px
    }
    .dt-sc-icon-box.type5 .icon-wrapper::before {
        height: 45px;
        width: 45px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px
    }
    .dt-sc-icon-box.type5 .icon-wrapper span {
        font-size: 22px;
        line-height: 65px
    }
    .dt-sc-icon-box.type5.no-icon-bg {
        padding: 0 0 0 42px
    }
    .dt-sc-icon-box.type5.no-icon-bg .icon-wrapper {
        width: 30px
    }
    .dt-sc-icon-box.type5.no-icon-bg .icon-wrapper span {
        font-size: 28px
    }
    .dt-sc-icon-box.type5.no-icon .icon-content h5, .dt-sc-icon-box.type5.no-icon-bg .icon-content h5 {
        font-size: 10px
    }
    .dt-sc-icon-box.type5.no-icon .icon-content h4, .dt-sc-icon-box.type5.no-icon-bg .icon-content h4 {
        font-size: 14px
    }
    .dt-sc-icon-box.type5.no-icon {
        padding: 0 15px
    }
    .dt-sc-icon-box.type5.no-icon .icon-content h4 {
        padding: 0 0 20px
    }
    .dt-sc-icon-box.type6 .icon-content h4 {
        margin-top: 115px
    }
    .dt-sc-icon-box.type11 .dt-sc-button.medium {
        font-size: 11px;
        padding: 13px 45px 11px 25px
    }
    .dt-sc-icon-box.type12 {
        padding: 15px 10px 20px;
        min-height: 155px
    }
    .dt-sc-icon-box.type12 .icon-wrapper span {
        font-size: 24px
    }
    .dt-sc-icon-box.type12 .icon-wrapper {
        margin: 0 5px 0 0;
        top: 51px
    }
    .dt-sc-icon-box.type12 .icon-content {
        top: 46px
    }
    .dt-sc-icon-box.type13 .icon-content h4 {
        font-size: 50px
    }
    .dt-sc-icon-box.type13 .icon-content p {
        font-size: 14px
    }
}

/*Fancy 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: 0;
    color: #fff
}

.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, .05)
}

.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: #ffcc21;
    color: #000
}

.dt-sc-error-box, .dt-sc-info-box, .dt-sc-success-box, .dt-sc-warning-box {
    margin-bottom: 20px;
    padding: 15px 15px 15px 45px;
    clear: both
}

.dt-sc-error-box a, .dt-sc-info-box a, .dt-sc-success-box a, .dt-sc-warning-box a {
    text-decoration: underline
}

.dt-sc-error-box {
    background-color: #fcc;
    border: 1px solid #f99;
    color: #d01313;
    position: relative
}

.dt-sc-error-box:before, .dt-sc-info-box:before, .dt-sc-success-box:before, .dt-sc-warning-box:before {
    top: 15px;
    left: 18px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    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
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .dt-sc-error-box:before, .dt-sc-info-box:before, .dt-sc-success-box:before, .dt-sc-warning-box:before {
        top: 16px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .dt-sc-error-box:before, .dt-sc-info-box:before, .dt-sc-success-box:before, .dt-sc-warning-box:before {
        top: 17px
    }
}

@media only screen and (max-width:767px) {
    .dt-sc-error-box:before, .dt-sc-info-box:before, .dt-sc-success-box:before, .dt-sc-warning-box:before {
        top: 16px
    }
}

@media only screen and (max-width:479px) {
    .dt-sc-error-box:before, .dt-sc-info-box:before, .dt-sc-success-box:before, .dt-sc-warning-box:before {
        top: 17px
    }
}

@media only screen and (max-width:319px) {
    .dt-sc-titled-box h6.dt-sc-titled-box-title {
        font-size: 12px;
        letter-spacing: 0;
        line-height: 20px;
        padding-left: 35px;
        position: relative
    }
    .dt-sc-titled-box h6.dt-sc-titled-box-title span {
        font-size: 14px;
        position: absolute;
        left: 10px;
        top: 14px
    }
}

/*Event*/

.dt-sc-event-image-caption, .dt-sc-event-image-caption .dt-sc-image-content:before, .dt-sc-event-image-caption .dt-sc-image-wrapper .overlay-text, .dt-sc-events-list, .dt-sc-events-list:before {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

.dt-sc-event-image-caption {
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
    border-left: 1px solid;
    border-right: 1px solid
}

.dt-sc-event-image-caption .dt-sc-image-content {
    width: 50%;
    padding: 40px 30px;
    margin: 0;
    float: left;
    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: 0;
    float: left;
    position: relative;
    border-left: 1px solid
}

.dt-sc-event-image-caption .dt-sc-image-wrapper .overlay-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center
}

.dt-sc-event-image-caption .dt-sc-image-content:before {
    content: "";
    position: absolute;
    right: -15px;
    top: 35px;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid;
    z-index: 1;
    border-left-color: #fff
}

.dt-sc-event-image-caption .dt-sc-image-wrapper .overlay-text h3 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    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: 0;
    padding: 0;
    text-align: center
}

.dt-sc-events-list-wrapper h3 {
    text-align: center;
    padding: 20px 0;
    border-top: 1px dashed;
    border-bottom: 1px dashed;
    margin: 0 0 50px;
    clear: both
}

.dt-sc-events-list {
    display: inline-block;
    clear: both;
    width: 95%;
    margin: 0 auto 40px 5%;
    padding: 0;
    position: relative;
    text-align: center
}

.dt-sc-events-list .dt-sc-event-date {
    border-right: 1px solid;
    text-align: right;
    padding: 0 30px 0 15px;
    width: 23%;
    float: left
}

.dt-sc-events-list .dt-sc-event-date h2 {
    font-weight: 300;
    margin-bottom: 0;
    line-height: 49px
}

.dt-sc-events-list .dt-sc-event-date p {
    font-weight: 700
}

.dt-sc-events-list .dt-sc-event-date p span {
    font-weight: 400;
    font-style: italic
}

.dt-sc-events-list .dt-sc-event-title {
    width: 58%;
    float: left;
    padding: 22px 30px 5px;
    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: 400;
    font-size: 14px;
    margin: 0 0 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);
    display: block;
    width: 100%;
    margin: 0;
    float: left;
    padding: 15px 0
}

.dt-sc-events-list:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .15);
    opacity: 0
}

.dt-sc-events-list:hover:before {
    opacity: 1
}

.dt-sc-event-image-caption .dt-sc-image-wrapper .overlay-text h3, .dt-sc-event-image-caption:hover .dt-sc-image-content h3, .dt-sc-event-image-caption:hover .dt-sc-image-content p, .dt-sc-event-image-caption:hover .dt-sc-image-content ul {
    color: #fff
}

.dt-sc-event-image-caption {
    background: #fff
}

.dt-sc-event-image-caption .dt-sc-image-wrapper .overlay-text {
    background: rgba(0, 0, 0, .8)
}

.dt-sc-event-image-caption, .dt-sc-event-image-caption .dt-sc-image-wrapper {
    border-color: #fff
}

.dt-sc-events-list .dt-sc-event-title h5 small, .dt-sc-events-list-wrapper h3 {
    color: #222
}

.dt-sc-events-list .dt-sc-event-date p span, .dt-sc-events-list .dt-sc-event-duration h6 {
    color: rgba(0, 0, 0, .7)
}

.dt-sc-events-list .dt-sc-event-date, .dt-sc-events-list-wrapper h3 {
    border-color: rgba(0, 0, 0, .15)
}

.dt-sc-events-list:hover {
    background: #fff
}

@media only screen and (min-width:1200px) and (max-width:1380px) {
    .dt-sc-event-image-caption .dt-sc-image-content, .dt-sc-event-image-caption .dt-sc-image-wrapper, .dt-sc-event-image-caption .dt-sc-image-wrapper img {
        width: 100%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .dt-sc-event-image-caption .dt-sc-image-content, .dt-sc-event-image-caption .dt-sc-image-wrapper, .dt-sc-event-image-caption .dt-sc-image-wrapper img {
        width: 100%
    }
    .dt-sc-event-image-caption .dt-sc-image-content::before {
        bottom: -22px;
        top: auto;
        transform: rotate(90deg);
        border-left-width: 16px;
        right: 30px
    }
    .dt-sc-events-list {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
    .dt-sc-events-list .dt-sc-event-date {
        width: 28%
    }
    .dt-sc-events-list .dt-sc-event-title {
        width: 55%
    }
    .dt-sc-events-list .dt-sc-event-duration {
        width: 16%
    }
    .dt-sc-events-list .dt-sc-event-duration h6 {
        font-size: 26px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .dt-sc-event-image-caption .dt-sc-image-content, .dt-sc-event-image-caption .dt-sc-image-wrapper {
        width: 100%
    }
    .dt-sc-event-image-caption .dt-sc-image-content::before {
        bottom: -22px;
        top: auto;
        transform: rotate(90deg);
        border-left-width: 16px;
        right: 30px
    }
    .dt-sc-events-list {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
    .dt-sc-events-list .dt-sc-event-date {
        width: 27%
    }
    .dt-sc-events-list .dt-sc-event-date h2 {
        font-size: 34px
    }
    .dt-sc-events-list .dt-sc-event-duration h6 {
        font-size: 25px
    }
}

@media only screen and (max-width:767px) {
    .dt-sc-event-image-caption .dt-sc-image-content, .dt-sc-event-image-caption .dt-sc-image-wrapper, .dt-sc-event-image-caption .dt-sc-image-wrapper>img {
        width: 100%
    }
    .dt-sc-event-image-caption .dt-sc-image-content::before {
        bottom: -22px;
        top: auto;
        transform: rotate(90deg);
        border-left-width: 16px;
        right: 30px
    }
    .dt-sc-events-list .dt-sc-event-date {
        width: 100%;
        text-align: center;
        border: none;
        margin-bottom: 10px;
        padding: 0
    }
    .dt-sc-events-list .dt-sc-event-duration {
        width: 50%;
        margin-bottom: 20px
    }
    .dt-sc-events-list .dt-sc-event-duration h6 {
        font-size: 25px
    }
    .dt-sc-events-list .dt-sc-event-title {
        padding-left: 0;
        width: 100%;
        margin-bottom: 20px
    }
    .dt-sc-events-list {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}

@media only screen and (max-width:319px) {
    .dt-sc-events-list .dt-sc-event-duration h6 {
        font-size: 18px
    }
    .dt-sc-events-list .dt-sc-event-title {
        padding: 0;
        text-align: center;
        margin: 10px 0 20px
    }
    .dt-sc-events-list .dt-sc-event-duration, .dt-sc-events-list .dt-sc-event-title {
        width: 100%
    }
    .dt-sc-events-list .dt-sc-event-date {
        margin-bottom: 0
    }
}

/*DropCap*/

.dt-sc-dropcap {
    font-size: 24px;
    float: left;
    margin: 10px 0;
    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 0 0;
    padding: 0;
    border-radius: 30px;
    behavior: url(PIE.htc)
}

.dt-sc-dropcap.dt-sc-dropcap-bordered-circle {
    width: 42px;
    height: 42px;
    line-height: 34px;
    margin: 5px 20px 0 0;
    padding: 0;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    border-radius: 30px;
    behavior: url(PIE.htc)
}

.dt-sc-dropcap.dt-sc-dropcap-square {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    margin: 5px 20px 0 0;
    padding: 0
}

.dt-sc-dropcap.dt-sc-dropcap-bordered-square {
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    width: 42px;
    height: 42px;
    text-align: center;
    margin: 5px 20px 0 0;
    padding: 0;
    line-height: 34px
}

.dt-sc-dropcap.dt-sc-dropcap-bordered-circle, .dt-sc-dropcap.dt-sc-dropcap-bordered-square, .dt-sc-dropcap.dt-sc-dropcap-circle, .dt-sc-dropcap.dt-sc-dropcap-square {
    background: #000;
    color: #fff
}

.dt-sc-dropcap.dt-sc-dropcap-bordered-circle, .dt-sc-dropcap.dt-sc-dropcap-bordered-square {
    border: 2px solid #FFF
}

.dt-sc-dropcap.dt-sc-dropcap-bordered-circle.blue, .dt-sc-dropcap.dt-sc-dropcap-bordered-square.blue, .dt-sc-dropcap.dt-sc-dropcap-circle.blue, .dt-sc-dropcap.dt-sc-dropcap-square.blue {
    background: #008bd3
}

.dt-sc-dropcap.dt-sc-dropcap-bordered-circle.brown, .dt-sc-dropcap.dt-sc-dropcap-bordered-square.brown, .dt-sc-dropcap.dt-sc-dropcap-circle.brown, .dt-sc-dropcap.dt-sc-dropcap-square.brown {
    background: #795548
}

.dt-sc-dropcap.dt-sc-dropcap-bordered-circle.cadetblue, .dt-sc-dropcap.dt-sc-dropcap-bordered-square.cadetblue, .dt-sc-dropcap.dt-sc-dropcap-circle.cadetblue, .dt-sc-dropcap.dt-sc-dropcap-square.cadetblue {
    background: #3c939d
}

.dt-sc-dropcap.dt-sc-dropcap-bordered-circle.chillipepper, .dt-sc-dropcap.dt-sc-dropcap-bordered-square.chillipepper, .dt-sc-dropcap.dt-sc-dropcap-circle.chillipepper, .dt-sc-dropcap.dt-sc-dropcap-square.chillipepper {
    background: #c10841
}

.dt-sc-dropcap.dt-sc-dropcap-bordered-circle.cyan, .dt-sc-dropcap.dt-sc-dropcap-bordered-square.cyan, .dt-sc-dropcap.dt-sc-dropcap-circle.cyan, .dt-sc-dropcap.dt-sc-dropcap-square.cyan {
    background: #00bcd4
}

.dt-sc-dropcap.dt-sc-dropcap-bordered-circle.darkgolden, .dt-sc-dropcap.dt-sc-dropcap-bordered-square.darkgolden, .dt-sc-dropcap.dt-sc-dropcap-circle.darkgolden, .dt-sc-dropcap.dt-sc-dropcap-square.darkgolden {
    background: #b48b3c
}

.dt-sc-dropcap.dt-sc-dropcap-bordered-circle.deeporange, .dt-sc-dropcap.dt-sc-dropcap-bordered-square.deeporange, .dt-sc-dropcap.dt-sc-dropcap-circle.deeporange, .dt-sc-dropcap.dt-sc-dropcap-square.deeporange {
    background: #ff5722
}

.dt-sc-dropcap.dt-sc-dropcap-bordered-circle.deeppurple, .dt-sc-dropcap.dt-sc-dropcap-bordered-square.deeppurple, .dt-sc-dropcap.dt-sc-dropcap-circle.deeppurple, .dt-sc-dropcap.dt-sc-dropcap-square.deeppurple {
    background: #673ab7
}

.dt-sc-dropcap.dt-sc-dropcap-bordered-circle.green, .dt-sc-dropcap.dt-sc-dropcap-bordered-square.green, .dt-sc-dropcap.dt-sc-dropcap-circle.green, .dt-sc-dropcap.dt-sc-dropcap-square.green {
    background: #60ae0d
}

.dt-sc-dropcap.dt-sc-dropcap-bordered-circle.lime, .dt-sc-dropcap.dt-sc-dropcap-bordered-square.lime, .dt-sc-dropcap.dt-sc-dropcap-circle.lime, .dt-sc-dropcap.dt-sc-dropcap-square.lime {
    background: #cddc39
}

.dt-sc-dropcap.dt-sc-dropcap-bordered-circle.magenta, .dt-sc-dropcap.dt-sc-dropcap-bordered-square.magenta, .dt-sc-dropcap.dt-sc-dropcap-circle.magenta, .dt-sc-dropcap.dt-sc-dropcap-square.magenta {
    background: #cb506d
}

.dt-sc-dropcap.dt-sc-dropcap-bordered-circle.orange, .dt-sc-dropcap.dt-sc-dropcap-bordered-square.orange, .dt-sc-dropcap.dt-sc-dropcap-circle.orange, .dt-sc-dropcap.dt-sc-dropcap-square.orange {
    background: #ff9800
}

.dt-sc-dropcap.dt-sc-dropcap-bordered-circle.pink, .dt-sc-dropcap.dt-sc-dropcap-bordered-square.pink, .dt-sc-dropcap.dt-sc-dropcap-circle.pink, .dt-sc-dropcap.dt-sc-dropcap-square.pink {
    background: #fd6ca3
}

.dt-sc-dropcap.dt-sc-dropcap-bordered-circle.purple, .dt-sc-dropcap.dt-sc-dropcap-bordered-square.purple, .dt-sc-dropcap.dt-sc-dropcap-circle.purple, .dt-sc-dropcap.dt-sc-dropcap-square.purple {
    background: #9c27b0
}

.dt-sc-dropcap.dt-sc-dropcap-bordered-circle.red, .dt-sc-dropcap.dt-sc-dropcap-bordered-square.red, .dt-sc-dropcap.dt-sc-dropcap-circle.red, .dt-sc-dropcap.dt-sc-dropcap-square.red {
    background: #da0000
}

.dt-sc-dropcap.dt-sc-dropcap-bordered-circle.skyblue, .dt-sc-dropcap.dt-sc-dropcap-bordered-square.skyblue, .dt-sc-dropcap.dt-sc-dropcap-circle.skyblue, .dt-sc-dropcap.dt-sc-dropcap-square.skyblue {
    background: #0eb2e7
}

.dt-sc-dropcap.dt-sc-dropcap-bordered-circle.teal, .dt-sc-dropcap.dt-sc-dropcap-bordered-square.teal, .dt-sc-dropcap.dt-sc-dropcap-circle.teal, .dt-sc-dropcap.dt-sc-dropcap-square.teal {
    background: #009688
}

.dt-sc-dropcap.dt-sc-dropcap-bordered-circle.turquoise, .dt-sc-dropcap.dt-sc-dropcap-bordered-square.turquoise, .dt-sc-dropcap.dt-sc-dropcap-circle.turquoise, .dt-sc-dropcap.dt-sc-dropcap-square.turquoise {
    background: #32ccbd
}

.dt-sc-dropcap.dt-sc-dropcap-bordered-circle.wisteria, .dt-sc-dropcap.dt-sc-dropcap-bordered-square.wisteria, .dt-sc-dropcap.dt-sc-dropcap-circle.wisteria, .dt-sc-dropcap.dt-sc-dropcap-square.wisteria {
    background: #9b59b6
}

.dt-sc-dropcap.dt-sc-dropcap-bordered-circle.yellow, .dt-sc-dropcap.dt-sc-dropcap-bordered-square.yellow, .dt-sc-dropcap.dt-sc-dropcap-circle.yellow, .dt-sc-dropcap.dt-sc-dropcap-square.yellow {
    background: #ffcc21
}

.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: #ffcc21
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .dt-sc-dropcap.dt-sc-dropcap-default {
        font-size: 32px;
        padding-right: 15px
    }
    .dt-sc-dropcap.dt-sc-dropcap-bordered-circle, .dt-sc-dropcap.dt-sc-dropcap-bordered-square, .dt-sc-dropcap.dt-sc-dropcap-circle, .dt-sc-dropcap.dt-sc-dropcap-square {
        margin-right: 15px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .dt-sc-dropcap.dt-sc-dropcap-default {
        font-size: 24px;
        padding-right: 15px
    }
    .dt-sc-dropcap.dt-sc-dropcap-bordered-circle, .dt-sc-dropcap.dt-sc-dropcap-bordered-square, .dt-sc-dropcap.dt-sc-dropcap-circle, .dt-sc-dropcap.dt-sc-dropcap-square {
        margin-right: 15px
    }
}

@media only screen and (max-width:767px) {
    .dt-sc-dropcap.dt-sc-dropcap-default {
        padding-right: 15px
    }
    .dt-sc-dropcap.dt-sc-dropcap-bordered-circle, .dt-sc-dropcap.dt-sc-dropcap-bordered-square, .dt-sc-dropcap.dt-sc-dropcap-circle, .dt-sc-dropcap.dt-sc-dropcap-square {
        margin: 5px 15px 0 2px
    }
}

/*Donut Chart*/

.dt-sc-donutchart {
    text-align: center;
    margin: 0 auto 30px
}

h5.dt-sc-donutchart-title {
    text-align: center;
    width: 100%;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600
}

.dt-sc-donutchart-small {
    width: 100px;
    margin: 0 auto
}

.dt-sc-donutchart-medium {
    width: 200px;
    margin: 0 auto
}

.dt-sc-donutchart-large {
    width: 300px;
    margin: 0 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: #fff
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .dt-sc-one-fifth .dt-sc-donutchart-medium {
        width: 160px
    }
    .dt-sc-donutchart-medium canvas, .dt-sc-one-fifth .dt-sc-donutchart {
        width: 150px!important;
        height: 150px!important
    }
    .dt-sc-one-fifth .dt-sc-donutchart-medium .donutchart-text {
        width: 150px!important;
        line-height: 150px!important
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .dt-sc-one-fifth .dt-sc-donutchart-medium {
        width: 120px
    }
    .dt-sc-donutchart-medium canvas, .dt-sc-one-fifth .dt-sc-donutchart {
        width: 110px!important;
        height: 110px!important
    }
    .dt-sc-one-fifth .dt-sc-donutchart-medium .donutchart-text {
        width: 110px!important;
        line-height: 110px!important
    }
    .dt-sc-one-fifth h5.dt-sc-donutchart-title {
        font-size: 15px
    }
    .dt-sc-donutchart-medium .donutchart-text {
        font-size: 30px!important
    }
}

/*Custom Nav*/

.dt-custom-nav-wrapper {
    display: inline-block;
    width: 100%
}

.dt-custom-nav-wrapper.left {
    text-align: left
}

.dt-custom-nav-wrapper.center {
    text-align: center
}

.dt-custom-nav-wrapper.right {
    text-align: right
}

.dt-custom-nav-wrapper.left ul li {
    float: left
}

.dt-custom-nav-wrapper.right ul li {
    float: right
}

.dt-custom-nav-wrapper.inline-vertical.right ul li ul {
    padding-left: 0;
    padding-right: 20px
}

.dt-custom-nav-wrapper.left:not(.inline-horizontal):not(.inline-vertical) ul li ul, .dt-custom-nav-wrapper.none:not(.inline-horizontal):not(.inline-vertical) ul li ul {
    padding-left: 0;
    width: 95%;
    margin-top: 0
}

.dt-custom-nav-wrapper.right:not(.inline-horizontal):not(.inline-vertical) ul li ul {
    padding-left: 0;
    padding-right: 0;
    width: 95%
}

.dt-custom-nav-wrapper.left ul li ul {
    float: left
}

.dt-custom-nav-wrapper.right ul li ul {
    float: right
}

.dt-custom-nav {
    display: inline-block;
    font-size: 0;
    margin: 0 0 20px;
    padding: 0
}

.dt-custom-nav-wrapper.center:not(.inline-horizontal):not(.inline-vertical) .dt-custom-nav {
    padding-left: 32px;
    width: 100%
}

.dt-custom-nav-wrapper.center:not(.inline-horizontal):not(.inline-vertical):not([data-link-icon-position]) .dt-custom-nav {
    padding-left: 0
}

.dt-custom-nav li {
    display: block;
    font-size: initial;
    width: 100%;
    white-space: nowrap
}

.dt-custom-nav li a {
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    display: block;
    padding: 5px 15px;
    position: relative;
    width: 100%
}

.dt-custom-nav li a:not([href]) {
    cursor: default
}

.dt-custom-nav li a i.menu-item-icon {
    text-align: center
}

.dt-custom-nav li a>span {
    position: relative
}

.dt-custom-nav li a i.menu-item-icon, .dt-custom-nav li a>span {
    display: inline-block;
    vertical-align: middle
}

.dt-custom-nav-wrapper.inline-horizontal .dt-custom-nav li a, .dt-custom-nav-wrapper.inline-vertical .dt-custom-nav li a {
    display: inline-block
}

.dt-custom-nav-wrapper.inline-vertical .dt-custom-nav li a {
    width: auto
}

.dt-custom-nav-wrapper.inline-horizontal[data-default-style=none][data-hover-style=none] .dt-custom-nav li a {
    padding-left: 10px;
    padding-right: 10px
}

.dt-custom-nav-wrapper.inline-vertical[data-default-style=none][data-hover-style=none] .dt-custom-nav li a {
    padding-bottom: 0;
    padding-top: 0
}

.dt-custom-nav-wrapper[data-default-style=none][data-hover-style=none]:not(.inline-horizontal)>div {
    margin-left: -15px;
    margin-right: -15px
}

.dt-custom-nav-wrapper.inline-horizontal[data-divider=yes] .dt-custom-nav li {
    margin: 0;
    padding-right: 15px
}

.dt-custom-nav-wrapper.inline-horizontal[data-divider=yes] .dt-custom-nav li:last-child {
    padding-right: 0
}

.dt-custom-nav-wrapper.inline-horizontal[data-divider=yes] .dt-custom-nav li span.divider {
    height: 1px;
    line-height: 0;
    margin: auto;
    padding-bottom: inherit;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    text-align: center;
    width: 15px
}

.dt-custom-nav-wrapper.inline-vertical[data-divider=yes] .dt-custom-nav li {
    position: relative;
    padding-bottom: 20px
}

.dt-custom-nav-wrapper.inline-vertical[data-divider=yes] .dt-custom-nav li:last-child {
    padding-bottom: 0
}

.dt-custom-nav-wrapper.inline-vertical[data-divider=yes] .dt-custom-nav li span.divider {
    height: 1px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 100%
}

.dt-custom-nav-wrapper.inline-vertical[data-divider=yes] .dt-custom-nav li span.divider:after {
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.dt-custom-nav-wrapper.inline-vertical[data-divider=yes] .dt-custom-nav li.menu-item-has-children ul.sub-menu {
    padding-top: 10px;
    position: relative
}

.dt-custom-nav-wrapper.inline-vertical[data-divider=yes] .dt-custom-nav li.menu-item-has-children ul.sub-menu:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.dt-custom-nav-wrapper.inline-horizontal:not(.right)[data-divider=yes] .dt-custom-nav li:last-child>span.divider, .dt-custom-nav-wrapper.inline-horizontal[data-divider=yes] .dt-custom-nav li ul.sub-menu li span.divider, .dt-custom-nav-wrapper.inline-vertical[data-divider=yes] .dt-custom-nav li:last-child>span.divider {
    display: none
}

.dt-custom-nav-wrapper .dt-custom-nav>li>span.divider:before {
    display: inline-block
}

.dt-custom-nav-wrapper .dt-custom-nav>li>span.divider.crossline:before {
    content: "\005c"
}

.dt-custom-nav-wrapper .dt-custom-nav>li>span.divider.narrow-line:before {
    content: "\002d"
}

.dt-custom-nav-wrapper .dt-custom-nav>li>span.divider.vertical-line:before {
    content: "\007c"
}

.dt-custom-nav-wrapper.inline-horizontal .dt-custom-nav {
    margin: 0 -2px
}

.dt-custom-nav-wrapper.inline-horizontal .dt-custom-nav li {
    display: inline-block;
    margin: 0 2px;
    position: relative;
    width: auto
}

.dt-custom-nav-wrapper.inline-horizontal .dt-custom-nav li ul.sub-menu {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 100%;
    width: 240px;
    z-index: 1
}

.dt-custom-nav-wrapper.inline-horizontal .dt-custom-nav li:hover ul.sub-menu {
    display: block;
    background-color: #fff
}

.dt-custom-nav-wrapper.none[data-link-icon-position=inside] .dt-custom-nav li a>i.menu-item-icon, .dt-custom-nav-wrapper:not([data-link-icon-style]) .dt-custom-nav li a>i.menu-item-icon.menu-item-image img {
    display: inline-block
}

.dt-custom-nav-wrapper.inline-horizontal.right .dt-custom-nav li {
    float: none
}

.dt-custom-nav-wrapper.inline-horizontal.center .dt-custom-nav li ul.sub-menu li, .dt-custom-nav-wrapper.inline-horizontal.right .dt-custom-nav li ul.sub-menu li, .dt-custom-nav-wrapper.left[data-link-icon-position=inside] .dt-custom-nav li a>i.menu-item-icon {
    float: left
}

.dt-custom-nav-wrapper.inline-horizontal.center .dt-custom-nav li ul.sub-menu, .dt-custom-nav-wrapper.inline-horizontal.right .dt-custom-nav li ul.sub-menu {
    text-align: left
}

.dt-custom-nav-wrapper.center[data-link-icon-position=outside] .dt-custom-nav li, .dt-custom-nav-wrapper.left[data-link-icon-position=outside] .dt-custom-nav li, .dt-custom-nav-wrapper.none[data-link-icon-position=outside] .dt-custom-nav li {
    padding-left: 35px
}

.dt-custom-nav-wrapper.right[data-link-icon-position=outside] .dt-custom-nav li {
    padding-right: 35px
}

.dt-custom-nav-wrapper.center[data-link-icon-position=outside][data-divider=yes] .dt-custom-nav li, .dt-custom-nav-wrapper.left[data-link-icon-position=outside][data-divider=yes] .dt-custom-nav li, .dt-custom-nav-wrapper.none[data-link-icon-position=outside][data-divider=yes] .dt-custom-nav li {
    padding-right: 15px
}

.dt-custom-nav-wrapper.right[data-link-icon-position=outside][data-divider=yes] .dt-custom-nav li {
    padding-right: 50px
}

.dt-custom-nav-wrapper.center[data-link-icon-position=outside] .dt-custom-nav li ul, .dt-custom-nav-wrapper.inline-vertical.center[data-link-icon-position=outside] .dt-custom-nav li, .dt-custom-nav-wrapper.left[data-link-icon-position=outside] .dt-custom-nav li ul, .dt-custom-nav-wrapper.none[data-link-icon-position=outside] .dt-custom-nav li ul {
    padding-left: 0
}

.dt-custom-nav-wrapper.right[data-link-icon-position=outside] .dt-custom-nav li ul {
    padding-right: 0
}

.dt-custom-nav-wrapper[data-link-icon-position=outside] .dt-custom-nav li a>i.menu-item-icon, .dt-custom-nav-wrapper[data-link-icon-position=inside] .dt-custom-nav li a>i.menu-item-icon {
    color: inherit;
    font-family: FontAwesome;
    font-weight: 100;
    font-style: normal;
    height: 100%;
    line-height: inherit;
    margin: auto;
    padding: 0 10px 0 0;
    position: relative;
    width: 30px
}

.dt-custom-nav-wrapper[data-link-icon-position=outside] .dt-custom-nav li a>i.menu-item-icon {
    line-height: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    background-color: inherit;
    border-color: inherit;
    border-style: inherit;
    border-width: inherit;
    height: 100%;
    width: 35px;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    -moz-border-radius: inherit;
    -ms-border-radius: inherit
}

.dt-custom-nav-wrapper.center[data-link-icon-position=outside]:not([data-default-style=none]) .dt-custom-nav li a>i.menu-item-icon, .dt-custom-nav-wrapper.left[data-link-icon-position=outside] .dt-custom-nav li a>i.menu-item-icon, .dt-custom-nav-wrapper.none[data-link-icon-position=outside] .dt-custom-nav li a>i.menu-item-icon {
    left: 0
}

.dt-custom-nav-wrapper.right[data-link-icon-position=outside] .dt-custom-nav li a>i.menu-item-icon {
    padding: 0 0 0 10px;
    right: 0
}

.dt-custom-nav-wrapper.right[data-link-icon-position=inside] .dt-custom-nav li a>i.menu-item-icon {
    float: right;
    padding: 0 0 0 10px
}

.dt-custom-nav-wrapper[data-default-style=none][data-link-icon-position=outside]:not(.inline-horizontal):not(inline-vertical) .dt-custom-nav li a:not(:hover), .dt-custom-nav-wrapper[data-hover-style=none][data-link-icon-position=outside]:not(.inline-horizontal):not(inline-vertical) .dt-custom-nav li a:hover {
    padding-left: 0
}

.dt-custom-nav-wrapper.center[data-default-style=none][data-link-icon-position=outside]:not(.inline-horizontal):not(inline-vertical) .dt-custom-nav li a:not(:hover), .dt-custom-nav-wrapper.center[data-hover-style=none][data-link-icon-position=outside]:not(.inline-horizontal):not(inline-vertical) .dt-custom-nav li a:hover, .dt-custom-nav-wrapper.right[data-default-style=none][data-link-icon-position=outside]:not(.inline-horizontal):not(inline-vertical) .dt-custom-nav li a:not(:hover), .dt-custom-nav-wrapper.right[data-hover-style=none][data-link-icon-position=outside]:not(.inline-horizontal):not(inline-vertical) .dt-custom-nav li a:hover {
    padding-right: 0
}

.dt-custom-nav-wrapper.center[data-link-icon-position=inside] .dt-custom-nav li a i.menu-item-icon:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%)
}

.dt-custom-nav-wrapper.center[data-link-icon-position=outside] .dt-custom-nav li a>i.menu-item-icon, .dt-custom-nav-wrapper.left[data-link-icon-position=outside] .dt-custom-nav li a>i.menu-item-icon, .dt-custom-nav-wrapper.none[data-link-icon-position=outside] .dt-custom-nav li a>i.menu-item-icon {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -moz-transform: translateX(-100%)
}

.dt-custom-nav-wrapper.right[data-link-icon-position=outside] .dt-custom-nav li a>i.menu-item-icon {
    transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%)
}

.dt-custom-nav-wrapper[data-link-icon-position=outside] .dt-custom-nav li a>i.menu-item-icon.menu-item-image img, .dt-custom-nav-wrapper[data-link-icon-position=outside] .dt-custom-nav li a>i.menu-item-icon:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.dt-custom-nav-wrapper[data-link-icon-position=outside] .dt-custom-nav li a>i.menu-item-icon.menu-item-image img {
    margin: auto
}

.dt-custom-nav-wrapper[data-link-icon-position=inside] .dt-custom-nav li a>i.menu-item-icon.menu-item-image img {
    vertical-align: middle
}

.dt-custom-nav-wrapper[data-link-icon-style=square] .dt-custom-nav li a>i.menu-item-icon:before, .dt-custom-nav-wrapper[data-link-icon-style=circle] .dt-custom-nav li a>i.menu-item-icon:before, .dt-custom-nav-wrapper[data-link-icon-style=disc] .dt-custom-nav li a>i.menu-item-icon:before {
    font-size: 6px
}

.dt-custom-nav-wrapper[data-link-icon-style=circle] .dt-custom-nav li a>i.menu-item-icon:before {
    content: "\f111"
}

.dt-custom-nav-wrapper[data-link-icon-style=disc] .dt-custom-nav li a>i.menu-item-icon:before {
    content: "\f10c"
}

.dt-custom-nav-wrapper[data-link-icon-style=square] .dt-custom-nav li a>i.menu-item-icon:before {
    content: "\f0c8"
}

.dt-custom-nav-wrapper .dt-custom-nav li a>i.menu-item-icon:not(.menu-item-image) img, .dt-custom-nav-wrapper[data-link-icon-style] .dt-custom-nav li a>i.menu-item-icon img {
    display: none
}

.dt-custom-nav-wrapper[data-default-decoration=overline] .dt-custom-nav li a:before, .dt-custom-nav-wrapper[data-default-decoration=linethrough] .dt-custom-nav li a>span:before, .dt-custom-nav-wrapper[data-default-decoration=underline] .dt-custom-nav li a:before, .dt-custom-nav-wrapper[data-default-style=none][data-default-decoration=overline] .dt-custom-nav li a>span:before, .dt-custom-nav-wrapper[data-default-style=none][data-default-decoration=underline] .dt-custom-nav li a>span:before, .dt-custom-nav-wrapper[data-hover-decoration=overline] .dt-custom-nav li a:after, .dt-custom-nav-wrapper[data-hover-decoration=linethrough] .dt-custom-nav li a>span:after, .dt-custom-nav-wrapper[data-hover-decoration=underline] .dt-custom-nav li a:after, .dt-custom-nav-wrapper[data-hover-style=none][data-hover-decoration=overline] .dt-custom-nav li a>span:after, .dt-custom-nav-wrapper[data-hover-style=none][data-hover-decoration=underline] .dt-custom-nav li a>span:after {
    border-color: inherit;
    border-style: solid;
    content: "";
    height: 100%;
    margin: auto;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 0;
    right: 0;
    width: 0;
    z-index: 0;
    -webkit-border-radius: inherit;
    border-radius: inherit
}

.dt-custom-nav-wrapper[data-default-decoration=overline] .dt-custom-nav li a:before, .dt-custom-nav-wrapper[data-default-style=none][data-default-decoration=overline] .dt-custom-nav li a>span:before, .dt-custom-nav-wrapper[data-hover-decoration=overline] .dt-custom-nav li a:after, .dt-custom-nav-wrapper[data-hover-style=none][data-hover-decoration=overline] .dt-custom-nav li a>span:after {
    border-width: 2px 0 0;
    top: -4px
}

.dt-custom-nav-wrapper[data-default-decoration=linethrough] .dt-custom-nav li a>span:before, .dt-custom-nav-wrapper[data-hover-decoration=linethrough] .dt-custom-nav li a>span:after {
    border-color: currentColor;
    border-width: 1px 0;
    height: 0;
    bottom: 0;
    top: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.dt-custom-nav-wrapper[data-default-decoration=underline] .dt-custom-nav li a:before, .dt-custom-nav-wrapper[data-default-style=none][data-default-decoration=underline] .dt-custom-nav li a>span:before, .dt-custom-nav-wrapper[data-hover-decoration=underline] .dt-custom-nav li a:after, .dt-custom-nav-wrapper[data-hover-style=none][data-hover-decoration=underline] .dt-custom-nav li a>span:after {
    border-width: 0 0 2px;
    bottom: -4px
}

.dt-custom-nav-wrapper[data-default-style=none][data-default-decoration=overline] .dt-custom-nav li a:before, .dt-custom-nav-wrapper[data-default-style=none][data-default-decoration=overline] .dt-custom-nav li a>span:before, .dt-custom-nav-wrapper[data-default-style=none][data-default-decoration=underline] .dt-custom-nav li a:before, .dt-custom-nav-wrapper[data-default-style=none][data-default-decoration=underline] .dt-custom-nav li a>span:before, .dt-custom-nav-wrapper[data-hover-style=none][data-hover-decoration=overline] .dt-custom-nav li a:after, .dt-custom-nav-wrapper[data-hover-style=none][data-hover-decoration=overline] .dt-custom-nav li a>span:after, .dt-custom-nav-wrapper[data-hover-style=none][data-hover-decoration=underline] .dt-custom-nav li a:after, .dt-custom-nav-wrapper[data-hover-style=none][data-hover-decoration=underline] .dt-custom-nav li a>span:after {
    border-color: currentColor
}

.dt-custom-nav-wrapper[data-default-style=none][data-default-decoration=overline] .dt-custom-nav li a:not(:hover):before, .dt-custom-nav-wrapper[data-default-style=none][data-default-decoration=underline] .dt-custom-nav li a:not(:hover):before, .dt-custom-nav-wrapper[data-hover-style=none][data-hover-decoration=overline] .dt-custom-nav li a:hover:after, .dt-custom-nav-wrapper[data-hover-style=none][data-hover-decoration=underline] .dt-custom-nav li a:hover:after {
    opacity: 0;
    filter: alpha(opacity=0)
}

.dt-custom-nav-wrapper[data-default-decoration=overline] .dt-custom-nav li a:not(:hover):before, .dt-custom-nav-wrapper[data-default-decoration=linethrough] .dt-custom-nav li a:not(:hover)>span:before, .dt-custom-nav-wrapper[data-default-decoration=underline] .dt-custom-nav li a:not(:hover):before, .dt-custom-nav-wrapper[data-default-style=none][data-default-decoration=overline] .dt-custom-nav li a:not(:hover)>span:before, .dt-custom-nav-wrapper[data-default-style=none][data-default-decoration=underline] .dt-custom-nav li a:not(:hover)>span:before, .dt-custom-nav-wrapper[data-hover-decoration=overline] .dt-custom-nav li a:hover:after, .dt-custom-nav-wrapper[data-hover-decoration=linethrough] .dt-custom-nav li a:hover>span:after, .dt-custom-nav-wrapper[data-hover-decoration=underline] .dt-custom-nav li a:hover:after, .dt-custom-nav-wrapper[data-hover-style=none][data-hover-decoration=overline] .dt-custom-nav li a:hover>span:after, .dt-custom-nav-wrapper[data-hover-style=none][data-hover-decoration=underline] .dt-custom-nav li a:hover>span:after {
    opacity: 1;
    filter: alpha(opacity=100);
    width: 100%
}

.dt-custom-nav-wrapper[data-hover-style=none] .dt-custom-nav li a:hover {
    background-color: rgba(0, 0, 0, 0)!important;
    border-color: transparent!important
}

.vc_row.vc_row-o-content-middle>.vc_column_container>.vc_column-inner>.wpb_wrapper>.dt-custom-nav-wrapper.inline-horizontal[data-default-style=none][data-hover-style=none] .dt-custom-nav li {
    padding-top: 5px;
    padding-bottom: 5px
}

.dt-custom-nav-wrapper[data-default-style=none][data-hover-style=none]:not(.inline-vertical):not(.inline-horizontal) .dt-custom-nav li a {
    margin-bottom: 10px
}

.dt-custom-nav-wrapper[data-default-style=none][data-hover-style=none]:not(.inline-vertical):not(.inline-horizontal) .dt-custom-nav li.menu-item-has-children>a, .dt-custom-nav-wrapper[data-default-style=none][data-hover-style=none]:not(.inline-vertical):not(.inline-horizontal) .dt-custom-nav li:last-child a {
    margin-bottom: 0
}

.dt-custom-nav li a, .dt-custom-nav li a:after, .dt-custom-nav li a:before, .dt-custom-nav-wrapper .dt-custom-nav li a>span:after, .dt-custom-nav-wrapper .dt-custom-nav li a>span:before {
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

.vc_row.vc_row-o-content-middle>.vc_column_container>.vc_column-inner>.wpb_wrapper>.dt-simple-menu.dt-custom-nav-wrapper.inline-horizontal[data-default-style=none][data-hover-style=none] .dt-custom-nav li {
    padding-top: 0;
    padding-bottom: 0
}

.flex-col-elements-inline-middle .dt-custom-nav-wrapper.left .dt-custom-nav {
    display: table;
    margin-right: auto
}

.flex-col-elements-inline-middle .dt-custom-nav-wrapper.center .dt-custom-nav {
    display: table;
    margin-left: 0;
    margin-right: 0
}

.flex-col-elements-inline-middle .dt-custom-nav-wrapper.right .dt-custom-nav {
    display: table;
    margin-left: auto
}

.dt-simple-menu .dt-custom-nav li {
    padding-bottom: 0
}

.dt-simple-menu.dt-custom-nav-wrapper.left .dt-custom-nav li {
    float: none
}

.dt-simple-menu .dt-custom-nav li>a>i[class$=menu-item-icon] {
    display: none!important
}

@media only screen and (min-width:768px) and (max-width:991px) {
    #header .dt-header-tpl .rs_col-sm-12>.vc_column-inner>.wpb_wrapper>.dt-custom-nav-wrapper.left, .dt-custom-nav-wrapper.right {
        text-align: center
    }
    #header .dt-header-tpl .rs_col-sm-12.flex-col-elements-inline-middle .dt-custom-nav-wrapper.center .dt-custom-nav, #header .dt-header-tpl .rs_col-sm-12.flex-col-elements-inline-middle .dt-custom-nav-wrapper.left .dt-custom-nav, #header .dt-header-tpl .rs_col-sm-12.flex-col-elements-inline-middle .dt-custom-nav-wrapper.right .dt-custom-nav {
        margin-left: auto;
        margin-right: auto
    }
    #header .dt-header-tpl .rs_col-sm-12.flex-col-elements-inline-middle .dt-custom-nav-wrapper.center .dt-custom-nav>li, #header .dt-header-tpl .rs_col-sm-12.flex-col-elements-inline-middle .dt-custom-nav-wrapper.left .dt-custom-nav>li, #header .dt-header-tpl .rs_col-sm-12.flex-col-elements-inline-middle .dt-custom-nav-wrapper.right .dt-custom-nav>li, #header .dt-header-tpl .rs_col-sm-12>.vc_column-inner>.wpb_wrapper>.dt-custom-nav-wrapper.left .dt-custom-nav>li, .dt-custom-nav-wrapper.right .dt-custom-nav>li {
        float: none
    }
}

@media only screen and (max-width:767px) {
    .dt-custom-nav-wrapper.left, .dt-custom-nav-wrapper.right {
        text-align: center
    }
    .flex-col-elements-inline-middle .dt-custom-nav-wrapper.center .dt-custom-nav, .flex-col-elements-inline-middle .dt-custom-nav-wrapper.left .dt-custom-nav, .flex-col-elements-inline-middle .dt-custom-nav-wrapper.right .dt-custom-nav {
        margin-left: auto;
        margin-right: auto
    }
    .dt-custom-nav-wrapper.left .dt-custom-nav>li, .dt-custom-nav-wrapper.right .dt-custom-nav>li, .flex-col-elements-inline-middle .dt-custom-nav-wrapper.center .dt-custom-nav>li, .flex-col-elements-inline-middle .dt-custom-nav-wrapper.left .dt-custom-nav>li, .flex-col-elements-inline-middle .dt-custom-nav-wrapper.right .dt-custom-nav>li {
        float: none
    }
}

@media only screen and (max-width:479px) {
    .dt-custom-nav-wrapper.inline-horizontal[data-divider=yes] .dt-custom-nav li {
        padding-right: 0
    }
    .dt-custom-nav-wrapper.inline-horizontal[data-divider=yes] .dt-custom-nav li span.divider {
        display: none
    }
}

/*Counter*/

.dt-sc-counter.type1 .dt-sc-counter-number, .dt-sc-counter.type1 .dt-sc-counter-number:before, .dt-sc-counter.type1 .icon-wrapper span, .dt-sc-counter.type1 .icon-wrapper span:after, .dt-sc-counter.type1.dt-sc-university-counter, .dt-sc-counter.type1.dt-sc-university-counter h4, .dt-sc-counter.type2 .dt-sc-counter-number, .dt-sc-counter.type2 .dt-sc-couter-icon-holder, .dt-sc-counter.type2 .dt-sc-couter-icon-holder span, .dt-sc-counter.type2.dt-sc-ring-style .dt-sc-couter-icon-holder, .dt-sc-counter.type2.dt-sc-ring-style .icon-wrapper span, .dt-sc-counter.type2.dt-sc-ring-style h4:after, .dt-sc-counter.type2.dt-sc-ring-style h4:before, .dt-sc-counter.type2.dt-sc-ring-style span:after, .dt-sc-counter.type2.dt-sc-ring-style span:before, .dt-sc-counter.type2.no-bg:after, .dt-sc-counter.type2.no-ico-bg .dt-sc-counter-number, .dt-sc-counter.type2.no-ico-bg:after, .dt-sc-counter.type3 .icon-wrapper, .dt-sc-counter.type4 .dt-sc-couter-icon-holder, .dt-sc-counter.type4 .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type5 .dt-sc-couter-icon-holder, .dt-sc-counter.type5 h4, .dt-sc-counter.type5:after, .dt-sc-counter.type5:before, .dt-sc-counter.type6 .dt-sc-couter-icon-holder:before {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

.dt-sc-counter {
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0
}

.dt-sc-counter.type1 {
    border-right: 1px solid;
    margin-top: 5px;
    padding-right: 30px
}

.dt-sc-counter.type1 .icon-wrapper {
    width: 100%;
    clear: both;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.dt-sc-counter.type1 .icon-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px
}

.dt-sc-counter.type1.alignright .icon-wrapper:before {
    right: 0;
    left: inherit
}

.dt-sc-counter.type1 .icon-wrapper span {
    font-size: 32px
}

.dt-sc-counter.type1 .dt-sc-counter-number {
    font-size: 30px;
    margin-bottom: 20px
}

.dt-sc-counter.type1 h4 {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 5px
}

.dt-sc-counter.type1.aligncenter .icon-wrapper:before {
    left: 0;
    right: 0;
    margin: 0 auto
}

.secondary-skin-highlight .dt-sc-counter.type1 .dt-sc-counter-number:before {
    background: #fff
}

.dt-sc-counter.type1.dt-sc-kalvi-default-counter {
    position: relative;
    padding: 5px 0 5px 75px;
    margin: 0;
    width: 100%;
    float: left
}

.dt-sc-counter.type1.dt-sc-kalvi-default-counter .icon-wrapper {
    position: absolute;
    left: 0;
    margin: 0;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.dt-sc-counter.type1.dt-sc-kalvi-default-counter .icon-wrapper:before {
    content: none
}

.dt-sc-counter.type1.dt-sc-kalvi-default-counter .icon-wrapper span {
    font-size: 50px
}

.dt-sc-counter.type1.dt-sc-kalvi-default-counter .dt-sc-counter-number {
    font-size: 24px;
    margin-bottom: 0;
    width: auto;
    float: none;
    display: inline-block;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 1px
}

.dt-sc-counter.type1.dt-sc-kalvi-default-counter h4 {
    font-size: 16px;
    font-weight: 300;
    color: #757575;
    line-height: 24px;
    text-transform: inherit;
    margin-bottom: 0;
    letter-spacing: 1px
}

.dt-sc-counter.type1.dt-sc-kalvi-default-counter:not(.focus-style) {
    border-right-width: 1px;
    border-right-style: dashed
}

.dt-sc-counter.type1.dt-sc-kalvi-default-counter.last:not(.focus-style) {
    border-right-width: 0
}

.dt-sc-counter.type1.dt-sc-kalvi-default-counter.aligncenter {
    padding: 0
}

.dt-sc-counter.type1.dt-sc-kalvi-default-counter.aligncenter .icon-wrapper {
    position: static;
    top: auto;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    margin-bottom: 10px
}

.dt-sc-counter.type1.dt-sc-kalvi-default-counter.alignright {
    padding: 0 75px 0 0
}

.dt-sc-counter.type1.dt-sc-kalvi-default-counter.alignright:not(.focus-style) {
    border-left-width: 1px;
    border-left-style: dashed;
    border-right: none
}

.dt-sc-counter.type1.dt-sc-kalvi-default-counter.alignright.first:not(.focus-style) {
    border-left-width: 0
}

.dt-sc-counter.type1.dt-sc-kalvi-default-counter.alignright .icon-wrapper {
    right: 0
}

.dt-sc-counter.type1.dt-sc-kalvi-default-counter.blue .icon-wrapper span {
    color: #008bd3
}

.dt-sc-counter.type1.dt-sc-kalvi-default-counter.brown .icon-wrapper span {
    color: #795548
}

.dt-sc-counter.type1.dt-sc-kalvi-default-counter.cadetblue .icon-wrapper span {
    color: #3c939d
}

.dt-sc-counter.type1.dt-sc-kalvi-default-counter.chillipepper .icon-wrapper span {
    color: #c10841
}

.dt-sc-counter.type1.dt-sc-kalvi-default-counter.cyan .icon-wrapper span {
    color: #00bcd4
}

.dt-sc-counter.type1.dt-sc-kalvi-default-counter.darkgolden .icon-wrapper span {
    color: #b48b3c
}

.dt-sc-counter.type1.dt-sc-kalvi-default-counter.deeporange .icon-wrapper span {
    color: #ff5722
}

.dt-sc-counter.type1.dt-sc-kalvi-default-counter.deeppurple .icon-wrapper span {
    color: #673ab7
}

.dt-sc-counter.type1.dt-sc-kalvi-default-counter.green .icon-wrapper span {
    color: #6ca04a
}

.dt-sc-counter.type1.dt-sc-kalvi-default-counter.lime .icon-wrapper span {
    color: #cddc39
}

.dt-sc-counter.type1.dt-sc-kalvi-default-counter.magenta .icon-wrapper span {
    color: #cb506d
}

.dt-sc-counter.type1.dt-sc-kalvi-default-counter.orange .icon-wrapper span {
    color: #ff9800
}

.dt-sc-counter.type1.dt-sc-kalvi-default-counter.pink .icon-wrapper span {
    color: #fd6ca3
}

.dt-sc-counter.type1.dt-sc-kalvi-default-counter.purple .icon-wrapper span {
    color: #9c27b0
}

.dt-sc-counter.type1.dt-sc-kalvi-default-counter.red .icon-wrapper span {
    color: #da0000
}

.dt-sc-counter.type1.dt-sc-kalvi-default-counter.skyblue .icon-wrapper span {
    color: #0eb2e7
}

.dt-sc-counter.type1.dt-sc-kalvi-default-counter.teal .icon-wrapper span {
    color: #009688
}

.dt-sc-counter.type1.dt-sc-kalvi-default-counter.yellow .icon-wrapper span {
    color: #ffcc21
}

.dt-sc-counter.type1.dt-sc-kalvi-default-counter.turquoise .icon-wrapper span {
    color: #32ccbd
}

.dt-sc-counter.type1.dt-sc-kalvi-default-counter.wisteria .icon-wrapper span {
    color: #9b59b6
}

.dt-sc-counter.type1.dt-sc-kalvi-default-counter.black .icon-wrapper span {
    color: #000
}

.dt-sc-dark-bg .dt-sc-counter.type1.dt-sc-kalvi-default-counter * {
    color: #fff
}

.dt-sc-counter.type1.dt-sc-kalvi-default-counter.focus-style .icon-wrapper span {
    font-size: 50px;
    width: 150px;
    height: 150px;
    float: none;
    display: inline-block;
    border-width: 20px;
    border-style: dashed;
    line-height: 110px;
    margin-bottom: 10px;
    border-radius: 50%
}

.dt-sc-counter.type1.dt-sc-kalvi-default-counter.focus-style .icon-wrapper span:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto 10px;
    top: 0;
    font-size: 50px;
    width: 150px;
    height: 150px;
    float: none;
    display: inline-block;
    border-width: 20px;
    border-style: dashed;
    line-height: 110px;
    border-radius: 50%;
    opacity: 0;
    transform: rotate(-90deg)
}

.dt-sc-counter.type1.dt-sc-one-course-counter .icon-wrapper:before, .dt-sc-counter.type1.dt-sc-university-counter .icon-wrapper:before {
    content: none
}

.dt-sc-counter.type1.dt-sc-kalvi-default-counter.focus-style:hover .icon-wrapper span {
    border-color: transparent
}

.dt-sc-counter.type1.dt-sc-kalvi-default-counter.focus-style:hover .icon-wrapper span:after {
    transform: rotate(0);
    opacity: 1
}

.dt-sc-counter.type1.dt-sc-one-course-counter {
    border-style: dashed
}

.dt-sc-counter.type1.dt-sc-one-course-counter .icon-wrapper {
    width: auto;
    display: inline-block;
    padding: 0;
    margin: 0;
    position: absolute
}

.dt-sc-counter.type1.dt-sc-one-course-counter .icon-wrapper span {
    font-size: 60px
}

.dt-sc-counter.type1.dt-sc-one-course-counter .dt-sc-counter-number {
    width: auto;
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    padding-left: 80px;
    margin-bottom: 10px
}

.dt-sc-counter.type1.dt-sc-one-course-counter h4 {
    font-size: 14px;
    text-transform: capitalize;
    padding-left: 80px;
    letter-spacing: 1.5px
}

.dt-sc-counter.type1.dt-sc-university-counter {
    border: none;
    padding: 50px 40px;
    margin: 0
}

.dt-sc-counter.type1.dt-sc-university-counter .icon-wrapper {
    margin-bottom: 10px;
    padding-bottom: 10px
}

.dt-sc-counter.type1.dt-sc-university-counter .icon-wrapper span {
    font-size: 80px
}

.dt-sc-counter.type1.dt-sc-university-counter .dt-sc-counter-number {
    font-family: "Roboto Slab", Georgia, serif;
    font-size: 45px;
    font-weight: 300;
    line-height: 40px
}

.dt-sc-counter.type1.dt-sc-university-counter h4 {
    font-size: 20px;
    text-transform: capitalize
}

.dt-sc-counter.type1.dt-sc-university-counter:hover .dt-sc-counter-number, .dt-sc-counter.type1.dt-sc-university-counter:hover h4, .dt-sc-counter.type1.dt-sc-university-counter:hover span {
    color: #2f3b4d
}

.dt-sc-counter.type1.last {
    border-right: none
}

.dt-sc-counter.type2 {
    text-align: center
}

.dt-sc-counter.type2 .icon-wrapper span.fa, .dt-sc-counter.type2 .icon-wrapper span.icon, .dt-sc-counter.type2 .icon-wrapper span.pe-icon {
    font-size: 30px;
    display: inline-block;
    margin-bottom: 10px
}

.dt-sc-counter.type2 .dt-sc-couter-icon-holder {
    display: inline-block;
    width: 120px;
    height: 120px;
    padding: 30px 0
}

.dt-sc-counter.type2 .dt-sc-counter-number, .dt-sc-counter.type2 h4 {
    font-size: 20px
}

.dt-sc-counter.type2 .dt-sc-counter-number {
    font-size: 35px;
    margin: 12px 0 0;
    text-transform: uppercase
}

.dt-sc-counter.type2 h4 {
    font-size: 20px;
    margin: 20px 0 0
}

.dt-sc-counter.type2.alignleft {
    text-align: left
}

.dt-sc-counter.type2.alignright {
    text-align: right
}

.dt-sc-counter.type2.alignleft .dt-sc-couter-icon-holder, .dt-sc-counter.type2.alignright .dt-sc-couter-icon-holder {
    text-align: center
}

.dt-sc-counter.type2.dt-sc-ring-style {
    box-sizing: border-box;
    text-align: center;
    width: 100%
}

.dt-sc-counter.type2.dt-sc-ring-style .icon-wrapper span img {
    margin-bottom: 30px
}

.dt-sc-counter.type2.dt-sc-ring-style .icon-wrapper span, .dt-sc-counter.type2.dt-sc-ring-style .icon-wrapper span.fa, .dt-sc-counter.type2.dt-sc-ring-style .icon-wrapper span.fas, .dt-sc-counter.type2.dt-sc-ring-style .icon-wrapper span.icon, .dt-sc-counter.type2.dt-sc-ring-style .icon-wrapper span.pe-icon, .dt-sc-counter.type2.dt-sc-ring-style .icon-wrapper span.zmdi {
    border-radius: 50%;
    display: inline-block;
    font-size: 60px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 10px;
    width: 100px;
    position: relative
}

.dt-sc-counter.type2.dt-sc-ring-style .icon-wrapper span.fa:after, .dt-sc-counter.type2.dt-sc-ring-style .icon-wrapper span.fas:after, .dt-sc-counter.type2.dt-sc-ring-style .icon-wrapper span.icon:after, .dt-sc-counter.type2.dt-sc-ring-style .icon-wrapper span.pe-icon:after, .dt-sc-counter.type2.dt-sc-ring-style .icon-wrapper span.zmdi:after {
    border-radius: 50%;
    border-style: solid;
    border-width: 3px;
    content: "";
    display: inline-block;
    float: none;
    height: 50px;
    left: 0;
    margin: 25px auto;
    opacity: 0;
    position: absolute;
    right: 0;
    width: 50px
}

.dt-sc-counter.type2.dt-sc-ring-style .icon-wrapper span.fa:before, .dt-sc-counter.type2.dt-sc-ring-style .icon-wrapper span.fas:before, .dt-sc-counter.type2.dt-sc-ring-style .icon-wrapper span.icon:before, .dt-sc-counter.type2.dt-sc-ring-style .icon-wrapper span.pe-icon:before, .dt-sc-counter.type2.dt-sc-ring-style .icon-wrapper span.zmdi:before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.dt-sc-counter.type2.dt-sc-ring-style:hover .icon-wrapper span.fa:after, .dt-sc-counter.type2.dt-sc-ring-style:hover .icon-wrapper span.fas:after, .dt-sc-counter.type2.dt-sc-ring-style:hover .icon-wrapper span.icon:after, .dt-sc-counter.type2.dt-sc-ring-style:hover .icon-wrapper span.pe-icon:after, .dt-sc-counter.type2.dt-sc-ring-style:hover .icon-wrapper span.zmdi:after {
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    opacity: 1;
    transform: scale(2.5)
}

.dt-sc-counter.type2.dt-sc-ring-style:hover .icon-wrapper span.fa:before, .dt-sc-counter.type2.dt-sc-ring-style:hover .icon-wrapper span.fas:before, .dt-sc-counter.type2.dt-sc-ring-style:hover .icon-wrapper span.icon:before, .dt-sc-counter.type2.dt-sc-ring-style:hover .icon-wrapper span.pe-icon:before, .dt-sc-counter.type2.dt-sc-ring-style:hover .icon-wrapper span.zmdi:before {
    -moz-transform: scale(.8);
    -webkit-transform: scale(.8);
    transform: scale(.8);
    color: #222
}

.dt-sc-counter.type2.dt-sc-ring-style .dt-sc-couter-icon-holder {
    display: inline-block;
    padding: 0 0 10px;
    width: 120px
}

.dt-sc-counter.type2.dt-sc-ring-style .dt-sc-counter-number {
    font-size: 40px;
    font-weight: 900
}

.dt-sc-counter.type2.dt-sc-ring-style h4 {
    font-size: 22px;
    font-weight: 300;
    margin: 30px 0 0;
    position: relative
}

.dt-sc-counter.type2.dt-sc-ring-style h4:after, .dt-sc-counter.type2.dt-sc-ring-style h4:before {
    display: block;
    height: 3px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -15px;
    content: ""
}

.dt-sc-counter.type2.dt-sc-ring-style h4:before {
    background: #222;
    width: 30px
}

.dt-sc-counter.type2.dt-sc-ring-style h4:after, .dt-sc-counter.type2.dt-sc-ring-style:hover h4:before {
    width: 0
}

.dt-sc-counter.type2.dt-sc-ring-style:hover h4:after {
    width: 60px
}

.dt-sc-counter.type2.dt-sc-ring-style.alignleft {
    text-align: left
}

.dt-sc-counter.type2.dt-sc-ring-style.alignright {
    text-align: right
}

.dt-sc-counter.type2.dt-sc-ring-style.alignleft .dt-sc-couter-icon-holder, .dt-sc-counter.type2.dt-sc-ring-style.alignright .dt-sc-couter-icon-holder, .dt-sc-counter.type3 {
    text-align: center
}

.dt-sc-counter.type2.dt-sc-ring-style.alignright .icon-wrapper span.fa:after, .dt-sc-counter.type2.dt-sc-ring-style.alignright .icon-wrapper span.fas:after, .dt-sc-counter.type2.dt-sc-ring-style.alignright .icon-wrapper span.icon:after, .dt-sc-counter.type2.dt-sc-ring-style.alignright .icon-wrapper span.pe-icon:after, .dt-sc-counter.type2.dt-sc-ring-style.alignright .icon-wrapper span.zmdi:after {
    right: 50px;
    left: auto
}

.dt-sc-counter.type2.dt-sc-ring-style.alignright h4:after, .dt-sc-counter.type2.dt-sc-ring-style.alignright h4:before {
    left: auto;
    right: 0
}

.dt-sc-counter.type2.dt-sc-ring-style.alignright .dt-sc-counter-number {
    float: right
}

.dt-sc-counter.type2.dt-sc-ring-style.alignleft .icon-wrapper span.fa:after, .dt-sc-counter.type2.dt-sc-ring-style.alignleft .icon-wrapper span.fas:after, .dt-sc-counter.type2.dt-sc-ring-style.alignleft .icon-wrapper span.icon:after, .dt-sc-counter.type2.dt-sc-ring-style.alignleft .icon-wrapper span.pe-icon:after, .dt-sc-counter.type2.dt-sc-ring-style.alignleft .icon-wrapper span.zmdi:after {
    left: 50px;
    right: auto
}

.dt-sc-counter.type2.dt-sc-ring-style.alignleft h4:after, .dt-sc-counter.type2.dt-sc-ring-style.alignleft h4:before {
    left: 0;
    right: auto
}

.dt-sc-counter.type2.dt-sc-ring-style.alignleft .dt-sc-counter-number {
    float: left
}

.dt-sc-dark-bg .dt-sc-counter.type2.dt-sc-ring-style h4:before {
    background: #fff
}

.dt-sc-counter.type2.dt-sc-ring-style .dt-sc-couter-icon-holder {
    background-color: transparent!important
}

.dt-sc-counter.type2.no-ico-bg .dt-sc-counter-number {
    font-family: Oswald, Helvetica, Arial, sans-serif
}

.dt-sc-counter.type2.no-ico-bg .dt-sc-couter-icon-holder, .dt-sc-counter.type2.no-ico-bg:hover .dt-sc-couter-icon-holder {
    background-color: transparent
}

.dt-sc-counter.type2.no-ico-bg {
    position: relative
}

.dt-sc-counter.type2.no-ico-bg:after {
    content: "";
    width: 0;
    height: 1px;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -25px
}

.dt-sc-counter.type2.no-ico-bg:hover:after {
    width: 100%;
    -moz-box-shadow: 0 5px 5px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 5px 5px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 5px 5px 1px rgba(0, 0, 0, .05)
}

.dt-sc-counter.type2.no-ico-bg h4 {
    text-transform: uppercase
}

.dt-sc-counter.type2.dt-sc-kalvi-acdemy-counter .dt-sc-couter-icon-holder {
    border-width: 1px;
    border-style: solid;
    color: #fff
}

.dt-sc-counter.type2.dt-sc-kalvi-acdemy-counter:hover .dt-sc-couter-icon-holder {
    background: 0 0
}

.dt-sc-counter.type2.dt-sc-kalvi-acdemy-counter .icon-wrapper span.fa, .dt-sc-counter.type2.dt-sc-kalvi-acdemy-counter .icon-wrapper span.icon, .dt-sc-counter.type2.dt-sc-kalvi-acdemy-counter .icon-wrapper span.pe-icon, .dt-sc-counter.type2.dt-sc-kalvi-acdemy-counter .icon-wrapper span.zmdi {
    font-size: 55px;
    display: inline-block;
    margin-bottom: 0
}

.dt-sc-counter.type2.dt-sc-kalvi-acdemy-counter .dt-sc-counter-number {
    background: #000;
    width: auto;
    float: none;
    display: inline-block;
    padding: 5px 10px;
    font-size: 20px;
    margin: 15px 0;
    min-width: 70px
}

.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: 0;
    margin: -32px 0 0
}

.dt-sc-counter.type3 .dt-sc-couter-icon-holder .icon-wrapper {
    width: 70px;
    height: 70px;
    border: 5px solid;
    border-radius: 50%;
    margin: 0 0 20px;
    position: relative;
    text-align: center
}

.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 0 0;
    text-transform: uppercase;
    padding: 0 0 40px
}

.dt-sc-counter.type3 .icon-wrapper:before {
    border-radius: 50%;
    content: "";
    height: 72px;
    left: -6px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -6px;
    width: 72px;
    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: 0
}

.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: 0 0;
    width: 100px;
    height: 65px
}

.dt-sc-counter.type3.diamond-square .dt-sc-couter-icon-holder .icon-wrapper:before {
    content: "";
    position: absolute;
    left: -2px;
    right: 0;
    top: -1px;
    margin: auto;
    width: 65px;
    height: 65px;
    transform: rotate(37deg) skewX(-17deg) skewY(-3deg);
    -ms-transform: rotate(37deg) skewX(-17deg) skewY(-3deg);
    -webkit-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: 0;
    top: 3px;
    margin: auto;
    border: 1px solid;
    width: 57px;
    height: 57px;
    transform: rotate(37deg) skewX(-17deg) skewY(-3deg);
    -ms-transform: rotate(37deg) skewX(-17deg) skewY(-3deg);
    -webkit-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.type3.alignright {
    text-align: right;
    padding-right: 30px
}

.dt-sc-counter.type3.alignleft {
    text-align: left;
    padding-left: 30px
}

.dt-sc-counter.type4 {
    text-align: center
}

.dt-sc-counter.type4 .dt-sc-couter-icon-holder {
    display: inline-block;
    width: 140px;
    height: 140px;
    border: 5px solid;
    border-radius: 50%;
    position: relative
}

.dt-sc-counter.type4 .dt-sc-couter-icon-holder .icon-wrapper {
    width: 70px;
    height: 70px;
    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: 130px
}

.dt-sc-counter.type4 h4 {
    font-size: 14px;
    margin: 15px 0 0;
    text-transform: uppercase;
    padding: 0
}

.dt-sc-counter.type4.alignright .dt-sc-couter-icon-holder .icon-wrapper {
    left: auto;
    right: -40px
}

.dt-sc-counter.type4.aligncenter .dt-sc-couter-icon-holder .icon-wrapper {
    left: 0;
    right: 0;
    top: -30px;
    margin: 0 auto
}

.dt-sc-dark-bg .dt-sc-counter.type4 .dt-sc-counter-number {
    color: #000
}

.dt-sc-dark-bg .dt-sc-counter.type4:hover .dt-sc-counter-number {
    color: #fff
}

.dt-sc-counter.type4.blue .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type4.blue:hover .dt-sc-couter-icon-holder {
    background: #008bd3
}

.dt-sc-counter.type4.brown .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type4.brown:hover .dt-sc-couter-icon-holder {
    background: #795548
}

.dt-sc-counter.type4.cadetblue .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type4.cadetblue:hover .dt-sc-couter-icon-holder {
    background: #3c939d
}

.dt-sc-counter.type4.chillipepper .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type4.chillipepper:hover .dt-sc-couter-icon-holder {
    background: #c10841
}

.dt-sc-counter.type4.cyan .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type4.cyan:hover .dt-sc-couter-icon-holder {
    background: #00bcd4
}

.dt-sc-counter.type4.darkgolden .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type4.darkgolden:hover .dt-sc-couter-icon-holder {
    background: #b48b3c
}

.dt-sc-counter.type4.deeporange .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type4.deeporange:hover .dt-sc-couter-icon-holder {
    background: #ff5722
}

.dt-sc-counter.type4.deeppurple .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type4.deeppurple:hover .dt-sc-couter-icon-holder {
    background: #673ab7
}

.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.lime .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type4.lime:hover .dt-sc-couter-icon-holder {
    background: #cddc39
}

.dt-sc-counter.type4.magenta .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type4.magenta:hover .dt-sc-couter-icon-holder {
    background: #cb506d
}

.dt-sc-counter.type4.orange .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type4.orange:hover .dt-sc-couter-icon-holder {
    background: #ff9800
}

.dt-sc-counter.type4.pink .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type4.pink:hover .dt-sc-couter-icon-holder {
    background: #fd6ca3
}

.dt-sc-counter.type4.purple .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type4.purple:hover .dt-sc-couter-icon-holder {
    background: #9c27b0
}

.dt-sc-counter.type4.red .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type4.red:hover .dt-sc-couter-icon-holder {
    background: #da0000
}

.dt-sc-counter.type4.skyblue .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type4.skyblue:hover .dt-sc-couter-icon-holder {
    background: #0eb2e7
}

.dt-sc-counter.type4.teal .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type4.teal:hover .dt-sc-couter-icon-holder {
    background: #009688
}

.dt-sc-counter.type4.yellow .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type4.yellow:hover .dt-sc-couter-icon-holder {
    background: #ffcc21
}

.dt-sc-counter.type4.turquoise .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type4.turquoise:hover .dt-sc-couter-icon-holder {
    background: #32ccbd
}

.dt-sc-counter.type4.wisteria .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type4.wisteria:hover .dt-sc-couter-icon-holder {
    background: #9b59b6
}

.dt-sc-counter.type4.black .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type4.black:hover .dt-sc-couter-icon-holder {
    background: #000
}

.dt-sc-counter.type5 {
    float: left;
    text-align: center;
    min-height: 335px;
    padding: 110px 0 0;
    position: relative
}

.dt-sc-counter.type5:after, .dt-sc-counter.type5:before {
    position: absolute;
    margin: auto;
    z-index: 1;
    border: 1px solid;
    left: 0;
    right: 0;
    content: ""
}

.dt-sc-counter.type5:before {
    top: 66px;
    width: 200px;
    height: 200px;
    -webkit-transform: rotate(45deg) skewX(10deg) skewY(10deg);
    -ms-transform: rotate(45deg) skewX(10deg) skewY(10deg);
    transform: rotate(45deg) skewX(10deg) skewY(10deg)
}

.dt-sc-counter.type5:after {
    top: 76px;
    width: 180px;
    height: 180px;
    -webkit-transform: rotate(45deg) skewX(10deg) skewY(10deg);
    -ms-transform: rotate(45deg) skewX(10deg) skewY(10deg);
    transform: rotate(45deg) skewX(10deg) skewY(10deg)
}

.dt-sc-counter.type5 .dt-sc-couter-icon-holder span {
    font-size: 32px
}

.dt-sc-counter.type5 .dt-sc-counter-number {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0
}

.dt-sc-counter.type5 h4 {
    font-size: 16px;
    letter-spacing: 1px
}

.dt-sc-counter.type5 .dt-sc-couter-icon-holder, .dt-sc-counter.type5 h4 {
    position: relative;
    z-index: 9
}

.dt-sc-counter.type6 {
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .05);
    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: 0;
    right: 0;
    top: -45px;
    margin: auto;
    width: 100px;
    height: 100px;
    border-radius: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-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: 0;
    right: 0;
    top: -45px;
    margin: auto
}

.dt-sc-counter.type6 .dt-sc-counter-number {
    font-size: 34px;
    font-weight: 700;
    position: relative;
    top: -9px;
    z-index: 1
}

.dt-sc-counter.type6 h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    position: relative;
    padding: 0 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);
    transform: rotate(45deg);
    z-index: 1
}

.dt-sc-counter.type6.last h4:before {
    background: 0 0
}

@media all and (min-width:0\0) and (min-resolution:.001dpcm) {
    .dt-sc-counter.type5:after, .dt-sc-counter.type5:before {
        transform: rotate(45deg) skew(10deg, 10deg);
        -ms-transform: rotate(45deg) skew(10deg, 10deg)
    }
}

@media screen and (min-width:0\0) {
    .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
    }
}

.dt-sc-counter {
    color: #000
}

.dt-sc-counter.type3 .dt-sc-couter-icon-holder span, .dt-sc-counter.type4 .dt-sc-couter-icon-holder span, .dt-sc-counter.type4:hover .dt-sc-counter-number, .dt-sc-counter.type5:hover .dt-sc-couter-icon-holder, .dt-sc-counter.type5:hover h4, .dt-sc-counter.type6:hover .dt-sc-counter-number, .dt-sc-dark-bg .dt-sc-counter, .secondary-skin-bg .dt-sc-counter.type1:hover .dt-sc-counter-number {
    color: #fff
}

.dt-sc-counter.type3 .dt-sc-couter-icon-holder .icon-wrapper {
    background: #000
}

.dt-sc-counter.type4 .dt-sc-couter-icon-holder, .dt-sc-counter.type6, .dt-sc-counter.type6 .dt-sc-couter-icon-holder:before {
    background: #fff
}

.dt-sc-counter.type4 .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type4:hover .dt-sc-couter-icon-holder .icon-wrapper {
    background: #333
}

.dt-sc-counter.type1 {
    border-right-color: rgba(0, 0, 0, .1)
}

.dt-sc-dark-bg .dt-sc-counter.type1 {
    border-color: rgba(255, 255, 255, .1)
}

.secondary-skin-bg .dt-sc-counter.type1 .dt-sc-counter-number:before {
    background: #fff
}

.dt-sc-counter.type3 .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type3.diamond-square .dt-sc-couter-icon-holder .icon-wrapper:after, .dt-sc-counter.type4 .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-dark-bg .dt-sc-counter.type5:after, .dt-sc-dark-bg .dt-sc-counter.type5:before {
    border-color: #fff
}

.dt-sc-counter.type3 {
    border-color: rgba(0, 0, 0, .1)
}

.dt-sc-counter.type4 .dt-sc-couter-icon-holder {
    border: 5px solid rgba(0, 0, 0, .07)
}

.dt-sc-counter.type5:after, .dt-sc-counter.type5:before {
    border-color: #000
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .vc_col-md-6 .dt-sc-counter.type1 {
        margin-bottom: 25px
    }
    .dt-sc-counter.type1 h4 {
        font-size: 14px
    }
    .dt-sc-counter.type3, .vc_row-no-padding .dt-sc-counter.type3 {
        padding: 0
    }
    .dt-sc-counter.type3.diamond-square .dt-sc-couter-icon-holder .icon-wrapper:after, .dt-sc-counter.type3.diamond-square .dt-sc-couter-icon-holder .icon-wrapper:before, .vc_row-no-padding .dt-sc-counter.type3.diamond-square .dt-sc-couter-icon-holder .icon-wrapper:after, .vc_row-no-padding .dt-sc-counter.type3.diamond-square .dt-sc-couter-icon-holder .icon-wrapper:before {
        left: -2px
    }
    .dt-sc-counter.type5::before {
        height: 180px;
        width: 180px
    }
    .dt-sc-counter.type5::after {
        height: 160px;
        width: 160px
    }
    .dt-sc-counter.type1.dt-sc-kalvi-default-counter .dt-sc-counter-number {
        line-height: 28px;
        font-size: 22px
    }
    .dt-sc-counter.type1.dt-sc-kalvi-default-counter {
        padding-left: 70px
    }
    .dtlms-slider-sticky-bottom {
        padding: 10px 0
    }
    .dt-sc-counter.type1.aligncenter {
        margin-left: 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .dt-sc-counter.type2.dt-sc-ring-style {
        margin-bottom: 50px
    }
    .dt-sc-counter.type3, .vc_row-no-padding .dt-sc-counter.type3 {
        padding: 0
    }
    .dt-sc-counter.type3.diamond-square .dt-sc-couter-icon-holder .icon-wrapper:after, .dt-sc-counter.type3.diamond-square .dt-sc-couter-icon-holder .icon-wrapper:before, .vc_row-no-padding .dt-sc-counter.type3.diamond-square .dt-sc-couter-icon-holder .icon-wrapper:after, .vc_row-no-padding .dt-sc-counter.type3.diamond-square .dt-sc-couter-icon-holder .icon-wrapper:before {
        left: -2px
    }
    .dt-sc-counter.type4 .dt-sc-couter-icon-holder {
        height: 120px;
        width: 120px
    }
    .dt-sc-counter.type4 .dt-sc-counter-number {
        font-size: 28px;
        line-height: 110px
    }
    .dt-sc-counter.type4 .dt-sc-couter-icon-holder .icon-wrapper {
        height: 60px;
        line-height: 60px;
        left: -30px;
        width: 60px
    }
    .dt-sc-counter.type4 .dt-sc-couter-icon-holder span {
        font-size: 28px;
        line-height: 50px
    }
    .dt-sc-counter.type1.dt-sc-kalvi-default-counter h4, .dt-sc-counter.type6 h4 {
        font-size: 14px
    }
    .dt-sc-counter.type5 {
        padding: 90px 0 0
    }
    .dt-sc-counter.type5::before {
        height: 150px;
        width: 150px
    }
    .dt-sc-counter.type5::after {
        height: 130px;
        width: 130px
    }
    .dt-sc-counter.type1.dt-sc-kalvi-default-counter .dt-sc-counter-number {
        line-height: 30px
    }
    .dt-sc-counter.type1.dt-sc-kalvi-default-counter .icon-wrapper {
        left: -20px
    }
    .dt-sc-counter.type1.dt-sc-kalvi-default-counter {
        padding: 5px 20px 5px 55px
    }
    .dt-sc-counter.type1.dt-sc-one-course-counter {
        margin-bottom: 30px;
        border: none
    }
    .dt-sc-counter.type1.aligncenter {
        margin-left: 20px
    }
    .dt-sc-counter.type1.dt-sc-university-counter {
        margin-left: 0;
        padding: 50px 0
    }
    .dt-sc-counter.type4 {
        margin-bottom: 30px
    }
    .rs_col-sm-6 .dt-sc-counter.type1.dt-sc-one-course-counter {
        border-right: 1px dashed rgba(0, 0, 0, .1)
    }
}

@media only screen and (max-width:767px) {
    .dt-sc-counter {
        margin-bottom: 15px
    }
    .dt-sc-counter.type1 {
        border-right: none
    }
    .dt-sc-counter.type6 {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 92%
    }
    .dt-sc-counter.type6 h4::after {
        content: "";
        height: 12px;
        margin: auto;
        position: absolute;
        left: -6px;
        top: 6px;
        transform: rotate(45deg);
        width: 12px;
        z-index: 1
    }
    .dt-sc-counter.type1.dt-sc-kalvi-default-counter:not(.focus-style) {
        border: none
    }
    .dt-sc-counter.type1.dt-sc-one-course-counter {
        border-style: none
    }
    .dt-sc-counter.type1.aligncenter {
        padding-right: 0
    }
    .dt-sc-counter.type1.dt-sc-university-counter {
        padding-right: 40px
    }
}

@media only screen and (max-width:479px) {
    .dt-sc-counter.type1.dt-sc-kalvi-default-counter .dt-sc-counter-number {
        line-height: 30px
    }
}

@media only screen and (max-width:319px) {
    .dt-sc-counter.type5::before {
        height: 180px;
        width: 180px
    }
    .dt-sc-counter.type5::after {
        height: 160px;
        width: 160px
    }
}

/*Carousel Arrows*/

.carousel-arrows {
    position: absolute;
    right: 0
}

.carousel-arrows a {
    border: 1px solid;
    height: 32px;
    margin: 0 5px;
    position: relative;
    text-align: center;
    width: 32px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    float: none;
    display: inline-block!important
}

.carousel-arrows a:before {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    vertical-align: middle;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

@-moz-document url-prefix() {
    .carousel-arrows a:before {
        line-height: 28px
    }
}

.carousel-arrows a.images-prev:before, .carousel-arrows a.partners-prev:before, .carousel-arrows a.testimonial-prev:before {
    content: "\f104"
}

.carousel-arrows a.images-next:before, .carousel-arrows a.partners-next:before, .carousel-arrows a.testimonial-next:before {
    content: "\f105"
}

.dt-sc-partners-carousel-wrapper .carousel-arrows {
    left: 0;
    right: 0;
    margin: auto;
    bottom: -35px
}

.caroufredsel_wrapper {
    margin-bottom: 0!important
}

.dt-carousel-pagination {
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 20px
}

.dt-carousel-pagination a {
    position: relative;
    font-size: 0;
    width: 10px;
    height: 10px;
    float: none;
    display: inline-block;
    margin: 0 5px;
    background-color: #d2d2d2
}

.dt-sc-partners-carousel-wrapper {
    clear: both;
    display: block;
    float: left;
    margin: 0 0 67px -30px;
    padding: 0;
    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: 0 15px
}

.dt-sc-partners-carousel li img {
    max-width: 100%;
    margin: 0 auto
}

.dt-sc-partners-carousel-wrapper .carousel-arrows a {
    position: absolute;
    left: 30px;
    right: 0;
    margin: auto
}

.dt-sc-partners-carousel-wrapper .carousel-arrows a.partners-prev {
    left: -13px
}

.dt-sc-partners-carousel-wrapper .carousel-arrows a.partners-next {
    right: -43px
}

.dt-sc-images-wrapper {
    clear: both;
    display: block;
    margin: 0 -10px;
    padding: 0;
    position: relative;
    width: auto
}

.dt-sc-images-carousel li {
    display: block;
    float: left;
    margin: 0 10px
}

.dt-sc-images-carousel li img {
    max-width: 100%
}

.dt-sc-images-wrapper .carousel-arrows {
    float: right;
    margin: 10px 5px;
    position: static
}

.dt-sc-images-wrapper .carousel-arrows a {
    border: none;
    margin: 0 10px;
    border-radius: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-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);
    transform: rotate(-45deg);
    display: inline-block;
    line-height: 30px;
    top: 0
}

.dt-sc-testimonial-carousel li {
    display: block;
    float: left;
    margin: 0;
    padding: 0
}

.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 .carousel-arrows {
    display: inline-block;
    margin: 15px auto;
    width: 100%;
    text-align: center;
    z-index: 1
}

.dt-sc-testimonial-wrapper.alignleft .carousel-arrows {
    text-align: left
}

.dt-sc-testimonial-wrapper.alignright .carousel-arrows {
    text-align: right
}

.dt-sc-testimonial-wrapper.type1 .carousel-arrows a {
    float: none;
    display: inline-block
}

.dt-sc-testimonial-wrapper.type4 .dt-sc-testimonial.type4 {
    padding-bottom: 0
}

.dt-sc-testimonial-wrapper.type4 .dt-sc-testimonial.type4 .dt-sc-testimonial-author cite {
    display: none
}

.dt-sc-testimonial-wrapper.type6 .dt-sc-testimonial-carousel li {
    border-color: #dedede;
    border-style: solid;
    border-width: 1px;
    position: relative
}

.dt-sc-testimonial-wrapper.type6 .dt-sc-testimonial.type6 {
    position: relative
}

.dt-sc-testimonial-wrapper.type6 .dt-sc-testimonial.type6 .dt-sc-testimonial-quote blockquote::before {
    left: 20px
}

.dt-sc-testimonial-wrapper.type6 .carousel-arrows {
    bottom: -90px;
    left: 0;
    right: 0;
    text-align: center
}

.dt-sc-testimonial-wrapper.type6 .carousel-arrows a {
    display: inline-block;
    float: none
}

.dt-sc-testimonial-carousel .dt-sc-testimonial.type3 .dt-sc-testimonial-author, .dt-sc-testimonial-carousel .dt-sc-testimonial.type3 .dt-sc-testimonial-author cite {
    margin-top: 20px;
    margin-bottom: 0
}

.dt-sc-testimonial-carousel .dt-sc-testimonial.type3 .dt-sc-testimonial-author cite small:before {
    content: "-";
    margin: 0 5px
}

.dt-sc-testimonial-wrapper.type3 .dt-sc-testimonial-carousel li, .dt-sc-testimonial-wrapper.type5 .dt-sc-testimonial-carousel li {
    display: inline-block;
    float: none;
    margin: 0 10px
}

.dt-sc-testimonial.special-testimonial-carousel blockquote q:after, .dt-sc-testimonial.special-testimonial-carousel blockquote q:before {
    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 0 0
}

.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 .dt-sc-testimonial-author, .alignright .dt-sc-testimonial.special-testimonial-carousel blockquote {
    text-align: right
}

.dt-sc-twitter-carousel-wrapper {
    clear: both
}

.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%
}

.custom-dot-navigation ul.slick-dots {
    padding: 5px 0
}

.custom-dot-navigation ul.slick-dots li {
    margin: 0
}

.custom-dot-navigation ul.slick-dots li i {
    position: relative;
    font-size: 0;
    width: 12px;
    height: 12px;
    float: none;
    display: inline-block;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: 50%;
    opacity: 1;
    background-color: #CCC
}

.dt-sc-dark-bg .custom-dot-navigation ul.slick-dots li.slick-active i, .dt-sc-dark-bg .custom-dot-navigation ul.slick-dots li:hover i {
    background-color: #ffc13c
}

.custom-arrow-navigation .slick-slider:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -54px;
    width: 2px;
    height: 24px;
    background: #2b2b2b;
    left: 0;
    right: 0;
    margin: 0 auto
}

.custom-arrow-navigation .slick-slider button {
    position: absolute;
    bottom: -65px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: auto;
    width: 30px;
    height: 30px
}

.custom-arrow-navigation .slick-slider button.slick-next i:before, .custom-arrow-navigation .slick-slider button.slick-prev i:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute
}

.custom-arrow-navigation.ult-carousel-wrapper.ult_vertical .slick-vertical {
    margin: 30px 15px
}

.custom-arrow-navigation.ult-carousel-wrapper.ult_vertical .slick-slider:before {
    display: none
}

.custom-arrow-navigation.ult-carousel-wrapper.ult_vertical .slick-slider button.slick-next i:before, .custom-arrow-navigation.ult-carousel-wrapper.ult_vertical .slick-slider button.slick-prev i:before {
    top: 5px
}

.custom-arrow-navigation.custom-dot-navigation .slick-slider:before {
    bottom: -75px
}

.custom-arrow-navigation.custom-dot-navigation .slick-slider button {
    bottom: -85px
}

.custom-arrow-navigation .slick-slider button.slick-prev {
    left: -60px
}

.custom-arrow-navigation .slick-slider button.slick-next {
    right: -60px
}

.custom-arrow-navigation .slick-next:before, .custom-arrow-navigation .slick-prev:before {
    visibility: hidden
}

.custom-arrow-navigation .slick-slider button.slick-next i:before, .custom-arrow-navigation .slick-slider button.slick-prev i:before {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

.custom-arrow-navigation .slick-slider button.slick-prev i:before {
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-right-width: 13px;
    border-right-style: solid
}

.custom-arrow-navigation .slick-slider button.slick-next i:before {
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-left-width: 13px;
    border-left-style: solid
}

.custom-arrow-navigation.ult-carousel-wrapper.ult_vertical.type2 .slick-slider button.slick-next i:before, .custom-arrow-navigation.ult-carousel-wrapper.ult_vertical.type2 .slick-slider button.slick-prev i:before {
    top: 0
}

.custom-arrow-navigation.type2 .slick-slider button {
    width: 60px;
    height: 60px
}

.ult-carousel-wrapper.ult_vertical.custom-arrow-navigation.type2 .slick-slider button.slick-prev {
    top: -90px
}

.ult-carousel-wrapper.ult_vertical.custom-arrow-navigation.type2 .slick-slider button.slick-next {
    bottom: -90px
}

.custom-arrow-navigation.type2 .slick-slider button.slick-next i:before, .custom-arrow-navigation.type2 .slick-slider button.slick-prev i:before {
    content: '\f2fa';
    font-family: Material-Design-Iconic-Font;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    border: none;
    line-height: 60px;
    font-size: 75px
}

.custom-arrow-navigation.type2 .slick-slider button.slick-next i:before {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1)
}

.dt-sc-dark-bg .custom-arrow-navigation .slick-slider button.slick-prev i:before {
    border-right-color: #fff
}

.dt-sc-dark-bg .custom-arrow-navigation .slick-slider button.slick-next i:before {
    border-left-color: #fff
}

.dt-sc-dark-bg .custom-arrow-navigation .slick-slider:before {
    background: #fff
}

.custom-navigation .vc_images_carousel .vc_carousel-indicators li {
    position: relative;
    font-size: 0;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    float: none;
    display: inline-block;
    transform: scaleX(1);
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: 0;
    border: none
}

.custom-advanced-carousel .custom-arrow-navigation .slick-slider:before, .custom-arrow-navigation .slick-slider button.slick-next i, .custom-arrow-navigation .slick-slider button.slick-prev i {
    display: none
}

.custom-navigation .vc_images_carousel .vc_carousel-indicators li.vc_active, .custom-navigation .vc_images_carousel .vc_carousel-indicators li:hover {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1)
}

.custom-navigation .vc_images_carousel .vc_carousel-control {
    text-shadow: none;
    width: 50px;
    height: 50px;
    opacity: 1;
    line-height: 60px;
    margin: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: #fff
}

.custom-navigation .vc_images_carousel .vc_carousel-control.vc_left {
    left: 10px
}

.custom-navigation .vc_images_carousel .vc_carousel-control.vc_right {
    right: 10px
}

.custom-navigation .vc_images_carousel .vc_carousel-control.vc_left .icon-prev:before {
    content: '\f2ea';
    font-family: Material-Design-Iconic-Font;
    top: -15px
}

.custom-navigation .vc_images_carousel .vc_carousel-control.vc_right .icon-next:before {
    content: '\f2ee';
    font-family: Material-Design-Iconic-Font;
    top: -15px
}

.custom-navigation .vc_images_carousel .vc_carousel-control:hover {
    color: #fff
}

.custom-advanced-carousel {
    width: 100%;
    float: left;
    margin-top: -150px
}

.custom-advanced-carousel .custom-arrow-navigation .slick-slider, .custom-advanced-carousel .wpb_column, .custom-advanced-carousel .wpb_row {
    position: static
}

.custom-advanced-carousel .ult-carousel-wrapper.custom-arrow-navigation {
    margin-bottom: 0;
    padding-bottom: 0
}

.custom-advanced-carousel .custom-arrow-navigation .slick-slider button.slick-prev {
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: auto
}

.custom-advanced-carousel .custom-arrow-navigation .slick-slider button.slick-next {
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: auto
}

.custom-arrow-navigation .slick-slider button.slick-next:before, .custom-arrow-navigation .slick-slider button.slick-prev:before {
    content: "";
    display: block;
    visibility: visible;
    background: #2f2c33;
    width: 30px;
    height: 1px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

.custom-arrow-navigation .slick-slider button.slick-next:after, .custom-arrow-navigation .slick-slider button.slick-prev:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 10px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

.custom-arrow-navigation .slick-slider button.slick-prev:after {
    left: 0;
    border-right: 10px solid #2f2c33
}

.custom-arrow-navigation .slick-slider button.slick-next:after {
    right: 0;
    border-left: 10px solid #2f2c33;
    top: 10px
}

.dt-carousel-navigation .carousel-next-arrow, .dt-carousel-navigation .carousel-prv-arrow {
    display: inline-block
}

.dt-carousel-navigation {
    margin: 40px 0 20px;
    display: block;
    text-align: center
}

.dt-carousel-navigation a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    float: left;
    text-align: center;
    margin: 0 5px;
    position: relative;
    font-size: 20px;
    line-height: 36px
}

.dt-carousel-navigation a:hover {
    color: #fff
}

.dt-carousel-navigation a.next-arrow span, .dt-carousel-navigation a.prev-arrow span {
    display: none
}

.dt-carousel-navigation a.next-arrow:before, .dt-carousel-navigation a.prev-arrow:before {
    content: "";
    display: block;
    visibility: visible;
    background: #2f2c33;
    width: 30px;
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

.dt-carousel-navigation a.next-arrow:after, .dt-carousel-navigation a.prev-arrow:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

.dt-carousel-navigation a.prev-arrow:before {
    left: 5px
}

.dt-carousel-navigation a.next-arrow:before {
    right: 5px
}

.dt-carousel-navigation a.prev-arrow:after {
    left: 0;
    border-right: 10px solid #2f2c33
}

.dt-carousel-navigation a.next-arrow:after {
    right: 0;
    border-left: 10px solid #2f2c33
}

.dt-carousel-navigation .carousel-prv-arrow {
    margin-left: 10px
}

.carousel-arrows a {
    border-color: rgba(0, 0, 0, .15)
}

.carousel-arrows a:hover:before, .dt-sc-images-wrapper .carousel-arrows a:hover {
    color: #fff
}

.carousel-arrows a:before {
    color: rgba(0, 0, 0, .15)
}

.dt-sc-images-wrapper .carousel-arrows a {
    background: rgba(0, 0, 0, .03)
}

@media only screen and (max-width:767px) {
    .custom-navigation .vc_images_carousel .vc_carousel-control.vc_left .icon-prev:before, .custom-navigation .vc_images_carousel .vc_carousel-control.vc_right .icon-next:before {
        top: -20px
    }
    .custom-advanced-carousel .custom-arrow-navigation .slick-slider button.slick-next, .custom-advanced-carousel .custom-arrow-navigation .slick-slider button.slick-prev {
        top: 100%;
        transform: translateY(0)
    }
}

@media only screen and (max-width:479px) {
    .dt-sc-images-wrapper {
        margin-top: 40px
    }
}

@media only screen and (max-width:319px) {
    .dt-sc-partners-carousel li img {
        display: block;
        margin: 0 auto
    }
}

/*Contact Info*/

.dt-sc-contact-info.type2, .dt-sc-contact-info.type2 span, .dt-sc-contact-info.type4, .dt-sc-contact-info.type4 *, .dt-sc-contact-info.type4 h6:after, .dt-sc-contact-info.type4 span:after, .dt-sc-contact-info.type4:after, .dt-sc-contact-info.type5, .dt-sc-contact-info.type8 span {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

.dt-sc-contact-info {
    float: left;
    margin: 0;
    padding: 0 0 0 50px;
    clear: both;
    width: 100%;
    line-height: 30px;
    position: relative
}

.dt-sc-contact-info span {
    float: left;
    margin: 3px 10px 0 0;
    font-size: 30px;
    width: 30px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0
}

.dt-sc-contact-info p {
    margin: 0
}

.dt-sc-contact-info .icon-pointer {
    margin-bottom: 10px
}

.dt-sc-contact-info a {
    color: #2f2f2f
}

.dt-sc-contact-info.type1 h6 {
    margin-bottom: 5px
}

.dt-sc-contact-info.type2 {
    border: 1px solid;
    padding: 0 0 10px 100px
}

.dt-sc-contact-info.type2 h6 {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .6px;
    margin: 10px 0;
    font-weight: 700
}

.dt-sc-contact-info.type2 span {
    float: left;
    position: absolute;
    left: 0;
    top: -3px;
    height: 100%;
    width: 80px;
    font-size: 30px;
    line-height: 110px
}

.dt-sc-contact-info.type3 {
    position: relative;
    padding: 40px 20px 90px;
    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: 400
}

.dt-sc-contact-info.type3 span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -30px;
    top: auto;
    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: auto;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    top: 10px;
    width: auto
}

.dt-sc-contact-info.type3:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -30px;
    width: 60px;
    height: 60px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.dt-sc-contact-info.type4 {
    border: 1px solid;
    text-align: center;
    padding: 30px 10px;
    float: left
}

.dt-sc-contact-info.type4 span {
    display: inline-block;
    float: none;
    position: relative;
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    line-height: 68px
}

.dt-sc-contact-info.type4 h6 {
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 500
}

.dt-sc-contact-info.type4 a, .dt-sc-contact-info.type4 p {
    font-size: 14px;
    line-height: 22px
}

.dt-sc-contact-info.type4 span:before {
    position: relative;
    z-index: 1;
    font-size: 30px
}

.dt-sc-contact-info.type4 span:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
    margin: auto;
    width: 50px;
    height: 50px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 5px
}

.dt-sc-contact-info.type4:hover span:after {
    -webkit-box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 0 transparent;
    -o-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.dt-sc-contact-info-wrapper {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 99
}

.dt-sc-contact-info-wrapper .wpb_column {
    float: none;
    display: inline-block
}

.dt-sc-contact-info.type5 {
    text-align: center;
    padding: 40px 20px
}

.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: 0
}

.dt-sc-contact-info.type5 h6 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 30px 0 0;
    font-weight: 600
}

.dt-sc-contact-info.type5 .dt-sc-contact-icon {
    text-align: center;
    position: relative;
    width: 131px;
    height: 75.06px;
    margin: 43.3px 0;
    border-left: solid 3px;
    border-right: solid 3px;
    display: inline-block
}

.dt-sc-contact-info.type5 .dt-sc-contact-icon:after, .dt-sc-contact-info.type5 .dt-sc-contact-icon:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 91.92px;
    height: 91.92px;
    -webkit-transform: scaleY(.5774) rotate(-45deg);
    -ms-transform: scaleY(.5774) rotate(-45deg);
    transform: scaleY(.5774) rotate(-45deg);
    background-color: inherit;
    left: 17.04px
}

.dt-sc-contact-info.type5 .dt-sc-contact-icon:before {
    top: -45.96px;
    border-top: solid 4.24px;
    border-right: solid 4.24px
}

.dt-sc-contact-info.type5 .dt-sc-contact-icon:after {
    bottom: -45.96px;
    border-bottom: solid 4.24px;
    border-left: solid 4.24px
}

.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:after, .dt-sc-contact-info.type5.blue .dt-sc-contact-icon:before {
    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:after, .dt-sc-contact-info.type5.brown .dt-sc-contact-icon:before {
    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:after, .dt-sc-contact-info.type5.cadetblue .dt-sc-contact-icon:before {
    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:after, .dt-sc-contact-info.type5.chillipepper .dt-sc-contact-icon:before {
    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:after, .dt-sc-contact-info.type5.cyan .dt-sc-contact-icon:before {
    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:after, .dt-sc-contact-info.type5.darkgolden .dt-sc-contact-icon:before {
    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:after, .dt-sc-contact-info.type5.deeporange .dt-sc-contact-icon:before {
    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:after, .dt-sc-contact-info.type5.deeppurple .dt-sc-contact-icon:before {
    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:after, .dt-sc-contact-info.type5.green .dt-sc-contact-icon:before {
    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:after, .dt-sc-contact-info.type5.lime .dt-sc-contact-icon:before {
    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:after, .dt-sc-contact-info.type5.magenta .dt-sc-contact-icon:before {
    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:after, .dt-sc-contact-info.type5.orange .dt-sc-contact-icon:before {
    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:after, .dt-sc-contact-info.type5.pink .dt-sc-contact-icon:before {
    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:after, .dt-sc-contact-info.type5.purple .dt-sc-contact-icon:before {
    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:after, .dt-sc-contact-info.type5.red .dt-sc-contact-icon:before {
    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:after, .dt-sc-contact-info.type5.skyblue .dt-sc-contact-icon:before {
    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:after, .dt-sc-contact-info.type5.teal .dt-sc-contact-icon:before {
    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:after, .dt-sc-contact-info.type5.turquoise .dt-sc-contact-icon:before {
    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:after, .dt-sc-contact-info.type5.wisteria .dt-sc-contact-icon:before {
    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: #ffcc21
}

.dt-sc-contact-info.type5.yellow .dt-sc-contact-icon, .dt-sc-contact-info.type5.yellow .dt-sc-contact-icon:after, .dt-sc-contact-info.type5.yellow .dt-sc-contact-icon:before {
    border-color: #ebd302
}

.dt-sc-contact-info.type5.yellow:hover {
    background-color: #ffcc21
}

.dt-sc-contact-info.type5.yellow:hover .dt-sc-contact-icon span {
    color: #ffcc21
}

.dt-sc-contact-info.type5:hover {
    background: url(../../images/hexagon-shape-pattern.png)
}

.dt-sc-contact-details-on-map {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0
}

.dt-sc-contact-details-on-map .map {
    widows: 100%;
    margin: 0;
    padding: 0;
    float: left;
    clear: both
}

.dt-sc-contact-details-on-map img {
    max-width: 100%;
    height: auto;
    display: block
}

.dt-sc-contact-details-on-map .map-switch-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
    width: 80px;
    height: 80px;
    margin: auto;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    line-height: 80px;
    z-index: 9
}

.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
}

.dt-sc-contact-details-on-map .dt-sc-map-overlay h3 {
    font-weight: 400
}

.dt-sc-contact-info.type7 h6, .dt-sc-contact-info.type8 h6 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .6px
}

.dt-sc-contact-info.type6 {
    text-align: center;
    padding: 30px 20px;
    position: relative
}

.dt-sc-contact-info.type6 span {
    font-size: 36px;
    position: relative;
    z-index: 9;
    width: auto;
    float: none;
    margin: 0
}

.dt-sc-contact-info.type6 h6 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 20px 0 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 {
    padding: 0 0 10px 110px;
    position: relative
}

.dt-sc-contact-info.type7 h6 {
    font-size: 13px;
    margin: 10px 0
}

.dt-sc-contact-info.type7 span {
    float: left;
    position: absolute;
    left: 10px;
    top: 15px;
    height: 100%;
    width: 65px;
    font-size: 30px;
    line-height: 65px;
    color: #fff
}

.dt-sc-contact-info.type7 span:after {
    content: "";
    position: absolute;
    width: 65px;
    height: 65px;
    left: 0;
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 10px;
    z-index: -1
}

.dt-sc-contact-info.type7 a {
    display: block
}

#footer .dt-sc-contact-info.type8, .dt-sc-contact-info.type8 {
    padding: 0;
    position: relative;
    text-align: center;
    margin: 90px 0 0
}

.dt-sc-contact-info.type8 span {
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    margin: auto;
    width: 84px;
    height: 84px;
    font-size: 32px;
    line-height: 84px;
    color: #fff;
    background: #000;
    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-contact-info.type8 h6 {
    font-size: 14px;
    margin-bottom: 10px
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .dt-sc-contact-info.type3:before, ::i-block-chrome {
        width: 92%;
        height: 95%
    }
}

.dt-sc-dark-bg .dt-sc-contact-info.type8 {
    border-color: #fff
}

.dt-sc-dark-bg .dt-sc-contact-info.type8 p a:hover {
    color: rgba(255, 255, 255, .5)
}

.dt-sc-contact-info.type2 h6 {
    color: rgba(0, 0, 0, .5)
}

.dt-sc-contact-info.type2 span, .dt-sc-contact-info.type3 h6, .dt-sc-contact-info.type3 p, .dt-sc-contact-info.type3 p a, .dt-sc-contact-info.type4 span:before, .dt-sc-contact-info.type5 .dt-sc-contact-icon span, .dt-sc-contact-info.type5:hover h6 a, .dt-sc-contact-info.type6, .dt-sc-contact-info.type6 a, .dt-sc-contact-info.type6 h6, .dt-sc-contact-info.type6 span, .dt-sc-dark-bg .dt-sc-contact-info.type8 a, .dt-sc-dark-bg .dt-sc-contact-info.type8 p a {
    color: #fff
}

.dt-sc-contact-info.type6 a:hover {
    color: #000
}

.dt-sc-contact-info.type3, .dt-sc-contact-info.type3 a {
    color: #fff
}

.dt-sc-contact-info.type3 a:hover, .dt-sc-contact-info.type3 p a:hover {
    color: #000
}

.dt-sc-contact-info.type5 h6 a {
    color: #222
}

.dt-sc-dark-bg .dt-sc-contact-info.type8 a:hover {
    color: rgba(255, 255, 255, .2)
}

.dt-sc-contact-info.type2 {
    border-color: #000
}

.dt-sc-contact-info.type3:before {
    border-color: rgba(255, 255, 255, .4)
}

.dt-sc-contact-info.type3:after, .dt-sc-contact-info.type5:hover .dt-sc-contact-icon {
    background: #fff
}

.dt-sc-contact-info.type2 span, .dt-sc-contact-info.type6:before {
    background: #000
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .dt-sc-contact-info.type5 h6 {
        font-size: 15px;
        margin: 20px 0 0
    }
    .dt-sc-contact-info.type2, .dt-sc-contact-info.type6, .dt-sc-contact-info.type6 a, .dt-sc-contact-info.type6 p {
        font-size: 12px
    }
    .dt-sc-contact-info.type7, .dt-sc-contact-info.type7 a, .dt-sc-contact-info.type7 p {
        font-size: 11px
    }
    .dt-sc-contact-info.type7 {
        padding-left: 75px;
        line-height: 20px
    }
    .dt-sc-contact-info.type7 span {
        width: 45px;
        font-size: 25px;
        line-height: 45px
    }
    .dt-sc-contact-info.type7 span:after {
        width: 45px;
        height: 45px
    }
    .dt-sc-contact-info.type3, .dt-sc-contact-info.type3 a, .dt-sc-contact-info.type3 p {
        font-size: 14px
    }
    .dt-sc-contact-info.type6:before {
        left: -10px;
        top: -10px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .dt-sc-contact-info.type2 {
        padding-left: 75px
    }
    .dt-sc-contact-info.type2 span {
        width: 60px
    }
    .rs_four_two_col .dt-sc-contact-info.type3 {
        margin-top: 20px
    }
    .dt-sc-contact-info.type2, .dt-sc-contact-info.type2 a, .dt-sc-contact-info.type2 p, .dt-sc-contact-info.type4, .dt-sc-contact-info.type4 a, .dt-sc-contact-info.type4 p {
        font-size: 11px
    }
    .rs_col-sm-6 .dt-sc-contact-info.type4, .rs_col-sm-6 .dt-sc-contact-info.type4 a, .rs_col-sm-6 .dt-sc-contact-info.type4 p {
        font-size: 16px
    }
    .wpb_column:not(.rs_col-sm-6) .dt-sc-contact-info.type3 h6 {
        font-size: 12px
    }
    .wpb_column:not(.rs_col-sm-6) .dt-sc-contact-info.type3, .wpb_column:not(.rs_col-sm-6) .dt-sc-contact-info.type3 a, .wpb_column:not(.rs_col-sm-6) .dt-sc-contact-info.type3 p {
        font-size: 10px
    }
    .dt-sc-contact-info.type5 .dt-sc-contact-icon {
        width: 102px;
        height: 55.06px;
        margin: 33.3px 0
    }
    .dt-sc-contact-info.type5 .dt-sc-contact-icon::after, .dt-sc-contact-info.type5 .dt-sc-contact-icon::before {
        height: 71.92px;
        width: 71.92px;
        left: 12.04px
    }
    .dt-sc-contact-info.type5 .dt-sc-contact-icon::before {
        top: -35.96px
    }
    .dt-sc-contact-info.type5 .dt-sc-contact-icon::after {
        bottom: -35.96px
    }
    .dt-sc-contact-info.type5 .dt-sc-contact-icon span {
        font-size: 45px;
        line-height: 57px
    }
    .dt-sc-contact-info.type5 h6 {
        font-size: 14px;
        margin: 20px 0 0
    }
    .dt-sc-contact-info.type8, .dt-sc-contact-info.type8 a, .dt-sc-contact-info.type8 p {
        font-size: 14px
    }
    .rs_col-sm-6 .dt-sc-contact-info.type3 {
        margin-bottom: 50px
    }
    .rs_col-sm-6 .dt-sc-contact-info.type6 {
        margin-bottom: 30px
    }
    .rs_col-sm-6 .dt-sc-contact-info.type7 {
        padding-bottom: 20px;
        padding-right: 30px
    }
    .dt-sc-contact-info.type6:before {
        left: -10px;
        top: -10px
    }
}

@media only screen and (max-width:767px) {
    .dt-sc-contact-info.type2 {
        margin: 0 0 20px
    }
    .dt-sc-contact-info.type3 {
        margin: 0 0 70px
    }
    .dt-sc-contact-info.type5 {
        margin: 0 0 30px
    }
    .dt-sc-contact-info.type6 {
        margin: 0 0 35px
    }
    .dt-sc-contact-info.type8 {
        margin: 90px 0
    }
    .dt-sc-contact-info.type4, .dt-sc-contact-info.type6 {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto
    }
    .dt-sc-contact-info.type7 {
        padding-left: 120px
    }
    .dt-sc-contact-info.type7 span {
        left: 15px
    }
    .dt-sc-contact-info.type8 span {
        top: -120px
    }
    .dt-sc-contact-info.type4 {
        border-right-width: 1px;
        margin: 0 auto 30px;
        width: 95%
    }
    .last .dt-sc-contact-info.type4:before {
        content: ""
    }
    .dt-sc-contact-info.type6:before {
        left: -10px;
        top: -10px
    }
    .dt-sc-contact-info.type2 span {
        line-height: 110px
    }
}

@media only screen and (max-width:479px) {
    .dt-sc-contact-info.type2 {
        padding-left: 85px
    }
    .dt-sc-contact-info.type2 span {
        width: 65px
    }
    .dt-sc-contact-info.type7 {
        padding-left: 90px
    }
    .dt-sc-contact-info.type7 span:after {
        width: 50px;
        height: 50px
    }
    .dt-sc-contact-info.type7 span {
        width: 50px;
        font-size: 30px;
        line-height: 50px
    }
    .dt-sc-contact-info.type6:before {
        left: -5px;
        top: -5px
    }
}

@media only screen and (max-width:319px) {
    .dt-sc-contact-info.type2 {
        padding: 100px 10px 10px;
        text-align: center
    }
    .dt-sc-contact-info.type2 span {
        height: auto;
        top: -4px;
        width: 100%
    }
    .dt-sc-contact-info.type6 {
        font-size: 12px
    }
    .dt-sc-contact-info.type7 {
        margin: 0 0 30px;
        padding: 90px 0 0;
        text-align: center;
        width: 100%
    }
    .dt-sc-contact-info.type7 span {
        left: 0;
        right: 0;
        margin: 0 auto
    }
}

/*Buttons*/

.dt-sc-button.filled.dt-sc-university-button:after, .dt-sc-button.filled.dt-sc-university-button:before, .dt-sc-button.with-icon.icon-left span:after, .dt-sc-button.with-icon.icon-right.type1, .dt-sc-button.with-icon.icon-right.type1:after, .dt-sc-colored-big-buttons:hover span, .dt-sc-partially-rounded {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

.dt-sc-button {
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin: 10px 0 0;
    outline: 0;
    padding: 8px 15px;
    position: relative;
    text-transform: inherit;
    z-index: 1;
    background: rgba(0, 0, 0, .05);
    color: #000
}

.dt-sc-button.filled, .dt-sc-button.filled:hover, .dt-sc-button:hover, .secondary-skin.dt-sc-button.bordered:hover, .secondary-skin.dt-sc-button.fully-rounded-border:hover, .secondary-skin.dt-sc-button.rounded-border:hover, .secondary-skin.dt-sc-button.rounded-corner {
    color: #fff
}

.dt-sc-button.transparent.large, .dt-sc-button.transparent.medium, .dt-sc-button.transparent.small, .dt-sc-button.transparent.xlarge {
    padding: 0
}

.dt-sc-button.bordered, .dt-sc-button.rounded-border {
    border: 1px solid;
    border-radius: 3px;
    background: 0 0
}

.dt-sc-button.transparent, .dt-sc-button.transparent:hover {
    background: 0 0;
    border: none;
    padding: 0
}

.dt-sc-button.fully-rounded-corner {
    border-radius: 50px
}

.dt-sc-button.bordered:hover, .dt-sc-button.rounded-border:hover {
    color: #fff;
    border-radius: 5px
}

.dt-sc-button.bordered, .dt-sc-button.bordered:hover {
    border-radius: 0
}

.dt-sc-button.partially-rounded {
    border-radius: 15px 0
}

.dt-sc-button.partially-rounded:hover {
    border-radius: 0 15px
}

.dt-sc-button.bordered.black, .dt-sc-button.fully-rounded-border.black, .dt-sc-button.rounded-border.black {
    border-color: #000;
    color: #000
}

.dt-sc-button.with-shadow {
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, .2)
}

.dt-sc-button.with-shadow.white {
    background: #fff
}

.dt-sc-button.with-shadow.white:hover {
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, .1)
}

.rounded-corner {
    border-radius: 5px
}

.dt-sc-button.filled.white {
    background: #fff;
    color: #000
}

.dt-sc-button.filled.white:hover {
    color: #fff
}

.dt-sc-button.filled.black {
    background: #000
}

.dt-sc-button.small {
    font-size: 12px;
    padding: 11px 18px
}

.dt-sc-button.medium {
    font-size: 14px;
    padding: 14px 22px
}

.dt-sc-button.large {
    font-size: 16px;
    padding: 16px 28px
}

.dt-sc-button.xlarge {
    font-size: 18px;
    padding: 18px 32px
}

.dt-sc-button.with-icon.icon-right span {
    margin-left: 10px
}

.dt-sc-button.dt-sc-left-margin {
    margin-left: 20px
}

.dt-sc-button.with-icon.icon-right.type1 {
    padding-right: 18px;
    position: relative;
    letter-spacing: .5px;
    overflow: hidden
}

.dt-sc-button.with-icon.icon-right.type1 span {
    margin-left: 30px
}

.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 {
    content: '';
    position: absolute;
    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);
    transform-origin: 0 0;
    transform: rotate(-20deg)
}

.dt-sc-button.with-icon.icon-right.type1:hover:after {
    width: 38%
}

.dt-sc-button.small.with-icon.icon-right.type1 span {
    margin-left: 25px
}

.dt-sc-button.small.with-icon.icon-right.type1:after {
    width: 39%
}

.dt-sc-button.small.with-icon.icon-right.type1:hover:after {
    width: 40%
}

.dt-sc-button.medium.with-icon.icon-right.type1 span {
    margin-left: 30px
}

.dt-sc-button.medium.with-icon.icon-right.type1:after {
    width: 35%
}

.dt-sc-button.medium.with-icon.icon-right.type1:hover:after {
    width: 38%
}

.dt-sc-button.large.with-icon.icon-right.type1 span {
    margin-left: 34px
}

.dt-sc-button.large.with-icon.icon-right.type1:after {
    width: 34%
}

.dt-sc-button.large.with-icon.icon-right.type1:hover:after {
    width: 36%
}

.dt-sc-button.xlarge.with-icon.icon-right.type1 span {
    margin-left: 38px
}

.dt-sc-button.xlarge.with-icon.icon-right.type1:after {
    width: 34%
}

.dt-sc-button.xlarge.with-icon.icon-right.type1:hover:after {
    width: 36%
}

.dt-sc-button.with-icon.icon-right.type2 span {
    padding: 23px 0 9px 20px;
    position: absolute;
    margin: 0 0 0 15px;
    display: inline-block;
    top: 0;
    right: 21px;
    height: 100%
}

.dt-sc-button.with-icon.icon-right.type2 span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-left: 1px solid rgba(0, 0, 0, .05);
    border-right: 1px solid rgba(255, 255, 255, .2)
}

.dt-sc-button.small.with-icon.icon-right.type2 {
    padding: 13px 75px 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 78px 14px 22px
}

.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 84px 18px 24px
}

.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 96px 24px 28px
}

.dt-sc-button.xlarge.with-icon.icon-right.type2 span {
    padding-top: 26px;
    padding-left: 25px;
    right: 25px;
    font-size: 24px
}

.dt-sc-button.with-icon.icon-right.type3 {
    text-transform: none
}

.dt-sc-button.with-icon.icon-right.type3 span {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    background: #000;
    color: #fff;
    text-align: center
}

.dt-sc-button.with-icon.icon-right.type3 span:before {
    bottom: 0;
    height: 12px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}

.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: 120px;
    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: 18px
}

.dt-sc-button.with-icon.icon-left span {
    margin-right: 10px
}

.dt-sc-button.small.with-icon.icon-left {
    padding: 13px 20px 11px
}

.dt-sc-button.medium.with-icon.icon-left {
    padding: 16px 25px 14px
}

.dt-sc-button.large.with-icon.icon-left {
    padding: 20px 30px 18px
}

.dt-sc-button.xlarge.with-icon.icon-left {
    padding: 26px 35px 24px
}

.dt-sc-button.large.with-icon.icon-left span {
    line-height: 20px
}

.dt-sc-button.with-icon.icon-left.type2 span:after {
    content: "";
    position: absolute;
    top: 0;
    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: 30px;
    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: 35px;
    padding-right: 20px;
    margin-right: 20px
}

.dt-sc-button.with-icon.icon-left.type2 span.pe-icon {
    font-size: 20px;
    font-weight: 700
}

.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: 42px;
    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: 50px;
    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, .4);
    background: rgba(0, 0, 0, .1)
}

.dt-sc-button.grey.with-icon.icon-left span:after {
    background: #fff
}

.dt-sc-button.grey.with-icon.icon-left:hover span:after {
    background: rgba(0, 0, 0, .05)
}

.dt-sc-button.fully-rounded-border {
    background: 0 0
}

.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: 11px 25px
}

.dt-sc-button.fully-rounded-border.medium {
    padding: 14px 30px
}

.dt-sc-button.fully-rounded-border:hover {
    color: #fff
}

.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: #fff;
    text-align: left;
    color: #000;
    border-radius: 5px;
    width: 100%;
    letter-spacing: .5px;
    font-weight: 300
}

.dt-sc-colored-big-buttons:hover {
    color: #fff
}

.dt-sc-colored-big-buttons.with-left-icon {
    padding-left: 110px
}

.dt-sc-colored-big-buttons span {
    color: #fff;
    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.pe-icon {
    font-size: 35px
}

.dt-sc-colored-big-buttons:hover span {
    background: #fff
}

.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-button.blue, .dt-sc-button.blue.bordered:hover, .dt-sc-button.blue.fully-rounded-border:hover, .dt-sc-button.blue.rounded-border:hover, .dt-sc-button.brown, .dt-sc-button.brown.bordered:hover, .dt-sc-button.brown.fully-rounded-border:hover, .dt-sc-button.brown.rounded-border:hover, .dt-sc-button.cadetblue, .dt-sc-button.cadetblue.bordered:hover, .dt-sc-button.cadetblue.fully-rounded-border:hover, .dt-sc-button.cadetblue.rounded-border:hover, .dt-sc-button.chillipepper, .dt-sc-button.chillipepper.bordered:hover, .dt-sc-button.chillipepper.fully-rounded-border:hover, .dt-sc-button.chillipepper.rounded-border:hover, .dt-sc-button.cyan, .dt-sc-button.cyan.bordered:hover, .dt-sc-button.cyan.fully-rounded-border:hover, .dt-sc-button.cyan.rounded-border:hover, .dt-sc-button.darkgolden, .dt-sc-button.darkgolden.bordered:hover, .dt-sc-button.darkgolden.fully-rounded-border:hover, .dt-sc-button.darkgolden.rounded-border:hover, .dt-sc-button.deeporange, .dt-sc-button.deeporange.bordered:hover, .dt-sc-button.deeporange.fully-rounded-border:hover, .dt-sc-button.deeporange.rounded-border:hover, .dt-sc-button.deeppurple, .dt-sc-button.deeppurple.bordered:hover, .dt-sc-button.deeppurple.fully-rounded-border:hover, .dt-sc-button.deeppurple.rounded-border:hover, .dt-sc-button.green, .dt-sc-button.green.bordered:hover, .dt-sc-button.green.fully-rounded-border:hover, .dt-sc-button.green.rounded-border:hover, .dt-sc-button.lime, .dt-sc-button.lime.bordered:hover, .dt-sc-button.lime.fully-rounded-border:hover, .dt-sc-button.lime.rounded-border:hover, .dt-sc-button.megenta, .dt-sc-button.megenta.bordered:hover, .dt-sc-button.megenta.fully-rounded-border:hover, .dt-sc-button.megenta.rounded-border:hover, .dt-sc-button.orange, .dt-sc-button.orange.bordered:hover, .dt-sc-button.orange.fully-rounded-border:hover, .dt-sc-button.orange.rounded-border:hover, .dt-sc-button.pink, .dt-sc-button.pink.bordered:hover, .dt-sc-button.pink.fully-rounded-border:hover, .dt-sc-button.pink.rounded-border:hover, .dt-sc-button.purple, .dt-sc-button.purple.bordered:hover, .dt-sc-button.purple.fully-rounded-border:hover, .dt-sc-button.purple.rounded-border:hover, .dt-sc-button.red, .dt-sc-button.red.bordered:hover, .dt-sc-button.red.fully-rounded-border:hover, .dt-sc-button.red.rounded-border:hover, .dt-sc-button.skyblue, .dt-sc-button.skyblue.bordered:hover, .dt-sc-button.skyblue.fully-rounded-border:hover, .dt-sc-button.skyblue.rounded-border:hover, .dt-sc-button.teal, .dt-sc-button.teal.bordered:hover, .dt-sc-button.teal.fully-rounded-border:hover, .dt-sc-button.teal.rounded-border:hover, .dt-sc-button.turquoise, .dt-sc-button.turquoise.bordered:hover, .dt-sc-button.turquoise.fully-rounded-border:hover, .dt-sc-button.turquoise.rounded-border:hover, .dt-sc-button.wisteria, .dt-sc-button.wisteria.bordered:hover, .dt-sc-button.wisteria.fully-rounded-border:hover, .dt-sc-button.wisteria.rounded-border:hover {
    color: #fff
}

.dt-sc-button.blue.bordered, .dt-sc-button.blue.fully-rounded-border, .dt-sc-button.blue.rounded-border, .dt-sc-button.brown.bordered, .dt-sc-button.brown.fully-rounded-border, .dt-sc-button.brown.rounded-border, .dt-sc-button.cadetblue.bordered, .dt-sc-button.cadetblue.fully-rounded-border, .dt-sc-button.cadetblue.rounded-border, .dt-sc-button.chillipepper.bordered, .dt-sc-button.chillipepper.fully-rounded-border, .dt-sc-button.chillipepper.rounded-border, .dt-sc-button.cyan.bordered, .dt-sc-button.cyan.fully-rounded-border, .dt-sc-button.cyan.rounded-border, .dt-sc-button.darkgolden.bordered, .dt-sc-button.darkgolden.fully-rounded-border, .dt-sc-button.darkgolden.rounded-border, .dt-sc-button.deeporange.bordered, .dt-sc-button.deeporange.fully-rounded-border, .dt-sc-button.deeporange.rounded-border, .dt-sc-button.deeppurple.bordered, .dt-sc-button.deeppurple.fully-rounded-border, .dt-sc-button.deeppurple.rounded-border, .dt-sc-button.green.bordered, .dt-sc-button.green.fully-rounded-border, .dt-sc-button.green.rounded-border, .dt-sc-button.lime.bordered, .dt-sc-button.lime.fully-rounded-border, .dt-sc-button.lime.rounded-border, .dt-sc-button.megenta.bordered, .dt-sc-button.megenta.fully-rounded-border, .dt-sc-button.megenta.rounded-border, .dt-sc-button.orange.bordered, .dt-sc-button.orange.fully-rounded-border, .dt-sc-button.orange.rounded-border, .dt-sc-button.pink.bordered, .dt-sc-button.pink.fully-rounded-border, .dt-sc-button.pink.rounded-border, .dt-sc-button.purple.bordered, .dt-sc-button.purple.fully-rounded-border, .dt-sc-button.purple.rounded-border, .dt-sc-button.red.bordered, .dt-sc-button.red.fully-rounded-border, .dt-sc-button.red.rounded-border, .dt-sc-button.skyblue.bordered, .dt-sc-button.skyblue.fully-rounded-border, .dt-sc-button.skyblue.rounded-border, .dt-sc-button.teal.bordered, .dt-sc-button.teal.fully-rounded-border, .dt-sc-button.teal.rounded-border, .dt-sc-button.turquoise.bordered, .dt-sc-button.turquoise.fully-rounded-border, .dt-sc-button.turquoise.rounded-border, .dt-sc-button.wisteria.bordered, .dt-sc-button.wisteria.fully-rounded-border, .dt-sc-button.wisteria.rounded-border, .dt-sc-button.yellow.bordered, .dt-sc-button.yellow.fully-rounded-border, .dt-sc-button.yellow.rounded-border {
    background: 0 0
}

.dt-sc-button.white.bordered, .dt-sc-button.white.fully-rounded-border, .dt-sc-button.white.rounded-border {
    color: #fff;
    border-color: #fff
}

.dt-sc-button.white.bordered:hover, .dt-sc-button.white.fully-rounded-border:hover, .dt-sc-button.white.rounded-border:hover {
    color: #000;
    background: #fff;
    border-color: #fff
}

.dt-sc-button.yellow, .dt-sc-button.yellow.bordered:hover, .dt-sc-button.yellow.fully-rounded-border:hover, .dt-sc-button.yellow.rounded-border:hover {
    color: #000
}

.dt-sc-button.blue, .dt-sc-button.blue.bordered:hover, .dt-sc-button.blue.filled, .dt-sc-button.blue.fully-rounded-border:hover, .dt-sc-button.blue.rounded-border:hover {
    background: #008bd3
}

.dt-sc-button.blue.filled:hover, .dt-sc-button.blue.with-icon.icon-right.type1:hover, .dt-sc-button.blue:hover {
    background: #0081c2
}

.dt-sc-button.blue.bordered, .dt-sc-button.blue.fully-rounded-border, .dt-sc-button.blue.rounded-border {
    color: #008bd3
}

.dt-sc-button.blue.bordered:hover, .dt-sc-button.blue.fully-rounded-border, .dt-sc-button.blue.fully-rounded-border:hover, .dt-sc-button.blue.rounded-border:hover {
    border-color: #008bd3
}

.dt-sc-button.brown, .dt-sc-button.brown.bordered:hover, .dt-sc-button.brown.filled, .dt-sc-button.brown.fully-rounded-border:hover, .dt-sc-button.brown.rounded-border:hover {
    background: #795548
}

.dt-sc-button.brown.filled:hover, .dt-sc-button.brown.with-icon.icon-right.type1:hover, .dt-sc-button.brown:hover {
    background: #573a30
}

.dt-sc-button.brown.bordered, .dt-sc-button.brown.fully-rounded-border, .dt-sc-button.brown.rounded-border {
    color: #795548
}

.dt-sc-button.brown.bordered:hover, .dt-sc-button.brown.fully-rounded-border, .dt-sc-button.brown.fully-rounded-border:hover, .dt-sc-button.brown.rounded-border:hover {
    border-color: #795548
}

.dt-sc-button.cadetblue, .dt-sc-button.cadetblue.bordered:hover, .dt-sc-button.cadetblue.filled, .dt-sc-button.cadetblue.fully-rounded-border:hover, .dt-sc-button.cadetblue.rounded-border:hover {
    background: #3c939d
}

.dt-sc-button.cadetblue.filled:hover, .dt-sc-button.cadetblue.with-icon.icon-right.type1:hover, .dt-sc-button.cadetblue:hover {
    background: #34818a
}

.dt-sc-button.cadetblue.bordered, .dt-sc-button.cadetblue.fully-rounded-border, .dt-sc-button.cadetblue.rounded-border {
    color: #3c939d
}

.dt-sc-button.cadetblue.bordered:hover, .dt-sc-button.cadetblue.fully-rounded-border, .dt-sc-button.cadetblue.fully-rounded-border:hover, .dt-sc-button.cadetblue.rounded-border:hover {
    border-color: #3c939d
}

.dt-sc-button.chillipepper, .dt-sc-button.chillipepper.bordered:hover, .dt-sc-button.chillipepper.filled, .dt-sc-button.chillipepper.fully-rounded-border:hover, .dt-sc-button.chillipepper.rounded-border:hover {
    background: #c10841
}

.dt-sc-button.chillipepper.filled:hover, .dt-sc-button.chillipepper.with-icon.icon-right.type1:hover, .dt-sc-button.chillipepper:hover {
    background: #9d0836
}

.dt-sc-button.chillipepper.bordered, .dt-sc-button.chillipepper.fully-rounded-border, .dt-sc-button.chillipepper.rounded-border {
    color: #c10841
}

.dt-sc-button.chillipepper.bordered:hover, .dt-sc-button.chillipepper.fully-rounded-border, .dt-sc-button.chillipepper.fully-rounded-border:hover, .dt-sc-button.chillipepper.rounded-border:hover {
    border-color: #c10841
}

.dt-sc-button.cyan, .dt-sc-button.cyan.bordered:hover, .dt-sc-button.cyan.filled, .dt-sc-button.cyan.fully-rounded-border:hover, .dt-sc-button.cyan.rounded-border:hover {
    background: #00bcd4
}

.dt-sc-button.cyan.filled:hover, .dt-sc-button.cyan.with-icon.icon-right.type1:hover, .dt-sc-button.cyan:hover {
    background: #00a0b4
}

.dt-sc-button.cyan.bordered, .dt-sc-button.cyan.fully-rounded-border, .dt-sc-button.cyan.rounded-border {
    color: #00bcd4
}

.dt-sc-button.cyan.bordered:hover, .dt-sc-button.cyan.fully-rounded-border, .dt-sc-button.cyan.fully-rounded-border:hover, .dt-sc-button.cyan.rounded-border:hover {
    border-color: #00bcd4
}

.dt-sc-button.darkgolden, .dt-sc-button.darkgolden.bordered:hover, .dt-sc-button.darkgolden.filled, .dt-sc-button.darkgolden.fully-rounded-border:hover, .dt-sc-button.darkgolden.rounded-border:hover {
    background: #b48b3c
}

.dt-sc-button.darkgolden.filled:hover, .dt-sc-button.darkgolden.with-icon.icon-right.type1:hover, .dt-sc-button.darkgolden:hover {
    background: #a17b35
}

.dt-sc-button.darkgolden.bordered, .dt-sc-button.darkgolden.fully-rounded-border, .dt-sc-button.darkgolden.rounded-border {
    color: #b48b3c
}

.dt-sc-button.darkgolden.bordered:hover, .dt-sc-button.darkgolden.fully-rounded-border, .dt-sc-button.darkgolden.fully-rounded-border:hover, .dt-sc-button.darkgolden.rounded-border:hover {
    border-color: #b48b3c
}

.dt-sc-button.deeporange, .dt-sc-button.deeporange.bordered:hover, .dt-sc-button.deeporange.filled, .dt-sc-button.deeporange.fully-rounded-border:hover, .dt-sc-button.deeporange.rounded-border:hover {
    background: #ff5722
}

.dt-sc-button.deeporange.filled:hover, .dt-sc-button.deeporange.with-icon.icon-right.type1:hover, .dt-sc-button.deeporange:hover {
    background: #db4211
}

.dt-sc-button.deeporange.bordered, .dt-sc-button.deeporange.fully-rounded-border, .dt-sc-button.deeporange.rounded-border {
    color: #ff5722
}

.dt-sc-button.deeporange.bordered:hover, .dt-sc-button.deeporange.fully-rounded-border, .dt-sc-button.deeporange.fully-rounded-border:hover, .dt-sc-button.deeporange.rounded-border:hover {
    border-color: #ff5722
}

.dt-sc-button.deeppurple, .dt-sc-button.deeppurple.bordered:hover, .dt-sc-button.deeppurple.filled, .dt-sc-button.deeppurple.fully-rounded-border:hover, .dt-sc-button.deeppurple.rounded-border:hover {
    background: #673ab7
}

.dt-sc-button.deeppurple.filled:hover, .dt-sc-button.deeppurple.with-icon.icon-right.type1:hover, .dt-sc-button.deeppurple:hover {
    background: #532b99
}

.dt-sc-button.deeppurple.bordered, .dt-sc-button.deeppurple.fully-rounded-border, .dt-sc-button.deeppurple.rounded-border {
    color: #673ab7
}

.dt-sc-button.deeppurple.bordered:hover, .dt-sc-button.deeppurple.fully-rounded-border, .dt-sc-button.deeppurple.fully-rounded-border:hover, .dt-sc-button.deeppurple.rounded-border:hover {
    border-color: #673ab7
}

.dt-sc-button.green, .dt-sc-button.green.bordered:hover, .dt-sc-button.green.filled, .dt-sc-button.green.fully-rounded-border:hover, .dt-sc-button.green.rounded-border:hover {
    background: #60ae0d
}

.dt-sc-button.green.filled:hover, .dt-sc-button.green.with-icon.icon-right.type1:hover, .dt-sc-button.green:hover {
    background: #54990b
}

.dt-sc-button.green.bordered, .dt-sc-button.green.fully-rounded-border, .dt-sc-button.green.rounded-border {
    color: #60ae0d
}

.dt-sc-button.green.bordered:hover, .dt-sc-button.green.fully-rounded-border, .dt-sc-button.green.fully-rounded-border:hover, .dt-sc-button.green.rounded-border:hover {
    border-color: #60ae0d
}

.dt-sc-button.lime, .dt-sc-button.lime.bordered:hover, .dt-sc-button.lime.filled, .dt-sc-button.lime.fully-rounded-border:hover, .dt-sc-button.lime.rounded-border:hover {
    background: #cddc39
}

.dt-sc-button.lime.filled:hover, .dt-sc-button.lime.with-icon.icon-right.type1:hover, .dt-sc-button.lime:hover {
    background: #b1bf27
}

.dt-sc-button.lime.bordered, .dt-sc-button.lime.fully-rounded-border, .dt-sc-button.lime.rounded-border {
    color: #cddc39
}

.dt-sc-button.lime.bordered:hover, .dt-sc-button.lime.fully-rounded-border, .dt-sc-button.lime.fully-rounded-border:hover, .dt-sc-button.lime.rounded-border:hover {
    border-color: #cddc39
}

.dt-sc-button.magenta, .dt-sc-button.magenta.bordered:hover, .dt-sc-button.magenta.filled, .dt-sc-button.magenta.fully-rounded-border:hover, .dt-sc-button.magenta.rounded-border:hover {
    background: #cb506d
}

.dt-sc-button.magenta.filled:hover, .dt-sc-button.magenta.with-icon.icon-right.type1:hover, .dt-sc-button.magenta:hover {
    background: #ae3753
}

.dt-sc-button.magenta.bordered, .dt-sc-button.magenta.fully-rounded-border, .dt-sc-button.magenta.rounded-border {
    color: #cb506d
}

.dt-sc-button.magenta.bordered:hover, .dt-sc-button.magenta.fully-rounded-border, .dt-sc-button.magenta.fully-rounded-border:hover, .dt-sc-button.magenta.rounded-border:hover {
    border-color: #cb506d
}

.dt-sc-button.orange, .dt-sc-button.orange.bordered:hover, .dt-sc-button.orange.filled, .dt-sc-button.orange.fully-rounded-border:hover, .dt-sc-button.orange.rounded-border:hover {
    background: #ff9800
}

.dt-sc-button.orange.filled:hover, .dt-sc-button.orange.with-icon.icon-right.type1:hover, .dt-sc-button.orange:hover {
    background: #da8200
}

.dt-sc-button.orange.bordered, .dt-sc-button.orange.fully-rounded-border, .dt-sc-button.orange.rounded-border {
    color: #ff9800
}

.dt-sc-button.orange.bordered:hover, .dt-sc-button.orange.fully-rounded-border, .dt-sc-button.orange.fully-rounded-border:hover, .dt-sc-button.orange.rounded-border:hover {
    border-color: #ff9800
}

.dt-sc-button.pink, .dt-sc-button.pink.bordered:hover, .dt-sc-button.pink.filled, .dt-sc-button.pink.fully-rounded-border:hover, .dt-sc-button.pink.rounded-border:hover {
    background: #fd6ca3
}

.dt-sc-button.pink.filled:hover, .dt-sc-button.pink.with-icon.icon-right.type1:hover, .dt-sc-button.pink:hover {
    background: #e86496
}

.dt-sc-button.pink.bordered, .dt-sc-button.pink.fully-rounded-border, .dt-sc-button.pink.rounded-border {
    color: #fd6ca3
}

.dt-sc-button.pink.bordered:hover, .dt-sc-button.pink.fully-rounded-border, .dt-sc-button.pink.fully-rounded-border:hover, .dt-sc-button.pink.rounded-border:hover {
    border-color: #fd6ca3
}

.dt-sc-button.purple, .dt-sc-button.purple.bordered:hover, .dt-sc-button.purple.filled, .dt-sc-button.purple.fully-rounded-border:hover, .dt-sc-button.purple.rounded-border:hover {
    background: #9c27b0
}

.dt-sc-button.purple.filled:hover, .dt-sc-button.purple.with-icon.icon-right.type1:hover, .dt-sc-button.purple:hover {
    background: #7c1b8c
}

.dt-sc-button.purple.bordered, .dt-sc-button.purple.fully-rounded-border, .dt-sc-button.purple.rounded-border {
    color: #9c27b0
}

.dt-sc-button.purple.bordered:hover, .dt-sc-button.purple.fully-rounded-border, .dt-sc-button.purple.fully-rounded-border:hover, .dt-sc-button.purple.rounded-border:hover {
    border-color: #9c27b0
}

.dt-sc-button.red, .dt-sc-button.red.bordered:hover, .dt-sc-button.red.filled, .dt-sc-button.red.fully-rounded-border:hover, .dt-sc-button.red.rounded-border:hover {
    background: #da0000
}

.dt-sc-button.red.filled:hover, .dt-sc-button.red.with-icon.icon-right.type1:hover, .dt-sc-button.red:hover {
    background: #c50000
}

.dt-sc-button.red.bordered, .dt-sc-button.red.fully-rounded-border, .dt-sc-button.red.rounded-border {
    color: #da0000
}

.dt-sc-button.red.bordered:hover, .dt-sc-button.red.fully-rounded-border, .dt-sc-button.red.fully-rounded-border:hover, .dt-sc-button.red.rounded-border:hover {
    border-color: #da0000
}

.dt-sc-button.skyblue, .dt-sc-button.skyblue.bordered:hover, .dt-sc-button.skyblue.filled, .dt-sc-button.skyblue.fully-rounded-border:hover, .dt-sc-button.skyblue.rounded-border:hover {
    background: #0eb2e7
}

.dt-sc-button.skyblue.filled:hover, .dt-sc-button.skyblue.with-icon.icon-right.type1:hover, .dt-sc-button.skyblue:hover {
    background: #0da2d4
}

.dt-sc-button.skyblue.bordered, .dt-sc-button.skyblue.fully-rounded-border, .dt-sc-button.skyblue.rounded-border {
    color: #0eb2e7
}

.dt-sc-button.skyblue.bordered:hover, .dt-sc-button.skyblue.fully-rounded-border, .dt-sc-button.skyblue.fully-rounded-border:hover, .dt-sc-button.skyblue.rounded-border:hover {
    border-color: #0eb2e7
}

.dt-sc-button.teal, .dt-sc-button.teal.bordered:hover, .dt-sc-button.teal.filled, .dt-sc-button.teal.fully-rounded-border:hover, .dt-sc-button.teal.rounded-border:hover {
    background: #009688
}

.dt-sc-button.teal.filled:hover, .dt-sc-button.teal.with-icon.icon-right.type1:hover, .dt-sc-button.teal:hover {
    background: #007f73
}

.dt-sc-button.teal.bordered, .dt-sc-button.teal.fully-rounded-border, .dt-sc-button.teal.rounded-border {
    color: #009688
}

.dt-sc-button.teal.bordered:hover, .dt-sc-button.teal.fully-rounded-border, .dt-sc-button.teal.fully-rounded-border:hover, .dt-sc-button.teal.rounded-border:hover {
    border-color: #009688
}

.dt-sc-button.turquoise, .dt-sc-button.turquoise.bordered:hover, .dt-sc-button.turquoise.filled, .dt-sc-button.turquoise.fully-rounded-border:hover, .dt-sc-button.turquoise.rounded-border:hover {
    background: #32ccbd
}

.dt-sc-button.turquoise.filled:hover, .dt-sc-button.turquoise.with-icon.icon-right.type1:hover, .dt-sc-button.turquoise:hover {
    background: #24b6a8
}

.dt-sc-button.turquoise.bordered, .dt-sc-button.turquoise.fully-rounded-border, .dt-sc-button.turquoise.rounded-border {
    color: #32ccbd
}

.dt-sc-button.turquoise.bordered:hover, .dt-sc-button.turquoise.fully-rounded-border, .dt-sc-button.turquoise.fully-rounded-border:hover, .dt-sc-button.turquoise.rounded-border:hover {
    border-color: #32ccbd
}

.dt-sc-button.wisteria, .dt-sc-button.wisteria.bordered:hover, .dt-sc-button.wisteria.filled, .dt-sc-button.wisteria.fully-rounded-border:hover, .dt-sc-button.wisteria.rounded-border:hover {
    background: #9b59b6
}

.dt-sc-button.wisteria.filled:hover, .dt-sc-button.wisteria.with-icon.icon-right.type1:hover, .dt-sc-button.wisteria:hover {
    background: #7c4094
}

.dt-sc-button.wisteria.bordered, .dt-sc-button.wisteria.fully-rounded-border, .dt-sc-button.wisteria.rounded-border {
    color: #9b59b6
}

.dt-sc-button.wisteria.bordered:hover, .dt-sc-button.wisteria.fully-rounded-border, .dt-sc-button.wisteria.fully-rounded-border:hover, .dt-sc-button.wisteria.rounded-border:hover {
    border-color: #9b59b6
}

.dt-sc-button.yellow, .dt-sc-button.yellow.bordered:hover, .dt-sc-button.yellow.filled, .dt-sc-button.yellow.fully-rounded-border:hover, .dt-sc-button.yellow.rounded-border:hover {
    background: #ffcc21
}

.dt-sc-button.yellow.filled:hover, .dt-sc-button.yellow.with-icon.icon-right.type1:hover, .dt-sc-button.yellow:hover {
    background: #ebd302
}

.dt-sc-button.yellow.bordered, .dt-sc-button.yellow.fully-rounded-border, .dt-sc-button.yellow.rounded-border {
    color: #ffcc21
}

.dt-sc-button.yellow.bordered:hover, .dt-sc-button.yellow.fully-rounded-border, .dt-sc-button.yellow.fully-rounded-border:hover, .dt-sc-button.yellow.rounded-border:hover {
    border-color: #ffcc21
}

.dt-sc-one-course-button.dt-sc-button {
    -moz-box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .3)
}

.dt-sc-one-course-button.dt-sc-button:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    transform: translateY(2px)
}

.dt-sc-points-system-button.dt-sc-button {
    -moz-box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .3)
}

.dt-sc-points-system-button.dt-sc-button:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    transform: translateY(2px)
}

.dt-sc-button.filled.dt-sc-university-button:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 5px;
    z-index: -1
}

.dt-sc-button.filled.dt-sc-university-button:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 0;
    z-index: -1
}

.dt-sc-button.filled.dt-sc-university-button:hover {
    color: #000
}

.dt-sc-button.filled.dt-sc-university-button:hover:before {
    width: 100%
}

.dt-sc-button.filled.dt-sc-university-button:hover:after {
    width: 5px
}

.dt-sc-button.bordered.black:hover, .dt-sc-button.rounded-border.black:hover, .dt-sc-dark-bg .dt-sc-button.bordered, .dt-sc-dark-bg .dt-sc-button.rounded-border, .dt-sc-dark-bg.skin-color .dt-sc-button.fully-rounded-border, .dt-sc-skin-highlight .dt-sc-button.bordered, .dt-sc-skin-highlight .dt-sc-button.rounded-border {
    color: #fff
}

.dt-sc-skin-highlight .dt-sc-button.bordered:hover, .dt-sc-skin-highlight .dt-sc-button.rounded-border:hover {
    background: #fff
}

.dt-sc-dark-bg .dt-sc-button.bordered, .dt-sc-dark-bg .dt-sc-button.rounded-border, .dt-sc-dark-bg.skin-color .dt-sc-button.fully-rounded-border, .dt-sc-skin-highlight .dt-sc-button.bordered, .dt-sc-skin-highlight .dt-sc-button.rounded-border {
    border-color: #fff
}

.dt-sc-button.with-icon.icon-right.type1:after {
    background: rgba(0, 0, 0, .1)
}

.dt-sc-button.with-icon.icon-left.type2 span:after {
    background: rgba(0, 0, 0, .05)
}

.dt-sc-button:hover.dt-sc-dark-color-on-hover {
    color: #000
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .dt-sc-button.large.with-icon.icon-left span {
        line-height: 18px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .dt-sc-button.medium {
        font-size: 13px
    }
    .dt-sc-button.large {
        font-size: 15px
    }
    .dt-sc-button.xlarge {
        font-size: 16px
    }
    .dt-sc-button.xlarge.with-icon.icon-left span {
        margin-right: 18px;
        margin-top: 3px
    }
    .dt-sc-button.large.with-icon.icon-right.type1 {
        font-size: 15px;
        padding-left: 34px
    }
    .dt-sc-button.xlarge.with-icon.icon-right.type1::after {
        width: 36%
    }
    .dt-sc-button.xlarge.with-icon.icon-right.type1:hover:after {
        width: 38%
    }
    .dt-sc-button.xlarge.with-icon.icon-right.type3 span, .dt-sc-colored-big-buttons span {
        width: 65px
    }
    .dt-sc-button.xlarge.with-icon.icon-right.type1 {
        font-size: 16px;
        padding-left: 30px
    }
    .dt-sc-button.small.with-icon.icon-right.type2 span {
        padding-top: 10px
    }
    .dt-sc-button.medium.with-icon.icon-right.type2 span {
        padding-top: 14px
    }
    .dt-sc-button.large.with-icon.icon-right.type2 {
        font-size: 14px
    }
    .dt-sc-button.large.with-icon.icon-right.type2 span {
        padding-top: 18px
    }
    .dt-sc-button.xlarge.with-icon.icon-right.type2 {
        font-size: 16px;
        padding: 26px 84px 24px 20px
    }
    .dt-sc-button.xlarge.with-icon.icon-right.type2 span {
        font-size: 21px;
        padding-left: 20px;
        padding-top: 24px;
        right: 23px
    }
    .dt-sc-button.medium.with-icon.icon-right.type3 {
        font-size: 15px
    }
    .dt-sc-button.large.with-icon.icon-right.type3 {
        font-size: 16px;
        padding-left: 24px;
        padding-right: 88px
    }
    .dt-sc-button.xlarge.with-icon.icon-right.type3 {
        font-size: 17px;
        padding-left: 25px;
        padding-right: 90px
    }
    .dt-sc-button.large.with-icon.icon-left.type2 {
        padding-left: 18px;
        padding-right: 24px
    }
    .dt-sc-button.large.with-icon.icon-left.type2 span {
        margin-right: 18px;
        padding-right: 18px
    }
    .dt-sc-button.large.with-icon.icon-left.type2 span::after {
        left: 59px
    }
    .dt-sc-button.xlarge.with-icon.icon-left.type2 {
        padding-left: 20px;
        padding-right: 24px
    }
    .dt-sc-button.xlarge.with-icon.icon-left.type2 span {
        margin-right: 20px;
        padding-right: 20px
    }
    .dt-sc-button.xlarge.with-icon.icon-left.type2 span::after {
        left: 69px
    }
    .dt-sc-colored-big-buttons.with-left-icon {
        padding-left: 80px
    }
}

@media only screen and (max-width:767px) {
    .dt-sc-button.dt-sc-left-margin {
        display: table;
        margin-left: 0
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .aligncenter .dt-sc-button.medium.with-icon.icon-right.type3 {
        padding: 14px 80px 13px 30px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .dt-sc-colored-big-buttons {
        font-size: 16px
    }
    .dt-sc-button.with-shadow.large {
        padding: 20px 30px
    }
}

@media only screen and (max-width:319px) {
    .dt-sc-button.small {
        font-size: 11px
    }
    .dt-sc-button.medium {
        font-size: 13px
    }
    .dt-sc-button.large {
        font-size: 14px;
        padding: 20px 34px 18px
    }
    .dt-sc-button.xlarge {
        font-size: 15px;
        padding: 26px 36px 24px
    }
    .dt-sc-button.xlarge.with-icon.icon-left span {
        margin-right: 18px
    }
    .dt-sc-button.large.with-icon.icon-right.type1 {
        font-size: 15px;
        padding-left: 34px
    }
    .dt-sc-button.large.with-icon.icon-right.type1::after, .dt-sc-button.medium.with-icon.icon-right.type1::after {
        width: 32%
    }
    .dt-sc-button.medium.with-icon.icon-right.type1:hover:after {
        width: 36%
    }
    .dt-sc-button.xlarge.with-icon.icon-right.type1 {
        font-size: 16px;
        padding-left: 30px
    }
    .dt-sc-button.xlarge.with-icon.icon-right.type1::after {
        width: 30%
    }
    .dt-sc-button.xlarge.with-icon.icon-right.type3 span, .dt-sc-colored-big-buttons span {
        width: 65px
    }
    .dt-sc-button.xlarge.with-icon.icon-right.type2 {
        padding: 26px 80px 24px 20px
    }
    .dt-sc-button.xlarge.with-icon.icon-right.type2 span {
        font-size: 21px;
        padding-left: 20px;
        right: 23px
    }
    .dt-sc-button.large.with-icon.icon-right.type2 {
        font-size: 14px
    }
    .dt-sc-button.xlarge.with-icon.icon-right.type2 {
        font-size: 16px
    }
    .dt-sc-button.medium.with-icon.icon-right.type3 {
        font-size: 15px
    }
    .dt-sc-button.large.with-icon.icon-right.type3 {
        font-size: 16px;
        padding-left: 24px;
        padding-right: 88px
    }
    .dt-sc-button.xlarge.with-icon.icon-right.type3 {
        font-size: 17px;
        padding-left: 25px;
        padding-right: 90px
    }
    .dt-sc-button.large.with-icon.icon-left.type2 {
        padding-left: 18px;
        padding-right: 24px
    }
    .dt-sc-button.large.with-icon.icon-left.type2 span {
        margin-right: 18px;
        padding-right: 18px
    }
    .dt-sc-button.large.with-icon.icon-left.type2 span::after {
        left: 52px
    }
    .dt-sc-button.xlarge.with-icon.icon-left.type2 {
        padding-left: 20px;
        padding-right: 24px
    }
    .dt-sc-button.xlarge.with-icon.icon-left.type2 span {
        margin-right: 20px;
        padding-right: 20px
    }
    .dt-sc-button.xlarge.with-icon.icon-left.type2 span::after {
        left: 59px
    }
    .dt-sc-colored-big-buttons.with-left-icon {
        padding-left: 80px
    }
    .dt-sc-button.dt-sc-left-margin {
        margin-left: 0
    }
}

/*Blockquote*/

blockquote.type2 q, blockquote.type2:before {
    font-family: Poppins, Helvetica, Arial, sans-serif
}

blockquote.type1 q, blockquote>p {
    font-size: 18px;
    line-height: 30px;
    display: inline-block;
    font-weight: 300;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 20px 0;
    margin-bottom: 10px
}

.dt-sc-dark-bg blockquote.type1 q {
    border-color: #fff
}

blockquote.type2 {
    overflow: hidden;
    padding-left: 70px;
    position: relative
}

blockquote.type2 q {
    display: inline-block;
    font-size: 24px;
    line-height: 40px;
    margin-right: 70px;
    max-width: 100%
}

blockquote.type2 q:before {
    content: ""
}

blockquote.type2:before {
    content: "\“";
    font-size: 120px;
    position: absolute;
    left: 0;
    top: 60px;
    text-align: center;
    width: 20px;
    font-weight: 500
}

blockquote.type2 cite {
    float: right;
    font-style: normal;
    margin: 30px 0 0;
    position: relative;
    text-align: right
}

blockquote.type2 cite:before {
    background: rgba(0, 0, 0, .1);
    content: "";
    height: 1px;
    position: absolute;
    right: 100%;
    top: 15px;
    width: 9999px;
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px)
}

blockquote.type2.dt-sc-points-system-quote {
    padding: 120px 150px
}

blockquote.type2.dt-sc-points-system-quote q {
    font-size: 40px;
    font-weight: 200;
    line-height: 55px;
    font-family: Raleway, sans-serif;
    margin: 0
}

blockquote.type2.dt-sc-points-system-quote:before {
    top: 80px;
    left: 80px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}

blockquote.type3 {
    padding: 15px 0 15px 25px;
    border-left: 2px solid rgba(0, 0, 0, .2)
}

blockquote.type3 q {
    font-size: 16px
}

blockquote.type4 {
    background: #222;
    font-size: 16px;
    line-height: 30px;
    padding: 30px;
    text-align: center;
    color: #fff
}

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: #fff;
    text-transform: capitalize;
    font-size: 13px
}

blockquote.type4>q:after, blockquote.type4>q:before {
    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
}

blockquote.type1.blue q, blockquote.type3.blue {
    border-color: #008bd3
}

blockquote.type2.blue cite::before, blockquote.type4.blue {
    background-color: #008bd3
}

blockquote.type1.brown q, blockquote.type3.brown {
    border-color: #795548
}

blockquote.type2.brown cite::before, blockquote.type4.brown {
    background-color: #795548
}

blockquote.type1.cadetblue q, blockquote.type3.cadetblue {
    border-color: #3c939d
}

blockquote.type2.cadetblue cite::before, blockquote.type4.cadetblue {
    background-color: #3c939d
}

blockquote.type1.chillipepper q, blockquote.type3.chillipepper {
    border-color: #c10841
}

blockquote.type2.chillipepper cite::before, blockquote.type4.chillipepper {
    background-color: #c10841
}

blockquote.type1.cyan q, blockquote.type3.cyan {
    border-color: #00bcd4
}

blockquote.type2.cyan cite::before, blockquote.type4.cyan {
    background-color: #00bcd4
}

blockquote.type1.darkgolden q, blockquote.type3.darkgolden {
    border-color: #b48b3c
}

blockquote.type2.darkgolden cite::before, blockquote.type4.darkgolden {
    background-color: #b48b3c
}

blockquote.type1.deeporange q, blockquote.type3.deeporange {
    border-color: #ff5722
}

blockquote.type2.deeporange cite::before, blockquote.type4.deeporange {
    background-color: #ff5722
}

blockquote.type1.deeppurple q, blockquote.type3.deeppurple {
    border-color: #673ab7
}

blockquote.type2.deeppurple cite::before, blockquote.type4.deeopurple {
    background-color: #673ab7
}

blockquote.type1.green q, blockquote.type3.green {
    border-color: #60ae0d
}

blockquote.type2.green cite::before, blockquote.type4.green {
    background-color: #60ae0d
}

blockquote.type1.lime q, blockquote.type3.lime {
    border-color: #cddc39
}

blockquote.type2.lime cite::before, blockquote.type4.lime {
    background-color: #cddc39
}

blockquote.type1.magenta q, blockquote.type3.magenta {
    border-color: #cb506d
}

blockquote.type2.magenta cite::before, blockquote.type4.magenta {
    background-color: #cb506d
}

blockquote.type1.orange q, blockquote.type3.orange {
    border-color: #ff9800
}

blockquote.type2.orange cite::before, blockquote.type4.orange {
    background-color: #ff9800
}

blockquote.type1.pink q, blockquote.type3.pink {
    border-color: #fd6ca3
}

blockquote.type2.pink cite::before, blockquote.type4.pink {
    background-color: #fd6ca3
}

blockquote.type1.purple q, blockquote.type3.purple {
    border-color: #9c27b0
}

blockquote.type2.purple cite::before, blockquote.type4.purple {
    background-color: #9c27b0
}

blockquote.type1.red q, blockquote.type3.red {
    border-color: #da0000
}

blockquote.type2.red cite::before, blockquote.type4.red {
    background-color: #da0000
}

blockquote.type1.skyblue q, blockquote.type3.skyblue {
    border-color: #0eb2e7
}

blockquote.type2.skyblue cite::before, blockquote.type4.skyblue {
    background-color: #0eb2e7
}

blockquote.type1.teal q, blockquote.type3.teal {
    border-color: #009688
}

blockquote.type2.teal cite::before, blockquote.type4.teal {
    background-color: #009688
}

blockquote.type1.turquoise q, blockquote.type3.turquoise {
    border-color: #32ccbd
}

blockquote.type2.turquoise cite::before, blockquote.type4.turquoise {
    background-color: #32ccbd
}

blockquote.type1.wisteria q, blockquote.type3.wisteria {
    border-color: #9b59b6
}

blockquote.type2.wisteria cite::before, blockquote.type4.wisteria {
    background-color: #9b59b6
}

blockquote.type1.yellow q, blockquote.type3.yellow {
    border-color: #ffcc21
}

blockquote.type2.yellow cite::before, blockquote.type4.yellow {
    background-color: #ffcc21
}

blockquote.type1 q, blockquote>p {
    border-color: rgba(0, 0, 0, .15)
}

@media only screen and (min-width:1200px) and (max-width:1380px) {
    blockquote.type2.dt-sc-points-system-quote {
        padding: 80px 100px
    }
    blockquote.type2.dt-sc-points-system-quote:before {
        top: 60px;
        left: 60px
    }
}

@media only screen and (max-width:767px) {
    blockquote.type2.dt-sc-points-system-quote:before {
        top: 40px;
        left: 40px
    }
    blockquote.type2.dt-sc-points-system-quote {
        padding: 50px 80px
    }
}

@media only screen and (max-width:479px) {
    blockquote.type2 {
        width: 100%
    }
    blockquote.type2 q {
        margin-right: 30px
    }
}

/*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 .3s linear 0s;
    width: 100%
}

.dt-sc-vitem-detail h2 {
    font-size: 13px;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    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: #777
}

.type2 .dt-sc-video-item:before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: .95;
    position: absolute;
    top: 0;
    width: 100%;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=1)
}

.type2 .dt-sc-video-item.active .dt-sc-vitem-detail, .type2 .dt-sc-video-item:hover .dt-sc-vitem-detail {
    background-color: transparent
}

.dt-sc-video-item.active .dt-sc-vitem-detail:before, .dt-sc-video-item.active h2, .dt-sc-video-item.active p, .dt-sc-video-item:hover .dt-sc-vitem-detail:before, .dt-sc-video-item:hover h2, .dt-sc-video-item:hover p {
    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, .75);
    text-align: center
}

.type2 .dt-sc-video-wrapper .video-overlay {
    background: url(../images/video-img-overlay.png)
}

.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: 0
}

.dt-sc-video-wrapper .video-overlay-inner h2, .dt-sc-video-wrapper .video-overlay-inner p {
    color: rgba(255, 255, 255, .5)
}

.type2 .dt-sc-video-wrapper .video-overlay-inner h2, .type2 .dt-sc-video-wrapper .video-overlay-inner p {
    color: rgba(255, 255, 255, .7)
}

.dt-sc-video-item:hover {
    cursor: pointer
}

/*Twitter Feeds*/

.dt-sc-twitter-feeds {
    float: left;
    clear: both;
    width: 100%;
    text-align: center
}

.dt-sc-twitter-icon {
    overflow: hidden;
    margin: 0 0 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;
    background: #fff;
    color: #1da1f2
}

.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: #000
}

.dt-sc-twitter-feeds .dt-sc-tweet .tweet-time {
    font-size: 16px;
    clear: both;
    display: inline-block;
    width: 100%;
    font-style: italic;
    margin: 10px 0 0
}

.dt-sc-twitter-icon:after, .dt-sc-twitter-icon:before {
    content: "";
    position: absolute;
    top: 35px;
    width: 9000px;
    height: 1px;
    background: rgba(0, 0, 0, .5)
}

.dt-sc-twitter-icon:before {
    left: 100%;
    right: 0
}

.dt-sc-twitter-icon:after {
    right: 100%;
    right: 0
}

.dt-privacy-wrapper {
    float: left;
    width: 100%;
    padding: 5px 0;
}

.dt-privacy-wrapper input[type="checkbox"] {
    margin-top: -1px;
    margin-right: 5px;
}

.dt-sc-newsletter-section.type1 .dt-privacy-wrapper label {
    color: #fff;
}