@import'ionicons.min.css';
@font-face {
    font-family: 'Roboto-Regular';
    src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url(../fonts/Roboto-Medium.ttf);
}

@font-face {
    font-family: 'EncodeSansCondensed-SemiBold';
    src: url(../fonts/EncodeSansCondensed-SemiBold.ttf);
}

@font-face {
    font-family: 'EncodeSansCondensed-Medium';
    src: url(../fonts/EncodeSansCondensed-Medium.ttf);
}

@font-face {
    font-family: 'EncodeSansCondensed-Regular';
    src: url(../fonts/EncodeSansCondensed-Regular.ttf);
}

.togglemobile {
    display: none;
}


/* ============== ion font css ===========*/

.icon-row {
    border-bottom: 1px dotted #ccc;
    padding: 10px 0 20px;
    margin-bottom: 20px;
}

.ion {
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.preview-icon {
    vertical-align: bottom;
}

.preview-scale {
    color: #888;
    font-size: 12px;
    margin-top: 5px;
}

.step {
    display: inline-block;
    line-height: 1;
    position: relative;
    width: 10%;
}

.step i {
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}


/*.step:hover i { opacity: .3; }*/

.size-12 {
    font-size: 12px;
}

.size-14 {
    font-size: 14px;
}

.size-20 {
    font-size: 20px;
}

.size-16 {
    font-size: 16px;
}

.size-18 {
    font-size: 18px;
}

.size-21 {
    font-size: 21px;
}

.size-24 {
    font-size: 24px;
}

.size-32 {
    font-size: 32px;
}

.size-48 {
    font-size: 48px;
}

.size-64 {
    font-size: 64px;
}

.size-96 {
    font-size: 96px;
}

.usage {
    margin-top: 10px;
}

.usage input {
    font-family: monospace;
    margin-right: 3px;
    padding: 2px 5px;
    text-align: center;
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}


/* ============== ion font css ===========*/

body {
    overflow-x: hidden;
    color: #333;
    font-size: 14px;
    font-family: 'Roboto-Regular';
}

a,a:focus {
    text-decoration: none !important;
    outline:0px solid transparent !important;
}

p {
    line-height: 25px;
    font-family: 'Roboto-Regular';
}

.logo {
    position: fixed;
    top: 10px;
    z-index: 10;
    height: auto;
    padding: 5px 10px;
    background: #013636;
    width: 350px;
    box-shadow: 0 3px 5px -4px #000;
    cursor: pointer;
}

.logo:after {
    content: '';
    position: absolute;
    background-image: url(../img/logo-curve.png);
    background-repeat: no-repeat;
    left: 100%;
    top: 0px;
    width: 11%;
    height: 100%;
    float: right;
}

.navigation {
    width: 200px;
    height: 530px;
    background-color: #013636;
    position: fixed;
    top: 0;
}

.navigation .nav-box {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.navigation .nav-box .custom-nav {
    padding-left: 0;
    list-style: none;
    height: 100%;
}

.navigation .nav-box .custom-nav li {
    padding-left: 0;
    list-style: none;
text-transform: uppercase;
font-size: 11px;
}

.navigation .nav-box .custom-nav li:not(:last-child) a {
    border-bottom: 1px dotted #eee;
}

.navigation .nav-box .custom-nav li a {
    text-decoration: none;
    display: block;
    padding: 8px 15px;
    position: relative;
    z-index: 2;
}


.navigation .nav-box .custom-nav li a:focus {
color:#fff !important; 
}

.navigation .nav-box .custom-nav li a:before {
    content: '';
    position: absolute;
    background: #E5AA36;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .5s ease-out;
    z-index: -1;
}

.navigation .nav-box .custom-nav li a:hover:before {
    content: '';
    width: 100%;
}

.navigation .nav-box .custom-nav li a:hover span {
    background: #013636;
    border: 1px solid #fff;
}

.navigation .nav-box .custom-nav li a span {
    background: #E5AA36;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
}

.navigation .nav-box .custom-nav li a span i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.navigation .nav-box .custom-nav li {
    position: relative;
}

.navigation .nav-box .custom-nav li ul.sub-menu {
    position: absolute;
    left: 110%;
    top: 0;
    padding-left: 0;
    min-width: 200px;
    background-color: #E5AA36;
    transition: all .3s ease-out;
    transform: scale(0);
}


.navigation .nav-box .custom-nav li:hover ul.sub-menu {
    left: 100%;
    transform: scale(1);
}

.navigation .nav-box .custom-nav li ul.sub-menu li a {
    padding: 13px 20px;
    background-color: #E5AA36;
    border-bottom: 1px solid #AC726B;
    font-size: 12px;
}


.info {
    position: fixed;
    top: 50px;
    right: 0;
    width: 150px;
}

.info ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.info ul li a {
    font-size: 18px;
    display: block;
    text-decoration: none;
    color: #fff !important;
    background-color: #E5AA36;
    background-image: url(../img/mpattern.png);
    background-size: 100%;
    box-shadow: 2px 4px -3px #000;
    padding: 10px 25px;
    border: 1px solid #fff;
    animation: blinks 3s infinite;
    -moz-animation: blinks 3s infinite;
    -webkit-animation: blinks 3s infinite;
    border-radius: 3px;
}

@keyframes blinks {
    0% {
        background: #E5AA36;
        background-image: url(../img/mpattern.png);
        background-size: 100%
    }
    40% {
        background: #013636;
        background-image: url(../img/mpattern.png);
        background-size: 100%
    }
    45% {
        background: #013636;
        background-image: url(../img/mpattern.png);
        background-size: 100%
    }
    100% {
        background: #E5AA36;
        background-image: url(../img/mpattern.png);
        background-size: 100%
    }
}

@-webkit-keyframes blinks {
    0% {
        background: #E5AA36;
        background-image: url(../img/mpattern.png);
        background-size: 100%
    }
    40% {
        background: #013636;
        background-image: url(../img/mpattern.png);
        background-size: 100%
    }
    45% {
        background: #013636;
        background-image: url(../img/mpattern.png);
        background-size: 100%
    }
    100% {
        background: #E5AA36;
        background-image: url(../img/mpattern.png);
        background-size: 100%
    }
}

@-moz-keyframes blinks {
    0% {
        background: #E5AA36;
        background-image: url(../img/mpattern.png);
        background-size: 100%
    }
    40% {
        background: #013636;
        background-image: url(../img/mpattern.png);
        background-size: 100%
    }
    45% {
        background: #013636;
        background-image: url(../img/mpattern.png);
        background-size: 100%
    }
    100% {
        background: #E5AA36;
        background-image: url(../img/mpattern.png);
        background-size: 100%
    }
}

.info ul li a,
.info ul li a:hover,
.info ul li a:active,
.info ul li a:link,
.info ul li a:visited {
    color: #fff;
}

.info ul li a span.step {
    width: 20%;
    text-align: center;
}

.info ul li a span.text {
    width: 20%;
    text-align: center;
    font-family: 'Roboto-Regular';
    margin: 0;
}


/* ============  content body =================*/

.content-body {
    width: 45%;
    right: 0;
    position: absolute;
    top: 80%;
    padding: 20px 20px 0;
    /*background-image: url(../img/bg-rpt.png);*/
    background-color: rgba(255,255,255,.9);
    /*background-size: cover;*/
    border-top: 3px solid #013636;
}
.heading2 {
    color: #E5AA36;
    font-family: 'EncodeSansCondensed-SemiBold';
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}
.heading2:before {
position: absolute;
content: '';
background: #013636;
bottom: 0;
width: 30px;
height: 5px;
left: 5px;
border-radius: 8px;
z-index: 1;
}

.heading2:after {
position: absolute;
content: '';
background: #013636;
bottom: 2px;
width: 100px;
height: 1px;
left: 0px;
z-index: 3;
}



.heading1 {
    color: #013636;
    font-family: 'EncodeSansCondensed-SemiBold';
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 20px;
}

.heading1:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    background: #fff;
    border: 2px solid #E5AA36;
    width: 13px;
    height: 13px;
    bottom: 0;
    z-index: 3;
}

.heading1:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(0deg);
    background: #E5AA36;
    width: 180px;
    height: 2px;
    bottom: 5px;
    z-index: 1;
}

p .btn-action {
    border-color: #013636;
    color: #013636;
    position: relative;
    z-index: 15;
    font-family: 'Roboto-Regular';
    transition: all .5s ease-out
}

p .btn-action:hover {
    background: #013636;
    color: #fff;
    position: relative;
    z-index: 15;
    font-family: 'Roboto-Regular';
    box-shadow: 3px 5px -4px #000;
}

.about p .btn-action span.step i:hover {
    color: #fff;
}


/*  ============== notice bord ===========================*/

.notice .testimonial {
    padding: 30px 0 00px;
    margin: 30px 5px 20px;
    border: 1px solid #E5AA36;
    position: relative;
    background: #fff;
    box-shadow: 2px 3px 3px #242424;
}

.testimonial .description {
    font-size: 15px;
    color: #5e595b;
    line-height: 27px;
    text-align: center;
    margin: 0;
}

.testimonial p.readict-btn a {
    color: #0E6666;
    text-decoration: none;
    border: 1px solid #013636;
    padding: 5px;
    border-radius: 5px;
    transition: all .2s ease-out;
}

.testimonial p.readict-btn a:hover {
    color: #fff;
    background: #E5AA36;
}

.testimonial span.date {
    color: #E5AA36;
    font-family: 'EncodeSansCondensed-SemiBold';
}

.testimonial .title {
    display: inline-table;
    padding: 8px 10px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #E5AA36;
    font-size: 20px;
    font-weight: 700;
    color: #E5AA36;
    letter-spacing: 1px;
    text-transform: capitalize;
    position: absolute;
    top: -22px;
    left: 0;
    right: 0;
}

.testimonial .post {
    font-size: 15px;
    color: #E5AA36;
}

.owl-theme .owl-controls {
    width: 100%;
    height: 50px;
    opacity: 1;
    position: absolute;
    top: 38%;
}

.owl-theme .owl-controls .owl-buttons div {
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 0;
    background: transparent;
}

.owl-prev {
    position: absolute;
    left: -5%;
}

.owl-next {
    position: absolute;
    right: -5%;
}

.owl-prev:after,
.owl-next:after {
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 30px;
    color: #c7373c;
    opacity: 1;
}

.owl-next:after {
    content: "\f105";
}

.text-center {
    text-align: center;
}

@media only screen and (max-width: 479px) {
    .testimonial {
        padding: 70px 10px 30px;
    }
    .testimonial .description:before {
        top: -20px
    }
    .testimonial .title {
        font-size: 12px;
    }
    .testimonial .post {
        font-size: 11px;
    }
}

.quicklink .link-box {
    background-image: url(../img/mpattern.png);
    background-size: 100%;
    background-position: center center;
    background-color: #013636;
    padding: 5px 10px;
    border-top: 3px solid #E5AA36;
    border-bottom: 3px solid #E5AA36;
    transition: all .3s ease-out;
    height: 140px;
}

.quicklink .link-box span.step {
    width: 100%;
    color: #fff;
    transition: all .5s ease-out;
}

.quicklink .link-box span:last-child {
    font-family: 'EncodeSansCondensed-Medium';
    font-size: 18px;
    color: #fff;
}

.quicklink .link-box:hover {
    background-image: url(../img/mpattern.png);
    background-size: 100%;
    background-position: center center;
    background-color: #E5AA36;
    padding: 5px 10px;
    border-top: 3px solid #013636;
    border-bottom: 3px solid #013636;
}

.quicklink .link-box:hover span.step {
    margin-top: -15px;
}

.message .message-img {
    width: 40%;
    float: left;
    margin-right: 10px;
    background: #fff;
    border: 1px solid #E5AA36;
    border-radius: 3px;
    margin-bottom: 20px;
}

.message .message-img img {
    margin: 0 auto;
}

.message .message-img {
    position: relative;
}

.message .message-img .detail {
    border: 1px solid #E5AA36;
    width: 90%;
    margin: 0 auto;
    background: #fff;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.message .message-img .detail span.name {
    display: block;
    font-family: 'EncodeSansCondensed-Medium';
    font-size: 16px;
    text-transform: capitalize;
}

.message .message-img .detail span {
    display: block;
    font-family: 'EncodeSansCondensed-Medium';
    font-size: 14px;
}

.message .content {
    margin: 10px auto;
}


/* =====================  icse topper ===========================*/

.icsetopper .testimonial {
    border: 0px solid #E5AA36;
    background: transparent;
}

.icsetopper .topper .message-img {
    width: 90%;
    float: left;
    margin-right: 10px;
    background: #fff;
    border: 1px solid #E5AA36;
    border-radius: 3px;
}

.icsetopper .topper .message-img img {
    margin: 0 auto;
}

.icsetopper .topper .message-img {
    position: relative;
}

.icsetopper .topper .message-img .detail {
    border: 1px solid #eee;
    width: 93%;
    margin: 0 auto;
    background: #013636;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}

.icsetopper .topper .message-img .detail:before {
    content: '';
    border-right: 10px solid #158d8d;
    border-top: 27px solid transparent;
    top: 0;
    position: absolute;
    left: -10px;
}

.icsetopper .topper .message-img .detail:after {
    content: '';
    border-left: 10px solid #158d8d;
    border-top: 27px solid transparent;
    top: 0;
    position: absolute;
    right: -10px;
}

.icsetopper .topper .message-img .detail span.name {
    display: block;
    font-family: 'EncodeSansCondensed-Medium';
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
}

.icsetopper .topper .message-img .detail span {
    display: block;
    font-family: 'EncodeSansCondensed-Medium';
    font-size: 14px;
    color: #fff;
}

.icsetopper .topper .content {
    margin: 10px auto;
}

.icsetopper .owl-carousel .owl-wrapper-outer {
    padding-bottom: 30px;
}


/* =====================  Birthday  ===========================*/

#testimonial-slider3 {
    background-image: url(../img/birthday2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #fff;
}

#testimonial-slider3 .testimonial.birthdays {
    background: transparent;
    margin-top: 120px;
}

.birthday .testimonial {
    border: 0px solid #E5AA36;
    background: transparent;
}

.birthday .topper .message-img {
    width: 90%;
    float: left;
    margin-right: 10px;
    background: #fff;
    border: 1px solid #E5AA36;
    border-radius: 3px;
}

.birthday .topper .message-img img {
    margin: 0 auto;
}

.birthday .topper .message-img {
    position: relative;
}

.birthday .topper .message-img .detail {
    border: 1px solid #eee;
    width: 93%;
    margin: 0 auto;
    background: #013636;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}

.birthday .topper .message-img .detail:before {
    content: '';
    border-right: 10px solid #158d8d;
    border-top: 27px solid transparent;
    top: 0;
    position: absolute;
    left: -10px;
}

.birthday .topper .message-img .detail:after {
    content: '';
    border-left: 10px solid #158d8d;
    border-top: 27px solid transparent;
    top: 0;
    position: absolute;
    right: -10px;
}

.birthday .topper .message-img .detail span.name {
    display: block;
    font-family: 'EncodeSansCondensed-Medium';
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
}

.birthday .topper .message-img .detail span {
    display: block;
    font-family: 'EncodeSansCondensed-Medium';
    font-size: 14px;
    color: #fff;
}

.birthday .topper .content {
    margin: 10px auto;
}

.birthday .owl-carousel .owl-wrapper-outer {
    padding-bottom: 30px;
}

.birthday-detail {
    position: relative;
}

.birthday-detail .birthday_detail_li {
    padding-left: 0;
    list-style: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.birthday-detail .birthday_detail_li li {
    padding: 15px 20px;
    font-size: 16px;
    font-family: 'EncodeSansCondensed-Medium';
    background-color: #013636;
    color: #fff;
    border-bottom: 3px solid #083535;
    margin-bottom: 5px;
    background-image: url(../img/mpattern.png);
    background-size: 100%;
    background-position: top bottom;
}


/* ========================  Footer ======================== */

footer {
    background-color: #013636;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
}

footer .footer-links {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

footer .footer-links li,
footer .footer-links li h5 {
    font-family: 'EncodeSansCondensed-Medium';
    padding-left: 15px;
    color: #fff;
    line-height: 25px;
    font-size: 16px;
}

footer .footer-links li a {}

footer .footer-links li a span.step {
    width: 5%;
}

.copyrights {
    color: #fff;
    font-family: 'EncodeSansCondensed-Regular';
    font-size: 14px;
    background: #E5AA36;
    padding: 10px 0;
}

.green-btn,.green-btn:hover,.green-btn:focus
{
    border-color: #013636;
    background-color: #013636;
    color: #fff;

}

.w-80pr
{
    width: 70% !important;
}

/*================= Responsive code ==================================*/

@media screen and (max-width: 768px) {
    .togglemobile {
        display: block;
    }
    .logo {
        position: static;
        width: 100%;
    }
    .navigation {
        position: static;
        width: 100%;
        height: auto;
    }
    .navigation .nav-box {
        position: static;
        display: none;
    }
    .navigation .nav-box .custom-nav {
        margin-bottom: 0;
    }
    .navigation .nav-box .custom-nav li a {
        position: static;
        background: #333;
    }
    .navigation .nav-box .custom-nav li a:link,
    .navigation .nav-box .custom-nav li a:visited,
    .navigation .nav-box .custom-nav li a:active {
        color: #fff;
    }
    .navigation .nav-box .custom-nav li a:hover {
        width: 100%;
        background: #E5AA36;
    }
    .navigation .nav-box .custom-nav li ul.sub-menu li a {
        width: 100%;
        position: static;
        background: #013636;
    }
    .navigation .nav-box .custom-nav li ul.sub-menu li a:hover {
        width: 100%;
        position: static;
        background: #E5AA36;
    }
    .hover-sub {
        background-color: #E5AA36 !important;
    }
    .navigation .nav-box .custom-nav li ul.sub-menu {
        position: static;
        left: 0;
        top: 0;
        padding-left: 0;
        width: 100%;
        background-color: #E5AA36;
        transition: all .3s ease-out;
        transform: scale(1);
        display: none;
    }
    .navigation .nav-box .custom-nav li:not(:last-child) a {
        border-bottom: 1px solid #eee;
    }
    .content-body {
        width: 100%;
        right: 0;
        position: static;
        top: 80%;
        padding: 20px 20px 0;
        background-image: url(../img/bg.jpg);
        background-size: cover;
        border-top: 3px solid #70362F;
    }
    .info {
        display: none;
    }
    .navigation .nav-box .custom-nav li a.main-list {
        position: relative;
    }
    .navigation .nav-box .custom-nav li a.main-list:after {
        position: absolute;
        content: "\f105";
        font-family: FontAwesome;
        color: #fff;
        right: 20px;
        z-index: 9;
        font-size: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
    .navigation .nav-box .custom-nav li ul.sub-menu li a {
        background-color: #013636;
        position: static;
        z-index: 9999;
    }
    .navigation .togglemobile {
        width: 100%;
        height: 50px;
        background-color: #013636;
    }
    .navigation .togglemobile span.step i {
        color: #fff;
    }
    .navigation .togglemobile span.step {
        float: right;
        width: 35px;
        height: 35px;
        cursor: pointer;
    }
    .navigation .togglemobile span.menu {
        font-family: 'EncodeSansCondensed-Medium';
        font-size: 20px;
        line-height: 50px;
        color: #fff;
        padding-left: 5%;
    }
    #testimonial-slider3 {
        background-image: url(../img/birthday2.jpg);
        background-size: 100%;
        background-repeat: no-repeat;
        height: 100%;
    }
    #testimonial-slider3 .testimonial.birthdays {
        margin-top: 10px;
        padding: 70px 10px 0px;
    }
    .birthday .owl-carousel .owl-wrapper-outer {
        padding-bottom: 0;
    }
    #testimonial-slider3 .testimonial.birthdays .topper .birthday-pic {
        width: 80%;
        margin: 0 auto;
    }
    .birthday-detail .birthday_detail_li {
        padding-left: 0;
        list-style: none;
        position: static;
        top: 50%;
        transform: translateY(-50%);
        width: 80%;
        margin: 10px auto;
    }
    .birthday-detail .birthday_detail_li li {
        padding: 8px 20px;
        text-align: center;
    }
    #slider1.rslides {
        margin: 0 auto 20px;
    }
    .message .message-img {
        width: 90%;
        float: left;
        margin: 0 10px 20px;
        background: #fff;
        border: 1px solid #E5AA36;
        border-radius: 3px;
    }
    .icsetopper .testimonial {
        padding: 0;
    }
    .map {
        margin-top: 20px;
    }
}
