/*
 @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
============================================= */
div#attendee {
    background: #0E406A;
  padding-bottom: 100px;
}
div#attendee img {
    display: block;
    margin-bottom: 30px;
}
div#attendee h3 {
    color: #fff;
  margin-bottom:30px;
}
.a-wrap {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    padding: 40px;
}
.a-wrap p{
  color:#000;
  font-size:17px;
  line-height:26px;
}
.a-wrap ol li{
  color:#000;
  font-size:17px;
  line-height:26px;
  padding:5px 0;
}
.agenda-design11-speaker .agenda-row h3.break.sub-title {
    cursor: pointer;
}
.tg-description ul {
    margin: 15px 0;
}



.avionicawrp {
    padding: 40px 0;
}
.avionicawrp .tg-footer {
    display: none;
}

.avionicawrp header#tg-header {
    display: none;
}

.avionicawrp section#shadow-host-companion {
    display: none;
}






@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?hc836c');
    src: url('../fonts/icomoon.eot?hc836c#iefix') format('embedded-opentype'), url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1653662265icomoon-ttf1653662265.ttf') format('truetype'), url('../fonts/icomoon.woff?hc836c') format('woff'), url('../fonts/icomoon.svg?hc836c#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/icomoon.eot?hc836c');
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1653663373fontawesome-webfont-ttf1653663373.ttf') format('truetype'), url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1653663373fontawesome-webfont-woff1653663373.woff') format('woff'), url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1653663373fontawesome-webfont-svg1653663373.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700|Open+Sans:300,400');
* {
    margin: 0px;
    padding: 0px;
}

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;
}
.sub-title a {
    color: #fff;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    color: #10416a;
    margin: 0 0 8px;
    font-weight: 400;
    line-height: 1.5;
    font-style: normal;
    
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
.section.faq-s {
    background: #f3f3f3;
}
.tg-description p {
    line-height: 1.5 !important;
}
.tg-description2 p {
   /* line-height: 0px !important;*/
}

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: none;
}

p {
    letter-spacing: normal;
    line-height: 1.3;
    margin: 0 0 10px;
}

a {

    font-weight:bold;
}

a:hover,
a:focus,
a:active {
    outline: none;
    text-decoration: none;
    
}
a:active {font-weight:bold;
}
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;
}

.agenda-design4 .agenda-row .agenda-col:first-child{
    width: 140px !important;
}

input.chkall {
    cursor: pointer;
}
p.select-all-in-select {
    display: inline-block;
    width: auto;
}
.main_top_area {
    background: url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1699854441transform24-hero-image-jpg1699854441.jpg) no-repeat center;
    background-size: cover;
    padding-top: 10%;
    padding-bottom: 10%;
    position: relative;
}
.sp-details {
    display: flex;
}
.sp-img img {
    min-width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-right: 20px;
}
#SpeakerModel .modal-header {
    min-height: 36px;
}
#SpeakerModel p,#SpeakerModel li,#SessionModel p,#SessionModel li{
   font-size:16px;
  line-height:1.3;
}
/* .main_top_area::before {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    content: "";
    position: absolute;
    opacity: 0.2;
    background: rgb(27, 54, 93);
    background: linear-gradient(281deg, rgba(27, 54, 93, 1) 0%, rgba(22, 92, 171, 1) 50%, rgba(29, 110, 204, 1) 100%);
} */

/* .main_top_area::after {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    content: "";
    position: absolute;
    z-index: 0;
    background: rgb(27, 54, 93);
    background: linear-gradient(0deg, rgba(27, 54, 93, 1) 0%, rgba(27, 54, 93, 0) 50%);
} */
.section.sponsors-page{
    background-color: #1b365d !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    height: auto;
}
.sp-bio,.s-bio{
 display:none; 
}
section#sponsSec h3 {
        text-align: left;
        color: #fff;
    }
    
    section#sponsSec p {
        margin: 0;
        text-align: left;
        max-width: 100%;
        color: #fff;
    }



    section#spnos-gridtable {
    width: 100%;
}


section#spnos-gridtable tbody tr td {
    border-color: #3CC2EA2E !important;
}

section#spnos-gridtable .col-lg-12 {
    min-height: unset;
    width: 100%;
    display: block;
}

.section.sponsors-page .ev__ticket__wrapper {
    padding: 0 20px !important;
}

.griddolr ul li {
    display: inline-block;
    padding: 0;
    font-size: 18px;
    width: 12%;
    text-align: center;
}

.vfairsBtn {
    padding: 12px 35px;
    margin: 30px 5px;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    border: 2px solid transparent;
    text-transform: uppercase;
    background-color: #D34724  !important;
}
.reg-form-data input[type=submit]{
    background-color: #D34724  !important;
    border-color: #D34724 !important;
}

.griddolr1 ul li {
    display: inline-block;
    padding: 0 51px 0;
    font-size: 18px;
}

.agenda-design4 .nav-tabs li.active a{
    background-color: #10416a !important;
}

.agenda-design4 .nav-tabs li.active::after{
    border-color: #10416a transparent transparent transparent !important;
}

.agenda-design4 .agenda-row .agenda-col:last-child{
    background: url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1749037674blu123-png1749037674.png) no-repeat left top 24px / 10px, url(http://vepimg.b8cdn.com/uploads/vjf/173-ccw/timeline-strip.png) repeat-y left 3px top !important;
}

.agenda-design4 .agenda-row h3{
    background-color: #10416a !important;
}
.whiteText * {
    color: #fff;
}

.griddolr {border-bottom: 1px solid #3CC2EA;padding: 7px 0 0;}


section#spnos-gridtable .btnColored {
    background-color: #faa21f !important;
    border-radius: 10px !important;
    background-image: none !important;
}
section#spnos-gridtable .vfairsBtn.outline{
    background-color: transparent !important;
   color: #C2C2C2 !important;
    outline: 1px solid #C2C2C2 !important;
    border-radius: 10px !important;
}


.section.sponsors-page .main_top_area {
    background: url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1749033390daa-jpg1749033390.jpg) !important;
    width: 100%;
    padding-top: 8%;
    padding-bottom: 8%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}


.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: #000;
    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;
    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;
  
}

.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;
}

/* section#spnos-gridtable .table-responsive {
    border: 1px solid #fff;
    margin-bottom: 0 !important;
}

section#spnos-gridtable .table-responsive tr td {
    border: 1px solid #fff !important;
} */
section#spnos-gridtable .table {
    margin-bottom: 0;
}



table>tbody+tbody {
    border-top: 0px solid #d2d2d2 !important;
}

.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-sectionspace2 {
padding-top: 60px;
    padding-bottom:0px;
}
.tg-sectionspace {
padding: 80px 0;

}

.tg-locationmap {
    width: 100%;
    float: left;
    height: 500px;
}

.tg-btn-sm {
    padding: 0 20px;
    line-height: 30px;
}

.tg-btn {
    z-index: 3;
  margin: 5px 0px;
    color: #fff;
    padding: 0 10px;
    position: relative;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
  
    -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-login:before {
    background: #10416a !important;
}

.tg-btn-blue:before {
    background: #D34724 !important;
}

.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: #0E406A !important;
    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: #0a9dd9;
}

.tg-inputwithicon.tg-twitter .tg-icon,
.tg-checkbox.tg-twitter,
li.tg-twitter a {
    background: #0a9dd9;
}

.tg-inputwithicon.tg-linkedin .tg-icon,
.tg-checkbox.tg-linkedin,
li.tg-linkedin a {
    background: #0a9dd9;
}

.tg-inputwithicon.tg-skype .tg-icon,
.tg-checkbox.tg-skype,
li.tg-skype a {
    background: #0a9dd9;
}

.tg-checkbox.tg-dropbox,
li.tg-dropbox a {
    background: #0a9dd9;
}

.tg-checkbox.tg-vimeo,
li.tg-vimeo a {
    background: #0a9dd9;
}

.tg-checkbox.tg-tumblr,
li.tg-tumblr a {
    background: #0a9dd9;
}

.tg-checkbox.tg-yahoo,
li.tg-yahoo a {
    background: #0a9dd9;
}

.tg-inputwithicon.tg-googleplus .tg-icon,
.tg-checkbox.tg-googleplus,
li.tg-googleplus a {
    background: #0a9dd9;
}

.tg-inputwithicon.tg-pinterestp .tg-icon,
.tg-checkbox.tg-pinterestp,
li.tg-pinterestp a {
    background: #0a9dd9;
}

.tg-checkbox.tg-youtube,
li.tg-youtube a {
    background: #0a9dd9;
}

.tg-checkbox.tg-stumbleupon,
li.tg-stumbleupon a {
    background: #0a9dd9;
}

.tg-checkbox.tg-reddit,
li.tg-reddit a {
    background: #0a9dd9;
}

.tg-checkbox.tg-quora,
li.tg-quora a {
    background: #0a9dd9;
}

.tg-checkbox.tg-yelp,
li.tg-yelp a {
    background: #0a9dd9;
}

.tg-checkbox.tg-soundcloud,
li.tg-soundcloud a {
    background: #0a9dd9;
}

.tg-checkbox.tg-whatsapp,
li.tg-whatsapp a {
    background: #0a9dd9;
}

.tg-checkbox.tg-wechat,
li.tg-wechat a {
    background: #09b83e;
}

.tg-checkbox.tg-instagram,
li.tg-instagram a {
    background: #0a9dd9;
}

.tg-checkbox.tg-dribbble,
li.tg-dribbble a {
    background: #0a9dd9;
}

.tg-checkbox.tg-flickr,
li.tg-flickr a {
    background: #0a9dd9;
}

.tg-checkbox.tg-rss,
li.tg-rss a {
    background: #0a9dd9;
}

.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;
}

.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                    
==============================================*/

.navbar-toggle {
    margin-right: 0 !important;
    margin-top: 5px !important;
}

.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 {padding-top: 0;}

.tg-wrapper {
    overflow: hidden;
}

.tg-header {}

.tg-main {
    padding: 0px 0;
}
.tg-main2 {
    padding: 0px 0;
  background-color: #faa21f !important;
}

.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: left;
}

.tg-sectionheading:before {
    left: 50%;
    bottom: 0;
    content: '';
    height: 4px;
    width: 100px;
    position: absolute;
    border-radius: 10px;
    margin: 0 0 0 -50px;
    text-align:center;
  background: #faa21f !important;
}

.tg-textalignleft .tg-sectionheading:before {
    left: 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: 32px;
    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 0 10px;
    line-height: 24px;
}

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;
    max-width: 265px;
  margin: auto;
}

body.tg-fixedme .tg-header .tg-logo {
    width: 130px;
}

.tg-navigationarea {
    float: none;
    position: relative;
    padding: 12px 0 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;
}

.tg-navigation ul li a {
    color: #10416a;
    display: block;
    border-radius: 4px;
    padding: 13px 10px;
}

.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);
    color: #faa21f !important;
}

.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 i {
    display: inline-block;
    padding: 7px 0 0;
}

.tg-btnopenclose:hover i,
.tg-btnopenclose:hover {
    color: #fff;
}

.tg-btnbecommember {
    float: right;
    overflow: visible;
    margin: 0 0 0 5px;
  color: #fff;
}

.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%;
}


/*==============================================
            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,
.tg-themepostimg>#myCarousel 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: -moz-linear-gradient(135deg, rgba(250, 162, 31, 0.7) 0%, rgba(14, 64, 106, 0.7) 80%);
    background: -webkit-linear-gradient(135deg, rgba(250, 162, 31, 0.7) 0%, rgba(14, 64, 106, 0.7) 80%);
    background: linear-gradient(135deg, rgba(250, 162, 31, 0.7) 0%, rgba(14, 64, 106, 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(https://vepimg.b8cdn.com/uploads/vjfnew/7798/uploads/vjf/content/misc/1658843579texture-png.png) no-repeat;
    background-position: center center;
}

.tg-datetime {
    color: #fff;
    min-width: 600px;
    width: 100%;
    margin: 0 auto;
    font-size: 24px;
    line-height: 27px;
    padding: 85px 200px 0;
    border: 14px solid #fff;
    border-bottom: 0;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.tg-bannercontent h1 {
    margin: 0;
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    line-height: 48px;
    text-transform: uppercase;
}

.tg-bannercontent h1 span {
    display: block;
}

.tg-speakerinfo {
    max-width: 600px;
    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;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
}

.tg-btnwhite .tg-btn {
    color: #fff;
    padding: 0 30px;
    border: 2px solid #fff;
}

.tg-btnwhite .tg-btn:hover {
    color: #fff;
    background: #0a9dd9;
}

.tg-btnwhite .tg-btn.tg-btn-blue:hover:before {
    color: #fff;
    background: #0a9dd9 !important;
}

.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: 90px;
    height: 90px;
    float: left;
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, 0.50);
}

.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;
}


/*==============================================
            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: 65%;
    float: left;
    background: #fcfcfc;
    padding: 58px 0;
}

.tg-eventcounter {
    width: 25%;
    float: left;
    padding: 73px 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: #444349;
    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-sectionheading2 span {
    color: #10416a;
    font-size:21px;
text-transform: uppercase;
}
.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(135deg, rgba(250, 162, 31, 0.7) 0%, rgba(14, 64, 106, 0.7) 80%);
    background: -webkit-linear-gradient(135deg, rgba(250, 162, 31, 0.7) 0%, rgba(14, 64, 106, 0.7) 80%);
    background: linear-gradient(135deg, rgba(250, 162, 31, 0.7) 0%, rgba(14, 64, 106, 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: #10416a;
    font-size: 14px;
    cursor: pointer;
    padding: 0 20px;
    line-height: 50px;
    position: relative;

    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-description p a {
    color: #faa21f;
}
    
.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;*/
  color: #fff;
}

.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: #fff;
    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;
  color: white;
}

.tg-formaskquestions .tg-btn:before {
    background: #faa21f;
}

.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: 0;
  border-color: #0E406A !important;
}

.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 0px;
    background: #ffffff;
    position: relative;
}


.tg-btnscrolltop {
      display: none !important;
    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: left;
    padding: 5px 0 0;
}


/* =============================================
            HOME PAGE 2
============================================= */


/* =============================================
            Counter V 2 Style
============================================= */

#clockdiv {
    color: #fff;
    font-weight: 400;
    width: 100% !important;
    font-size: 60px !important;
    line-height: 22px !important;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
    position: relative;
}

#clockdiv > div {
    padding: 10px;
    border-radius: 3px;
    background: #fffffa;
    display: inline-block;
    margin: 7px !important;
    color: #10416a;
    min-width: 145px;
}

#clockdiv .smalltext {
    color: #faa21f;
    font-weight: 500;
}

#clockdiv>div:first-child {
    
}

.tg-register .tg-textshortcode {
    padding: 36px 0;
}

.tg-upcomingeventcountervtwo {
    width: 100%;
    float: left;
    position: relative;
    background: url(https://www.behavioralhealth.nd.gov/sites/www/files/documents/conference/orangeblue.jpg) no-repeat;
    background-size: cover;
}

.tg-upcomingeventcountervtwo:before {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: -moz-linear-gradient(135deg, rgba(250, 162, 31, 0.7) 0%, rgba(10, 157, 217, 0.7) 80%);
    background: -webkit-linear-gradient(135deg, rgba(250, 162, 31, 0.7) 0%, rgba(10, 157, 217, 0.7) 80%);
    background: linear-gradient(135deg, rgba(250, 162, 31, 0.7) 0%, rgba(10, 157, 217, 0.7) 80%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#faa21f', endColorstr='#0a9dd9', GradientType=1);
    z-index: 0;
}

.tg-upcomingeventcountervtwo .tg-eventcounter {
    z-index: 2;
    width: 33.33%;
    padding: 46px 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: #fff;
}

.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/bg-parallax/bg-parallax-04.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-bgaddtocalendar: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-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: '';
    background: #fff;
    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-sectionheading2 h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
}
.tg-sectionheading2 {
    width: 100%;
    float: left;
    margin: 0 0 35px;
    /*padding: 0 0 30px;*/
    text-align: center;
    position: relative;
}
.tg-headervtwo {
    z-index: 3;
    background: none;
    position: absolute;
}
.tg-sectionheading2:before {
    left: 50%;
    bottom: 0;
    content: '';
    height: 4px;
    width: 100px;
    position: absolute;

    border-radius: 10px;
    margin: 0 0 0 -50px;
    /*background-color:#10416a;*/
}
.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 30px;
}

.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: left;
    margin: 20px 0 0;
    position: relative;
    padding: 0 0 0 100px;
}

.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;
}

.modal-header {
    background-color: #10416a;
}

.btn-darkgrey {
    background-color: #D34724;
}
.tg-theme-tag, .tg-btn:before, .tg-article:hover .tg-btnreadmore:before, .tg-eventschedulenav li.active a, .tg-eventschedulenav li:hover a, .tg-btnfarword:hover, .tg-btnopenclose:hover, .tg-bannerregister .tg-heading:before, .tg-btnvisitwebsite, .tg-postdate, .tg-tag:hover, .tg-formfeedbacksearch button {
    background: #D34724;
}
.formbuilder-form-wrap {
    padding: 0 0 50px;
}
button.navbar-toggle {
    border-color: #D34724 !important;
    border-radius: 5px;
}
button.navbar-toggle span.icon-bar {
    background: #D34724 !important;
}
.tg-upcomingeventcounter h3 {
    color: #ffffff;
    text-align: center;
    margin: 20px 0 0;
    position: relative;
    font-weight: 600;
    font-size: 30px;
}
.tg-upcomingeventcounter h4 {
    color: #ffffff;
    text-align: center;
    position: relative;
    font-size: 20px;
}
.tg-upcomingeventcounter .container a {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
}
/* .agenda-rows.tab-pane > .agenda-rows:nth-child(even) h3 {
    background: #0E406A;
} */

.agenda-design11-speaker .agenda-row h3.break.sub-title {
    background: #0E406A !important;
    line-height: 25px;
    padding: 7px 12px;
    font-size: 18px;
}



@media (max-width:1680px) {
    .tg-containerholder {
        padding: 78px 0;
    }
    .tg-forntslider {
        margin: 28px 0;
    }
}

@media (max-width:1600px) {
    .tg-forntslider {
        margin: 27px 0;
    }
    .tg-eventinfo .tg-themepostimg figcaption h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .tg-eventcounter {
        padding: 68px 0;
    }
    .tg-containerholder {
        padding: 70px 0;
    }
}

@media (max-width:1440px) {
    .tg-eventinfo .tg-themepostimg figcaption {
        padding: 0 80px;
    }
    .tg-eventcounter {
        padding: 55px 0;
    }
    .tg-forntslider {
        margin: 60px 0;
    }
    .tg-galleryslider .tg-themepostimg>img {
        height: 602px;
        width: auto !important;
        max-width: none;
    }
    .tg-homeslider .tg-themepostimg>img {
        height: 800px;
        width: auto;
        max-width: none;
    }
}

@media (max-width:1366px) {
    .tg-forntslider {
        margin: 76px 0;
    }
    .tg-eventinfo .tg-themepostimg figcaption {
        padding: 0 70px;
    }
    .tg-eventcounter {
        padding: 48px 0;
    }
}

@media (max-width:1300px) {
    .tg-forntslider {
        margin: 84px 0;
    }
    .tg-eventcounter {
        padding: 43px 0;
    }
    .tg-eventinfo .tg-themepostimg figcaption h2 {
        font-size: 32px;
        line-height: 42px;
    }
}

@media (max-width: 1280px) {
    .tg-forntslider {
        margin: 92px 0;
    }
}

@media (max-width:1200px) {
    .tg-bannercontent {
        padding: 100px 0 0;
    }
    .tg-forntslider {
        margin: 107px 0;
    }
    .tg-newsletterimg {
        margin: -27px 0 0;
    }
    .tg-eventcounter span:first-child {
        margin: 0 0 21px;
        padding: 0 0 22px;
    }
    .tg-eventinfo .tg-themepostimg figcaption {
        padding: 0 40px;
    }
}

@media (max-width:1199px) {
    .tg-nav ul li a {
        padding: 13px 10px;
    }
    .tg-heading h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .tg-sendquery h2 {
        font-size: 18px;
        line-height: 18px;
    }
    .tg-locationregister .tg-locationmap {
        height: 626px;
    }
    .tg-headervtwo:before {
        left: 0;
        margin: 0;
        max-width: 100%;
    }
    .tg-signupdetail {
        padding: 42px 0;
    }
    .tg-newsletterimg {
        margin: -7px 0 0;
    }
    .tg-forntslider {
        margin: 86px 0;
    }
    .tg-galleryslider .tg-themepostimg>img {
        height: 560px;
    }
    .tg-gallerynav li .tg-themepostimg time {
        bottom: 13px;
    }
    .tg-packagehead .tg-themepostimg .tg-packagedetail {
        display: flex;
        padding: 20px 10px;
    }
    .tg-packagedetail h4 span {
        font-size: 60px;
        line-height: 60px;
    }
    .tg-packagedetail h4 sub {
        font-size: 38px;
        line-height: 38px;
    }
    .tg-appcontent {
        padding: 49px 0;
    }
    .tg-contastus h1 {
        top: -66px;
        font-size: 70px;
        line-height: 80px;
    }
    .tg-homebannervtwo .tg-bannercontent {
        background-size: auto 100%;
    }
    .tg-homebannervtwo .tg-bannercontent .tg-datetime {
        font-size: 30px;
        margin: 0 0 15px;
        line-height: 22px;
    }
    .tg-homebannervtwo .tg-bannercontent h1 {
        font-size: 40px;
        margin: 0 0 30px;
        line-height: 30px;
    }
    .tg-homebannervtwo .tg-bannercontent h1 span {
        padding: 20px 0 0;
    }
    .tg-eventcounterholder .tg-eventcounter span {
        font-size: 30px;
        line-height: 25px;
    }
    .tg-eventcounterholder .tg-eventcounter span+span {
        color: #fff;
        font-size: 20px;
        line-height: 15px;
    }
    .tg-eventcounterholder .tg-eventcounter:before {
        height: 40px;
    }
    .tg-slidercontent img {
        width: 500px !important;
        max-width: none;
        margin: 0 0 0 -110px;
    }
    .tg-slidercontent .tg-sectionheading h2 {
        font-size: 55px;
        line-height: 50px;
    }
    .tg-homeslidervthree .tg-slidercontent .tg-datetime {
        width: 100%;
        float: left;
        min-width: 100%;
        font-size: 18px;
        line-height: 20px;
    }
    .tg-homeslidervthree .tg-slidercontent .tg-sectionheading h2 {
        font-size: 50px;
        line-height: 50px;
        text-transform: none;
    }
    .tg-homeslidervthree .tg-slidercontent .tg-sectionheading h2 span {
        margin: 0;
        display: block;
        font-size: 50px;
        line-height: 50px;
        padding: 0 0 5px;
    }
    .tg-bannerregister .tg-heading h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .tg-sendquery h2 {
        font-size: 15px;
        line-height: 15px;
    }
    .tg-bannerregister .tg-sendquery h3,
    .tg-bannerregister .tg-sendquery h4 {
        font-size: 20px;
        line-height: 16px;
    }
    .tg-headervthree .tg-btnbecommember {
        margin: 0 0 0 30px;
    }
    .tg-sectionheading h2 {
        font-size: 28px;
        line-height: 28px;
    }
}

@media (max-width:1100px) {
    .tg-bannercontent h1 {
        font-size: 50px;
        line-height: 55px;
    }
    .tg-eventinfo .tg-themepostimg figcaption h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .tg-eventcounter {
        padding: 35px 0;
    }
    blockquote {
        font-size: 35px;
        line-height: 40px;
    }
    .tg-testimonialcontent {
        padding: 90px 0 140px;
    }
}

@media (max-width: 1080px) {
    .tg-forntslider {
        margin: 110px 0;
    }
}

@media (max-width:1024px) {
    .tg-eventinfo .tg-themepostimg figcaption h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .tg-eventcounter span:first-child {
        margin: 0 0 15px;
        padding: 0 0 15px;
    }
    .tg-forntslider {
        width: 75%;
        margin: 70px 0;
    }
    .tg-timedate {
        font-size: 18px;
        line-height: 18px;
    }
    .tg-eventcounter {
        padding: 32px 0;
    }
    .tg-askquestion {
        padding: 0;
    }
    .tg-registerholder {
        padding: 42px 20px;
    }
}

@media (max-width:991px) {
    body {
        padding: 217px 0 0;
    }
    .tg-header .tg-logo {
        float: left;
        width: 200px;
        display: block;
        margin: 0 auto 15px;
    }
    .tg-header.tg-headervthree .tg-logo {
        width: 135px;
    }
    .tg-headervthree .tg-navigationarea {
        width: 100%;
    }
    .tg-homebanner .tg-themepostimg>img,
    .tg-homebanner .tg-themepostimg>#myCarousel img {
        width: auto;
        height: 700px;
        max-width: none;
    }
    .tg-sectionheading h2 {
        font-size: 22px;
        line-height: 22px;
    }
    .tg-sectionheading span {
        font-size: 13px;
        line-height: 13px;
    }
    .tg-eventinfo,
    .tg-upcomingeventcounter {
        width: 100%;
    }
    .tg-eventcounter {
        padding: 70px 0;
    }
    .tg-eventinfo .tg-themepostimg figcaption h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .tg-eventschedulenav li a {
        padding: 13px 30px;
    }
    .tg-eventvenuenav li a {
        padding: 15px;
    }
    .tg-askquestions:after,
    .tg-askquestions:before {
        bottom: 0;
        top: auto;
        height: 50.7%;
        width: 100%;
    }
    .tg-faqs {
        padding: 0 0 80px;
    }
    .tg-askquestion {
        padding: 80px 0 0;
    }
    .tg-package.tg-basicplan,
    .tg-package.tg-corporateplan {
        margin: 0 0 30px;
    }
    .tg-appcontent {
        padding: 80px 0;
    }
    .tg-newsarticles .tg-textshortcode {
        padding: 0 0 30px;
    }
    .tg-eventvenuecontent {
        padding: 0;
    }
    .tg-hallimg {
        margin: 0 0 20px;
        position: relative;
    }
    .tg-shareinvite {
        padding: 30px;
    }
    .tg-contastus h1 {
        top: -48px;
        font-size: 50px;
        line-height: 60px;
    }
    .tg-gallerynav li .tg-themepostimg:before {
        height: 30%;
    }
    .tg-sliderholder {
        position: static;
    }
    .tg-galleryslider .tg-themepostimg>img {
        width: 100% !important;
        height: auto;
        display: block;
    }
    .tg-forntslider {
        left: 0;
        width: 60%;
        margin: 39px 0;
    }
    .tg-gallerytabcontent {
        padding: 0;
    }
    .tg-homebannervtwo .tg-themepostimg img {
        height: 600px;
        width: auto;
        max-width: none;
    }
    .tg-eventcounterholder {
        padding: 0 20px;
    }
    .tg-eventcounterholder .tg-eventcounter {
        padding: 15px 0 30px 50px;
    }
    .tg-eventcounterholder .tg-eventcounter:before {
        height: 20px;
    }
    .tg-slidercontent img {
        margin: 0 0 0 -203px;
    }
    .tg-slidercontent .tg-sectionheading h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .tg-btnprev,
    .tg-btnnext {
        width: 40px;
        height: 40px;
        font-size: 14px;
        line-height: 38px;
    }
    .tg-btnprev i,
    .tg-btnnext i {
        top: 0;
        left: 0;
        margin: 0;
        display: block;
        line-height: 40px;
        position: relative;
        text-align: center;
    }
    .tg-accordions {
        padding: 40px 0 0;
    }
}

@media (max-width:900px) {
    .tg-forntslider {
        margin: 41px 0;
    }
}

@media (max-width:767px) {
    #clockdiv > div {
        padding: 10px 5px;
        min-width: 79px;
    }
    #clockdiv > div > span {
        font-size: 30px;
    }
    .tg-sectionspace {
        padding: 20px 0;
    }
    
     .tg-sectionspace2 {
        padding: 20px 0;
    }
    body {
        padding: 139px 0 0;
    }
    .tg-logo {
        margin: 0;
        float: left;
    }
    .navbar-toggle {
        margin: 0;
        width: 100%;
        float: left;
        padding: 12px 10px;
        border: 1px solid;
    }
    .tg-nav {
        padding: 0 10px 0 0;
    }
  .tg-header .tg-nav {
    float: left;
}

#tg-navigation.collapse.in {
    display: block !important;
  }
  #tg-navigation.collapse {
    display: none !important;
  }
    .tg-navigation {
        left: 0;
        top: 100%;
        width: 100%;
        z-index: 100;
        padding: 0 15px;
        background: #fff;
        margin: 72px 0 0;
        position: absolute;
    }
    .tg-navigation ul li {
        margin: 0;
        width: 100%;
        float: left;
    }
    .tg-navigation ul li a {
        border-radius: 0;
        border-bottom: 1px solid #f7f7f7;
    }
    .tg-nav ul li:hover a,
    .tg-nav ul li.tg-active a {
        box-shadow: none;
    }
    .tg-navigation ul li:last-child a {
        border: 0;
    }
    .tg-header.tg-headervthree .tg-logo {
        margin: 0;
        float: left;
        width: auto;
    }
    .tg-headervthree .tg-navigationarea {
        width: auto;
    }
    .tg-header .tg-logo {
      float: none;
    width: 200px;
    display: block;
    margin: 0 auto 20px;
      /* width: auto;
        float: left;
        margin: 0;*/
    }
    .tg-header .tg-nav ul li a {
        color: #767676;
    }
    .tg-brands li {
        width: 50%;
    }
    .tg-brands li:nth-child(3) {
        border-left: 0;
        border-bottom: 1px solid #ddd;
    }
    .tg-brands li:nth-child(5),
    .tg-brands li:nth-child(6) {
        border-bottom: 1px solid #ddd;
    }
    .tg-brands li:nth-child(7) {
        border-left: 0;
    }
    blockquote {
        font-size: 30px;
        line-height: 35px;
    }
    .tg-copyrights {
        width: 100%;
        text-align: center;
        padding: 8px 15px;
    }
    .tg-footerbar .tg-socialicons {
        width: 100%;
        padding: 0 0 12px;
        text-align: center;
    }
    .tg-footerbar .tg-socialicons li {
        float: none;
        display: inline-block;
        vertical-align: middle
    }
    .tg-eventvenueregistration .tg-sectionhead {
        padding: 0 310px 0 0;
    }
    .tg-eventconfrences .tg-sectionhead {
        padding: 0 220px 0 0;
    }
    .tg-forntslider {
        margin: 45px 0;
    }
    .tg-sidenav .tg-navigation {
        background: none;
        position: static;
    }
    .tg-homeslider .tg-themepostimg>img {
        height: 650px;
    }
    .tg-homeslider .tg-themepostimg figcaption .tg-slidercontent {
        margin: 0;
    }
    .tg-slidercontent .tg-appcontent {
        padding: 0;
    }
    .tg-homeslider .tg-btnprev,
    .tg-homeslider .tg-btnnext {
        display: none;
    }
    .tg-bannerregister {
        padding: 15px;
        margin: 0 0 20px;
    }
    .tg-homeslidervthree .tg-slidercontent .tg-sectionheading h2,
    .tg-homeslidervthree .tg-slidercontent .tg-sectionheading h2 span {
        font-size: 40px;
        line-height: 40px;
        text-align: center;
    }
    .tg-homeslidervthree .tg-slidercontent .tg-datetime {
        text-align: center;
    }
    .tg-appcontent .tg-sectionheading:before {
        left: 50%;
        margin: 0 0 0 -50px;
    }
    .tg-appcontent .tg-btnwhite {
        text-align: center;
    }
    .tg-appcontent .tg-btnwhite .tg-btn {
        float: none;
    }
    .tg-accordions {
        padding: 25px 0 0;
    }
    .tg-accomodation {
        padding: 15px 0;
    }
    .registrationInfo{
        width: 100% !important;
    }
}

@media (max-width:700px) {
    .tg-eventcounter {
        padding: 50px 0;
    }
    .tg-eventconfrences .tg-sectionhead {
        padding: 0;
    }
    .tg-eventconfrences .tg-sectionhead .tg-description {
        padding: 0 0 30px;
    }
    .tg-btndownload {
        width: 180px;
        margin: 0 auto;
        position: relative;
    }
    .tg-eventvenueregistration .tg-sectionhead {
        padding: 0;
    }
    .tg-eventvenueregistration .tg-sectionhead .tg-description {
        padding: 0 0 30px;
    }
    .tg-shareinvite {
        width: 275px;
        min-height: 170px;
        position: relative;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
}

@media (max-width:640px) {
    .tg-eventscheduletabs {
        padding: 0;
    }
    .tg-eventschedulenav {
        border: 0;
        width: 100%;
        float: left;
        ;
        position: static;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -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 {
        width: 100%;
        padding: 0 !important;
    }
    .tg-eventschedulenav li a {
        margin: 0;
        border-radius: 4px 4px 0 0;
    }
    .tg-eventschedulenav li:nth-child(2) a,
    .tg-eventschedulenav li:nth-child(3) a {
        border-bottom: 0;
    }
    .tg-testimonials {
        padding: 0;
    }
    .tg-askquestions:after,
    .tg-askquestions:before {
        height: 50.3%;
    }
    .tg-eventcounter {
        width: 50%;
    }
    .tg-eventcounter:nth-child(3) {
        background: #f7f7f7;
    }
    .tg-eventcounter:nth-child(4) {
        background: none;
    }
    .tg-contastus h1 {
        display: none;
    }
    .tg-contastus {
        margin: 0;
    }
    .tg-formcontactus fieldset .form-group {
        width: 100%;
    }
    .tg-sectionheading h2 {
        font-size: 30px;

        line-height: 30px;
    }
    .tg-eventvenueregistration .tg-sectionhead {
        padding: 0;
    }
    .tg-brands li figure a img {
        max-width: none;
    }
    .tg-forntslider {
        margin: 42px 0;
    }
    .tg-eventcounterholder .tg-eventcounter {
        width: 112px;
        padding: 15px 0 30px 30px;
    }
    .tg-eventschedulecontent {
        border: 0;
    }
}

@media (max-width:639px) {
    .tg-eventcounterholder {
        width: 50%;
        padding: 20px;
    }
    .tg-eventcounterholder .tg-eventcounter {
        float: none;
        margin: 0 auto;
    }
}

@media (max-width:568px) {
    body {
        padding: 222px 0 0;
    }
    .tg-logo {
        width: 130px;
    }
    .tg-header .tg-logo {
        float: none;
        width: 200px;
        display: block;
        margin: 0 auto 20px;
    }
    .tg-header.tg-headervthree .tg-logo {
        float: none;
        width: 135px;
        display: block;
        margin: 0 auto 20px;
    }
    .tg-headervthree .tg-btnbecommember {
        margin: 0 0 0 20px;
    }
    .tg-header .tg-nav {
        float: left;
    }
    .tg-homebannervtwo .tg-bannercontent h1 {
        margin: 0;
    }
    .tg-homebannervtwo .tg-bannercontent .tg-btnwhite {
        padding: 0;
    }
    .tg-navigationarea {
        width: 100%;
    }
    .tg-btnopenclose {
        float: right;
    }
    .tg-copyrights {
        width: 100%;
        text-align: center;
        padding: 8px 15px 20px;
    }
    .tg-footerbar .tg-socialicons {
        width: 100%;
        text-align: center;
    }
    .tg-footerbar .tg-socialicons li {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
    .tg-footerbar .tg-socialicons {
        padding: 0;
    }
    .tg-footerbar .tg-socialicons li:last-child {
        padding-right: 0;
    }
    .tg-bannercontent h1 {
        font-size: 40px;
        line-height: 45px;
    }
    .tg-brands li {
        width: 100%;
    }
    .tg-brands li:nth-child(1),
    .tg-brands li:nth-child(2),
    .tg-brands li:nth-child(3),
    .tg-brands li:nth-child(4),
    .tg-brands li:nth-child(5),
    .tg-brands li:nth-child(6),
    .tg-brands li:nth-child(7),
    .tg-brands li:nth-child(8) {
        border-left: 0;
    }
    .tg-brands li:nth-child(7) {
        border-bottom: 1px solid #ddd;
    }
    .tg-brands li figure a img {
        width: 100%;
    }
    .tg-registerholder {
        padding: 30px;
    }
    .tg-formsingup fieldset {
        padding: 0;
    }
    .tg-formsingup fieldset .form-group {
        margin: 0 0 10px;
    }
    .tg-formsingup fieldset .tg-btn {
        width: 100%;
        position: static;
    }
    .tg-forntslider {
        margin: 43px 0;
    }
}

@media (max-width:480px) {
    .tg-sidenav {
        width: 100%;
    }
    .tg-close {
        left: 0;
        top: 320px;
    }
    .tg-authorholder {
        width: 100%;
        padding: 0 15px 30px;
    }
    .tg-datetime {
        padding: 85px 52px 0;
    }
    .tg-speakerinfo img {
        float: none;
        margin: 0 auto;
    }
    .tg-authorcontent {
        width: 100%;
        float: left;
        padding: 20px 0;
    }
    .tg-speakerinfo {
        float: left;
        padding: 0 0 40px;
    }
    .tg-btnwhite {
        padding: 0 15px;
    }
    .tg-btnwhite .tg-btn {
        padding: 0;
        width: 100%;
    }
    .tg-btnwhite .tg-btn+.tg-btn {
        margin: 15px 0 0;
    }
    .tg-testimonials:before,
    .tg-testimonials:after {
        max-width: 250px;
        margin: 0 0 0 -125px;
    }
    blockquote {
        font-size: 20px;

        line-height: 25px;
    }
    .tg-bannercontent h1 {
        font-size: 35px;
        line-height: 40px;
    }
    .tg-bannercontent {
        padding: 100px 15px 0px;
    }
    .tg-homebanner .tg-bannercontent {
        padding: 0 15px 0px
    }
    .tg-sectionheading h2 {
        font-size: 20px;
        line-height: 20px;
    }
    .tg-eventspeakerimg {
        width: 90px;
        float: none;
        margin: 0 auto 30px;
    }
    .tg-eventschaduletime h3 {
        font-size: 15px;
        line-height: 15px;
    }
    .tg-btnarea .tg-btn {
        padding: 0;
        width: 100%;
        float: left;
    }
    .tg-btnarea .tg-btn+.tg-btn {
        margin: 25px 0 0;
    }
    .tg-timedate {
        font-size: 17px;
        line-height: 18px;
        margin: 0 0 8px;
    }
    .tg-eventinfo .tg-themepostimg figcaption h2 {
        font-size: 18px;
        line-height: 22px;
    }
    .tg-socialicons li {
        padding: 0 2px;
    }
    .tg-panel>h4 {
        padding: 0 70px 0 20px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .tg-eventcounter {
        width: 100%;
    }
    .tg-eventcounter:nth-child(3) {
        background: none;
    }
    .tg-eventcounter:nth-child(4) {
        background: #f7f7f7;
    }
    .tg-packages>div[class^="col-"],
    .tg-packages>div[class*="col-"] {
        width: 100%;
    }
    .tg-sendquery h2 {
        font-size: 14px;
        line-height: 15px;
    }
    .tg-sendquery h3,
    .tg-sendquery h4 {
        font-size: 25px;
        line-height: 25px;
    }
    .tg-heading h2 {
        font-size: 25px;
        line-height: 30px;
    }
    .tg-shareinvite {
        padding: 20px;
    }
    .tg-askquestions:after,
    .tg-askquestions:before {
        height: 47.5%;
    }
    .tg-eventvenuenav li {
        width: 100%;
        margin: 2px 0;
    }
    .tg-event {
        padding: 20px;
    }
    .tg-rightarea {
        float: left;
        padding: 10px 0 0;
    }
    .tg-forntslider {
        width: 70%;
        margin: 12px 0;
    }
    .tg-gallerynav li {
        width: 100%;
    }
    .tg-btnprev,
    .tg-btnnext {
        width: 50px;
        height: 50px;
        font-size: 15px;
        line-height: 48px;
    }
    .tg-gallerthumbslider .owl-nav {
        right: 10px;
    }
    .tg-btnprev {
        bottom: 60px;
    }
    .tg-homebannervtwo .tg-bannercontent .tg-datetime {
        font-size: 15px;
        margin: 0 0 10px;
        line-height: 12px;
    }
    .tg-homebannervtwo .tg-bannercontent h1 {
        font-size: 25px;
        line-height: 20px;
    }
    .tg-homebannervtwo .tg-bannercontent h1 span {
        padding: 10px 0 0;
    }
    .tg-homebannervtwo .tg-bannercontent {
        background-size: 100% auto;
    }
    .tg-homeslidervthree figcaption {
        display: block;
        min-height: 1000px;
    }
    .tg-homeslidervthree .tg-slidercontent {
        margin: 60px 0;
    }
    .tg-headervthree {
        padding: 15px;
    }
    .tg-homebanner .tg-bannercontent .tg-datetime {
        float: left;
        min-width: 0;
    }
}

@media (max-width:479px) {
    .tg-datetime {
        font-size: 20px;
    }
    .tg-logo {
        width: 130px;
        float: none;
        display: block;
        margin: 0 auto 20px;
    }
    .tg-nav {
        float: left;
    }
    .tg-btnopenclose {
        margin: 0;
    }
    .tg-slidercontent .tg-sectionheading h2 {
        font-size: 28px;
        line-height: 28px;
    }
    .tg-homeslidervthree .tg-slidercontent .tg-sectionheading h2,
    .tg-homeslidervthree .tg-slidercontent .tg-sectionheading h2 span {
        font-size: 30px;
        line-height: 30px;
    }
    .tg-slidercontent .tg-appcontent {
        padding: 50px 0 0;
    }
}

@media (max-width:360px) {
    .tg-btnbecommember {
        margin: 0 0 0 18px;
    }
    .tg-forntslider {
        margin: 20px 0;
    }
    .tg-datetime {
        font-size: 18px;
        padding: 85px 10px 0;

    }
    .tg-bannercontent h1 {
        font-size: 25px;
        line-height: 35px;
    }
}

@media (max-width:320px) {
    .tg-forntslider {
        margin: 23px 0;
    }
}







.why-attend{text-align:center;padding:15px 5px;}
.why-attend img{max-width:180px;max-height:140px;margin-bottom:30px;}
.why-attend h3{font-size:22px;margin-bottom:15px;}

@media only screen and (max-width:480px){
h1{font-size:28px!important;}
}
.modal{overflow-y:auto;}
.session-box{padding:0px 25px;margin-top:30px;position:relative;margin-left:100px;}
.left-border-blue{border-left:6px solid #faa21f;}
.session-time{position:absolute;width:80px;left:-100px;top:60%;transform:translateY(0%);font-size:12.75px;text-align:center;font-weight:bold;color:#000;font-size:16px;}
.keynote-session{background:rgb(211 71 36);
  /*background:linear-gradient(90deg, rgba(1,96,186,1) 0%, rgba(3,176,242,1) 51%, rgba(240,171,0,1) 84%);*/
  padding:10px 0 1px 10px;color:white;font-size:14px;}
.session-title{font-size:16px;font-weight:bold;line-height:10px;}
.keynote-session a{color:#fff!important;line-height:18px;font-size:14px;}
img.speaker-img{margin:-2px 0 0 0px;width:50px;height:50px;border-radius:25px;border:1px solid #ddd;}
.speaker-image{margin:-2px 0 0 0px;width:60px;height:40px;margin-top:2px;}
.divTable{display:table;width:100%;}
.divTableCell{display:table-cell;vertical-align:top;padding-top:10px;}
.speaker-name-tab{font-weight:normal;margin-bottom:0px!important;}
.speaker-designation{line-height:22px!important;font-size:14px!important;}
.session-box .session-number{font-weight:600;}




.secure-your-spot{background:#0a9dd9;display:flex;justify-content:space-evenly;align-items:center;border-radius:15px;padding:40px 15px;}
.secure-your-spot h3{margin-bottom:0;font-size:40px;}
.secure-your-spot{margin-bottom:0;color:#000;margin-left:15px;}

.text-extra-small{font-size:10px!important;line-height:15px!important;}
.text-medium{font-size:14px!important;line-height:22px!important;}
.text-small {font-size: 13px!important; line-height: 1.5!important;}
.text-large{font-size:15px!important;line-height:24px!important;}
.title-medium{font-size:24px!important;line-height:32px!important;}
.font-family-alt{font-family:Montserrat,sans-serif!important;}
.font-weight-700{font-weight:700!important;}
.letter-spacing-1{letter-spacing:1px!important;}
.letter-spacing-2{letter-spacing:2px!important;}
.border{border:1px solid rgba(0,0,0,.1)!important;}
.border-round{border-radius:3px!important;}
.display-block{display:block!important;}
.display-inline-block{display:inline-block!important;}
.display-table{display:table!important;}
.display-table-cell{display:table-cell!important;}
.title-sideline-base-color{display:inline-block;}
.title-sideline-base-color{position:relative;}
.title-sideline-base-color{padding:0;}
.title-sideline-base-color:before{content:'';margin-top:-2px;position:absolute;left:-20px;top:50%;width:12px;height:4px;}
.height-100{height:100%!important;}
.margin-2{margin:2%!important;}
.margin-3{margin:3%!important;}
.margin-4{margin:4%!important;}
.no-margin-bottom{margin-bottom:0!important;}
.no-margin-rl{margin-right:0!important;}
.no-margin-rl{margin-left:0!important;}
.padding-7{padding:7%!important;}
.padding-8{padding:8%!important;}
.padding-tb-9px{padding-top:9px;padding-bottom:9px;}
.no-padding-tb,.no-padding-top{padding-top:0!important;}
.no-padding-tb{padding-bottom:0!important;}
.padding-rl-13px{padding-right:13px;padding-left:13px;}
.no-padding-rl{padding-right:0!important;}
.no-padding-rl{padding-left:0!important;}
.position-absolute{position:absolute!important;}
.position-relative{position:relative!important;}
.position-right{right:0!important;}
.position-bottom{bottom:0!important;}
.separator-line-thick{display:block;}
.separator-line-thick{height:4px;}
.separator-line-thick{width:30px;}
.vertical-align-middle{vertical-align:middle!important;}
.width-100{width:100%!important;}
.features-box .box-shadow-yes{-webkit-box-shadow:5px 5px 30px 0 rgba(0,0,0,.03);-moz-box-shadow:5px 5px 30px 0 rgba(0,0,0,.03);box-shadow:5px 5px 30px 0 rgba(0,0,0,.03);}
section{padding:80px 0;position:relative;}
.text-black{color:#000!important;}
.text-gray-dark-2{color:#272727!important;}
.text-white{color:#fff!important;}
.bg-white{background-color:#fff!important;}
.border-gray-light{border-color:#dfdfdf!important;}

.title-sideline-base-color:before{background-color:#33cb98;}

.bg-base-color{background-color:#0E406A!important;}

a.tg-btn.white:before {
    color: #ffffff;
    background: #faa21f;
}
a.tg-btn.white {
  color: #ffffff;
    font-size:16px;
}
a.tg-btn.tg-btnbecommember {
    color: #fff;
}


.section.accommodation-page {
    background: #f3f3f3;
}

.page-heading {
    border-bottom: 1px solid #eaeaea;
    background: #f7f7f7;
    display: none;
}
.section.accn-page {
    background: #f3f3f3;
}









.agenda-design11-speaker {
    color: #233444;
    text-align: left;
    border-bottom: 0px solid #e0e0e0;
    width: 100%;
    padding: 50px 0px;
}
.agenda-design11-speaker h1 {
    font-size: 40px;
    text-align: left;
    margin: 0 0 20px;
    font-weight: 400;
    color: #233444;
}
.agenda-design11-speaker h3 {
    margin: 0 0 20px;
    font-size: 30px;
    color: #233444;
    font-weight: 600;
    text-align: left;
}
.agenda-design11-speaker ol {
    padding-left: 16px;
    padding-top: 6px;
}
.agenda-design11-speaker ol li {
    padding-bottom: 10px;
    padding-left: 8px;
}
.agenda-design11-speaker p {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
}
.agenda-design11-speaker h4 {
    margin-bottom: 0;
    border: none;
}
.agenda-design11-speaker h4 span {
    display: inline-block;
    padding-bottom: 0;
    background: #37404f;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    margin-left: 35px;
    margin-bottom: 20px;
}
.agenda-design11-speaker h4 span.green {
    background: green;
}
.agenda-design11-speaker h4 span.red {
    background: #8e162c;
}
.agenda-design11-speaker .agenda-row .agenda-col:first-child span {
    display: block;
}
.agenda-design11-speaker .agenda-rows .agenda-row:last-child p,
.agenda-rows .agenda-row:last-child h3 {
    border-bottom: none;
}
.agenda-design11-speaker .agenda-row {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}
.agenda-design11-speaker .agenda-col {
    display: table-cell;
    vertical-align: middle;
}
.agenda-design11-speaker .agenda-row .agenda-col:first-child {
    vertical-align: top;
    padding-top: 18px;
    width: 130px;
    text-align: center;
}
.agenda-design11-speaker .agenda-row .agenda-col:last-child {
    border-left: 6px solid #0a9dd9;
    padding: 0 0 0 30px;
}
.agenda-design11-speaker .agenda-row h3 {
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    line-height: 20px;
    display: block;
    text-align: left;
    color: #eace9b;
    margin: 0px 0px 15px 0px;
    background: #faa21f;
    padding: 14px;
}
.session-desc h3 {
    background: #0E406A !important;
}
.agenda-design11-speaker .agenda-row h3.break {
    background-color: #faa21f;
    }

    .session-head {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
}
.agenda-row.no-speaker h3 {
    padding-bottom: 20px;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
}

.agenda-design11-speaker .agenda-row .speaker-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.agenda-design11-speaker .agenda-row .speaker-item .photo img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.agenda-design11-speaker .agenda-row .speaker-item .info {
    padding-left: 12px;
}

.agenda-design11-speaker .agenda-row .speaker-item .info h4 {
    font-size: 16px;
    margin: 0;
}

.agenda-design11-speaker .agenda-row .speaker {
    padding-left: 70px;
    position: relative;
    background: none;
    margin-bottom: 8px;
    padding-top: 12px;
    font-size: 18px;
}
.agenda-design11-speaker .agenda-row .speaker strong {
    color: #10416a;
    font: 400 16px/25px 'Open Sans', Arial, Helvetica, sans-serif !important;
}
.agenda-design11-speaker .agenda-row .speaker:hover {
    box-shadow: none;
    transform: none;
}
.agenda-design11-speaker .agenda-row .speaker-name {
    font-size: 14px;
    font-weight: 700;
    padding-top: 3px;
}
.agenda-row .speaker img {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    border: 1px solid #ddd;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}
.agenda-design11-speaker .agenda-row .speaker.no-spk-img {
    padding-left: 0;
}
.agenda-design11-speaker .agenda-row span.designation {
    display: block;
    font-size: 12px;
    /* display: none; */
}
.agenda-row label {
    display: block;
    font-size: 11px;
    color: #666;
}
.agenda-row p {
    font-size: 16px;
    margin: 10px 0 0;
    padding-bottom: 0px;
    color: #000;
}
.agenda-design11-speaker .agenda-row p:last-child {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.agenda-design11-speaker .time-display {
    width: 120px;
    font-family: "Open Sans", sans-serif;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    color: #777;
    font-size: 16px;
    font-weight: bold;
    margin-right: 15px;
}
.agenda-design11-speaker .time-display img {
    margin-bottom: 0;
}
.agenda-design11-speaker .mh-60 {
    min-height: 60px;
}
.agenda-row h3 {
    color: #fff !important;
}
h3.main-title {
    text-align: center;
    font-size: 36px;
    color: #10416a;
}
.agenda-design11-speaker .nav-tabs > li.active > a,
.agenda-design11-speaker .nav-tabs > li.active > a:hover,
.agenda-design11-speaker .nav-tabs > li.active > a:focus {
    background: #faa21f;
    color: #fff;
}
.agenda-design11-speaker .nav-tabs > li > a {
    border-radius: 30px;
    font-size: 17px;
    padding: 15px 34px;
    font-weight: 600;
    color: #707070;
    background-color: #fafafa;
}
.agenda-design11-speaker .nav-tabs > li {
    float: none;
    display: inline-block;
}
.agenda-design11-speaker .nav-tabs {
    margin-bottom: 30px;
    margin-top: 30px;
    border: none;
    text-align: center;
}
.speaker.mh-60 img {
    background: url(https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1637318330dummy-png1637318330.png);
    background-size: 100% 100%;
    padding: 1px;
}
.modal-dialog .modal-body p {
    padding: 0 !important;
    margin-top: 0px;
}
@media screen and (max-width: 767px) {
    .agenda-design11-speaker .agenda-row .agenda-col:first-child {
        text-align: left;
        width: 100%;
    }
    .agenda-design11-speaker .agenda-col,
    .agenda-design4 .agenda-row {
        display: block;
    }
    .agenda-design11-speaker .agenda-row .agenda-col:first-child span {
        display: inline-block;
    }
    .agenda-design11-speaker .agenda-row .agenda-col:first-child {
        margin-bottom: 15px;
    }
}

#form_6005 input[type=text], #form_6031 input[type=text]{
    text-transform: inherit;
}

#form_6005 input[type=email], #form_6031 input[type=email]{
    text-transform: inherit;
}

.col-12>h3 {
    text-align: center;
  margin-top: 2%;
}

.registration-form .col-12>h3 {
/*    display: none;*/
}
tg-btn:before {
        background: #0a9dd9 !important;
}
.tg-theme-tag, .tg-article:hover .tg-btnreadmore:before, .tg-eventschedulenav li.active a, .tg-eventschedulenav li:hover a, .tg-btnfarword:hover, .tg-btnopenclose:hover, .tg-bannerregister .tg-heading:before, .tg-btnvisitwebsite, .tg-postdate, .tg-tag:hover, .tg-formfeedbacksearch button {
    background: #10416a !important;
}

.speaker {
    margin-bottom: 30px;
    background: #10416a;
    padding: 20px;
    width: 100%;
    border-radius: 12px;
    cursor: pointer;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.speaker:hover {
    box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
    transform: scale(1.015);
}
.speaker .full-img {
    max-width: 200px;
    margin: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    border: 4px solid #fff;
    display: block;
}
.speaker:hover img {
    -webkit-filter: initial;
    filter: initial;
}

.speaker h2 {
    margin-top: 20px;
    color: #FFF;
    font-weight: bold;
    font-size: 24px;
    text-transform: capitalize;
    text-align: center;
}

.speaker p {
    color: #FFF;
}

.sp-bio {
    display: none;
}

.row.row-content {
    padding: 0;
}

.container.full-page-container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}
.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: white !important;
}
button.btn.btn-darkgrey.flt-left.forgot-btn {
    display: none !important;
}
.registrationInfo {
text-align: center;
font-size: 16px;
padding: 10px;
color: #000;
line-height: 1.5;
width: 80%;
margin: 0 auto;
}
.reg-form-wrap h3 {
  font-size: 24px;
}
.registrationInfo a {
    color: #D34724;
  }
.registrationInfo a:hover {
    color: #A42607;
  }
.select2 .selection .select2-search__field{
    width: 300px !important;
  }
.registration-form .col-12 > h3{
display:none  ;
}
.registrationInfoHeading {
  display: block !important;
  font-size: 24px;
}

.tg-panel>h4:after {
     display: none !important;
}


ol li {
    list-style: decimal;
    width: 100%;
    font-size: 16px;
}

.speaker_container {
    background: #10416a !important;
}
.speaker_container {
   
    min-height: 450px !important;
   
}
input[type="text"], textarea {
  text-transform: none !important;
}

.register-form-text {
    max-width: 980px;
    margin: 0 auto;
    width: 200%;
}
.price__item .pricing:nth-child(2) {
  display: none !important;
}
label {
    font-size: 13px !important;
}
div#attendee img {
    height: 350px !important;
}