﻿@font-face {
    font-family: "Elysio Bold";
    src: url("../webfont/Elysio-Bold.eot");
    src: url("../webfont/Elysio-Bold.eot");
    src: url("../webfont/Elysio-Boldd41d.eot?#iefix") format("embedded-opentype"), url("../webfont/Elysio-Bold.html") format("woff2"), url("../webfont/Elysio-Bold.woff") format("woff"), url("../webfont/Elysio-Bold.ttf") format("truetype"), url("../webfont/Elysio-Bold.svg#Elysio Bold") format("svg");
}

@font-face {
    font-family: "Elysio";
    src: url("../webfont/Elysio.eot");
    src: url("../webfont/Elysiod41d.eot?#iefix") format("embedded-opentype"), url("../webfont/Elysio.html") format("woff2"), url("../webfont/Elysio.woff") format("woff"), url("../webfont/Elysio.ttf") format("truetype"), url("../webfont/Elysio.svg#Elysio") format("svg");
}

@font-face {
    font-family: "Light";
    src: url("../webfont/Elysio-Light.eot");
    src: url("../webfont/Elysio-Lightd41d.eot?#iefix") format("embedded-opentype"), url("../webfomodalnt/Elysio-Light.html") format("woff2"), url("../webfont/Elysio-Light.woff") format("woff"), url("../webfont/Elysio-Light.ttf") format("truetype"), url("../webfont/Elysio-Light.svg#Elysio") format("svg");
}

body {
    /*font-family: 'Open Sans' , sans-serif;*/
    font-family: "Elysio", Helvetica, Arial, sans-serif;
    background: url(../images/bgd-default.jpg);
    background-repeat: repeat;
    font-size: 16px;
    overflow-x: hidden !important;
    color: #838282;
}

.fullwidth {
    width: 100% !important;
}

.container1 {
    background-color: White;
}

.marg10 {
    margin: 10px !important;
}

.middle {
    margin: auto !important;
}

.marg20 {
    margin: 20px !important;
}

.pad10 {
    margin: 10px !important;
}

.margtopbottom {
    margin: 10px 0 !important;
}

.pad20 {
    margin: 20px !important;
}

.zeromarg {
    margin: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
}

.zeropadding {
    padding: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}

.mainmenu {
    margin-bottom: 10px;
}

.marbottom20 {
    margin-bottom: 20px !important;
}

.martop10 {
    margin-top: 10px !important;
}

.no-radius {
    border-radius: 0 !important;
}

.min-height-70vh {
    min-height: 70vh;
}

.min-height-5vh {
    min-height: 5vh !Important;
}
/* ****************************** */
.navbar-brand img {
    height: 80px;
}
/* ******* Affix ******* */
.nav_static {
    background-color: White;
    z-index: 9999;
    border-radius: 0px; /* padding: 10px 0;*/
}

.affix {
    top: 0;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    padding: 0 0;
}

.affix-top {
    position: static;
    top: -35px;
}

.affix + .container-fluid {
    padding-top: 70px;
}
/* ****************** menu ********************* */
.custom-nav {
    border-radius: 0;
    background: #fff;
    transition: background 0.25s ease;
    -webkit-transition: background 0.25s ease;
    -moz-transition: background 0.25s ease;
    -ms-transition: background 0.25s ease;
    color: #fff;
    border: none;
    z-index: 999;
    margin-bottom: 0;
}

.icon-bar {
    background-color: #fff;
}

.navbar-toggle {
    margin-top: 18px;
}

.custom-nav .navbar-brand {
    padding: 15px;
    height: auto;
    text-align: right;
}

.custom-nav .navbar-nav li a {
    font-family: "Elysio Bold", Helvetica, Arial, sans-serif;
    padding: 20px 25px;
    color: #333;
    font-size: 16px;
    text-align: center;
    border-color: #333;
    border-bottom: 0px solid transparent;
    font-weight: 500;
}

    .custom-nav .navbar-nav li a i {
        display: block;
        margin-right: 5px;
        padding: 9px 0;
        border-radius: 50%;
        border: 2px solid;
        height: 40px;
        width: 40px;
        margin: auto;
        margin-bottom: 10px;
        font-size: 18px;
        text-align: center;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

.custom-nav .navbar-nav > li > a:hover i {
    border-style: dotted;
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
}

@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes spinAround {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg);
    }
}

.custom-nav .dropdown-menu {
    background-color: #f5f5f5;
    padding: 0 0;
    border-radius: 0;
}

    .custom-nav .dropdown-menu li a {
        font-family: "Elysio", Helvetica, Arial, sans-serif;
        color: #111;
        padding: 7px 10px;
        text-align: left;
    }

.custom-nav .navbar-nav li a:hover, .custom-nav .navbar-nav li a:focus {
    background: rgba(255, 255, 255, 0.3);
}

.custom-nav .dropdown-menu li a:hover, .custom-nav .dropdown-menu li a:focus {
    background: rgba(0, 0, 0, 0.1);
}

.custom-nav .nav .open > a, .custom-nav .nav .open > a:hover, .custom-nav .nav .open > a:focus {
    background: rgba(255, 255, 255, 0.3);
}

.navbar-toggle {
    margin-top: 18px;
    background: #f7b90a;
    border-radius: 0;
    margin-top: 7%;
}

.custom-nav .navbar-nav li > a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 0;
    background: inherit;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.custom-nav .navbar-nav li > a:hover::after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.custom-nav .dropdown-menu li a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 0;
    background: inherit;
    visibility: hidden;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
}

.custom-nav .dropdown-menu li a:hover::after {
    visibility: hidden;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.custom-nav .navbar-nav li > a.teal:hover {
    color: #008080;
    border-color: #008080;
}

    .custom-nav .navbar-nav li > a.teal:hover::after {
        background: #008080;
    }

    .custom-nav .navbar-nav li > a.teal:hover i {
        background: #008080;
        color: #fff;
        border-color: rgba(0,0,0,0.3);
    }

.custom-nav .navbar-nav li > a.yellow:hover {
    color: #f7b90a;
    border-color: #f7b90a;
}

    .custom-nav .navbar-nav li > a.yellow:hover::after {
        background: #f7b90a;
    }

    .custom-nav .navbar-nav li > a.yellow:hover i {
        background: #f7b90a;
        color: #fff;
        border-color: rgba(0,0,0,0.3);
    }

.custom-nav .navbar-nav li > a.brown:hover {
    color: #D27B24;
    border-color: #D27B24;
}

    .custom-nav .navbar-nav li > a.brown:hover::after {
        background: #D27B24;
    }

    .custom-nav .navbar-nav li > a.brown:hover i {
        background: #D27B24;
        color: #fff;
        border-color: rgba(0,0,0,0.3);
    }

.custom-nav .navbar-nav li > a.orange:hover {
    color: #FFA500;
    border-color: #FFA500;
}

    .custom-nav .navbar-nav li > a.orange:hover::after {
        background: #FFA500;
    }

    .custom-nav .navbar-nav li > a.orange:hover i {
        background: #FFA500;
        color: #fff;
        border-color: rgba(0,0,0,0.3);
    }

.custom-nav .navbar-nav li > a.light-green:hover {
    color: #36BF88;
    border-color: #36BF88;
}

    .custom-nav .navbar-nav li > a.light-green:hover::after {
        background: #36BF88;
    }

    .custom-nav .navbar-nav li > a.light-green:hover i {
        background: #36BF88;
        color: #fff;
        border-color: rgba(0,0,0,0.3);
    }

.custom-nav .navbar-nav li > a.gold:hover {
    color: #FFD700;
    border-color: #FFD700;
}

    .custom-nav .navbar-nav li > a.gold:hover::after {
        background: #FFD700;
    }

    .custom-nav .navbar-nav li > a.gold:hover i {
        background: #FFD700;
        color: #fff;
        border-color: rgba(0,0,0,0.3);
    }

.custom-nav .navbar-nav li > a.lime:hover {
    color: #97B43D;
    border-color: #97B43D;
}

    .custom-nav .navbar-nav li > a.lime:hover::after {
        background: #97B43D;
    }

    .custom-nav .navbar-nav li > a.lime:hover i {
        background: #97B43D;
        color: #fff;
        border-color: rgba(0,0,0,0.3);
    }

.custom-nav .navbar-nav li > a.navy:hover {
    color: #193C56;
    border-color: #193C56;
}

    .custom-nav .navbar-nav li > a.navy:hover::after {
        background: #193C56;
    }

    .custom-nav .navbar-nav li > a.navy:hover i {
        background: #193C56;
        color: #fff;
        border-color: rgba(0,0,0,0.3);
    }

.custom-nav .navbar-nav li > a.purple:hover {
    color: #5A3369;
    border-color: #5A3369;
}

    .custom-nav .navbar-nav li > a.purple:hover::after {
        background: #5A3369;
    }

    .custom-nav .navbar-nav li > a.purple:hover i {
        background: #5A3369;
        color: #fff;
        border-color: rgba(0,0,0,0.3);
    }

.custom-nav .navbar-nav li > a.light-blue:hover {
    color: #22B2F1;
    border-color: #22B2F1;
}

    .custom-nav .navbar-nav li > a.light-blue:hover::after {
        background: #22B2F1;
    }

    .custom-nav .navbar-nav li > a.light-blue:hover i {
        background: #22B2F1;
        color: #fff;
        border-color: rgba(0,0,0,0.3);
    }
/* *************************************** */
.sh-bg {
    background-image: url(../images/sh1.png);
    background-position: center top;
    background-repeat: no-repeat;
    height: 69px;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.banner img {
    min-height: 90vh;
}

.banner .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 104vh;
}

.bg-banner {
    background: #2d201b;
}

    .bg-banner:before {
        content: "";
        position: absolute;
        height: 100%;
        /*width: 78px;*/
        right: 100%;
        z-index: 99;
        border-bottom: 90vh solid;
        border-image: url(../images/bg.png);
        transform: translateX(3%);
        border-left: 10vh solid transparent;
    }

.registration {
    padding: 1em;
    color: #fff;
    margin: 0.5em 0;
}

    .registration .title {
        font-family: "Elysio Bold", Helvetica, Arial, sans-serif;
        color: #cf9d3c;
        font-size: 22px;
        letter-spacing: 3px;
        font-weight: 600;
        font-style: italic;
        text-align: center;
        text-transform: capitalize;
        /*text-shadow: 2px 9px 10px rgba(0, 0, 0, 0.48);*/
        text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.48);
        border-bottom: 1px solid #eee;
    }

.banner .carousel-indicators {
    bottom: 0 !important;
}
/* **************************************************** */
.about {
    padding: 1em 0;
    background-image: url(../images/sh.png);
    background-repeat: no-repeat;
    background-position: center top;
}

h3.w3ls-tittle, h2.w3ls-tittle {
    font-family: "Elysio Bold", Helvetica, Arial, sans-serif;
    font-style: oblique;
    text-align: center;
    font-size: 52px;
    /* color: #cf9d3c; */
    color: #e06926;
    margin-bottom: 30px;
    margin-top: 0;
}
    /*h3.w3ls-tittle:after, h3.w3ls-tittle:before {
	width: 120px;
	height: 1px;
	display: inline-block;
	vertical-align: middle;
	content: "";
	background: #000;
	margin: 0 2%;
}*/
    h3.w3ls-tittle:after {
        content: url("../images/border.png");
        width: 100%;
        display: block;
        vertical-align: middle;
        margin: 0 auto;
    }

.read-more {
    font-family: "Elysio Bold", Helvetica, Arial, sans-serif;
    text-align: center;
    font-size: 20px;
    color: #e53947;
    /* background:-webkit-linear-gradient(45deg, #09009f, #00ff95 80%);;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	 /*background: -webkit-linear-gradient(180deg, #20d497 0%, #744fff 100%);
	  background: linear-gradient(180deg, #20d497 0%, #744fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
    margin-bottom: 50px;
}

    .read-more:hover, .read-more:focus {
        text-decoration: none;
        color: #926919;
    }

    .read-more:after {
        width: 50px;
        height: 2px;
        display: inline-block;
        vertical-align: middle;
        content: "";
        background: #926919;
        margin: 0 2%;
    }

.about h5 {
    font-size: 17px;
    text-align: center;
    color: #464646;
    line-height: 2em;
    margin-bottom: 30px;
    font-weight: 600;
}

.services {
    background: url(../images/mosiac-background.png) #ffffff;
    background-repeat: repeat;
    padding: 1em 0;
}

.inner-service {
    text-align: center;
    position: relative;
    padding: 1em;
}

    .inner-service .icon {
        display: inline-block;
        width: 120px;
        height: 120px;
        /* line-height: 106px; */
        padding: 25px 0;
        margin-bottom: 20px;
        font-size: 41px;
        color: #fff;
        z-index: 1;
        position: relative;
        transition: all 0.5s ease 0s;
        text-align: center;
        border: 3px solid #57adb8;
        border-radius: 50%;
    }

    .inner-service:hover .icon {
        transform: rotateY(360deg);
    }

    .inner-service .icon:before {
        content: "";
        /* background: #e53947;*/
        background: #57adb8;
        border-radius: 50%;
        position: absolute;
        top: 20px;
        left: 20px;
        bottom: 20px;
        right: 20px;
        z-index: -1;
        transition: all 0.5s ease 0.5s;
    }

    .inner-service:hover .icon:before {
        transform: rotateX(360deg);
    }

    .inner-service .service-title {
        color: #e53947;
        font-family: "Elysio Bold", Helvetica, Arial, sans-serif;
        font-size: 30px;
        margin-bottom: 20px;
    }

    .inner-service p {
        font-size: 17px;
        text-align: center;
        color: #464646;
    }

    .inner-service:hover {
        box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
    }

.contact {
    padding: 1em 0;
}

.contact-details {
    background: #f5f5f5;
    padding: 1em;
    text-align: center;
    margin: 1em 2em;
    display: block;
}

.contact-icon {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 2px solid #57adb8;
    padding: 7px;
    text-align: center;
    font-size: 40px;
    margin: auto;
    float: left;
    margin: auto;
    margin-left: -50px;
    margin-right: 10px;
    background: #fff;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

    .contact-icon i {
        color: #57adb8;
    }

.contact-details-inner {
    float: left;
    text-align: center;
    width: 87%;
}

.contact-details:hover .contact-icon {
    box-shadow: 0px 0px 0px 55px #57adb8 inset !important;
}

    .contact-details:hover .contact-icon i {
        color: #fff;
    }

.contact-details .contact-title {
    color: #57adb8;
    font-size: 30px;
    font-family: "Elysio Bold", Helvetica, Arial, sans-serif;
}

.contact input[type="text"], .contact input[type="email"] {
    width: 100%;
    padding: .8em;
    background: transparent;
    border: none;
    border-bottom: 1px solid #000;
    margin: 1em 1em 1em 0;
    color: #000;
    outline: none;
    letter-spacing: 1px;
}

.contact textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    resize: none;
    padding: .8em;
    height: 6em;
    margin-top: 1em;
    letter-spacing: 1px;
    outline: none;
    background: transparent;
}

.contact input[type="submit"] {
    background: #ff3535;
    padding: 12px 50px;
    outline: none;
    margin-top: 1em;
    color: #fff;
    border: none;
    letter-spacing: 1px;
    font-size: 16px;
}

    .contact input[type="submit"]:hover {
        background: #000;
    }
/* ******************************************** */
.safaripark {
    min-height: 50vh;
    display: block;
}

    .safaripark .inner {
        min-height: 50vh;
    }

.park-details {
    padding: 5em 2em;
    min-height: 50vh;
    color: #e5e5e5;
}

    .park-details h3 {
        font-family: "Elysio Bold", Helvetica, Arial, sans-serif;
        color: #fff;
        font-size: 40px;
    }

.park1 {
    background: #C4952C;
}

    .park1 .inner {
        background: url(../images/oriantaion-center.jpg)no-repeat center;
        background-size: cover;
    }

.park2 {
    background: #10456E;
}

    .park2 .inner {
        background: url(../images/SouvenirShop.jpg)no-repeat center;
        background-size: cover;
    }

.park3 {
    background: #2d201b;
}

    .park3 .inner {
        background: url(../images/birding.jpg)no-repeat center;
        background-size: cover;
    }

.park4 {
    background: url(../images/bg-home-green.jpg) repeat center;
}

    .park4 .inner {
        background: url(../images/amphi-theater.jpg)no-repeat center;
        background-size: cover;
    }
/* ******************************************* */
.mypanel {
    border: 1px solid #eaeef1;
    background: #fff;
}

    .mypanel .panel-heading {
        border-bottom: 1px solid #eaeef1;
        font-weight: 600;
        background: #f5f5f5;
    }
/* *********************************************** */
footer {
    margin-top: 20px;
}

.inner-footer {
    /*background: #609000;*/
    background: #2d201b;
    padding: 10px 0;
    color: #fff;
}

footer a {
    color: #fff;
}

    footer a:hover, footer a:focus {
        color: #fff;
    }

ul.footer-menu {
    width: 100%;
    text-align: center;
    list-style-type: square;
    margin: 20px auto;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

    ul.footer-menu li {
        margin: auto;
        display: inline-block;
        text-align: center;
        list-style: none outside none;
        background-image: url(../images/bull-blue.png);
        background-repeat: no-repeat;
        background-position: left center;
        display: inline-block;
        padding: 0px 0px 0px 8px;
        margin: 0px 0 0px 14px
    }

        ul.footer-menu li a {
            font-size: 18px;
            color: #fff;
            padding: 3px 15px;
        }

.copyright {
    background: rgba(0, 0, 0, 0.57);
    box-shadow: 2px 1px 2px 1px #f9f5f5;
    padding: 10px 0;
    color: #fff;
}
/* ************************************************ */
.myform .control-label {
    font-size: 17px;
    text-align: left !important;
    margin-bottom: 5px;
    font-weight: 400;
}

.myform .form-control {
    border-radius: 0;
    height: auto !important;
    line-height: 1 !important;
    font-size: 16px;
}

.myform .form-group {
    margin-bottom: 10px;
}

.btn {
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    cursor: pointer;
    line-height: inherit;
    padding: 10px 20px;
    font-size: 16px;
}

.myform .radio, .myform .checkbox, .myform .radio-inline, .myform .checkbox-inline {
    font-size: 13px;
}

.btn-info {
    background-color: #69cce0;
    border-color: #69cce0;
    color: #fff;
}

.btn-default {
    background: #aaa;
    color: #fff;
}

.myform .btn-book {
    background: #cf9d3c;
    padding: 12px 50px;
    outline: none;
    margin-top: 1em;
    color: #fff;
    border: none;
    letter-spacing: 1px;
    font-size: 16px;
    border-radius: 0;
    display: block;
    width: 100%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

    .myform .btn-book:hover, .myform .btn-book:focus {
        background: #e06926;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
    }
/* **************************************************** */
.form-custom {
    color: #555;
}

    .form-custom .form-label {
        display: block;
        padding-bottom: 5px;
        margin-bottom: 5px;
        border-bottom: 1px solid #e5e5e5;
        text-align: left;
    }

    .form-custom .form-control {
        border-radius: 0;
        height: auto !important;
    }
/* ******************************************************** */
.table-bordered > tbody > tr > td {
    border-color: #F5DEBE;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 1px;
}

.mytable {
    background: #fff;
    color: #555;
    border-color: #F5DEBE;
}

    .mytable thead tr {
        background: #741500;
        color: #fff;
    }

        .mytable thead tr th {
            font-weight: 500;
            padding: 10px;
        }

    .mytable thead .sorting_asc:after {
        color: #fff;
    }

    .mytable tbody tr td {
        font-size: 16px;
        vertical-align: middle;
        padding: 10px;
    }
/* ******************************************************** */
#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 40px;
    z-index: 9999;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    font-size: 30px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background-color: #404040;
    color: #FFFFFF;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* padding: 3px 0;*/
}

    #back-to-top:hover {
        background: #e53947;
        background-color: #e53947;
        color: #FFFFFF;
    }

    #back-to-top.show {
        opacity: 1;
    }
/* ***************  **************** */
.subscribe-grid {
    text-align: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

    .subscribe-grid .label {
        font-size: 20px;
        font-weight: normal;
        padding-top: 13px;
    }

    .subscribe-grid .footer-form {
        position: relative
    }

        .subscribe-grid .footer-form:hover input[type="text"] {
            border: solid 2px rgba(255, 255, 255, 0.14);
            -webkit-transition: 0.5s all;
            -moz-transition: 0.5s all;
            -o-transition: 0.5s all;
            -ms-transition: 0.5s all;
            transition: 0.5s all;
        }

    .subscribe-grid input[type="text"] {
        display: inline-block;
        background: rgba(255,255,255,0.1);
        border: solid 2px #c5c5c5;
        width: 100%;
        outline: none;
        padding: 10px 20px 10px 10px;
        font-size: 1em;
        color: #fff;
    }

    .subscribe-grid i.fa.fa-paper-plane-o {
        font-size: 1.2em !important;
    }

    .subscribe-grid .btn1 {
        color: #fff;
        border: none;
        width: 65px;
        height: 46px;
        position: absolute;
        right: 10px;
        bottom: 0;
        text-align: center;
        text-decoration: none;
        background: transparent;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
        transition: 0.5s all;
        padding: 10px 0;
    }

        .subscribe-grid .btn1:focus {
            outline: none;
        }

.btn1:hover {
    background: none;
    color: #ffa200;
}

button.btn1:hover i.fa.fa-paper-plane-o {
    color: #ffa200 !important;
}

.subscribe-grid h5 {
    color: #fff;
    text-transform: capitalize;
    font-size: 19px;
    letter-spacing: 1px;
}

.subscribe-grid p {
    color: #ffa200;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 1em 0 2em;
}

    .subscribe-grid p span {
        color: #fff;
    }
/* ***************************** Inner page ********************* */
.inner-page-banner {
    min-height: 30vh;
    margin-bottom: 2em;
}

.inner-page-banner-1 {
    background: #92673d url(../images/inner_Biharsafari.png) no-repeat center;
    background-size: cover;
}

.inner-page-banner-2 {
    background: #656f32 url(../images/inner-bg-1.png) no-repeat center;
    background-size: cover;
}

.inner-page-banner-3 {
    background: #9b9c55 url(../images/inner_ambardi.png) no-repeat center;
    background-size: cover;
}

.inner-page-banner-4 {
    background: #4b6f45 url(../images/inner_nature.png) no-repeat center;
    background-size: cover;
}

.inner-page-banner-6 {
    background: #4b6f45 no-repeat center;
    background-size: cover;
}
.inner-page-banner-7 {
    background: #656f32 url(../images/inner-bg-7.png) no-repeat center;
    background-size: cover;
}
.inner-page-banner-8 {
    background: #656f32 url(../images/inner-bg-8.png) no-repeat center;
    background-size: cover;
}
.inner-page-banner-9 {
    background: #656f32 url(../images/inner-bg-9.png) no-repeat center;
    background-size: cover;
}
.inner-page-banner-10 {
    background: #656f32 url(../images/inner-bg-11.html) no-repeat center;
    background-size: cover;
}

.inner-block-main-title {
    color: #e06926;
    font-size: 2em;
    margin: 1em 0;
    border-bottom: 1px solid #741500;
    text-transform: capitalize;
}

    .inner-block-main-title span {
        color: #741500;
    }

.page-title {
    padding: 9vh 5vh;
    font-size: 3em;
    font-family: "Elysio Bold", Helvetica, Arial, sans-serif;
    color: #fff;
}

.inner-page-content p {
    text-align: justify;
    color: #555;
    font-size: 1.2em;
    text-indent: 4em;
}

    .inner-page-content p::first-letter {
        font-size: 120%;
        color: #e06926;
        font-weight: bold;
        margin-right: 1px;
    }

.inner-page-content .inner-block-title {
    color: #e06926;
    font-size: 1.5em;
    text-decoration: underline;
    margin: 1em 0;
}

.inner-page-content {
    min-height: 60vh;
}

/* *********************** */
.funt-list-grids {
    margin: 1em 0;
}

.funt-agile-grids {
    border: none;
    border-right: 3px solid #741500;
}

    .funt-agile-grids h6 {
        font-size: 4em;
        color: #741500;
    }

.fun-facts h4 {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
}

.fun-facts p {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    text-indent: 0;
}

.funt-agile-text p {
    text-indent: 0;
    font-size: 18px;
    color: #555;
    text-indent: 0;
}

    .funt-agile-text p::first-letter {
        font-size: inherit;
        color: inherit;
        font-weight: normal;
        margin-right: 0px;
    }

.mb-3 {
    font-size: 25px;
    color: #e06926;
}
/* *********** faq *************** */
.faq-list-main {
    margin: 2em auto;
}

.faq-list .faq-title {
    color: #e06926;
    font-size: 1.5em;
    margin: 10px 0;
}

    .faq-list .faq-title span {
        font-size: 1.2em;
        text-decoration: underline;
        font-weight: bold;
        margin-right: 10px;
    }

.faq-list .faq-details {
    text-align: justify;
    color: #555;
    font-size: 1.2em;
    margin-left: 3em;
}

    .faq-list .faq-details:before {
        font-family: FontAwesome;
        padding-right: 8px;
        content: "\f101";
        margin-left: -23px;
        color: #741500;
    }
/* ************** gallery ***************** */
.imageGallery1 {
    overflow: hidden;
}

    .imageGallery1 > a {
        float: left;
        width: 33%;
        padding: 1px;
        box-sizing: border-box;
        position: relative;
    }
        /* .imageGallery1 > a:first-child
        {
            left: -1px;
        }
        .imageGallery1 > a:last-child
        {
            right: -1px;
        }*/
        .imageGallery1 > a > img {
            display: block;
            width: 100%;
            height: 250px;
        }
/* *************** panel ************ */
.btn-flate {
    background: #57adb8;
    padding: 10px;
    color: #fff !important;
}

    .btn-flate:hover {
        text-decoration: none;
    }

.mypanel1 {
    border-radius: 0;
    border: 0px solid transparent;
}

    .mypanel1 .panel-heading {
        font-size: 20px;
        border-bottom: 1px solid #e5e5e5;
        padding: 0;
    }

        .mypanel1 .panel-heading .title {
            padding: 10px;
            color: #e06926;
        }

            .mypanel1 .panel-heading .title strong {
                color: #741500;
            }

    .mypanel1 .panel-body .inner-block-main-title {
        margin: 0em 0 0.5em;
    }

.payment-block {
    border: 1px solid #e0e0e0;
    padding: 10px 0;
    margin: 0 10px;
}
/* *************** modal ***************** */

.form-style-agile {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
}

    .form-style-agile label {
        text-transform: capitalize;
    }

.sub-main-w3 label {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: inline-block;
}

.pom-agile {
    padding: 11px 15px;
    color: #000;
    margin-bottom: 16px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #cf9d3c;
}

span.fa {
    color: #cf9d3c;
    line-height: 1.5;
    flex-basis: 4%;
    -webkit-flex-basis: 4%;
    margin-right: 10px;
}

.pom-agile input[type="text"], .pom-agile input[type="email"], .pom-agile input[type="password"] {
    outline: none;
    font-size: 18px;
    border: none;
    background: transparent;
    color: #464646;
    letter-spacing: 1px;
    flex-basis: 95%;
    -webkit-flex-basis: 95%;
}

.sub-main-w3 input[type="submit"] {
    color: #fff;
    background: #cf9d3c;
    border: none;
    padding: 13px 0;
    margin-top: 10px;
    outline: none;
    width: 150px;
    font-size: 16px;
    cursor: pointer;
    letter-spacing: 1px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

    .sub-main-w3 input[type="submit"]:hover {
        background: #000;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -ms-transition: 0.5s all;
        transition: 0.5s all;
    }

.mymodal .modal-content {
    border-radius: 0;
}

.mymodal .modal-header {
    padding: 0;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}
    /*.mymodal .modal-header .title {
	display: inline-block;
	background: #cf9d3c;
	padding: 15px 30px;
	font-size: 25px;
	color: #fff;
	box-shadow: 0 16px 26px -10px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
	margin-top: -10px;
	border-radius: 0 0 10px 10px;
}
.mymodal .modal-header .title:before {
	bottom: 100%;
	left: 39%;
	border-width: 10px 10px 0 0;
	border-color: transparent #d49a29 transparent transparent;
	content: '';
	position: absolute;
	border-style: solid;
	z-index: -1;
}
.mymodal .modal-header .title:after {
	bottom: 100%;
	right: 39%;
	border-width: 10px 0 0px 10px;
	border-color: transparent transparent transparent #d49a29;
	content: '';
	position: fixed;
	border-style: solid;
	z-index: -1;
}*/
    .mymodal .modal-header .title {
        display: inline-block;
        padding: 7px 10px;
        color: #da0000;
        font-size: 20px;
    }

.inline-block {
    display: inline-block !important;
}

.mymodal .modal-footer {
    padding: 5px 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.forgot-link {
    margin: 10px 0;
}

.nav-pills.login > li {
    border-radius: 4px;
    background: #57adb8;
    color: #fff;
    border-radius: 0;
}

    .nav-pills.login > li.active {
        display: none;
    }

    .nav-pills.login > li > a {
        color: #fff;
    }

        .nav-pills.login > li > a:hover, .nav-pills.login > li > a:focus {
            background-color: #57adb8;
        }

.btn-pay {
    border-radius: 30px;
    min-width: 150px;
    border: solid 1px #da7c0c;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top, #faa51a, #f47a20);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
    color: #fff;
    padding: 6px 20px;
    font-size: 20px;
}

    .btn-pay:hover {
        border-radius: 30px;
        min-width: 150px;
        border: solid 1px #da7c0c;
        background: #f78d1d;
        background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
        background: -moz-linear-gradient(top, #f47a20, #faa51a );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
        color: #fff;
    }

.btn-cancel {
    border-radius: 30px;
    min-width: 150px;
    border: solid 1px #777;
    background: #7d7e7d; /* Old browsers */
    background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #7d7e7d 0%, #0e0e0e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #fff;
    padding: 6px 20px;
    font-size: 20px;
}

    .btn-cancel:hover {
        border-radius: 30px;
        min-width: 150px;
        border: solid 1px #777;
        background: #7d7e7d; /* Old browsers */
        background: -moz-linear-gradient(top, #0e0e0e 0%, #7d7e7d 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #0e0e0e 0%, #7d7e7d 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #0e0e0e 0%, #7d7e7d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        color: #fff;
    }
/* ******************** ribbon ***************************** */
:root {
    --bhue: 80;
    --bsat: 60;
    --blig: 55;
    --light: hsl(var(--bhue), calc(var(--bsat)*1%), calc(var(--blig)*1%));
    --dark: hsl(var(--bhue), calc(var(--bsat)*1%), calc(var(--blig)*1% - 15%));
    --darkest: hsl(var(--bhue), calc(var(--bsat)*1%), calc(var(--blig)*1% - 35%));
}

.color {
    background: -moz-linear-gradient( 0deg, var(--dark) 0%, var(--light) 9%, var(--dark) 17%, var(--darkest) 51%, var(--dark) 82%, var(--light) 91%, var(--dark) 100% ); /* ff3.6+ */
    background: -webkit-gradient( linear, left top, right top, color-stop(0%, var(--dark)), color-stop(9%, var(--light)), color-stop(17%, var(--dark)), color-stop(51%, var(--darkest)), color-stop(82%, var(--dark)), color-stop(91%, var(--light)), color-stop(100%, var(--dark)) ); /* safari4+,chrome */
    background: -webkit-linear-gradient( 0deg, rgba(113, 153, 18, 1) 0%, rgba(150, 204, 24, 1) 9%, rgba(113, 153, 18, 1) 17%, rgba(51, 69, 8, 1) 51%, rgba(113, 153, 18, 1) 82%, rgba(150, 204, 24, 1) 91%, rgba(113, 153, 18, 1) 100% ); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient( 0deg, var(--dark) 0%, var(--light) 10%, var(--dark) 20%, var(--darkest) 50%, var(--dark) 80%, var(--light) 90%, var(--dark) 100% ); /* opera 11.10+ */
    background: -ms-linear-gradient( 0deg, var(--dark) 0%, var(--light) 10%, var(--dark) 20%, var(--darkest) 50%, var(--dark) 80%, var(--light) 90%, var(--dark) 100% ); /* ie10+ */
    background: linear-gradient( 90deg, var(--dark) 0%, var(--light) 10%, var(--dark) 20%, var(--darkest) 50%, var(--dark) 80%, var(--light) 90%, var(--dark) 100% ); /* w3c */
}

.ribbon {
    min-height: 72px;
    width: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); /* border-top: 1px solid var(--light); */
    border-bottom: 1px solid var(--dark);
    color: #fff;
    font-size: 33px; /* text-align: center; */
    padding: 10px 0;
}

.pay-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 50px 0 50px;
}

.badge-space {
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    z-index: 2;
}

.badge1 {
    --size: 150px;
    --light: #fcfaed;
    --dark: #d5d4ca;
    align-self: center;
    width: var(--size);
    height: var(--size);
    border-radius: var(--size);
    z-index: 1;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQYV2NkQALXrl37zwjigxhaWlpgNphAFmRElgVJAAAAUA+G2H7kfgAAAABJRU5ErkJggg=="), linear-gradient( 90deg, var(--dark) 0%, var(--light) 45%, var(--light) 55%, var(--dark) 100% );
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 5px 5px 10px rgba(50, 50, 50, 0.2), inset 10px 0 20px var(--light), inset -2px 0 20px rgba(128, 128, 128, 0.5);
    font-size: 35px;
    color: #516d1c;
}

.password-box {
    width: 100%;
    height: 20px;
    display: flex;
    justify-content: center;
}
/* ************** responsive table ******************* */
.rwd-table {
    /*  margin: 1em 0;
  min-width: 300px;*/
    border: 1px solid #741500;
    width: 100%;
    font-size: 18px;
    background: #fff;
    color: #555;
}

    .rwd-table tr {
        border-top: 1px solid #741500;
        border-bottom: 1px solid #741500;
    }

    .rwd-table th {
        display: none;
    }

    .rwd-table td {
        display: block;
    }

        .rwd-table td:first-child {
            padding-top: .5em;
        }

        .rwd-table td:last-child {
            padding-bottom: .5em;
        }

        .rwd-table td:before {
            content: attr(data-th) " ";
            font-weight: bold;
            width: 6.5em;
            display: inline-block;
        }
/* ********************************** */
.inner-list {
    list-style: none;
}

    .inner-list li {
        text-align: justify;
        color: #555;
        font-size: 1.2em;
        margin-left: 3em;
    }

        .inner-list li:before {
            font-family: FontAwesome;
            padding-right: 8px;
            content: "\f101";
            margin-left: -23px;
            color: #741500;
            font-size: 1.3em;
        }

        .inner-list li ul {
            list-style: square;
        }

            .inner-list li ul li {
                text-align: justify;
                color: #555;
                font-size: 1em;
                margin-left: 1em;
            }

                .inner-list li ul li:before {
                    font-family: FontAwesome;
                    padding-right: 20px;
                    content: " ";
                    margin-left: -23px;
                    color: #741500;
                    font-size: 1.1em;
                }

/* *********************************** */
blockquote {
    font-size: 1.4em;
    width: 100%;
    margin: 50px auto;
    font-family: Open Sans;
    font-style: italic;
    color: #555555;
    padding: 1.2em 30px 1.2em 75px;
    border-left: 8px solid #741500;
    line-height: 1.6;
    position: relative;
    background: #f5f5f5;
}

    blockquote::before {
        font-family: Arial;
        content: "\201C";
        color: #741500;
        font-size: 4em;
        position: absolute;
        left: 10px;
        top: -10px;
    }

    blockquote::after {
        content: '';
    }

    blockquote span {
        display: block;
        color: #333333;
        font-style: normal;
        font-weight: bold;
        margin-top: 1em;
        text-align: right;
    }
/* ******************************* */


.visit-place-left, .visit-place-right {
    display: block;
    margin: 2em 0;
}

.visit-place-image {
    height: 475px;
    background-size: cover;
}

.place-1 {
    background-image: url("../images/junagadh.jpg");
}

.place-2 {
    background-image: url("../images/somnath.jpg");
}

.place-3 {
    background-image: url("../images/porbandar.jpg");
}

.place-4 {
    background-image: url("../images/madhavgadh.jpg");
}

.place-5 {
    background-image: url("../images/diu.jpg");
}

.visit-place-left .visit-place-details {
    background: url(../images/bg-home-green.jpg) repeat center;
    padding: 2%;
    height: 380px;
    position: absolute;
    right: 5%; /* top: 70%; */
    margin-top: 3.5%;
    color: #fff;
    z-index: 99;
}

.visit-place-right .visit-place-details {
    background: url(../images/bg-home-green.jpg) repeat center;
    padding: 2%;
    height: 380px;
    position: absolute;
    left: 5%; /* top: 70%; */
    margin-top: 3.5%;
    color: #fff;
    z-index: 99;
}

.visit-place-details .place-name {
    color: #fff;
    font-size: 2.5em;
    text-decoration: underline;
}

.imp-links {
    border: 1px solid #ddd;
    display: block;
    margin-bottom: 1em;
    text-align: center;
    background: #fff;
}
/* ******************************** /

@media (min-width: 480px) {
  .rwd-table td:before {
    display: none;
  }
}
.rwd-table th, .rwd-table td {
  text-align: left;
  
}
@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
    border:1px solid #741500;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
 
}
 
 

.rwd-table {
 /* background: #34495E;
  color: #fff;
  border-radius: .4em;
  overflow: hidden;*/
}

.rwd-table thead {
    background: #741500;
}

.rwd-table tr {
    border-color: #741500;
}

.rwd-table th {
    color: #fff;
}

.rwd-table th, .rwd-table td {
    margin: .5em .5em;
}

@media (min-width: 480px) {
    .rwd-table th, .rwd-table td {
        padding: 10px !important;
    }
}

.rwd-table th, .rwd-table td:before {
    color: #f47f20;
}
/* ************** responsive table ******************* */
.rwd-table {
    /*  margin: 1em 0;
  min-width: 300px;*/
    border: 1px solid #741500;
    width: 100%;
    font-size: 18px;
    background: #fff;
    color: #555;
}

    .rwd-table tr {
        border-top: 1px solid #741500;
        border-bottom: 1px solid #741500;
    }

    .rwd-table th {
        display: none;
    }

    .rwd-table td {
        display: block;
    }

        .rwd-table td:first-child {
            padding-top: .5em;
        }

        .rwd-table td:last-child {
            padding-bottom: .5em;
        }

        .rwd-table td:before {
            content: attr(data-th) " ";
            font-weight: bold;
            width: 6.5em;
            display: inline-block;
        }

@media (min-width: 480px) {
    .rwd-table td:before {
        display: none;
    }
}

.rwd-table th, .rwd-table td {
    text-align: left;
}

@media (min-width: 480px) {
    .rwd-table th, .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
        border: 1px solid #c74c32;
    }

        .rwd-table th:first-child, .rwd-table td:first-child {
            padding-left: 0;
        }

        .rwd-table th:last-child, .rwd-table td:last-child {
            padding-right: 0;
        }
}



.rwd-table {
    /* background: #34495E;
  color: #fff;
  border-radius: .4em;
  overflow: hidden;*/
}

    .rwd-table thead {
        background: #741500;
    }

    .rwd-table tr {
        border-color: #741500;
    }

    .rwd-table th {
        color: #fff;
    }

    .rwd-table th, .rwd-table td {
        margin: .5em .5em;
    }

@media (min-width: 480px) {
    .rwd-table th, .rwd-table td {
        padding: 10px !important;
    }
}

.rwd-table th, .rwd-table td:before {
    color: #f47f20;
}

/* ********************************************** */

/* ********************************************** */
@media (max-width: 1000px) {
    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 120vh;
    }

    .banner img {
        min-height: 120vh;
    }

    .bg-banner:before {
        content: "";
        position: inherit;
        height: 0;
        width: 0%;
        right: 0%;
        z-index: 0;
        display: none;
        border-bottom: 120vh solid #177CA0;
        border-left: 0 solid transparent;
    }

    .banner .carousel-inner {
        height: 120vh;
    }

    .safaripark {
        min-height: 120vh;
        display: block;
    }

        .safaripark .inner {
            min-height: 120vh;
        }

    .park-details {
        padding: 5em 2em;
        min-height: 120vh;
        color: #e5e5e5;
    }

    .ribbon .text-right {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .custom-nav .navbar-nav li a {
        padding: 10px 10px;
        color: #333;
        font-size: 16px;
        text-align: left;
        border-bottom: 5px solid transparent;
    }

        .custom-nav .navbar-nav li a i {
            display: inline-block;
            margin-right: 5px;
            padding: 9px;
            border-radius: 50%;
            border: 2px solid #333;
            height: 40px;
            width: 40px;
            margin: auto;
            margin-bottom: 0px;
            margin-right: 10px;
            font-size: 18px;
            text-align: center;
        }

    .nav-custom {
        margin-left: 0;
        margin-right: 0;
    }

    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: auto;
    }

    .banner img {
        min-height: auto;
    }

    .bg-banner:before {
        content: "";
        position: inherit;
        height: 0%;
        width: 0;
        right: 0%;
        z-index: 0;
        display: none;
        border-bottom: 0 solid #177CA0;
        border-left: 0 solid transparent;
    }

    .banner .carousel-inner {
        height: auto;
    }

    .badge-space {
        width: 100%;
        position: inherit;
        display: flex;
        justify-content: center;
        z-index: 2;
    }

    .ribbon .text-right {
        text-align: center;
    }

    .ribbon div {
        text-align: center;
    }

    .inner-page-banner {
        min-height: auto !Important;
    }
}

@media (max-width: 750px) {
    .safaripark {
        min-height: 65vh !important;
        display: block;
    }

        .safaripark .inner {
            min-height: 65vh !important;
        }

    .park-details {
        padding: 5em 2em;
        min-height: 65vh !important;
        color: #e5e5e5;
    }

    h3.w3ls-tittle {
        margin: 12px 0;
        font-size: 26px;
    }

        h3.w3ls-tittle::after {
            content: "";
            width: 100%;
            display: block;
            vertical-align: middle;
            margin: 0 auto;
            /*border-bottom: 1px solid #111;*/
        }

    .footer-text {
        text-align: center !important;
    }

    .imageGallery1 > a > img {
        display: block;
        width: 100%;
        height: 200px;
    }

    .inner-list {
        padding: 0;
        margin: 0;
    }

        .inner-list li {
            margin-left: 1em;
        }

    .inner-page-content p {
        text-indent: 2em;
    }
}

@media (max-width: 500px) {
    ul.footer-menu li {
        display: block;
        text-align: left;
    }

    .imageGallery1 > a {
        width: 50%;
    }

        .imageGallery1 > a > img {
            display: block;
            width: 100%;
            height: 150px;
        }

    .funt-agile-grids h6 {
        font-size: 2em;
    }
}

@media (max-width: 400px) {
    .navbar-brand img {
        height: 60px;
    }

    .forest-logo {
        height: 60px !important;
    }
}

@media (max-width: 767px) {
    .forest-logo {
        display: none;
    }

    .page-title {
        font-size: 2em;
    }

    .navbar-brand img {
        height: 50px;
    }
}

@media (max-width: 600px) {
    .RadCalendarPopup {
        width: 90%;
        left: 5% !important;
    }

    .RadCalendar {
        width: 90%;
    }

    .RadCalendarMultiView .rcCalendar {
        width: 90%;
        float: left;
    }

    .rcFooter div {
        height: 90% !important;
    }

    .RadCalendarMultiView .rcCalendar {
        width: 100% !important;
    }
}

.inner-page-banner-5 {
    background: #72563E url(../images/inner-bg-5.png) no-repeat center;
    background-size: cover;
}

.funt-agile-text .details {
    text-indent: 0;
    font-size: 18px;
    color: #555;
    text-indent: 0;
}

.inner-service p::first-letter {
    font-size: 100%;
    color: #464646;
    font-weight: normal;
    margin-right: 0px;
}


@media (max-width: 850px) {
    .covid-modal.modal-dialog {
        width: 100% !important;
        padding: 0 20px;
    }
}

.social-media {
    margin: 15px 0;
}

    .social-media li {
        display: inline-block;
    }

        .social-media li a {
            padding: 10px 5px;
            transition: 0.3s all ease-in-out
        }

            .social-media li a i {
                font-size: 18px;
                width: 30px;
                height: 30px;
                line-height: 30px;
                color: #fff;
                border-radius: 3px;
                transition: 0.3s all ease-in-out
            }

            .social-media li a.fb i {
                background: #1877f2;
            }

            .social-media li a.fb:hover i {
                background: #1265d0;
            }

            .social-media li a.tw i {
                background: #1da1f2;
            }

            .social-media li a.tw:hover i {
                background: #0480cc;
            }

            .social-media li a.ins i {
                background: #c32aa3;
            }

            .social-media li a.ins:hover i {
                background: #842470;
            }

            .social-media li a.yt i {
                background: #ff0000;
            }

            .social-media li a.yt:hover i {
                background: #b30404;
            }



/*new css start Piyush start*/
.banner2 {
    position: relative;
}

.bg-banner2 {
    display: flex;
    position: absolute;
    flex-flow: wrap;
    justify-content: space-evenly;
    background: rgba(255, 255, 255, .5) !important;
    padding-bottom: 16px;
}

    .bg-banner2 .media {
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        background: rgba(255, 255, 255, .5);
        padding: 12px;
        border-radius: 12px;
        margin: 1rem auto !important;
        width: 70%;
        /*min-width: 300px;
    margin-right: 12px;*/
    }


.media:first-child {
    margin-top: auto;
}

.banner .media img {
    vertical-align: middle;
    border-style: none;
    min-height: 64px;
    max-height: 64px;
    width: 64px;
    border-radius: 50%;
    align-self: center;
    margin-right: 10px;
}

.media-body {
    width: auto;
}

.bg-banner2 .media .media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.media-body h3 {
    margin: 0 !important;
    font-size: 20px;
    color: #3c3c3c;
}

.media-body .btn {
    padding: 6px 20px;
    border-radius: 20px;
    background: #3c3c3c;
    border-color: #3c3c3c;
    margin-top: 10px;
}

.bg-banner2 .table-responsive {
    width: 100%;
    border: none;
}

    .bg-banner2 .table-responsive td {
        border-top: none;
    }

.btn-fixed {
    top: 135px !important;
}

#accordion {
    /*margin: 7% 0;*/
}

    #accordion p {
        text-indent: 0;
        text-align: center;
    }

    #accordion .collapseTwo .inner-service {
        text-align: center;
    }

    #accordion .inner-service .icon2 i {
        height: 70px;
        width: 70px;
        border-radius: 50%;
        border: solid;
        padding: 0;
        font-size: 30px;
        margin: 22px 0px;
        line-height: 60px;
    }

    #accordion .inner-service .service-title2 {
        font-weight: bold;
        font-size: 20px;
    }

    #accordion .inner-service p {
        font-size: 16px;
        margin-top: 8px;
    }

    #accordion .panel-heading a[aria-expanded="false"]:after {
        content: "\002b";
        position: absolute;
        top: 1px;
        right: 0;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    #accordion .panel-heading a[aria-expanded="true"]:after {
        content: "\2212";
        position: absolute;
        top: 1px;
        right: 0;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    #accordion .panel-heading a {
        display: block;
        position: relative;
        font-size: 1.5em;
    }

    #accordion .panel-default > .panel-heading {
        color: #fff;
        background-color: #152b07;
        border-color: #152b07;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    #accordion #collapseOne h5, .home-accordian h5 {
        text-align: justify;
        font-size: 17px;
        color: #464646;
        line-height: 2em;
        /*margin-bottom: 30px;*/
        margin: 30px 0px 0px 0px;
        font-weight: 600;
    }

    #accordion #collapseOne img {
        width: 100%;
    }

    #accordion .btn {
        padding: 6px 20px;
        border-radius: 20px;
        margin-top: 10px;
    }
.contact3{
    border-left:solid 0px white;
}
.contact2, .video-section {
    /*margin: 5% 0;*/
}

    .contact2 .nav-tabs li {
        width: 25%;
    }

        .contact2 .nav-tabs li a {
            border: none !important;
            border-radius: 0px 0px 0 0;
            text-align: center;
            font-weight: bold;
            letter-spacing: .5px;
        }

    .contact2 .nav-tabs > li.active > a {
        color: #fff;
        cursor: default;
        background-color: #e06926;
    }

    .contact2 .tab-content {
        box-shadow: 0 0 5px;
        border-radius: 2px;
        background: #f38040;
        letter-spacing: .5px;
        line-height: 28px;
        color: white;
    }

        .contact2 .tab-content h3 {
            margin: 8px 0px 16px 0px;
        }

        .contact2 .tab-content i + a {
            color: white;
        }

        .contact2 .tab-content .row {
            padding: 1% 2%;
            margin-right: 0;
            margin-left: 0;
        }

            .contact2 .tab-content .row div > i {
                font-size: 18px !important;
                border: solid;
                height: 40px;
                width: 40px;
                line-height: 35px !important;
                margin-bottom: 8px;
                border-radius: 50%;
                text-align: center;
                margin-right: 8px;
            }

.panel.video-card:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*background: black;*/
    z-index: 11;
    cursor: pointer;
}
.video-card h4 {
    font-size: 14px;
    font-weight: 100;
}
.vdoClose button {
    padding: 4px 20px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.btn:focus {
    outline: none;
}



@media (max-width: 767px) {
    .bg-banner2 {
        position: relative;
        margin: 18px 0;
        flex-direction: column;
    }

    #accordion {
        margin: 0 0 7% 0;
    }
}

#myCarousel1 .carousel-inner {
    overflow-x: hidden;
    overflow-y: auto;
}


.bhashini-dropdown-btn {
    width : auto !important;
}

/*new css start Piyush end*/








