/*
 @Author: Company Name
 @URL: http://companyname.com
 This file contains the styling for the actual theme, this
 is the file you need to edit to change the look of the
 theme.
 However we used Less script to make things easy to maintain, this is the compressed ourput, we recommend to edit the less files and then recombile the files and add the result here, if you don't like to use less you can edit this file here.
 
 This files contents are outlined below.
 01.	Theme Reset Style
 02.	Global Elements
 03.	Menu
 04.	Social
 05.	Article
 06.	Posts
 07.	Responsive
 08.	Widgets
 09.	Flexslider
 10.	Grid
*/

/* =============================================
			Theme Reset Style
============================================= */
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700|Open+Sans:300,400);




@font-face {
    font-family: "HelveticaNeue";
    src: url('../fonts/HelveticaNeueW23forSKY-Reg.eot');
    src: url('../fonts/HelveticaNeueW23forSKY-Reg.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueW23forSKY-Reg.woff') format('woff'), url('../fonts/HelveticaNeueW23forSKY-Reg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Lato-Heavy";
    src: url('../fonts/Lato-Heavy.eot');
    src: url('../fonts/Lato-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Heavy.woff') format('woff'), url('../fonts/Lato-Heavy.ttf') format('truetype');
    font-style: normal;
}



* {
    margin: 0px;
    padding: 0px;
}

h4 {
    color: rgb(217, 8, 69) !important;
}


html,
body {
    position: relative;
    height: 100%;
}

body {
    color: #767676;
    background: #fff;
    /* padding: 139px 0 0; */
    font: 400 14px/22px 'Open Sans', Arial, Helvetica, sans-serif;
}

    body h1,
    body h2,
    body h3,
    body h4,
    body h5,
    body h6 {
        color: #444349;
        margin: 0 0 8px;
        font-weight: 400;
        line-height: 1.5;
        font-style: normal;
        text-transform: capitalize;
        font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    }

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: #767676;
    }

p a {
}

    p a:hover {
        text-decoration: underline;
    }

p {
    letter-spacing: normal;
    line-height: 20px;
    margin: 0 0 20px;
}

a {
    color: #767676;
    text-decoration: none;
}

    a:hover,
    a:focus,
    a:active {
        outline: none;
        text-decoration: none;
    }

ul {
    margin: 0;
}

figure {
    margin-bottom: 6px;
    position: relative;
}

img {
    height: auto;
    max-width: 100%;
}

strong {
    color: #414141;
}

iframe {
    border: none;
    float: left;
    width: 100%;
}

.wp-caption,
.wp-caption-text,
.gallery-caption,
.bypostauthor {
}

    .wp-caption.alignleft,
    .wp-caption.alignnone {
        width: 100%;
    }

button {
    border: none;
}

textarea,
select,
.tg-select select,
.form-control,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    color: #767676;
    outline: none;
    height: 40px;
    background: #fff;
    font-size: 14px;
    box-shadow: none;
    line-height: 20px;
    padding: 10px 20px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #dbdbdb;
    text-transform: capitalize;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-group {
    margin: 0 0 20px;
}

.form-control::-moz-placeholder {
    text-transform: capitalize;
    color: #767676;
}

.form-control:focus::-moz-placeholder,
input:focus,
.select select:focus,
.form-control:focus {
    color: #767676;
    border-color: #fff;
    box-shadow: none !important;
}
/*======================
		 Select 		
======================*/
.tg-select {
    width: 100%;
    float: left;
    color: #ddd;
    position: relative;
    text-transform: uppercase;
}

    .tg-select:after {
        content: '\f107';
        top: 50%;
        right: 23px;
        z-index: 2;
        width: 13px;
        color: #ddd;
        display: block;
        font-size: 22px;
        margin-top: -5px;
        line-height: 10px;
        position: absolute;
        text-align: center;
        font-family: 'FontAwesome';
    }

    .tg-select select {
        width: 100%;
        z-index: 1;
        color: #767676;
        height: 40px;
        padding: 10px 20px;
        border-radius: 4px;
        line-height: 20px;
        position: relative;
        text-transform: capitalize;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
    }

        .tg-select select option {
            color: #ddd;
        }
/*======================
		CheckBox		
======================*/
.tg-radio,
.tg-radio label,
.tg-checkbox,
.tg-checkbox label {
    width: 100%;
    float: left;
    margin: 0;
    position: relative;
}

    .tg-radio label,
    .tg-checkbox label {
        cursor: pointer;
        display: block;
        padding: 0 0 0 20px;
    }

    .tg-radio input[type=radio],
    .tg-checkbox input[type=checkbox] {
        display: none;
    }

        .tg-radio input[type=radio] + label:before,
        .tg-checkbox input[type=checkbox] + label:before {
            top: 4px;
            left: 0;
            color: #373542;
            font-size: 14px;
            line-height: 14px;
            content: "\f096";
            position: absolute;
            font-family: 'FontAwesome';
        }

        .tg-radio input[type=radio] + label:before {
            content: '';
        }

        .tg-radio input[type=radio]:checked + label:before,
        .tg-checkbox input[type=checkbox]:checked + label:before {
            content: '\f046';
        }

label {
    color: #414141;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
}

form p {
    float: left;
    position: relative;
    width: 100%;
}

    form p span i {
        color: #474747;
        left: 16px;
        position: absolute;
        top: 13px;
    }

option {
    padding: 5px 15px;
}

li {
    line-height: 28px;
    list-style: disc inside none;
}

ul ul {
    margin-left: 20px;
}

ol {
    float: none;
    list-style: decimal;
    padding-left: 15px;
}

    ol ol {
        margin-left: 20px;
    }

    ol li {
        list-style: decimal;
        width: 100%;
    }

table {
    background-color: transparent;
    max-width: 100%;
}

th {
    text-align: left;
}

table {
    margin-bottom: 15px;
    width: 100%;
}

    table > thead > tr > th,
    table > tbody > tr > th,
    table > tfoot > tr > th,
    table > thead > tr > td,
    table > tbody > tr > td,
    table > tfoot > tr > td {
        border-top: 1px solid #d2d2d2;
        border: 1px solid #d2d2d2;
        line-height: 2.5;
        padding-left: 3px;
        text-align: center;
        vertical-align: top;
    }

    table thead tr th {
        border-top: 1px solid #d2d2d2;
        text-align: center;
        text-transform: capitalize;
    }

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 1px solid #d2d2d2;
}

table > thead > tr > th {
    border-bottom: 2px solid #d2d2d2;
    vertical-align: bottom;
}

table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
    border-bottom: 0;
}

table > tbody + tbody {
    border-top: 2px solid #d2d2d2;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 6px 10px;
}

p ins {
    color: #999;
}

dl dd {
    margin-left: 20px;
}

address {
    font-style: italic;
}
/*==============================================
			Global Elements						
==============================================*/
.tg-haslayout {
    width: 100%;
    float: left;
}

.tg-sectionspace {
    padding-top: 40px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
    position: relative;
}

.tg-locationmap {
    width: 100%;
    float: left;
    height: 500px;
}

.tg-btn-sm {
    padding: 0 20px;
    line-height: 30px;
}

.tg-btn {
    z-index: 3;
    color: #fff;
    padding: 0 35px;
    position: relative;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font: 400 13px/40px 'Montserrat', Arial, Helvetica, sans-serif;
}

    .tg-btn:hover {
        color: #fff;
    }

.tg-btn-lg {
    width: 100%;
}

.tg-btn:before,
.tg-btn:after {
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.tg-btn:after {
    opacity: 0;
    visibility: hidden;
    background: rgba(0,0,0,0.10);
}

.tg-btn:hover:after {
    opacity: 1;
    visibility: visible;
}

.tg-socialicons {
    width: 100%;
    float: left;
    list-style: none;
    text-align: center;
    line-height: 30px;
}

    .tg-socialicons li {
        float: left;
        padding: 0 5px;
        line-height: inherit;
        list-style-type: none;
    }

        .tg-socialicons li:first-child {
            padding-left: 0;
        }

        .tg-socialicons li a {
            width: 30px;
            height: 30px;
            color: #fff;
            display: block;
            background: #000;
            overflow: hidden;
            line-height: 30px;
            position: relative;
            text-align: center;
            border-radius: 30px;
            text-transform: capitalize;
        }

.tg-inputwithicon.tg-facebook .tg-icon,
.tg-checkbox.tg-facebook,
li.tg-facebook a {
    background: #3b5999;
}

.tg-inputwithicon.tg-twitter .tg-icon,
.tg-checkbox.tg-twitter,
li.tg-twitter a {
    background: #55acee;
}

.tg-inputwithicon.tg-linkedin .tg-icon,
.tg-checkbox.tg-linkedin,
li.tg-linkedin a {
    background: #0077B5;
}

.tg-inputwithicon.tg-skype .tg-icon,
.tg-checkbox.tg-skype,
li.tg-skype a {
    background: #00aff0;
}

.tg-checkbox.tg-dropbox,
li.tg-dropbox a {
    background: #007ee5;
}

.tg-checkbox.tg-vimeo,
li.tg-vimeo a {
    background: #1ab7ea;
}

.tg-checkbox.tg-tumblr,
li.tg-tumblr a {
    background: #34465d;
}

.tg-checkbox.tg-yahoo,
li.tg-yahoo a {
    background: #410093;
}

.tg-inputwithicon.tg-googleplus .tg-icon,
.tg-checkbox.tg-googleplus,
li.tg-googleplus a {
    background: #dd4b39;
}

.tg-inputwithicon.tg-pinterestp .tg-icon,
.tg-checkbox.tg-pinterestp,
li.tg-pinterestp a {
    background: #bd081c;
}

.tg-checkbox.tg-youtube,
li.tg-youtube a {
    background: #cd201f;
}

.tg-checkbox.tg-stumbleupon,
li.tg-stumbleupon a {
    background: #eb4924;
}

.tg-checkbox.tg-reddit,
li.tg-reddit a {
    background: #ff5700;
}

.tg-checkbox.tg-quora,
li.tg-quora a {
    background: #b92b27;
}

.tg-checkbox.tg-yelp,
li.tg-yelp a {
    background: #af0606;
}

.tg-checkbox.tg-soundcloud,
li.tg-soundcloud a {
    background: #ff3300;
}

.tg-checkbox.tg-whatsapp,
li.tg-whatsapp a {
    background: #25d366;
}

.tg-checkbox.tg-wechat,
li.tg-wechat a {
    background: #09b83e;
}

.tg-checkbox.tg-instagram,
li.tg-instagram a {
    background: #e4405f;
}

.tg-checkbox.tg-dribbble,
li.tg-dribbble a {
    background: #ea4c89;
}

.tg-checkbox.tg-flickr,
li.tg-flickr a {
    background: #ff0084;
}

.tg-checkbox.tg-rss,
li.tg-rss a {
    background: #ff6600;
}

.tg-socialicons li a i {
    color: #fff;
    width: 30px;
    display: block;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
}

.tg-socialicons li a:hover {
    color: #fff;
    text-decoration: none;
}

.tg-roundicontext .tg-usericonholder {
    width: 150px;
    display: block;
    overflow: hidden;
    font-style: normal;
}

.tg-roundicontext i,
.tg-roundicontext span {
    float: left;
    font-size: 13px;
    line-height: 30px;
}

.tg-roundicontext:focus,
.tg-roundicontext:hover {
    color: #fff;
}

.tg-rss .tg-roundicontext:hover {
    width: 63px;
}

.tg-yelp .tg-roundicontext:hover,
.tg-flickr .tg-roundicontext:hover {
    width: 70px;
}

.tg-skype .tg-roundicontext:hover {
    width: 78px;
}

.tg-vimeo .tg-roundicontext:hover,
.tg-yahoo .tg-roundicontext:hover,
.tg-reddit .tg-roundicontext:hover,
.tg-quora .tg-roundicontext:hover {
    width: 80px;
}

.tg-googleplus .tg-roundicontext:hover {
    width: 85px;
}

.tg-tumblr .tg-roundicontext:hover {
    width: 86px;
}

.tg-linkedin .tg-roundicontext:hover {
    width: 87px;
}

.tg-wechat .tg-roundicontext:hover {
    width: 90px;
}

.tg-twitter .tg-roundicontext:hover,
.tg-dropbox .tg-roundicontext:hover {
    width: 94px;
}

.tg-youtube .tg-roundicontext:hover,
.tg-dribbble .tg-roundicontext:hover {
    width: 96px;
}

.tg-facebook .tg-roundicontext:hover {
    width: 100px;
}

.tg-instagram .tg-roundicontext:hover {
    width: 104px;
}

.tg-whatsapp .tg-roundicontext:hover {
    width: 106px;
}

.tg-soundcloud .tg-roundicontext:hover {
    width: 116px;
}

.tg-pinterestp .tg-roundicontext:hover,
.tg-stumbleupon .tg-roundicontext:hover {
    width: 126px;
}

.tg-verticalmiddle {
    margin: 0 -1px;
    float: none !important;
    display: inline-block;
    vertical-align: middle;
}

.tg-description {
    width: 100%;
    float: left;
    color: #000;
}

.tg-bglight {
    background: #f7f7f7;
}

.tg-bgdark {
    background: #373542;
}

.tg-stars span,
.tg-stars {
    width: 100px;
    height: 16px;
    float: left;
    line-height: 16px;
    position: relative;
}

    .tg-stars span:after,
    .tg-stars:before {
        top: 0;
        left: 0;
        font-size: 16px;
        line-height: 16px;
        position: absolute;
        letter-spacing: 4px;
        font-family: 'FontAwesome';
        color: rgba(218, 218, 218, .8);
        content: '\f005 \f005 \f005 \f005 \f005';
    }

    .tg-stars span {
        width: 75%;
        overflow: hidden;
    }

        .tg-stars span:after {
            color: #fec42d;
        }

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > [class^="col-"],
    .no-gutters > [class*="col-"],
    .row.no-gutters > [class^="col-"],
    .row.no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.tg-formtheme {
    width: 100%;
    float: left;
    margin: 0 0 30px;
}

    .tg-formtheme fieldset {
        margin: 0;
        border: 0;
        padding: 0;
        width: 100%;
        float: left;
    }

    .tg-formtheme .form-group {
        width: 100%;
        float: left;
        margin: 0 0 10px;
    }

.tg-alignleft {
    float: left;
    margin: 0 30px 30px 0;
}

.tg-relativepostion {
    position: relative;
}
/*==============================================
			Theme Pagination					
==============================================*/
.tg-pagination {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 25px;
    font: 14px/25px 'Montserrat', Arial, Helvetica, sans-serif;
}

    .tg-pagination ul {
        float: right;
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center;
        line-height: inherit;
    }

        .tg-pagination ul li {
            float: left;
            margin: 0 6px;
            line-height: inherit;
            list-style-type: none;
        }

            .tg-pagination ul li.tg-prevpage {
                margin-left: 0;
            }

            .tg-pagination ul li.tg-nextpage {
                margin-right: 0;
            }

            .tg-pagination ul li a {
                width: 20px;
                display: block;
                color: #373542;
                text-align: center;
                position: relative;
                line-height: inherit;
            }

            .tg-pagination ul li.tg-nextpage a,
            .tg-pagination ul li.tg-prevpage a {
                width: auto;
                font-size: 20px;
                overflow: hidden;
                position: relative;
            }

            .tg-pagination ul li.tg-nextpage a {
                padding: 0 0 0 25px;
            }

            .tg-pagination ul li.tg-prevpage a {
                padding: 0 25px 0 0;
            }

                .tg-pagination ul li.tg-nextpage a:after,
                .tg-pagination ul li.tg-prevpage a:after {
                    top: 50%;
                    opacity: 0;
                    content: '';
                    width: 15px;
                    height: 1px;
                    background: #373542;
                    position: absolute;
                    visibility: hidden;
                }

            .tg-pagination ul li.tg-nextpage a:after {
                right: 50px;
            }

            .tg-pagination ul li.tg-prevpage a:after {
                left: 50px;
            }

            .tg-pagination ul li.tg-nextpage a:hover:after,
            .tg-pagination ul li.tg-prevpage a:hover:after {
                opacity: 1;
                visibility: visible;
            }

            .tg-pagination ul li.tg-nextpage a:hover:after {
                right: 2px;
            }

            .tg-pagination ul li.tg-prevpage a:hover:after {
                left: 2px;
            }
/*==============================================
			Theme BreadCrumb					
==============================================*/
.tg-breadcrumb {
    padding: 0;
    margin: 0;
    color: #fff;
    float: right;
    list-style: none;
    text-align: right;
    text-transform: uppercase;
    font: 14px/44px 'Montserrat', Arial, Helvetica, sans-serif;
}

    .tg-breadcrumb li {
        width: auto;
        list-style-type: none;
        display: inline-block;
        vertical-align: middle;
        line-height: inherit;
        padding: 0 15px;
        position: relative;
    }

        .tg-breadcrumb li:after {
            content: '-';
            position: absolute;
            top: 0;
            left: -3px;
        }

        .tg-breadcrumb li:last-child {
            padding: 0 0 0 15px;
        }

        .tg-breadcrumb li:first-child:after {
            display: none;
        }

        .tg-breadcrumb li a {
            display: block;
            color: #fff;
        }

.tg-prev,
.tg-next {
    top: 0;
    right: 0;
    font-size: 14px;
    cursor: pointer;
    position: absolute;
}

    .tg-prev span,
    .tg-next span {
        color: #373542;
        display: block;
        line-height: 16px;
        margin: 0 14px 0 0;
    }

.tg-prev {
    top: -2px;
    right: 40px;
    text-align: left;
}

.tg-next {
    text-align: right;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

    .tg-prev span:after,
    .tg-next span:after {
        content: '';
        top: 50%;
        left: 15px;
        width: 20px;
        height: 1px;
        z-index: -1;
        opacity: 0;
        background: #373542;
        position: absolute;
        visibility: hidden;
    }

    .tg-prev:hover span:after,
    .tg-next:hover span:after {
        opacity: 1;
        visibility: visible;
    }

    .tg-prev:hover span:after,
    .tg-next:hover span:after {
        left: 3px;
    }
/*==============================================
			Theme Style							
==============================================*/
.tg-home {
}

.tg-wrapper {
    overflow: hidden;
}

.tg-header {
}

.tg-main {
    padding: 20px 0;
}

.tg-footer {
}

.tg-sectionhead {
    width: 100%;
    float: left;
    text-align: center;
}

.tg-textalignleft {
    text-align: left;
}

.tg-sectionheading {
    width: 100%;
    float: left;
    margin: 0 0 35px;
    padding: 0 0 30px;
    text-align: center;
    position: relative;
}

.tg-textalignleft .tg-sectionheading {
    text-align: right;
}

.tg-sectionheading:before {
    left: 50%;
    bottom: 0;
    content: '';
    height: 4px;
    width: 100px;
    position: absolute;
    border-radius: 10px;
    margin: 0 0 0 -50px;
}

.tg-textalignleft .tg-sectionheading:before {
    right: 0;
    margin: 0;
}

.tg-sectionheading span {
    color: #767676;
    display: block;
    font-size: 16px;
    margin: 0 0 13px;
    line-height: 16px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.tg-sectionheading h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
}

.tg-sectionhead .tg-description {
    z-index: 3;
    padding: 0 0 35px;
    position: relative;
}

    .tg-sectionhead .tg-description p {
        margin: 0;
    }

body.tg-homefour,
body.tg-homefive {
    padding: 0;
}
/* =============================================
			Shortcode Tooltip Styles
============================================= */
.tg-tooltip {
    color: inherit;
}

    .tg-tooltip + .tooltip {
        opacity: 1;
        width: 110px;
    }

        .tg-tooltip + .tooltip.top {
            margin-left: -80px;
        }

        .tg-tooltip + .tooltip .tooltip-arrow {
            margin: 0;
            right: 0 !important;
            left: auto !important;
            border-top-color: #444349;
            border-width: 5px 0 0 5px;
        }

        .tg-tooltip + .tooltip .tooltip-inner {
            background: #444349;
            text-transform: capitalize;
            border-radius: 12px 12px 0 12px;
        }
/*==============================================
			Header								
==============================================*/
.tg-header {
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 38px 0;
    background: #fff;
    position: absolute;
}

body.tg-fixedme .tg-header {
    padding: 20px 0;
    position: fixed;
    -webkit-box-shadow: 0 1px 15px 0 rgba(68,67,73,0.2);
    box-shadow: 0 2px 15px 0 rgba(68,67,73,0.2);
    z-index: 999;
}

.tg-logo {
    float: left;
}

    .tg-logo a {
        display: block;
    }

        .tg-logo a img {
            width: 100%;
            height: auto;
            display: block;
        }

body.tg-fixedme .tg-header .tg-logo {
    width: 130px;
}

.tg-navigationarea {
    float: right;
    position: relative;
    padding: 25px 9px 11px;
}

body.tg-fixedme .tg-header .tg-navigationarea {
    padding: 0;
}

.tg-nav,
.tg-btnopenclose {
    float: right;
}

.tg-navigation {
    padding: 0;
    width: 100%;
    float: left;
}

    .tg-navigation > ul {
        width: 100%;
        float: left;
        font-size: 13px;
        list-style: none;
        line-height: 14px;
        font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    }

    .tg-navigation ul li {
        float: left;
        margin: 0 5px;
        position: relative;
        line-height: inherit;
        list-style-type: none;
        background-color: white;
    }

        .tg-navigation ul li a {
            color: #0089ff !important;
            display: block;
            border-radius: 4px;
            padding: 13px 15px;
            -webkit-box-shadow: 1px 1px 15px 1px rgba(68,67,73,0.10);
            box-shadow: 1px 1px 15px 1px rgba(68,67,73,0.10);
        }

    .tg-navigation > ul > li:hover > a,
    .tg-navigation > ul > li > a.current {
        -webkit-box-shadow: 1px 1px 15px 1px rgba(68,67,73,0.10);
        box-shadow: 1px 1px 15px 1px rgba(68,67,73,0.10);
    }

.tg-btnopenclose {
    width: 40px;
    height: 40px;
    font-size: 18px;
    margin: 0 0 0 10px;
    line-height: 36px;
    position: relative;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #dbdbdb;
}

    .tg-btnopenclose:hover i,
    .tg-btnopenclose:hover {
        color: #fff;
    }

.tg-btnbecommember {
    float: right;
    overflow: visible;
    margin: 0px 7px 0 0px;
}

    .tg-btnbecommember:before {
        border-radius: 4px;
    }

.tg-badge {
    right: 0;
    top: -7px;
    content: '';
    color: #fff;
    font-size: 9px;
    padding: 0 10px;
    line-height: 17px;
    position: absolute;
    background: #444349;
    border-radius: 10px;
}

.sub-menu {
    top: 100px;
    left: 0;
    margin: 0;
    opacity: 0;
    width: 230px;
    z-index: 99;
    font-size: 13px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    visibility: hidden;
    line-height: inherit;
    border-top: 2px solid;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
}

.tg-navigation ul li:hover .sub-menu {
    top: 40px;
    opacity: 1;
    visibility: visible;
}

.sub-menu li {
    margin: 0 !important;
    width: 100%;
}




.sub-menu-sub {
    top: -2px;
    left: 100%;
    margin: 0;
    opacity: 0;
    width: 230px;
    z-index: 99;
    font-size: 13px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    visibility: hidden;
    line-height: inherit;
    border-top: 2px solid;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
}

.tg-navigation ul li:hover .sub-menu li:hover .sub-menu-sub {
    top: -2px;
    opacity: 1;
    visibility: visible;
}

.sub-menu-sub li {
    margin: 0 !important;
    width: 100%;
}



/*==============================================
			Sidenavbar Style					
==============================================*/
.spread-overlay .tg-sidenavholder {
    /* float:left; */
    width: 100%;
    height: 100%;
    z-index: 99;
    position: fixed;
    background: -moz-linear-gradient(-45deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.6) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.6) 100%);
    background: linear-gradient(135deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#99000000',GradientType=1 );
}

.tg-sidenav {
    top: 0;
    right: 0;
    width: 320px;
    height: 100%;
    z-index: 100;
    position: fixed;
    background: #f7f7f7;
    -moz-transform: translateX(150%);
    -webkit-transform: translateX(150%);
    -o-transform: translateX(150%);
    -ms-transform: translateX(150%);
    transform: translateX(150%);
}

.tg-navscrollbar {
    width: 100%;
    height: 100%;
    overflow-x: scroll;
    position: relative;
}

    .tg-navscrollbar::-webkit-scrollbar {
        display: none;
    }

.tg-sidenavshow .tg-sidenav {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.tg-navhead {
    width: 100%;
    float: left;
    min-height: 320px;
    position: relative;
    background: url(../images/bg-sidebar.jpg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

    .tg-navhead:before {
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        background: -moz-linear-gradient(-45deg, rgba(246,115,13,0.7) 0%, rgba(217,8,69,0.7) 80%);
        background: -webkit-linear-gradient(-45deg, rgba(246,115,13,0.7) 0%, rgba(217,8,69,0.7) 80%);
        background: linear-gradient(135deg, rgba(246,115,13,0.7) 0%, rgba(217,8,69,0.7) 80%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3f6730d', endColorstr='#b3d90845',GradientType=1 );
    }

    .tg-navhead .tg-logo {
        z-index: 3;
        position: relative;
    }

.tg-sidenav .tg-nav {
    width: 100%;
    float: left;
    padding: 30px;
    position: relative;
}

    .tg-sidenav .tg-nav ul li {
        margin: 0;
        width: 100%;
        float: left;
        padding: 0 10px;
        border-bottom: 1px solid #e4e4e4;
    }

        .tg-sidenav .tg-nav ul li + li {
            border-top: 1px solid #fff;
        }

        .tg-sidenav .tg-nav ul li:last-child {
            border-bottom: 0;
        }

        .tg-sidenav .tg-nav ul li a {
            background: none;
            padding: 17px 15px;
        }

        .tg-sidenav .tg-nav ul li:hover a {
            background: none;
            box-shadow: none;
        }

.tg-close {
    top: 300px;
    left: -18px;
    width: 36px;
    height: 36px;
    z-index: 99;
    display: block;
    font-size: 18px;
    background: #fff;
    line-height: 34px;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #dbdbdb;
}

.tg-sidenavbottom {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    padding: 235px 30px 30px;
}

    .tg-sidenavbottom .tg-socialicons {
        padding: 0 0 20px;
        border-bottom: 1px solid #e4e4e4;
    }

        .tg-sidenavbottom .tg-socialicons li {
            float: none;
            padding: 0 3px;
            display: inline-block;
            vertical-align: middle;
        }

            .tg-sidenavbottom .tg-socialicons li:last-child {
                padding-right: 0;
            }

    .tg-sidenavbottom img {
        right: 0;
        top: -40px;
        position: absolute;
        opacity: 0.03;
    }

    .tg-sidenavbottom .tg-copyrights {
        width: 100%;
        float: left;
        padding: 20px 0 0;
        border-top: 1px solid #fff;
    }

        .tg-sidenavbottom .tg-copyrights span {
            display: block;
            margin: 5px 0 0;
        }
/*==============================================
			Home Banner Style					
==============================================*/
.tg-themepostimg {
    margin: 0;
    width: 100%;
    float: left;
    position: relative;
}

    .tg-themepostimg > img {
        width: 100%;
        height: auto;
        display: block;
    }

    .tg-themepostimg:before {
        top: 0;
        left: 0;
        content: '';
        z-index: 1;
        width: 100%;
        height: 100%;
        position: absolute;
        background: linear-gradient(135deg, rgba(246,115,13,0.7) 20%, rgba(217,8,69,0.7) 80%);
        /*background:
		-moz-linear-gradient(-45deg,
		rgba(246,115,13,0.7) 0%,
		rgba(217,8,69,0.7) 80%);
	background:
		-webkit-linear-gradient(-45deg,
		rgba(246,115,13,0.7) 0%,
		rgba(217,8,69,0.7) 80%);
	background:
		linear-gradient(135deg,
		rgba(246,115,13,0.7) 0%,
		rgba(217,8,69,0.7) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3f6730d', endColorstr='#b3d90845',GradientType=1 );*/
    }

    .tg-themepostimg:after {
        top: 0;
        left: 0;
        content: '';
        z-index: 4;
        width: 100%;
        height: 6px;
        position: absolute;
        background: -moz-linear-gradient(-45deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 100%);
        background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 100%);
        background: linear-gradient(135deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#80ffffff',GradientType=1 );
    }

    .tg-themepostimg figcaption {
        top: 0;
        left: 0;
        z-index: 5;
        width: 100%;
        height: 100%;
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }

.tg-bannercontent {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 130px 0 0;
    text-align: center;
    position: relative;
    background: url(../images/texture.png) no-repeat;
    background-position: center center;
}

.tg-datetime {
    color: #fff;
    min-width: 460px;
    width: 100%;
    margin: 0 auto;
    font-size: 24px;
    line-height: 27px;
    padding: 85px 60px 0;
    border: 14px solid #fff;
    border-bottom: 0;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.tg-bannercontent h1 {
    margin: 0;
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    line-height: 75px;
    text-transform: uppercase;
}

    .tg-bannercontent h1 span {
        display: block;
    }

.tg-speakerinfo {
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 85px;
    text-align: center;
    border: 14px solid #fff;
    border-top: 0;
}

.tg-btnwhite {
    width: 100%;
    float: left;
}

    .tg-btnwhite .tg-btn {
        color: #fff;
        padding: 0 30px;
        border: 2px solid #fff;
    }

        .tg-btnwhite .tg-btn:hover {
            color: #444349;
            background: #fff;
        }

        .tg-btnwhite .tg-btn + .tg-btn {
            margin: 0 0 0 30px;
        }

        .tg-btnwhite .tg-btn:after {
            display: none;
        }

        .tg-btnwhite .tg-btn:before {
            background: none;
        }

        .tg-btnwhite .tg-btn:hover:before {
            background: none;
        }

.tg-speakerinfo img {
    width: 120px;
    height: 120px;
    float: left;
    border-radius: 50%;
    margin-bottom: 10px;
}

.tg-authorholder {
    width: 100%;
    padding: 0 80px 30px 80px;
}

.tg-authorcontent {
    overflow: hidden;
    padding: 0 0 0 20px;
}

.tg-speakername {
    width: 100%;
    float: left;
    text-align: left;
}

.tg-eventcatagory {
    color: #fff;
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 14px;
}

.tg-speakername h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 20px;
    line-height: 22px;
}

.tg-btnviewall {
    clear: both;
    color: #fff;
    display: block;
    width: 150px;
}
/*==============================================
			About us Style					
==============================================*/
.tg-aboutus {
    width: 100%;
    float: left;
}

    .tg-aboutus .tg-textshortcode {
        padding: 38px 0;
    }

    .tg-aboutus
    .tg-aboutus .tg-sectionheading:before {
        left: 0;
        margin: 0;
    }

.tg-textshortcode {
    width: 100%;
    float: left;
}

.tg-btnarea {
    width: 100%;
    float: left;
}

    .tg-btnarea .tg-btn + .tg-btn {
        margin: 0 0 0 25px;
    }

.tg-videoarea {
    width: 100%;
    float: left;
}

    .tg-videoarea figure {
        margin: 0;
        width: 100%;
        float: left;
        position: relative;
        padding: 0 0 30px 30px;
    }

        .tg-videoarea figure:before {
            left: 0;
            bottom: 0;
            z-index: -1;
            content: '';
            width: 95%;
            height: 90%;
            position: absolute;
            background: #f7f7f7;
        }

        .tg-videoarea figure > img {
            width: 100%;
            height: auto;
            display: block;
        }

        .tg-videoarea figure figcaption {
            left: -10px;
            bottom: -10px;
            overflow: hidden;
            border-radius: 50%;
            position: absolute;
            -webkit-box-shadow: 1px 1px 12px 0 rgba(68,67,73,0.30);
            box-shadow: 1px 1px 12px 0 rgba(68,67,73,0.30);
        }

            .tg-videoarea figure figcaption a {
                display: block;
                background: #fff;
            }
/*==============================================
			Event Counter Style					
==============================================*/
.tg-counterarea {
    width: 100%;
    float: left;
}

.tg-eventinfo {
    width: 35%;
    float: left;
}

    .tg-eventinfo .tg-themepostimg:after {
        display: none;
    }

    .tg-eventinfo .tg-themepostimg figcaption {
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        padding: 0 90px;
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        align-content: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }

.tg-timedate {
    color: #fff;
    display: block;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.tg-eventinfo h2 {
    margin: 0;
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    padding: 0 0 22px;
    position: relative;
    text-transform: none;
}

    .tg-eventinfo h2:before {
        left: 0;
        bottom: 0;
        content: '';
        height: 4px;
        width: 100px;
        background: #fff;
        border-radius: 3px;
        position: absolute;
    }

    .tg-eventinfo h2 span {
        display: block;
    }

.tg-btnaddtocalendar {
    right: 20px;
    width: 60px;
    bottom: 20px;
    height: 60px;
    font-size: 24px;
    background: #fff;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
}







.tg-upcomingeventcounter {
    width: 600px;
    margin: 0 auto;
    /* background:#fcfcfc; */
}

.tg-eventcounter {
    width: 25%;
    float: left;
    padding: 20px 0;
    text-align: center;
}

    .tg-eventcounter:nth-child(even) { /*background:#f7f7f7;*/
    }

    .tg-eventcounter span:first-child {
        display: block;
        font-size: 60px;
        margin: 0 0 30px;
        line-height: 50px;
        padding: 0 0 30px;
        position: relative;
    }

        .tg-eventcounter span:first-child:before {
            left: 50%;
            bottom: 0;
            content: '';
            width: 70px;
            height: 4px;
            position: absolute;
            border-radius: 3px;
            margin: 0 0 0 -35px;
            background: #dbdbdb;
        }

    .tg-eventcounter span:last-child {
        color: #fff;
        display: block;
        font-size: 20px;
        line-height: 20px;
    }

.tg-bgtestimonials {
    position: relative;
    background: url(../images/testimonial-bg.jpg) no-repeat;
    background-size: cover;
}

    .tg-bgtestimonials:before {
        top: 0;
        left: 0;
        content: '';
        z-index: 1;
        width: 100%;
        height: 100%;
        position: absolute;
        background: -moz-linear-gradient(-45deg, rgba(246,115,13,0.7) 0%, rgba(217,8,69,0.7) 80%);
        background: -webkit-linear-gradient(-45deg, rgba(246,115,13,0.7) 0%, rgba(217,8,69,0.7) 80%);
        background: linear-gradient(135deg, rgba(246,115,13,0.7) 0%, rgba(217,8,69,0.7) 80%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3f6730d', endColorstr='#b3d90845',GradientType=1 );
    }

.tg-testimonials {
    width: 100%;
    float: left;
    z-index: 3;
    padding: 0 20px;
    position: relative;
    text-align: center;
}

    .tg-testimonials:before,
    .tg-testimonials:after {
        left: 50%;
        z-index: 2;
        content: '';
        max-width: 460px;
        width: 100%;
        max-height: 115px;
        height: 100%;
        position: absolute;
        margin: 0 0 0 -230px;
        border-left: 14px solid #fff;
        border-right: 14px solid #fff;
    }

    .tg-testimonials:before {
        top: 0;
        border-bottom: 0;
        border-top: 14px solid #fff;
    }

    .tg-testimonials:after {
        bottom: 0;
        border-top: 0;
        border-bottom: 14px solid #fff;
    }

.tg-testimonial,
.tg-testimonial .item {
    width: 100%;
    float: left;
}

.tg-testimonialcontent {
    width: 100%;
    float: left;
    z-index: 3;
    padding: 100px 0 140px;
    position: relative;
}

.tg-clientname {
    color: #fff;
    display: block;
    font-size: 20px;
    margin: 0 0 20px;
    line-height: 20px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

blockquote {
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    quotes: none;
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.tg-testimonialcontent > img {
    left: 50%;
    bottom: 60px;
    position: absolute;
    margin: 0 0 0 -35px;
    width: auto !important;
}
/*==============================================
			Confrences Style					
==============================================*/
.tg-eventconfrences {
    width: 100%;
    float: left;
}

.tg-headholder {
    width: 100%;
    float: left;
    padding: 0 0 34px;
}

.tg-eventconfrences .tg-sectionhead {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 300px 0 0;
}

    .tg-eventconfrences .tg-sectionhead .tg-description {
        padding: 0;
    }

.tg-btndownload {
    top: 0;
    right: 0;
    color: #767676;
    padding: 0 40px;
    min-height: 165px;
    border-radius: 4px;
    text-align: center;
    position: absolute;
    border: 1px solid #dbdbdb;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

    .tg-btndownload i {
        display: block;
        color: #767676;
        font-size: 60px;
        margin: 0 0 20px;
        line-height: 60px;
    }

    .tg-btndownload span {
        display: block;
        font-size: 14px;
        font-weight: 500;
        line-height: 14px;
        font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    }

        .tg-btndownload span em {
            display: block;
            margin: 10px 0 0;
            font-style: normal;
        }

.tg-eventscheduletabs {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 0 75px;
}

.tg-eventschedulenav {
    top: 0;
    left: 35px;
    width: 100%;
    list-style: none;
    font-size: 16px;
    line-height: 56px;
    position: absolute;
    text-transform: uppercase;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 20px 20px;
    -moz-transform-origin: 20px 20px;
    -ms-transform-origin: 20px 20px;
    -o-transform-origin: 20px 20px;
    transform-origin: 20px 20px;
}

    .tg-eventschedulenav li {
        float: left;
        line-height: normal;
        list-style-type: none;
    }

        .tg-eventschedulenav li + li {
            padding-left: 5px;
        }

        .tg-eventschedulenav li a {
            color: #767676;
            display: block;
            margin: 4px 0 0;
            font-size: 16px;
            font-weight: 500;
            line-height: 16px;
            text-align: center;
            padding: 13px 45px;
            border-radius: 0 0 4px 4px;
            border: 1px solid #dbdbdb;
            font-family: 'Montserrat', Arial, Helvetica, sans-serif;
        }

            .tg-eventschedulenav li a span {
                display: block;
                font-size: 13px;
                line-height: 13px;
                margin: 10px 0 0;
            }

        .tg-eventschedulenav li.active a,
        .tg-eventschedulenav li:hover a {
            margin: 0;
            color: #fff;
            padding: 15px 45px;
        }

.tg-tabsholder {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 0 75px;
}

.tg-eventschedulecontent {
    border-left: 2px solid;
}

    .tg-eventschedulecontent,
    .tg-eventschedulecontent > div {
        width: 100%;
        float: left;
    }

.tg-eventschedulecontent {
    padding: 30px;
    background: #f7f7f7;
}

.tg-eventschaduletime {
    width: 100%;
    float: left;
    padding: 0 0 40px;
    text-align: center;
}

    .tg-eventschaduletime h2 {
        color: #767676;
        font-size: 16px;
        line-height: 16px;
    }

    .tg-eventschaduletime h3 {
        margin: 0;
        color: #444349;
        font-size: 30px;
        font-weight: 500;
        line-height: 30px;
    }

.tg-eventvenuetabs {
    width: 100%;
    float: left;
}

.tg-eventvenuenav {
    width: 100%;
    float: left;
    list-style: none;
    padding: 0 0 40px;
    text-align: center;
}

    .tg-eventvenuenav li {
        line-height: normal;
        display: inline-block;
        list-style-type: none;
    }

        .tg-eventvenuenav li a {
            display: block;
            background: #fff;
            border-radius: 4px;
            padding: 15px 40px;
            border: 1px solid transparent;
        }

.tg-eventvenuecontent,
.tg-eventvenuecontent > div {
    width: 100%;
    float: left;
}

.tg-eventvenuecontent {
    position: relative;
    padding: 0 0 0 195px;
}

.tg-hallimg {
    top: 0;
    left: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 4px;
    position: absolute;
}

    .tg-hallimg img {
        width: 100%;
        height: auto;
        display: block;
    }

    .tg-hallimg:before {
        top: 0;
        left: 0;
        content: '';
        z-index: 1;
        width: 100%;
        height: 100%;
        position: absolute;
        background: -moz-linear-gradient(-45deg, rgba(246,115,13,0.7) 0%, rgba(217,8,69,0.7) 80%);
        background: -webkit-linear-gradient(-45deg, rgba(246,115,13,0.7) 0%, rgba(217,8,69,0.7) 80%);
        background: linear-gradient(135deg, rgba(246,115,13,0.7) 0%, rgba(217,8,69,0.7) 80%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3f6730d', endColorstr='#b3d90845',GradientType=1 );
    }

.tg-event {
    width: 100%;
    float: left;
    padding: 30px;
    background: #fff;
    border-radius: 4px;
}

    .tg-event + .tg-event {
        margin: 20px 0 0;
    }

    .tg-event:hover {
        -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.10);
        box-shadow: 0 0 15px 0 rgba(0,0,0,0.10);
    }

.tg-eventhead {
    width: 100%;
    float: left;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #dbdbdb;
}

.tg-leftarea {
    float: left;
}

.tg-rightarea {
    float: right;
}

.tg-leftarea time {
    display: block;
    color: #767676;
    font-size: 13px;
    margin: 0 0 4px;
    line-height: 13px;
    font-style: normal;
}

.tg-leftarea .tg-title {
    margin: 0;
}

    .tg-leftarea .tg-title h2 {
        margin: 0;
        color: #767676;
        font-size: 18px;
        line-height: 18px;
    }

.tg-btnfarword {
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    line-height: 33px;
    border-radius: 50%;
    border: 1px solid #dbdbdb;
}

    .tg-btnfarword:hover i {
        color: #fff;
    }

.tg-event .tg-description p {
    margin: 0 0 30px;
}

.tg-eventspeaker {
    width: 100%;
    float: left;
}

.tg-eventspeakerimg {
    float: left;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 20px 0 0;
    position: relative;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

    .tg-eventspeakerimg:after {
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border: 6px solid rgba(255, 255, 255, 0.50);
    }

    .tg-eventspeakerimg img {
        width: 100%;
        height: auto;
        display: block;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

.tg-eventspeaker .tg-contentbox {
    width: auto;
    float: none;
    overflow: hidden;
}

    .tg-eventspeaker .tg-contentbox .tg-speakername h2 {
        color: #767676;
        font-size: 14px;
        margin: 0 0 10px;
        line-height: 14px;
    }

    .tg-eventspeaker .tg-contentbox .tg-eventcatagory {
        color: #767676;
        font-size: 13px;
        margin: 0 0 15px;
        line-height: 13px;
    }

.tg-eventbreak .tg-eventhead {
    margin: 0;
    border: 0;
    padding: 0;
}
/*==============================================
			Speakers Style					
==============================================*/
.tg-speakers,
.tg-speaker {
    width: 100%;
    float: left;
}

.tg-speaker {
    padding: 0 15px;
}

.tg-speakerimg {
    width: 100%;
    float: left;
    margin: 0 0 20px;
    overflow: hidden;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .tg-speakerimg img {
        width: 100%;
        height: auto;
        display: block;
        overflow: hidden;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

.tg-contentbox {
    width: 100%;
    float: left;
    background: #fff;
}

.tg-title {
    width: 100%;
    float: left;
    margin: 0 0 13px;
}

    .tg-title h2 {
        margin: 0 0 10px;
        font-size: 16px;
        font-weight: 500;
        line-height: 16px;
    }

        .tg-title h2 a {
            display: block;
        }

    .tg-title span {
        color: #767676;
        display: block;
        font-size: 14px;
        line-height: 14px;
    }

.tg-speaker .tg-contentbox .tg-description {
    padding: 0 0 25px;
}

    .tg-speaker .tg-contentbox .tg-description p {
        margin: 0;
    }
/*==============================================
			Ask Question Style					
==============================================*/
.tg-askquestions {
    width: 100%;
    float: left;
    position: relative;
}

    .tg-askquestions:before {
        top: 0;
        right: 0;
        content: '';
        height: 100%;
        width: 43%;
        position: absolute;
        background: url(../images/bg-faqs.jpg) no-repeat;
        background-size: cover;
    }

    .tg-askquestions:after {
        top: 0;
        right: 0;
        content: '';
        width: 43%;
        height: 100%;
        position: absolute;
        background: -moz-linear-gradient(-45deg, rgba(246,115,13,0.7) 0%, rgba(217,8,69,0.7) 80%);
        background: -webkit-linear-gradient(-45deg, rgba(246,115,13,0.7) 0%, rgba(217,8,69,0.7) 80%);
        background: linear-gradient(135deg, rgba(246,115,13,0.7) 0%, rgba(217,8,69,0.7) 80%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3f6730d', endColorstr='#b3d90845',GradientType=1 );
    }

.tg-faqs {
    width: 100%;
    float: left;
    padding: 0 16px 0 0;
}

.tg-accordion {
    width: 100%;
    float: left;
    padding: 0 0 30px;
}

.tg-panel {
    width: 100%;
    float: left;
    margin: 0;
    border: 0;
    box-shadow: none;
    background: #fff;
    border-radius: 5px;
    border-bottom: 1px solid #dbdbdb;
}

    .tg-panel + .tg-panel {
        margin: 10px 0 0;
    }

    .tg-panel > h4 {
        margin: 0;
        width: 100%;
        float: left;
        color: #767676;
        font-size: 14px;
        cursor: pointer;
        padding: 0 20px;
        line-height: 50px;
        position: relative;
        text-transform: capitalize;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    }

        .tg-panel > h4:after {
            top: 0;
            right: 0;
            width: 50px;
            display: block;
            color: #767676;
            content: '\f105';
            font-size: 14px;
            line-height: 50px;
            position: absolute;
            text-align: center;
            font-family: 'FontAwesome';
        }

        .tg-panel > h4:hover,
        .tg-panel > h4.active,
        .tg-panel > h4:hover:after,
        .tg-panel > h4.active:after {
            color: #424242;
        }

            .tg-panel > h4:hover:after,
            .tg-panel > h4.active:after {
                content: '\f107';
            }

.tg-panelcontent {
    width: 100%;
    float: left;
    padding: 10px 20px 20px;
}

    .tg-panelcontent .tg-description p {
        margin: 0;
    }

        .tg-panel > h4 span,
        .tg-panelcontent .tg-description p span {
            float: left;
            padding: 0 5px 0 0;
        }

.tg-faqs .tg-btn {
    padding: 0;
    clear: both;
    width: 170px;
    margin: 0 auto;
    display: block;
}

.tg-askquestion {
    z-index: 3;
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 0 50px;
}

.tg-heading {
    width: 100%;
    float: left;
    margin: 0 0 40px;
    padding: 0 0 26px;
    position: relative;
}

    .tg-heading:before {
        left: 0;
        bottom: 0;
        content: '';
        height: 4px;
        width: 100px;
        background: #f26c4f;
        position: absolute;
        border-radius: 10px;
    }

    .tg-heading h2 {
        margin: 0;
        color: #fff;
        font-size: 40px;
        font-weight: 500;
        line-height: 45px;
        text-transform: none;
    }

        .tg-heading h2 span {
            display: block;
        }

.tg-formaskquestions textarea {
    width: 100%;
    float: left;
    resize: none;
    height: 170px;
}

.tg-formaskquestions {
    margin: 0;
}

    .tg-formaskquestions .tg-btn {
        color: #444349;
        padding: 0 55px;
    }

        .tg-formaskquestions .tg-btn:before {
            background: #fff;
        }

        .tg-formaskquestions .tg-btn:after {
            display: none;
        }
/*==============================================
			Packages Style						
==============================================*/
.tg-packages {
    width: 100%;
    float: left;
}

.tg-package {
    width: 100%;
    float: left;
    overflow: hidden;
    border-radius: 5px;
    background: #f7f7f7;
}

.tg-packagehead {
    width: 100%;
    float: left;
    position: relative;
    background: #f2f2f2;
}

    .tg-packagehead .tg-themepostimg {
        margin: 0 0 10px;
    }

        .tg-packagehead .tg-themepostimg:after {
            display: none;
        }

        .tg-packagehead .tg-themepostimg > img {
            opacity: 0;
            visibility: hidden;
        }

.tg-package:hover .tg-packagehead .tg-themepostimg > img {
    opacity: 1;
    visibility: visible;
}

.tg-packagehead .tg-themepostimg:before {
    opacity: 0;
    visibility: hidden;
}

.tg-package:hover .tg-packagehead .tg-themepostimg:before {
    opacity: 1;
    visibility: visible;
}

.tg-packagehead .tg-themepostimg .tg-packagedetail {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    padding: 40px 0;
    text-align: center;
    position: absolute;
}

.tg-packagedetail h3 {
    color: #767676;
    display: block;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 20px;
}

.tg-packagedetail span {
    color: #767676;
    display: block;
    font-size: 13px;
    line-height: 13px;
}

.tg-packagedetail h4 {
    width: 100%;
    float: left;
    color: #767676;
    font-size: 13px;
    line-height: 13px;
}

    .tg-packagedetail h4,
    .tg-packagedetail h4 sub,
    .tg-packagedetail h4 span {
        display: inline-block;
        vertical-align: middle;
    }

        .tg-packagedetail h4 sub {
            font-size: 48px;
            font-weight: 500;
            line-height: 48px;
        }

        .tg-packagedetail h4 span {
            font-size: 80px;
            font-weight: 500;
            line-height: 80px;
        }

        .tg-packagedetail h4 em {
            font-style: normal;
            display: block;
            margin: 5px 0 0;
        }

.tg-package ul {
    width: 100%;
    float: left;
    color: #767676;
    font-size: 13px;
    list-style: none;
    line-height: 13px;
}

.tg-package:hover .tg-packagedetail h3,
.tg-package:hover .tg-packagedetail span,
.tg-package:hover .tg-packagedetail h4,
.tg-package:hover .tg-packagedetail h4 sub,
.tg-package:hover .tg-packagedetail h4 span {
    color: #fff;
}

.tg-package ul li {
    width: 100%;
    float: left;
    padding: 15px 25px;
    line-height: inherit;
    list-style-type: none;
    border-bottom: 1px solid #e4e4e4;
}

    .tg-package ul li + li {
        border-top: 1px solid #fff;
    }

    .tg-package ul li:nth-child(6),
    .tg-package ul li:last-child {
        border-bottom: 0;
    }

    .tg-package ul li span,
    .tg-package ul li i {
        display: inline-block;
        vertical-align: middle;
    }

    .tg-package ul li i {
        color: #bababa;
        font-size: 11px;
        margin: 0 8px 0 0;
        line-height: 11px;
    }

    .tg-package ul li.tg-btnregister {
        border: 0;
        text-align: center;
        padding: 15px 25px 30px;
    }

.tg-packagedetail .tg-stars {
    float: none;
    margin: 0 auto;
    overflow: hidden;
}

.tg-package:hover .tg-packagedetail .tg-stars:before,
.tg-package:hover .tg-packagedetail .tg-stars span:after {
    color: #fff;
}
/*==============================================
			Gallery Style						
==============================================*/
.tg-gallerymain {
    width: 100%;
    float: left;
    position: relative;
    background: #f7f7f7;
}

.tg-containerholder {
    width: 100%;
    float: left;
    z-index: 1;
    padding: 133px 0;
    position: relative;
}

.tg-sliderholder {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    background: #f7f7f7;
}

.tg-gallerynav {
    width: auto;
    float: none;
    clear: both;
    margin: -5px;
    list-style: none;
    overflow: hidden;
}

.tg-gallerytabs {
    width: 100%;
    float: left;
}

.tg-gallerynav li {
    width: 50%;
    float: left;
    padding: 5px;
    list-style-type: none;
}

    .tg-gallerynav li .tg-themepostimg {
        overflow: hidden;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

        .tg-gallerynav li .tg-themepostimg:before {
            top: auto;
            bottom: 0;
            height: 45px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
        }

    .tg-gallerynav li:hover .tg-themepostimg:before,
    .tg-gallerynav li.active .tg-themepostimg:before {
        height: 100%;
    }

    .tg-gallerynav li .tg-themepostimg:after {
        display: none;
    }

    .tg-gallerynav li .tg-themepostimg img {
        overflow: hidden;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    .tg-gallerynav li .tg-themepostimg time {
        left: 20px;
        z-index: 3;
        color: #fff;
        bottom: 15px;
        font-size: 14px;
        font-weight: 500;
        line-height: 14px;
        position: absolute;
        font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    }

.tg-forntslider {
    top: 0;
    left: 35px;
    width: 60%;
    z-index: 2;
    margin: 27px 0;
    position: absolute;
}

.tg-sliderholder > div {
    padding: 0;
}

.tg-gallerytabcontent,
.tg-gallerytabcontent > div {
    width: 100%;
    float: left;
}

.tg-gallerytabcontent {
    padding: 0 0 0 35px;
}

.tg-galleryslider,
.tg-galleryslider .item {
    width: 100%;
    float: left;
}

    .tg-galleryslider .item .tg-themepostimg:after {
        display: none;
    }

.tg-gallerthumbslider,
.tg-gallerthumbslider .item {
    width: 100%;
    float: left;
}

.tg-gallerthumbslider {
    position: relative;
    padding: 0 70px 0 0;
}

    .tg-gallerthumbslider .item figure {
        margin: 0;
        width: 100%;
        float: left;
        overflow: hidden;
        border-radius: 0 10px 10px 0;
    }

        .tg-gallerthumbslider .item figure img {
            width: 100%;
            height: auto;
            display: block;
        }

        .tg-gallerthumbslider .item figure:after {
            top: 0;
            left: 0;
            content: '';
            width: 100%;
            height: 100%;
            display: block;
            position: absolute;
            border: 10px solid rgba(255, 255, 255, 0.50);
            border-left: 0;
        }

        .tg-gallerthumbslider .item figure a {
            display: block;
        }

            .tg-gallerthumbslider .item figure a i {
                top: 20px;
                z-index: 9;
                right: 20px;
                width: 50px;
                height: 50px;
                display: block;
                font-size: 18px;
                background: #fff;
                line-height: 50px;
                text-align: center;
                position: absolute;
                border-radius: 50%;
            }

    .tg-gallerthumbslider .owl-nav {
        bottom: 0;
        right: -10px;
        position: absolute;
    }

.tg-btnprev,
.tg-btnnext {
    color: #fff;
    width: 70px;
    height: 70px;
    display: block;
    cursor: pointer;
    font-size: 20px;
    overflow: hidden;
    line-height: 68px;
    border-radius: 4px;
    position: relative;
    text-align: center;
    border: 1px solid #fff;
}

.tg-btnprev {
    bottom: 80px;
    position: absolute;
}

    .tg-btnprev i,
    .tg-btnnext i {
        top: 50%;
        left: 50%;
        position: absolute;
        margin: -10px 0 0 -10px;
    }

    .tg-btnprev:hover i,
    .tg-btnnext:hover i {
        top: 200%;
    }

    .tg-btnprev span,
    .tg-btnnext span {
        left: 50%;
        top: -20px;
        font-size: 14px;
        font-weight: 500;
        line-height: 14px;
        position: absolute;
        margin: -7px 0 0 -16px;
        text-transform: capitalize;
        font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    }

    .tg-btnprev:hover span,
    .tg-btnnext:hover span {
        top: 50%;
    }
/*==============================================
			Packages Style						
==============================================*/
.tg-brands {
    width: 100%;
    float: left;
    list-style: none;
}

    .tg-brands li {
        width: 25%;
        float: left;
        list-style-type: none;
    }

        .tg-brands li:nth-child(1),
        .tg-brands li:nth-child(2),
        .tg-brands li:nth-child(3),
        .tg-brands li:nth-child(4) {
            border-bottom: 1px solid #ddd;
        }

        .tg-brands li:nth-child(1),
        .tg-brands li:nth-child(5) {
            border-left: 1px solid transparent;
        }

        .tg-brands li:nth-child(2),
        .tg-brands li:nth-child(3),
        .tg-brands li:nth-child(4),
        .tg-brands li:nth-child(6),
        .tg-brands li:nth-child(7),
        .tg-brands li:nth-child(8) {
            border-left: 1px solid #ddd;
        }

        .tg-brands li figure {
            margin: 0;
            width: 100%;
            float: left;
        }

            .tg-brands li figure a {
                display: block;
            }

                .tg-brands li figure a img {
                    display: block;
                }
/*==============================================
			App Style						
==============================================*/
.tg-appbg {
    position: relative;
    background-image: url(../images/bg-parallax/bg-parallax-01.jpg);
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-background-attachment: fixed;
    -moz-background-attachment: fixed;
    -ms-background-attachment: fixed;
    -o-background-attachment: fixed;
    background-attachment: fixed;
    background-position: bottom left;
    background-repeat: no-repeat;
}

    .tg-appbg:before {
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        background: -moz-linear-gradient(-45deg, rgba(246,115,13,0.7) 0%, rgba(217,8,69,0.7) 80%);
        background: -webkit-linear-gradient(-45deg, rgba(246,115,13,0.7) 0%, rgba(217,8,69,0.7) 80%);
        background: linear-gradient(135deg, rgba(246,115,13,0.7) 0%, rgba(217,8,69,0.7) 80%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3f6730d', endColorstr='#b3d90845',GradientType=1 );
    }

.tg-getapp {
    width: 100%;
    float: left;
}

.tg-appcontent {
    width: 100%;
    float: left;
    padding: 67px 0;
}

    .tg-appcontent .tg-sectionhead,
    .tg-appcontent .tg-sectionheading {
        text-align: left;
    }

        .tg-appcontent .tg-sectionhead .tg-description {
            padding: 0 0 15px;
        }

        .tg-appcontent .tg-sectionheading:before {
            left: 0;
            margin: 0;
            background: #fff;
        }

        .tg-appcontent .tg-sectionheading h2,
        .tg-appcontent .tg-sectionheading span,
        .tg-appcontent .tg-sectionhead .tg-description p {
            color: #fff;
        }

.tg-appimg {
    width: 100%;
    float: left;
    margin: -15px 0 0;
}

    .tg-appimg figure img {
        width: 100%;
        height: auto;
        display: block;
    }

.tg-appicons {
    width: 100%;
    float: left;
    font-size: 30px;
    list-style: none;
    padding: 0 0 30px;
    line-height: 30px;
}

    .tg-appicons li {
        float: left;
        padding: 0 20px;
        position: relative;
        line-height: inherit;
        list-style-type: none;
    }

        .tg-appicons li:first-child {
            padding-left: 0;
        }

        .tg-appicons li:before {
            left: 0;
            top: 50%;
            content: '';
            width: 1px;
            height: 90%;
            background: #fff;
            margin: -13px 0 0;
            position: absolute;
        }

        .tg-appicons li:first-child:before {
            display: none;
        }

        .tg-appicons li i {
            color: #fff;
            display: block;
        }
/*==============================================
			Registration Style					
==============================================*/
.tg-eventvenueregistration {
    width: 100%;
    float: left;
}

    .tg-eventvenueregistration .tg-sectionhead {
        position: relative;
        padding: 0 400px 0 0;
    }

        .tg-eventvenueregistration .tg-sectionhead .tg-description {
            padding: 0;
        }

.tg-shareinvite {
    top: 0;
    right: 0;
    position: absolute;
    text-align: center;
    padding: 30px 70px;
    border-radius: 4px;
    border: 1px solid #dbdbdb;
}

    .tg-shareinvite .tg-socialicons {
        padding: 0 0 30px;
        text-align: center;
    }

        .tg-shareinvite .tg-socialicons li {
            float: none;
            display: inline-block;
            vertical-align: middle;
        }

            .tg-shareinvite .tg-socialicons li:last-child {
                padding-right: 0;
            }

    .tg-shareinvite span {
        clear: both;
        display: block;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    }

        .tg-shareinvite span em {
            display: block;
            font-style: normal;
        }

.tg-locationregister {
    width: 100%;
    float: left;
}

    .tg-locationregister .tg-locationmap {
        height: 638px;
    }

.tg-register {
    width: 100%;
    float: left;
    position: relative;
    background: url(../images/bg-register.jpg) no-repeat;
    background-size: cover;
}

.tg-registerholder {
    width: 100%;
    float: left;
    padding: 42px 50px;
}

    .tg-registerholder:before {
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        background: -moz-linear-gradient(-45deg, rgba(246,115,13,0.7) 0%, rgba(217,8,69,0.7) 80%);
        background: -webkit-linear-gradient(-45deg, rgba(246,115,13,0.7) 0%, rgba(217,8,69,0.7) 80%);
        background: linear-gradient(135deg, rgba(246,115,13,0.7) 0%, rgba(217,8,69,0.7) 80%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3f6730d', endColorstr='#b3d90845',GradientType=1 );
    }

.tg-registercontent {
    z-index: 3;
    width: 100%;
    float: left;
    position: relative;
}

.tg-formregister {
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 2px solid #ddd;
}

    .tg-formregister .tg-btn {
        color: #444349;
        padding: 0 45px;
    }

        .tg-formregister .tg-btn:before {
            background: #fff;
        }

        .tg-formregister .tg-btn:after {
            display: none;
        }

.tg-sendquery {
    width: 100%;
    float: left;
    text-align: center;
}

    .tg-sendquery h2 {
        color: #fff;
        font-size: 20px;
        font-weight: 500;
        line-height: 20px;
    }

    .tg-sendquery h3,
    .tg-sendquery h4 {
        color: #fff;
        font-size: 30px;
        font-weight: 500;
        line-height: 30px;
    }

    .tg-sendquery h4 {
        margin: 0;
    }
/*==============================================
			Signup Style						
==============================================*/
.tg-bgsignup {
    position: relative;
    background-image: url(../images/bg-parallax/bg-parallax-02.jpg);
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-background-attachment: fixed;
    -moz-background-attachment: fixed;
    -ms-background-attachment: fixed;
    -o-background-attachment: fixed;
    background-attachment: fixed;
    background-position: bottom left;
    background-repeat: no-repeat;
}

    .tg-bgsignup:before {
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        background: -moz-linear-gradient(-45deg, rgba(246,115,13,0.7) 0%, rgba(217,8,69,0.7) 80%);
        background: -webkit-linear-gradient(-45deg, rgba(246,115,13,0.7) 0%, rgba(217,8,69,0.7) 80%);
        background: linear-gradient(135deg, rgba(246,115,13,0.7) 0%, rgba(217,8,69,0.7) 80%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3f6730d', endColorstr='#b3d90845',GradientType=1 );
    }

.tg-signupnewsletter,
.tg-signupdetail {
    width: 100%;
    float: left;
}

.tg-signupdetail {
    padding: 60px 0;
}

    .tg-signupdetail .tg-sectionheading:before {
        background: #fff;
    }

    .tg-signupdetail .tg-sectionheading span,
    .tg-signupdetail .tg-sectionheading h2 {
        color: #fff;
    }

.tg-formsingup {
    margin: 0;
}

    .tg-formsingup fieldset {
        position: relative;
        padding: 0 180px 0 0;
    }

        .tg-formsingup fieldset .form-group {
            margin: 0;
        }

        .tg-formsingup fieldset .tg-btn {
            top: 0;
            right: 0;
            color: #444349;
            padding: 0 45px;
            background: #fff;
            position: absolute;
        }

.tg-inputicon {
    margin: 0;
    overflow: hidden;
    position: relative;
}

    .tg-inputicon i {
        top: 0;
        right: 20px;
        color: #eaeaea;
        font-size: 40px;
        position: absolute;
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.tg-formsingup fieldset .tg-btn:before {
    background: none;
}

.tg-formsingup fieldset .tg-btn:after {
    display: none;
}

.tg-newsletterimg {
    margin: 0;
    width: 100%;
    float: left;
    margin: -18px 0 0;
}

    .tg-newsletterimg img {
        width: 100%;
        height: auto;
        display: block;
    }
/*==============================================
			Articles Style						
==============================================*/
.tg-articles,
.tg-newsarticles {
    width: 100%;
    float: left;
}

.tg-article {
    width: 100%;
    float: left;
}

    .tg-article figure {
        width: 100%;
        float: left;
        overflow: hidden;
        margin: 0 0 20px;
        border-radius: 4px;
    }

        .tg-article figure img {
            width: 100%;
            height: auto;
            display: block;
        }

    .tg-article .tg-contentbox .tg-title h2 {
        margin: 0;
    }

.tg-postmaradata {
    width: 100%;
    float: left;
    font-size: 14px;
    list-style: none;
    line-height: 14px;
    padding: 0 0 23px;
}

    .tg-postmaradata li {
        float: left;
        padding: 0 9px;
        line-height: inherit;
        list-style-type: none;
    }

        .tg-postmaradata li:first-child {
            padding-left: 0;
        }

        .tg-postmaradata li i,
        .tg-postmaradata li time,
        .tg-postmaradata li span {
            color: #767676;
        }

        .tg-postmaradata li i {
            margin: 0 10px 0 0;
        }

        .tg-postmaradata li time {
            font-style: normal;
        }

.tg-btnreadmore {
    clear: both;
    color: #767676;
    display: block;
    font-size: 13px;
    line-height: 13px;
    text-align: right;
    position: relative;
}

    .tg-btnreadmore:before {
        left: 0;
        bottom: 5px;
        content: '';
        width: 72%;
        height: 1px;
        position: absolute;
        background: #dbdbdb;
    }
/*==============================================
			Footer Style					
==============================================*/
.tg-footer {
    border-bottom: 2px solid;
}

.tg-contastus {
    width: 100%;
    float: left;
    margin: 65px 0 0;
}

    .tg-contastus h1 {
        margin: 0;
        top: -72px;
        color: #fff;
        z-index: -1;
        width: 100%;
        font-size: 90px;
        font-weight: 500;
        line-height: 80px;
        text-align: center;
        position: absolute;
        text-shadow: 0 0 30px #e9e9ea;
    }

.tg-bgcontactus {
    position: relative;
    background-image: url(../images/bg-parallax/bg-parallax-03.jpg);
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    -webkit-background-attachment: fixed;
    -moz-background-attachment: fixed;
    -ms-background-attachment: fixed;
    -o-background-attachment: fixed;
    background-attachment: fixed;
    background-position: bottom left;
    background-repeat: no-repeat;
}

    .tg-bgcontactus:before {
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        background: -moz-linear-gradient(-45deg, rgba(246,115,13,0.7) 0%, rgba(217,8,69,0.7) 80%);
        background: -webkit-linear-gradient(-45deg, rgba(246,115,13,0.7) 0%, rgba(217,8,69,0.7) 80%);
        background: linear-gradient(135deg, rgba(246,115,13,0.7) 0%, rgba(217,8,69,0.7) 80%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3f6730d', endColorstr='#b3d90845',GradientType=1 );
    }

.tg-contastus .tg-sectionheading span,
.tg-contastus .tg-sectionheading h2 {
    color: #fff;
}

.tg-contastus .tg-sectionheading:before {
    background: #fff;
}

.tg-formcontactus {
    margin: 0;
}

    .tg-formcontactus fieldset .form-group {
        width: 50%;
        padding: 0 5px;
    }

        .tg-formcontactus fieldset .form-group:nth-child(5) {
            width: 100%;
        }

    .tg-formcontactus fieldset textarea {
        width: 100%;
        float: left;
        resize: none;
        height: 140px;
    }

    .tg-formcontactus fieldset .tg-btn {
        padding: 0;
        width: 170px;
        color: #444349;
        display: block;
        margin: 0 auto;
        background: #fff;
    }

        .tg-formcontactus fieldset .tg-btn:before {
            background: none;
        }

        .tg-formcontactus fieldset .tg-btn:after {
            display: none;
        }

.tg-footerbar {
    width: 100%;
    float: left;
    padding: 20px 0;
    background: #fff;
    position: relative;
}

.tg-btnscrolltop {
    top: -20px;
    right: 60px;
    width: 40px;
    height: 40px;
    display: block;
    color: #444349;
    font-size: 14px;
    background: #fff;
    line-height: 40px;
    border-radius: 4px;
    text-align: center;
    position: absolute;
    -webkit-box-shadow: 0 0 20px 0 rgba(68,67,73,0.20);
    box-shadow: 0 0 20px 0 rgba(68,67,73,0.20);
}

.tg-copyrights {
    margin: 0;
    float: left;
    color: #767676;
    padding: 8px 0;
    font-size: 13px;
    line-height: 13px;
}

.tg-footerbar .tg-socialicons {
    width: auto;
    float: right;
}

/* =============================================
			HOME PAGE 2
============================================= */
/* =============================================
			Counter V 2 Style
============================================= */
.tg-register .tg-textshortcode {
    padding: 0px 0;
}

.tg-upcomingeventcountervtwo {
}

    .tg-upcomingeventcountervtwo:before {
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        /*background: linear-gradient(to bottom right, #a5fecbcc, #20bdffcc, #5433ffcc);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3f6730d', endColorstr='#b3d90845',GradientType=1 );*/
    }

    .tg-upcomingeventcountervtwo .tg-eventcounter {
        z-index: 2;
        width: 33.33%;
        /* padding: 90px 0; */
        position: relative;
    }

        .tg-upcomingeventcountervtwo .tg-eventcounter:first-child {
            width: 100%;
        }

            .tg-upcomingeventcountervtwo .tg-eventcounter:first-child span:first-child,
            .tg-upcomingeventcountervtwo .tg-eventcounter:first-child span:last-child {
                margin: 0;
                padding: 0;
                color: #fff;
                display: inline-block;
            }

                .tg-upcomingeventcountervtwo .tg-eventcounter:first-child span:first-child:before {
                    display: none;
                }

        .tg-upcomingeventcountervtwo .tg-eventcounter span {
            color: #fff;
            font-size: 40px;
            margin: 0 0 20px;
            padding: 0 0 20px;
            line-height: 30px;
        }

            .tg-upcomingeventcountervtwo .tg-eventcounter span:before {
                background: #20bdff; /*line*/
            }

            .tg-upcomingeventcountervtwo .tg-eventcounter span:first-child {
                color: #fff;
            }

            .tg-upcomingeventcountervtwo .tg-eventcounter span:last-child {
                margin: 0;
                padding: 0;
                display: block;
                font-size: 18px;
                line-height: 18px;
            }

        .tg-upcomingeventcountervtwo .tg-eventcounter:first-child span {
            font-size: 60px;
            line-height: 60px;
            font-family: 'Montserrat', Arial, Helvetica, sans-serif;
        }

        .tg-upcomingeventcountervtwo .tg-eventcounter:nth-child(even) {
            /*background:
		-moz-linear-gradient(-45deg,
		rgba(0,0,0,0.1) 0%,
		rgba(0,0,0,0.1) 100%);
	background:
		-webkit-linear-gradient(-45deg,
		rgba(0,0,0,0.1) 0%,
		rgba(0,0,0,0.1) 100%);
	background:
		linear-gradient(135deg,
		rgba(0,0,0,0.1) 0%,
		rgba(0,0,0,0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#1a000000',GradientType=1 );*/
        }

        .tg-upcomingeventcountervtwo .tg-eventcounter:nth-child(3) {
            /*background:
		-moz-linear-gradient(-45deg,
		rgba(0,0,0,0.2) 0%,
		rgba(0,0,0,0.2) 100%);
	background:
		-webkit-linear-gradient(-45deg,
		rgba(0,0,0,0.2) 0%,
		rgba(0,0,0,0.2) 100%);
	background:
		linear-gradient(135deg,
		rgba(0,0,0,0.2) 0%,
		rgba(0,0,0,0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#1a000000',GradientType=1 );*/
        }

        .tg-upcomingeventcountervtwo .tg-eventcounter:first-child span:last-child {
            margin: 0 0 0 20px;
        }

.tg-registershortcode {
    background: none;
}
/* =============================================
			Attend Event Style
============================================= */
.tg-bgaddtocalendar {
    position: relative;
    background-image: url(../images/counter-bg2.jpg);
    background-size: 100% 100%;
    background-attachment: fixed;
    background-position: bottom left;
    background-repeat: no-repeat;
}

    .tg-bgaddtocalendar:before {
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        /*background: #5433FF;
        background: -webkit-linear-gradient(to bottom, #20BDFFcc, #5433FFcc);
        background: linear-gradient(to bottom, #20BDFFcc, #5433FFcc); */
        background: linear-gradient(to bottom right, #0089ffcc, #78d8ffcc);
    }

.tg-eventinfovtwo {
    width: 100%;
    float: left;
}

.tg-eventcontent {
    width: 100%;
    float: left;
    z-index: 3;
    position: relative;
    text-align: center;
}

    .tg-eventcontent span {
        color: #fff;
        display: block;
        font-size: 20px;
        margin: 0 0 6px;
        line-height: 20px;
        font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    }

    .tg-eventcontent h2 {
        margin: 0 0 40px;
    }

        .tg-eventcontent h2:before {
            left: 50%;
            margin: 0 0 0 -50px;
        }

    .tg-eventcontent .tg-btnaddtocalendar {
        display: block;
        margin: 0 auto;
        position: static
    }
/* =============================================
			Home V 3 Style
============================================= */
/* =============================================
			Home Banner V 2 Style
============================================= */
.tg-homebannervtwo .tg-bannercontent {
    padding: 0;
    float: left;
    max-width: none;
}

    .tg-homebannervtwo .tg-bannercontent h1 {
        font-weight: 500;
        margin: 0 0 47px;
    }

    .tg-homebannervtwo .tg-bannercontent .tg-datetime {
        border: 0;
        padding: 0;
        min-width: 0;
        display: block;
        font-size: 50px;
        margin: 0 0 25px;
        line-height: 40px;
    }

    .tg-homebannervtwo .tg-bannercontent .tg-upcomingeventcounter {
        width: 100%;
        background: none;
    }

.tg-eventcounterholder {
    width: 25%;
    float: left;
    padding: 0 50px;
}

    .tg-eventcounterholder .tg-eventcounter {
        width: 100%;
        text-align: left;
        position: relative;
        padding: 12px 0 65px 75px;
        border-left: 6px solid #fff;
        border-bottom: 6px solid #fff;
    }

        .tg-eventcounterholder .tg-eventcounter:after,
        .tg-eventcounterholder .tg-eventcounter:before {
            content: '';
            position: absolute;
        }

        .tg-eventcounterholder .tg-eventcounter:after {
            top: 0;
            left: 0;
            width: 60px;
            height: 6px;
        }

        .tg-eventcounterholder .tg-eventcounter:before {
            right: 0;
            bottom: 0;
            width: 6px;
            height: 60px;
        }

        .tg-eventcounterholder .tg-eventcounter span:first-child {
            margin: 0;
            color: #fff;
            padding: 0 0 7px;
        }

            .tg-eventcounterholder .tg-eventcounter span:first-child:before {
                display: none;
            }

        .tg-eventcounterholder .tg-eventcounter span {
            color: #fff;
            font-weight: 500;
            font-family: 'Montserrat', Arial, Helvetica, sans-serif;
        }

            .tg-eventcounterholder .tg-eventcounter span + span {
                color: #fff;
                font-size: 30px;
                line-height: 30px;
            }

.tg-homebannervtwo .tg-bannercontent .tg-btnwhite {
    padding: 40px 0 0;
}
/* =============================================
			Home V 4 Style
============================================= */
/* =============================================
			Home Banner V 3 Style
============================================= */
.tg-headervtwo {
    z-index: 3;
    background: none;
    position: absolute;
}

    .tg-headervtwo:before {
        left: 50%;
        bottom: 0;
        height: 1px;
        content: '';
        width: 100%;
        max-width: 1170px;
        position: absolute;
        margin: 0 0 0 -585px;
        background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00999999', endColorstr='#00999999',GradientType=1 );
    }

body.tg-fixedme .tg-headervtwo:before {
    display: none;
}

.tg-headervtwo .tg-nav ul li a {
    color: #fff;
}

.tg-headervtwo .tg-navigation > ul > li > .sub-menu > li > a {
    color: #424242;
}

.tg-headervtwo .tg-btnopenclose,
.tg-headervtwo .tg-btnbecommember:before,
.tg-headervtwo .tg-nav ul li:hover a,
.tg-headervtwo .tg-nav ul li a.current {
    background: #fff;
}

.tg-headervtwo .tg-btnbecommember {
    color: #444349;
}

.tg-slidercontent img {
    width: auto !important;
    max-width: none;
    margin: 0 0 0 -148px;
}

.tg-homeslider .tg-themepostimg figcaption {
    overflow: hidden;
    padding: 143px 0 0;
}

    .tg-homeslider .tg-themepostimg figcaption .tg-slidercontent {
        margin: 121px 0 0;
    }

.tg-homeslider .tg-themepostimg:after {
    display: none;
}

.tg-slidercontent {
    width: 100%;
    float: left;
    margin: 282px 0 0;
}

.tg-homeslider .tg-btnprev,
.tg-homeslider .tg-btnnext {
    top: 50%;
    position: absolute;
}

.tg-homeslider .tg-btnprev {
    left: 40px;
}

.tg-homeslider .tg-btnnext {
    right: 40px;
}

.tg-slidercontent .tg-sectionheading h2 {
    font-size: 65px;
    line-height: 70px;
}

.tg-slidercontent .tg-appcontent .tg-description {
    padding: 0 20% 15px 0;
}
/* =============================================
			Testimonial V 2 Style
============================================= */
.tg-bgtestimonialsvtwo {
    background: url(../images/testimonial-bg-02.jpg) no-repeat;
    background-size: cover;
}
/* =============================================
			FQAs V 2 Style
============================================= */
.tg-askquestionsvtwo:before {
    background: url(../images/bg-faqs-02.jpg) no-repeat;
    background-size: cover;
}
/* =============================================
			Register V 2 Style
============================================= */
.tg-registervtwo {
    background: url(../images/bg-register-02.jpg) no-repeat;
    background-size: cover;
}
/* =============================================
			Contactus V 2 Style
============================================= */
.tg-bgcontactusvtwo {
    background-image: url(../images/bg-parallax/bg-parallax-05.jpg);
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}
/* =============================================
			Home V 5 Style
============================================= */
/* =============================================
			Header V 3 Style
============================================= */
.tg-logoandnavbtn {
    top: 0;
    left: 0;
    z-index: 8;
    width: 100%;
    background: none;
    position: absolute;
    padding: 20px 30px;
    border-bottom: 1px solid #8e9796;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

    .tg-logoandnavbtn .tg-logo {
        float: left;
    }

    .tg-logoandnavbtn .tg-btnopenclose {
        border: 0;
        margin: 0;
        color: #fff;
        float: right;
        font-size: 40px;
        border-radius: 0;
    }

        .tg-logoandnavbtn .tg-btnopenclose:hover {
            background: none;
        }

        .tg-logoandnavbtn .tg-btnopenclose i {
            color: #fff;
        }

.tg-headervthree {
    z-index: 8;
    position: fixed;
    background: none;
    padding: 20px 30px;
    background: #444349;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

    .tg-headervthree.tg-showheader + .tg-logoandnavbtn {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .tg-headervthree.tg-showheader {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

        .tg-headervthree.tg-showheader .tg-navigationarea {
            padding: 2px 0 1px;
        }

    .tg-headervthree .tg-nav ul li a {
        color: #fff;
    }

    .tg-headervthree.tg-showheader .tg-nav ul li .sub-menu li a {
        color: #424242;
    }

    .tg-headervthree .tg-nav ul li a.current,
    .tg-headervthree .tg-nav ul li a:hover {
        background: #fff;
    }

    .tg-headervthree .tg-btnbecommember {
        margin: 0 0 0 175px;
    }
/* =============================================
			Banner 5 Style
============================================= */
.tg-homeslidervthree {
    width: 100%;
    float: left;
}

    .tg-homeslidervthree .tg-themepostimg {
        height: 100%;
        position: relative;
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -ms-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;
    }

    .tg-homeslidervthree figcaption {
        padding: 84px 0 0;
        min-height: 920px;
        position: relative;
    }

    .tg-homeslidervthree .tg-themepostimg:before,
    .tg-homeslidervthree .tg-themepostimg:after {
        display: none;
    }

    .tg-homeslidervthree .tg-slidercontent {
        margin: 0;
    }

        .tg-homeslidervthree .tg-slidercontent .tg-sectionheading h2 {
            font-size: 65px;
            line-height: 50px;
            text-transform: none;
        }

            .tg-homeslidervthree .tg-slidercontent .tg-sectionheading h2 span {
                margin: 0;
                display: block;
                font-size: 65px;
                line-height: 50px;
                padding: 0 0 20px;
            }

    .tg-homeslidervthree .tg-appcontent {
        padding: 0;
    }

.tg-bannerregister {
    width: 100%;
    float: left;
    padding: 30px;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    background: #f7f7f7;
}

    .tg-bannerregister:after {
        top: 0;
        left: 0;
        width: 100%;
        height: 8px;
        content: '';
        position: absolute;
        background: url(../images/colorline-bg.jpg) no-repeat 0 0;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -ms-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto;
    }

    .tg-bannerregister .tg-heading {
        margin: 0 0 30px;
        padding: 0 0 20px;
    }

        .tg-bannerregister .tg-heading h2 {
            font-size: 30px;
            line-height: 35px;
        }

.tg-homeslidervthree .tg-slidercontent .tg-datetime {
    border: 0;
    padding: 0;
}

.tg-bannerregister .tg-sendquery h2,
.tg-bannerregister .tg-sendquery h3,
.tg-bannerregister .tg-sendquery h4 {
    color: #767676;
}

.tg-bannerregister .tg-sendquery h3,
.tg-bannerregister .tg-sendquery h4 {
    font-size: 26px;
    line-height: 20px;
}

.tg-accomodationbg {
    position: relative;
    background: url(../images/bg-parallax/bg-parallax-07.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .tg-accomodationbg:before {
        top: 0;
        left: 0;
        content: '';
        z-index: 1;
        width: 100%;
        height: 100%;
        position: absolute;
        background: -moz-linear-gradient(-45deg, rgba(246,115,13,0.7) 0%, rgba(217,8,69,0.7) 80%);
        background: -webkit-linear-gradient(-45deg, rgba(246,115,13,0.7) 0%, rgba(217,8,69,0.7) 80%);
        background: linear-gradient(135deg, rgba(246,115,13,0.7) 0%, rgba(217,8,69,0.7) 80%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3f6730d', endColorstr='#b3d90845',GradientType=1 );
    }

.tg-accomodationbox {
    z-index: 2;
    width: 100%;
    float: left;
    position: relative;
}

    .tg-accomodationbox .tg-appcontent {
        padding: 0;
    }

.tg-accomodations {
    width: 100%;
    float: left;
}

.tg-accomodation {
    width: 100%;
    float: left;
    overflow: hidden;
    border-radius: 5px;
}

    .tg-accomodation figure {
        margin: 0;
        width: 100%;
        float: left;
    }

        .tg-accomodation figure a {
            display: block;
        }

            .tg-accomodation figure a img {
                width: 100%;
                height: auto;
                display: block;
            }

.tg-accomodationcontent {
    width: 100%;
    float: left;
    padding: 20px;
    background: #fff;
}

    .tg-accomodationcontent h3 {
        margin: 0;
        font-size: 16px;
        line-height: 16px;
    }

.tg-ratepernight {
    width: 100%;
    float: left;
    padding: 10px 0 30px;
}

    .tg-ratepernight i,
    .tg-ratepernight em {
        float: left;
        font-size: 14px;
        line-height: 14px;
        font-style: normal;
    }

    .tg-ratepernight i {
        padding: 0 10px 0 0;
    }

.tg-btnvisitwebsite {
    color: #fff;
    clear: both;
    padding: 15px;
    display: block;
    overflow: hidden;
    text-align: center;
    margin: 0 -20px -20px;
    text-transform: capitalize;
}

    .tg-btnvisitwebsite:hover,
    .tg-btnvisitwebsite:focus {
        color: #fff;
    }

.tg-headervthree .tg-btnopenclose,
.tg-headervthree .tg-btnopenclose i {
    color: #fff;
}

.tg-accordions {
    width: 100%;
    float: left;
}
/* =============================================
			Inner Banner Style
============================================= */
.tg-pageinnerbanner {
    padding: 75px 0;
}

.tg-content,
.tg-twocolumns {
    width: 100%;
    float: left;
}

.tg-parallaximg {
    z-index: 2;
    width: 100%;
    float: left;
    position: relative;
}

.tg-innerbannerimg {
    background: rgba(0,0,0,0.30);
}

.tg-pageheadcontent {
    z-index: 4;
    width: 100%;
    float: left;
    color: #fff;
    text-align: center;
}

.tg-pagetitle {
    width: 100%;
    float: left;
}

    .tg-pagetitle h1 {
        margin: 0;
        color: #fff;
        font-size: 30px;
        line-height: 24px;
        text-transform: capitalize;
    }

.tg-innerbanner {
    z-index: 1;
    padding: 20px 0;
    position: relative;
    background: #484848;
    box-shadow: 0 0 15px 5px rgba(17, 1, 14, 0.10);
}

.tg-postdate {
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    color: #484848;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    position: absolute;
    border-radius: 3px;
    padding: 17px 10px;
    background: #f8f8f8;
}

.tg-postdetail {
    margin: 0 0 30px;
    border-bottom: 1px solid #ddd;
}

    .tg-postdetail .tg-postdate,
    .tg-postdetail .tg-postdate span {
        color: #fff;
    }

    .tg-postdetail .tg-description p {
        margin: 0 0 20px;
        color: #333;
        font-size: 1.2em;
        line-height: 1.6em;
    }


    .tg-postdetail blockquote {
        border: 0;
        margin: 0;
        padding: 0 0 30px;
        text-align: center;
        font: 400 italic 20px/28px 'Open Sans', Arial, Helvetica, sans-serif;
    }

        .tg-postdetail blockquote q {
            font: 400 italic 20px/28px 'Open Sans', Arial, Helvetica, sans-serif;
        }

.tg-posttagsandshare {
    width: 100%;
    float: left;
    padding: 15px;
    margin: 0 0 30px;
    border-radius: 5px;
    background: #f8f8f8;
}

.tg-posttags {
    float: left;
    padding: 3px 0;
}

.tg-postshare {
    float: right;
}

    .tg-posttags strong,
    .tg-posttags ul,
    .tg-postshare strong,
    .tg-postshare ul {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

    .tg-postshare .tg-socialicons {
        width: auto;
    }

    .tg-posttags strong,
    .tg-postshare strong {
        padding: 0 10px 0 0;
        text-transform: capitalize;
        font: 600 14px/14px 'Oxygen', Arial, Helvetica, sans-serif;
    }

.tg-tags {
    font-size: 12px;
    line-height: 24px;
    list-style: none;
}

    .tg-tags li {
        float: left;
        line-height: 24px;
        margin: 0 5px 0 0;
        list-style-type: none;
    }

.tg-tag {
    color: #484848;
    display: block;
    font-size: 12px;
    line-height: 24px;
    padding: 0 10px;
    background: #ddd;
    border-radius: 3px;
}

    .tg-tag:hover {
        color: #fff;
    }

.tg-author {
    width: 100%;
    float: left;
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #ddd;
}

.tg-authorbox {
    width: 100%;
    float: left;
    padding: 20px;
    border-radius: 5px;
    background: #f8f8f8;
}

.tg-authordp {
    margin: 0;
    float: left;
    overflow: hidden;
    border-radius: 3px;
}

    .tg-authordp a {
        display: block;
    }

        .tg-authordp a img {
            display: block;
        }

.tg-authorcontent {
    overflow: hidden;
    padding: 0 0 0 20px;
}

.tg-authorhead {
    width: 100%;
    float: left;
    padding: 0 0 13px;
}

.tg-authorname {
    width: 100%;
    float: left;
}

    .tg-authorname h4 {
        margin: 0;
        color: #484848;
        font-size: 18px;
        font-weight: 600;
        line-height: 18px;
    }

        .tg-authorname h4 a {
            color: #484848;
            display: block;
        }

.tg-authorhead time {
    width: 100%;
    float: left;
    font-size: 13px;
    line-height: 13px;
    padding: 5px 0 0;
}

.tg-authorcontent .tg-description p {
    margin: 0;
}

.tg-leftbox {
    float: left;
}

.tg-rightbox {
    float: right;
}

.tg-comments {
    width: 100%;
    float: left;
    margin: 0 0 30px;
    padding: 0 0 20px;
    border-bottom: 1px solid #ddd;
}

    .tg-comments > h3 {
        margin: 0 0 20px;
        line-height: 21px;
    }

.tg-child,
.tg-commentslist {
    width: 100%;
    float: left;
    list-style: none;
    font-size: 14px;
    line-height: 20px;
}

    .tg-commentslist > li,
    .tg-child > li {
        width: 100%;
        float: left;
        line-height: inherit;
        list-style-type: none;
    }

.tg-comment {
    width: 100%;
    float: left;
    padding: 10px 0;
}

.tg-commentbox {
    width: 100%;
    float: left;
    padding: 20px;
    border-radius: 5px;
    background: #f8f8f8;
}

.tg-child {
    margin: 0;
    padding: 0 0 0 70px;
}

.tg-leavecomments {
    width: 100%;
    float: left;
}

    .tg-leavecomments > h3 {
        margin: 0 0 20px;
        line-height: 21px;
    }

.tg-formleavecomment .row {
    margin: 0 -5px;
}

    .tg-formleavecomment .row > div {
        padding: 0 5px;
    }

.tg-formleavecomment .form-group {
    margin: 0 0 10px;
}

.tg-formleavecomment .form-control {
    height: 40px;
    padding: 10px;
    line-height: 18px;
    border-radius: 3px;
}

.tg-formleavecomment textarea.form-control {
    resize: none;
    height: 170px;
    margin: 0 0 10px;
}

.tg-formleavecomment .tg-btn {
    padding: 0 60px;
}

.tg-nextprevposts {
    width: 100%;
    float: left;
    margin: 0 0 30px;
}

.tg-btnprevpost {
    float: left;
}

.tg-btnnextpost {
    float: right;
}

    .tg-btnprevpost a,
    .tg-btnnextpost a {
        display: block;
    }

        .tg-btnprevpost a figure,
        .tg-btnnextpost a figure {
            float: left;
            margin: 0 10px 0 0;
            border-radius: 3px;
            overflow: hidden;
            position: relative;
        }

            .tg-btnprevpost a figure img,
            .tg-btnnextpost a figure img {
                width: 100%;
                height: auto;
                display: block;
                border-radius: 3px;
            }

            .tg-btnprevpost a figure figcaption,
            .tg-btnnextpost a figure figcaption {
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                position: absolute;
                visibility: hidden;
                opacity: 0;
                background: -moz-linear-gradient(top, rgba(72,72,72,0.8) 0%, rgba(72,72,72,0.8) 100%);
                background: -webkit-linear-gradient(top, rgba(72,72,72,0.8) 0%, rgba(72,72,72,0.8) 100%);
                background: linear-gradient(to bottom, rgba(72,72,72,0.8) 0%, rgba(72,72,72,0.8) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc484848', endColorstr='#cc484848',GradientType=0 );
            }

                .tg-btnprevpost a figure figcaption i,
                .tg-btnnextpost a figure figcaption i {
                    left: 50%;
                    top: 50%;
                    margin: -15px 0 0 -5px;
                    font-size: 30px;
                    line-height: 30px;
                    color: #fff;
                    position: absolute;
                }

    .tg-btnprevpost:hover a figure figcaption,
    .tg-btnnextpost:hover a figure figcaption {
        visibility: visible;
        opacity: 1;
    }

.tg-posttname {
    padding: 16px 0;
    overflow: hidden;
}

    .tg-posttname h3 {
        font-size: 16px;
        line-height: 16px;
    }

    .tg-posttname span {
        display: block;
        line-height: 15px;
    }

.tg-btnnextpost .tg-posttname {
    float: left;
}

.tg-btnnextpost a figure {
    float: right;
    margin: 0 0 0 10px;
}

.tg-post {
    width: 100%;
    float: left;
}

.tg-postimg {
    margin: 0;
    width: 100%;
    float: left;
    overflow: hidden;
    border-radius: 5px;
}

    .tg-postimg a {
        display: block;
    }

        .tg-postimg a img {
            width: 100%;
            height: auto;
            display: block;
        }

.tg-postcontent {
    width: 100%;
    float: none;
    margin: 20px 0 0;
    position: relative;
    padding: 0 0 0 0px;
}

.tg-postdate {
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    color: #484848;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    position: absolute;
    border-radius: 3px;
    padding: 17px 10px;
    background: #f8f8f8;
}

    .tg-postdate span {
        display: block;
        font-size: 30px;
        line-height: 30px;
    }

.tg-post:hover .tg-postdate span,
.tg-post:hover .tg-postdate {
    color: #fff;
}

.tg-posttitle {
    width: 100%;
    float: left;
}

    .tg-posttitle h3 {
        margin: 0;
        width: 100%;
        float: left;
        font-size: 18px;
        line-height: 23px;
        text-transform: capitalize;
    }

.tg-postcontent .tg-metadata {
    width: 100%;
    float: left;
    padding: 0 0 10px;
}

.tg-metadata li time,
.tg-metadata li time em,
.tg-metadata li time a,
.tg-metadata li a,
.tg-metadata li em {
    line-height: 16px;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
}

.tg-metadata {
    width: 100%;
    float: left;
    font-size: 13px;
    list-style: none;
    line-height: 16px;
    padding: 0 0 13px;
}

    .tg-metadata li {
        float: left;
        padding: 0 15px;
        line-height: 16px;
        position: relative;
        list-style-type: none;
    }

        .tg-metadata li:first-child {
            padding-left: 0;
        }

        .tg-metadata li + li:before {
            top: 5px;
            left: -2px;
            color: #999;
            content: '/';
            font-size: 12px;
            line-height: 11px;
            position: absolute;
        }
/*==============================================
				Sidebar Widgets					
==============================================*/
.tg-sidebar {
    width: 100%;
    float: left;
}

.tg-widget + .tg-widget {
    margin: 30px 0 0;
}

.tg-widget {
    width: 100%;
    float: left;
}

.tg-widgettitle {
    width: 100%;
    float: left;
    padding: 10px;
    margin: 0 0 20px;
    background: #484848;
}

    .tg-widgettitle h3 {
        margin: 0;
        color: #fff;
        font-size: 14px;
        line-height: 17px;
    }

.tg-widgetcontent {
    width: 100%;
    float: left;
}

    .tg-widgetcontent .tg-mapbox {
        width: 100%;
    }

        .tg-widgetcontent .tg-mapbox .tg-map {
            height: 270px;
        }

        .tg-widgetcontent .tg-mapbox .tg-map-controls {
            left: 10px;
            top: 10px;
        }

    .tg-widgetcontent ul {
        width: 100%;
        float: left;
        font-size: 13px;
        line-height: 16px;
        list-style: none;
    }

        .tg-widgetcontent ul li {
            width: 100%;
            float: left;
            line-height: inherit;
            list-style-type: none;
        }

            .tg-widgetcontent ul li + li {
                margin: 10px 0 0;
            }

            .tg-widgetcontent ul li a {
                color: #484848;
                display: block;
            }

            .tg-widgetcontent ul li figure {
                float: left;
                overflow: hidden;
                margin: 0 10px 0 0;
                border-radius: 3px;
            }

                .tg-widgetcontent ul li figure a {
                    display: block;
                }

                    .tg-widgetcontent ul li figure a img {
                        display: block;
                    }

    .tg-widgetcontent .tg-postcontent {
        margin: 0;
        padding: 8px 0;
        width: auto;
        float: none;
        overflow: hidden;
    }

.tg-postcontent h5 {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tg-widgetcontent ul li .tg-postcontent h5 a {
    color: #484848;
}

.tg-postcontent .tg-subjects {
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tg-widgetbrochures ul li {
    line-height: 30px;
    margin: 0 !important;
}

    .tg-widgetbrochures ul li + li {
        border-top: 1px solid #ddd;
    }

    .tg-widgetbrochures ul li a span {
        float: left;
    }

    .tg-widgetbrochures ul li a i {
        float: right;
    }

    .tg-widgetbrochures ul li a span,
    .tg-widgetbrochures ul li a i {
        line-height: inherit;
    }

.tg-formreportuser .form-control {
    height: 40px;
    margin: 0 0 10px;
    line-height: 20px;
    border-radius: 3px;
    padding: 10px 15px;
}

.tg-formreportuser textarea.form-control {
    height: 160px;
    resize: none;
    text-transform: none;
}

.tg-banneradd {
    width: 100%;
    float: left;
    overflow: hidden;
    border-radius: 5px;
    background: #f8f8f8;
}

    .tg-banneradd figure {
        width: 100%;
        float: left;
        margin: 0;
        z-index: 1;
        position: relative;
    }

        .tg-banneradd figure a,
        .tg-banneradd figure a img {
            width: 100%;
            height: auto;
            display: block;
        }

.tg-widgetcontent .tg-formfeedbacksearch {
    width: 100%;
}

.tg-formfeedbacksearch fieldset {
    padding: 3px;
    background: #fff;
    border-radius: 3px;
    position: relative;
    border: 1px solid #ddd;
}

.tg-formfeedbacksearch .form-control {
    border: 0;
    width: 290px;
    height: 32px;
    padding: 0 10px;
    line-height: 32px;
}

.tg-formfeedbacksearch button {
    color: #fff;
    width: 32px;
    height: 32px;
    float: right;
    line-height: 32px;
    text-align: center;
    border-radius: 3px;
}

.tg-widgetcontent ul li a span {
    float: right;
}

.tg-widgetpoststyle .tg-postcontent h5 {
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}

.tg-comments {
    width: 100%;
    float: left;
    margin: 0 0 30px;
    padding: 0 0 20px;
    border-bottom: 1px solid #ddd;
}

    .tg-comments > h3 {
        margin: 0 0 20px;
        line-height: 21px;
    }

.tg-child,
.tg-commentslist {
    width: 100%;
    float: left;
    list-style: none;
    font-size: 14px;
    line-height: 20px;
}

    .tg-commentslist > li,
    .tg-child > li {
        width: 100%;
        float: left;
        line-height: inherit;
        list-style-type: none;
    }

.tg-comment {
    width: 100%;
    float: left;
    padding: 10px 0;
}

.tg-commentbox {
    width: 100%;
    float: left;
    padding: 20px;
    border-radius: 5px;
    background: #f8f8f8;
}

.tg-child {
    margin: 0;
    padding: 0 0 0 70px;
}

.tg-leavecomments {
    width: 100%;
    float: left;
}

    .tg-leavecomments > h3 {
        margin: 0 0 20px;
        line-height: 21px;
    }

.tg-formleavecomment .row {
    margin: 0 -5px;
}

    .tg-formleavecomment .row > div {
        padding: 0 5px;
    }

.tg-formleavecomment .form-group {
    margin: 0 0 10px;
}

.tg-formleavecomment .form-control {
    height: 40px;
    padding: 10px;
    line-height: 18px;
    border-radius: 3px;
}

.tg-formleavecomment textarea.form-control {
    resize: none;
    height: 170px;
    margin: 0 0 10px;
}

.tg-formleavecomment .tg-btn {
    padding: 0 60px;
}
/*==============================================
			404 Style
==============================================*/
.tg-404error,
.tg-404ontent {
    width: 100%;
    float: left;
}

.tg-404img {
    width: 100%;
    float: left;
    margin: 0 0 25px;
}

    .tg-404img img {
        margin: 0 auto;
        display: block;
    }

.tg-404ontent h2 {
    clear: both;
    font-size: 60px;
    line-height: 55px;
    margin: 0 0 15px;
    text-align: center;
}

.tg-404ontent .tg-description {
    text-align: center;
}

    .tg-404ontent .tg-description p {
        margin: 0;
    }
/* =============================================
			Preloader
============================================= */
#status {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: fixed;
    overflow: hidden;
    background: rgba(255,255,255,1.00);
}

#preloader {
    top: 50%;
    left: 50%;
    z-index: 999;
    width: 128px;
    height: 125px;
    position: absolute;
    margin: -63px 0 0 -64px;
}


/*-------------------Sticky-------------------*/
.sticky-queue {
    z-index: 999996;
    position: fixed;
    width: 320px;
    overflow: hidden;
    border-radius: 5px;
    background: transparent;
}

.sticky-note {
    padding: 20px;
    margin: 0;
    line-height: 15px
}

.sticky {
    font-size: 12px;
    color: #555;
    position: relative
}

.sticky-close {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 11px;
    line-height: 11px;
    width: 11px;
    cursor: pointer;
    text-align: right
}

    .sticky-close:before {
        content: "\2716"
    }

.top-right {
    right: 20px
}

.top-center {
    top: 36px;
    left: 50%;
    margin-left: -125px
}

.top-left {
    left: 20px
}

.top-right, .top-center, .top-left {
    top: 36px
}

.bottom-right {
    right: 20px
}

.bottom-center {
    bottom: -2px;
    left: 50%;
    margin-left: -125px
}

.bottom-left {
    left: 20px
}

.bottom-right, .bottom-center, .bottom-left {
    bottom: 36px
}

.border-top-right, .border-top-center, .border-top-left {
    margin-top: 1px
}

.border-bottom-right, .border-bottom-center, .border-bottom-left {
    margin-top: 1px;
    border-radius: 5px;
}

.success {
    background: #52c27d;
    color: #fff
}

.warning {
    background: #f89406;
    color: #fff
}

.important {
    background: #f15b5a;
    color: #fff
}

.system-site-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    position: fixed;
    background-color: rgba(12, 12, 12, 0.51);
}

    .system-site-wrap .system-loader {
        top: 50%;
        left: 50%;
        position: absolute;
        margin: -23px 0 0 -70px;
    }

div.system-loader-wrap {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
}

.system-loader {
    top: 0;
    left: 45%;
    width: 70px;
    margin: 100px auto 0;
    text-align: center;
    position: absolute;
}

    .system-loader > div {
        width: 18px;
        height: 18px;
        border-radius: 100%;
        display: inline-block;
        background-color: #5dc560;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .system-loader .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .system-loader .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

.sp-profile-brochure .file_icon {
    font-size: 20px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.single-sp_jobs .tg-mapbox #location-pickr-map {
    height: 260px;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/***************** Speakers Stars **************/

.spkblock {
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    margin-bottom: 20px;
    padding: 10px;
}

    .spkblock h1 {
        font-size: 16px;
        font-weight: bold;
    }

    .spkblock .col-xs-3 {
        padding: 0px;
    }


    .spkblock img {
        width: 100%;
        border-radius: 50%;
        margin: 20px 10px;
    }

    .spkblock .txtsection {
    }

    .spkblock .imgsection {
    }


    .spkblock .txtsection h6 {
        font-size: 15px;
    }

.speakersArtical {
    padding: 0px;
}

h1.address {
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}



.tg-themepostimg .slider {
    width: 100%;
    margin: 0em auto;
}

.tg-themepostimg .slider-wrapper {
    width: 100%;
    min-height: 750px;
    position: relative;
}

.tg-themepostimg .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity 3s linear;
}

.tg-themepostimg .slider-wrapper > .tg-themepostimg .slide:first-child {
    opacity: 1;
}



@media (max-width:768px) {
    .tg-postcontent {
        padding: 0 0 0 0px;
    }



    .spkblock {
        margin: 0px 0px 20px 0px;
        padding: 0px;
    }

        .spkblock .imgsection {
            width: 100%;
            float: none;
            padding: 0px;
        }

        .spkblock img {
            width: 100%;
            border-radius: 0;
            margin: 0px 0px;
        }

        .spkblock .txtsection {
            width: 100%;
        }
}

/***************** Speakers End **************/


.Notification {
    font-size: 20px;
    line-height: 38px;
    width: 100%;
    height: 110px;
    border: 1px solid #d90845;
    position: relative;
    top: 0px;
    right: 0px;
    color: #d90845;
    padding: 10px;
    z-index: 10;
    background-color: transparent;
    /* padding: 5px 0px 0px 40px; */
    vertical-align: text-top;
}

    .Notification i {
        font-size: 70px;
        text-align: center;
        color: #ece73c;
        float: left;
        display: inline-block;
        margin: 0px 20px 0px 0px;
    }

@media (max-width:768px) {
    .Notification {
        display: none;
    }
}

/********************** PopUp *********************/
.modal-backdrop {
    background-color: rgba(0,0,0,0.7);
}

.advpopup {
    margin: 11% auto;
    z-index: 2000;
    width: 50%;
    /* position: fixed; */
    background-color: #bdbbbe;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 2px solid #bfbebe;
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #ada4a4;
}

/*
.advpopup img
{
	width:100%;
}*/

.popup {
    display: none;
}

    .popup .modal-content h6 img {
        mix-blend-mode: multiply;
    }

    .popup .modal-header .close {
        margin-top: -28px;
        opacity: 1;
        background-color: #7f0505;
        color: #fff;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        right: -10px;
        position: absolute;
    }

.modal-footer button.btn.btn-secondary {
    background-color: #bb1e25;
    border-radius: 2px;
    color: #fff;
    width: 20%;
}


.popup .modal-content h6 {
    padding: 13px;
    min-height: 140px;
    font-size: 17px;
    color: #bb1e25;
}


.popup .modal-title i {
    color: #ffa41a;
    font-size: 21px;
}

/*@media (max-width:768px){
.advpopup {
    right: 19%;
    width: 60%;
}
}*/
.tg-home .modal-title {
    display: none;
}
/********************** PopUp End *********************/


#news-slider {
    margin-top: 30px;
}

.post-slide {
    background-color: #f2f2f2;
    margin: 0 15px 27px 0px;
    width: 350px;
    display: inline-block;
    border: 1px solid #c1c1c1;
}

    .post-slide .post-img {
        position: relative;
        overflow: hidden;
    }

        .post-slide .post-img img {
            width: 100%;
            height: auto;
            transform: scale(1,1);
            transition: transform 0.50s linear;
        }

    .post-slide:hover .post-img img {
        transform: scale(1.1,1.1);
    }

    .post-slide .over-layer {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        background: rgba(0, 0, 0,0.4);
        transition: all 0.50s linear;
    }

    .post-slide:hover .over-layer {
        opacity: 1;
        text-decoration: none;
    }

    .post-slide .over-layer i {
        position: relative;
        top: 45%;
        text-align: center;
        display: block;
        color: #fff;
        font-size: 25px;
    }

    .post-slide .post-content {
        background: rgba(255,255,255,0.8);
        padding: 8px 23px 40px;
        text-align: left;
    }

    .post-slide .post-title {
        margin: 8px 0 15px 0;
    }

        .post-slide .post-title a {
            font-size: 15px;
            font-weight: bold;
            color: #333;
            display: inline-block;
            text-transform: uppercase;
            transition: all 0.3s ease 0s;
        }

            .post-slide .post-title a:hover {
                text-decoration: none;
                color: #3498db;
            }

    .post-slide .post-description {
        line-height: 24px;
        color: #808080;
        margin-bottom: 40px;
    }

    .post-slide .post-date {
        color: #a9a9a9;
    }

        .post-slide .post-date i {
            font-size: 20px;
            margin-right: 8px;
            color: #CFDACE;
        }

    .post-slide .read-more {
        padding: 5px 10px;
        float: right;
        font-size: 12px;
        background: #e9e9e9;
        color: #808080;
        text-transform: uppercase;
    }

        .post-slide .read-more:hover {
            background: #3498db;
            text-decoration: none;
            color: #fff;
        }

@media only screen and (max-width:1280px) {
    .post-slide .post-content {
        padding: 10px;
    }
}

.tg-postcontent.newsPageCont {
    padding: 0px;
}


.items-container {
    margin-top: 50px;
    min-height: 160px;
}

    .items-container .item {
        padding: 0 0 10px 0;
    }

        .items-container .item span {
            font-size: 11px;
            color: rgb(189, 189, 189);
        }

.pagination-indicator {
    font-size: 12px;
    color: rgb(189, 189, 189);
}

.pagination-container {
    list-style: none;
    margin: 0;
    padding: 20px 0;
}

    .pagination-container .pagination__item {
        margin: 0 10px 0 0;
        padding: 0;
        display: inline-block;
    }

        .pagination-container .pagination__item .pagination__link {
            display: block;
            padding: 10px 15px;
            background-color: rgba(85, 85, 85, .1);
            color: rgb(218, 72, 39);
            text-decoration: none;
            border-radius: 27px;
        }

    .pagination-container .pagination__item--current .pagination__link {
        color: rgb(255, 255, 255);
        background-color: rgb(218, 72, 39);
        font-weight: 700;
    }


.newsdetails h3.post-title {
    color: #dd4b39;
    border-bottom: 1px solid #cecece;
}

.newsdetails span.post-date {
    float: right;
    position: absolute;
    right: 15px;
    top: 38px;
}

    .newsdetails span.post-date i {
        margin-right: 3px;
    }

a.example-image-link img {
    border: 1px solid #ccc;
    padding: 5px;
    height: 250px;
    width: 100%;
    margin-bottom: 15px;
}

.arabicLink ul.sub-menu {
    right: 0px;
    left: auto;
    text-align: right;
}

.arabicContent .tg-pagetitle h1 {
    font-family: "HelveticaNeue";
}


.arabicContent h1.address {
    font-family: "HelveticaNeue";
    text-align: right;
}

.arabicContent .tg-description {
    font-family: "HelveticaNeue";
    text-align: right;
}

.alahsaaeyeBTN a {
    border-radius: 5px;
    width: 50%;
    border: 1px solid #d90845;
    position: relative;
    bottom: 0px;
    top: -36px;
    right: 0px;
    color: #ffffff;
    padding: 10px;
    z-index: 10;
    background-color: #d90845;
    display: block;
}

.arabicContent .lb-container h2 {
    font-family: "HelveticaNeue";
    text-align: right;
    border-bottom: 1px solid #ccc6c6;
    font-size: 25px;
}

.arabicContent a.example-image-link {
    float: none;
}

.modal-header {
    padding: 15px;
    border-bottom: 0px solid #e5e5e5;
}

.arabicContent .lb-container a {
    font-size: 25px;
    margin: 20px auto;
    display: inline-block;
}
/*.tg-navigation {
    overflow: hidden !important;
    width: 300px !important;
}*/
.NotificationND {
    width: 25%;
    border: 1px solid #fff;
    position: absolute;
    top: 290px;
    right: 13px;
    color: #fff;
    padding: 10px;
    z-index: 1000000;
    background-color: transparent;
}

    .NotificationND .tg-btnviewall {
        text-align: center;
        width: 100%;
        color: #fff;
    }

        .NotificationND .tg-btnviewall i {
            font-size: 25px;
            color: #ece73c;
        }


li.arabicLink {
    font-family: "HelveticaNeue";
}

.arabicContent .spkblock h1 {
    font-family: "HelveticaNeue";
}

.arabicContent .spkblock h6 {
    font-family: "HelveticaNeue";
}

.tg-sectionspace .NotificationND .tg-btnviewall {
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 18px;
}

    .tg-sectionspace .NotificationND .tg-btnviewall i {
        font-size: 23px;
        color: #fff;
        /* display: block; */
        margin-bottom: 10px;
    }

.secondcall {
    position: relative;
}

.tg-sectionspace .NotificationND {
    border-radius: 5px;
    width: 100%;
    border: 1px solid #5433ff;
    position: relative;
    bottom: 0px;
    top: -90px;
    right: 0px;
    color: #ffffff;
    padding: 10px;
    z-index: 10;
    background-color: #5433ff;
    display: block;
}
/***********************************************/

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.carousel-fade .carousel-control {
    z-index: 2;
}

/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 100vh;
}

    .fade-carousel .carousel-inner .item {
        height: 100vh;
    }

    .fade-carousel .carousel-indicators > li {
        margin: 0 2px;
        background-color: #f39c12;
        border-color: #f39c12;
        opacity: .7;
    }

        .fade-carousel .carousel-indicators > li.active {
            width: 10px;
            height: 10px;
            opacity: 1;
        }

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

    .hero h1 {
        font-size: 6em;
        font-weight: bold;
        margin: 0;
        padding: 0;
    }


.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out 5s;
    -moz-transition: 2s all ease-in-out 5s;
    -ms-transition: 2s all ease-in-out 5s;
    -o-transition: 2s all ease-in-out 5s;
    transition: 2s all ease-in-out 5s;
}

.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out 5s;
    -moz-transition: 2s all ease-in-out 5s;
    -ms-transition: 2s all ease-in-out 5s;
    -o-transition: 2s all ease-in-out 5s;
    transition: 2s all ease-in-out 5s;
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {
    padding: 10px 40px;
}

.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.fade-carousel .slides .slide-1 {
    background-image: url(https://ununsplash.imgix.net/photo-1416339134316-0e91dc9ded92?q=75&fm=jpg&s=883a422e10fc4149893984019f63c818);
}

.fade-carousel .slides .slide-2 {
    background-image: url(https://ununsplash.imgix.net/photo-1416339684178-3a239570f315?q=75&fm=jpg&s=c39d9a3bf66d6566b9608a9f1f3765af);
}

.fade-carousel .slides .slide-3 {
    background-image: url(https://ununsplash.imgix.net/photo-1416339276121-ba1dfa199912?q=75&fm=jpg&s=9bf9f2ef5be5cb5eee5255e7765cb327);
}



.workshoptbl table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    /*     border-top: 1px solid #E5B8B7;
    border: 1px solid #E5B8B7; */
    line-height: 2.5;
    padding-left: 3px;
    text-align: center;
    vertical-align: middle;
}


.workshoptbl .workshoptblhead {
    background: #D99594;
}

.workshoptbl .workshoptblhead1 {
    background: #943634;
    color: #fff;
}

.workshoptblhead1 .workshoptblheadMaintxt {
    color: #fff !important;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    width: 100%;
    /* height: 400px; */
    margin: 0px;
    padding: 0px;
}


h2.notictxt {
    color: #943634;
    font-size: 18px;
    font-weight: bold;
}

.tg-registerholder.logospart {
    background-color: #d6d1d1;
    background-image: none;
}

    .tg-registerholder.logospart:before {
        background-color: #d6d1d1;
        background-image: none;
    }

    .tg-registerholder.logospart h2 {
        color: #ed1b24;
    }


.workshoptblhead1 table {
    margin: 0px;
}


.workshoptbl .workshoptblhead1 table td {
    margin: 0px;
    padding: 0px !important;
}
/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px) {
    .hero {
        width: 980px;
    }
}

@media screen and (max-width: 640px) {
    .hero h1 {
        font-size: 4em;
    }
}



@media screen and (max-width: 767px) {
    .tg-sectionspace .NotificationND {
        top: 10px;
    }
}

/*.printtop {
    height: 138px;
}

.printname {
    height: 22px;
}
.printfooter {*/
/*background-image: url('../images/certificate/bottomimg.jpg') !important;
    background-repeat:no-repeat;
    background-size:cover;*/
/*height:150px;
}*/
.printname {
    text-align: center;
}

.printfooter img {
    height: 100%;
}

.printfooter img {
    height: auto;
    width: 100%;
}


@page {
    size: 4in 6in landscape;
    margin: 0px;

    @top-left {
        content: "first: " string(heading, first);
    }

    @top-center {
        content: "start: " string(heading, start);
    }

    @top-right {
        content: "last: " string(heading, last);
    }
}

@media print {
    .parallax-mirror {
        display: none !important;
    }

    .tg-wrapper {
        overflow: inherit !important;
    }

    .tg-sidenavholder {
        display: none !important;
    }

    .tg-main {
        padding: 0px;
    }

    .tg-postcontent {
        margin: 0px;
    }
    /*.tg-pageinnerbanner {
        display: none !important;
    }

    .tg-haslayout {
        display: none !important;
    }*/

    .col-sm-12.col-xs-12.pull-right {
        padding: 0px;
    }

    .tg-sectionspace {
        padding-top: 0px;
    }

    .tg-haslayout.tg-parallaxinnerbanner {
        display: none !important;
    }

    .tg-header {
        display: none !important;
    }

    #tg-footer {
        display: none !important;
    }

    .tg-description h1 {
        display: none !important;
    }

    .printname h2 {
        font-size: 15px;
        text-align: center;
        font-weight: bold;
    }

    footer {
        bottom: 0;
        padding: 0px;
        margin: 0px;
    }

    header {
        top: 0;
        padding: 0px;
        margin: 0px;
    }

    html, body {
        /*width: 297mm;*/
        padding: 0px !important;
        /*height: 110mm;*/
        margin: 0px !important;
    }

    body {
        page-break-before: avoid;
        width: 100%;
        height: 100%;
        /*-webkit-transform: rotate(-90deg) scale(.68,.68);
        -moz-transform: rotate(-90deg) scale(.58,.58);*/
        zoom: 200%
    }

    .container {
        padding: 0px 12.5px !important;
        width: 100% !important;
    }

    .printbutton {
        display: none;
    }

    .tg-postdetail {
        margin: 0px 0 0px !important;
        border-bottom: 0px solid #ddd !important;
    }

    /*.printfooter img {
        height: 280px;
    }

    .printtop img {
        height: 157px;
    }

    .printtop
    {
        height:546px;
    }

    .printname
    {
        height:131px;
    }

    .printfooter {
        height: 980px;
    }*/

}
