﻿body
{
    font-family: 'Maitree', serif;
    font-size: 15px;
    color:#2d343e;
}



h1, h2, h3, h4, h5 {
    font-family: 'Cinzel', serif;
    color: #ffc000;
    position: relative;
    padding-bottom: 16px;
    text-shadow: 1px 1px 1px #000;
}
h1::before {
        background: #ffc000 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: #ffc000 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;
    background: #fff;
    box-shadow: 0px 2px 2px -1px #797777;
}
.fixed  .desktop-navbar {
    margin-top: 8px;
}
.scroll-logo {
    width: 59% !important;
}
.pb
{
    padding-bottom: 10px  !important;
     transition:all 0.5s linear;
}
.height
{
    height: 50px  !important;
     transition:all 0.5s linear;
}

/* Topbar */
.topbar {
    color: rgba(255, 255, 255, 0.3);
    /*background-color: #262626;*/
    background-color:#19A83B;
    padding-top: 10px;
}

    .topbar ul li {
        list-style-type: none;
        display: inline-block;
    }

        .topbar .touch li {
      
        }

            .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: #ffffff;
}

            .topbar .touch p a {
                color: #ffc000;
            }

                .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 {

    margin-bottom:0px;
}

    .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 img {
        width: 75%;
        
      
    }

/* Main menu */
#main-menu {
    /*background: #ffc000;*/
    background:#19A83B;
    margin-bottom: 0px;
    padding: 10px;
}

    #main-menu > li {
        display: inline-block;

     
    }


            #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: #000 !important;*/
    color:white !important;
    position: relative;
    font-weight: bolder;
    /*border-right: 2px solid #000000;*/
    border-right:2px solid white;
    padding: 0px 12px;
}

    #main-menu li a.carret {
        padding-right: 25px;
    }

        #main-menu li a.carret:after {
            position: absolute;
            top: 0;
            right: 11px;
            font-family: FontAwesome;
            content: "\f107";
        }
         #main-menu ul li {
        border-right: none !important;
    }
    #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;
  
        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 {
    display: none;
    opacity: 0;
    position: absolute;
    padding-top: 5px;
    top: 70%;
    margin: 0;
    margin-left: 15px;
    min-width: 230px;
    margin-bottom: 0;
        -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.rtl > ul {
    right: 0;
}

#main-menu li:hover > ul {
    display:block;
    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: 4px 6px;
    display: block;
    white-space: nowrap;
    color: rgba(0, 0, 0, 0.85)!important;
    margin: 0 10px;
    border-right: none;
}
    #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;
    padding-left: 0px;
    background-color: #fff;
}

 #main-menu.custom ul > li {
    background-color: transparent;
    border-top: 1px solid rgb(255, 192, 0)!important;
}
/* 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";
    }
.slicknav_menu {
    display: none;
}

@media (max-width: 992px) {
    #header {
        position: relative !important;
    }

    #main-search .main-form {
        margin-top: 4px;
    }

    .mobile-navbar {
        display: block;
        padding:5px;
    }


    .desktop-navbar {
        display: none;
    }
    .slicknav_menu {
        display: block !important;
    }
    #header-space {
        display: none;
    }
}
.slicknav_menu .slicknav_icon {
    float: right;
    margin: 0.188em 0 0 0.438em;
    position: relative;
    z-index: 9999;
}

#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: #ffc000;*/
    color:white;
    font-size: 29px;

}
/* :::::::::::::: */
/* : END HEADER : START BODY */
/* :::::::::::::: */

span.more
{

     background: #ffc000;
    padding: 4px 17px;
    color: #000;
}
    span.more a
    {
        color: #000;
    }
/*----------------------------------------*/
/*  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: #fff;
}
.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(131, 10, 1, 0.79) 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(131, 10, 1, 0.79) 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(131, 10, 1, 0.79) 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;
    border: 1px solid #830a01;
}
.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 #830a01;
    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              */
/*-------------------------------*/



.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: #830a01;
  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: #830a01;
}
.name
{
    color: #fff;
    font-size: 17px;
    border-left: 3px solid #fff;
        padding-left: 9px;
}



 
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {

     .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}
}



@media (max-width:1198px)
{
    #main-menu > li {

  
    padding-bottom: 6px;
}
    h1.sp-layer {
    top: 81% !important;
    left: 0% !important;
    color: #fff;
    font-size: 47px !important;
}

}


.headings h2
{
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.headings p>br
{
    display: none;
}

.headings h4
{
    padding-bottom: 0px !important;
}
.book
{
    background: #830a01;
    color: #fff;
    padding: 6px 16px;
}
.portfolio-text h4
{
    padding-bottom: 0px;
}
h4.widget-title
{
    color: #fff;
}
.rotate {
    vertical-align: top;
    position: fixed;
    right: -56px;
    z-index: 9999;
    top: 60%;
    background: #830a01;
    transform: rotate(7deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    border: 1px dashed #fff;
}
.myModal input {
    width: 100%;
    height:35px;
    margin-bottom:10px;
    border: 1px dashed #830a01;
    padding:5px;
}
.myModal textarea {
    width: 100%;
    min-height:135px;
    margin-bottom:10px;
    border: 1px dashed #830a01;
     padding:5px;
}
.myModal input[type=submit] {
    width: 10%;
    margin: 0 auto;
    background:#830a01;
    color:#fff;
    padding-left:7px !important;
}
.modal.in .modal-dialog {
    top: 20%;
}
.no-padding {
    padding: 0px;
}
li.gal-item {
    list-style: none;
}
.carousel-control 			 { width:  4%; }
.carousel-control.left,.carousel-control.right {margin-left:15px;background-image:none;}
@media (max-width: 767px) {
	.carousel-inner .active.left { left: -100%; }
	.carousel-inner .next        { left:  100%; }
	.carousel-inner .prev		 { left: -100%; }
	.active > div { display:none; }
	.active > div:first-child { display:block; }

}
@media (min-width: 767px) and (max-width: 992px ) {
	.carousel-inner .active.left { left: -50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		 { left: -50%; }
	.active > div { display:none; }
	.active > div:first-child { display:block; }
	.active > div:first-child + div { display:block; }
}
@media (min-width: 992px ) {
	.carousel-inner .active.left { left: -25%; }
	.carousel-inner .next        { left:  25%; }
	.carousel-inner .prev		 { left: -25%; }	
}
.carousel-inner .item img {
    width: 100%;
}

.slicknav_menu .slicknav_icon {
    float: right;
    margin: 0.188em 67px 0 2.438em !important;
}
.serv {
    padding-left: 10px;
    background: #262626;
    max-height: 450px;
    min-height: 450px;
    color: #fff;
    font-size: 18px;
}
marquee {
    text-align: center;
}
ul {
    padding-left: 0px;
}
.serv li {
    
    text-decoration: none;
    line-height: 34px;
}
.serv li a
{
  
    color: #fff;
}
.serv li .fa {
color: #ffc000;
    padding-right: 10px;
}
.owl-dots {
    display: none;
}
blockquote {
   padding:0px !important;
    margin: 0 0 20px;
    font-size: inherit;
    border-left: none;
}
.rev input, .rev textarea {
    width: 100%;
    margin-bottom:8px;
    padding:5px;
}
textarea {
    min-height: 120px;
}
.submit {
    background: #ffc000;
    width: auto !important;
    border: none;
    padding: 4px 13px;
    font-weight: bold;
}
.mb {
    margin-bottom: 20px;
}
.mt {
    margin-top: 20px;
}
.pack {
    text-align: center;
}
.pack img {
    width: 100%;
}
.pack span {
    display: block;
    color: #fff;
    margin-bottom: 10px;
}
 .pack h4 {
    padding-bottom: 0px;
    margin-top: 0px;
    font-weight: bold;
}
.pcap {
    background: #262626;
    padding-top: 10px;
    padding-bottom:10px;
}
.pack a {
    color: #262626;
    background: #ffc000;
    font-size: 14px;
    padding: 2px 11px;
    font-weight: bold;
}
.pil img {
    border-radius: 10px;
    -webkit-box-reflect: below 5px -webkit-gradient(linear, right top, right bottom, from(transparent), color-stop(40%, transparent), to(rgba(255, 255, 255, 0.18)));
}

.pil span {
    color: #262626;
   font-weight:bold;
}
.pil h4 {
    margin-top: 9px;
}

@media (max-width:1433px) {
   
    .serv {
    padding-left: 10px;
    background: #262626;
    max-height: 450px;
    min-height: 335px;
    color: #fff;
    font-size: 18px;
}
}

.new-col {
    width: 20%;
    float: left;
    padding: 8px;
}
.about_team_box .img {
    padding-bottom: 15px;
}
.about_team_box {
    text-align: center;
    background: url(../images/arrow12.png) right top repeat-y;
}
.mtt {
    margin-top: 50px;
}
.about_team_box .txt {
    font-weight: 700;
    font-size: 35px;
}
h1.sp-layer {
    top: 69% !important;
    left: 0% !important;
    color: #fff;
    font-size: 69px !important;
    line-height: 100px;
    font-weight: 400;
    display: block;
    z-index: 9999;
    right: 0%;
    margin: 0 auto !important;
    display: block;
    text-align: center;
    font-family: 'Lustria', serif;
}

h1.sp-layer a {
    font-size: 29px;
    padding: 12px 57px;
    background: rgb(34, 146, 77);
    color: #fff;
}
footer {
 /*background: #262626;*/
 background:#0F7EC0;
    color: #fff;
}
.copyright {
    /*background: #ffc000;*/
    background:#19A83B;
    padding-top: 10px;
    border-top: 1px dashed #000;
    /*color: #000;*/
    color:white;
}
    .copyright p a {
        /*color: #000;*/
        color:white;
    }
li {
    list-style: none;
    line-height:29px;
}
footer li a {
    color: #fff;
}
footer li .fa {
    color: #ffc000;
    padding-right: 5px;
}
.dt-sc-social-icons li.youtube:hover, #footer .footer-links .dt-sc-social-icons li.youtube:hover {
    background: #ff3431;
        color:#fff !important;
}
.dt-sc-social-icons li.twitter:hover, #footer .footer-links .dt-sc-social-icons li.twitter:hover {
    background: #2caae1;
       color:#fff !important;
}
.dt-sc-social-icons li.facebook:hover, #footer .footer-links .dt-sc-social-icons li.facebook:hover {
    background: #3c5b9b;
 
}
#footer .widget .dt-sc-social-icons li:hover a{
    color: #fff !important;
}
.dt-sc-ico {
    padding-left: 30px;
    position: relative;
}
 .dt-sc-ico .fa {
    left: 0;
    position: absolute;
    top: 6px;
    font-size: 20px;
}
 .footer-row2 .dt-sc-ico p {
    font-size: 13px;
    color: #8b8b8b;
}
 
  

.dt-sc-ico > h5 {
    margin-bottom: 0;
      color: #fff;
 
}
.type2 {
    padding: 42px 0px;
}
a:hover {
    color: #fff;
}
#pcon {
    text-align: justify;
    -webkit-box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    padding: 20px;
    border-radius: 20px;
    position: relative;
    top: 0px;
    transition: all 0.5s linear;
}
    #pcon:hover {
        top: -7px;
            background: #99da3a7d;
    }
#banner img {
    width: 100%;
}
.inner h2::before {
    background: #ffc000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -193.5px;
    position: absolute;
    text-align: center;
    width: 160px;
}
.inner h2::after {
    background: #ffc000 none repeat scroll 0 0;
    bottom: 0px;
    content: "";
    height: 1px;
    right: 50%;
    margin-right: -193.5px;
    position: absolute;
    text-align: center;
    width: 160px;
}
.inner h4, .inner h3 {
    padding-bottom: 0px;
}
h2 {
    position: relative;
}
 h2::before {
    background: #ffc000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -193.5px;
    position: absolute;
    text-align: center;
    width: 160px;
}
 h2::after {
    background: #ffc000 none repeat scroll 0 0;
    bottom: 0px;
    content: "";
    height: 1px;
    right: 50%;
    margin-right: -193.5px;
    position: absolute;
    text-align: center;
    width: 160px;
}
 
.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #ffc000 !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.carousel-inner,.carousel,.item,.fill {
  height:100%;
  width:100%;
  background-position:center center;
  background-size:cover;
}
.slide-wrapper{display:inline;}
.slide-wrapper .container{padding:0px;}

/*------------------------------ vertical bootstrap slider----------------------------*/
.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
     -moz-transition: 0.6s ease-in-out top;
      -ms-transition: 0.6s ease-in-out top;
       -o-transition: 0.6s ease-in-out top;
          transition: 0.6s ease-in-out top;
}
.vertical .carousel-inner {
  height: 100%;
}
.carousel.vertical .active {
  top: 0;
}

.carousel.vertical .next {
  top: 100%;
}

.carousel.vertical .prev {
  top: -100%;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

.carousel.vertical .active.left {
  top: -100%;
}

.carousel.vertical .active.right {
  top: 100%;
}

.carousel.vertical .item {
    left: 0;
}
  
/*------------------------------- vertical carousel indicators ------------------------------*/
.carousel-indicators {
    position: absolute;
    top: 228px;
    bottom: 0;
    margin: auto;
    height: 20px;
    width: auto;
    left: 0;
    right: 0;
}
.carousel-indicators li{ margin-bottom:5px; border:1px solid #000;    width: 29px;background-color:rgb(255, 192, 0);
    height: 8px; }
.carousel-indicators li.active{margin-bottom:5px;    height: 8px; width: 29px;border-color:rgb(255, 192, 0);background:#000;}
.carousel-inner {
    text-align: center;
    min-height: 200px;
    max-height: 200px;
    border: 1px dashed #ccc;
    padding: 20px 1px;
    border-radius: 10px;
    box-shadow: 4px 27px 26px -29px #8c8b8b;
}
.carousel-inner span {
    font-family: 'Cinzel', serif;
    color: #ffc000;
    position: relative;
    padding-bottom: 16px;
    text-shadow: 1px 1px 1px #000;
}
.icon {
    display: inline-block;
    padding-right: 10px;
    font-size: 35px;
}
.hestia-description {
    text-align: center;
}
table {
    text-align: center;
    width:49% !Important;
    float:left !important;
    margin-left:10px;
}
tr:first-child {
    color: #ffc000;
    background: #262626;
    text-transform:uppercase;
    text-align:center;
}
td {
    padding: 5px;
    text-align:left;
   width:25%;
   text-transform:capitalize;
}
.big {
    width: 100% !important;
}
.nob td:last-child {
    border: none;
   
}
@media (max-width:1789px) {
    .serv {
    padding-left: 10px;
    background: #262626;
    max-height: 415px;
    min-height: 415px;
    color: #fff;
    font-size: 18px;
}
   .slider-pro img.sp-image, .slider-pro img.sp-thumbnail {
        min-height: 415px !important;
    }
    .sp-image-container, .sp-slide, .sp-mask{
        min-height: 415px !important;
    }

   .serv h2{
    margin-top: 4px;
    margin-bottom: 6px;
}
   h2::before {
    background: #ffc000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 78%;
    margin-left: -193.5px;
    position: absolute;
    text-align: center;
    width: 83px;
}
   h2::after {
    background: #ffc000 none repeat scroll 0 0;
    bottom: 0px;
    content: "";
    height: 1px;
    right: 20%;
   margin-right:0px;
    position: absolute;
    text-align: center;
    width: 83px;
}
          }
@media (max-width:1233px) {
   h1.sp-layer {
        top: 65% !important;
        left: 0% !important;
        color: #fff;
        font-size: 47px !important;
    }
   h2::before {
    background: #ffc000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 104%;
    margin-left: -193.5px;
    position: absolute;
    text-align: center;
    width: 83px;
}
   }
@media (max-width:992px)
{
    #header .logo img {
    width: 100%;
}
    .navbar
    {
   
        float: left;
        background-color:#fff;
        position: relative;
        box-shadow:none !important;
       
        position: absolute !important;
        top: 30px;
    }

    div.navsWrapper
    {
        display: none;
    }
    .title-border::after
    {
        display: none;
    }
}
@media (max-width:770px)
{
    .serv
{
    display: none;
}
    .sp-image-container, .sp-slide, .sp-mask {
        min-height:auto !important;
    }
      h1.sp-layer {
        display: none !Important;
    } 
}

@media (max-width:786px)
{
.new-col {
    width: 30%;
    float: left;
    padding: 8px;
}
#header .logo img {
    width: 70%;
}
table {
    text-align: center;
    width:100% !Important;
   
    margin-left:10px;
}
h4 {
    font-size: 16px;
}
    .pil {
        margin-bottom: 40px;
    }
    li.none {
        display: none !important;
    }
}
@media (max-width:754px) {
    .new-col {
        width: 50%;
        float: left;
        padding: 8px;
    }
}
@media (max-width:555px) {
    .touch li p {
        font-size: 13px;
    }
    .about_team_box .txt {
    font-weight: 700;
    font-size: 25px;
}
    .img img {
        width: 100%;
    }
    .touch .glyphicon {
    content: "\e145";
    color: #ffc000;
    font-size: 19px;
}
    .slicknav_menu {
    position: absolute;
    /* z-index: 30; */
    top: 59px !important;
    /* right: 12px; */
    width: 100%;
    background: #fff;
}
}
@media (max-width: 386px)
{
.touch .glyphicon {
    content: "\e145";
    color: #ffc000;
    font-size: 14px;
}
}

.cb {
    position: fixed;
    left: 0px;
    z-index: 999;
    top: 70%;
    background-color: #e68f12;
    border-color: #d07600;
    float: left;
    left: -60px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.modal input {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px dashed #ccc;
}
.modal textarea {
    min-height: 120px;
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px dashed #ccc;
}
.modal-body input[type=submit] {
    width: 16%;
}
.modal-header .close {
    margin-top: 7px;
    position: relative;
    z-index: 10;
}
.vertical .carousel-inner blockquote p
{
    color:#1b34b5;
}

.name {
    background:#fff;
    width: 94%;
    /* margin: 0 auto; */
    padding: 9px 6px;
    border: 1px solid #ffeca2;
    margin-bottom: 16px;
    box-shadow: 0 0 0 5px #f6f6f6;
    display:block !Important;
    color:#484748 !important;
    font-size:12px;
}
.msg
{
    min-height: 200px;
}
.radPopupImage img
{
        border-width: 0px;
    position: absolute;
    right: 64px;
    width:auto;
}
input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   color: #383737 !important;
}
input[type="text"]::-moz-placeholder { /* Firefox 19+ */
   color: #383737 !important;
}
input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color: #383737 !important;
}
input[type="text"]:-moz-placeholder
{ /* Firefox 18- */
    color: #383737 !important;
}
.msg::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   color: #383737 !important;
}
.msg::-moz-placeholder { /* Firefox 19+ */
   color: #383737 !important;
}
.msg:-ms-input-placeholder { /* IE 10+ */
  color: #383737 !important;
}
.msg:-moz-placeholder
{ /* Firefox 18- */
    color: #383737 !important;
}
.Over_Windows
{
    width: 100% !important;
  
   color:#383737 !important;
    border:none !important;
      font-size:12px !important;
        font-family: 'Slabo 27px',Arial, serif !important;
        background:none !important;
}
.Focus_Windows
{
    width: 100% !important;
  
      font-size:12px !important;
   color:#383737 !important;
   font-family: 'Slabo 27px',Arial, serif !important;
      border:none !important;
        background:none !important;
}
.date {
    width: 100% !important;
    font-size: 12px !important;
    color: #383737 !important;
    font-family: 'Slabo 27px',Arial, serif !important;
    border: none !important;
    background: none !important;
}
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    border: 3px solid #004884;
    color: #004884;
    background: none;
    padding: 3px 18px;
}

.dt-sc-ico a {
    color: #fff;
}

li.gal-item img {
    width: 100%;
    border: 3px double #ffc000;
    box-shadow: 0px 9px 16px -7px #000;
}
li.gal-item {
    padding-left: 0px;
}




@media (max-width:700px) {
    .foot-site-status, .copyright-content {
        text-align: center;
    }
}
.nnp {
    padding: 5px !important;
}
    .nnp p {
        display: none;
    
    }
.nnp h4{

    font-size:14px;
}


