@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);


/*************************
*******Typography******
**************************/

body {
    background: #fff;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #333;
    line-height: 1.6em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #333;
}

h1 {
    font-size: 36px;
    color: #fff;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
    color: #787878;
    font-weight: 400;
    line-height: 24px;
}

h4 {
    font-size: 16px;
}

a {
    color: #F8981D;
}

    a:hover, a:focus {
        color: #d43133;
    }

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}

.hidedesktop {
    display: none;
}

.ptlSuite {
    width: 75%;
}

.btn-primary {
    padding: 8px 20px;
    background: #E9AA14;
    color: #fff;
    border-radius: 4px;
    border: none;
    margin-top: 5px;
}


    .btn-primary:hover,
    .btn-primary:focus {
        background: #E9AA14;
        outline: none;
        box-shadow: none;
    }

.btn-transparent {
    border: 3px solid #fff;
    background: transparent;
    color: #fff;
}

    .btn-transparent:hover {
        border-color: rgba(255, 255, 255, 0.5);
    }

a:hover,
a:focus {
    color: #000;
    text-decoration: none;
    outline: none;
}

.dropdown-menu {
    margin-top: -1px;
    min-width: 300px;
}

.center h2 {
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 20px;
}

.centerApart h3 {
    font-size: 24px;
    margin-top: 0;
	color: #E9AA14;
	text-align:left;
}

.media > .pull-left {
    margin-right: 20px;
}

.media > .pull-right {
    margin-left: 20px;
}

body > section {
    padding: 20px 0;
}

.center {
    text-align: center;
    padding-bottom: 24px;
}

.centerApart {
    text-align: center;
	min-height: 485px;
}

.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}

.lead {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.transparent-bg {
    background-color: transparent !important;
    margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.text-align-left, .text-align-left p {
    text-align: left;
}

.text-align-justify, .text-align-justify p {
    text-align: justify;
}

.text-align-right, .text-align-right p {
    text-align: right;
}

/*************************
*******Header******
**************************/
.navbar-fixed-top .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-toggle {
    margin-top: 0;
    margin-bottom: 0;
    float: none !important;
}

.navbar > .container .navbar-brand {
    margin-left: 0;
}

.top-bar {
    padding: 10px 0;
    background: #090909;
    border-bottom: 1px solid #222;
    line-height: 28px;
}

.social {
    text-align: center;
}

.social-share {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.social-share li {
    display: inline-block;
}

    ul.social-share li a {
        font-size: 32px;
        display: inline-block;
        color: #fff;
        background: #404040;
        width: 48px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        -ms-border-radius: 2px;
        border-radius: 2px;
    }

        ul.social-share li a#googleplus {
            background-color: #CF3D2E;
        }

        ul.social-share li a#facebook {
            background-color: #3C599F;
        }

        ul.social-share li a#youtube {
            background-color: #C52F30;
        }

        ul.social-share li a#linkedin {
            background-color: #0085AE;
        }

.navbar-brand {
    padding: 0;
    margin: 0;
    color: #E9AA14;
}

.navbar-header a.navbar-brand {
    color: #E9AA14;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
    background: #000000;
    /*padding: 15px 0;*/
    padding-bottom: 0;
}

.navbar-nav {
    /*margin-top: 12px;*/
}

.navbar-nav > li {
    margin-left: 14px;
    /*padding-bottom: 28px;*/
}

.navbar-fixed-top .navbar-nav > li > a {
    padding: 5px 12px;
    margin: 0;
    border-radius: 3px;
    color: #fff;
    line-height: 24px;
    display: inline-block;
}

    .navbar-fixed-top .navbar-nav > li > a:hover {
        background-color: #F7961D;
        color: #fff;
    }

.navbar-fixed-top {
    border: none;
}

    .navbar-fixed-top .navbar-brand {
        font-size: 36px;
        line-height: 50px;
        color: #fff;
    }

    .navbar-fixed-top .navbar-nav > .active > a,
    .navbar-fixed-top .navbar-nav > .active > a:hover,
    .navbar-fixed-top .navbar-nav > .active > a:focus,
    .navbar-fixed-top .navbar-nav > .open > a,
    .navbar-fixed-top .navbar-nav > .open > a:hover,
    .navbar-fixed-top .navbar-nav > .open > a:focus {
        background-color: #E9AA14;
        color: #fff;
    }

    .navbar-fixed-top .navbar-nav .dropdown-menu {
        background-color: rgba(0,0,0,.85);
        -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
        -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
        border: 0;
        padding: 0;
        margin-top: 0;
        border-top: 0;
        border-radius: 0;
        left: 0;
    }

        .navbar-fixed-top .navbar-nav .dropdown-menu:before {
            position: absolute;
            top: 0;
        }

        .navbar-fixed-top .navbar-nav .dropdown-menu > li > a {
            padding: 8px 15px;
            color: #fff;
        }

        .navbar-fixed-top .navbar-nav .dropdown-menu > li.active > a {
            background-color: #E9AA14;
            color: #fff;
        }

        .navbar-fixed-top .navbar-nav .dropdown-menu > li:hover > a,
        .navbar-fixed-top .navbar-nav .dropdown-menu > li:focus > a {
            background-color: #F7961D;
            color: #fff;
        }

        .navbar-fixed-top .navbar-nav .dropdown-menu > li:last-child > a {
            border-radius: 0 0 3px 3px;
        }

        .navbar-fixed-top .navbar-nav .dropdown-menu > li.divider {
            background-color: #444;
        }

    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-top .navbar-form {
        border-top: 0;
        padding-bottom: 0;
    }

.first-navbar {
    background: #000000;
    height: 100px;
}

.second-navbar {
    padding-top: 8px;
    padding-bottom: 8px;
    background: #090909;
    top: 100px;
    border-top: 1px solid #222;
    border-bottom: 5px solid #E9AA14;
}

/*************************
*******Home Page******
**************************/

.slider {
    position: relative;
    margin-top: 155px;
}

#carousel-slider,
#carousel-slider1 {
    position: relative;
}

#carousel-slider .carousel-indicators, 
#carousel-slider1 .carousel-indicators {
	bottom: -30px;
}

#carousel-slider .carousel-indicators li, 
#carousel-slider1 .carousel-indicators li {
    /*border: 1px solid #ffbd20;*/
	border: 1px solid gainsboro;
}

#carousel-slider .carousel-indicators li.active, 
#carousel-slider1 .carousel-indicators li.active {
    background: gainsboro;
}

#carousel-slider a i, 
#carousel-slider1 a i {
	position: absolute;
    top: 40%;
    right: 8px;
}

#carousel-slider a:hover, 
#carousel-slider1 a:hover {
    /*background: Gainsboro;*/
    color: #fff;
    /*border: 1px solid Gainsboro;*/
}

#carousel-slider .carousel-control, 
#carousel-slider1 .carousel-control {
	width: inherit;
}

/*#carousel-slider .carousel-control.left i {
    left: -25px;
}*/

/*#carousel-slider .carousel-control.right i {
    right: -25px;
}*/

#carousel-slider .carousel-control.left,
#carousel-slider .carousel-control.right, 
#carousel-slider1 .carousel-control.left,
#carousel-slider1 .carousel-control.right {
	/*border: 1px solid gold;*/
	font-size: 32px;
	height: 100%;
	padding: 8px;
	color: gold;
	width: 32px;
}

.carousel-inner > div > img {
	margin-left: auto;
	margin-right: auto;
}

.carousel-control.right {
	background-image: none !important;
}

.carousel-control.left {
	background-image: none !important;
}

#feature {
    background: #f2f2f2;
    padding-bottom: 40px;
}

    #feature.transparent-bg {
        margin-top: -40px;
    }

.features {
    padding: 0;
}

.feature-wrap {
    margin-bottom: 35px;
    overflow: hidden;
}

    .feature-wrap h2 {
        margin-top: 10px;
    }

    .feature-wrap .pull-left {
        margin-right: 25px;
    }

    .feature-wrap i {
        font-size: 48px;
        height: 110px;
        width: 110px;
        margin: 3px;
        border-radius: 100%;
        line-height: 110px;
        text-align: center;
        background: #ffffff;
        color: #E9AA14;
        border: 3px solid #ffffff;
        box-shadow: inset 0 0 0 5px #f2f2f2;
        -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
        float: left;
        margin-right: 25px;
    }

.recent-work-wrap {
    position: relative;
}

    .recent-work-wrap img {
        width: 100%;
    }

    .recent-work-wrap .recent-work-inner {
        top: 0;
        background: transparent;
        opacity: .8;
        width: 100%;
        border-radius: 0;
        margin-bottom: 0;
    }

        .recent-work-wrap .recent-work-inner h3 {
            margin: 10px 0;
        }

            .recent-work-wrap .recent-work-inner h3 a {
                font-size: 24px;
                color: #fff;
            }

    .recent-work-wrap .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        border-radius: 0;
        background: #333;
        color: #fff;
        vertical-align: middle;
        padding: 30px;
    }

        .recent-work-wrap .overlay .preview {
            bottom: 0;
            display: inline-block;
            height: 35px;
            line-height: 35px;
            border-radius: 0;
            background: transparent;
            text-align: center;
            color: #fff;
        }

    .recent-work-wrap:hover .overlay {
        opacity: 1;
    }

#products {
    margin-top: 156px;
}

    #products .lead,
    #products h2 {
    }

.products-wrap {
    padding: 10px 10px;
    background: #fff;
    border-radius: 4px;
    margin: 0 0 40px;
}

    .products-wrap h3 {
        font-size: 20px;
        margin: 10px 0;
    }

    .products-wrap .pull-left {
        margin-right: 20px;
    }

#affiliations {
    background: #000 url(../images/products/bg.jpg);
    background-size: cover;
    margin-top: 20px;
}

    #affiliations .lead,
    #affiliations h2 {
        color: #fff;
    }

#middle {
    background: #fff;
    margin-top: -90px;
}

.skill h2 {
    margin-bottom: 25px;
}

.progress-wrap {
    position: relative;
}

.progress .color1,
.progress .color1 .bar-width {
    background: #2d7da4;
}

.progress .color2,
.progress .color2 .bar-width {
    background: #6aa42f;
}

.progress .color3,
.progress .color3 .bar-width {
    background: #ffcc33;
}

.progress .color4,
.progress .color4 .bar-width {
    background: #db3615;
}

.progress,
.progress-bar {
    height: 15px;
    line-height: 15px;
    background: #e6e6e6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
    text-align: right;
}

.progress {
    position: relative;
}

    .progress .bar-width {
        position: absolute;
        width: 40px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        font-size: 12px;
        font-weight: 700;
        top: -30px;
        border-radius: 2px;
        margin-left: -30px;
    }

    .progress span {
        position: relative;
    }

        .progress span:before {
            content: " ";
            position: absolute;
            width: auto;
            height: auto;
            border-width: 8px 5px;
            border-style: solid;
            bottom: -15px;
            right: 8px;
        }

    .progress .color1 span:before {
        border-color: #2d7da4 transparent transparent transparent;
    }

    .progress .color2 span:before {
        border-color: #6aa42f transparent transparent transparent;
    }

    .progress .color3 span:before {
        border-color: #ffcc33 transparent transparent transparent;
    }

    .progress .color4 span:before {
        border-color: #db3615 transparent transparent transparent;
    }

.accordion h2 {
    margin-bottom: 25px;
}

.panel-default {
    border-color: transparent;
}

    .panel-default > .panel-heading,
    .panel {
        background-color: #e6e6e6;
        border: 0 none;
        box-shadow: none;
    }

        .panel-default > .panel-heading + .panel-collapse .panel-body {
            background: #fff;
            color: #858586;
        }

.panel-body {
    padding: 10px 10px 5px;
}

.panel-group .panel + .panel {
    margin-top: 0;
    border-top: 1px solid #d9d9d9;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-heading {
    border-radius: 0;
}

.panel-title > a {
    color: #4e4e4e;
}

.panel-heading.active {
    background: #1f1f20;
}

    .panel-heading.active .panel-title > a {
        color: #fff;
    }

    .panel-heading.active i {
        background: #E9AA14;
        color: #fff;
    }

    .panel-heading.active i {
        background: #E9AA14;
        color: #fff;
    }

.nav-tabs > li {
    margin-bottom: 0px;
    border-bottom: 1px solid #e6e6e6;
}

.nav-tabs {
    border-bottom: transparent;
    border-right: 1px solid #e6e6e6;
}

    .nav-tabs > li > a {
        background: #f5f5f5;
        color: #666;
        border-radius: 0;
        border: 0 none;
        line-height: 24px;
        margin-right: 0;
        padding: 13px 15px;
    }

    .nav-tabs li:last-child {
        border-bottom: 0 none;
    }

.nav-stacked > li + li {
    margin-top: 0;
}

.nav-tabs > li > a:hover {
    background: #1f1f20;
    color: #fff;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: 0;
    color: #fff;
    background: #1f1f20;
    position: relative;
}

    .nav-tabs > li.active > a:after {
        position: absolute;
        content: "";
        width: auto;
        height: auto;
        border-style: solid;
        border-color: transparent transparent transparent #1f1f20;
        border-width: 25px 22px;
        right: -44px;
        top: 0;
    }

.tab-content {
    padding: 20px;
}

    .tab-content h2 {
        margin-top: 0;
    }

    .tab-content img {
        border-radius: 4px;
    }

section#products div.center {
    padding-bottom: 0;
}

/*************************
********* About Us Page CSS ******
**************************/

#about-us {
    margin-top: 156px;
}

.center span {
    color: #E9AA14;
}

.box-wrap {
    padding: 40px 30px;
    background: #fff;
    border-radius: 4px;
    margin: 0 0 40px;
}

/***********************
****Products page css****
***********************/

.products {
    padding: 0;
}

/*************************
********* Portfolio CSS ******
**************************/

#portfolio {
    margin-top: 175px;
}

#portfolio_page {
    margin-top: 115px;
    padding-bottom: 0;
}

.portfolio-items,
.portfolio-filter {
    list-style: none outside none;
    margin: 0 0 20px 0;
    padding: 0;
}

    .portfolio-filter > li {
        display: inline-block;
    }

        .portfolio-filter > li a {
            background: none repeat scroll 0 0 #FFFFFF;
            font-size: 14px;
            font-weight: 400;
            margin-right: 1px;
            text-transform: uppercase;
            border: 1px solid #F2F2F2;
            outline: none;
            border-radius: 3px;
        }

            .portfolio-filter > li a:hover,
            .portfolio-filter > li a.active {
                color: #fff;
                background: #E9AA14;
                border: 1px solid #E9AA14;
                box-shadow: none;
                -webkit-box-shadow: none;
            }

    .portfolio-items > li {
        float: left;
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.portfolio-item {
    margin: 0;
    padding: 0;
}

.doc-item {
	padding: 15px;
}

.doc-item > i {
	margin-right: 5px;
}

.doc-item > a {
	color: darkslategrey;
	font-size: 16px;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
        -o-transition-property: -o-transform, opacity;
        transition-property: transform, opacity;
    }

        /**** disabling Isotope CSS3 transitions ****/
        .isotope.no-transition,
        .isotope.no-transition .isotope-item,
        .isotope .isotope-item.no-transition {
            -webkit-transition-duration: 0s;
            -moz-transition-duration: 0s;
            -ms-transition-duration: 0s;
            -o-transition-duration: 0s;
            transition-duration: 0s;
        }

    /* End: Recommended Isotope styles */
    /* disable CSS transitions for containers with infinite scrolling*/
    .isotope.infinite-scrolling {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

/*************************
********* Contact Us CSS ******
**************************/
/* --- Map --- */
.map {
    position: relative;
    margin-top: 156px;
    margin-bottom: 40px;
}

    .map iframe {
        width: 100%;
        height: 320px;
        border: none;
    }

.map-grid iframe {
    width: 100%;
    height: 220px;
    border: none;
    margin: 0 0 -5px 0;
    padding: 0;
}


#contact-page {
    padding-top: 0;
    background: #fff;
}

    #contact-page .contact-form .form-group label {
        font-size: 14px;
    }

.form-group .form-control {
    padding: 5px 5px;
    border-color: #787878;
    box-shadow: none;
}

.validationerror {
	color: red;
}

textarea#message {
    resize: none;
    padding: 10px;
}

#contact-page .contact-wrap {
    margin-top: 20px;
}


/***********************
********* Footer ******
************************/
#bottom {
    background: #f5f5f5;
    border-bottom: 5px solid #E9AA14;
    font-size: 14px;
}

    #bottom h3 {
        margin-top: 0;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-size: 22px;
        color: #000;
    }

    #bottom ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #bottom ul li {
            display: block;
            padding: 5px 0;
        }

            #bottom ul li a {
                color: #808080;
            }

                #bottom ul li a:hover {
                    color: #E9AA14;
                }

    #bottom .widget {
        margin-bottom: 0;
    }

#footer {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    background: #000;
}

    #footer a {
        color: #fff;
    }

        #footer a:hover {
            color: #E9AA14;
        }

    #footer ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #footer ul > li {
            display: inline-block;
            margin-left: 15px;
        }

/*************************
********* Privacy Policy Page CSS ******
**************************/

#privacy-policy {
    margin-top: 156px;
}

.center span {
    color: #E9AA14;
}

/***********************
********* Timeline ******
************************/

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            width: 36px;
            height: 36px;
            line-height: 36px;
            font-size: 1.2em;
            text-align: center;
            position: absolute;
            top: 25px;
            left: 50%;
            margin-left: -18px;
            z-index: 100;
            -ms-border-radius: 50%;
            border-radius: 50%;
            background-color: white;
            color: #e9aa14;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-title {
    margin-top: 0;
    color: #e9aa14;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }

    ul.timeline > li > .timeline-badge {
        left: 22px;
        margin-left: 0;
        top: 24px;
    }
}

.timeline-badge i {
    font-size: 36px;
}

.timeline-inverted .timeline-badge i {
    color: #d99a04;
}

/*************************
********* MISC CSS *******
**************************/

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 50%;
	margin: 10px 0px;
    height: 0;
	cursor: pointer;
}

.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.divVideo {
	text-align: center;
	background-color: black;
	border-radius: 2px;
	padding: 8px;
}

.videowrapper h3 {
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	color: white;
}

.videowrapper #imgVideo {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 65%;
}

.videowrapper #imgYT {
	width: 100%;
}

.image-hover-effect div:hover {
    -webkit-box-shadow: 0px 0px 0px 1px darkgoldenrod;
    -ms-box-shadow: 0px 0px 0px 1px darkgoldenrod;
    box-shadow: 0px 0px 0px 1px darkgoldenrod;
}

.imgBorder {
    border: 1px solid #101010;
}

.numbered-list {
    text-align: left;
}

.normal-cursor {
    cursor: default;
    pointer-events: none;
}

.pdf-icon {
    color: #E41E00;
}


.gm-style-iw {
    width: 320px !important;
    top: 15px !important;
    left: 0px !important;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
    border: 1px solid rgba(72, 181, 233, 0.6);
    border-radius: 2px 2px 10px 10px;
}
#iw-container {
    margin-bottom: 10px;
}
#iw-container .iw-title {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 22px;
    font-weight: 400;
    padding: 10px;
    background-color: darkgoldenrod;
    color: white;
    margin: 0;
    border-radius: 2px 2px 0 0;
}
#iw-container .iw-content {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    margin-right: 1px;
    padding: 15px 5px 20px 15px;
    max-height: 140px;
    overflow-y: hidden;
    overflow-x: hidden;
}
.iw-content img {
    float: right;
    margin: 0 5px 5px 10px; 
}
.iw-subTitle {
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0;
}
.iw-bottom-gradient {
    position: absolute;
    width: 326px;
    height: 25px;
    bottom: 10px;
    right: 18px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

.prestyle
{
	white-space:pre-line;
	background-color:transparent;
	border:none;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size:20px;
}

.golden
{
	color: #E9AA14 !important;
}

.normalLabel{
	font-weight:normal;
	text-align:left !important;
}

.largeCheckbox{
	/* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
}

.smallprint
{
	font-weight: normal;
	font-size: 12px;
}

.silverreward{
	background-color:lightgray;
}

.goldreward{
	background-color: gold;
}

.platinumreward{
	background-color: #595959;
	color:white;
}

.right-pad{
	text-align:right;
	padding: 5px 15px 5px 5px;
}

#main-section {
    margin-top: 126px;
}

.hrApart {
	border-color:darkgrey;
}

#SupportContact {
	text-align:center;
	margin-bottom: 50px;
	margin-top: 40px;
}

#SupportContact > h1 > a {
	color: white;
	text-decoration:underline;
}

#SupportContact > h1 > a:hover {
	color:#E9AA14;
}

.boldblue {
	color: blue;
	font-weight: bold;
}

.blink {
    animation-duration: 1s;
    animation-name: blink;
    animation-iteration-count: infinite;
	animation-direction: alternate;
    animation-timing-function: ease-in-out;
}
@keyframes blink {
	from { opacity: 1; }
	to { opacity: 0.4; }
}

#VIN1 {
	display: inline-block;
	width: 109px;
	padding: 0px 0px;
}

#VIN2, #VIN4, #VIN5, #VIN6 {
	display: inline-block;
	width: 25px;
	padding: 0px 5px;
}

#VIN3 {
	display: inline-block;
	width: 55px;
	padding: 0px 5px;
}

#VINNo, #ProductVINNo {
	display: inline-block;
	width: 55px;
	padding: 0px 5px;
}

#SrNo1, #SrNo2, #SrNo3, #SrNo4, #SrNo5 {
	display: inline-block;
	width: 25px;
	padding: 0px 5px;
}

.faqlines {
	margin-bottom: 15px;
}

.HelpDeskButton {
	width: 75%;
	border-style: outset;
}

.Back2FAQ {
	vertical-align: bottom;
	color: blue;
	cursor: pointer;
	margin-right: 15px;
}

.divOverlay{
	background: grey;  
    display: none;
    position: absolute;   
    top: 0px;
    left: 0px;
	height: 100%;
	width:100%;
	opacity:0.96;
	z-index:100;
	padding: 50px;
}

.divOverlay > span {
	color: white;
	font-size: xx-large;
	display: block;
	line-height: 40px;
	margin-bottom: 40px;
}

.divOverlay > button {
	width: 100%;
}

.infoTag {
	color: blue; 
	font-size: 18px;
	cursor: pointer;
}

.imgLocation {
	position: absolute;
	z-index: 9999;
	width: 800px;
	background-color: red;
	text-align: center;
    border: 3px solid red;
}

.imgLocation > span {
	color: white;
	padding: 10px;
	font-size: 16px;
	text-align: center;
}

.imgLocation > span > i {
    float: right;
    margin-right: 10px;
    margin-top: 3px;
}

.imgLocation > img {
	width: 100%;
}

.imgVMSService {
    top: 0px;
}

#featured-products h3 {
	font-weight: bold;
	/*background-color: #E9AA14;*/
	color: #E9AA14;
	/*border-radius: 5px;*/
	text-align: center;
	border-bottom: 5px solid #E9AA14;
	font-size: 24px;
	padding-bottom: 10px;
}

#featured-products img {
	width: 100%;
}

.slider-container {
	display: flex;
}

#about-slider {
    margin-right: 10px;
    /*padding-top: 20px;*/
}

#product-enquiry {
	padding: 10px;
	border: 2px solid #E9AA14;
	border-radius: 10px;
	margin-top: 15px;
	width: 260px;
	height: 265px;
    margin-left: auto;
    margin-right: auto;
}

#product-enquiry h4 {
	margin: 0px;
	color: #E9AA14;
	margin-bottom: 5px;
}

#product-enquiry input {
	display: block;
	border-radius: 5px;
	border: 1px solid silver;
	width: 100%;
}

#product-enquiry button {
	padding: 1px;
	width: 100%;
	border: none;
}

#product-enquiry img {
	width: 100%;
}

#product-enquiry select {
	height: 28px;
	display: block;
	border-radius: 5px;
	border: 1px solid silver;
	width: 100%;
}

#product-enquiry textarea {
	border-radius: 5px;
	border: 1px solid silver;
	width: 100%;
}

.center-align-image {
	display: inline-block !important;
	text-align: center;
}

.overlay-404 {
	position: relative;
	top: -55px;
	left: 240px;
}

#news-banner {
	position: relative;
	margin-top: 165px;
}

#news-banner > h1 {
	position: relative;
	top: -200px;
	left: 20px;
	max-width: 80%;
}

#news-list {
	position: relative;
	top: -50px;
}

#news-list > div {
	display: inline-block;
}

#news-list > div > img {
	float: left;
	margin-right: 15px;
}

#news-list > div > div {
	display: block;
}

#news-article {
	position: relative;
	top: -80px;
}

#news-article > img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#news-article > h1 {
	color: black;
}

#divAuthor {
	color: white;
	position: relative;
	top: -150px;
	margin-left: 20px;
}

#divContent {
	font-size: 18px;
	line-height: 28px;
	margin-top: 20px;
}

#divContent > img {
	float: left;
	margin-right: 10px;
}

#news-nav {
	font-size: 20px;
	margin-bottom: 50px;
}

#news-nav > a {
	width: 45%;
}

.header-title {
	color: white; 
	text-align: right; 
	font-size: 30px; 
	font-weight: bold; 
	width: 55%; 
	margin-top: -15px;
}

.header-covid {
	border: 1px solid red;
	padding: 0px 5px;
	color: white;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	position: relative;
	top: -20px;
	left: 30px;
}

.header-covid-small {
    display: none;
    position: fixed;
}

#diaCovidMessage {
	z-index: 9999;
	position: absolute;
	top: 160px;
	left: 0px;
	width: 100%;
	background-color: white;
	border: 5px solid black;
	padding: 20px;
	text-align: center;
}

#diaYTVideo {
	z-index: 9999;
	position: absolute;
	top: 200px;
	left: 450px;
	width: 50%;
	background-color: white;
	border: 3px solid red;
	padding: 20px;
	text-align: center;
}

.header-subtitle {
	color: #F8981D !important;
	font-size: 28px;
	position: relative;
	top: 40px;
	left: 25px;
}

.header-subtitle > a:hover {
	color: #F8981D !important;
}

.endorsment-width {
	width: 100%;
	cursor: pointer;
}

.endorsment-margin-bottom {
	margin-bottom: 50px;
}

.ticket-srno-msg {
	display: inline-block;
	position: relative;
	top: -10px;
	float: right;
	background-color: yellow;
	width: 150px;
	text-align: center;
	border: black solid 1px;
	border-radius: 5px;
}

.blink {
    animation: blinker 3s linear infinite;
}

.blink_fast {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% { opacity: 0.2; }
}

.DSLiveImg {
    border: 5px solid gold;
    background-color: black;
    padding: 6px;
    width: 111px;
}

.DSLiveImg > img {
    width: 90px;
    mix-blend-mode: hard-light;
}

.lineText {
    display: block;
    text-align: left;
    color: black !important;
    margin-bottom: 0px;
}

.vidPDf {
    display: inline;
    position: absolute;
    top: 45px;
    left: 340px;
    z-index: 999;
}

#tblPTLOptions {
    display: inline-block;
    width: 100%;
}

.tdOptImg {
}

.tdOptImg > img {
    width: 200px;
    padding: 10px;
}

.tdOptTxt {
    padding-bottom: 20px;
    font-size: 14px;
    text-transform: uppercase;
}

.w-100 {
    width: 100% !important;
}

.next-arrow {
    float: right;
    left: 50px;
    cursor: pointer;
}

.client-list {
    height: 200px;
    text-align: center;
}

.links-PTL {
    position: absolute;
    left: 20%;
    top: 18%;
    width: 17%;
    height: 4%;
    background-color: rgba(255, 0, 0, 0);
    border: 1px solid transparent;
}

.links-PTLc {
    position: absolute;
    left: 38%;
    top: 18%;
    width: 16%;
    height: 4%;
    background-color: rgb(255, 106, 0, 0);
    border: 1px solid transparent;
}

.links-PTLsng {
    position: absolute;
    left: 55%;
    top: 22%;
    width: 16%;
    height: 4%;
    background-color: rgb(76, 255, 0, 0);
    border: 1px solid transparent;
}

.links-PTLs1 {
    position: absolute;
    left: 55%;
    top: 18%;
    width: 16%;
    height: 4%;
    background-color: rgb(16, 29, 182, 0);
    border: 1px solid transparent;
}

.salesEnquiry {
    display: table;
    border: 2px solid #E9AA14;
    border-radius: 20px;
    padding: 20px;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

#divRadarVideo {
    cursor: pointer;
    position: absolute;
    width: 250px;
    height: 250px;
    top: 200px;
    left: 615px;
    border: 1px solid transparent;
}