﻿body
{
    font-family: 'Maitree', serif;
    font-size: 13px;
    color:#2d343e;
}



h1, h2, h3, h4, h5
{
    font-family: 'Cinzel', serif;
    color:#fd8700;
    position:relative;
    padding-bottom:16px;
}
 h4, h5
{
    font-family: 'Cinzel', serif;
    color:#fff;
    position:relative;
    padding-bottom:0px;
}
h1::before {
    background: #bcbcbc none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -193.5px;
    position: absolute;
    text-align: center;
    width: 160px;
} 
h1::after {
    background: #bcbcbc none repeat scroll 0 0;
    bottom: 0px;
    content: "";
    height: 1px;
    right: 50%;
    margin-right: -193.5px;
    position: absolute;
    text-align: center;
    width: 160px;
}

.title-border
{
    position: relative;
}
.title-border::after {
background: rgba(0, 0, 0, 0) url(../images/title-icon-2.png) no-repeat scroll 0 0;
    top: 40px;
    content: "";
    height: 22px;
    left: 50%;
    margin-left: -34.5px;
    position: absolute;
    width: 67px;
}


/* :::::::::: */
/* : HEADER : */
/* :::::::::: */
#header {
    width: 100%;
    float: left;
    z-index: 1500;
    position: relative;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; /* Chrome and Safari */
    -moz-backface-visibility: hidden; /* Firefox */
    -ms-backface-visibility: hidden; /* Internet Explorer */
    transition:all 0.5s linear;

}

.fixed
{
    position: fixed !important;
    top: 0px;
}
.pb
{
    padding-bottom: 10px  !important;
     transition:all 0.5s linear;
}
.height
{
    height: 50px  !important;
     transition:all 0.5s linear;
}

    #header.sticky {
        position: fixed;
        top: 0;
        left: 0;
    }

/* Topbar */
.topbar {
    color: rgba(255, 255, 255, 0.3);
    background-color: #2d343e;
    height: 65px;
}

    .topbar ul li {
        list-style-type: none;
        display: inline-block;
    }

    /* Touch */
    .topbar .touch {
        float: left;
        margin: 0;
        margin-top: 15px;
        padding: 0;
    }

        .topbar .touch li {
            font-size: 12px;
        }

            .topbar .touch li + li {
                margin-left: 15px;
            }

            .topbar .touch li > * {
                display: inline-block;
                vertical-align: middle;
            }

        .topbar .touch p {
            margin: 0 0 0 5px;
            line-height: 1.2;
            color: #fff;
        }

            .topbar .touch p a {
                color: #fff;
            }

                .topbar .touch p a:hover {
                    color: rgba(255, 255, 255, 1);
                }

    /* Social */
    .topbar .social {
        float: right;
        margin: 0;
        margin-top: 15px;
        padding: 0;
        line-height: 0;
    }

        .topbar .social li + li {
            margin-left: 5px;
        }

        .topbar .social a {
            width: 35px;
            height: 35px;
            line-height: 35px;
            font-size: 20px;
            -webkit-transition: border-radius ease 0.1s;
            -moz-transition: border-radius ease 0.1s;
            -o-transition: border-radius ease 0.1s;
            transition: border-radius ease 0.1s;
        }

            .topbar .social a.youtube {
                background-color: #FF3B30;
            }

            .topbar .social a.rss {
                background-color: #ff5d00;
            }

            .topbar .social a.forrst {
                background-color: #00B74C;
            }

            .topbar .social a.vimeo {
                background-color: #007aff;
            }

            .topbar .social a.dribbble {
                background-color: #ff2d55;
            }

            .topbar .social a.google {
                background-color: #d94332;
            }

            .topbar .social a.twitter {
                background-color: #33ccff;
            }

            .topbar .social a.facebook {
                background-color: #2980b9;
            }

            .topbar .social a.pinterest {
                background-color: #ffcc00;
            }

            .topbar .social a:hover {
                border-radius: 50%;
            }



/* Navbar */
.navbar {
    width: 100%;
    float: left;
    background-color: #f9f9f9;
    position: relative;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

    .navbar > .container {
        position: relative;
    }

/* Search wrap */
#main-search {
    display: none;
}

    #main-search .container .main-form {
        opacity: 0;
        filter: alpha(opacity=0);
        position: relative;
        left: -20px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

        #main-search .container .main-form .form-field {
            margin-bottom: 0;
        }

        #main-search .container .main-form input {
            border-color: #282e3a;
            background-color: #282e3a;
            color: #fff;
            padding-right: 55px;
        }

    #main-search .close {
        position: absolute;
        right: 0;
        color: #fff;
        width: 50px;
        text-align: center;
        float: right;
        line-height: 50px;
        font-size: 13px;
        z-index: 1;
    }

        #main-search .close:hover {
            color: #fff;
        }

@media screen and (max-width: 992px) {
    #main-search .container .main-form .form-field label {
        line-height: 38px;
    }

    #main-search .container .main-form input {
        padding: 8px;
        padding-right: 40px;
    }

    #main-search .close {
        width: 38px;
        line-height: 38px;
    }
}

/* DESKTOP CONTAINER */
.desktop-navbar {
    margin-top: 30px;
}
/* logo */
#header .logo {
    float: left;
    height: 40px;

}

    #header .logo img {
        width: auto;
        /*height: 72px;*/ 
        display: block;
      margin-top:10px;
    }

/* Main menu */
#main-menu {
    font-size: 0;
    margin: 0;
    float: right;
    text-align: left;
    position: relative;
    z-index: 999999999;
}

    #main-menu > li {
        display: inline-block;
        list-style-type: none;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 1;
        vertical-align: top;
        position: relative;
        padding-bottom: 30px;
    }

        #main-menu > li > a {
          
            border-right: 1px solid #e5e5e5;
            padding: 0 10px;
            display: block;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
            line-height: 25px;
        }

            #main-menu > li > a.btn-search {
                font-size: 24px;
                line-height: 1;
            }

        #main-menu > li:last-child a {
            border: none;
            padding-right: 0;
        }

        #main-menu > li a {
            color: #2d343e;
            position: relative;
        }

    #main-menu li a.carret {
        padding-right: 25px;
    }

        #main-menu li a.carret:after {
            position: absolute;
            top: 0;
            right: 5px;
            font-family: FontAwesome;
            content: "\f107";
        }

    #main-menu > li:hover > a,
    #main-menu > li.current > a {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    /* sub text */
    #main-menu > li a i {
        margin-top: 5px;
        font-size: 12px;
        clear: both;
        display: block;
        font-weight: normal;
        text-transform: none;
        color: #888;
        position: absolute;
        white-space: nowrap;
        line-height: 1;
        opacity: 0;
        filter: alpha(opacity=0);
        top: 50%;
        -webkit-transition: all ease-out 0.2s;
        -moz-transition: all ease-out 0.2s;
        -o-transition: all ease-out 0.2s;
        transition: all ease-out 0.2s;
    }

    #main-menu > li:hover a i {
        opacity: 1;
        top: 100%;
    }

html.scroll #main-menu li:hover > a i {
    opacity: 0;
    filter: alpha(opacity=0);
}

#main-menu ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    padding-top: 5px;
    top: 100%;
    margin: 0;
    margin-left: 15px;
    min-width: 230px;
    margin-bottom: 0;
}

#main-menu > li.rtl > ul {
    right: 0;
}

#main-menu li:hover > ul {
    opacity: 1;
    filter: alpha(opacity=100);
    margin-left: 0;
    margin-right: 0;
    visibility: visible;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}

#main-menu ul li {
    list-style-type: none;
    position: relative;
    text-transform: none;
    font-size: 13px;
    /*background-color: rgba(45, 52, 62, 0.9);*/
}

    #main-menu ul li:hover {
        background: none !important;
        color: none !important;
    }

 #main-menu ul li > a {
    border-top: 1px solid rgba(255,255,255,0.2);
    padding: 10px 6px;
    display: block;
    white-space: nowrap;
    color: rgb(253, 135, 0);
    margin: 0 10px;
}
    #main-menu ul li:first-child > a {
        border-top: none;
    }

    #main-menu ul li:hover > a,
    #main-menu ul li > a:hover,
    #main-menu ul li.current > a {
        color: #fff;
    }

    #main-menu ul li a.carret:after {
        top: 15px;
        content: "\f105";
    }

#main-menu ul ul {
    top: 0;
    left: 100%;
    padding-left: 5px;
    padding-top: 0 !important;
}

#main-menu .rtl ul {
    margin-right: 15px;
    margin-left: auto;
    right: 100%;
    left: auto;
    padding-left: 0;
    padding-right: 5px;
}

/* custom */
#custom-nav-bg {
    width: 100%;
    position: absolute;
    top: 100%;
    background-color: rgba(45, 52, 62, 0.9);
    -webkit-transition: height ease 0.1s;
    -moz-transition: height ease 0.1s;
    -o-transition: height ease 0.1s;
    transition: height ease 0.1s;
}

    #custom-nav-bg:hover {
        height: 0;
    }

#main-menu.custom ul {
    padding-top: 0;
    background-color: rgba(0, 0, 0, 0.72);
}

    #main-menu.custom ul > li {
        background-color: transparent;
    }

/* Full width menu */
#main-menu.full-width {
    display: table;
    width: 100%;
}

    #main-menu.full-width > li {
        display: table-cell;
        vertical-align: top;
        padding-top: 15px;
    }

/* Minimal menu */
#main-menu.minimal > li {
    text-transform: lowercase;
    font-size: 13px;
}

    #main-menu.minimal > li a {
        border-right: none;
        font-family: "OpenSansRegular";
    }

/* MOBILE CONTAINER */
.mobile-navbar {
    display: none;
}

/* Logo */
#header .mobile-navbar .logo {
    height: 30px;
    margin-top: 5px;
    float: left;
}

/* Mobile BTN's */
.mobile-btn {
    float: right;
    margin: 5px 0;
}

    .mobile-btn li {
        list-style-type: none;
        float: left;
    }

        .mobile-btn li + li {
            border-left: 1px solid #e5e5e5;
        }

        .mobile-btn li a {
            font-size: 20px;
            width: 40px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            display: block;
            color: #2d343e;
        }

/* Mobile menu */
#mobile-menu {
    width: 100%;
    float: left;
    display: none;
    background-color: #2d343e;
}

    #mobile-menu ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        #mobile-menu ul ul {
            display: none;
        }

    #mobile-menu li {
        line-height: 29px;
        border-top: 1px solid rgba(255,255,255,0.1);
    }

    #mobile-menu a {
        position: relative;
        padding: 10px 0;
        color: #fff;
        opacity: 0.5;
        filter: alpha(opacity=50);
        display: block;
    }

    #mobile-menu li.current > a,
    #mobile-menu li:hover > a,
    #mobile-menu li.active > a {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    #mobile-menu a .carret {
        position: absolute;
        width: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 18px;
        right: 0;
        top: 0;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    #mobile-menu li.active > a > .carret {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    #mobile-menu a .carret:after {
        font-family: FontAwesome;
        content: "\f105";
    }


@media (max-width: 992px) {
    #header {
        position: relative !important;
    }

    #main-search .main-form {
        margin-top: 4px;
    }

    .mobile-navbar {
        display: block;
        padding:5px;
    }

    .topbar,
    .desktop-navbar {
        display: none;
    }

    #header-space {
        display: none;
    }
}


#header.style1 .navbar .desktop-navbar {
    text-align: center;
}

#header.style1 .desktop-navbar .logo {
    float: none;
    display: inline-block;
    margin-bottom: 10px;
}


.touch .glyphicon
{
    
    content: "\e145";
    color: #e74c3c;
    font-size: 29px;

}
/* :::::::::::::: */
/* : END HEADER : START BODY */
/* :::::::::::::: */

span.more
{

    background: #fd8700;
    padding: 6px 17px;
    border: 1px solid #fff;
    box-shadow: 0px 3px 7px 0px #ccc;
}
    span.more a
    {
        color: #fff;
    }
/*----------------------------------------*/
/*  6. Portfolio Area
/*----------------------------------------*/
/*----------------------------------------*/
/*  6. Portfolio Area
/*----------------------------------------*/
.portfolio-text h4 {margin-bottom: 8px}
.portfolio-text h4 a {
   
    font-size: 20px;
    text-transform: uppercase;
}
.single-portfolio:hover .portfolio-text a:hover, .single-adventure:hover .adventure-text a:hover, .single-portfolio:hover .portfolio-text .portfolio-link a:hover, .single-adventure:hover .adventure-text .adventure-link a:hover, .single-member:hover .member-text a:hover, .single-member:hover .member-text .member-link a:hover, .best-sell-link > a:hover {
    color: #000000;
}
.single-portfolio, .single-adventure, .single-member {overflow: hidden; position: relative}
.portfolio-text, .adventure-text, .member-text {
    background: transparent;
    height: auto;
    left: 0;
    padding: 0px;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.3s ease-in-out 0s
}
.portfolio-text::after, .adventure-text::after, .member-text::after {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    content: "";
    height: 135px;
    left: -7px;
    opacity: 1;
    position: absolute;
    top: -76px;
    transform: rotate(4deg) scale(1.1);
    transform-origin: 0 bottom 0;
    width: 100%;
}
.portfolio-text > p, .member-text > p {display: none; font-size: 13px; margin-bottom: 8px;}
.portfolio-text p, .adventure-text p, .portfolio-text h4 a, .adventure-text h4 a, .portfolio-text .portfolio-link a, .adventure-text .adventure-price-link, .member-text p, .member-text h4 a, .member-text .member-link a, .single-adventure:hover .adventure-price-link span, .single-adventure:hover .transparent-overlay span{
    z-index: 9;
    position: relative
}
.portfolio-link > a, .adventure-link a, .member-link > a {
    color: #4e4f54;
    display: inline-block;
    margin-right: 9px;
}
.single-portfolio:hover .portfolio-text p, .single-adventure:hover .adventure-text p, .single-member:hover .member-text p {
    display: block;
    margin-bottom: 5px;
}
.single-portfolio:hover .portfolio-text::after, .single-member:hover .member-text::after {
    background: rgba(33, 34, 39, 0.9) none repeat scroll 0 0;
    left: -8px;
    top: -23px;
}
.single-portfolio:hover .portfolio-text h4 {margin-bottom: 13px}
.single-portfolio:hover .portfolio-text p, .single-adventure:hover .adventure-text p, .single-portfolio:hover .portfolio-text h4 a, .single-adventure:hover .adventure-text h4 a, .single-portfolio:hover .portfolio-text .portfolio-link a, .single-adventure:hover .adventure-text .adventure-link a, .single-member:hover .member-text p, .single-member:hover .member-text h4 a, .single-member:hover .member-text .member-link a, .single-adventure:hover .adventure-price-link span, .single-adventure:hover .adventure-price-link span, .trip-time, .trip-level {
    color: #fff
}
.portfolio-area .col-md-3 .single-portfolio:first-child {margin-bottom: 30px}
.portfolio-text.effect-bottom, .adventure-text.effect-bottom, .member-text.effect-bottom {
    bottom: 0;
    top: auto;
}
.portfolio-text.effect-bottom::after, .member-text.effect-bottom::after {
    bottom: -70px;
    left: -11px;
    opacity: 1;
    top: auto;
}
.single-portfolio:hover .portfolio-text.effect-bottom::after, .single-member:hover .member-text.effect-bottom::after {
    background: rgba(33, 34, 39, 0.9) none repeat scroll 0 0;
    left: -11px;
    top: -5px;
}
.single-portfolio:hover .portfolio-text, .single-adventure:hover .adventure-text, .single-member:hover .member-text {
    animation: 1500ms ease-in-out 0s normal none 1 running flipInX;
}
.portfolio-three .single-portfolio:hover .portfolio-text::after, .team-three .single-member:hover .member-text.effect-bottom::after {
    background: rgba(0, 192, 255, 0.9) none repeat scroll 0 0;
}
   /************************Masonary***************************/
    .mt10 {
	margin-top: 10px;
}

.mt30 {
	margin-top: 30px;
}

.grid {
	position: relative;
	max-width: 1000px;
	list-style: none;
	text-align: center;
        padding-left: 2px;
    padding-right: 2px;
}

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	max-width: 100%;
	width: 100%;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	width:100%;
    	opacity: 1;
}

.grid figure figcaption {
	padding: 0.5em;
	color: #fff;
	font-size: 1em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption img{
	position: relative;
	bottom: 200px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

.grid figure.heffect:hover figcaption img {
	-webkit-transform: translate3d(0,200px,0);
	transform: translate3d(0,200px,0);
}

.grid figure figcaption::before, .grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	opacity: 0;
}
.grid figure h2 {
    font-weight: 400;
    font-family: inherit;
    font-size: 18px;
    position: relative;
    bottom: -10px;
    color: #fff;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    position: absolute;
    line-height: 34px;
    width: 100%;
}


figure.heffect figcaption h2 {
	padding: 0.0em;
	top: -188px;
	margin: 0;
	background: none;
	color: #fff; 
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.heffect:hover h2 {
	-webkit-transform: translate3d(0,200px,0);
	transform: translate3d(0,200px,0);
}

.grid figure p {
	margin: 0;
	color: #fff;
}

.grid figure p {
	font-size: 0.8em;
	line-height: 1.1em;
}

figure.heffect figcaption {
	padding: 1em;
	background: rgba(102, 51, 153, 0.0);
	z-index: 1000;
}

figure.heffect figcaption .content {
	padding: 0.0em;
	margin: 0;
	background: none;
	color: #fff; 
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	position: relative;
	top: 435px;
	width: 100%;
	height: 100%;
}

figure.heffect:hover figcaption .content {
	-webkit-transform: translate3d(0,-400px,0);
	transform: translate3d(0,-400px,0);
}

figure.heffect figcaption .content ul li a {
	text-decoration: none;
	color: #fff !important;
}

figure.heffect figcaption .content ul li a:hover {
	text-decoration: none;
	color: #dedede !important;
}

.content ul {
	padding: 0px !important;
}

.content ul li {
	list-style-type: none;
	display: inline-block;
	margin: 5px 5px 0 0;
}

.content ul li:after {
	content: '|';
	margin-left: 5px;
	color: #dedede;
}

.content ul li:last-child:after {
	content: '';
}

.content h3 {
	font-size: 16px;
	color: white;
	margin-bottom: 0px !important;
	font-weight: 600;
	margin-top: 10px;
}


figure.heffect figcaption .content2 {
	padding: 0.0em;
	margin: 0;
	background: none;
	color: #fff; 
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	position: relative;
	top: 400px;
	z-index: 1000;
}

figure.heffect:hover figcaption .content2 {
	-webkit-transform: translate3d(0,-400px,0);
	transform: translate3d(0,-400px,0);
}

figure.heffect figcaption .content2 ul li a {
	text-decoration: none;
	color: #fff !important;
}

figure.heffect figcaption .content2 ul li a:hover {
	text-decoration: none;
	color: #dedede !important;
}

.content2 ul {
	padding: 0px !important;
}

.content2 ul li {
	list-style-type: none;
	display: inline-block;
	margin: 0px 5px 0 0;
	font-size: 13px;
	line-height: 14px; 
}

.content2 ul li:after {
	content: '|';
	margin-left: 5px;
	color: #dedede;
	font-size: 13px;
}

.content2 ul li:last-child:after {
	content: '';
}

.content2 h3 {
	font-size: 16px;
	color: white;
	margin-bottom: 0px !important;
	font-weight: 600;
	margin-top: 10px;
}

figure.heffect figcaption::before,
figure.heffect figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

figure.heffect figcaption::before {
	top: 5%;
	right: 5%;
	bottom: 5%;
	left: 5%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

figure.heffect figcaption::after {
	top: 5%;
	right: 5%;
	bottom: 5%;
	left: 5%;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

figure.heffect h2 {
	
}

figure.heffect p {
	    padding: 2.5em 1.5em;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.heffect img,
figure.heffect h2 {
	-webkit-transform: translate3d(0,0px,0);
	transform: translate3d(0,0px,0);
}

figure.heffect img,
figure.heffect figcaption::before,
figure.heffect figcaption::after,
figure.heffect p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.heffect:hover img {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.heffect:hover figcaption::before,
figure.heffect:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.heffect:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.heffect:hover figcaption::after,
figure.heffect:hover h2,
figure.heffect:hover p,
figure.heffect:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.latest {
	height: 251px;
	width: 100%;
	font-family: inherit;
}

.latest .panel .panel-heading a {
	
	font-weight: 400;
	font-size: 16px;
	border-radius: 0px;
	color: #fff;
}

.latest .panel .panel-body {
	
	font-weight: 400;
	font-size: 14px;
	padding: 5px; 
}
ul#latest {
	padding: 0px; 
}

ul#latest li {
	list-style: none;
	margin: 5px 0px; 
	text-align: justify;
	color: #fff;
	padding: 10px 2px 10px ; 
}

ul#latest li a {
	text-decoration: none;
	color: #fff;
}

.student-speaks {
	height: 128px;
	width: 100%;
	font-family: inherit;
}

.student-speaks .panel .panel-heading {
	
	font-weight: 400;
	font-size: 16px;
	border-radius: 0px;
}

.student-speaks .panel .panel-body {
	
	font-weight: 400;
	font-size: 14px;
	padding: 5px; 
}
ul#testimoni {
	padding: 0px; 
	margin-bottom: 0px;
}

ul#testimoni li {
	list-style: none;
	text-align: justify;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	min-height: 70px;
}

ul#testimoni li a {
	text-decoration: none;
	color: #fff;
}

ul#testimoni li a h6 {
	color: #fff;
}

.student-speaks {
	height: 128px;
}
.programs {
	height: 232px;
}
.apply {
	height: 125px;
}
.download {
	height: 125px;
}
.placement {
	height: 367px;
}
.campus, .clubs, .scholar {
	height: 120.66px;
}
.awards, .radiongf {
	height: 236.33px;
}
.admission {
	height: 175px;
}
.microholder, .ciscoholder {
	height: 175px;
}
.transport, .hostel, .ragging, .library, .photo, .video {
	height: 175px;
}
.updates {
	width: 100%;
	height: 175px;
}
.recruit {
	margin-bottom: 5px;
	margin-top: 25px; 
}
figure.admission:hover figcaption, figure.admission h2 {
    background: rgba(127,80,33,0.9);
}
figure.microholder:hover figcaption, figure.microholder h2 {
    background: rgba(251,186,0,0.9);
}
figure.heffect img, figure.heffect h2 {
    -webkit-transform: translate3d(0,0px,0);
    transform: translate3d(0,0px,0);
}
figure.programs:hover figcaption, figure.programs h2 {
    background: rgba(149,25,129,0.9);
}
figure.apply:hover figcaption, figure.apply h2 {
    background: rgba(239,124,0,0.9);
}
figure.download:hover figcaption, figure.download h2 {
    background: rgba(148,193,28,0.9);
}
figure.placement:hover figcaption, figure.placement h2 {
    background: rgba(127,80,33,0.9);
}
figure.ragging:hover figcaption, figure.ragging h2 {
    background: rgba(127,80,33,0.9);
}
figure.library:hover figcaption, figure.library h2 {
    background: rgba(149,25,129,0.9);
}
figure.photo:hover figcaption, figure.photo h2 {
    background: rgba(127,80,33,0.9);
}
figure.video:hover figcaption, figure.video h2 {
    background: rgba(239,124,0,0.9);
}
figure.hostel:hover figcaption, figure.hostel h2 {
    background: rgba(209,5,12,0.9);
}
figure.transport:hover figcaption, figure.transport h2 {
    background: rgba(251,186,0,0.9);
}
figure.campus:hover figcaption, figure.campus h2 {
    background: rgba(0,133,205,0.9);
}
figure.clubs:hover figcaption, figure.clubs h2 {
    background: rgba(239,124,0,0.9);
}
figure.scholar:hover figcaption, figure.scholar h2 {
    background: rgba(209,5,12,0.9);
}
figure.awards:hover figcaption, figure.awards h2 {
    background: rgba(209,5,12,0.9);
}
figure.radiongf:hover figcaption, figure.radiongf h2 {
    background: rgba(149,25,129,0.9);
}
.row:before, .row:after
{
    display: table;
    content: " ";
}
table
{
    width: 100% !important;
}
@media (max-width:1211px)
{
    .content table td
    {
        font-size: 14px !important;
        padding-left:0px;
    }
}
.event-image
{
    width: 45%;
}
    /*----------------------------------------*/
/*  10. Blog Area
/*----------------------------------------*/
.blog-area {
    background: #edecec none repeat scroll 0 0;
    padding-top: 10px;
}
.blog-area .title-border:after {background: rgba(0, 0, 0, 0) url("img/icon/title-icon-2.png") no-repeat scroll 0 0}
.blog-image {position: relative}
.blog-image > a {display: inline-block; position: relative}
.box-hover a {display: block; position: relative}
.box-hover > a::after {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease-in 0s;
}
.hover-effect:hover .box-hover > a::after {
    bottom: 20px;
    left: 20px;
    opacity: 1;
    right: 20px;
    top: 20px;
}
.hover-effect:hover .box-hover.hover-large > a::after {bottom: 88px; top: 88px}
.date-time {
    position: absolute;
    right: 20px;
    top: 36%;
}
.date-time .date {
    background: #ffffff none repeat scroll 0 0;
    color: #181818;
    display: block;
    font-size: 40px;
    line-height: 45px;
    padding-left: 4px;
    width: 61px;
    position: relative;
    margin-bottom: 3px
}
.date-time .date::after {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -6px;
    position: absolute;
    top: 0;
    transform: skewX(15deg);
    width: 12px;
}
.date-time .month {
    background: #181818 none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    float: right;
    font-size: 16px;
    line-height: 35px;
    padding-left: 5px;
    position: relative;
    width: 50px;
}
.date-time .month::after {
    background: #181818 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -7px;
    position: absolute;
    top: 0;
    transform: skewX(10deg);
    width: 11px;
}
.blog-text h4 a {
   
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
}
.single-blog .margin-left {margin-left: -50px}
.blog-text {
    background: #ffffff none repeat scroll 0 0;
  border-bottom: 4px solid #fd8700;
    margin: 24px 0;
    padding: 15px 0 13px 14px;
    position: relative;
}
.blog-text > h4 {margin-bottom: 19px}
.blog-area .button-one {
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 6px;
    margin-top: 35px;
    padding: 0 26px;
}
.blog-text::after {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    right: -15px;
    top: 0;
    transform: skewX(-6deg);
    width: 30px;
}
.blog-text > p {position: relative; z-index: 9999}
.blog-link > a {
    color: #7a7a7a;
    display: inline-block;
    font-size: 20px;
    padding: 0 6px;
}
.blog-link {
    margin-top: 9px;
    text-align: center;
    transition: all 0.3s ease 0
}
.blog-link > a:hover {color: #000}
.blog-carousel .owl-item > .col-md-6 {width: 100%}



/*-------------------------------*/
/*      Code snippet by          */
/*      @maridlcrmn              */
/*-------------------------------*/


section {
      margin-top: 20px;
    margin-bottom: 20px;
}

.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
  
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#slide-quote-carousel.carousel {
  padding-bottom: 60px;
}

#slide-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#slide-quote-carousel.carousel .carousel-indicators > li {
  background-color: #fd8700;
  border: none;
}
#slide-quote-carousel blockquote {
    text-align: center;
    border: none;
    margin-bottom:5px;
}
#slide-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}

.fa-quote-left:before {
    content: "\f10d";
    color: #fd8700;
}
.name
{
    color: #fff;
    font-size: 17px;
    border-left: 3px solid #fff;
        padding-left: 9px;
}


/* Large desktop :1920px. */
@media (min-width: 1920px) {
    .container {width: 1230px}
    .slider-area .text-content {margin-top: 31.5%}
    .about-area .section-padding {
        padding-bottom: 100px;
        padding-top: 100px;
    }
    .adventure-price-link-two .adventure-link > a {margin-right: 20px}
    .single-adventure-two:hover .adventure-price-link-two span.trip-price, .single-adventure-two:hover .adventure-price-link-two span.trip-person {
        font-size: 30px;
    }
    .single-adventure-two:hover .adventure-price-link-two span.trip-person {font-size: 20px}
    .footer-widget-area::after {height: 90px}
    .footer-widget-area {padding-top: 207px}
    .contact-form {background-size: 40% 100%}
    .fun-factor-area {padding-bottom: 200px}
    .fun-factor-area::after {bottom: 0}
    .newsletter-area {padding-bottom: 211px}
    .newsletter-area::after {height: 111px}
    .slider-area.home-two-slider .text-content {margin-top: 38.5%}
    .fun-factor-area::after {height: 108px}
    .footer-widget-area.footer-widget-two {padding-top: 210px}
    .footer-widget-two.footer-widget-area::after {height: 110px}
    .slider-area.slider-three .text-content {margin-top: 52.7%}
    .slider-three .slider-icon-container {margin-top: 83.5%}
    .preview-2 .nivo-directionNav a {top: 57%}
    .slider-three .preview-2 .nivo-directionNav a.nivo-prevNav {top: 55%}
    .about-area.about-area-three::after {height: 63px}
    .about-area.about-area-three {
        padding-bottom: 0;
        padding-top: 60px;
    }
    .fun-factor-area.fun-factor-three {padding-bottom: 197px}
    .fun-factor-area.fun-factor-three::after {height: 63px}
    .banner-area {padding-top: 311px}
    .banner-area::after {height: 112px}
    .breadcrumb {margin: 72px auto 14px}
    .banner-area.grid-two::after {height: 109px}
    .banner-area.list {padding-bottom: 164px}
    .banner-area.list::after {height: 61px}
    .trip-information {background-size: 49.8% 100%}
    .trip-booking-info {
        position: relative;
        right: -127px;
    }
    .trip-information.details-two {background-size: 49.5% 100%}
    .error-area {
        background-size: 48.5% 100%;
        padding-bottom: 127px;
        padding-top: 206px;
    }
   .contact-banner .breadcrumb, .about-banner .breadcrumb, .banner-area.blog-one .breadcrumb, .banner-area.blog-two .breadcrumb, .banner-area.signin-banner .breadcrumb {
        margin: 58px auto 14px;
    } 
    .about-adventures {background-size: 49.3% 100%}
    
    .banner-area.blog-one, .banner-area.blog-two {padding-top: 296px}
    .blog-two-text-container {padding-bottom: 41px}
}
    
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {
.container {width:970px}
    .mainmenu {margin-left: 10px}
    .mainmenu ul#nav li {margin: 0 12px}
    .slider-area .text-content {margin-top: 23.2%}
    .banner-content h1 {
        font-size: 80px;
        line-height: 70px;
    }
    .banner-content h2 {font-size: 30px}
    form#banner-searchbox {margin: 25px auto 0}
    button#btn-search-category {margin-top: 24px}
    .single-service {
        height: 134px;
        width: 131px;
    }
    .single-icon {margin-top: 13px}
    .about-text h1 {
        font-size: 25px;
        line-height: 24px;
        margin-bottom: 18px;
    }
    .about-area .section-padding {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .about-area .section-title, .service-about-area .section-title {margin-bottom: 20px}
    .mainmenu ul#nav li .megamenu {
        left: -333px;
        width: 940px;
    }
    .mainmenu ul#nav li .megamenu span > a, .mainmenu ul#nav li ul.sub-menu li a {margin: 0 16px;}
    .mainmenu ul.sub-menu {
        padding: 25px 0 25px 14px;
        width: 200px;
    }
    .single-portfolio:hover .portfolio-text::after, .single-member:hover .member-text::after {top: -3px}
    .single-service::before {
        bottom: 3px;
        left: -1px;
        width: 51%;
    }
    .single-service::after {
        bottom: 3px;
        right: -1px;
        width: 51%;
    }
    .single-fun-factor {
        height: 132px;
        width: 132px;
    }
    .fun-border-left, .fun-border-right {height: 141px}
    .single-fun-factor > h5, .fun-factor-three .single-icon-three h5 {display: none}
    .fun-border-left::after {
        bottom: -29px;
        height: 49.5%;
        left: 34px;
        transform: rotate(82deg);
    }
    .fun-border-right::after {
        bottom: -29px;
        height: 49.5%;
        right: 34px;
        transform: rotate(-82deg);
    }
    .single-fun-factor::before, .single-fun-factor::after {border-width: 5px 36px}
    .best-sell-slider a {margin-bottom: 25px}
    .sell-text-container > p {
        font-size: 14px;
        line-height: 23px;
    }
    .sell-text-container > .button-one {
        line-height: 35px;
        margin-bottom: 26px;
        margin-top: 6px;
        padding: 0 33px;
    }
    .carousel-style-one .owl-controls .owl-buttons {top: -61px}
    .newsletter-area {padding-bottom: 166px}
    .newsletter-area::after {height: 67px}
    .blog-text > h4 {margin-bottom: 7px}
    .blog-text {
        margin: 0px -22px 0 0;
        padding: 10px 0 8px 12px;
    }
    .blog-area .button-one {
        line-height: 35px;
        margin-bottom: 4px;
        margin-top: 6px;
        padding: 0 21px;
    }
    .member-text h4 a {font-size: 18px}
    #footer-menu li a {
        margin-left: 9px;
        padding-left: 9px;
    }
    .service-about-area {
        margin-bottom: 80px;
        margin-top: 50px;
    }
    .about-text p {font-size: 15px}
    .fun-factor-two.fun-factor-area {padding-bottom: 223px}
    .fun-factor-two .single-fun-factor {height: 150px}
    .fun-factor-two .fun-border-left, .fun-factor-two .fun-border-right {height: 148px}
    .fun-factor-two .single-fun-factor::after {border-width: 5px 32px}
    .fun-factor-two .single-fun-factor::before, .fun-factor-two .single-fun-factor::after {border-width: 5px 33px}
    .fun-factor-two .fun-border-left::after {
        bottom: -39px;
        height: 45.5%;
        left: 33px;
        transform: rotate(98deg);
    }
    .fun-factor-two .fun-border-right::after {
        bottom: -39px;
        height: 45.5%;
        right: 33px;
        transform: rotate(-98deg);
    }
    .blog-two-area .blog-text, .blog-three-area .blog-text {padding: 20px 8px 4px 10px}
    .blog-two-area .blog-link, .blog-three-area .blog-link {margin-top: 12px}
    .single-member:hover .member-text.effect-bottom::after {top: 62px}
    .slider-three .slider-icon-container {margin-top: 64%;}
    .fun-factor-three .single-icon-three {
        height: 133px;
        width: 132px;
    }
    .fun-factor-three .icon-border-left {height: 134px}
    .fun-factor-three .icon-border-right {height: 142px}
    .single-icon-three::after {border-width: 5px 69.5px}
    .fun-factor-three .icon-border-left::after {
        bottom: -69px;
        height: 132px;
        left: 65px;
        transform: rotate(93deg);
    }
    .fun-factor-three .single-icon-three:hover::after {border-width: 5px 66.5px}
    .footer-widget-area.footer-widget-two {padding-top: 164px}   
    .adventure-price-link .trip-price {
        font-size: 22px;
        width: auto;
    }
    .adventure-price-link .trip-person {
        font-size: 16px;
        padding-left: 5px;
        top: -2px;
    }
    .adventure-price-link {padding: 0 6px 11px}
    .transparent-overlay {padding: 0 7px}
    .adventure-link > a {font-size: 17px}
    .single-adventure:hover .trip-time, .single-adventure:hover .trip-level {margin-bottom: 15px}
    .single-adventure:hover .adventure-text.effect-bottom::after {bottom: 54px}
    .single-adventure-two:hover .adventure-text-container {top: 1.75%}
    .single-adventure-two:hover .adventure-price-link-two {top: 29.5%}
    .adventure-text-two {padding: 16px 8px 17px 7px}
    .adventure-text-container h4 a {font-size: 16px}
    .adventure-list-text > h2 {
        font-size: 26px;
        margin-bottom: 5px;
    }
    .adventure-list-text > p {line-height: 24px}
    .adventure-list-image {padding-top: 5px}
    .image-bottom > li {height: 49px}
    .adventure-list-image > h2 {
        font-size: 16px;
        margin: 7px 9px 0;
        padding-bottom: 12px;
    }
    .adventure-list-image {width: 22%}
    .adventure-list-text {width: 76%}
    .adventure-list-image::after {
        height: 100%;
        top: 0;
    }
    .adventure-list-container::after {bottom: -7px}

    .details-button button#btn-search-category {padding: 0 30px}
    .details-info {margin-bottom: 35px}
    .details-info li span {
        width: auto;
        margin-right: 10px;
    }
    .trip-info-left-text .section-title {margin-bottom: 30px}
    .trip-info-left-text p, .about-adventures p {line-height: 26px}
    .trip-booking-info {padding-top: 100px}
    .trip-status, .trip-price {width: 23%}
    .trip-action {width: 18%}
    .error-area {
        background: #edecec url("img/banner/27.html") no-repeat scroll right top / 51% 100%;
        padding-bottom: 85px;
        padding-top: 140px;
    }
    .error-text-container > p {
        font-size: 19px;
        line-height: 25px;
    }
    .include-text > h4, .contact-text > h4, .about-text-container > h4 {font-size: 20px}
    .about-adventures p {
        font-size: 15px;
        line-height: 25px;
    }
    .about-adventures {
        padding-bottom: 80px;
        padding-top: 80px;
    }
    .single-skill-text > h4 {font-size: 17px}
    .advertise-area {font-size: 29px}
    .advertise-area a {font-size: 32px}
    .blog-archive {width: 99%}
    .post-img {
        margin-right: 5px;
        width: 59px;
    }
    .blog-post-two .single-blog-post-text {
        margin-top: -17px;
        padding-top: 23px;
    }
    .single-blog-post-text > p {font-size: 14px}
    .blog-two-text-container {padding-bottom: 31px}
    .blog-post-two .single-blog-post:hover .blog-two-text-container::before {left: -33px}
    .contact-us-form::after {
        left: 43%;
        transform: skewX(-9deg);
    }
    .contact-us-form.section-padding {
        padding-bottom: 70px;
        padding-top: 70px;
    }
    .contact-form {height: auto}
    #googleMap {height: 676px !important}
}
 
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
.container {width:750px}
    .logo {
        margin-left: 0;
        text-align: center;
    }
    header {position: inherit}
    .header-logo-menu {background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0}
    .logo-menu-bg, .header-three .header-logo-menu, .trip-information {background: rgba(0, 0, 0, 0) none repeat scroll 0 0}
    .mobile-menu-area {display: block}
    .slider-area .text-content {
        left: 0;
        margin-top: 6%;
        max-width: 100%;
        position: absolute;
        right: 0;
    }
    .banner-content h1 {font-size: 80px}
    form#banner-searchbox {
        margin: 30px auto 0;
        width: 673px;
    }
    .single-service {
        height: 152px;
        width: 158px;
    }
    .single-icon {margin-top: 22px}
    .about-area {background-size: 100% 100%}
    .about-area .section-padding {
        padding-bottom: 110px;
        padding-top: 110px;
    }
    .single-portfolio:hover .portfolio-text::after, .single-member:hover .member-text::after {top: -3px}
    .single-fun-factor, .single-skill-icon {width: 157px}
    .sell-text-container > p {font-size: 14px}
    .single-blog .blog-image a {margin-right: 76px}
    .single-blog .date-time {right: 96px}
    .single-blog .blog-text {
        margin: 34px -70px 24px 0;
        padding: 15px 0 13px 21px;
    }
    .blog-area .single-blog {margin-bottom: 30px}
    .single-blog .margin-left {margin-left: -126px}
    .blog-area .single-blog .blog-link {margin-right: 76px}
    .fun-factor-area::after {height: 72px}
    .newsletter-area::after {height: 56px}
    .newsletter-content button {padding: 0 28px}
    .footer-widget-area::after {height: 46px}
    .footer-link > a {margin-right: 15px}
    .payment-image > img, .single-adventure-two img, .adventure-list-text, .contact-form::before {width: 100%}
    .footer-area span {
        display: block;
        margin-bottom: 15px;
    }
    #footer-menu {text-align: left} 
    .service-about-area.text-center {
        background: #ffffff none repeat scroll 0 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    .single-service-two {padding-top: 60px}
    .slider-area.home-two-slider .text-content {margin-top: 8%}
    .fun-factor-two .single-fun-factor::after, .fun-factor-two .single-fun-factor::before {border-width: 5px 39px}
    .fun-factor-two .single-fun-factor {width: 156px}
    .fun-factor-two .fun-border-left::after, .fun-factor-two .fun-border-right::after {
        bottom: -44px;
        height: 46%;
        left: 38px;
    }
    .fun-factor-two .fun-border-right::after {
        right: 38px !important;
        left: auto
    }
    .blog-two-area .single-blog .blog-text {
        margin: 20px -125px 24px 0;
        padding: 15px 10px 13px 21px;
    }
    .single-member:hover .member-text.effect-bottom::after {top: 65px}
    .footer-widget-area.footer-widget-two {padding-top: 155px}   
    header.header-three {background: #001128 none repeat scroll 0 0}
    .slider-area.slider-three .text-content {
        left: 0;
        margin-top: 9.5%;
        right: 0;
    }
    .preview-2 .nivo-directionNav a {top: 49%}
    .slider-icon-container, .adventure-list-image, .google-map-area, .contact-us-form::after {display: none}
    .blog-three-area .single-blog .blog-text {
        margin: -16px -123px 24px 0;
        padding: 37px 29px 19px 25px;
    }
    .about-area.text-center.about-area-three {
        background: rgba(0, 192, 255, 0.4) none repeat scroll 0 0 !important;
        padding-top: 0;
    }
    .about-area.about-area-three .section-padding {padding-bottom: 50px}
    .about-area .section-title.title-three {margin-bottom: 45px}
    .adventure-link > a {
        font-size: 17px;
        margin-right: 4px;
    }
    .grid-two {padding-top: 110px}
    .widget-icon span {width: 20%}
    .widget-icon .slider-values > input {width: 24%}
    .adventure-grid-two-area .row .col-md-4:nth-child(odd) .single-adventure-two:hover .adventure-text-container{
        left: calc(100% - 19px);
        right: auto;
        text-align: left
    }
    .adventure-grid-two-area .row .col-md-4:nth-child(odd) .single-adventure-two:hover .adventure-text-container::after {
        border-color: rgba(255, 174, 0, 0) rgba(0, 0, 0, 0) rgba(255, 174, 0, 0.9) rgba(255, 174, 0, 0.9);
        right: -143px;
        transform: rotate(90deg);
        left: auto;
    }    
    .adventure-grid-two-area .row .col-md-4:nth-child(even) .single-adventure-two:hover .adventure-text-container{
        right: calc(100% - 19px);
        left: auto;
        text-align: right
    }
    .adventure-grid-two-area .row .col-md-4:nth-child(even) .single-adventure-two:hover .adventure-text-container::after {
        border-color: rgba(0, 0, 0, 0) rgba(255, 174, 0, 0.9) rgba(255, 174, 0, 0.9) rgba(0, 0, 0, 0);
        left: -143px;
        transform: rotate(-90deg);
        right: auto;
    }
    .single-adventure-two:hover .adventure-text-container {
        top: 20.25%;
        padding: 21px 8px 20px 9px;
    }
    .single-adventure-two:hover .adventure-price-link-two {top: 37.5%}
    .banner-area.list {padding-top: 100px}
    .adventure-list-text > h1 {
        margin-bottom: 7px;
        padding-top: 14px;
        position: relative;
        z-index: 999;
    }
    .adventure-list-text > h2 {
        font-size: 28px;
        margin-bottom: 3px;
    }
    .adventure-list-text > p {line-height: 26px}
    .list-buttons {margin-top: 10px}
    .list-buttons .button-one {
        line-height: 35px;
        margin-bottom: 10px;
        padding: 0 20px;
        position: relative;
        z-index: 9;
    }
    .adventure-list-container::before {top: -5px}
    .single-list-item {margin-bottom: 50px}
    .adventure-list-container {padding-left: 20px}
    .banner-area, .banner-area.contact-banner, .banner-area.about-banner, .banner-area.contact-banner, .banner-area.blog-one, .banner-area.blog-two, .banner-area.signin-banner {
        padding-top: 110px;
    }  
    .trip-information {padding: 0}
    .trip-action {width: 20%}
    .trip-status, .trip-price {width: 19%}   
    header.fixed .header-logo-menu {
        background: #212227 none repeat scroll 0 0;
        position: inherit;
    }
    .trip-information.details-two, .error-area, .about-adventures {background: rgba(33, 34, 39, 0.15) none repeat scroll 0 0}
    .details-two .trip-info-left-text {
        padding-top: 100px;
        padding-bottom: 100px
    }
    .error-area {
        padding-bottom: 80px;
        padding-top: 65px;
    }
    .blog-post-area .tooltip-icons .widget-icon > span {
        margin-bottom: 0;
        width: 12%;
    }
    .single-blog-post:first-child {margin-top: 40px}  
    .blog-post-two .single-blog-post-text {
        margin-top: -17px;
        padding-top: 23px;
    }
    .single-blog-post-text > p {font-size: 14px}
    .blog-two-text-container {padding-bottom: 36px}
    .blog-post-two .single-blog-post:hover .blog-two-text-container::before {left: -33px}
    .comment-btn {margin-top: 25px}
    .sign-in-area .section-title.title-right {
        margin-top: 80px;
        overflow: hidden;
    }
    .contact-form {height: auto}
}
 
/* small mobile :320px. */
@media (max-width: 767px) {
.container {width:300px}
    .mobile-menu-area {display: block}
    header {position: inherit}  
    .header-r-cart {margin-left: 0}
    .header-top-right {float: left}
    .logo-menu-bg, .header-three .header-logo-menu, .about-adventures, .trip-information {
        background:#FFF none repeat scroll 0 0;
        boeder:solid 1px #eee;
        border-bottom: solid 1px #eee;
        padding: 10px;
    }
    .header-logo-menu {background: #333333 none repeat scroll 0 0}
    .logo {
        margin-left: 0;
        text-align: center
    }
    .banner-content h1 {
        font-size: 28px;
        margin-bottom: 6px;
    }
    .slider-area .text-content, .slider-area.slider-three .text-content {
        left: 0;
        margin-top: 10%;
        max-width: 100%;
        right: 0;
    }
    .nivo-directionNav, .blog-text::after, .carousel-style-two.owl-theme .owl-buttons div, .single-adventure-two:hover .adventure-text-container, .blog-three-area .blog-text::before, .adventure-list-image, .adventure-list-container::before, .adventure-list-container::after, .adventure-list-link::after, .adventure-img::after, .adventures-grid.list .list-rating, .blog-post-two .single-blog-post:hover .blog-two-text-container::after, .google-map-area, .contact-us-form::after  {
        display: none;
    }
    .banner-content h2 {font-size: 17px}
    .single-service {margin: 0 auto 25px}
    .section-padding {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .section-title h1 {
        font-size: 29px;
        line-height: 42px;
    }
    .section-title {margin-bottom: 40px}
    .portfolio-area .col-md-3 .single-portfolio{margin-bottom: 30px}
    .best-sell-area .col-md-6 > img {margin-top: 40px}
    .newsletter-area {
        padding-bottom: 62px;
        padding-top: 30px;
    }
    .newsletter-area .section-title {margin-bottom: 20px}
    .newsletter-content .row .col-md-3 {
        margin: 20px auto 0;
        text-align: center;
    }
    .newsletter-area::after {height: 19px}
    .newsletter-content button {
        display: block;
        margin: 20px auto 0;
    }
    .date-time {right: 0}
    .blog-carousel .blog-text {margin: 10px 0}  
    .blog-carousel .single-blog, .single-member {margin-bottom: 20px}
    .single-blog .margin-left {margin-left: 0}
    .single-member:hover .member-text.effect-bottom::after {top: 66px}
    .member-text h4 a {font-size: 17px} 
    .footer-widget-area, .footer-widget-area.footer-widget-two, .footer-widget-area.footer-widget-three {
        padding-bottom: 60px;
        padding-top: 80px;
    }
    .single-footer-widget.contact-text-info li:last-child {margin-bottom: 0}
    .single-footer-widget {
        margin-bottom: 32px;
        overflow: hidden;
    }
    .footer-link, .payment-image {
        padding-bottom: 0;
        padding-top: 0;
    }
    .footer-link > a {
        font-size: 21px;
        height: 40px;
        margin-right: 11px;
        width: 40px;
    }
    .payment-image {margin-top: 40px}
    .payment-image > img, .adventure-list-text, .details-info > li {width: 100%}
    .footer-widget-area::after {height: 16px}
    .footer-area span {
        display: block;
        margin-bottom: 20px;
        text-align: center;
    }
    #footer-menu a {
        margin-left: 6px;
        padding-left: 6px;
    }
    #footer-menu {text-align: center}
    .section-title h1::before {
        margin-left: -135px;
        width: 100px;
    }
    .section-title h1::after {
        margin-right: -135px;
        width: 100px;
    }
    .payment-image {float: left}
    .home-two-slider .banner-content h1 {
        font-size: 25px;
        line-height: 62px;
    }
    .portfolio-area.portfolio-two {padding-top: 50px}
    .blog-area.blog-three-area {padding-top: 0}
    header.header-three {background: #001128 none repeat scroll 0 0}
    .slider-three .banner-content h1 {
        font-size: 23px;
        margin-bottom: 9px;
    }
    .slider-area.home-two-slider .text-content {margin-top: 9%}
    .newsletter-area.newsletter-two {padding-bottom: 65px}
    .portfolio-area.portfolio-three {padding-top: 40px}
    .shop-item-filter .adventure-cat {margin-bottom: 20px}
    .shop-item-filter .adventure-tab {float: left}
    .shop-item-filter .adventure-tab ul.nav li:first-child a {margin-left: 0}
    .adventure-price-link .trip-price {
        font-size: 21px;
        width: auto;
    }
    .adventure-price-link .trip-person {
        font-size: 15px;
        padding-left: 2px;
        top: -1px;
    }
    .adventure-link > a {
        font-size: 17px;
        margin-right: 3px;
    }
    .adventure-price-link {padding: 0 5px 11px}
    .transparent-overlay {padding: 0 7px}
    .single-adventure:hover .adventure-price-link {
        padding-bottom: 7px;
        padding-top: 9px;
    }
    .single-adventure:hover .trip-time, .single-adventure:hover .trip-level {margin-bottom: 10px}
    .single-adventure:hover .transparent-overlay {margin-bottom: 7px}
    .single-adventure:hover .adventure-text.effect-bottom::after {bottom: 33px}
    .adventure-text h4 a {font-size: 18px}
    .banner-area, .banner-area.contact-banner, .banner-area.about-banner, .banner-area.contact-banner, .banner-area.blog-one, .banner-area.blog-two, .banner-area.signin-banner {
        padding-top: 55px;
    }
    .pagination li {
        height: 30px;
        line-height: 25px;
        margin: 0 2px;
        width: 30px;
    }
    .adventure-tab {margin-top: 15px}
    .adventures-grid.grid-two-tab .adventure-cat.box-small {
        float: left;
        margin-top: 20px;
    }
    .banner-area.list {
        padding-bottom: 130px;
        padding-top: 100px;
    }
    .col-md-8.margin-left-list {
        margin-left: 0;
        margin-top: 30px;
        padding-left: 15px;
    }
    .adventure-list-container {
        margin-right: 0;
        padding-left: 15px;
    }
    .single-list-item .col-md-4 {padding-right: 15px}
    .single-list-item {margin-bottom: 30px}
    .adventure-list-link {
        margin: 15px 0;
        position: inherit;
    }
    .list .adventure-img {border: 3px solid #f0f0f0}
    .trip-information {padding: 0}
    .details-social-link a {
        height: 45px;
        line-height: 45px;
        margin-right: 5px;
        width: 45px;
    }
    .include-item {margin-bottom: 25px}
    header.fixed .header-logo-menu {
        background: #212227 none repeat scroll 0 0;
        position: inherit;
    }
    .trip-information.details-two, .error-area {background: rgba(33, 34, 39, 0.15) none repeat scroll 0 0}
    .details-two .trip-info-left-text {
        padding-bottom: 60px;
        padding-top: 60px;
    }
    .similar-area .single-adventure, .single-gallery-item {margin-bottom: 40px !important}
    .error-area {
        padding-bottom: 80px;
        padding-top: 65px;
    }
    .author-comments span {margin-right: 8px}
    .single-blog-post-img .date-time .date {
        line-height: 44px;
        padding-left: 13px;
        width: 71px;
    }
    .single-blog-post-img .date-time .month {
        line-height: 42px;
        padding-left: 0px;
        width: 49px;
    }
    .blog-links {
        float: left;
        margin-top: 20px;
    }
    .single-blog-post {overflow: hidden}
    .blog-button-links {margin-top: 15px}
    .blog-two-text-container {
        margin-right: 0;
        padding: 0 10px;
    }
    .blog-post-two .single-blog-post-text h4 a {font-size: 23px}
    .blog-post-two .blog-links {
        float: none;
        height: 38px;
        margin-bottom: 23px;
        overflow: hidden;
    }
    .blog-post-details .blog-links {float: left}
    .blog-post-details .blog-links a:first-child {margin-left: 0}
    .author-image {width: 55px}
    .author-image img {width: 45px}
    span.comment-time {
        border: 0 none;
        line-height: 20px;
        margin-right: 5px;
        padding-right: 0;
    }
    .single-comment.comment-reply {padding-left: 23px}
    .author-info > h4 {font-size: 15px}
    .comment-time, span.reply {line-height: 21px}
    .comment-btn {margin-top: 25px}
    .sign-in-area .section-title.title-right {margin-top: 50px}
    .contact-form::before {width: 100%}
    .contact-form {height: auto}
    .contact-information-area .contact-info {margin-bottom: 25px}
}
 
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.container {width:450px}
     .mobile-menu-area {
        display: block
    }
    .banner-content h1 {
        font-size: 54px;
        margin-bottom: 13px;
    }
    .banner-content h2 {font-size: 35px}   
    .slider-area .text-content, .slider-area.slider-three .text-content {margin-top: 21%}
.single-portfolio img, .blog-carousel .blog-image img, .team-image img, .single-gallery-item .gallery-image a img, .single-adventure img, .grid-two-tab .single-adventure-two a img, .list .adventure-img img, .blog-post-two .blog-image a img, .blog-post-two .blog-image a  {
    width: 100%;
}
    .header-top-right {
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 59%;
    }
    .home-two-slider .banner-content h1 {font-size: 46px}
    .slider-area.home-two-slider .text-content {margin-top: 28%}
    .slider-three .banner-content h1 {font-size: 43px}
    .slider-three .banner-content h2 {font-size: 35px}
    .newsletter-area {padding-bottom: 82px}
    .newsletter-area::after {height: 43px}
    .footer-widget-area::after {height: 35px}
    .footer-widget-area, .footer-widget-area.footer-widget-two, .footer-widget-area.footer-widget-three {
        padding-bottom: 60px;
        padding-top: 115px;
    }
    .single-adventure:hover .transparent-overlay {margin-bottom: 15px}
    .single-adventure:hover .adventure-text.effect-bottom::after {bottom: 11px}
    .single-sidebar-widget .hover-effect a img {display: none}
    .adventures-grid.grid-two-tab .adventure-cat.box-small {
        margin-left: 10px;
        margin-top: 16px;
    }
    .single-adventure-two:hover .adventure-price-link-two {top: 39%}
    .list-buttons .button-one {margin-right: 15px}
    .blog-links, .blog-post-two .blog-links {
        float: right;
        margin-top: 0;
    }
    .blog-two-text-container {padding: 0 10px 30px}
    .blog-post-details .blog-links {margin-top: 25px}
}
.bg
{
    background-image: url('../images/bg.jpg');
        background-repeat: no-repeat;
}
.bg::before
{
    background-color: #000;
}
.bgg
{
       background: #e3e4e4;
    margin-top: 30px;
    padding-bottom: 110px;
}
.item p
{
    color:#fff;
}
.about_team_box {
  
   
    text-align: center;
    background: url(../images/arrow12.png) right top repeat-y;
}
.about_team_box .img {
    padding-bottom: 15px;
}
.about_team_box .txt {
    font-weight: 700;
    font-size: 35px;
}
footer
{
    background-image: url('../images/footer.jpg');
}

/* common style */

.styled-icons a {

  color: #333333;

  font-size: 18px;

  height: 32px;

  line-height: 32px;

  width: 32px;

  float: left;

  margin: 5px 7px 5px 0;

  text-align: center;

  -webkit-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

}

.styled-icons a:hover {

  color: #666666;

}

.styled-icons.icon-gray a {

  background-color: #eeeeee;

  color: #555555;

  display: block;

  font-size: 18px;

  height: 36px;

  line-height: 36px;

  width: 36px;

}

.styled-icons.icon-gray a:hover {

  color: #bbbbbb;

}

.styled-icons.icon-gray.icon-bordered a {

  background-color: transparent;

  border: 2px solid #eeeeee;

}

.styled-icons.icon-gray.icon-bordered a:hover {

  border: 2px solid #d5d5d5;

}

.styled-icons.icon-dark a {

  background-color: #333333;

  color: #eeeeee;

  display: block;

  font-size: 18px;

  height: 36px;

  line-height: 36px;

  width: 36px;

}

.styled-icons.icon-dark a:hover {

  color: #5e5e5e;

}

.styled-icons.icon-dark.icon-bordered a {

  background-color: transparent;

  border: 2px solid #111111;

  color: #111111;

}

.styled-icons.icon-dark.icon-bordered a:hover {

  background-color: #111111;

  border-color: #111111;

  color: #fff;

}

.styled-icons.icon-bordered a {

  border: 1px solid #fff;

}

.styled-icons.icon-bordered a:hover {

  background-color: #777777;

  color: #fff;

}
.styled-icons .fa
{
    color: #fff;
}

.styled-icons.icon-rounded a {

  border-radius: 3px;

}

.styled-icons.icon-circled a {

  border-radius: 50%;

}

.styled-icons.icon-sm a {

  font-size: 13px;

  height: 30px;

  line-height: 30px;

  margin: 2px 7px 2px 0;

  width: 30px;

}

.styled-icons.icon-md a {

  font-size: 24px;

  height: 50px;

  line-height: 50px;

  width: 50px;

}

.styled-icons.icon-lg a {

  font-size: 32px;

  height: 60px;

  line-height: 60px;

  width: 60px;

}

.styled-icons.icon-xl a {

  font-size: 60px;

  height: 120px;

  line-height: 120px;

  width: 120px;

}

.styled-icons li {

  display: inline-block;

  margin-bottom: 0;

  margin-top: 0;

}
.text-theme-color-2, .widget .twitter-feed li::after, .work-gallery .gallery-bottom-part .title {
    color: #F2184F;
}

.mr-5 {
    margin-right: 5px !important;
}.widget.dark .list-border li {
    border-bottom: 1px dashed #404040;
}
footer ul.list li a {
    text-decoration: none;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
footer ul.list li a:hover {
    color: #fd8700;
    text-decoration: underline;
}
footer
{
    margin-top: 20px;
}
footer li  {
   list-style:none;
}
.text-gray {
    color: #808080 !important;
}
footer a {
    color: #808080;
}
.widget ul.list li, .widget .post {
    margin-bottom: 8px;
    padding-bottom: 8px;
}
.bg-theme-color-2, .line-bottom:after, .line-bottom-center:after {
    background: #fd8700 !important;
    color: #fff;
    font-size: 14px;
}
ul
{
    padding-left: 0px;
}
footer
{
    padding-top: 10px;
}
.copyright
{
    background: rgba(253, 135, 0, 0.61);
    text-align: center;
   
    border-top: 1px dashed #fff;
    padding-top: 5px;
}
    .copyright p
    {
        color: #fff;
        margin:0px;
    }
    .copyright a
    {
        color: #fff;
    }
    #ninja-slider .caption {
    font-size: 2em !important;
    font-family: 'Cinzel', serif !important;
    position: absolute !important;
    width: auto !important;
    text-align: center !important;
    color: #fff !important;
    bottom: 8% !important;
    background: rgba(253, 135, 0, 0.79)!important;
    left: 13% !important;
    padding: 3px 36px !important;
}
@media (max-width:1198px)
{
    #main-menu > li {

  
    padding-bottom: 6px;
}
#main-menu > li > a {

    font-size: 11px;
}
#header .logo img {
    width: 62%;
     height: auto;
    margin-top: 10px;
}
}
@media (max-width:992px)
{
    .navbar
    {
   
        float: left;
        background-color:#fff;
        position: relative;
        box-shadow:none !important;
       
        position: absolute !important;
        top: 30px;
    }
    #header .logo img {
    width: 74%;
    /* height: 72px; */
    display: block;
    margin-top: -25px;
}
    div.navsWrapper
    {
        display: none;
    }
    .title-border::after
    {
        display: none;
    }
}
@media (max-width:550px)
{
  
    #ninja-slider .caption
    {
        display: none;
    }  
           

}