/* 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-sc-playon-video-modal:after,
.dt-sc-custom-image .vc_single_image-wrapper img,
.wpb_single_image.dt-sc-custom-single-image .vc_single_image-wrapper:before,
.wpb_single_image.dt-sc-custom-single-image .vc_single_image-wrapper:after,
.dt-sc-custom-fullwidth-section:before,
.wpb_single_image.dt-sc-custom-contact-img h2:after,
.wpb_single_image.dt-sc-custom-contact-img .vc_single_image-wrapper img,
.wpb_single_image.dt-sc-custom-contact-img .vc_single_image-wrapper:before,
.dt-sc-custom-content-section .vc_column-inner > .wpb_wrapper,
.dt-sc-custom-content-section .vc_column-inner > .wpb_wrapper:before,
.dt-sc-custom-content-section .vc_column-inner > .wpb_wrapper:after
{
            transition: all .3s linear; 
       -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
         -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.dt-sc-custom-image:before,
.dt-sc-custom-image:after,
.dt-sc-custom-image.type2 .vc_single_image-wrapper:before,
.dt-sc-custom-image.type2 .vc_single_image-wrapper:after
{
            transition: all .75s ease 0s; 
       -moz-transition: all .75s ease 0s;
        -ms-transition: all .75s ease 0s;
         -o-transition: all .75s ease 0s;
    -webkit-transition: all .75s ease 0s;
}

.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
{
    right: 100%; 
    z-index: 0;
}
.extend-bg-fullwidth-right:not(.vc_col-has-fill):after,
.extend-bg-fullwidth-right.vc_col-has-fill > .vc_column-inner:after
{
    left: 100%; 
    z-index: 0;
}

.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
{
    box-shadow: 8px 0 0 0 #fff; 
    right: 0;
    transform: skewX(-30deg) translateX(18px);
    z-index: 0;
}

.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
{
    color: #fff;
    font-size: 40px;
    height: 75px;
    line-height: 75px;
    position: relative;
            transition: all .3s linear; 
    width: 75px;
       -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
         -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
a.video-image span:after
{
    background: #2b2b2b;
    border-radius: 50%;
            box-shadow: 0 0 0 5px rgba(255,255,255,.35);
    color: #fff;
    content: '';
    display: block;
    height: 75px;
    left: -2px; 
    line-height: 75px;
    position: absolute;
    top: 0;
    width: 75px;
    z-index: -1;
       -moz-box-shadow: 0 0 0 5px rgba(255,255,255,.35);
    -webkit-box-shadow: 0 0 0 5px rgba(255,255,255,.35);
}
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
{
    background: rgba(0,0,0,.4);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: absolute; 
    right: 0;
    top: 0;
    width: 100%;
}

.image-overlay-icon a.video-image
{
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center; 
    top: 50%;
            transform: translateY(-50%);
    width: 100%;
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.gradient-parallax:before
{
    background:    -moz-linear-gradient(left, rgba(242, 243, 246, 1) 20%, rgba(242, 243, 246, .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, .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, .72) 30%, rgba(229, 229, 229, 0) 40%, rgba(229, 229, 229, 0) 100%);
    content: '';
    display: block;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f2f3f6', endColorstr='#00e5e5e5', GradientType=1); 
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}

.gradient-parallax .gradient-content
{
    padding-right: 45px; 
    z-index: 9;
}

@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-bottom: 0; 
    margin-top: -1px;
    padding-bottom: 0;
} /* http://prntscr.com/dydqdv */

.light-overlay:before
{
    background: rgba(255, 255, 255, .8);
} /* http://prntscr.com/dydsrd  = Model Home page contact section */
.dark-overlay:before
{
    background: rgba(0, 0, 0, .8);
}

/*----*****---- << Gray Scale >> --****--*/ /* http://prntscr.com/dydr06 = Hotel Our Firm Page */
.gray-scale:hover,
.gray-scale:hover img
{
            filter: grayscale(1);
            transition-duration: 1s; 
            transition-property:         filter;
       -moz-transition-duration: 1s;
       -moz-transition-property:    -moz-filter;
        -ms-transition-duration: 1s;
        -ms-transition-property:     -ms-filter;
         -o-transition-duration: 1s;
         -o-transition-property:      -o-filter;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: -webkit-filter;

    -webkit-filter: grayscale(1);
       -moz-filter: grayscale(1);
        -ms-filter: grayscale(1);
         -o-filter: grayscale(1);
}

/*----*****---- << Text with icon >> --****--*/ /* http://prntscr.com/dydrax = Fitness Home Page */
.dt-sc-text-with-icon
{
    clear: both;
    float: left;
    font-weight: bold;
    padding: 12px 0 12px 20px; 
    width: 100%;
}
.dt-sc-text-with-icon span
{
    font-size: 18px;
    font-weight: bold; 
    margin: 0 7px 0 0;
    position: relative;
    top: 2px;
}

.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: #fff;
}

/*----*****---- << 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;
    border-right: 1px solid #fff;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 15px;
}
.hosting-table tr td,
.hosting-table tbody tr:nth-child(2n+1) td
{
    background: rgba(0, 0, 0, .95);
    border-bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, .2);
    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, .9);
}
.hosting-table tbody tr:nth-child(3) td
{
    background: rgba(0, 0, 0, .85);
}
.hosting-table tbody tr:nth-child(4) td
{
    background: rgba(0, 0, 0, .8);
}
.hosting-table tbody tr:nth-child(5) td
{
    background: rgba(0, 0, 0, .75);
}
.hosting-table tbody tr:nth-child(6) td
{
    background: rgba(0, 0, 0, .7);
}
.hosting-table tbody tr:nth-child(7) td
{
    background: rgba(0, 0, 0, .65);
}
.hosting-table tbody tr:nth-child(8) td
{
    background: rgba(0, 0, 0, .6);
}
.hosting-table tbody tr:nth-child(9) td
{
    background: rgba(0, 0, 0, .55);
}
.hosting-table tbody tr:nth-child(10) td
{
    background: rgba(0, 0, 0, .5);
}
.hosting-table tbody tr:nth-child(11) td
{
    background: rgba(0, 0, 0, .45);
}
.hosting-table tbody tr:nth-child(12) td
{
    background: rgba(0, 0, 0, .4);
}

.hosting-table tbody tr td:first-child
{
    position: relative;
}
.hosting-table tbody tr td:first-child:before
{
    background: #60ae0d;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.hosting-table tbody tr td.new,
.hosting-table tbody tr td.hot
{
    overflow: hidden; 
    position: relative;
}
.hosting-table tbody tr td.new:before,
.hosting-table tbody tr td.hot:before
{
    background: #60ae0d;
    color: #fff;
    content: 'New';
    font-size: 12px;
    left: -20px;
    padding: 2px 22px;
    position: absolute;
    top: 5px;
            transform: rotate(-45deg); 
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.hosting-table tbody tr td.hot:before
{
    background: #e80505;
    content: 'Hot';
    padding: 2px 24px;
}

/*----*****---- << Spa rounded corner image >> --****--*/ /* http://prntscr.com/dydylt = Spa */
.dt-sc-partially-rounded-alt
{
            transition: all .3s linear; 
       -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
         -o-transition: all .3s linear;
    -webkit-transition: all .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
{
    border-bottom: 2px solid;
    content: counter(image-caption-counter, decimal-leading-zero);
    float: left;
    font-size: 36px;
    font-weight: 600;
    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: #fff;
}
.dt-sc-contact-details-on-map .map-switch-icon:hover
{
    background: #000;
} /* 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
{
            transition: all .3s linear; 
       -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
         -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.dt-sc-readmore-plus-icon
{
    bottom: 0;
    height: 60px;
    position: absolute;
    right: 0;
    text-indent: -9999px; 
    width: 60px;
}
.dt-sc-readmore-plus-icon:before,
.dt-sc-readmore-plus-icon:after
{
    bottom: 0;
    content: '';
    left: 0;
    margin: auto; 
    position: absolute;
    right: 0;
    top: 0;
}
.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: #fff;
}
.dt-sc-readmore-plus-icon
{
    background: #000;
}
.dt-sc-readmore-plus-icon:hover
{
    background: rgba(0, 0, 0, .8);
}

/*----*****---- << Nightclub Home page Social icons >> ----*****----*/
.diamond-narrow-square-border li:before
{
            transition: all .3s linear; 
       -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
         -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.diamond-narrow-square-border li a
{
    color: #000;
}
.diamond-narrow-square-border li a:hover
{
    color: #fff;
}

/*----*****---- << Saaram Overlay Section >> ----*****----*/

.dt-sc-slider-overlay-section
{
    background: #fff;
            box-shadow: 0 10px 20px 0 rgba(0,0,0,.15);
    margin: -140px auto 0;
    padding: 40px 50px;
    width: 95%;
       -moz-box-shadow: 0 10px 20px 0 rgba(0,0,0,.15);
       -moz-box-shadow: 0 10px 20px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.15);
}

.dt-sc-slider-overlay-section .dt-sc-title.with-separator > *
{
    margin: 0;
}

/*----*****---- << Saaram Custom Contact Info >> ----*****----*/

.dt-sc-contact-info.dt-sc-custom-contact-info
{
    padding: 0;
}
.dt-sc-contact-info.dt-sc-custom-contact-info span
{
    display: none;
}
.dt-sc-contact-info.dt-sc-custom-contact-info h6
{
    color: #696969;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
}
.dt-sc-contact-info.dt-sc-custom-contact-info strong,
.dt-sc-contact-info.dt-sc-custom-contact-info a
{
    color: #171615;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    padding: 0 0 10px 0;
    position: relative;
}
.dt-sc-contact-info.dt-sc-custom-contact-info strong:after,
.dt-sc-contact-info.dt-sc-custom-contact-info a:after
{
    bottom: 0;
    content: '';
    height: 3px;
    position: absolute;
    right: 0;
            transform: translateX(-70%);
    width: 100%;
    z-index: -1; 
       -moz-transform: translateX(-70%);
    -webkit-transform: translateX(-70%);
}

/*----*****---- << Saaram Custom Intro Text >> ----*****----*/

.dt-sc-custom-intro-text strong
{
    color: #696969;
    font-size: 20px;
    font-weight: 600; 
    line-height: 34px;
}

.dt-sc-custom-intro-text p
{
    color: #696969;
    font-size: 16px;
    font-weight: 600;
}

/*----*****---- << Saaram Custom Gallery Text >> ----*****----*/

.dt-sc-custom-gallery-text
{
    color: #696969;
    font-size: 20px;
    line-height: 34px;
}

.dt-sc-custom-gallery-text p
{
    color: #696969;
    font-size: 20px;
    font-weight: 700;
}

/*----*****---- << Saaram Custom Bottom Line Title >> ----*****----*/

h1.dt-sc-bottom-line-title
{
    font-size: 50px;
}
h2.dt-sc-bottom-line-title
{
    font-size: 36px;
}
h3.dt-sc-bottom-line-title
{
    font-size: 30px;
}
h4.dt-sc-bottom-line-title
{
    font-size: 25px;
}
h5.dt-sc-bottom-line-title
{
    font-size: 20px;
}
h6.dt-sc-bottom-line-title
{
    font-size: 18px;
}

.dt-sc-bottom-line-title
{
    margin: 0 0 40px;
    position: relative;
}
.dt-sc-bottom-line-title:before
{
    bottom: 0;
    content: '';
    display: block;
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    width: 80px;
}
.dt-sc-bottom-line-title.no-bottom-line:before
{
    content: none;
}

.dt-sc-bottom-line-title.dt-sc-custom-space-20
{
    padding: 0 0 20px 0;
}
.dt-sc-bottom-line-title.dt-sc-custom-space-30
{
    padding: 0 0 30px 0;
}
.dt-sc-bottom-line-title.dt-sc-custom-space-40
{
    padding: 0 0 40px 0;
}

/*----*****---- << Saaram Single Image >> ----*****----*/

.wpb_single_image.dt-sc-custom-single-image
{
    margin: 0;
    position: relative;
    width: 100%;
}
.wpb_single_image.dt-sc-custom-single-image figcaption
{
    color: #171615;
    font-size: 15px;
    font-weight: 500;
    margin: 20px 0 0 0; 
    text-align: center;
    text-transform: uppercase;
}
.wpb_single_image.dt-sc-custom-single-image .vc_single_image-wrapper
{
    display: inline-block;
    position: relative;
    width: 100%;
}

.wpb_single_image.dt-sc-custom-single-image .vc_single_image-wrapper:before
{
    background: rgba(0,0,0,.5);
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.wpb_single_image.dt-sc-custom-single-image .vc_single_image-wrapper:after
{
    background: #fff;
    bottom: 0;
    content: '';
    height: 26px;
    left: 0;
    margin: auto;
    opacity: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 0;
            transform: translateY(50%);
    width: 26px;
       -moz-transform: translateY(50%);
    -webkit-transform: translateY(0%);

    -webkit-mask-image: url(/wp-content/themes/saaram/images/special-button-arrow.png);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
}

.wpb_single_image.dt-sc-custom-single-image:hover .vc_single_image-wrapper:before
{
    opacity: 1;
}
.wpb_single_image.dt-sc-custom-single-image:hover .vc_single_image-wrapper:after
{
    opacity: 1;
}

/*----*****---- << Saaram Custom Contact Image >> ----*****----*/

.wpb_single_image.dt-sc-custom-contact-img
{
    margin: 0;
    max-height: 150px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.wpb_single_image.dt-sc-custom-contact-img .vc_single_image-wrapper img
{
            transform: translate3d(0, 0, 0) scale(1);
       -moz-transform: translate3d(0, 0, 0) scale(1);
    -webkit-transform: translate3d(0, 0, 0) scale(1);
}
.wpb_single_image.dt-sc-custom-contact-img:hover .vc_single_image-wrapper img
{
            transform: translate3d(-10%, 0, 0) scale(1.3);
       -moz-transform: translate3d(-10%, 0, 0) scale(1.3);
    -webkit-transform: translate3d(-10%, 0, 0) scale(1.3);
}

.wpb_single_image.dt-sc-custom-contact-img h2
{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 50%;
            transform: translateY(-50%);
    z-index: 2;
       -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.wpb_single_image.dt-sc-custom-contact-img figcaption
{
    color: #171615;
    font-size: 15px;
    font-weight: 500;
    margin: 20px 0 0 0; 
    text-align: center;
    text-transform: uppercase;
}
.wpb_single_image.dt-sc-custom-contact-img .vc_single_image-wrapper
{
    display: inline-block;
    position: relative;
    width: 100%;
}
.wpb_single_image.dt-sc-custom-contact-img .vc_single_image-wrapper:before
{
    background: rgba(0,0,0,.7);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.wpb_single_image.dt-sc-custom-contact-img h2:after
{
    bottom: 0;
    content: '';
    height: 26px;
    margin: 0 auto;
    opacity: 0; 
    padding: 0;
    position: relative;
            transform: translateY(50%);
    width: 26px;
       -moz-transform: translateY(50%);
    -webkit-transform: translateY(50%);

    -webkit-mask-image: url(/wp-content/themes/saaram/images/special-button-arrow.png);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
}

.wpb_single_image.dt-sc-custom-contact-img:hover h2:after
{
    opacity: 1;
    padding: 15px 30px;
}

.wpb_single_image.dt-sc-custom-contact-img:hover h2
{
    color: #171615;
}
.wpb_single_image.dt-sc-custom-contact-img h2:after
{
    background-color: #171615;
}

/*----*****---- << Saaram Carousel >> ----*****----*/

.ult-carousel-wrapper.dt-sc-custom-carousel
{
    display: inline-block;
    position: relative;
    width: 100%;
}
.ult-carousel-wrapper.dt-sc-custom-carousel .slick-slide
{
    margin: 0 60px 0 0 !important;
}

.ult-carousel-wrapper.dt-sc-custom-carousel .slick-track
{
    cursor: move;
    overflow: visible; 
    padding: 0 0 80px 0;
}

.ult-carousel-wrapper.dt-sc-custom-carousel button.slick-arrow
{
    bottom: -75px;
    height: 25px; 
    margin: 0 auto;
    top: auto;
    width: 36px;
}
.ult-carousel-wrapper.dt-sc-custom-carousel button.slick-arrow.slick-prev
{
    left: 0;
}
.ult-carousel-wrapper.dt-sc-custom-carousel button.slick-arrow.slick-next
{
    left: 0;
    right: 80%;
}

.ult-carousel-wrapper.dt-sc-custom-carousel ul.slick-dots
{
    bottom: 20px;
}
.ult-carousel-wrapper.dt-sc-custom-carousel.alignleft ul.slick-dots
{
    text-align: left;
}
.ult-carousel-wrapper.dt-sc-custom-carousel.alignright ul.slick-dots
{
    text-align: right;
}

.ult-carousel-wrapper.dt-sc-custom-carousel ul.slick-dots li
{
    border: 2px solid;
    border-radius: 50%;
    height: 12px;
    margin: 0 8px;
    width: 12px;
}

.ult-carousel-wrapper.dt-sc-custom-carousel ul.slick-dots li:first-child
{
    margin-left: 0;
}
.ult-carousel-wrapper.dt-sc-custom-carousel ul.slick-dots li:last-child
{
    margin-right: 0;
}

.ult-carousel-wrapper.dt-sc-custom-carousel ul.slick-dots li.slick-active
{
    background-color: transparent;
}

.ult-carousel-wrapper.dt-sc-custom-carousel ul.slick-dots li i
{
    display: none;
}

.ult-carousel-wrapper.dt-sc-custom-carousel button.slick-arrow > i:before
{
    font-size: 40px;
    height: 40px; 
    width: 40px;
}

.ult-carousel-wrapper.dt-sc-custom-carousel button.slick-arrow.slick-prev > i:before
{
    left: auto;
    right: 0;
    transform: scaleX(-1);
}

.carousel_items.dt-sc-custom-carousel .caroufredsel_wrapper
{
    overflow: visible;
}
.carousel_items.dt-sc-custom-carousel .caroufredsel_wrapper .dt-sc-carousel-wrapper.dt_carousel
{
    margin: 30px 0;
}
.carousel_items.dt-sc-custom-carousel .caroufredsel_wrapper .dt-sc-carousel-wrapper.dt_carousel > div
{
    clear: none;
    margin: 18px 30px;
}

.carousel_items.dt-sc-custom-carousel .dt-carousel-navigation
{
    margin: 40px 0;
}

.carousel_items.dt-sc-custom-carousel .dt-carousel-pagination a
{
    background: #090909; 
    border-radius: 50%;
    height: 15px;
    width: 15px;
}

.carousel_items.dt-sc-custom-carousel .dt-carousel-navigation a.prev-arrow
{
    left: -8px; 
    transform: scaleX(-1);
}
.carousel_items.dt-sc-custom-carousel .dt-carousel-navigation a.next-arrow
{
    right: -8px;
}

.carousel_items.dt-sc-custom-carousel .dt-carousel-pagination a:before,
.carousel_items.dt-sc-custom-carousel .dt-carousel-pagination a:after
{
            transition: all .3s linear;
       -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
         -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.carousel_items.dt-sc-custom-carousel .dt-carousel-pagination a:before
{
    background: #090909;
    border-radius: 50%;
    content: '';
    display: block;
    height: 15px;
    opacity: 1;
    top: 10px;
    width: 15px;
}

.carousel_items.dt-sc-custom-carousel .dt-carousel-pagination a:after
{
    background: none;
    border: 1px dashed #090909;
    border-radius: 50%;
    bottom: -2px;
    content: '';
    display: block;
    height: 21px;
    left: -4px;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: -3px;
    top: -2px;
    width: 23px;
}

.carousel_items.dt-sc-custom-carousel .dt-carousel-pagination a.selected:after,
.carousel_items.dt-sc-custom-carousel .dt-carousel-pagination a:hover:after
{
    opacity: 1;
}

.carousel_items.dt-sc-custom-carousel .dt-carousel-pagination a.selected:before,
.carousel_items.dt-sc-custom-carousel .dt-carousel-pagination a:hover:before
{
    background: #fcd21c;
}

.dt-carousel-navigation + .dt-carousel-pagination
{
    margin-top: 0;
}

.ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel button.slick-arrow.slick-prev
{
    bottom: 46px;
    left: -30px;
    right: auto;
    width: 25%;
}
.ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel button.slick-arrow.slick-next
{
    bottom: 46px;
    left: 30px;
    right: auto;
    width: 25%;
}


.ult-carousel-wrapper.dt-sc-custom-carousel.one-third-carousel button.slick-arrow > i:before
{
    left: 0;
    margin: 0 auto; 
    right: 0;
}

.ult-carousel-wrapper.dt-sc-custom-carousel .dt-sc-icon-box.type3 .icon-content
{
    margin-bottom: 15px;
}

.ult-carousel-wrapper.dt-sc-custom-carousel .slick-slide .dt-sc-image-caption.type3
{
    padding: 0 0 100px 0;
}

/*----*****---- << Negative Margin Image >> ----*****----*/

.dt-negative-margin-img
{
    margin-left: 180px;
    position: relative;
}

/*----*****---- << Advanced Wide Carousel >> ----*****----*/

.dt-negative-margin-wide-carousel
{
    margin-left: -500px;
    margin-right: -140px;
    position: relative;
}
.dt-negative-margin-wide-carousel.alter
{
    margin-left: -140px;
    margin-right: -500px;
}

.dt-negative-margin-wide-carousel .slick-slider
{
    cursor: move;
}

.dt-negative-margin-wide-carousel .dt-carousel-navigation
{
    bottom: 0;
    display: table;
    line-height: 0;
    margin: 0 45px;
    position: absolute;
    right: 100%;
    text-align: center;
    width: 33.33%;
}
.dt-negative-margin-wide-carousel .dt-carousel-navigation:before,
.dt-negative-margin-wide-carousel .dt-carousel-navigation:after
{
    background-color: currentColor;
    content: '';
    height: 1px;
    opacity: .2;
    position: absolute;
    top: 50%;
            transform: translateY(-50%); 
    width: 45%;
    z-index: -1;
    -webkit-transform: translateY(-50%);
}
.dt-negative-margin-wide-carousel .dt-carousel-navigation:before
{
    left: 0;
}
.dt-negative-margin-wide-carousel .dt-carousel-navigation:after
{
    right: 0;
}

.dt-sc-dark-bg .dt-negative-margin-wide-carousel .dt-carousel-navigation:before,
.dt-sc-dark-bg .dt-negative-margin-wide-carousel .dt-carousel-navigation:after
{
    background-color: #f0f;
}

.dt-negative-margin-wide-carousel .dt-carousel-navigation > div > a:hover
{
    background-color: #f00;
    color: initial;
}

/*----*****---- << Saaram Video Section >> ----*****----*/

.dt-sc-custom-video-section
{
    bottom: -10%;
    display: inline-block;
    margin: 0;
    padding: 60px 40px 50px;
    position: absolute !important;
    width: 100%;
}

.dt-sc-custom-video-section h2
{
    color: #fff;
    font-size: 30px;
    line-height: 40px;
}

.dt-sc-custom-video-section p
{
    color: #171615;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
}

.dt-sc-playon-video-modal
{
    bottom: 8%;
    display: inline-block;
    float: left;
    height: 64px;
    left: auto;
    margin: auto;
    position: absolute;
    right: 0;
    width: 64px;
}

.dt-sc-playon-video-modal button
{
    height: 64px;
    opacity: 0;
    padding: 0;
    width: 64px;
}

.dt-sc-playon-video-modal.ult-adjust-bottom-margin
{
    margin-bottom: 0;
}

.dt-sc-playon-video-modal:after
{
            border-radius: 50%;
    bottom: 0;
            box-shadow: 0 0 0 50px #000 inset;
    color: #fff;
    content: '\f3aa';
    font-family: Material-Design-Iconic-Font;
    font-size: 40px;
    height: 64px;
    left: 0;
    line-height: 64px;
    margin: auto;
    padding-left: 5px;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 64px;
    -webkit-border-radius: 50%;
    -webkit-box-shadow: 0 0 0 50px #000 inset;
}

.dt-sc-playon-video-modal:hover:after
{
            box-shadow: 0 0 0 2px #000 inset;
    color: #000;
       -moz-box-shadow: 0 0 0 2px #000 inset; 
    -webkit-box-shadow: 0 0 0 2px #000 inset;
}

/*----*****---- << Saaram Content Extend >> ----*****----*/

.dt-sc-custom-content-extend .vc_column-inner > .wpb_wrapper
{
    background: #000;
    display: inherit;
    flex-direction: column;
    height: 100%;
    position: relative;
    vertical-align: middle;

    align-items: start;
    justify-content: center;
}

.dt-sc-custom-content-extend.left .vc_column-inner > .wpb_wrapper
{
    padding: 0 50px 0 0;
}
.dt-sc-custom-content-extend.right .vc_column-inner > .wpb_wrapper
{
    padding: 0 0 0 50px;
}

.dt-sc-custom-content-extend .vc_column-inner > .wpb_wrapper:before
{
    background: #000;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    width: 200%;
    z-index: -1;
}

.dt-sc-custom-content-extend.left .vc_column-inner > .wpb_wrapper:before
{
    right: 0;
}
.dt-sc-custom-content-extend.right .vc_column-inner > .wpb_wrapper:before
{
    left: 0;
}

.dt-sc-custom-content-extend h3
{
    font-size: 20px;
    font-weight: 600;
}
.dt-sc-custom-content-extend p
{
    color: #ddd; 
    font-size: 14px;
    font-weight: 400;
}

/*----*****---- << Saaram Content Section >> ----*****----*/

.dt-sc-custom-content-section .vc_column-inner > .wpb_wrapper
{
    border: 1px solid;
    margin: 0;
    overflow: hidden;
    padding: 50px 30px 40px;
    position: relative; 
    text-align: center;
    width: 100%;
}

.dt-sc-custom-content-section .vc_column-inner > .wpb_wrapper:before,
.dt-sc-custom-content-section .vc_column-inner > .wpb_wrapper:after
{
    border-style: solid;
    border-width: 1px;
    content: '';
    height: 50px;
    position: absolute;
    width: 50px;
}

.dt-sc-custom-content-section .vc_column-inner > .wpb_wrapper:before
{
    border-bottom-color: transparent;
    border-right-color: transparent;
    left: -1px;
    top: -1px;
}
.dt-sc-custom-content-section .vc_column-inner > .wpb_wrapper:after
{
    border-left-color: transparent;
    border-top-color: transparent;
    bottom: -1px;
    right: -1px;
}

.dt-sc-custom-content-section .vc_column-inner > .wpb_wrapper h4
{
    font-size: 22px;
    font-weight: 500;
    letter-spacing: .5px;
    margin-bottom: 30px;
    position: relative;
    text-transform: capitalize;
}

.dt-sc-custom-content-section .vc_column-inner > .wpb_wrapper p
{
    color: #171615;
    font-size: 15px;
    letter-spacing: .5px; 
    margin-bottom: 0;
}

.dt-sc-custom-content-section .vc_column-inner > .wpb_wrapper:hover:before
{
    border-bottom-color: transparent;
    border-right-color: transparent; 
    border-style: solid;
    border-width: 5px;
}

.dt-sc-custom-content-section .vc_column-inner > .wpb_wrapper:hover:after
{
    border-left-color: transparent; 
    border-style: solid;
    border-top-color: transparent;
    border-width: 5px;
}

.dt-sc-custom-content-section .vc_column-inner > .wpb_wrapper
{
    background-color: #eee; 
    border-color: #eee;
}

.dt-sc-custom-content-section .vc_column-inner > .wpb_wrapper:hover:before
{
    border-left-color: #171615;
    border-top-color: #171615;
}
.dt-sc-custom-content-section .vc_column-inner > .wpb_wrapper:hover:after
{
    border-bottom-color: #171615; 
    border-right-color: #171615;
}

/*----*****---- << Saaram Custom Image >> ----*****----*/

.dt-sc-custom-image
{
    display: block;
    float: left\0;
    margin: 0;
    padding: 10px;
    position: relative;
    width: auto;
    width: 100%\0;
}

.dt-sc-custom-image.vc_align_center,
.dt-sc-custom-image.vc_align_left,
.dt-sc-custom-image.vc_align_right
{
    text-align: right;
}

.dt-sc-custom-image:before,
.dt-sc-custom-image:after
{
    content: '';
    position: absolute;
    z-index: -1;
}

.dt-sc-custom-image:before
{
    background-color: #eee;
}
.dt-sc-custom-image:hover .vc_single_image-wrapper img
{
    border-color: #eee;
}

.dt-sc-custom-image figure,
.dt-sc-custom-image .vc_single_image-wrapper
{
    width: 100%;
}

.dt-sc-custom-image .vc_single_image-wrapper img
{
    border: 3px solid;
    width: 90%;
}

.dt-sc-custom-image:before,
.dt-sc-custom-image:hover:after
{
    bottom: 50px;
    left: 5%;
    right: 5%;
    top: 50px;
}

.dt-sc-custom-image:hover:before,
.dt-sc-custom-image:after
{
    bottom: 30px;
    left: 25%;
    right: 25%;
    top: 30px;
}

.wpb_column .dt-sc-custom-image
{
    z-index: 1;
}

/* Custom Image Type 2 */

.dt-sc-custom-image.type2
{
    padding: 50px;
}

.dt-sc-custom-image.type2 .vc_single_image-wrapper img
{
    border: none;
}

.dt-sc-custom-image.type2:before,
.dt-sc-custom-image.type2:after
{
    background: none; 
    border: 3px solid #494949;
}

.dt-sc-custom-image.type2:before,
.dt-sc-custom-image.type2:hover:after
{
    bottom: 80px;
    left: 80px;
    right: 80px;
    top: 35px;
}
.dt-sc-custom-image.type2:hover:before,
.dt-sc-custom-image.type2:after
{
    bottom: 100px;
    left: 150px;
    right: 150px;
    top: 100px;
}

.dt-sc-custom-image.type2 .vc_single_image-wrapper
{
    position: relative;
}

.dt-sc-custom-image.type2 .vc_single_image-wrapper:before,
.dt-sc-custom-image.type2 .vc_single_image-wrapper:after
{
    content: '';
    position: absolute;
    z-index: -1;
}
.dt-sc-custom-image.type2 .vc_single_image-wrapper:before,
.dt-sc-custom-image.type2 .vc_single_image-wrapper:after
{
    background: none; 
    border: 3px solid #494949;
}

.dt-sc-custom-image.type2 .vc_single_image-wrapper:before,
.dt-sc-custom-image.type2:hover .vc_single_image-wrapper:after
{
    bottom: -15px;
    left: 80px;
    right: -15px;
    top: 30px;
}
.dt-sc-custom-image.type2:hover .vc_single_image-wrapper:before,
.dt-sc-custom-image.type2 .vc_single_image-wrapper:after
{
    bottom: 100px;
    left: 100px;
    right: 100px;
    top: 100px;
}


/*----*****---- << Saaram Custom Parallax Section >> ----*****----*/

.dt-sc-custom-parallax-section
{
    margin-left: -250px !important; 
    margin-right: -250px !important;
}
.dt-sc-custom-parallax-section strong
{
    font-size: 50px;
    line-height: 60px;
}
.dt-sc-custom-parallax-section h6
{
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}

/*----*****---- << Saaram Custom Fullwidth Section >> ----*****----*/

.dt-sc-custom-fullwidth-section:before
{
    background-color: #eee;
    bottom: -40px;
    content: '';
    display: inline !important;
    height: 200px; 
    position: absolute;
    right: -40px;
    width: 400px;
}
.dt-sc-custom-fullwidth-section:hover:before
{
    bottom: -20px;
    right: -20px;
}

/*----*****---- << Custom Team >> ----*****----*/

.dt-sc-team.hide-social-show-on-hover.details-on-image.dt-sc-custom-team
{
    background-color: #404040; 
    padding: 30px;
}

.dt-sc-team.hide-social-show-on-hover.details-on-image.dt-sc-custom-team .dt-sc-team-details
{
    background-color: transparent;
            box-shadow: none;
    margin: 30px 0 0 0;
    overflow: visible; 
    padding: 0;
    text-align: center;
       -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.dt-sc-team.hide-social-show-on-hover.details-on-image.dt-sc-custom-team .dt-sc-team-details h4
{
    color: #fff;
    font-size: 24px;
    width: 100%;
}
.dt-sc-team.hide-social-show-on-hover.details-on-image.dt-sc-custom-team .dt-sc-team-details h5
{
    font-size: 14px;
    font-weight: 400;
}
.dt-sc-team.hide-social-show-on-hover.details-on-image.dt-sc-custom-team .dt-sc-team-thumb > img
{
    margin: 0;
}
.dt-sc-team.hide-social-show-on-hover.details-on-image.dt-sc-custom-team .dt-sc-team-details p
{
    display: none;
}

.dt-sc-team.details-on-image.hide-social-show-on-hover.dt-sc-custom-team .dt-sc-team-social
{
    background: #000;
    left: 0;
    margin: auto;
    opacity: 1;
    padding: 10px 5px;
    right: auto;
    top: -100%;
            transform: translateY(-100%);
       -moz-transform: translateY(-100%); 
    -webkit-transform: translateY(-100%);
}
.dt-sc-team.details-on-image.hide-social-show-on-hover.dt-sc-custom-team .dt-sc-team-social li
{
    display: block;
    margin: 5px 0;
}

.dt-sc-team.details-on-image.hide-social-show-on-hover.dt-sc-custom-team .dt-sc-team-social li a:hover
{
    color: #fff;
}
.dt-sc-team.hide-social-show-on-hover.details-on-image.dt-sc-custom-team:hover .dt-sc-team-details h5
{
    color: #171615;
}

/*----*****---- << Saaram Custom Offer Section >> ----*****----*/

.dt-sc-custom-offer-section
{
    text-align: center;
    width: 100%;
}
.dt-sc-custom-offer-section > .wpb_column
{
    background: #171615; 
    padding: 40px;
}
.dt-sc-custom-offer-section h2
{
    color: #fff; 
    font-size: 36px;
    margin-bottom: 15px;
}
.dt-sc-custom-offer-section p
{
    color: #fff; 
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.dt-sc-custom-offer-section .dt-skin-primary-bg h2
{
    color: #171615;
}
.dt-sc-custom-offer-section .dt-skin-primary-bg p
{
    color: #171615;
}

/*----*****---- << Saaram Custom Estimation Form >> ----*****----*/

.dt-sc-estimate-form
{
    background: #fff;
            box-shadow: 0 0 10px 5px rgba(0,0,0,.03);
    padding: 60px 40px 40px;
       -moz-box-shadow: 0 0 10px 5px rgba(0,0,0,.03);
    -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,.03);
}

.dt-sc-custom-estimate-form small
{
    color: #777;
    font-size: 14px;
    margin-right: 25px;
}
.dt-sc-custom-estimate-form p
{
    color: #020202;
    font-size: 24px;
    font-weight: 600;
}
.dt-sc-custom-estimate-form p i
{
    margin-right: 10px;
}
.dt-sc-custom-estimate-form p
{
    display: block;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.dt-sc-custom-estimate-form textarea
{
    height: 114px;
}
.dt-sc-custom-estimate-form input,
.dt-sc-custom-estimate-form textarea
{
    padding: 14px 20px;
}
.dt-sc-custom-estimate-form .selection-box select
{
    padding: 14px 20px 12px;
    text-transform: capitalize;
}
.dt-sc-custom-estimate-form .selection-box:before
{
    border: none;
    bottom: 0;
    content: '\f107';
    font-family: FontAwesome;
    font-size: 16px;
    height: 30px;
    margin: auto;
    top: 0;
}
.dt-sc-custom-estimate-form input[type='number']
{
    padding-right: 15px;
}
.dt-sc-custom-estimate-form .selection-box select
{
    height: auto;
}
.dt-sc-custom-estimate-form .selection-box:after
{
    border: 0;
}
.dt-sc-custom-estimate-form .ajax-loader
{
    position: absolute;
}
.dt-sc-custom-estimate-form input[type='submit']
{
    font-size: 16px;
    margin: 20px 0 0 0;
    padding: 16px 28px 14px;
    width: 100%;
}
.dt-sc-custom-estimate-form span.ajax-loader
{
    display: block;
    left: 0;
    margin: 20px auto 0;
    right: 0;
}

.dt-sc-custom-estimate-form input[type='text']:focus,
.dt-sc-custom-estimate-form input[type='password']:focus,
.dt-sc-custom-estimate-form input[type='email']:focus,
.dt-sc-custom-estimate-form input[type='url']:focus,
.dt-sc-custom-estimate-form input[type='tel']:focus,
.dt-sc-custom-estimate-form input[type='number']:focus,
.dt-sc-custom-estimate-form input[type='range']:focus,
.dt-sc-custom-estimate-form input[type='date']:focus,
.dt-sc-custom-estimate-form textarea:focus,
.dt-sc-custom-estimate-form input.text:focus,
.dt-sc-custom-estimate-form input[type='search']:focus,
select:focus
{
    border-color: #171615;
}

@media all and (-ms-high-contrast:none)
{
    .dt-sc-custom-estimate-form .selection-box:before
    {
        display: none;
    } /* IE10 */
    *::-ms-backdrop,
    .dt-sc-custom-estimate-form .selection-box:before
    {
        display: none;
    } /* IE11 */
}

/*----*****---- << Saaram Custom Accordion >> ----*****----*/

.dt-sc-toggle-frame-set.type3.dt-sc-custom-accordion h5.dt-sc-toggle-accordion
{
    border-color: transparent transparent #e3dfde transparent;
    border-style: none none solid none;
    border-width: 0 0 1px 0;
    font-size: 18px;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.dt-sc-toggle-frame-set.type3.dt-sc-custom-accordion h5.dt-sc-toggle-accordion a
{
    line-height: 38px; 
    padding: 0 28px 8px 0;
}

.dt-sc-toggle-frame-set.type3.dt-sc-custom-accordion h5.dt-sc-toggle-accordion a:before
{
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 35px;
}
.dt-sc-toggle-frame-set.type3.dt-sc-custom-accordion h5.dt-sc-toggle-accordion a:before
{
    background: transparent;
    color: #171615;
    content: '\e877';
    font-family: 'Linearicons-Free';
    font-size: 30px;
    font-weight: normal; 
    left: auto;
    right: -7px;
    top: -10px;
    z-index: 1;
}
.dt-sc-toggle-frame-set.type3.dt-sc-custom-accordion h5.dt-sc-toggle-accordion.active a:before
{
    content: '\e878';
}
.dt-sc-toggle-frame-set.type3.dt-sc-custom-accordion h5.dt-sc-toggle-accordion a:after
{
    bottom: 0;
    content: '';
    display: inline-block;
    height: 80%;
    position: absolute;
    right: 0; 
    width: 28px;
}
.dt-sc-toggle-frame-set.type3.dt-sc-custom-accordion h5.dt-sc-toggle-accordion:before,
.dt-sc-toggle-frame-set.type3.dt-sc-custom-accordion h5.dt-sc-toggle-accordion:after
{
    content: none;
}
.dt-sc-toggle-frame-set.type3.dt-sc-custom-accordion .dt-sc-toggle-content
{
    border: none;
    padding: 0 0 25px 0;
}
.dt-sc-toggle-frame-set.type3.dt-sc-custom-accordion .dt-sc-toggle-accordion.active > a
{
    color: #000;
}

/*----*****---- << Saaram Custom List >> ----*****----*/

ul.dt-sc-fancy-list.dt-sc-custom-list
{
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
}
ul.dt-sc-fancy-list.dt-sc-custom-list li
{
    clear: both;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin: 0 20px 0 0;
    padding: 5px 0 5px 30px;
    position: relative;
}

ul.dt-sc-fancy-list.dt-sc-custom-list li ul
{
    padding-left: 0;
}
ul.dt-sc-fancy-list.dt-sc-custom-list.arrow li
{
    padding-left: 15px;
}
ul.dt-sc-fancy-list.dt-sc-custom-list li:before
{
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    font-weight: 900;
    left: 0; 
    position: absolute;
    text-decoration: inherit;
    top: 6px;
}
ul.dt-sc-fancy-list.dt-sc-custom-list li:first-child:before
{
    top: 1px;
}

/*----*****---- << Saaram Footer >> ----*****----*/

#footer .dt-sc-saaram-footer h6
{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 40px;
    text-transform: uppercase;
}
#footer .dt-sc-saaram-footer .dt-sc-contact-info
{
    font-size: 24px;
    font-weight: 500;
    line-height: 50px;
    margin: 0;
    padding: 0;
}
#footer .dt-sc-saaram-footer .dt-sc-contact-info h6
{
    font-size: 60px;
    line-height: 50px;
    margin-bottom: 50px;
}
#footer .dt-sc-saaram-footer .dt-sc-contact-info a
{
    display: inline-block;
    width: 100%;
}

/*--------------------------------------------------------------
	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;
}

@media all and (-ms-high-contrast:none)
{
    .dt-sc-custom-single-image.wpb_single_image .vc_single_image-wrapper:after
    {
        background-color: transparent !important;
        background-image: url(/wp-content/themes/saaram/images/IE-fix-special-button-arrow.png);
        background-position: center;
        background-repeat: no-repeat;
        transform: none; 

        -webkit-mask-image: none;
    } /* IE10 */

    *::-ms-backdrop,
    .dt-sc-custom-single-image.wpb_single_image .vc_single_image-wrapper:after
    {
        background-color: transparent !important;
        background-image: url(/wp-content/themes/saaram/images/IE-fix-special-button-arrow.png);
        background-position: center;
        background-repeat: no-repeat;
        transform: none; 

        -webkit-mask-image: none;
    } /* IE11 */
}

@media all and (-ms-high-contrast:none)
{
    .dt-sc-custom-contact-img.wpb_single_image h2:after
    {
        background-color: transparent !important;
        background-image: url(/wp-content/themes/saaram/images/special-button-arrow.png);
        background-position: center;
        background-repeat: no-repeat;
        transform: none; 

        -webkit-mask-image: none;
    } /* IE10 */

    *::-ms-backdrop,
    .dt-sc-custom-contact-img.wpb_single_image h2:after
    {
        background-color: transparent !important;
        background-image: url(/wp-content/themes/saaram/images/special-button-arrow.png);
        background-position: center;
        background-repeat: no-repeat;
        transform: none; 

        -webkit-mask-image: none;
    } /* IE11 */
}

/*--------------------------------------------------------------
	3.0 - DT Responsive
	--------------------------------------------------------------*/

/*----*****---- << Desktop (Small) >> ----*****----*/

@media only screen and (min-width:1381px) and (max-width:1680px)
{
    .dt-negative-margin-img
    {
        margin-left: 150px;
    }

    .dt-negative-margin-wide-carousel
    {
        margin-right: -100px;
    }

    /*----*****---- << Saaram Custom List >> ----*****----*/

    ul.dt-sc-fancy-list.dt-sc-custom-list li
    {
        font-size: 16px;
        margin: 0 15px 0 0;
        padding: 5px 0 5px 25px;
    }
    ul.dt-sc-fancy-list.dt-sc-custom-list li:first-child:before
    {
        top: 6px;
    }
    ul.dt-sc-fancy-list.dt-sc-custom-list li:before
    {
        font-size: 14px;
        top: 4px;
    }

    .dt-sc-custom-image.type2:before,
    .dt-sc-custom-image.type2:hover:after
    {
        left: 70px;
        right: 70px;
    }

    /*----*****---- << Custom Carousel >> ----*****----*/

    .ult-carousel-wrapper.dt-sc-custom-carousel .slick-slide
    {
        margin: 0 30px 0 0 !important;
    }
}

/*----*****---- << Laptop >> ----*****----*/

@media only screen and (min-width:1200px) and (max-width:1380px)
{
    .dt-negative-margin-img
    {
        margin-left: 100px;
    }

    .dt-sc-custom-fullwidth-section:before
    {
        bottom: -30px;
        right: -30px;
    }

    .rs_padding-qxlg-none .dt-sc-title.with-separator > h2
    {
        font-size: 30px;
        line-height: 40px;
    }

    /*----*****---- << Saaram Custom List >> ----*****----*/

    ul.dt-sc-fancy-list.dt-sc-custom-list li
    {
        font-size: 16px;
        margin: 0 10px 0 0;
        padding: 5px 0 5px 25px;
    }
    ul.dt-sc-fancy-list.dt-sc-custom-list li:first-child:before
    {
        top: 6px;
    }
    ul.dt-sc-fancy-list.dt-sc-custom-list li:before
    {
        font-size: 14px;
        top: 4px;
    }

    /*----*****---- << Custom Carousel >> ----*****----*/

    .ult-carousel-wrapper.dt-sc-custom-carousel .slick-slide
    {
        margin: 0 30px 0 0 !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;
    }

    /*----*****---- << Header 23 >> ----*****----*/

    .header-23 .extend-bg-fullwidth-left:not(.vc_col-has-fill):before,
    .header-23 .extend-bg-fullwidth-left:not(.vc_col-has-fill):before,
    .header-23 .extend-bg-fullwidth-left.vc_col-has-fill > .vc_column-inner:before,
    .header-23 .extend-bg-fullwidth-left.vc_col-has-fill > .vc_column-inner:before
    {
        content: '';
        display: inline !important;
        height: 100%;
        position: absolute;
        top: 0;
        width: 9999px;
        z-index: -1;
    }

    .header-23 .extend-bg-fullwidth-left:not(.vc_col-has-fill):before,
    .header-23 .extend-bg-fullwidth-left.vc_col-has-fill > .vc_column-inner:before
    {
        left: 100%;
        z-index: 0;
    }

    .header-23 .extend-bg-fullwidth-left:before,
    .header-23 .extend-bg-fullwidth-right:before,
    .header-23 .extend-bg-fullwidth-left.vc_col-has-fill > .vc_column-inner:before,
    .header-23 .extend-bg-fullwidth-right.vc_col-has-fill > .vc_column-inner:before
    {
        background-color: inherit;
    }

    /*----*****---- << Slider Overlay Section >> ----*****----*/

    .dt-sc-slider-overlay-section
    {
        margin: -120px auto 0;
        padding: 20px 10px;
        width: 100%;
    }

    .dt-sc-slider-overlay-section .dt-sc-title.with-separator h3
    {
        font-size: 20px;
    }

    /*----*****---- << Custom Content Extend >> ----*****----*/

    .dt-sc-custom-content-extend.left .vc_column-inner > .wpb_wrapper
    {
        padding: 100px 30px 100px 0;
    }
    .dt-sc-custom-content-extend.right .vc_column-inner > .wpb_wrapper
    {
        padding: 100px 0 100px 30px;
    }

    .vc_row-o-equal-height.vc_row-o-content-middle .dt-sc-icon-box.type1
    {
        padding: 110px 50px;
    }
    .vc_row-o-equal-height.vc_row-o-content-middle .dt-sc-icon-box.type1 .icon-content h4
    {
        font-size: 16px;
        letter-spacing: .5px;
    }

    .vc_row-o-equal-height.vc_row-o-content-middle .dt-sc-special-button
    {
        font-size: 12px;
    }

    .vc_row-o-equal-height.vc_row-o-content-middle .dt-sc-counter.type1 .dt-sc-couter-icon-holder h4
    {
        font-size: 18px;
    }

    .vc_row-o-equal-height.vc_row-o-content-middle .dt-sc-custom-content-extend .dt-sc-special-button span
    {
        margin-left: 50px;
    }

    .vc_row-o-equal-height.vc_row-o-content-middle .dt-sc-custom-content-extend .dt-sc-special-button span:before
    {
        left: -40px;
        width: 40px;
    }

    .vc_row-o-equal-height.vc_row-o-content-middle .dt-sc-custom-content-extend .dt-sc-special-button:hover span:before
    {
        width: 70px;
    }

    .dt-sc-custom-content-section .vc_column-inner > .wpb_wrapper h4
    {
        font-size: 18px;
    }

    /*----*****---- << Custom Negative Margin Image >> ----*****----*/

    .dt-negative-margin-img
    {
        margin-left: 80px;
    }

    /*----*****---- << Bottom Line Title >> ----*****----*/

    h2.dt-sc-bottom-line-title
    {
        font-size: 25px;
        margin: 0 0 20px;
    }

    .dt-sc-custom-intro-text strong
    {
        font-size: 16px;
        line-height: 20px;
    }

    .dt-sc-custom-fullwidth-section:before
    {
        bottom: -15px;
        right: -15px;
    }
    .dt-sc-custom-fullwidth-section:hover:before
    {
        bottom: -10px;
        right: -10px;
    }

    /*----*****---- << Custom Team >> ----*****----*/

    .dt-sc-team.details-on-image.hide-social-show-on-hover.dt-sc-custom-team .dt-sc-team-social
    {
                transform: translateY(-150%);
            -ms-transform: translateY(-150%); 
        -webkit-transform: translateY(-150%);
    }

    /*----*****---- << Custom Image >> ----*****----*/

    .dt-sc-custom-image:before,
    .dt-sc-custom-image:hover:after
    {
        left: 1%;
    }

    /*----*****---- << Custom Image Type 2 >> ----*****----*/

    .dt-sc-custom-image.type2 .vc_single_image-wrapper img
    {
        width: 100%;
    }

    .dt-sc-custom-image.type2:before,
    .dt-sc-custom-image.type2:hover:after
    {
        left: 35px;
    }

    .rs_padding-md-50 .dt-sc-title.with-separator > h2
    {
        font-size: 24px;
        line-height: 35px;
    }

    .dt-sc-custom-image.type2 .vc_single_image-wrapper:before,
    .dt-sc-custom-image.type2:hover .vc_single_image-wrapper:after
    {
        left: 30px;
    }

    /*----*****---- << Custom Toggle Accordion >> ----*****----*/

    .dt-sc-toggle-frame-set.type3.dt-sc-custom-accordion h5.dt-sc-toggle-accordion
    {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .dt-sc-toggle-frame-set.type3.dt-sc-custom-accordion .dt-sc-toggle-content
    {
        padding: 0;
    }
    .dt-sc-toggle-frame-set.type3.dt-sc-custom-accordion .dt-sc-toggle-content p
    {
        font-size: 14px;
    }

    .dt-negative-margin-wide-carousel
    {
        margin-left: -300px;
        margin-right: 0;
    }

    /*----*****---- << Saaram Custom List >> ----*****----*/

    ul.dt-sc-fancy-list.dt-sc-custom-list li
    {
        font-size: 16px;
        margin: 0 10px 0 0;
        padding: 5px 0 5px 25px;
    }
    ul.dt-sc-fancy-list.dt-sc-custom-list li:first-child:before
    {
        top: 6px;
    }
    ul.dt-sc-fancy-list.dt-sc-custom-list li:before
    {
        font-size: 14px;
        top: 4px;
    }

    /*----*****---- << Custom Carousel >> ----*****----*/

    .ult-carousel-wrapper.dt-sc-custom-carousel .slick-slide
    {
        margin: 0 35px 0 0 !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
    {
        margin-bottom: 20px;
        min-height: 290px; 
        width: 32%;
    }
    .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;
    }

    /*----*****---- << Header 23 >> ----*****----*/

    .header-23 .extend-bg-fullwidth-left:not(.vc_col-has-fill):before,
    .header-23 .extend-bg-fullwidth-left:not(.vc_col-has-fill):before,
    .header-23.extend-bg-fullwidth-left.vc_col-has-fill > .vc_column-inner:before,
    .header-23 .extend-bg-fullwidth-left.vc_col-has-fill > .vc_column-inner:before
    {
        content: '';
        display: inline !important;
        height: 100%;
        position: absolute;
        top: 0;
        width: 9999px;
        z-index: -1;
    }

    .header-23 .extend-bg-fullwidth-left:not(.vc_col-has-fill):before,
    .header-23 .extend-bg-fullwidth-left.vc_col-has-fill > .vc_column-inner:before
    {
        left: 100%;
        z-index: 0;
    }

    .header-23 .extend-bg-fullwidth-left:before,
    .header-23 .extend-bg-fullwidth-right:before,
    .header-23 .extend-bg-fullwidth-left.vc_col-has-fill > .vc_column-inner:before,
    .header-23 .extend-bg-fullwidth-right.vc_col-has-fill > .vc_column-inner:before
    {
        background-color: inherit;
    }

    .dt-sc-slider-overlay-section
    {
        margin: -170px auto 0;
        padding: 40px 50px 30px;
    }

    .dt-sc-custom-video-section
    {
        padding: 40px 20px 30px;
    }

    /*----*****---- << Custom Negative Margin Image >> ----*****----*/

    .dt-negative-margin-img
    {
        margin: 0;
    }

    /*----*****---- << Bottom Line Title >> ----*****----*/

    h2.dt-sc-bottom-line-title
    {
        font-size: 28px;
    }

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

    .dt-sc-custom-fullwidth-section:before
    {
        bottom: -40px;
        left: 0;
        margin: auto;
        right: 0;
        width: 90%;
    }
    .dt-sc-custom-fullwidth-section:hover:before
    {
        bottom: -20px;
        right: 0;
    }

    .dt-sc-team.details-on-image.hide-social-show-on-hover.dt-sc-custom-team .dt-sc-team-social
    {
        top: -50%;
                transform: translateY(-150%);
           -moz-transform: translateY(-150%); 
        -webkit-transform: translateY(-150%);
    }

    /*----*****---- << Custom Content Extend >> ----*****----*/

    .vc_row .dt-sc-custom-content-extend.rs_col-sm-12
    {
        margin-bottom: 50px;
    }
    .dt-sc-custom-content-extend.left .vc_column-inner > .wpb_wrapper
    {
        padding: 100px 30px 100px 0;
    }
    .dt-sc-custom-content-extend.right .vc_column-inner > .wpb_wrapper
    {
        padding: 100px 0 100px 30px;
    }

    /*----*****---- << Custom Image >> ----*****----*/

    .dt-sc-custom-image:before,
    .dt-sc-custom-image:hover:after
    {
        left: 2%;
    }

    /*----*****---- << Custom Image Type 2 >> ----*****----*/

    .dt-sc-custom-image.type2 .vc_single_image-wrapper img
    {
        width: 100%;
    }

    .dt-sc-custom-image.type2:before,
    .dt-sc-custom-image.type2:hover:after
    {
        left: 35px;
    }

    .dt-sc-custom-image.type2:hover:before,
    .dt-sc-custom-image.type2:after
    {
        bottom: 150px;
        left: 150px;
        right: 150px;
        top: 150px;
    }

    .dt-sc-custom-image.type2 .vc_single_image-wrapper:before,
    .dt-sc-custom-image.type2:hover .vc_single_image-wrapper:after
    {
        left: 30px;
    }

    /*----*****---- << Custom Toggle Accordion >> ----*****----*/

    .dt-sc-toggle-frame-set.type3.dt-sc-custom-accordion h5.dt-sc-toggle-accordion
    {
        font-size: 15px;
        margin-bottom: 20px;
        text-transform: capitalize;
    }
    .dt-sc-toggle-frame-set.type3.dt-sc-custom-accordion .dt-sc-toggle-content
    {
        padding: 0;
    }
    .dt-sc-toggle-frame-set.type3.dt-sc-custom-accordion .dt-sc-toggle-content p
    {
        font-size: 13px;
    }

    .dt-negative-margin-wide-carousel
    {
        margin-left: -650px;
        margin-right: -100px;
    }

    /*----*****---- << Saaram Custom List >> ----*****----*/

    ul.dt-sc-fancy-list.dt-sc-custom-list li
    {
        font-size: 16px;
        margin: 0 10px 0 0;
        padding: 5px 0 5px 25px;
    }
    ul.dt-sc-fancy-list.dt-sc-custom-list li:first-child:before
    {
        top: 6px;
    }
    ul.dt-sc-fancy-list.dt-sc-custom-list li:before
    {
        font-size: 14px;
        top: 4px;
    }

    /*----*****---- << Custom Carousel >> ----*****----*/

    .ult-carousel-wrapper.dt-sc-custom-carousel .slick-slide
    {
        margin: 0 30px 0 0 !important;
    }
}

/*----*****---- << 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)
    {
        padding: 10px 0; 
        width: 100%;
    }

    .hotel_blockquote-type4 blockquote.type4
    {
        margin-top: 0;
    }

    .event-colored-box
    {
        margin-top: 0;
    }
    .event-contact-info.wpb_column
    {
        float: none; 
        padding: 85px 30px 30px;
        width: 320px;
    }

    .gradient-parallax:before
    {
        background:    -moz-linear-gradient(to right, rgba(242, 243, 246, 1) 20%, rgba(242, 243, 246, .75) 30%, rgba(242, 243, 246, .65) 40%, rgba(242, 243, 246, .55)60%, rgba(229, 229, 229, 0) 100%);
        background: -webkit-linear-gradient(to right, rgba(242, 243, 246, 1) 20%, rgba(242, 243, 246, .75) 30%, rgba(242, 243, 246, .65) 40%, rgba(242, 243, 246, .55)60%, rgba(229, 229, 229, 0) 100%);
        background:         linear-gradient(to right, rgba(242, 243, 246, 1) 20%, rgba(242, 243, 246, .75) 30%, rgba(242, 243, 246, .65) 40%, rgba(242, 243, 246, .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
    {
        display: block; 
        position: relative;
    }
    .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;
    }

    /*----*****---- << Header 23 >> ----*****----*/

    .header-23 .extend-bg-fullwidth-left:not(.vc_col-has-fill):after,
    .header-23 .extend-bg-fullwidth-right:not(.vc_col-has-fill):after,
    .header-23 .extend-bg-fullwidth-left.vc_col-has-fill > .vc_column-inner:after,
    .header-23 .extend-bg-fullwidth-right.vc_col-has-fill > .vc_column-inner:after
    {
        opacity: 1;
    }

    .header-23 .extend-bg-fullwidth-left:not(.vc_col-has-fill):before,
    .header-23 .extend-bg-fullwidth-left:not(.vc_col-has-fill):before,
    .header-23 .extend-bg-fullwidth-left.vc_col-has-fill > .vc_column-inner:before,
    .header-23 .extend-bg-fullwidth-left.vc_col-has-fill > .vc_column-inner:before
    {
        content: '';
        display: inline !important;
        height: 100%;
        position: absolute;
        top: 0;
        width: 9999px;
    }

    .header-23 .extend-bg-fullwidth-left:not(.vc_col-has-fill):before,
    .extend-bg-fullwidth-left.vc_col-has-fill > .vc_column-inner:before
    {
        left: 100%;
        z-index: 0;
    }

    .header-23 .extend-bg-fullwidth-left:before,
    .extend-bg-fullwidth-right:before,
    .header-23 .extend-bg-fullwidth-left.vc_col-has-fill > .vc_column-inner:before,
    .header-23 .extend-bg-fullwidth-right.vc_col-has-fill > .vc_column-inner:before
    {
        background-color: inherit;
    }

    /*----*****---- << 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
    {
        left: 0;
        margin: 0 -15px;
        right: 0;
        transform: none;
    }

    .dt-sc-slider-overlay-section
    {
        margin: -140px auto 0;
        padding: 20px 15px;
        width: 100%;
    }

    .dt-sc-slider-overlay-section .dt-sc-title.with-separator h3
    {
        font-size: 18px;
    }

    .dt-sc-slider-overlay-section .dt-sc-special-button.type2
    {
        font-size: 12px;
    }

    .ult-carousel-wrapper.dt-sc-custom-carousel .slick-slide
    {
        margin: 0 !important;
    }

    .dt-sc-custom-video-section
    {
        bottom: -20%;
        padding: 40px 40px 30px;
    }

    .wpb_single_image.dt-sc-custom-single-image
    {
        text-align: center;
    }

    .vc_row[data-vc-full-width].dt-sc-custom-rs-bg .upb_row_bg,
    .vc_row.dt-sc-custom-fullwidth-section .upb_row_bg
    {
        background: #f1f1f1 !important;
    }

    .dt-negative-margin-img
    {
        margin: 0;
    }

    h2.dt-sc-bottom-line-title
    {
        font-size: 20px;
    }
    .dt-sc-bottom-line-title
    {
        margin: 0 0 30px;
    }
    .dt-sc-custom-intro-text strong
    {
        font-size: 15px;
        line-height: 20px;
    }

    .dt-sc-custom-fullwidth-section:before
    {
        content: none;
    }

    .dt-sc-team.details-on-image.hide-social-show-on-hover.dt-sc-custom-team .dt-sc-team-social
    {
                transform: translateY(-150%);
           -moz-transform: translateY(-150%); 
        -webkit-transform: translateY(-150%);
    }

    .dt-sc-custom-parallax-section strong
    {
        font-size: 30px;
        line-height: 40px;
    }

    /*----*****---- << Custom Content Extend >> ----*****----*/

    .dt-sc-custom-content-extend.left .vc_column-inner > .wpb_wrapper
    {
        padding: 100px 40px 100px 0;
    }
    .dt-sc-custom-content-extend.right .vc_column-inner > .wpb_wrapper
    {
        padding: 100px 0 100px 40px;
    }

    /*----*****---- << Custom Image >> ----*****----*/

    .dt-sc-custom-image:before,
    .dt-sc-custom-image:hover:after
    {
        left: 2%;
    }

    /*----*****---- << Custom Image Type 2 >> ----*****----*/

    .dt-sc-custom-image.type2 .vc_single_image-wrapper img
    {
        width: 100%;
    }

    .dt-sc-custom-image.type2:before,
    .dt-sc-custom-image.type2:hover:after
    {
        left: 35px;
    }

    .dt-sc-custom-image.type2:hover:before,
    .dt-sc-custom-image.type2:after
    {
        bottom: 150px;
        left: 150px;
        right: 150px;
        top: 150px;
    }

    .dt-sc-custom-image.type2 .vc_single_image-wrapper:before,
    .dt-sc-custom-image.type2:hover .vc_single_image-wrapper:after
    {
        left: 30px;
    }

    /*----*****---- << Custom Toggle Accordion >> ----*****----*/

    .dt-sc-toggle-frame-set.type3.dt-sc-custom-accordion h5.dt-sc-toggle-accordion
    {
        font-size: 14px;
        margin-bottom: 20px;
        text-transform: capitalize;
    }

    .dt-sc-toggle-frame-set.type3.dt-sc-custom-accordion h5.dt-sc-toggle-accordion a
    {
        line-height: 25px; 
        padding: 0 40px 8px 0;
    }

    .dt-sc-toggle-frame-set.type3.dt-sc-custom-accordion .dt-sc-toggle-content
    {
        padding: 0;
    }

    .dt-sc-toggle-frame-set.type3.dt-sc-custom-accordion .dt-sc-toggle-content p
    {
        font-size: 12px;
        line-height: 20px;
    }

    .dt-sc-toggle-frame-set.type3.dt-sc-custom-accordion h5.dt-sc-toggle-accordion a:before
    {
        font-size: 20px;
        right: -12px;
        top: -5px;
    }

    .dt-negative-margin-wide-carousel
    {
        margin-left: 0;
        margin-right: 0;
    }
    .dt-negative-margin-wide-carousel .slick-slider .slick-slide
    {
        margin: 0 !important;
    }

    /*----*****---- << Saaram Custom List >> ----*****----*/

    ul.dt-sc-fancy-list.dt-sc-custom-list li
    {
        font-size: 16px;
        margin: 0 10px 0 0;
        padding: 5px 0 5px 25px;
    }
    ul.dt-sc-fancy-list.dt-sc-custom-list li:first-child:before
    {
        top: 4px;
    }
    ul.dt-sc-fancy-list.dt-sc-custom-list li:before
    {
        font-size: 14px;
        top: 4px;
    }

    /*----*****---- << Footer >> ----*****----*/

    #footer .dt-sc-saaram-footer .dt-sc-contact-info h6
    {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    #footer .dt-sc-saaram-footer .dt-sc-contact-info
    {
        font-size: 18px;
        line-height: 40px;
    }

    .footer-copyright
    {
        text-align: center;
    }
    .footer-copyright img
    {
        float: none;
        margin: auto;
    }
}

/* Common Styles for the devices below 479px width */
@media only screen and (max-width: 479px)
{
    /*----*****---- << Event location page >> ----*****----*/
    .event-contact-info.wpb_column
    {
        margin: 20px 0 0 0; 
        width: 100%;
    }
    .event-contact-info:before
    {
        background-size: 100%; 
        left: 0;
        width: 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-left: 35px; 
        padding-right: 35px;
    }

    .gradient-content .dt-sc-button.medium
    {
        padding: 14px 20px;
    }

    .overflow-content
    {
        margin: 0;
    }

    /*----*****---- << Hosting >> ----*****----*/
    .hosting-table th
    {
        font-size: 12px;
        padding: 13px 6px; 
        text-transform: capitalize;
    }
    .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;
    }

    /*----*****---- << Custom Class >> ----*****----*/
    .dt-sc-slider-overlay-section
    {
        margin: -100px auto 0;
        padding: 20px 10px;
    }
    .dt-sc-slider-overlay-section .dt-sc-title.with-separator h3
    {
        font-size: 18px;
        line-height: 30px;
    }

    .dt-sc-contact-info.dt-sc-custom-contact-info strong,
    .dt-sc-contact-info.dt-sc-custom-contact-info a
    {
        font-size: 18px;
    }

    .dt-sc-custom-content-extend.left .vc_column-inner > .wpb_wrapper
    {
        padding: 50px 20px 50px 20px;
    }
    .dt-sc-custom-content-extend.right .vc_column-inner > .wpb_wrapper
    {
        padding: 50px 20px 50px 20px;
    }

    .dt-sc-custom-video-section
    {
        bottom: auto;
        left: 0;
        margin: auto; 
        padding: 30px 25px 30px;
        right: 0;
    }
    .dt-sc-custom-video-section h2
    {
        font-size: 18px;
        line-height: 30px;
    }
    .dt-sc-custom-video-section p
    {
        font-size: 16px;
    }

    .dt-sc-estimate-form
    {
        padding: 60px 10px 40px;
    }

    .dt-sc-team.hide-social-show-on-hover.details-on-image.dt-sc-custom-team
    {
        margin: 0 0 10px; 
        padding: 20px;
    }
    .dt-sc-team.details-on-image.hide-social-show-on-hover.dt-sc-custom-team .dt-sc-team-social
    {
        top: -10%; 
                transform: translateY(-150%);
           -moz-transform: translateY(-150%);
        -webkit-transform: translateY(-150%);
    }

    .dt-sc-custom-parallax-section h6
    {
        font-size: 12px;
    }
    .dt-sc-custom-parallax-section strong
    {
        font-size: 22px;
        line-height: 25px;
    }

    .dt-sc-custom-gallery-text p
    {
        font-size: 16px;
    }

    /*----*****---- << Custom Image Type 2 >> ----*****----*/

    .dt-sc-custom-image.type2
    {
        padding: 15px;
    }
    .dt-sc-custom-image.type2:before,
    .dt-sc-custom-image.type2:hover:after
    {
        left: -5px;
        top: -5px;
    }

    /*----*****---- << Custom Toggle Accordion >> ----*****----*/

    .dt-sc-toggle-frame-set.type3.dt-sc-custom-accordion h5.dt-sc-toggle-accordion
    {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .dt-sc-toggle-frame-set.type3.dt-sc-custom-accordion h5.dt-sc-toggle-accordion a
    {
        line-height: 20px; 
        padding: 0 35px 8px 0;
    }

    /*----*****---- << Saaram Custom List >> ----*****----*/

    ul.dt-sc-fancy-list.dt-sc-custom-list li
    {
        font-size: 14px;
        margin: 0 10px 0 0;
        padding: 5px 0 5px 25px;
    }
    ul.dt-sc-fancy-list.dt-sc-custom-list li:first-child:before
    {
        top: 6px;
    }
    ul.dt-sc-fancy-list.dt-sc-custom-list li:before
    {
        font-size: 12px;
        top: 6px;
    }
}

/* 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
    {
        float: none;
        margin: 0; 
        text-align: center;
        width: 100%;
    }

    /*----*****---- << 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;
    }

    /*----*****---- << Custom Class >> ----*****----*/
    .dt-sc-team.details-on-image.hide-social-show-on-hover.dt-sc-custom-team .dt-sc-team-social
    {
        top: -15%;
    }
}
