

@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/* font family */

.alt-font {    font-family: 'Quicksand', sans-serif;}
.main-font {    font-family: 'Poppins', sans-serif;}


a{outline: none; text-decoration: none;}
a:focus, a:active, button:focus, button:active, .btn.active:focus, .btn:active:focus, .btn:focus {outline: none;text-decoration: none; }
.pb-60 {padding-bottom: 60px!important;}
.theme-dark {color: #e5e5e5;}
.drk-blu {
    color: #ccad4e;}
.light-blu {color: #D9CAB0;
    text-shadow: 2px 2px 2px #735623;}
body {font-size: 16px;
    color: #7e8186;
    font-family: 'Quicksand', sans-serif;
    line-height: 24px;
    font-weight: 400;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    right: 0;
}
body.pushmenu-push-toLeft {
    right: 20%;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
header a.logo {display: inline; vertical-align: middle;line-height: 0;}
header a.logo img {max-height:150px; width: auto; vertical-align: sub;}
section {padding: 60px 0px 60px 0px;}
ol, ul {margin: 0; padding: 0; list-style: none;}

 .rev_slider .tp-caption {
    position: relative;
    visibility: hidden;
    white-space: nowrap;
    display: block;
    -webkit-font-smoothing: antialiased !important;
    z-index: 1;
    text-shadow: -1px -1px 1px rgba(255,255,255,.1), 2px 2px 2px rgba(0,0,0,.5);
}
@media (max-width: 991px) {
    header a.logo img {max-height: 100px; width:auto; vertical-align: sub;}
}
/* ===================================
   Social Icon Hover
====================================== */
/*icon bg hover */
.facebook-bg-hvr:hover{background:#4267B2 !important;color: #fff !important; border: 1px solid transparent !important;}
.twitter-bg-hvr:hover{background:#1DA1F2 !important;color: #fff !important; border: 1px solid transparent !important;}
.instagram-bg-hvr:hover{background: -webkit-gradient(linear, left top, left bottom, from(#aa2fb5), color-stop(93%, #f1762c))!important;background: -o-linear-gradient(top, #aa2fb5 0%, #f1762c 93%)!important;background: linear-gradient(to bottom, #aa2fb5 0%, #f1762c 93%)!important;color: #fff !important;}
.linkedin-bg-hvr:hover{background:#0077B5 !important;color: #fff !important; border: 1px solid transparent !important;}
.google-bg-hvr:hover{background:#DB4437 !important;color: #fff !important; border: 1px solid transparent !important;}

/*icon text hover */
.facebook-text-hvr:hover{color:#4267B2 !important;}
.twitter-text-hvr:hover{color:#1DA1F2 !important;}
.instagram-text-hvr:hover{color:#aa2fb5 !important;}
.linkedin-text-hvr:hover{color:#0077B5 !important;}



.form-control::-webkit-input-placeholder
{opacity: 1; font-family: 'Quicksand', sans-serif;}



.form-control::-moz-placeholder
{opacity: 1; font-family: 'Quicksand', sans-serif;}



.form-control:-ms-input-placeholder
{opacity: 1; font-family: 'Quicksand', sans-serif;}



.form-control::-ms-input-placeholder
{opacity: 1; font-family: 'Quicksand', sans-serif;}



.form-control::placeholder
{opacity: 1; font-family: 'Quicksand', sans-serif;}
.form-control:-ms-input-placeholder
{ font-family: 'Quicksand', sans-serif;}  .form-control::-ms-input-placeholder {color: #ffffff; font-family: 'Quicksand', sans-serif;}


.btn {display:inline-block; border:2px solid transparent; letter-spacing: .5px; line-height: inherit; border-radius: 0; text-transform:capitalize; width: auto; font-family: 'Quicksand', sans-serif; font-weight: 400;
    -webkit-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;}

/* button size */
.btn.btn-large {font-size:25px; padding: 9px 34px !important; line-height: 25px}
.btn i {margin-left: 6px; vertical-align: middle; position: relative; top:-1px}

/* button background */
.btn.btn-pak {background-color: #439f76; border-color: #FFFFFF; color:#FFFFFF; font-size: 15px;}
.btn.btn-pak a {
    color: #FFFFFF;
    text-decoration: none;
}
.btn.btn-pak:hover, .btn.btn-pak:focus, .btn.btn-pak a:hover, .btn.btn-pak a:focus {background-color: #FFFFFF;border-color: #439f76; color: #439f76;font-size: 15px;  }
.btn.btn-blue {background:#ccad4e; border-color: #ccad4e; color: #fff;font-size: 25px;}
.btn.btn-blue:hover {background: transparent; color: #ccad4e !important;font-size: 25px;}

.btn.btn-white-blue {background:#ffffff; border-color: #ffffff; color: #e5e5e5;font-size: 15px;}
.btn.btn-white-blue:hover {border-color: #ccad4e; background: #ccad4e; color: #ffffff !important;font-size: 15px;}

/* button transparent */

/*-- gradient btn --*/
.btn.btn-blue {background:#ccad4e; border-color: #ccad4e; color: #fff;font-size: 25px;}
.btn.btn-blue:hover {background: #ccad4e; color: #FFFFFF !important; border-color:#ccad4e; font-size: 15px;}
/* button transparent */

/* button rounded */
.btn.btn-rounded {border-radius: 50px}
.btn.btn-rounded.btn-large {padding: 9px 38px;}





/*=============================
           loader start
 ==============================*/
.loader {    position: fixed;
    width: 100%;
    overflow: hidden;
    height: 100vh;
    z-index: 9999;
    background: white}
.indicator {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(4);
    -ms-transform: translate(-50%, -50%) scale(4);
    transform: translate(-50%, -50%) scale(4);
}
.indicator svg polyline {
    fill: none;
    stroke-width: 0.5;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    stroke-linecap: round;
    stroke-linejoin: round;
}
.indicator svg polyline#back {
    stroke: rgba(57, 197, 222, 0.3);
}
.indicator svg polyline#front {
    stroke: #ccad4e;
    stroke-dasharray: 12, 36;
    stroke-dashoffset: 48;
    -webkit-animation: dash 1s linear infinite;
    animation: dash 1s linear infinite;
}
@-webkit-keyframes dash {
    62.5% {
        opacity: 0;
    }
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes dash {
    62.5% {
        opacity: 0;
    }
    to {
        stroke-dashoffset: 0;
    }
}



/*=============================
           loader ends
 ==============================*/


/* ===================================
    Custom
====================================== */
.center-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/*==============================
           pre loader
 ===============================*/

/*==============================
           pre loader
 ===============================*/

/* nav top default */

.navbar-top-default{
    position: absolute;
    top: 0;
    z-index: 99;
    overflow: visible;
    height: 90px;
    width: 100%;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}




.navbar-top-default .navbar-nav .nav-link {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #ccad4e;
    text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px (0,0,0,.5);
    font-weight: 500;
    padding: 0 0 0;
    margin-right: 1.1rem;
    margin-left: 1.1rem;
    text-transform: capitalize;
  /*  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8); */
}

.header-appear .navbar-top-default .navbar-nav .nav-link {
    color: #ccad4e;
    text-shadow: 0px 0px 0px rgba(255,255,255,.1), 0px 0px 0px rgba(0,0,0,.5);
}

.header-appear .navbar-top-default {
    height: 80px;
    position: fixed;
    z-index: 999;
    background: #ffffff;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}


/* Nav Radius Hover Effect */
.nav-radius .navbar-nav  .nav-link {
    padding: 0.6rem 1.3rem;
    border-radius: 36px;
}
.nav-radius .navbar-nav .nav-link.active {
    background: #ccad4e;
    color: #ffffff !important;
}

.nav-radius .navbar-nav .nav-link.active:hover {
    color: #ffffff;
}

.nav-radius .navbar-nav .nav-link {
    margin: 0 0.1rem;
}
@-webkit-keyframes animationFade {
    from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }
    to { opacity: 1; -webkit-transform: none; transform: none; }
}
@keyframes animationFade {
    from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0);
    }
    to { opacity: 1; -webkit-transform: none; transform: none; }
}

.rev_slider_wrapper {
    left: auto!important;}
input, select, textarea {background-color: #ccad4e; font-size: 20px;}
textarea::-webkit-input-placeholder {color: #FFFFFF !important;}
textarea::-moz-placeholder {color: #FFFFFF !important;}
textarea:-ms-input-placeholder {color: #FFFFFF !important;}
textarea::-ms-input-placeholder {color: #FFFFFF !important;}
 select, textarea::placeholder {color: #FFFFFF !important;}
input::-webkit-input-placeholder {
    color: #FFFFFF !important;
}

input:-moz-placeholder { /* Firefox 18- */
    color: #FFFFFF !important;
}

input::-moz-placeholder {  /* Firefox 19+ */
    color: #FFFFFF !important;
}

input:-ms-input-placeholder {
    color: #FFFFFF !important;
}
::-webkit-input-placeholder {
    color: #999;
    font-style: normal;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #999;
    font-style: normal;
}
input, select, textarea {margin :0;}

/* ===================================
               revicon
====================================== */


.revicon {
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 40px;
    z-index: 11;
}

/* ===================================
    Side Menu
====================================== */


.side-menu {
    width: 25%;
    position: fixed;
    right: -1px;
    top: 0;
    background: #ccad4e;
    z-index: 1032;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
}
.side-menu.left {
    left: 0; right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.side-menu.before-side {
    width: 280px;
}
.side-menu.side-menu-active,
.side-menu.before-side{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.pul-menu .side-menu.side-menu-active {
    visibility: visible; opacity: 1;
}
.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 15px;
    cursor: pointer;
}
.side-menu.before-side .btn-close{
    display: none;
}
.side-menu .btn-close::before, .side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #fff;
    top: 5px;
}
.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*side open btn*/

.sidemenu_btn {position: absolute; right:20px;}

.sidemenu_btn.left {
    left: 15px;
    right: auto;
}
.sidemenu_btn span {
    height: 2px;
    width: 30px;
    background: #e5e5e5;
    display: block;
}

.header-appear .navbar-simple .sidemenu_btn span{
    background:#666666;
}

.header-appear .navbar-gradient .sidemenu_btn span{
    background: #FFFFFF;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

.side-menu .inner-wrapper {
    padding: 2rem 3rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pul-menu.pushwrap .side-menu .inner-wrapper{
    padding: 3.5rem 2.5rem;
}
.side-menu .side-nav {
    margin-bottom: 30px;
    display: block;
}
.side-nav .navbar-nav .nav-item{
    display: block;
    margin: 5px 0; padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;

    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}
.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.side-nav .navbar-nav .nav-item:nth-child(2){
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}
.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}
.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}
.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}
.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #fff;
    padding: 1px 0 1px 0 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    position: relative;
    border-radius: 0;
}
.side-nav .navbar-nav .nav-link::after{
    content: "";
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 0;
    height: 3px;
    bottom: 0; left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
    width: 100%;
}
.side-nav .navbar-nav .nav-link.active {
    background: transparent;
}
.side-menu p{
    font-size: 13px;
    margin-top: .5rem;
    margin-bottom: 0;
}

.social-icons-simple{
    margin-bottom: 0;
    margin-left: -10px;
}

.social-icons-simple li{
    display: inline-block;
}

.social-icons-simple li a {
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 38px;
    border: 1px solid transparent;
    text-align: center;
    width: 36px;
    color: #FFFFFF;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}
.social-icons-simple.darkcolor li a{
    color: #D9CAB0;
}
.social-icons-simple li a:hover{
    background-color:#FFFFFF;
}

.social-icons-simple li.animated-wrap a:hover{
    background-color: transparent;
    color: #ffffff;
}

/* ===================================
             rev bullets
====================================== */




/* ===================================
             feature box
====================================== */

.feature-icon {font-size: 40px; margin-bottom: 20px; max-width: 30px; margin-left: auto; margin-right: auto;}

.feature-content{
    position: relative;
    top: -110px;
    margin-bottom: -170px;
}

.feature-content .feature-col{
    color: #fff;
    display: -ms-flexbox!important;
    display: -webkit-box!important;
    display: flex!important;
    -ms-flex-align: center!important;
    -webkit-box-align: center!important;
    align-items: center!important;
    min-height: 240px;
    vertical-align: middle;
}
.feature-content .feature-col-1{
    color: #ccad4e;
    display: -ms-flexbox!important;
    display: -webkit-box!important;
    display: flex!important;
    -ms-flex-align: center!important;
    -webkit-box-align: center!important;
    align-items: center!important;
    min-height: 240px;
    vertical-align: middle;
}
.feature-content .feature-col-2{
    color: #ccad4e;
    display: -ms-flexbox!important;
    display: -webkit-box!important;
    display: flex!important;
    -ms-flex-align: center!important;
    -webkit-box-align: center!important;
    align-items: center!important;
    min-height: 240px;
    vertical-align: middle;
}
.feature-content .feature-col-3{
    color: #e5e5e5;
    display: -ms-flexbox!important;
    display: -webkit-box!important;
    display: flex!important;
    -ms-flex-align: center!important;
    -webkit-box-align: center!important;
    align-items: center!important;
    min-height: 240px;
    vertical-align: middle;
}


.feature-content .feature-col-1 > .box{
    padding: 0 20px;
    vertical-align: middle;
    width: 100%;
    min-height: 340px;
}

.feature-content .feature-col-2 > .box{
    padding: 0 20px;
    vertical-align: middle;
    width: 100%;
    min-height: 340px;
}

.feature-content .feature-col-3 > .box{
    padding: 0 20px;
    vertical-align: middle;
    width: 100%;
    min-height: 340px;
}

.back:hover {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .12);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
/*.flip-box {margin: 0px 15px 0px 15px;}*/
.feature-content .feature-col-1.one-1{
    background: #ffffff;
}

.feature-content .feature-col-2.two-2{
    background: #ffffff;
}
.feature-content .feature-col-3.three-3{
    background: #ffffff;
}



.feature-content .feature-col.one{
    background: #ccad4e;
}

.feature-content .feature-col.two{
    background: #ccad4e;
}
.feature-content .feature-col.three{
    background: #e5e5e5;
}


.feature-content .feature-col > .box{
    padding: 0 20px;
    vertical-align: middle;
    width: 100%;
    min-height: 340px;
}
/* features */
.feature-item {
    display: table;
    margin: 30px 0 0;
    max-width: 450px;
    text-align: left;
}
.feature-item .icon {
    text-align: center;
    position: relative;
    z-index: 1;
    font-size: 40px;
}

/* features 2 Boxes with image Section */

.time-line {height: 2px; width: 40px; background-color: #d8a74e; display: inline-block; }

/* ===================================
   About
====================================== */
.main-title {
    position: relative;
    text-align: center;
}
.family {color:#ccad4e;}
.main-title h5 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    margin-bottom: 1.5rem;
    text-transform: capitalize;
    color: #ccad4e;
}
.main-title h2 {
    text-transform: capitalize;
    font-weight: 300;
    color: #e5e5e5;
    font-size: 48px;
    line-height: 1.2;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.main-title p {
    max-width: 720px;
    margin: 0 auto;
}

.main-title.style-two {
    position: relative;
    text-align: center;
}
.main-title.style-two h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-bottom: 1.5rem;
    font-size: 20px;
    text-transform: initial;
    color: #ccad4e;
}
.main-title.style-two h2 {
    font-size: 48px;
    font-family:  "PT Serif", serif;
    text-transform: initial;
    font-weight: 500;
    color: #e5e5e5;
    line-height: 1.2;
    max-width: 700px;
}
.main-title.style-two p {
    color: #727272;
    max-width: 720px;
    margin: 0 auto;
    font-size: 16px;
}

/* ===================================
               Bars
====================================== */

/* ===================================
            medical form
====================================== */
.form-title h2 {font-size: 48px;
    color: #ffffff;
    font-family: "PT Serif", serif;
    margin-bottom: 20px;
    font-weight: 400;
    text-align: right;
}
.form-control.message {
    height: 100px; line-height: 1.5;}
.appointment-box {max-width: 540px; text-align: left; margin-left: auto;}
.form-para {font-size: 13px;font-family: 'roboto', sans-serif;  color: #ffffff; margin-bottom: 30px; text-align: right; font-weight:300;}



/*-------------------------
    Appointment card
    -------------------------*/

/*--------------------------------
    From CSS
    --------------------------------*/
.form-control {
    border: 1px solid #c2c4ca;
    padding: 0 0 0 10px;
    line-height: 50px;
    height: 50px;
    border-radius: 3px;
    color: #ffffff!important;
    font-size: 13px;
    z-index: 9;
}
.form-control {background-color: #6280a37a;}
.form-control:focus {background-color: #42969e00;}
.form-control::-webkit-input-placeholder{
    font-style: normal;
}
.form-control::-moz-placeholder{
    font-style: normal;
}
.form-control:-ms-input-placeholder{
    font-style: normal;
}
.form-control::-ms-input-placeholder{
    font-style: normal;
}
.form-control::placeholder{
    font-style: normal;
}
.m-label {
    right: 20px;
    font-size: 16px;
    color: #a3a8b8;
    margin: 0;
    top: 10px;
}

.form-control[type=text]:focus {
    border-color: #a1b5f7;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control[type=text]:focus {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 94, 0, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(255, 179, 0, 0.25);
}

.message {height: 100px;}

.message::-webkit-input-placeholder {line-height: 30px;}

.message::-moz-placeholder {line-height: 30px;}

.message:-ms-input-placeholder {line-height: 30px;}

.message::-ms-input-placeholder {line-height: 30px;}

.message::placeholder {line-height: 30px;}
/*type-3*/

.calender-line {height:30px; width: 2px; background-color: #bfcbd9; display: inline-block; }
.calender-icon {
    vertical-align: top;
    margin-top: 7px;
    color: #c0cbd9;
    margin-left: 10px;
}


/* ===================================
               department
====================================== */

.department-sub {font-size: 16px; margin-bottom: 20px;
    color: #7e8186; }
.title-clr {color: #ccad4e; }
.department-title h2 {font-size: 48px; margin-bottom: 80px; font-weight: 400; color: #3c3f46;
    font-family: "PT Serif", serif;
}

.feature-item{
    text-align: right;
    cursor: pointer;
}

.feature-item .feature-heading{
    color: #3c3f46;
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    margin-bottom: 10px;
    line-height: 1.2;
    font-weight: 400;
}
.feature-txt {text-align: left; display: table-cell; vertical-align: middle;}
.feature-item .icon {
    background-color: #00bcd4;
    width: 70px;
    height: 70px;
    max-width: 70px;
    min-width: 70px;
    text-align: center;
    display: table;
    position: relative;
    border-radius: 50%;
    z-index: 1;
    font-size: 26px;
    line-height: 70px;
    color: #fff;
    margin: 0 15px 15px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.feature-item .icon-2 {
    background-color: #ccad4e;
    width: 70px;
    height: 70px;
    max-width: 70px;
    min-width: 70px;
    text-align: center;
    display: table;
    position: relative;
    border-radius: 50%;
    z-index: 1;
    font-size: 26px;
    line-height: 70px;
    color: #fff;
    margin: 0 15px 15px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}


.feature-item:hover .icon{
    background-color:#ccad4e;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.feature-item:hover .icon-2{
    background-color:#00bcd4;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}




.bg-testimonial {background-color: #ccad4e;}

.testimonial-title h2 {
    font-size: 48px;
    margin-bottom: 20px;
    color: #6c757d;
    font-weight: 300;
    font-family: "PT Serif", serif;
}
.testimonial-subtitle {
    font-size: 16px;
    margin-bottom: 80px;
    color: #6c757d;
}
.test {text-align: center;
    margin: 0 auto; max-width: 600px;}

.testimonial-item:hover{
    -webkit-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
    max-width: 560px;
    margin: 0 15px;
    text-align: center;
    background-color: #ccad4e;
    padding: 50px 30px;
}
.testimonial-item:hover h5 {
    color: #ffffff;
    -webkit-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;

}
.testimonial-item:hover p {
    color: #ffffff;
    -webkit-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;

}
.testimonial-item{
    max-width: 560px;
    margin: 0 15px;
    text-align: center;
    background-color: #ffffff;
    padding: 50px 30px;
    -webkit-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
}

.testimonial-item:hover .testimonial-icon {
    font-size: 1.625rem;
    margin-bottom: 1.625rem;
    color: #ffffff;
    -webkit-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
}
.testimonial-item .testimonial-icon {
    font-size: 1.625rem;
    margin-bottom: 1.625rem;
    color: #ccad4e;
    -webkit-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
}


.testimonial-item .testimonial-image{
    position: relative;
    overflow: hidden;
    max-width: 50px;
    border: 1px solid #d9d9d9;
    padding: 3px;
    margin: 0 auto 1rem auto;
    border-radius: 50px;
}
.testimonial-item:hover .destination{
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    -webkit-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
}
.testimonial-item .destination{
    font-size: 13px;
    font-weight: 400;
    color: #616161;
    -webkit-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
}

#testimonial_slider .owl-dots{
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
}
#testimonial_slider .owl-dots .owl-dot {
    background-color: transparent;
    height: 10px;
    border: 1px solid #ffffff;
    width: 10px;
    margin-top: 40px;
    margin-right: 10px;
    border-radius: 50%;
}

#testimonial_slider .owl-dots .owl-dot.active{
    background: #FFFFFF;
    height: 10px;
    border: 1px solid #ffffff;
    width: 10px;
    border-radius: 50%;
}

/* ===================================
    Blog PAGES
====================================== */

.blog-banner{
    background: url("../img/blog-cover.jpg") no-repeat;
    padding-top: 190px;
    background-attachment: inherit;
    background-size: cover;
    background-position: top center;
}

.blog-banner h1{
    margin-bottom: 25px;
    font-family: 'Poppins', sans-serif;
    font-size: 60px;
    font-weight: 500;
    color: #987d32;
}

.blog-banner p{
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    margin-bottom: 10px;
    color: #aea9a9;
    text-shadow: 1px 1px 1px rgba(255,255,255,.1), -1px -1px 1px (0,0,0,.5);
}



.blog-panel {padding:  25px 45px 60px 45px; background-color: #FFFFFF; }

.blog-panel a {
    color: #5f5f5f;
}

.blog-panel img {
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.bg-grey {background-color: #f5f5f5;}
.blog-panel h5 {font-size: 18px; font-weight: 600; color: #3c3f46; margin-bottom: 1.5rem; font-family: 'Poppins', sans-serif;}
.blog-panel .panel-img {height: 100px; width: 258px; margin-bottom: 25px;}
.panel-img {overflow: hidden; max-width: 258px;}
.panel-img img {    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.panel-img:hover img {   -webkit-transform: scale(1.1);   -ms-transform: scale(1.1);   transform: scale(1.1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* ===================================
    Blog Page
====================================== */

/*Blog*/


.blog-body{
    position: relative;
    padding: 5.5rem 0 0rem;
    overflow: hidden
}
input[type=text]:focus {
    outline: none !important;
}

.blog-topic{
    padding: 40px 48px;
    background-color: rgba(225, 225, 225, 0.24);
    margin-bottom: 30px;
}

.blog-topic h5{
    font-size: 22px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    color: #e5e5e5;
}

.blog-body .blog-topic ul{
    padding-left: 0px;
    margin-bottom: 0px;
}
.blog-body .blog-topic ul li{
    list-style: none;
    font-family: "Quicksand", sans-serif;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    font-size: 13px;
    margin-bottom: 10px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.blog-body .blog-topic ul li:last-child{
    margin-bottom: 0px;
}


.blog-body .blog-topic ul li a{
    font-family: "Quicksand", sans-serif;
    font-weight:500;
    color: #e5e5e5;
    text-decoration: none;
    display: inline-block;
    padding-right: 8px;
}
.blog-body .blog-topic ul li p{
    font-family: "Quicksand", sans-serif;
    font-weight:500;
    display: inline-block;
    float: right;
    background-color: #F8F8F8;
    padding-left: 7px;
    color:#000000;
}

.blog-body .blog-topic ul li:last-child p{
    margin-bottom: 0px;
}
/*Post plus Article*/

.blog-body .blog-classic:first-child {
    padding-top: 0;
}

.blog-classic {
    padding: 4rem 0;
    border-bottom: 1px solid #efefef;
}

a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}



/* ===================================
    Blog PAGES END
====================================== */



/* ===================================
    Blog Section
====================================== */
.date {
    position: absolute;
    top: 5px;
    background: #FFFFFF;
    right: 60px;
    z-index: 99;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 14px;
    color: #3c3f46;
    padding: 18px 22px 18px 22px;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}


/* ===================================
    Address , Map % Contact
====================================== */

.contact{
    background: rgba(166, 125, 50, 0.81);
}

.map {
    background: url(../img/map.jpg);
}

.bg-overlay {position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-color{
    
    background-color: rgba(166, 125, 50, 0.1);
}

.address-text{
    padding: 7.5rem 0;
}

.map-text {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 400;
}

/*==========================
          Footer
 ===========================*/

.footer-sec{
    padding: 5.2rem 0 7.5rem;
    background: #f8f8f8;
    z-index: -1;
    bottom: 0;
    width: 100%;
}

.footer-social li{
    display: inline-block;
}

.footer-social a {
    display: block;
    width: 45px;
    color: #ccad4e;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    visibility: visible !important;
    font-size: 17px;
    margin: 10px 5px;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.footer-social li a:hover{
    background-color:#00bcd4;
    color: #ffffff;
}

/*-------------------------------
          Footer ends
-------------------------------*/



/*===================================
            media query
======================================*/
@media screen and (max-width: 1199px) {
    .navbar-top-default .navbar-nav .nav-link {
        margin: 0 0.1rem;
        font-size: 12px;
    }
}
@media screen and (max-width: 1024px) {

    .feature-item{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .feature-item .icon {margin:  0 auto 15px ;}
    .feature-item .icon-2 {margin:  0 auto 15px ;}
    .text {text-align: center !important;}
    .blog-panel .panel-img {overflow: hidden; width: 100%; height: 100%;}

}

@media screen and (max-width: 991px) {
    .blog-panel .panel-img {overflow: hidden; width: 100%; height: 100%;}
    .panel-img img {width: 100%;}

}
@media screen and (max-width: 768px) {
    #join-us {display: none;}
    .form-title {text-align: center;}
    .form-para {text-align: center;}
    .social-icons-simple {display: none;}
    .side-menu {
        width: 300px;
    }
    .feature-item .icon-2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin:  0 auto !important;}
    .feature-item .icon { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin:  0 auto !important;}
    .feature-txt {margin-top: 20px;}
    section {padding:  4.5rem 0;}
    .main-title.style-two h2 {font-size: 32px; line-height: 46px;}
    .main-title.style-two h5 {font-size: 18px; line-height: 28px;}
    .department-title h2 {font-size: 30px; line-height: 46px; margin-bottom: 30px;}
    .form-title h2 {margin-bottom: 32px; font-size: 32px; text-align: center;}
    .feature-item {margin: 0 auto;}
    .side-nav .navbar-nav .nav-link {font-size: 20px; line-height: 20px;}
    .testimonial-title h2 {font-size: 32px;}
    .testimonial-subtitle {margin-bottom: 26px;}
    .test {max-width: 310px;}
    .date {right: 21px;}
    .address-text {
        text-align: center;
        padding: 2.5rem 0;
    }
    .footer-social a {margin: 10px 3px;}
    .map-text {font-size: 32px;}
    .contact-subtitle {font-weight: 400; font-size: 16px;}
    .nav-link {display: block;
        padding: .3rem .6rem;}
    .blog-topic h5 {text-align: center;}
    .blog-panel {text-align: center; margin-bottom: 20px;}
    .blog-classic {text-align: center;}
    .list-unstyled {text-align: center;}
    .blog-body {padding: 4.5rem 0;}
    .small-bg-overlay {background-color:#ffffff; opacity: 0.6; height: 100%; z-index: 1; width: 100%;}
}

@media screen and (max-width: 767px) {
    .panel-img {margin: 0 auto;}
}

    /* Ajustes para el dropdown de escritorio */
.navbar-top-default .dropdown-menu {
    border-radius: 10px;
    border: none;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    margin-top: 10px; /* Pequeño espacio para que no se pegue al botón */
}

.navbar-top-default .dropdown-item {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding: 8px 20px;
    transition: all 0.3s ease;
}

.navbar-top-default .dropdown-item:hover {
    background-color: #ccad4e; /* Usa el color principal de tu tema */
    color: #ffffff;
}

/* Ajustes para el dropdown/acordeón del menú lateral */
.side-menu-submenu .navbar-nav .nav-link {
    font-size: 14px; /* Un poco más pequeño para indicar jerarquía */
    font-weight: 300;
}

.side-menu .nav-link[data-toggle="collapse"] {
    position: relative;
}

/* Estilo y transición para la flecha del menú lateral */
.side-menu .nav-link[data-toggle="collapse"] .fa-chevron-down {
    transition: transform 0.3s ease;
}

.side-menu .nav-link[data-toggle="collapse"][aria-expanded="true"] .fa-chevron-down {
    transform: rotate(180deg);
}

/* Asegura que el li del dropdown se vea bien con el estilo nav-radius */
.nav-radius .navbar-nav .dropdown-toggle.active {
    background: #ccad4e;
    color: #ffffff !important;
}
.navbar-top-default .nav-item.dropdown {
    position: relative; /* Bootstrap 4 a veces necesita esto en navbars complejos */
}
.navbar-top-default .dropdown-menu {
    z-index: 1050; /* Un valor alto, superior al z-index del navbar (999) y side-menu (1032) */
    position: absolute; /* Aseguramos que esté posicionado absolutamente */
}
.navbar-top-default .dropdown-menu {
    margin-top: 10px; /* Espacio entre el botón y el menú */
    border-radius: 8px; /* Bordes un poco más sutiles */
    border: 1px solid #eee; /* Un borde suave para mejor definición */
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    padding-top: 5px;    /* Reducimos el padding vertical */
    padding-bottom: 5px; /* Reducimos el padding vertical */
    min-width: 220px; /* Ancho mínimo para que se vea bien */
}

/* 3. ESTILOS DE LOS ITEMS DEL DROPDOWN (MÁS COMPACTOS) */
.navbar-top-default .dropdown-item {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;       /* Tamaño de fuente más pequeño */
    font-weight: 400;      /* Un peso de fuente más ligero */
    color: #444;           /* Un color de texto un poco más suave */
    padding: 6px 18px;     /* Padding reducido para celdas menos altas */
    transition: all 0.2s ease;
}

/* 4. ESTILO HOVER PARA LOS ITEMS */
.navbar-top-default .dropdown-item:hover,
.navbar-top-default .dropdown-item:focus {
    background-color: #ccad4e; /* Color principal de tu tema */
    color: #ffffff;
}

/* 5. DIVISOR DEL DROPDOWN */
.navbar-top-default .dropdown-divider {
    margin: 4px 0; /* Menos margen para el divisor */
    border-top: 1px solid #f0f0f0;
}

/* 6. (OPCIONAL) PEQUEÑA FLECHA INDICADORA */
/* Esto añade un pequeño triángulo encima del menú para un look más profesional */
.navbar-top-default .dropdown-menu::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 20px; /* Ajusta este valor para centrarlo con el botón */
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid white; /* Debe coincidir con el color del borde superior o fondo del menú */
    filter: drop-shadow(0 -2px 2px rgba(0,0,0,0.03));
}

     .only-big {
        display: block !important;
    }
    .only-small {
        display: none !important;
    }
    @media (max-width: 600px) {
.rev_slider_wrapper .tp-caption  {
max-width: 350px !important;
    }
    .only-big {
        display: none !important;
    }
    .only-small {
        display: block !important;
    }
   } 

    .typewriter {
  width: min-content;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}

h1 {
  
  white-space: nowrap;
  overflow: hidden;
  animation: typingAnimation 10s steps(26, end) infinite,  
             blinkAnimation 1s step-end infinite;
}

@keyframes typingAnimation {
  0% {
    width: 0;
  }
  20%, 90% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}

@keyframes blinkAnimation {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: lightblue;
  }
}

.carousel-caption {
    left: 5px;
}

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
  height: 100vh;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  /* bottom: 3rem; */
  z-index: 10;
}


.carousel-caption {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* bottom: 3rem; */
    z-index: 10;
}
.carousel-caption {
    left: 5px;
}
.text-left {
    text-align: left !important;
}
.carousel-caption {
    position: absolute;
    right: 15%;
  
    bottom: 8rem;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.carousel-caption p {
    font-size: 20px;
}

.carousel-inner {
    height: 100vh;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 100%;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100vh;
  min-height: 400px;
 /*  height: 32rem; */
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */


/* Featurettes
------------------------- */

/* Thin out the marketing headings */


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.blog-panel span a {
    color: #5f5f5f;
}

.blog-panel h5 a {
    color: #ccad4e;
}


.hermes.tp-bullets{
    height: auto !important;
    width: auto !important;
    text-align: center;
    display: inline-block;
    position: relative;
}

.hermes .tp-bullet{
    position:relative;
    display: contents;
    background: transparent;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.hermes .tp-bullet .tp-bullet-inner{
    width: 18px;
    height: 18px;
    position:relative;
    border: 4px solid #fff;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}


.hermes .tp-bullet.selected .tp-bullet-inner{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background: transparent;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.hermes .tp-bullet .tp-bullet-inner::before{
    content: '';
    position: absolute;
    width: 60%;
    height: 60%;
    background: #a86743;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50% , -50%);
    -ms-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    display: none;
}
.hermes .tp-bullet.selected .tp-bullet-inner::before{
    opacity: 1;
    visibility: visible;
    display: block;
}

.hermes .tp-bullet:not(:last-child) .tp-line{
    height: 20px;
    -webkit-transform: scaleY(1.4);
    -ms-transform: scaleY(1.4);
    transform: scaleY(1.4);
    width: 3px;
    background: #fff;
    display: block;
    margin: 0 auto;
    pointer-events: none;
}


.floating {
    animation-iteration-count: infinite;
    animation-duration: 1.3s;
    animation-name: floating-float, floating;
}
