.ui-autocomplete{max-height:70vh !important; overflow:scroll;}
/*airline home*/
.airllbg a{border-radius: 0.5rem;background-color: #ddd;display:block;overflow:hidden;text-decoration:none;}
    .airllbg a h4{padding:10px;}
    /*home*/
    ul {
        margin-bottom: 0px;
    }
figure {
    margin-bottom: 6px;
    position: relative;
}
img {
    height: auto;
    max-width: 100%;
}
strong { color: #414141; }
iframe {
    border: none;
    float: left;
    width: 100%;
}
figure > a, figcaption > a, .tg-hover-pattran a{
    color: #fff;
}
figure > a:hover, figcaption > a:hover, .tg-hover-pattran a:hover{
    color: #ff6c26;
}
.container{position: relative;}
.slide {
  display: block;
  width: 100%;
  height: auto;
}


.overlay {
  position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    transition: .5s ease;
    color: white;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
}
.side-view:before { content: ""; position: absolute; top: 0px; left: 0px; height: 0px; width: 3px;  background: #2139AC; transition: all 0.5s;}
.side-view:after { content: ""; position: absolute; top: 0px; left: 0px; width: 0px; height: 2px; background: #2139AC;   transition: all 0.5s;}
.side-view a:before { content: ""; position: absolute; bottom: 0px; right: 0px; height: 0px; width: 2px; background: #2139AC; transition: all 0.5s;}
.side-view a:after {content: "";position: absolute;bottom: 0px;right: 0px;height:2px; width: 0px; background: #2139AC; transition: all 0.5s;}
.side-view:hover:before, .side-view:hover a:before {    height: 100%;}
.side-view:hover:after, .side-view:hover a:after {    width: 100%;}

.wp-caption,
.wp-caption-text,
.gallery-caption,
.bypostauthor {}
.wp-caption.alignleft,
.wp-caption.alignnone { width: 100%; }
.select{
    width: 100%;
    display: block;
    position: relative;
}
.select:after{
    content: '\f107';
    top: 50%;
    right: 15px;
    z-index: 2;
    width: 13px;
    color: #999;
    display: block;
    position: absolute;
    text-align: center;
    font-size: 22px;
    margin-top: -5px;
    line-height: 10px;
    font-family: 'FontAwesome';
}
.select select {
    width: 100%;
    z-index: 1;
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
label {
    color: #414141;
    display: block;
    font-weight: 400;
}

p ins { color: #999; }
dl dd { margin-left: 20px; }
address { font-style: italic; }

.cheap-flight-deal-card { display: flex;align-items: center;
    position: relative;
    justify-content: space-between;
    padding: 17px 0 20px;background: #f9f9f9;
    margin-bottom: 10px;
}
.cheap-flight-deal-card .logo-flight {
    width: 70px;
    margin-right: 17px;
}
.super-deal-flag {
    position: relative;
    min-width: 60px;
    height: 38px;
    padding: 7px 1px 7px 13px;
    justify-content: center;
    flex-direction: column;
    text-transform: uppercase;
    font-size: 9px;
    line-height: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    background-color: #ff8000;
    color: #FFFFFF;
}
.cheap-flight-deal-card .super-deal-flag {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}

.super-deal-flag:before {
    content: "";
    position: absolute;
    left: 99%;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    bottom: 0;
    border-top: 19px solid #ff8000;
    border-right: 7px solid transparent;
    border-left: 7px solid #ff8000;
    border-bottom: 19px solid #ff8000;
}
.super-deal-flag-holder {
    display: block;
    vertical-align: top;
    font-size: 12px;
    line-height: 13px;
}
.cheap-flight-deal-card .flights-city {
    padding-top: 5px;
}
.cheap-flight-deal-card .flights-cities {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}
.cheap-flight-deal-card .airlineName-flight {
    color: #484b4e;
    font-size: 13px;
    line-height: 22px;
}
.cheap-flight-deal-card .flights-price {
    padding-top: 2px;
    font-size: 18px;
    font-weight: 500;
}
.cheap-flight-deal-card .flight-deals-button {
    display: inline-block; margin-right: 15px;
    padding: 8px 29px;
    margin-left: 16px;
    border: 1px solid #72a912;
    border-radius: 4px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background-color: #72a912;
    transition: all .2s ease-in-out;
    cursor: pointer;
}
.cheap-flight-deal-card .button-text-mobile {
    display: none;
}
 .call-us-wrapper {display: flex;
    align-items: center;
    margin: 42px 0 0 13px;
    padding: 15px 10px;
    border-radius: 4px;
    background: linear-gradient( 90deg ,#f6d267,#fca284);
}
 .call-us-wrapper .call-us-icon {
    width: 24px;
    height: 24px;
    background: url(/css/images/callicon.png) no-repeat #fff;
    background-size: cover;
    border-radius: 50%;
}
 .call-us-wrapper .call-us-info {
    display: flex;
    align-items: center;
}
 .call-us-wrapper .call-us-info p {
    padding: 0 5px 0 13px; margin: 0;
}
 .call-us-wrapper .phone-number {
    color: #262728;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
}
.content-block {
    background-color: #fff;
    margin-bottom: 15px;
}
.booking-wrapper {
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 215px;
    padding-left: 20px;
    border-radius: 4px;
}
.cars-booking {display: flex;
    margin-top: 15px;
    background: linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1)),url(/css/images/cars.png) no-repeat;
    background-size: cover;
}
.hotel-booking {
    background: linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1)),url(/css/images/hotels.png) no-repeat;
    background-size: cover;
}.cookies-strip {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .85);
    color: #fff;
    padding: 7px 85px 5px 55px;
    left: 0;
    font-size: 14px;
    line-height: 1.5em;
    text-align: center;
}.cookies-strip .accept {
    background: #ed1c24;
    padding: 5px 15px;
    color: #fff;
    border: none;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    margin-left: 20px;
}
.booking-wrapper .button-book {
    display: inline-block;
    text-align: center;
    font-weight: 500;
    color: #fff;
    transition: all .2s ease-in-out;
    width: -webkit-max-content;
    width: max-content;
    margin-bottom: 30px;
    padding: 8px 10px;
    font-size: 14px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 4px;
    cursor: pointer;
}
.booking-wrapper p {margin:0;
    padding: 31px 0 0;
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
}.titlehead{
   font-weight: 700;
    margin: 20px 0 0;
}
h1, h2, h3, h4 {font-weight: 700;
    font-family: Roboto, sans-serif;
}
.mobfooter {display:none;}
.col-md-12.text-center.border-top.mt-3 {
    padding: 10px 0;
}
@media (max-width: 767px){
    .ui-accordion .ui-accordion-header {
        font-size: 14px !important;
    }
    .ui-accordion .ui-accordion-content { width: 100% !important;}
    .tg-banner{height:300px !important; padding:50px 0 90px !important;}
 .call-us-wrapper { margin-left: 0;}
.call-us-wrapper .call-us-info { display: block;}
.call-us-wrapper .phone-number { padding-left: 13px;}
	.cheap-flight-deal-card .button-text-mobile { display: block;    white-space: nowrap;}
.cheap-flight-deal-card .flights-price, .cheap-flight-deal-card .button-text-default {display: none;}
	.super-deal-flag:before { left: 100%;
    border-color: transparent transparent transparent #ff8000;
    border-style: solid;
    border-width: 19px 12px;
}
	.cheap-flight-deal-card .super-deal-flag {
    left: -15px;
}
	.cheap-flight-deal-card .flight-deals-button {
    width: 100px;
    padding: 8px 0;
}
.mobfooter ul.tg-socialicon li {
    width: 10%;
    display: inline-block;
    margin-left: 15%;
}
.mobfooter {display:block;}
.mobfooter ul li {
    float: left;
    margin-bottom: 5px;
    padding-left: 0px;
    padding-right: 10px;
    position: relative;
    font-size: 14px;
    color: #202020;
    width: 50%;
   list-style: none;
  
}.mobfooter h3{font-size: 18px !important;
        display: inline-block;
        margin: 10px 0;}
.row.mobfooter.bggColor {
    background: #dfdfdf;
    padding:10px 0
}

.mobfooter h4 {
    border-top: 1px solid #676767;
    position: relative;
    padding-top: 10px;
    margin: 0 0 20px 0;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.mobfooter h4:after {
    position: absolute;
    content: "";
    display: none;
}
	
}
.contentBox ul {
    list-style: none;
    font-weight: 300;
    overflow: hidden;
    padding: 0 2px;
}
    .contentBox ul li {
        position: relative;
        width: 25%;
        float: left;
        margin-bottom: 5px;
        padding-left: 20px;
        padding-right: 10px;
        position: relative;
        font-size: 14px;
        color: #202020;
    }
        .contentBox ul li:before {
            position: absolute;
            left: 5px;
            top: 8px;
            content: "";
            background-color: #f73205;
            display: block;
            width: 5px;
            height: 5px;
            border-radius: 100%;
        }
        .contentBox ul li:hover:before {background-color: #2139AC;}
            .contentBox ul li a {
    color: #333;
    text-decoration: none;
}
/* =============================================
                        Global Elements
============================================= */
.tg-haslayout{
    width:100%;
    float:left;
}
.tg-main-section{padding: 10px 0;}
.tg-btn-sm{
    padding: 0 20px;
    line-height: 30px;
}
.tg-btn{
    color: #fff;
    font-size:14px;
    line-height:50px;
    padding: 0 50px;
    text-align:center;
    background: #505050;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
} ul.tg-links {
    padding-inline-start: 20px !important;
}
.tg-btn:hover,
.tg-btn.active{color: #fff;}
.tg-btn-lg{ width: 100%;}
.tg-socialicon{text-align:center;}
.tg-socialicon li{
    display:inline-block;
    vertical-align:top;
    overflow:hidden;
}
.tg-socialicon li a{font-size:20px;border-radius:50%;line-height:32px;
    width:36px;
    height:36px;
    color: #999;
    display:block;
    overflow:hidden;
    background:transparent;
    border: 1px solid #999;
}
.tg-socialicon li a i{
    display:block;
    font-size:inherit;
    line-height:36px;
    text-align:center;
}
.tg-socialicon li a:hover{color: #f73205; text-decoration: none; border-color: #f73205;}
.tg-displaytable{
    width: 100%;
    height: 100%;
    display: table;
}
.tg-displaytablecell{
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle
}
.tg-verticalmiddle{
    margin: 0 -2px;
    float: none !important;
    display: inline-block;
    vertical-align: middle;
}
.tg-border {border: 1px solid #ccc;}
.tg-breadcrumb {
    padding: 0;
    color: #fff;
    float: right;
    font-size: 14px;
    line-height: 14px;
    list-style: none;
    text-align: right;
    margin: 23px 0 22px;
    text-transform: uppercase;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
.tg-breadcrumb li{
    list-style-type:none;
    width:auto;
    display: inline-block;
    vertical-align: middle;
    line-height:inherit;
    padding:0 15px;
    position:relative;
}
.tg-breadcrumb li + li:after{
    top:0;
    left:-3px;
    content:'-';
    color: #fff;
    position:absolute;
}
.tg-breadcrumb li:last-child{ padding: 0 0 0 15px;}
.tg-breadcrumb li a{
    display:block;
    color:#fff;
}
.tg-img-hover{
    left:0;
    top:70%;
    opacity:0;
    width:100%;
    height:100%;
    z-index: 2;
    position:absolute;
    visibility:hidden;
    background:rgba(62, 62, 62, 0.85);
}
.tg-padding-half {padding: 50px 0;}
.tg-description {
    width: 100%;
    float: left;
}
.tg-heading-border{
    width: 100%;
    float: left;
    margin: 0 0 20px;
    position: relative;
}
.tg-heading-border:after{
    left: 0;
    bottom: 0;
    content: '';
    height: 1px;
    width: 70px;
    position: absolute;
    background: #373542;
}
.tg-heading-border h3{
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.tg-padding-topbottom{padding: 150px 0 !important;}
.tg-darkgray{
    background: #3e3e3e;
    color: #fff;
}
.tg-lightgray{ background: #f7f7f7;}
.tg-relativepostion{position: relative;}
.tg-paddingzero{ padding: 0 !important;}
.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-tag{
    padding: 0 20px;
    line-height: 38px;
    font-size: 14px;
    border: 1px solid #ccc;
    display: block;
    color: #3e3e3e;
}
.tg-tag:hover{
    color: #fff;
    background: #3e3e3e;
    border-color: #3e3e3e;
}
.tg-section-head {
    width: 100%;
    float: left;
    text-align: center;
}
.tg-section-heading {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 25px;
    position: relative;
}
.tg-section-heading h2 {
    margin: 0;
    font-size: 40px;
    line-height: 40px;
    padding: 0 0 40px;
    display: inline-block;
    vertical-align: middle;
}
.tg-section-heading h2:before,
.tg-section-heading:before,
.tg-section-heading:after{
    content: '';
    width: 75px;
    right: 0px;
    bottom: 13px;
    position: absolute;
    border-top: 1px solid #999;
}
.tg-section-heading h2:before{
    width: 225px;
    bottom: 6px;
}
.tg-section-heading:before{
    width: 150px;
    bottom: 0;
}
.tg-section-head .tg-description {padding: 0 0 50px;}
.tg-section-head .tg-description p {
    margin: 0;
    line-height: 20px;
}
.tg-stars{
    float: left;
    width: 100%;
    padding: 0 0 10px;
    text-align: center;
}
.tg-positionrelative{position: relative;}
.tg-positionabsolute{
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: auto;
    position: absolute;
}
.tg-marginbottom{margin-bottom: 30px;}
.tg-paddingbottom{padding-bottom: 0;}
.slider_wrapper{margin:15% 0;}
/* =============================================
                Pagination Style
============================================= */
.tg-pagination{
    width: 100%;
    float: left;
    font-size:14px;
    line-height:normal;
    padding-top: 30px;
}
.tg-pagination ul{
    width: 100%;
    float:right;
    margin:0;
    padding:0;
    list-style:none;
    text-align: right;
    line-height: inherit;
}
.tg-pagination ul li{
    line-height: inherit;
    display:inline-block;
    vertical-align:middle;
    list-style-type:none;
    padding: 0 5px;
}
.tg-pagination ul li a{
    display:block;
    color:#434343;
    text-align:center;
    position:relative;
    line-height: inherit;
    padding: 0 4px;
}
.tg-pagination ul li a i{
    font-size: 20px;
    line-height:inherit;
}
.tg-pagination ul li:first-child{padding-right: 25px;}
.tg-pagination ul li:last-child{padding-left: 25px;}

/* =============================================  Theme Style ============================================= */
#wrapper {
    height: 100%;
    overflow-x: hidden;
    position: relative;
}
#main{background: #fff;}
/*============================================= Header =============================================*/
.tg-header{
    top: 0;
    left: 0;
    z-index: 2;
    position: absolute;
}
.tg-logo {float: left;}
.tg-logo a {display: block;}
.tg-logo a img {display: block;}
.tg-rightarea{float: right;margin-top: 10px;}
/*===========================   Navigation Style ============================================*/
.tg-nav .collapse{padding: 0;}
.tg-add-nav ul,
.tg-nav ul{
    float: left;
    list-style: none;
    line-height: inherit;
}
.tg-add-nav ul li,
.tg-nav ul li{
    float: left;
    padding: 18px 15px 0;
    position: relative;
    line-height: inherit;
    list-style-type: none;
}
.tg-add-nav ul li a,
.tg-nav ul li a{text-decoration:none;
    display: block;
    position: relative;}
.tg-add-nav ul li a:hover:after,
.tg-add-nav ul li:hover a:after,
.tg-add-nav ul li.active a:after,
.tg-nav > .collapse > ul > li > a:hover:after,
.tg-nav > .collapse > ul > li:hover > a:after,
.tg-nav > .collapse > ul > li.active > a:after{width: 100%}
.tg-nav ul li a i{
    display: none;
    font-style: normal;
    line-height: inherit;
}
.tg-nav ul li a i:first-child{display: block;}
.tg-nav ul li:nth-child(n + 5) ul{
    left: auto;
    right: 0;
}
.tg-nav ul li ul{z-index:99 !important;
    top: 200%;
    left: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
    min-width: 200px;
    background: #fff;
    visibility: hidden;
    position: absolute;
}
.tg-nav ul li ul:before{
    content: '';
    top: -10px;
    left: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
}
.tg-nav ul li:nth-child(n + 5) ul:before{
    left: auto;
    right: 0;
    border-right:0;
    border-bottom: 10px solid #fff;
    border-left: 8px solid transparent;
}
.tg-nav ul li ul li{
    width: 100%;
    padding: 0;
}
.tg-nav ul li ul li a{
    color: #333;
    padding: 10px 20px;
    position: relative;
    border-left: 6px solid #999;
}
.tg-nav ul li ul li a:after{background: #e51243;
    content: '';
    left: -6px;
    top: 0;
    right: auto;
    height: 0;
    width: 6px;
    z-index: 2;
    border-radius: 0;
    position: absolute;
}
.tg-nav ul li ul li.active a:after,
.tg-nav ul li ul li a:hover:after{
    width: 6px;
    height: 100%;
}
.tg-nav ul li ul li + li{border-top: 1px solid #999;}
.tg-nav ul li:hover ul{
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.tg-add-menu,
.tg-burger-menu{
    color: #fff;
    margin: 21px 0;
    display: inline-block;
    vertical-align: middle;
}
.tg-additional-nav{
    float: right;
    display: none;
}
.tg-nav li > a.menu-title:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 0;
    bottom: -1px;
    background: #0090ff;
    height: 3px;
    transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform-origin: 50% 50%;
    transition: transform .3s ease-out;
}
.tg-nav li > a.menu-title:hover:before {
    transform: scaleX(1);
}
.tg-nav .tfn {
    margin: 0px;
    text-align: right;
    padding: 0px;
    margin-left: 50px;
}
    .tg-nav .tfn i {
        padding: 15px 7px;
        font-size: 30px;
        top: -1px;
        display: inline-block;
        position: absolute;
        left: -43px;
        height: 100%;
    }
    .tg-nav .tfn .tfn_bktxt {
        display: inline-block;
        margin-top: 3px;
    }
    .tg-nav .tfn small {
        font-size: 13px;
        font-weight: normal;
        display: block;
    }
    .tg-nav .tfn a {
        font-size: 27px;
        font-weight: 600;
        text-align: right;
        line-height: 30px;
    }

/*=============================================
                        Light Box Style
=============================================*/
.tg-lightbox{
    top: 10%;
    left: 50%;
    background: #fff;
    overflow: hidden;
    position: absolute;
    margin: 0 0 0 -215px;
}
.tg-lightbox-content{
    width: 430px;
    float: left;
    padding: 0 30px;
}
.tg-lightbox-content h2{
    clear: both;
    color: #fff;
    padding: 0 30px;
    font-size: 18px;
    background: #333;
    overflow: hidden;
    line-height: 50px;
    margin: 0 -30px 30px;
    text-transform: uppercase;
}
.tg-lightbox-content form{
    float: left;
    width: 100%;
}
.tg-lightbox-content fieldset{
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    border: 0;
}
.tg-lightbox-content .formgroup{margin: 0 0 20px;}
.tg-lightbox-content .formgroup span,
.tg-lightbox-content .formgroup i{
    color: #373542;
    display: inline-block;
    vertical-align: middle;
}
.tg-lightbox-content .formgroup i{margin: 0 10px 0 0;}
.tg-lightbox-content .formgroup span.tg-note{
    display: block;
    color: #373542;
    text-align: center;
}
.tg-lightbox-content .formgroup span.note a{}
.tg-signupwith{
    clear: both;
    padding: 30px;
    margin: 0 -30px;
    overflow: hidden;
    background: #f7f7f7;
}
.tg-signupwith .tg-btn{
    font-size: 14px;
    margin: 0 0 10px;
    text-transform: capitalize;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.tg-signupwith .tg-btn.tg-facebook {background: #2e5894;}
.tg-signupwith .tg-btn.tg-twitter {background: #00adcf;}
.tg-signupwith .tg-btn.tg-googleplus {background: #e04b33;}
.tg-signupwith .tg-btn.tg-linkedin {background: #2099c6;}
/*=============================================
                        Home Slider
=============================================*/
.tg-home-slider {background-size:cover;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #fff;display:inline-block;
    /*z-index: 1;
    overflow: hidden;
    position: relative;*/
}
.tg-home-slider .parallax-bg{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: 100% 100%;
    -o-background-size: 100% 100%;;
    -moz-background-size: 100% 100%;;
    -webkit-background-size: 100% 100%;;
}
.tg-home-slider .swiper-slide {
    text-align: center;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}
.tg-home-slider .swiper-slide .tg-banner-heading{}
.tg-home-slider .swiper-slide h1{
    color: #fff;
    margin: 0 0 60px;
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-transform: none;
    font: 150px/160px 'Kaushan Script', Arial, Helvetica, sans-serif;
}
.tg-home-slider .swiper-slide h1 span{
    display: block;
    line-height: inherit;
}
.tg-home-slider .swiper-slide h1 sub{
    right: 0;
    bottom: -25px;
    font-size: 30px;
    line-height: 33px;
    position: absolute;
}
.tg-home-slider .swiper-slide .tg-btnarea{position: relative;}
.tg-home-slider .swiper-slide .tg-btnarea:after,
.tg-home-slider .swiper-slide .tg-btnarea:before{
    top: 50%;
    content: '';
    width: 200px;
    height: 2px;
    margin: -1px 0 0;
    background: #fff;
    position: absolute;
}
.tg-home-slider .swiper-slide .tg-btnarea:after{left: 100%;}
.tg-home-slider .swiper-slide .tg-btnarea:before{right: 100%;}
.tg-home-slider .swiper-slide .tg-btnarea .tg-box{
    width: 100%;
    float: left;
}
.tg-home-slider .swiper-slide .tg-btnarea .tg-box:after,
.tg-home-slider .swiper-slide .tg-btnarea .tg-box:before{
    top: 50%;
    content: '';
    width: 100px;
    height: 26px;
    z-index: 2;
    margin: -13px 0 0;
    position: absolute;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.tg-home-slider .swiper-slide .tg-btnarea .tg-box:after{right: 100%;}
.tg-home-slider .swiper-slide .tg-btnarea .tg-box:before{left: 100%;}
.tg-home-slider .swiper-slide .tg-btnarea a.tg-btn {
    z-index: 1;
    margin: 0 20px;
    position: relative;
}
.tg-home-slider .swiper-slide .tg-btnarea a.tg-btn:hover{background: #fff;}
.tg-home-slider .swiper-slide .tg-btnarea a.tg-btn:after,
.tg-home-slider .swiper-slide .tg-btnarea a.tg-btn:before{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
    border: 2px solid;
    position: absolute
}
.tg-home-slider .swiper-slide .tg-btnarea a.tg-btn:before{
    width: 0;
    height: 0;
    opacity: 0;
    z-index: 2;
    visibility: hidden;
}
.tg-home-slider .swiper-slide .tg-btnarea a.tg-btn:hover:before{
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
}
.swiper-container-vertical > .swiper-pagination-bullets{
    width: 16px;
    right: 30px;
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet{
    opacity: 1;
    margin: 10px auto;
    background: #fff;
    border: 2px solid #fff;
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet:hover{
    width: 16px;
    height: 16px;
    background: none;
}
.tg-videobox .swiper-button-prev,
.tg-videobox .swiper-button-next,
.tg-home-slider .swiper-button-prev,
.tg-home-slider .swiper-button-next{
    right: 32px;
    margin: 0;
    opacity: 1;
    left: auto;
    width: 12px;
    height: 20px;
    cursor: pointer;
    background-size: 12px 18px;
}
.tg-videobox .swiper-button-prev,
.tg-home-slider .swiper-button-prev{
    top: 43%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.tg-videobox .swiper-button-next,
.tg-home-slider .swiper-button-next{
    top: auto;
    bottom: 43%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.tg-videobox .swiper-button-prev{top: 38%;}
.tg-videobox .swiper-button-next{bottom: 38%}
/*=============================================
                Transportation Search Style
=============================================*/
.tg-category-content.tab-content > .active,
.tg-category-content.tab-content > .tab-pane{
	width: 100%;
    display: block !important;
    visibility: hidden;
    opacity:0;
    position: absolute;
    top: 0;
	overflow: hidden;
	clear: both;
}
.tg-category-content.tab-content > .active{
    visibility: visible !important;
    opacity:1 !important; 
}
.tg-bglight{background: #f7f7f7;}
.tg-nopadding{padding: 0;}
.tg-categoriesarea{
    width: 100%;
    float: left;
    padding: 20px 0;
    background: url(../images/bg-pattren.jpg);
}
.tg-categories{
    width: 100%;
    float: left;
}
.tg-nav-tabs {
    width: 100%;
    float: left;
    list-style: none;
    line-height: 30px;
}
.tg-nav-tabs li{
    width: 16.6%;
    float: left;
    padding: 0 15px;
    line-height: inherit;
    list-style-type: none;
}
.tg-nav-tabs li + li{border-left: 1px solid #fff;}
.tg-nav-tabs li a{
    display: block;
    text-align: center;
    line-height: inherit;
}
.tg-nav-tabs li a i,
.tg-nav-tabs li a span{
    display: inline-block;
    vertical-align: middle;
}
.tg-nav-tabs li a:hover i{color: #fff;}
.tg-nav-tabs li a span{
    color: #fff;
    padding: 0 0 0 5px;
    text-transform: uppercase;
}
.tg-category-content{
    width: 100%;
    float: left;
    margin: 50px 0;
	position: relative;
}
.tg-category-content .tg-heading-border{
    width: 50%;
    float: left;
}
.tg-category-content .tg-refresh {
    color: #999;
    float: right;
    font-size: 18px;
    background: none;
    line-height: 21px;
    text-transform: uppercase;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
.tg-category-content .tg-refresh i,
.tg-category-content .tg-refresh span{
    display: inline-block;
    vertical-align: middle;
}
.tg-category-content form{
    width: 100%;
    float: left;
}.tg-column strong{
	color:#fff;
	
}
.tg-category-content form fieldset{
    width: 100%;
    float: left;
    margin: 0;
    border: 0;
    padding: 0;
}
.tg-category-icon{
    margin: -82px 0 0;
    z-index: 2;
    width: 100%;
    height: 420px;
    position: relative;
    border-top: 2px solid #333;
}
.tg-category-icon:after{
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    border-top: 30px solid;
    border-left: 262px solid transparent !important;
}
.tg-category-icon a{
    display: block;
    position: absolute;
    top:50%;
    left: 10px;
    z-index: 9999;
    color: #fff;
    font-size: 26px;
}
.tg-category-icon a i{
    color: #fff;
}
.tg-category-icon .next{
    left: auto;
    right: 10px;
}
.tg-category-icon > div {
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    padding: 30px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.tg-category-icon > div h3{
    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
}
.tg-category-icon > div.active {
    opacity: 1;
    visibility: visible;
}

/*=============================================
                Why Choice Us Style
=============================================*/
.tg-whychoseus{
    width: 100%;
    float: left;
    height: auto;
    overflow: hidden;
    background: #f7f7f7;
    padding: 53px 0 60px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.tg-whychoseus h2{
    margin: 0 0 5px;
    line-height: 40px;
}
.tg-whychoseus .tg-heading-border h3{
    font-size: 24px;
    line-height: 24px;
}
.tg-whychoseus ul{
    width: 100%;
    float: left;
    list-style: none;
    line-height: 17px;
}
.tg-whychoseus ul li{
    width: 100%;
    float: left;
    margin: 0 0 20px;
    position: relative;
    padding: 0 0 0 20px;
    line-height: inherit;
    list-style-type: none;
}
.tg-whychoseus ul li:after{
    content: '';
    top: 50%;
    left: 0;
    font-size: px;
    line-height: px;
    position: absolute;
}
.tg-whychoseus .tg-btnsarea {
    width: 100%;
    float: left;
}
.tg-whychoseus .tg-btnsarea a{
    float: left;
    margin: 0 40px 0 0;
}

/*=============================================
                Footer Style
=============================================*/
.tg-footer{background: #F2F2F2;line-height:24px}
    .tg-footer h4{position: relative;}
    .tg-footer h4:after {
        left: 0;
        bottom: -3px;
        content: '';
        height: 1px;
        width: 30px;
        position: absolute;
        background: #373542;
    }
.col-md-12 .tg-heading h3 {
    color: #fff;
    margin: 0 0 10px;
}
.tg-getaquickestimate{
    padding: 80px 0;
    background-image: url(../images/img-02.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}
.tg-getaquickestimate .tg-heading-border {margin: 0 0 30px;}
.tg-getaquickestimate .tg-heading-border:after {background: #fff;}
.tg-getaquickestimate h2{
    color: #fff;
    margin: 0 0 5px;
    line-height: 40px;
}
.tg-getaquickestimate h3{
    color: #fff;
    font-size: 24px;
    margin: 0 0 20px;
    line-height: 24px;
}
.tg-getaquickestimate form{
    width: 100%;
    float: left;
}
.tg-getaquickestimate form fieldset{
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    border: 0;
}
.tg-getaquickestimate form fieldset > div{
    width: 20%;
    float: left;
    padding: 0 15px;
}
.tg-getaquickestimate form fieldset > div .tg-btn{padding: 0 20px;}
.tg-footerarea{
    width: 100%;
    float: left;
    padding: 60px 0;
    background: url(../images/bg-footer.webp) no-repeat;
	 border-top: 2px solid #fff;
    background-size: cover;
}.tg-footerarea1{
    width: 100%;
    float: left;
    padding: 60px 0;
     border-top: 2px solid #fff;
    background-size: cover;
}
.tg-columns{}
.tg-column{
    width: 100%;
    float: left;
}
.tg-column .tg-logo {padding: 0 0 25px;}
.tg-column .tg-heading-border{margin: 0 0 25px;}
.tg-column .tg-heading-border:after {
    height: 2px;
    width: 40px;
}
.tg-column .tg-heading-border h3{
    color: #fff;
    margin: 0 0 10px;
}
.tg-column .tg-description {padding: 0 0 15px;}
.tg-column .tg-description p{
    margin: 0;
    line-height: 20px
}
.tg-column p{color: #fff;}
.tg-column .tg-socialicon {
    width: 100%;
    float: left;
    padding: 0 0 30px;
}
.tg-column .tg-socialicon li{
    float: left;
    margin: 0 6px 0 0;
}
.tg-column .tg-btn-more{
    width: 70px;
    height: 28px;
    float: left;
    color: #fff;
    padding: 0;
    display: block;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
}
.tg-column ul{
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    color: #999;
    list-style: none;
    line-height: 20px;
}
.tg-column ul li{
    line-height: inherit;
    list-style-type: none;
}
.tg-column ul.tg-pkgs li{padding: 14px 0;}
.tg-column ul.tg-pkgs li + li{border-top: 1px solid #535353;}
.tg-column ul.tg-pkgs li p{
    margin: 0;
    line-height: 20px;
}
.tg-column ul.tg-pkgs h4 {
    margin: 0;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
}
.tg-column ul.tg-pkgs h4 a span{color: #fff;}
.tg-column ul.tg-links{padding: 11px 0 0;}
.tg-column ul.tg-links li{
    position: relative;
    padding: 3px 0 3px 15px;
}
.tg-column ul.tg-links li:after{
    content: '\f0da';
    position: absolute;
    top: 6px;
    left: 0;
    font-size: 14px;
    line-height: 14px;
    font-family:'FontAwesome';
}
.tg-column ul.tg-links li a{
    color: #fff;
    display: block;
}
.tg-column ul.tg-gallery{
    width: auto;
    float: none;
    overflow: hidden;
    clear: both;
    margin: -8px;
    padding: 6px 0 0;
}
.tg-column ul.tg-gallery li{
    width: 33.33%;
    padding: 8px;
    float: left;
}
.tg-column ul.tg-gallery li figure{
    margin: 0;
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}
.tg-column ul.tg-gallery li figure img{
    z-index: 1;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    transform: scale(1.10);
}
.tg-column ul.tg-gallery li figure:hover .tg-hover-pattran,
.tg-column ul.tg-gallery li figure:hover .tg-hover-pattran a,
.tg-column ul.tg-gallery li figure:hover .tg-hover-pattran a i{
    visibility: visible;
    opacity: 1;
}
.tg-column ul.tg-gallery li figure:hover .tg-hover-pattran{background: url(../images/hover.png) rgba(80, 80, 80, 0.70);}
.tg-column ul.tg-gallery li figure:hover .tg-hover-pattran a{
    color: #fff;
    position: static;
}
.tg-column ul.tg-gallery li figure:hover .tg-hover-pattran a i{
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fff;
}
.tg-column ul.tg-gallery li figure:hover .tg-hover-pattran a i:before,
.tg-column ul.tg-gallery li figure:hover .tg-hover-pattran a i:after{
    font-size: 15px;
    line-height: 27px;
}
.tg-column ul.tg-gallery li figure:hover img{transform: scale(1);}
.tg-copyright{
    width: 100%;
    float: left;
    padding: 20px 0;
}
/* .tg-footerarea p.footer-text{ */
    /* margin: 0; */
    /* color: #fff; */
    /* line-height: 20px; */
    /* text-align: center; */
/* } */
/*=============================================
                Header Version Two Style
=============================================*/
.tg-header.tg-header-vertiontwo{padding: 30px 0;}
.tg-header-vertiontwo .tg-logo{
    float: none;
    width: 141px;
    margin: 0 auto 25px;
    display: block;
}
.tg-header-vertiontwo .tg-rightarea{
    width: 100%;
    position: relative;
    text-align: center;
    border-top: 1px solid #999;
}
.tg-header-vertiontwo .tg-rightarea:before,
.tg-header-vertiontwo .tg-rightarea:after{
    content: '';
    height: 1px;
    width: 9999px;
    background: #999;
    position: absolute;
    top: -1px;
}
.tg-header-vertiontwo .tg-rightarea:before{left: 100%;}
.tg-header-vertiontwo .tg-rightarea:after{right: 100%;}
.tg-header-vertiontwo .tg-add-nav,
.tg-header-vertiontwo .tg-nav{}
.tg-header-vertiontwo .tg-add-nav ul li a:after,
.tg-header-vertiontwo .tg-nav > .collapse > ul > li > a:after{
    top: auto;
    bottom: 0;
}
.tg-header-vertiontwo .tg-additional-nav{width: 100%;}
/*=============================================
                Inner Pages Banner Style
=============================================*/
.tg-banner{
    width: 100%;
    float: left;
    height: 400px;
    padding: 150px 0 0;
    position: relative;
}
.tg-banner-content{
    left: 0;
    bottom: 0;
    width: 100%;
    float: left;
    height: 60px;
    position: absolute;
    background: url(../images/bg-pattren.jpg);
}
/*=============================================
                Search Result Head Style
=============================================*/
.tg-search-result{
    width: 100%;
    float: left;
}
.tg-page-head{
    width: 100%;
    float: left;
    margin: 0 0 30px;
    position: relative;
}
.tg-page-head:after{
    left: 0;
    bottom: 0;
    width: 70px;
    content: "";
    height: 1px;
    position: absolute;
    background: #373542;
}
.tg-page-head h1{
    margin: 0;
    font-size: 30px;
    line-height: 44px;
	text-transform: uppercase;
}
.tg-page-head h2{
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 20px;
}
.tg-view-type{
    width: 100%;
    float: left;
    line-height: 40px;
    text-align: right;
    padding: 0 0 30px;
    border-bottom: 1px solid #999;
}
.tg-view-type li{
    width: 40px;
    height: 40px;
    margin: 0 0 0 5px;
    text-align: center;
    line-height: inherit;
    display: inline-block;
    vertical-align: middle;
}
.tg-view-type li a{
    color: #363636;
    display: block;
    line-height: inherit;
    border: 1px solid #999;
}
.tg-view-type li.active a,
.tg-view-type li a:hover{
    color: #fff;
    background: #363636;
    border-color: #363636;
}
.tg-view-type li a i{
    display: block;
    line-height: inherit;
}
/*=============================================
                Search Result List Grid Style
=============================================*/
.tg-result-item{
    width: 100%;
    float: left;
    padding: 30px 0;
    border-bottom: 1px solid #999;
}
.tg-result-item figure{
    width: 100%;
    float: left;
    margin: 0;
    overflow: hidden;
    position: relative;
    background: #363636;
    border: 1px solid #ddd;
}
.tg-result-item figure img{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    transform: scale(1.10);
}
.tg-result-item:hover figure img{transform: scale(1);}
.tg-result-item:hover figure .tg-hover-pattran a,
.tg-result-item:hover figure .tg-hover-pattran a i {
    opacity: 1;
    visibility: visible;
}
.tg-result-item:hover figure .tg-hover-pattran{
	background: url("../images/hover.png") rgba(80, 80, 80, 0.7);
	opacity: 1;
	visibility: visible;
}
.tg-result-item:hover figure .tg-hover-pattran a{right: 30px;}
.tg-result-content{
    width: 100%;
    float: left;
}
.tg-title{
    width: 100%;
    float: left;
    margin: 0 0 20px;
    position: relative;
}
.tg-title:after{
    bottom: 0;
    left: 0;
    content: '';
    width: 40px;
    height: 2px;
    position: absolute;
}
.tg-title h3{
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.tg-result-content .tg-description{
    padding: 0 0 20px;
    line-height: 20px;
}
.tg-result-content .tg-description p {
    margin: 0;
    line-height: inherit;
}
.tg-result-content ul{
    margin: 0;
    width: 100%;
    float: left;
    list-style: none;
    line-height: 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #999;
}
.tg-result-content ul li{
    padding: 2px 0 2px 15px;
    position: relative;
    line-height: inherit;
    list-style-type: none;
}
.tg-result-content ul li:after{
    content: '\f105';
    top: 4px;
    left: 0;
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    font-family:'FontAwesome';
}
.tg-result-content ul li a{
    color: #363636;
    display: block;
}
.tg-result-price{
    width: 100%;
    float: left;
    display: block;
    text-align: left;
    padding: 20px 0 0;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
}
.tg-result-price span{
    display: inline-block;
    vertical-align: baseline;
}
.tg-result-price span:first-child{
    color: #363636;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
}
/*=============================================
                Grid View Style
=============================================*/
.tg-grid-view .tg-result-item{
    width: 50%;
    float: left;
}
.tg-grid-view .tg-result-item figure{margin: 0 0 30px;}
.tg-grid-view .tg-result-item:nth-child(odd){ padding: 30px 15px 30px 0;}
.tg-grid-view .tg-result-item:nth-child(even){ padding: 30px 0 30px 15px;}
.tg-grid-view .tg-result-item [class^="col-"],
.tg-grid-view .tg-result-item [class*=" col-"]{width: 100%;}
/*=============================================
                Side Bar Style
=============================================*/
.tg-widget{
    width: 100%;
    float: left;
}
.tg-widget + .tg-widget{margin: 50px 0 0;}
.tg-sidebar fieldset{
    width: 100%;
    float: left;
    border: none;
    padding: 0;
    margin: 0;
}
.tg-widget .tg-title:after{background: #333;}
.tg-widget .select{
    width: 100%;
    float: left;
}
.tg-currencywidget ul{
    width: 100%;
    float: left;
    list-style: none;
}
.tg-currencywidget label{margin: 0;}
.tg-currencywidget ul li{
    width: 100%;
    float: left;
    list-style-type: none;
    line-height: normal;
    padding: 15px 0;
}
.tg-currencywidget ul li label input{margin: 0;}
.tg-currencywidget ul li label em{
    line-height: normal;
    font-style: normal;
    color: #333;
}
.tg-currencywidget ul li label input,
.tg-currencywidget ul li label em{
    display: inline-block;
    vertical-align: middle;
}
.tg-currencywidget ul li + li{border-top: 1px solid #999;}
.tg-radiuswidget{}
.tg-raidus{
    width: 100%;
    height: 48px;
    float: left;
    padding: 14px 20px;
    border: 1px solid #ddd;
}
.tg-raidus p{
    width: auto;
    float: left;
    margin: 0;
}
.tg-raidus p input{
    width: 56px;
    height: auto;
    float: left;
    padding: 0;
}
.ui-slider-horizontal{
    width: 157px;
    height: 4px;
    float: right;
    border-radius: 0;
    background: #333;
    margin: 8px 0;
}
.ui-slider .ui-slider-handle{
    width: 10px;
    height: 20px;
    border-radius: 0;
    border: none;
    top: -10px;
    margin: 0 0 0 -1px;
}
.tg-searchwidget fieldset{position: relative;}
.tg-searchwidget .tg-btn-search{
    background: none;
    line-height: 48px;
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    padding: 0 18px;
}
.tg-searchwidget .tg-btn-search:after{
    position: absolute;
    content: '';
    top: 6px;
    left: 0;
    background: #ddd;
    width: 1px;
    height: 36px;
}
.tg-widgetcategory ul{
    width: 100%;
    float: left;
    list-style: none;
    margin: -12px 0;
}
.tg-widgetcategory ul li{
    list-style-type: none;
    line-height: normal;
    padding: 12px 0 12px 20px;
    position: relative;
}
.tg-widgetcategory ul li:after{
    content: '\f0da';
    position: absolute;
    top: 33%;
    left: 0;
    color: #333;
    font-family:'FontAwesome';
}
.tg-widgetcategory ul li + li{border-top: 1px solid #999;}
.tg-widgetcategory ul li a{
    display: block;
    color: #333;
    position: relative;
}
.tg-blogwidget{}
.tg-blogwidget ul{
    width: 100%;
    float: left;
    list-style: none;
    margin: -20px 0;
}
.tg-blogwidget ul .tg-post{
    width: 100%;
    float: left;
    list-style-type: none;
    padding: 20px 0;
}
.tg-blogwidget ul .tg-post + .tg-post{border-top: 1px solid #999;}
.tg-blogwidget ul .tg-post .tg-post-img{
    width: auto;
    float: left;
    margin: 0 15px 0 0;
}
.tg-blogwidget .tg-post-content{overflow: hidden;}
.tg-blogwidget .tg-post-content h3{
    font-size: 14px;
    line-height: 17px;
    color: #333;
}
.tg-blogwidget .tg-post-content .tg-description p{line-height: normal;}
.tg-blogwidget .tg-hover-pattran a{bottom: 15px;}
.tg-recentposts ul{
    width: 100%;
    float: left;
    list-style: none;
    margin: -30px 0;
}
.tg-recentposts ul li{
    width: 100%;
    float: left;
    list-style-type: none;
    padding: 30px 0;
}
.tg-recentposts ul li + li{border-top: 1px solid #999;}
.tg-recentposts ul li .tg-description p{margin: 0;}
/*=============================================
                Search Result Detail Style
=============================================*/
.tg-result-detail {}
.tg-result-detail figure{
    width: 100%;
    float: left;
    margin: 0 0 30px;
    border: 1px solid #ddd;
}
.tg-result-detail figure img{
    width: 100%;
    float: left;
    display: block;
}
.tg-result-detail .tg-result-content ul{border: none;}
.tg-result-detail .tg-result-content .tg-description{
    padding: 0;
    margin: 0 0 -25px;
}
.tg-result-detail .tg-result-content .tg-description p{
    width: 100%;
    float: left;
    margin: 0 0 25px;
}
.tg-form-flyin{
    width: 100%;
    float: left;
}
.tg-form-flyin fieldset{
    border: none;
    padding: 0;
    margin: 0;
}
.tg-form-flyin fieldset textarea{
    height: 170px;
    border-radius: 0;
    resize: none;
}
.tg-form-flyin .tg-result-price{
    text-align: right;
    padding: 0;
}
/*=============================================
                About Us Style
=============================================*/
.tg-aboutus{}
.tg-aboutus .tg-description{padding: 0 0 30px;}
.tg-aboutus .tg-description p{margin: 0;text-align: justify;line-height: 2;}
li {
    line-height: 2;
}
.tg-about-video iframe{
    width: 100%;
    height: 312px;
}
#tg-counters {}
.tg-counter {
    width: 100%;
    float: left;
    border: 1px solid #999;
    padding: 30px 20px;
}
.tg-counter .tg-icon{
    float: left;
    margin: 0 20px 0 0;
    padding: 11px 0;
}
.tg-counter .tg-icon:after,
.tg-counter .tg-icon:before{
    font-size: 50px;
    line-height: 50px;
}
.tg-countercontent{overflow: hidden;}
.tg-counter span{
    font-size: 40px;
    line-height: 43px;
}
.tg-countercontent .tg-heading-border{margin: 0;}
.tg-amazingfacts ul{
    width: 100%;
    float: left;
    list-style: none;
    padding: 0 0 0 20px;
    margin: -11px 0;
}
.tg-amazingfacts ul li{
    width: 100%;
    float: left;
    list-style-type: none;
    padding: 11px 0;
    line-height: normal;
}
/*=============================================
                Team Style
=============================================*/
.tg-team{
    width: 100%;
    float: left;
    margin: 0;
}
.tg-team .owl-item{padding: 0 15px;}
.tg-team-member{
    margin: 0;
    width: 100%;
    float: left;
    color: #fff;
    overflow: hidden;
    text-align: center;
}
.tg-team-member a{
    z-index: 1;
    display: block;
    position: relative;
}
.tg-team-member a img{
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1.10);
}
.tg-team-member figcaption{
    left: 0;
    z-index: 2;
    width: 100%;
    height: 250px;
    padding: 30px;
    bottom: -160px;
    position: absolute;
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 36%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 36%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 36%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.tg-team-member .tg-icon{
    display: block;
    padding: 0 0 15px;
}
.tg-team-member .tg-icon:before,
.tg-team-member .tg-icon:after{
    font-size: 50px;
    line-height: 50px;
}
.tg-team-member .tg-heading-border {margin: 0 0 30px;}
.tg-team-member .tg-heading-border:after{
    left: 50%;
    width: 40px;
    height: 2px;
    margin: 0 0 0 -20px;
}
.tg-team-member figcaption h3{
    color: #fff;
    margin: 0 0 7px;
    font-weight: 400;
    line-height: 18px;
}
.tg-team-member figcaption h3 a{
    display: block;
    color: #fff;
}
.tg-team-member:hover a img{transform: scale(1);}
.tg-team-member:hover figcaption{
    height: 100%;
    bottom: 0;
    background: url(../images/hover.png) rgba(80, 80, 80, 0.70);
}
.tg-team-member:hover .tg-heading-border{margin: 0 0 20px;}
.tg-teams .owl-controls{
    margin: 0;
    padding: 30px 0 0;
}
.tg-teams .owl-controls .owl-pagination{text-align: center;}
.tg-teams .owl-controls .owl-pagination .owl-page{padding: 0 6px;}
.tg-team-member figcaption .tg-heading-border:after{background: #fff;}
.tg-team-member .tg-socialicon li a{
    width: 40px;
    height: 40px;
    color: #fff;
    border-color: #fff;
    border-radius: 50%;
}
.tg-team-member .tg-socialicon li{padding: 0 10px;}
.tg-team-member .tg-socialicon li a i{
    font-size: 18px;
    line-height: 40px;
}
.tg-team-member .tg-socialicon li a:hover{
    background: #fff;
    border-color: #fff;
}
/*=============================================
                Partner Style
=============================================*/
.tg-partners .owl-item{padding: 0 15px;}
.tg-partner{
    width: 100%;
    float: left;
    margin: 0;
}
.tg-partner a{
    display: block;
    text-align: center
}
.tg-partner a img{
	width: 100%;
	float: left;
    display: block;
    margin: 0 auto;
}
/*=============================================
                Packages Style
=============================================*/
.tg-fullslider{
    z-index: 1;
    position: relative;
}
.tg-fullslider:before,
.tg-fullslider:after{
    top: 0;
    z-index: 2;
    content: '';
    height: 100%;
    width: 9999px;
    position: absolute;
    background: rgba(255, 255, 255, 0.80);
}
.tg-fullslider:before{left: 100%;}
.tg-fullslider:after{right: 100%;}
.tg-fullslider .owl-wrapper-outer{overflow: visible !important;}


/*=============================================
                Contact Us Style
=============================================*/
.tg-mapbox {
    float: left;
    position: relative;
    width: 100%;
    z-index: 2;
}
.tg-location-map{
    width: 100%;
    float: left;
    height: 800px;
    border: none;
}
.tg-contact-form {
    width: 100%;
    height: 670px;
    left: 0;
    position: initial;
    top: 0;
    z-index: 1;
    padding: 50px 0 0 0;
}
.tg-contact-form fieldset{
    border: none;
    padding: 0;
    margin: 0;
}
.tg-contact-form h2{line-height: 40px;}
.tg-form-contact textarea{
    width: 100%;
    height: 220px;
    resize: none;
    border-radius: 0;
}
/*=============================================
                Contact Us Style
=============================================*/
.tg-404{
    text-align: center;
    margin: 0 0 80px;
}
.tg-404 h2{
    font-size: 235px;
    line-height: 175px;
    margin: 0;
    position: relative;
}
.tg-404 h2 span{
    width: 336px;
    height: 368px;
    background:url(../images/404-img.png);
    background-position: bottom left;
    background-size: 100% auto;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 -160px 0 0 ;

}
.tg-404content{
    background: #f7f7f7;
    padding: 40px 0;
    position: relative;
    z-index: 2;
    text-align: center;
}
.tg-404content:before,
.tg-404content:after {
    background: #f7f7f7;
    content: "";
    height: 184px;
    position: absolute;
    top: 0;
    width: 99999px;
    z-index: -1;
}
.tg-404content:before{
    right: 0;
    z-index: -1;
}
.tg-404content .tg-heading-border:after{left: 45%;}
.tg-404content .tg-heading-border h3{
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    text-transform: capitalize;
}

/* =============================================
                        Comming Soon Page
============================================= */
body.tg-comming-soon #main{
    width: 100%;
    height: 100%;
    background: url(../images/commingsoon-bg.jpg);
    background-size: cover;
    position: relative;
}
.tg-commingsoon-content{
    width: 100%;
    float: left;
    text-align: center;
}
.tg-commingsoon-content h2{
    font-size: 40px;
    line-height: 43px;
}
.tg-commingsoon-content .tg-heading-border:after{left: 46%;}
.tg-commingsoon-content p{margin: 0 0 50px;}
.tg-clock{
    width: 100%;
    float: left;
}
.clock-item{
    width: 100%;
    float: left;
    position: relative;
}
.clock-canvas{background: #fff;}
body.tg-comming-soon .tg-copyright{
    width: 100%;
    float: left;
    background: #333;
    position: absolute;
    bottom: 0;
    left: 0;
}
