/* Table of Content
==================================================
	1.0  -  Custom Class
	2.0  -  Browser Fix
	3.0  -  DT Responsive*/


/*--------------------------------------------------------------
	1.0 - Custom Class
	--------------------------------------------------------------*/

a.video-image span:after,
.dt_img-hover-icon a:before,
.dt_img-hover-icon a:after,
.dt_contact-info-title .vc_column-inner:after,
.dt_contact-info-title .vc_column-inner:before {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.title_uppercase {
    text-transform: uppercase;
}

.title_bold {
    font-weight: bold;
}


/* http://prntscr.com/dydrzx = Reseller Hosting page */

.extend-bg-fullwidth-left.vc_col-has-fill>.vc_column-inner,
.extend-bg-fullwidth-right.vc_col-has-fill>.vc_column-inner {
    position: relative;
}

.extend-bg-fullwidth-left:not(.vc_col-has-fill):after,
.extend-bg-fullwidth-right:not(.vc_col-has-fill):after,
.extend-bg-fullwidth-left.vc_col-has-fill>.vc_column-inner:after,
.extend-bg-fullwidth-right.vc_col-has-fill>.vc_column-inner:after {
    content: "";
    display: inline !important;
    height: 100%;
    position: absolute;
    top: 0;
    width: 9999px;
    z-index: -1;
}

.extend-bg-fullwidth-left:not(.vc_col-has-fill):after,
.extend-bg-fullwidth-left.vc_col-has-fill>.vc_column-inner:after {
    z-index: 0;
    right: 100%;
}

.extend-bg-fullwidth-right:not(.vc_col-has-fill):after,
.extend-bg-fullwidth-right.vc_col-has-fill>.vc_column-inner:after {
    z-index: 0;
    left: 100%;
}

.extend-bg-fullwidth-left:after,
.extend-bg-fullwidth-right:after,
.extend-bg-fullwidth-left.vc_col-has-fill>.vc_column-inner:after,
.extend-bg-fullwidth-right.vc_col-has-fill>.vc_column-inner:after {
    background-color: inherit;
}

.dt-sc-special-testimonial-container .extend-bg-fullwidth-left:after,
.dt-sc-special-testimonial-container .extend-bg-fullwidth-right:after {
    background: none;
}

.vc_row.extend-bg-fill-slanting .extend-bg-fullwidth-left:not(.vc_col-has-fill):after,
.vc_row.extend-bg-fill-slanting .extend-bg-fullwidth-left.vc_col-has-fill>.vc_column-inner:after {
    right: 0;
    transform: skewX(-30deg) translateX(18px);
    z-index: 0;
    box-shadow: 8px 0 0 0 #fff;
}

.vc_row.extend-bg-fill-slanting .extend-bg-fullwidth-left:not(.dt-col-static-position)>.vc_column-inner {
    position: relative;
    z-index: 1 !important;
}

.vc_row.extend-bg-fill-slanting .extend-bg-fullwidth-left.vc_col-has-fill>.vc_column-inner:before {
    left: 0;
    transform: skewX(-30deg) translateX(-32px);
}

.vc_row.extend-bg-fill-slanting .extend-bg-fullwidth-left[class*="dt-skin-"],
.vc_row.extend-bg-fill-slanting .extend-bg-fullwidth-right[class*="dt-skin-"] {
    background-color: transparent;
}

a.video-image span {
    font-size: 40px;
    position: relative;
    height: 75px;
    width: 75px;
    line-height: 75px;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a.video-image span:after {
    position: absolute;
    display: block;
    content: "";
    height: 75px;
    width: 75px;
    line-height: 75px;
    border-radius: 50%;
    background: #2b2b2b;
    color: #fff;
    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.35);
    -moz-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.35);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.35);
    z-index: -1;
    top: 0;
    left: -2px;
}

a.video-image span:hover:after {
    background: #fff;
}

.image-overlay-icon .vc_single_image-wrapper {
    position: relative;
}

.image-overlay-icon .vc_single_image-wrapper:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
}

.image-overlay-icon a.video-image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.gradient-parallax:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: -moz-linear-gradient(left, rgba(242, 243, 246, 1) 20%, rgba(242, 243, 246, 0.72) 30%, rgba(229, 229, 229, 0) 40%, rgba(229, 229, 229, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(242, 243, 246, 1) 20%, rgba(242, 243, 246, 0.72) 30%, rgba(229, 229, 229, 0) 40%, rgba(229, 229, 229, 0) 100%);
    background: linear-gradient(to right, rgba(242, 243, 246, 1) 20%, rgba(242, 243, 246, 0.72) 30%, rgba(229, 229, 229, 0) 40%, rgba(229, 229, 229, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f2f3f6', endColorstr='#00e5e5e5', GradientType=1);
}

.gradient-parallax .gradient-content {
    z-index: 9;
    padding-right: 45px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome,
    .safari-hack.vc_row.vc_row-flex {
        display: block !important;
    }
}


/*.vc_row.vc_row-flex, .vc_row.vc_row-flex > .vc_column_container*/


/*----*****---- << Vc Column custom class >> --****--*/

.rs_no-padding_column.wpb_column,
.vc_col-md-12.wpb_column.rs_no-padding_column {
    margin-top: -1px;
    padding-bottom: 0;
    margin-bottom: 0;
}


/* http://prntscr.com/dydqdv */

.light-overlay:before {
    background: rgba(255, 255, 255, 0.8);
}


/* http://prntscr.com/dydsrd  = Model Home page contact section */

.dark-overlay:before {
    background: rgba(0, 0, 0, 0.8);
}


/*----*****---- << Gray Scale >> --****--*/


/* http://prntscr.com/dydr06 = Hotel Our Firm Page */

.gray-scale:hover,
.gray-scale:hover img {
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition-property: -webkit-filter;
    -moz-transition-property: -moz-filter;
    -ms-transition-property: -ms-filter;
    -o-transition-property: -o-filter;
    transition-property: filter;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}


/*----*****---- << Text with icon >> --****--*/


/* http://prntscr.com/dydrax = Fitness Home Page */

.dt-sc-text-with-icon {
    width: 100%;
    clear: both;
    float: left;
    font-weight: bold;
    padding: 12px 0 12px 20px;
}

.dt-sc-text-with-icon span {
    font-size: 18px;
    margin: 0 7px 0 0;
    position: relative;
    top: 2px;
    font-weight: bold;
}

.dt-sc-text-with-icon.border-bottom {
    border-bottom: 1px solid;
}

.dt-sc-text-with-icon.border-right {
    border-right: 1px solid;
}

.dt-sc-dark-bg .dt-sc-text-with-icon span {
    color: #ffffff;
}


/*----*****---- << Hosting Domain Page Table >> --****--*/


/* http://prntscr.com/dydxr3 = Hosting Domain Page */

.hosting-table {
    border-top: 0;
    font-family: 'Open Sans', sans-serif;
}

.hosting-table th {
    background: #e1e1e1;
    border-radius: 5px 5px 0 0;
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    border-right: 1px solid #ffffff;
    padding: 20px 15px;
}

.hosting-table tr td,
.hosting-table tbody tr:nth-child(2n+1) td {
    background: rgba(0, 0, 0, 0.95);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    padding: 25px 15px;
}

.hosting-table tbody tr td:last-child,
.hosting-table tr th:last-child {
    border: none;
}

.hosting-table tbody tr:nth-child(2) td {
    background: rgba(0, 0, 0, 0.9);
}

.hosting-table tbody tr:nth-child(3) td {
    background: rgba(0, 0, 0, 0.85);
}

.hosting-table tbody tr:nth-child(4) td {
    background: rgba(0, 0, 0, 0.8);
}

.hosting-table tbody tr:nth-child(5) td {
    background: rgba(0, 0, 0, 0.75);
}

.hosting-table tbody tr:nth-child(6) td {
    background: rgba(0, 0, 0, 0.7);
}

.hosting-table tbody tr:nth-child(7) td {
    background: rgba(0, 0, 0, 0.65);
}

.hosting-table tbody tr:nth-child(8) td {
    background: rgba(0, 0, 0, 0.6);
}

.hosting-table tbody tr:nth-child(9) td {
    background: rgba(0, 0, 0, 0.55);
}

.hosting-table tbody tr:nth-child(10) td {
    background: rgba(0, 0, 0, 0.5);
}

.hosting-table tbody tr:nth-child(11) td {
    background: rgba(0, 0, 0, 0.45);
}

.hosting-table tbody tr:nth-child(12) td {
    background: rgba(0, 0, 0, 0.4);
}

.hosting-table tbody tr td:first-child {
    position: relative;
}

.hosting-table tbody tr td:first-child:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #60ae0d;
    z-index: -1;
}

.hosting-table tbody tr td.new,
.hosting-table tbody tr td.hot {
    position: relative;
    overflow: hidden;
}

.hosting-table tbody tr td.new:before,
.hosting-table tbody tr td.hot:before {
    content: "New";
    position: absolute;
    left: -20px;
    top: 5px;
    padding: 2px 22px;
    background: #60ae0d;
    color: #ffffff;
    font-size: 12px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hosting-table tbody tr td.hot:before {
    content: "Hot";
    background: #e80505;
    padding: 2px 24px;
}


/*----*****---- << Spa rounded corner image >> --****--*/


/* http://prntscr.com/dydylt = Spa */

.dt-sc-partially-rounded-alt {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.vc_min_height_right.wpb_column.vc_col-sm-6 {
    margin-left: 30px;
    width: calc(50% - 30px);
}


/* http://prntscr.com/e0ka7y *
	
	/*----*****---- << Image Caption With Counter >> --****--*/


/* http://prntscr.com/dydzek = Image caption counter */

.dt-sc-image-caption-with-counter {
    counter-reset: image-caption-counter;
}

.dt-sc-image-caption-with-counter h3 {
    counter-increment: image-caption-counter;
}

.dt-sc-image-caption-with-counter h3:before {
    content: counter(image-caption-counter, decimal-leading-zero);
    font-size: 36px;
    font-weight: 600;
    border-bottom: 2px solid;
    float: left;
    margin: -10px 20px 0 0;
    padding: 0;
}

.dt-sc-image-caption-with-counter h3:before {
    font-family: 'Open Sans', sans-serif;
}

.dt-sc-contact-details-on-map .dt-sc-map-overlay h3,
.dt-sc-contact-details-on-map .map-switch-icon,
.dt-sc-contact-details-on-map .map-switch-icon:hover {
    color: #ffffff;
}

.dt-sc-contact-details-on-map .map-switch-icon:hover {
    background: #000000;
}


/* http://prntscr.com/dydzs2 = Restaurant */


/*----*****---- << Photography Readmore Plus >> ----*****----*/


/* http://prntscr.com/dydzxp = Photography */

.dt-sc-readmore-plus-icon:before,
.dt-sc-readmore-plus-icon:after {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.dt-sc-readmore-plus-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
}

.dt-sc-readmore-plus-icon:before,
.dt-sc-readmore-plus-icon:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.dt-sc-readmore-plus-icon:before {
    height: 1px;
    width: 30px;
}

.dt-sc-readmore-plus-icon:after {
    height: 30px;
    width: 1px;
}

.dt-sc-readmore-plus-icon:before,
.dt-sc-readmore-plus-icon:after {
    background: #ffffff;
}

.dt-sc-readmore-plus-icon {
    background: #000000;
}

.dt-sc-readmore-plus-icon:hover {
    background: rgba(0, 0, 0, 0.8);
}


/*----*****---- << Nightclub Home page Social icons >> ----*****----*/

.diamond-narrow-square-border li:before {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.diamond-narrow-square-border li a {
    color: #000000;
}

.diamond-narrow-square-border li a:hover {
    color: #ffffff;
}


/* Instagram */

#footer #sb_instagram .sbi_photo {
    border-radius: 5px;
    width: 80px !important;
    height: 80px !important;
}

#footer #sb_instagram>#sbi_images .sbi_item {
    padding: 5px 10px 5px 0 !important;
}

#footer #sb_instagram>#sbi_images {
    padding: 0 !important;
}


/* Logtik */

.move-to-top-slider {
    margin-top: -200px;
}

.dt-sc-tab-carousel-pl {
    padding-left: 16.5%;
}

.dt-sc-custom-bg .upb_row_bg .ultimate_h_parallax {
    min-height: auto !important;
    min-width: 100% !important;
}

.move-top-icon-box {
    background: #fff;
    border-radius: 10px;
    margin-top: -250px;
}

.move-top-icon-box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 73%;
    bottom: 0;
    left: 0;
    display: block;
    z-index: -1;
    box-shadow: 0px 20px 20px 0 #e9e9e9;
    -webkit-box-shadow: 0px 20px 20px 0 #e9e9e9;
    -moz-box-shadow: 0px 20px 20px 0 #e9e9e9;
    border-radius: 10px;
}

.skew-blade .left-skew {
    width: 70%;
    transform: skew(-27deg);
    position: relative;
    margin-left: -21%;
    margin-bottom: 0;
    padding: 0 0 0 10%;
    float: left;
    display: flex;
}

.skew-blade .right-skew {
    width: 70.5%;
    transform: skew(-27deg);
    position: relative;
    margin-right: -21%;
    padding: 0 0 0 5%;
    float: right;
    display: -ms-flexbox;
    display: flex;
}

.skew-blade .left-skew img {
    display: block;
    transform: skew(27deg) translateX(-50%);
    position: absolute;
    width: auto;
    height: 100%;
    left: 70%;
    top: 0;
}

.skew-blade .right-skew img {
    display: block;
    transform: skew(27deg) translateX(-50%);
    position: absolute;
    width: auto;
    height: 100%;
    left: 30%;
    top: 0;
}

.skew-blade .left-skew,
.skew-blade .right-skew {
    overflow: hidden;
    background-image: none!important;
}

.skew-blade .left-skew,
.skew-blade .right-skew {
    background-position: center;
    background-size: cover;
    background-color: #000;
}

.skew-blade .left-skew img,
.skew-blade .right-skew img {
    opacity: .2;
}

.skew-blade .vc_row.wpb_row {
    z-index: 10;
    position: relative;
    transform: skew(27deg);
}

.skew-blade p {
    font-family: Barlow, Helvetica, Arial, sans-serif;
    letter-spacing: 0.5px;
}

.skew-blade ul.dt-sc-fancy-list {
    margin-bottom: 25px;
}

.skew-blade ul.dt-sc-fancy-list li {
    padding: 0px 0 0px 25px;
}

.skew-blade ul.dt-sc-fancy-list li:before {
    top: 1px;
}

.dt_img-hover-icon a {
    position: relative;
    display: block;
}

.dt_img-hover-icon a:before {
    background: rgba(0, 0, 0, 0.8);
    content: "";
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    float: left;
    opacity: 0;
}

.dt_img-hover-icon a:after {
    position: absolute;
    content: "";
    left: -30px;
    top: 50%;
    width: 55px;
    height: 32px;
    background-image: url(../images/blog-hover.png);
    right: 0;
    margin: 0 auto;
    z-index: 9;
    background-size: contain;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    opacity: 0;
}

.dt_img-hover-icon a:hover:before {
    opacity: 1;
}

.dt_img-hover-icon a:hover:after {
    left: 0;
    opacity: 1;
}

.dt_img-hover-icon a:before,
.dt_img-hover-icon a img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.dt_about-img-carousel .vc_images_carousel .vc_carousel-indicators {
    margin-bottom: 10px;
}

.dt_about-img-carousel .vc_images_carousel .vc_carousel-indicators li {
    border: 4px solid #e5e5e5;
    background: #b8b8b8;
    width: 20px;
    height: 20px;
    margin: 0 3px;
}

.dt_about-img-carousel .vc_images_carousel .vc_carousel-indicators li.vc_active {
    background: #000;
}

.dt_images-with-border:after {
    position: absolute;
    content: "";
    left: 25px;
    top: 10px;
    border: 1px solid #000;
    border-radius: 10px;
    z-index: -1;
    bottom: 34px;
    right: 5px;
}

.dt_about-img-carousel .vc_carousel-slideline .vc_item a img,
.dt_img-border-radius img {
    border-radius: 10px;
}

.dt_abt-achieve-wrapper .vc_col-sm-6:last-child {
    width: 44%;
}

.dt_abt-achieve-wrapper .vc_col-sm-6:first-child {
    width: 55%;
}

.dt-sc-playon-video-modal {
    float: left;
    position: relative;
    width: 100%;
}

.dt-sc-playon-video-modal img.ult-modal-img {
    width: 90px;
    height: 90px;
    position: absolute;
    opacity: 0;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: 0;
}

.dt-sc-playon-video-modal.ult-adjust-bottom-margin {
    margin-bottom: 0;
    height: 90px;
}

.dt-sc-playon-video-modal:before {
    content: "";
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.dt-sc-playon-video-modal:after {
    color: #fff;
    content: "\f144";
    font-family: fontawesome;
    font-size: 106px;
    height: 90px;
    line-height: 90px;
    margin: auto;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: -1px;
    right: 0;
    top: 0;
    text-align: center;
    width: 90px;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    background: #000;
}

.dt-sc-playon-video-modal:hover:after {
    color: #fff;
    -webkit-box-shadow: 0 0 0 12px #000;
    box-shadow: 0 0 0 12px #000;
}

.vc_row.vc_row-no-padding .res_vertical-align-tab.wpb_column {
    padding: 9% 3% 6% 5%;
}

.vc_custom_heading.skin-color i {
    font-style: normal;
}

.dt_quote-form .wpb_content_element {
    margin-bottom: 20px;
}

.dt_quote-form-sec>.vc_column-inner {
    border-radius: 10px;
}

img.dt_form-out-img {
    position: relative;
    left: -25px;
    border-radius: 10px;
}

.dt_industry-custom-align-sec>.wpb_column.vc_col-sm-8 {
    width: 62%;
}

.dt_industry-custom-align-sec>.wpb_column.vc_col-sm-4 {
    width: 37%;
}

.vc_icon_element.dt-sc-skin-color .vc_icon_element-inner.vc_icon_element-size-xl .vc_icon_element-icon {
    font-size: 60px !important;
}

.dt_contact-form-wrapper .dt-skin-secondary-bg {
    border-radius: 15px;
}

.dt_contact-form-wrapper form.dt_contact-form {
    margin-top: -10px;
}

.dt_contact-info {
    border-radius: 0 0 10px 10px;
}

.dt_contact-info-title .vc_column-inner {
    position: relative;
}

.dt_contact-info-title .vc_column-inner {
    z-index: 9;
    border-radius: 10px 10px 0 0;
}

.dt_contact-info-title .vc_column-inner:after {
    top: 0;
    height: 100%;
}

.dt_contact-info-title .vc_column-inner:before {
    bottom: 0;
    height: 10%;
    opacity: 0;
}

.dt_contact-info-title .vc_column-inner:after,
.dt_contact-info-title .vc_column-inner:before {
    position: absolute;
    content: "";
    width: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: -1;
    display: block;
    left: 0;
    border-radius: 10px 10px 0 0;
}

.dt_contact-info-wrapper:hover .dt_contact-info-title .vc_column-inner:before {
    height: 100%;
    opacity: 1;
}

.dt_contact-info-wrapper:hover .dt_contact-info-title .vc_column-inner:after {
    height: 10%;
    opacity: 0;
}

.uvc-type-wrap span {
    font-family: Barlow, Helvetica, Arial, sans-serif !important;
    font-weight: bold !important;
}

#wpcargo-result .wpcargo-row#shipper-info {
    margin-bottom: 20px;
}

#wpcargo-result .wpcargo-row#shipment-info .wpcargo-col-md-12 {
    margin-bottom: 15px;
}

#wpcargo-result .wpcargo-row#shipment-info .wpcargo-col-md-3 {
    margin-bottom: 10px;
}

.dtportfolio-single-mediaontop-section-holder {
    margin-bottom: 0 !important;
    display: none;
}

.dtportfolio-single-mediaontop-section-holder:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}


/* Shutter Effect  */

.shutter-effect .wpb_wrapper {
    position: relative;
}

.shutter-effect .wpb_wrapper:before,
.shutter-effect .wpb_wrapper:after,
.shutter-effect.figure-img figure.wpb_wrapper:before,
.shutter-effect.figure-img figure.wpb_wrapper:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: -moz-transform .5s cubic-bezier(.645, .045, .355, 1);
    -o-transition: -o-transform .5s cubic-bezier(.645, .045, .355, 1);
    transition: transform .5s cubic-bezier(.645, .045, .355, 1);
    border-radius: 10px;
}

.shutter-effect .wpb_wrapper:before,
.shutter-effect.figure-img figure.wpb_wrapper:before {
    z-index: 9;
    background-color: #ff5d1b;
}

.shutter-effect .wpb_wrapper:after,
.shutter-effect.figure-img figure.wpb_wrapper:after {
    z-index: 1;
    background-color: currentColor;
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    -moz-transition-delay: .2s;
}

.pace-done .shutter-effect .wpb_wrapper:before,
.pace-done .shutter-effect .wpb_wrapper:after,
.pace-done .shutter-effect.figure-img figure.wpb_wrapper:before,
.pace-done .shutter-effect.figure-img figure.wpb_wrapper:after {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}

.shutter-effect.figure-img .wpb_wrapper:before,
.shutter-effect.figure-img .wpb_wrapper:after {
    display: none;
}


/*--------------------------------------------------------------
	2.0 - Browser Fix
	--------------------------------------------------------------*/


/* IE9 and above override */

@media screen and (min-width:0\0) {
    .dt-sc-contact-details-on-map .dt-sc-map-overlay {
        padding: 71px 0 0;
    }
}


/* IE9 only override */

.ie9 .dt-sc-contact-details-on-map .dt-sc-map-overlay {
    padding: 72px 0 0;
}


/*--------------------------------------------------------------
	3.0 - DT Responsive
	--------------------------------------------------------------*/

@media only screen and (min-width:1381px) and (max-width:1600px) {
    .dt-sc-tab-carousel-pl {
        padding-left: 9%;
    }
}

@media only screen and (min-width:1200px) and (max-width:1380px) {
    .dt-sc-tab-carousel-pl {
        padding-left: 2%;
    }
    .dt_quote-form-wrapper>.vc_col-sm-6 {
        width: 100%;
    }
    .dt_quote-form-wrapper>.vc_col-sm-6:last-child {
        margin-top: 50px;
    }
    .dt_quote-form-wrapper>.vc_col-sm-6:last-child .vc_col-sm-8 {
        width: 80%;
        margin: 0 auto;
        float: none;
    }
    .dt_quote-form p.form-text:after {
        right: -500px;
    }
    .dt_quote-form p.form-text:before {
        left: -500px;
    }
    .vc_row.vc_row-no-padding .res_vertical-align-tab.wpb_column {
        padding: 5.5% 3% 3% 5%;
    }
    #footer #sb_instagram .sbi_photo {
        width: 75px !important;
        height: 75px !important;
    }
}


/* Note: Design for a width of 960px */

@media only screen and (min-width:992px) and (max-width:1199px) {
    /*----*****---- << Hosting >> ----*****----*/
    .hosting-contact-info-container .dt-sc-contact-info.type7 span {
        left: 10px;
    }
    /*----*****---- << Restaurant >> ----*****----*/
    .dt-sc-contact-details-on-map .dt-sc-map-overlay {
        padding: 72px 0 0;
    }
    /*----*****---- << Miscellaneous >> ----*****----*/
    .dt-sc-text-with-icon {
        font-size: 13px;
    }
    .dt-sc-image-caption.type8 .dt-sc-image-title h6 {
        line-height: normal;
    }
    .dt-sc-tab-carousel-pl {
        padding-left: 1%;
    }
    .move-to-top-slider {
        margin-top: 40px;
    }
    .skew-blade .left-skew,
    .skew-blade .right-skew {
        transform: skew(-15deg);
        -webkit-transform: skew(-15deg);
        -moz-transform: skew(-15deg);
        -ms-transform: skew(-15deg);
    }
    .skew-blade .left-skew img,
    .skew-blade .right-skew img {
        transform: skew(15deg) translateX(-50%);
        -webkit-transform: skew(15deg) translateX(-50%);
        -ms-transform: skew(15deg) translateX(-50%);
        -moz-transform: skew(15deg) translateX(-50%);
    }
    .skew-blade .vc_row.wpb_row {
        transform: skew(15deg);
        -webkit-transform: skew(15deg);
        -moz-transform: skew(15deg);
        -ms-transform: skew(15deg);
    }
    #footer ul.dt-sc-fancy-list.working-hours li {
        line-height: 26px;
    }
    .dt_video-wrapper .vc_column-inner {
        padding: 40px 0 !important;
    }
    .dt_quote-form-wrapper>.vc_col-sm-6 {
        width: 100%;
    }
    .dt_quote-form-wrapper>.vc_col-sm-6:last-child {
        margin-top: 50px;
    }
    .dt_quote-form-wrapper>.vc_col-sm-6:last-child .vc_col-sm-8 {
        width: 80%;
        margin: 0 auto;
        float: none;
    }
    .dt_quote-form p.form-text:after {
        right: -450px;
    }
    .dt_quote-form p.form-text:before {
        left: -450px;
    }
    .dt_contact-info-sec .vc_column_container>.vc_column-inner {
        padding-left: 15px !important;
    }
    .dt_contact-info-sec.vc_column_container>.vc_column-inner {
        padding: 15px 20px !important;
    }
    .vc_row.vc_row-no-padding .res_vertical-align-tab.wpb_column {
        padding: 4% 2% 2% 4%;
    }
    #footer #sb_instagram .sbi_photo {
        width: 60px !important;
        height: 60px !important;
    }
}


/* Note: Design for a width of 768px */

@media only screen and (min-width:768px) and (max-width:991px) {
    .dt-sc-text-with-icon {
        font-size: 11px;
    }
    .vc_row.vc_row-no-padding .dt-sc-map-overlay .wpb_column.vc_col-sm-3 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .vc_row.vc_row-no-padding .dt-sc-map-overlay .wpb_column.vc_col-sm-3 .dt-sc-contact-info.type3 {
        font-size: 13px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .vc_row.vc_row-no-padding .dt-sc-map-overlay .wpb_column.vc_col-sm-3 .dt-sc-contact-info.type3 h6 {
        font-size: 15px;
    }
    .dt-sc-contact-details-on-map .dt-sc-map-overlay {
        padding: 76px 0 0;
    }
    .rs_line_height p {
        line-height: normal !important;
    }
    /*----*****---- << Event >> ----*****----*/
    .dt-sc-content-with-hexagon-shape {
        margin-left: 16%;
    }
    .event-colored-box {
        margin-top: 0;
    }
    .event-contact-info {
        margin-left: 25%;
    }
    /*----*****---- << Architecture >> ----*****----*/
    .architecture-process.rs_padding_override {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .column.wpb_column.dt-sc-one-fifth.vc_col-md-4 {
        width: 32%;
        margin-bottom: 20px;
        min-height: 290px;
    }
    .column.wpb_column.dt-sc-one-fifth.vc_col-md-4:nth-child(4),
    .column.wpb_column.dt-sc-one-fifth.vc_col-md-4:nth-child(10) {
        margin-left: 0;
    }
    .secondary-skin-gradient .dt-sc-contact-info,
    .secondary-skin-gradient .dt-sc-contact-info span {
        font-size: 40px;
    }
    .dt-sc-tab-carousel-pl {
        padding-left: 1%;
        margin-bottom: 50px;
    }
    .move-to-top-slider {
        margin-top: 40px;
    }
    .skew-blade .left-skew,
    .skew-blade .right-skew {
        transform: skew(-15deg);
        -webkit-transform: skew(-15deg);
        -moz-transform: skew(-15deg);
        -ms-transform: skew(-15deg);
    }
    .skew-blade .left-skew img,
    .skew-blade .right-skew img {
        transform: skew(15deg) translateX(-50%);
        -webkit-transform: skew(15deg) translateX(-50%);
        -ms-transform: skew(15deg) translateX(-50%);
        -moz-transform: skew(15deg) translateX(-50%);
    }
    .skew-blade .vc_row.wpb_row {
        transform: skew(15deg);
        -webkit-transform: skew(15deg);
        -moz-transform: skew(15deg);
        -ms-transform: skew(15deg);
    }
    #footer #sb_instagram .sbi_photo {
        width: 100% !important;
    }
    .dt_video-wrapper .vc_column-inner {
        padding: 40px 0 !important;
    }
    .dt_images-with-border.rs_col-sm-12 {
        width: 75% !important;
        margin: 30px auto 0 10%;
    }
    .vc_row.vc_row-no-padding .res_vertical-align-tab.wpb_column {
        padding: 9% 8% 5% 10%;
        width: 100%;
    }
    .dt_quote-form-wrapper>.vc_col-sm-6 {
        width: 100%;
    }
    .dt_quote-form-wrapper>.vc_col-sm-6:last-child {
        margin-top: 50px;
    }
    .dt_quote-form-wrapper>.vc_col-sm-6:last-child .vc_col-sm-8 {
        width: 80%;
        margin: 0 auto;
        float: none;
    }
    .dt_newsletter-type6-wrapper .vc_col-sm-6 {
        width: 80%;
        margin: 0 auto;
        float: none;
    }
    .rs_col-sm-12 .dt-sc-toggle-frame-set.type3 {
        margin-bottom: 20px;
    }
    .dt_contact-form-wrapper .rs_col-sm-12>.vc_column-inner {
        margin: 0 !important;
    }
    .wpb_column.rs_col-sm-6.vc_col-sm-3 .dt_contact-info-wrapper {
        margin-bottom: 30px;
    }
    .dt_men-img-hide .wpb_column.vc_col-sm-4 {
        display: none;
    }
    .dt_men-img-hide .wpb_column.vc_col-sm-8 {
        width: 100%;
    }
    img.dt_form-out-img {
        left: 0;
    }
}


/*----*****---- << Mobile (Landscape) >> ----*****----*/


/* Common Styles for the devices below 767px width */

@media only screen and (max-width: 767px) {
    .fitness-form-container.extend-bg-fullwidth-right::after {
        background-color: transparent;
    }
    .fitness-form-container.extend-bg-fullwidth-right .vc_column-inner {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .fitness-contact-boxes .wpb_text_column,
    .fitness-contact-boxes .wpb_text_column:nth-child(2),
    .fitness-contact-boxes .wpb_text_column:last-child,
    .fitness-contact-boxes .wpb_text_column:nth-child(3) {
        width: 100%;
        padding: 10px 0;
    }
    .hotel_blockquote-type4 blockquote.type4 {
        margin-top: 0;
    }
    .event-colored-box {
        margin-top: 0;
    }
    .event-contact-info.wpb_column {
        width: 320px;
        padding: 85px 30px 30px;
        float: none;
    }
    .gradient-parallax:before {
        background: -moz-linear-gradient(to right, rgba(242, 243, 246, 1) 20%, rgba(242, 243, 246, 0.75) 30%, rgba(242, 243, 246, 0.65) 40%, rgba(242, 243, 246, 0.55)60%, rgba(229, 229, 229, 0) 100%);
        background: -webkit-linear-gradient(to right, rgba(242, 243, 246, 1) 20%, rgba(242, 243, 246, 0.75) 30%, rgba(242, 243, 246, 0.65) 40%, rgba(242, 243, 246, 0.55)60%, rgba(229, 229, 229, 0) 100%);
        background: linear-gradient(to right, rgba(242, 243, 246, 1) 20%, rgba(242, 243, 246, 0.75) 30%, rgba(242, 243, 246, 0.65) 40%, rgba(242, 243, 246, 0.55)60%, rgba(229, 229, 229, 0) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f2f3f6', endColorstr='#00e5e5e5', GradientType=1);
    }
    /*----*****---- << Hosting >> ----*****----*/
    .hosting-contact-info-container .dt-sc-contact-info.type7 span {
        left: 0;
    }
    .hosting-contact-info-container .dt-sc-contact-info.type7 {
        padding-left: 100px;
    }
    .rs_client_testimonial-center .dt-sc-image-flip a {
        position: relative;
        display: block;
    }
    .rs_client_testimonial-center .dt-sc-image-flip {
        text-align: center;
    }
    .hosting-table th {
        font-size: 13px;
        padding: 13px 10px;
        text-transform: capitalize;
    }
    .hosting-table tr td,
    .hosting-table tbody tr:nth-child(2n+1) td {
        font-size: 13px;
        padding: 21px 10px;
    }
    .hosting-contact-info-container:before {
        content: none;
    }
    .extend-bg-fullwidth-left::after {
        content: none;
    }
    /*----*****---- << Custom Class >> ----*****----*/
    .rs_col_no_btm_space .wpb_column,
    .rs_col_no_btm_space.wpb_column,
    .rs_negative-margin_override.vc_row {
        margin-left: 0 !important;
    }
    .rs_padding_override_zero.vc_row,
    .rs_padding_override_zero.wpb_column .vc_column-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .secondary-skin-gradient .dt-sc-contact-info,
    .secondary-skin-gradient .dt-sc-contact-info span {
        font-size: 30px;
    }
    /*----*****---- << Custom Class >> ----*****----*/
    .rs_padding_override.vc_row,
    .rs_padding_override.wpb_column .vc_column-inner {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
    .vc_row.extend-bg-fill-slanting .extend-bg-fullwidth-left:not(.vc_col-has-fill):after,
    .vc_row.extend-bg-fill-slanting .extend-bg-fullwidth-left.vc_col-has-fill>.vc_column-inner:after,
    .vc_row.extend-bg-fill-slanting .extend-bg-fullwidth-right:not(.vc_col-has-fill):after,
    .vc_row.extend-bg-fill-slanting .extend-bg-fullwidth-right.vc_col-has-fill>.vc_column-inner:after {
        margin: 0 -15px;
        left: 0;
        right: 0;
        transform: none;
    }
    .move-to-top-slider {
        margin-top: 40px;
    }
    .skew-blade .left-skew,
    .skew-blade .right-skew,
    .skew-blade .left-skew img,
    .skew-blade .right-skew img,
    .skew-blade .vc_row.wpb_row {
        width: 100%;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        margin: 0;
        left: 0;
    }
    .skew-blade .vc_row.wpb_row {
        left: 50px;
    }
    #footer #sb_instagram .sbi_photo {
        width: 100% !important;
        height: 260px !important;
    }
    .dt_video-wrapper .vc_column-inner {
        padding: 40px 0 !important;
    }
    .dt_abt-achieve-wrapper .vc_col-sm-6:last-child {
        width: 100% !important;
    }
    .uvc-type-wrap span {
        font-size: 50px !important;
    }
    .dt_quote-form p.form-text:after {
        right: -300px;
    }
    .dt_quote-form p.form-text:before {
        left: -300px;
    }
    .dt_quote-form .vc_col-sm-6:last-child .vc_column-inner,
    .dt_quote-form .vc_col-sm-6:first-child .vc_column-inner {
        padding: 0;
    }
    .dt-sc-custom-bg .upb_row_bg {
        display: none;
    }
    .dt_industry-custom-align-sec>.wpb_column.vc_col-sm-4,
    .dt_industry-custom-align-sec>.wpb_column.vc_col-sm-8,
    .dt_industry-custom-align-sec>.wpb_column.vc_col-sm-4 img,
    .dt_industry-custom-align-sec>.wpb_column.vc_col-sm-4 a.vc_single_image-wrapper,
    .dt_industry-custom-align-sec>.wpb_column.vc_col-sm-4 figure {
        width: 100%;
    }
    .rs_col-sm-12 .dt-sc-toggle-frame-set.type3 {
        margin-bottom: 20px;
    }
    .dt_contact-info-sec .vc_column_container>.vc_column-inner {
        padding-left: 15px !important;
    }
    .dt_contact-form-wrapper form.dt_contact-form .wpb_column,
    .dt_contact-form-wrapper .rs_col-sm-12>.vc_column-inner,
    .dt_contact-info-title {
        margin: 0 !important;
    }
    .page-template-tpl-sidenavigation #footer .wpb_column.vc_col-sm-4:last-child .dt-sc-image-caption.type6 {
        margin-bottom: 30px;
    }
    .dt_industry-custom-align-sec .vc_col-sm-8 .wpb_single_image {
        margin-bottom: 10px !important;
    }
    img.dt_form-out-img {
        left: 0;
    }
}


/* Common Styles for the devices below 479px width */

@media only screen and (max-width: 479px) {
    /*----*****---- << Event location page >> ----*****----*/
    .event-contact-info.wpb_column {
        width: 100%;
        margin: 20px 0 0 0;
    }
    .event-contact-info:before {
        left: 0;
        width: 100%;
        background-size: 100%;
    }
    .event-contact-info .dt-sc-sociable li {
        margin-bottom: 20px;
    }
    /*----*****---- << Custom Class >> ----*****----*/
    .rs_padding_left-override.vc_row .vc_column-inner,
    .rs_padding_left-override.wpb_column .vc_column-inner {
        padding-left: 15px !important;
    }
    .vc_row.vc_row-no-padding .responsive-padding>.vc_column-inner {
        padding-right: 35px;
        padding-left: 35px;
    }
    .gradient-content .dt-sc-button.medium {
        padding: 14px 20px;
    }
    .overflow-content {
        margin: 0;
    }
    /*----*****---- << Hosting >> ----*****----*/
    .hosting-table th {
        text-transform: capitalize;
        font-size: 12px;
        padding: 13px 6px;
    }
    .hosting-table tr td,
    .hosting-table tbody tr:nth-child(2n+1) td {
        font-size: 12px;
        padding: 22px 8px;
    }
    /*----*****---- << Miscellaneous >> ----*****----*/
    .rs_fontsize_small {
        font-size: 40px !important;
    }
    .rs_padding_override.vc_row,
    .rs_padding_override.wpb_column .vc_column-inner {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    /*----*****---- << Business >> ----*****----*/
    .business-contact-social li {
        margin: 0 15px;
    }
    .uvc-type-wrap span {
        font-size: 34px !important;
    }
    h3.vc_custom_heading[style*="font-size: 92px"] {
        font-size: 50px !important;
    }
    h2.vc_custom_heading.uppercase[style*="font-size: 50px"] {
        font-size: 36px !important;
    }
    .dt_contact-info-sec.vc_column_container>.vc_column-inner {
        padding: 40px 20px !important;
    }
    .skew-blade .vc_row.wpb_row {
        left: 20px;
    }
}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

@media only screen and (max-width: 319px) {
    /*----*****---- << Event location page >> ----*****----*/
    .event-contact-info.wpb_column {
        padding-left: 20px;
        padding-right: 20px;
    }
    .event-contact-info .dt-sc-contact-info span {
        width: 100%;
        text-align: center;
        float: none;
        margin: 0;
    }
    /*----*****---- << Hosting contact Page >> ----*****----*/
    .hosting-contact-info-container:before {
        left: 0;
    }
    .hosting-contact-info-container .dt-sc-contact-info.type7 {
        padding-left: 0;
    }
    .hosting-contact-info-container .dt-sc-contact-info.type7 span {
        left: 0;
    }
    .hosting-contact-info-container:before {
        width: 100%;
    }
    /*----*****---- << Hosting Domain Page >> ----*****----*/
    .hosting-table th {
        font-size: 10px;
        padding: 13px 0;
    }
    .hosting-table tr td,
    .hosting-table tbody tr:nth-child(2n+1) td {
        font-size: 10px;
        padding: 21px 7px;
    }
    /*----*****---- << Common >> ----*****----*/
    .rs_fontsize_small {
        font-size: 32px !important;
    }
    /* http://prntscr.com/dydp42, http://prntscr.com/dydpkf */
    .rs_padding_override.vc_row,
    .rs_padding_override.wpb_column .vc_column-inner {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    /*----*****---- << Fitness >> ----*****----*/
    .dt-sc-text-with-icon {
        font-size: 10px;
        padding-left: 15px;
    }
    .dt-sc-text-with-icon span {
        font-size: 15px;
        margin-right: 5px;
    }
}