/*
Theme Name: Custom Theme
Author: None
Author URI: https://wordpress.org/
Version: 2.1
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Custom Template
*/
@font-face {
  font-family: 'ITC Fenice Std';
  src: url('/fonts/fenicestd-regular/FeniceStd-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;600&display=swap');

html {
  scroll-behavior: smooth;
}

html body, input, textarea, .page-title span, .pingback a.url {
	font-family: 'ITC Fenice Std', sans-serif;
}
body {
	background: #fff;
    overflow-x: hidden !important;
}
body, input, textarea {
	color: #303030;
	font-size: 12px;
	line-height: 18px;
}
img{ max-width:100%; height:auto;}
body .padleft{ padding-left:0 }
body .padright{ padding-right:0 }
body .padtop{ padding-top:15px;}
body .padbottom{ padding-bottom:15px; }
body .nopad{ padding:0 }
section.section{ padding:50px 0; overflow:hidden;}
/*============================================================
                Fonts Classes Starts Here
============================================================*/
.montserrat-light{font-family: 'Montserrat', sans-serif;font-weight: 400 !important;}
.montserrat-regular{font-family: 'Montserrat', sans-serif;font-weight: 400 !important;}
.montserrat-medium{font-family: 'Montserrat', sans-serif;font-weight: 500 !important;}
.montserrat-semi-bold{font-family: 'Montserrat', sans-serif;font-weight: 600 !important;}
.montserrat-bold{font-family: 'Montserrat', sans-serif;font-weight: 700 !important;}
.montserrat-extra-bold{font-family: 'Montserrat', sans-serif;font-weight: 800 !important;}
.montserrat-black{font-family: 'Montserrat', sans-serif;font-weight: 900 !important;}
/*============================================================
                Fonts Classes Ends Here
============================================================*/
/*===============================================
                Colors Classes Starts Here
===============================================  */
.color-white{color: #ffffff !important;}
.color-gold{color: #cb9317 !important;}
.color-black{color: #000 !important;}
.color-grey{color: #747474 !important;}
.color-primary{color: #000 !important;}
.color-secondary{color: #000 !important;}
.color-gradient { color: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,40,90,1)), color-stop(50%, rgba(148,41,136,1)), color-stop(62%, rgba(169,40,109,1)), color-stop(100%, rgba(145,41,138,1))) !important; color: rgba(184,40,90,1) !important; background: -moz-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,40,90,1)), color-stop(50%, rgba(148,41,136,1)), color-stop(62%, rgba(169,40,109,1)), color-stop(100%, rgba(145,41,138,1))) !important; color: -webkit-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: -o-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: -ms-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: linear-gradient(to right, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; }
.color-yellow{color: #ffdc00 !important;}
.color-purple{color: #a8286e !important;}
/*===============================================
                Colors Classes Ends Here
===============================================  */
/*===============================================
    Background  Colors Classes Starts Here
===============================================  */
.bg-primary{background-color:#111111 ;}
.bg-secondary{background-color:#ccc ;}
.bg-white{background-color:#fff ;}
.bg-black{background-color:#000 ;}
.bg-grey{background-color:#ddd ;}

.bg-gradient{background: rgba(184,40,90,1); background: -moz-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,40,90,1)), color-stop(50%, rgba(148,41,136,1)), color-stop(62%, rgba(169,40,109,1)), color-stop(100%, rgba(145,41,138,1))); background: -webkit-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: -o-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: -ms-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: linear-gradient(to right, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%);}
/*===============================================
    Background  Colors Classes Ends Here
===============================================  */
/*===============================================
    Helper Classes Starts Here
===============================================  */
.border-radius-20px {
    border-radius: 20px;
}
.box-shadow {
    -webkit-box-shadow: 200px 200px 300px 200px rgba(0,0,0,0.75);
    -moz-box-shadow: 200px 200px 300px 200px rgba(0,0,0,0.75);
    box-shadow: 8px 8px 15px 0px rgba(0, 0, 0, 0.44);
}
.text-shadow{    text-shadow: 2px 7px 7px #00000070;}
.hover02 {
    width: 300px !important;
    height: auto !important;
    -webkit-transition: 5s ease-in-out !important;
    transition: 5s ease-out !important;
}
.height-0 {
    height: 0px !important;
}
/* =================================
    ScrollBar Css Starts Here
================================= */
::-webkit-scrollbar {
    width: 8px;
    border-radius: 10px;
    background-color: #1a1a1a !important;
}

::-webkit-scrollbar-thumb {
    background-color: #121256 !important;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: white !important;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

/* =================================
    ScrollBar Css Ends Here
================================= */
/* ======================================KEY FRAMES====================================== */
/*=====================================*/
        /*Circular Animation*/
/*=====================================*/
/* SHIFT */
.main-navigation ul li a {
    position:relative;
    z-index: 1;
}
.main-navigation ul li a:hover {
    color: #91640F;
}
.main-navigation ul li a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: #F1C40F;
    visibility: none;
    opacity: 0;
    z-index: -1;
}
.main-navigation ul li a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}



/* Keyframes */
@-webkit-keyframes fill {
    0% {
        width: 0%;
        height: 1px;
    }
    50% {
        width: 100%;
        height: 1px;
    }
    100% {
        width: 100%;
        height: 100%;
        background: #333;
    }
}

/* Keyframes */
@-webkit-keyframes circle {
    0% {
        width: 1px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        height: 1px;
        z-index: -1;
        background: #eee;
        border-radius: 100%;
    }
    100% {
        background: #aaa;
        height: 5000%;
        width: 5000%;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 0;
    }
}

@-webkit-keyframes bounce {
    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    5% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    15% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90%,
    100% {
        transform: translateY(0);
    }
    5% {
        transform: translateY(-30px);
    }
    15% {
        transform: translateY(-15px);
    }
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*=====================================*/
        /*Circular Animation*/
/*=====================================*/
/* ======================================KEY FRAMES====================================== */
section#services .photo {
    background-size: 100% 100%;
    width: 100%;
    transition: transform 0.5s ease-out 0s;
    height: 500px !important;
    transform: scale(1);
    transform-origin: 98.2677% 67.1556%;
}

header{ padding:20px 0;}
nav {position: relative;z-index: 999;width: 100%;}
nav.fixed {position: fixed;width: 100%;z-index: 999;top: 0;}
.searchform input {float: right;width: 200px;padding: 8px 46px 8px 8px;font-size: 1em;border: 1px solid #303030;background: #fff;}
.searchform input[type="submit"] {float: right;width: 37px;height: 37px;padding: 0px;border: 0px;background: #303030 url(images/search-icon.png) no-repeat center;box-shadow: none;font-size: 0;margin-left: -37px;position: relative;}
div#container{ max-width:1140px; box-sizing:border-box; margin:0 auto; padding:0 15px;}
/* ---- Social Icons ---- */
.social_icons{ text-align:right; margin:10px 0;}
.social_icons ul{ padding:0; margin:0;}
.social_icons ul li {display: inline-block;margin-right: 5px;}
.social_icons ul li a {background: #305294;border-radius: 100px;color: #FFF;transition: all .2s ease;display: block;font-size: 15px;padding: 5px 0;text-align: center;width: 32px; height:32px;}
.social_icons ul li+li a {background: #55ACEE ;}
.social_icons ul li+li+li a {background: #DC4B3E none ;}
.social_icons ul li+li+li+li a {background: #E52D27;}
.social_icons ul li a:hover {background: #333;color: #FFF;}

/* ---- Portfolio .grid-item ---- */
.grid-item {width: 24.7%;box-sizing:border-box;margin-bottom:0px;}
.filter-button-group button {background: #333;color: #fff;display: inline-block;margin-right: 5px;padding: 5px 10px; border:0;}
.filter-button-group { margin:10px 0; overflow:hidden;}
.filter-button-group button:hover { background:#ccc; color:#000;}

.footer{}
#back-top > a {bottom: 1%;color: white;display: block;font-size: 37px;position: fixed;right: 1%;text-align: center;}
/*---------------------------------- Slick SLider----------------------------------------------------*/
.main-slider,
.item-slider,
.client,
.thumb-slider { display: none; }
.item-slider.slick-initialized,
.thumb-slider.slick-initialized,
.client.slick-initialized,
.main-slider.slick-initialized { display: block !important; }
.slider {position: relative;clear: left;overflow: hidden;}
.slider .inner-item {height: 400px;}
.slider .container {position: relative;}
.slick-slide .caption {color: #fff;font-size: 1.2em;line-height: 1.2em;position: absolute;
    left: 10%;text-shadow: 2px 2px 2px #000;top: 37%;width: 35%;
    background:rgba(0,0,0,0.7);padding:20px 20px 0;z-index: 99;}
.slick-slider {position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.thumb-slider .slick-slide {margin: 5px 0 0 5px;}
.slider-thumb .thumb-slider .slick-slide img{  max-width:100%; height:auto; box-sizing:border-box;}
.slick-list {position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus {outline: none;}
.slick-list.dragging {cursor: pointer;cursor: hand;}
.slick-slider .slick-track, .slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);}
.slick-track {position: relative;top: 0;left: 0;display: block;}
.slick-track:before, .slick-track:after {display: table;content: '';}
.slick-track:after {clear: both;}
.slick-loading .slick-track {visibility: hidden;}
.slick-slide {display: none;float: left;height: 100%;min-height: 1px;position: relative;}
[dir='rtl'] .slick-slide {float: right;}
.slick-slide img {/* display: block; */transition: all .25s ease;}
.slick-slide.slick-loading img {display: none;}
.slick-slide.dragging img {pointer-events: none;}
.slick-initialized .slick-slide {display: block;}
.slick-loading .slick-slide {visibility: hidden;}
.slick-vertical .slick-slide {display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}
.slick-dots {position: absolute;z-index: 11;bottom: 10px;margin: 0px;padding: 0;text-align: center;width: 100%;}
.slick-dots li {list-style: none;display: inline-block;}
.slick-dots button {border: 1px solid #333;background: #fff;width: 12px;height: 12px;border-radius: 100%;font-size: 0;padding: 0px;margin-right: 5px;}
.slick-dots .slick-active button {background: #303030;}
.slick-arrow {border: 0px;font-size: 0;right: 0;margin-top:-20px;position: absolute;top: 50%;z-index: 1;background: #303030 url(images/arrow.png) no-repeat center center;width: 36px;height: 40px;transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.services-slider .slick-arrow {height: 65px;}
.slick-arrow:hover {background: #000 url(images/arrow.png) no-repeat center center;}
.slick-next.slick-arrow {left: 0px;transform: rotate(0deg);-webkit-transform: rotate(0deg);}
.slider-progress {width: 100%;height: 5px;background: rgba(0,216,192,0.8);position: absolute;top: 0;z-index: 99;}
.slider-progress .progress {width: 0%;height: 5px;background: rgba(36,51,0,0.8);}
.thumb-slider .slick-active img {border: 1px solid transparent}
.thumb-slider .slick-current img {opacity:0.5;}

/* ---------------------------Toggle Search---------------------*/
.searchpanel {background: #ccc ;display: none;right: 0px;padding: 10px;position: absolute;top: 46px;}
.searchpanel::before {border-bottom: 10px solid #ccc;border-left: 10px solid transparent;border-right: 10px solid transparent;content: "";position: absolute;right: 7px;top: -7px;}
.nav .container {    position: relative;}
.searchtoggle {    position: absolute;    right: 11px;    top: 11px;}
.searchtoggle img{ cursor:pointer;}

/* -------------------------------------------Clients Carousel------------------------------------ */
.client {    margin-right: -10px;}
.client .slick-slide{ margin-right:10px; border:1px solid #ddd !important; padding:10px; box-sizing:border-box; text-align:center;}
.client .slick-prev{ margin-right:10px;}
.client .slick-slide img{ display:inline-block;}
/* -------------------------------------------Testimonials Carousel------------------------------------ */
.testimonial .loop {    padding: 0 10px;    text-align: center;}
.testimonial .loop p{ max-width:800px; margin:0 auto;}
.testimonial .loop .pic img{	max-width:100px;	margin:10px 0;	border-radius:100%;	height:auto;	display:inline-block ;}
.testimonial .loop .title{ font-size:21px; font-weight:600;}
/* -------------------------------------------Services Carousel------------------------------------ */
.service { margin-right:-10px;}
.service .slick-slide{ margin-right:10px;}
.service .title{ font-weight:700; margin:10px 0; font-size:18px;}
.service .slick-prev{ margin-right:10px;}
.service .slick-next{ margin-right:10px; right:40px; left:inherit;}
.service .slick-arrow{ top:0; margin-top:-43px;}

/*ENd SLick Slider*/


/* ---------------------------------------------------Windows Size-------------------------------------------------------------------------*/
#winSize {position: fixed;bottom: 1%;left: 1%;border: rgba(0,0,0,0.8) 3px solid;background: rgba(0,0,0,0.6);padding: 5px 10px;color: #fff;text-shadow: #000 1px 1px 1px, #000 -1px 1px 1px;z-index: 9999}
/* ---------------------------------------------------Tabs-------------------------------------------------------------------------*/
.tabs-menu {height: 30px; padding:0; margin:0;}
.tabs-menu li {height: 30px;line-height: 30px; display:inline-block; list-style:none; margin-right: 10px;background-color: #ccc;border-top: 1px solid #d4d4d1;border-right: 1px solid #d4d4d1;border-left: 1px solid #d4d4d1;}
.tabs-menu li.current {position: relative;background-color: #fff;border-bottom: 1px solid #fff;z-index: 5;}
.tabs-menu li a {padding: 10px;text-transform: uppercase;color: #fff;text-decoration: none; }
.tabs-menu .current a {color: #2e7da3;}
.tab {border: 1px solid #d4d4d1;background-color: #fff;float: left;margin-bottom: 20px;width: auto; margin-top:-1px;}
.tab-content {max-width: 660px;padding: 20px;display: none;}
#tab-1 {display: block;   }

/* ---------------------------------------------------Left Tabs-------------------------------------------------------------------------*/
.tabs-left {width: 120px; padding:0; margin:0; float:left;}
.tabs-left li {line-height: 30px; display:block; list-style:none; background: #ccc;border: 1px solid #d4d4d1; margin-bottom:10px; border-right:0;}
.tabs-left li.current {position: relative;background-color: #fff;border-bottom: 1px solid #ddd;z-index: 5;}
.tabs-left li a {padding:0 10px;text-transform: uppercase;color: #fff;text-decoration: none; display:block; }
.tabs-left .current a {color: #2e7da3;}
.tab-loop {border: 1px solid #d4d4d1;background-color: #fff;float: left;margin-bottom: 20px;width: auto; margin-left:-1px;}
.tabsleft-content {max-width: 660px;padding: 20px;display: none;}
#tabs1 {display: block;   }
/* ---------------------------------------------------Breadcrumb-------------------------------------------------------------------------*/
.breadcrumbs{ margin:10px 0; padding:0; background:#ddd; padding:5px;}
.breadcrumbs li{ list-style:none; display:inline-block; padding-right:2px;}
/* ----------------------------Comments-----------------------*/
#comments label {display: inline-block;vertical-align: top;width: 80px;}
.form-submit {    margin-left: 80px;}
#comments {    background: #eee ;    padding: 20px;}
#comments li {    list-style:none;}
#comments ol{ padding:0;}
/* ----------------------------Accordion-----------------------*/
.accordion-container{position: relative;width: 100%;height: auto;margin: 20px auto;}
.accordion-container > h2{text-align: center;color: #fff;padding-bottom: 5px;margin-bottom: 30px;border-bottom: 1px solid #ddd;}

/* ---------------------------------------------------Custom Scroll-------------------------------------------------------------------------*/
.customscroll{ height:300px;}
/* ---------------------------------------------------innerheader-------------------------------------------------------------------------*/
.inner-banner{ height:150px; width:100%; display:table; color:#fff;}
.inner-banner h2{ margin:0; display:table-cell; vertical-align:middle; padding:10px;}
/* ---------------------------------------------------blog-------------------------------------------------------------------------*/
.blogs{}
.blogs li {width: 100%;margin-bottom: 20px;min-height: 210px;clear: both;float: left;border-bottom: 1px solid #dcdcdc;}
.blogs li:last-child{ border:none;}
.blogs li h4{text-transform: capitalize;background: #f0f0f0;padding: 10px;position: relative;margin-bottom: 20px;font-weight: 600;color: #2f2f2f;}
.blogs li h4 span{width: 7%;text-align: center;background: #b12224;font-size: 11px;line-height: 18px;text-transform: uppercase;color: #fff;position: absolute;right: 0;top: 0;}
.blogs li h4 span strong{ display:block; font-size:26px; font-weight:normal;}
.blogs li a{ float:right;}
.blogs li .meta {background: #f0f0f0;padding: 10px;position: relative;margin: 38px 0 0;font-weight: 500;float: right;clear: right;width: 67%;color:#989898;font-size:16px;line-height:21px;}
.blogs li .meta span{ background:url('images/user-bg.png') no-repeat;padding: 3px 30px;}
.blogs li .meta span.comments{ margin-left:10px; background:url('images/comments.png') no-repeat;}
.blogs li .meta span strong{color: #258ef9;font-weight: normal;text-transform: capitalize;}
.sidebar ul{ padding:0; margin:0;}
.sidebar ul li{ list-style:none;}
.sidebar-pro{ border:1px solid #c2c2c2;    padding: 0 !important; border-radius:5px; overflow:hidden;}
.sidebar-pro h4{background: #b12224;color: #fff;padding: 10px;font-size: 20px;line-height: 29px;margin: 0;}
.sidebar-pro .cat li{margin-bottom: 6px;list-style: none;padding: 10px;}
.sidebar-pro .cat li:hover{background: #b12224;}
.sidebar-pro .cat li:hover a{color: #fff;}
.sidebar-pro .cat li.current-cat{background: #b12224;}
.sidebar-pro .cat li:last-child{ margin-bottom:0;}
.sidebar-pro .cat .product-categories{ margin-bottom:0;}
.sidebar-pro .cat li a{ color:#424242; font-size:14px;}
.sidebar .recent li{border-bottom: 1px solid #c7c7c7;margin:5px 0; padding:5px 0;overflow:hidden;font-size: 14px;}
.sidebar .recent li h5{ margin-top:0;}
.sidebar .recent li:last-child{ border:none;}
.sidebar h4{background: #303030;color: #fff;padding: 10px;font-size: 20px;line-height: 29px;}
.sidebar .recent h5{ color:#231f20; font-size:14px; margin-bottom:10px;}
.sidebar .recent p{ color:#6d6d6d; line-height:16px;}
.sidebar .recent .more a{ color:#258ef9; float:right;}
.sidebar .cat li{border-bottom:1px solid #ddd;font-weight:600; margin:5px 0;padding:5px 0;}
.blogs .loop {border-bottom: 1px solid #ddd;margin: 10px 0;overflow: hidden;padding: 10px 0;}
.sidebar .section{ margin-top:10px; overflow:hidden;}
.blogs .title{ margin:0;}
.blogs small{ margin-bottom:10px; display:inline-block; color:#888;}
.sidebar .cat li:last-child{ border:0; margin-bottom:0; padding-bottom:0;} 
.sidebar .cat li a{ color:#424242; font-size:14px;}
.blogs .meta {background: #ddd;margin-top: 10px;padding: 5px;}
/*---------------------Pagination----------------------- */
.pagination {clear:both;padding:20px 0;position:relative;font-size:11px;line-height:13px;}
.pagination span, .pagination a {display:block;float:left;margin: 2px 2px 2px 0;padding:6px 9px 5px 9px;text-decoration:none;
width:auto;color:#fff;background: #555;}
.pagination a:hover{color:#fff;background: #3279BB;}
.pagination .current{padding:6px 9px 5px 9px;background: #3279BB;color:#fff;}


/* ------------------------------------Responsive Simple Menu------------------------------------------------------ */

.menu-header, .menu-header ul, .menu-header ul li, .menu-header ul li a, .menu-header #menu-button {
margin: 0;padding: 0;border: 0;list-style: none;line-height: 1;display: block;position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.menu-header:after, .menu-header > ul:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.menu-header #menu-button {display: none;}
.menu-header {}
.menu-header > ul > li { display:inline-block;}
.menu-header.align-center > ul {font-size: 0;text-align: center;}
.menu-header.align-center > ul > li {display: inline-block;float: none;}
.menu-header.align-center ul ul {text-align: left;}
.menu-header.align-right > ul > li {float: right;}
.menu-header > ul > li > a {letter-spacing: 1px;}
.menu-header > ul > li:hover > a {color: #ffffff;}
/*.menu-header > ul > li.has-sub > a {padding-right: 30px;}
.menu-header > ul > li.has-sub > a:after {position: absolute;top: 22px;right: 11px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header > ul > li.has-sub > a:before {position: absolute;top: 19px;right: 14px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;}*/
.menu-header  ul  ul::before {
    border-color: transparent transparent #000;
    border-style: solid;
    border-width: 10px;
    content: "";
    left: 20px;
    position: absolute;
    top: -20px;
}
.menu-header  ul ul  ul::before { display:none;}
.menu-header > ul > li.has-sub:hover > a:before {top: 23px;height: 0;}
.menu-header ul ul {position: absolute;left: -9999px;}
.menu-header.align-right ul ul {text-align: right;}
.menu-header ul ul li {height: 0;transition: all .25s ease;}
.menu-header li:hover > ul {left: auto;}
.menu-header.align-right li:hover > ul {left: auto;right: 0;}
.menu-header li:hover > ul > li {height: 35px;}
.menu-header ul ul ul {margin-left: 100%;top: 0;}
.menu-header.align-right ul ul ul {margin-left: 0;margin-right: 100%;}
.menu-header ul ul li a {border-bottom: 1px solid rgba(150, 150, 150, 0.15);padding: 11px 15px;width: 170px;font-size: 12px;text-decoration: none;color: #dddddd;font-weight: 400;background: #000;}
.menu-header ul ul li:last-child > a, .menu-header ul ul li.last-item > a {border-bottom: 0;}
.menu-header ul ul li:hover > a, .menu-header ul ul li a:hover {color: #ffffff;}
.menu-header ul ul li.has-sub > a:after {position: absolute;top: 16px;right: 11px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header.align-right ul ul li.has-sub > a:after {right: auto;left: 11px;}
.menu-header ul ul li.has-sub > a:before {position: absolute;top: 13px;right: 14px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';transition: all .25s ease;}
.menu-header.align-right ul ul li.has-sub > a:before {right: auto;left: 14px;}
.menu-header ul ul > li.has-sub:hover > a:before {top: 17px;height: 0;}

@media (min-width: 100px) and (max-width: 769px) {
.menu-header {width: 100%;}
.menu-header ul {width: 100%;display: none;}
.menu-header.align-center > ul {text-align: left;}
.menu-header ul li {width: 100%;border-top: 1px solid rgba(120, 120, 120, 0.2);}
.menu-header ul ul li,  .menu-header li:hover > ul > li {height: auto;}
.menu-header ul li a,  .menu-header ul ul li a {width: 100%;border-bottom: 0;}
.menu-header > ul > li {float: none;}
.menu-header ul ul li a {padding-left: 25px;}
.menu-header ul ul ul li a {padding-left: 35px;}
.menu-header ul ul li a {color: #dddddd;background: none;}
.menu-header ul ul li:hover > a,  .menu-header ul ul li.active > a {color: #ffffff;}
.menu-header ul ul,  .menu-header ul ul ul,  .menu-header.align-right ul ul {position: relative;left: 0;width: 100%;margin: 0;text-align: left;}
.menu-header > ul > li.has-sub > a:after,  .menu-header > ul > li.has-sub > a:before,  .menu-header ul ul > li.has-sub > a:after,  .menu-header ul ul > li.has-sub > a:before {display: none;}
.menu-header #menu-button {display: block;padding: 17px;color: #dddddd;cursor: pointer;font-size: 12px;text-transform: uppercase;font-weight: 700;}
.menu-header #menu-button:after {position: absolute;top: 22px;right: 17px;display: block;height: 8px;width: 20px;border-top: 2px solid #dddddd;border-bottom: 2px solid #dddddd;content: '';}
.menu-header #menu-button:before {position: absolute;top: 16px;right: 17px;display: block;height: 2px;width: 20px;background: #dddddd;content: '';}
.menu-header #menu-button.menu-opened:after {top: 23px;border: 0;height: 2px;width: 15px;background: #ffffff;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);}
.menu-header #menu-button.menu-opened:before {top: 23px;background: #ffffff;width: 15px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);}
.menu-header .submenu-button {position: absolute;z-index: 99;right: 0;top: 0;display: block;border-left: 1px solid rgba(120, 120, 120, 0.2);height: 46px;width: 46px;cursor: pointer;}
.menu-header .submenu-button.submenu-opened {background: #262626;}
.menu-header ul ul .submenu-button {height: 34px;width: 34px;}
.menu-header .submenu-button:after {position: absolute;top: 22px;right: 19px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header ul ul .submenu-button:after {top: 15px;right: 13px;}
.menu-header .submenu-button.submenu-opened:after {background: #ffffff;}
.menu-header .submenu-button:before {position: absolute;top: 19px;right: 22px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';}
.menu-header ul ul .submenu-button:before {top: 12px;right: 16px;}
.menu-header .submenu-button.submenu-opened:before {display: none;}
}

/*----------------------------------------Push Navigation---------------------------------*/
div#menuoverlay { display: none; }
a#hamburg {  position: fixed;top: 10px;left: 10px;width: 40px;height: 40px;z-index:9;text-align: center;color: white;display: none;transition: all ease-out 0.3s;}
a#hamburg i {position: relative;top: 50%;transform: translateY(-50%);}
.nav1 {transition: all ease-out 0.3s; display:none;}
.nav1 a { color: #000; }
.nav1 ul {margin: 0;padding: 0;background-color: #303030;}
.nav1 ul li {display: inline-block;position: relative;}
.nav1 ul li > a {display: inline-block;padding: 10px;}
.nav1 ul li > a > i {margin-left: 15px;transition: all ease-out 0.3s;-webkit-transition: all ease-out 0.1s;}
.nav1 ul li ul {display: none;position: absolute;top: 38px;background:#222;width: 200px;text-align: left;}
.nav1 .search-nav,.nav1 .title{ display:none;}
.nav1 ul li ul li { display: block; }
.nav1 ul li ul li a { display: block; }
.nav1 ul li:hover > a {  color:#000; text-decoration:none; }
.nav1 ul li:hover > a > i { transform: rotateZ(90deg); }
.nav1 ul li:hover ul { display: block; }
.nav1 span.marrow {border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #fff;float: right;height: 0;margin:8px 0 0 8px;width: 0;}
.nav1 ul li.open  span.marrow {border-left: 5px solid transparent; border-top:0;border-right: 5px solid transparent;border-bottom: 5px solid #fff;}
@media screen and (max-width: 769px) {
a#hamburg { display: block; }
main {  transition: all ease-out 0.3s;}
.nav1 .row{ margin:0px;}
.nav1 { background:url(images/nav-bg.jpg) repeat ;box-shadow: -2px 0 10px #999 inset;display: block;height: 100%;left: 0;overflow-x: hidden;overflow-y: auto;position: fixed;top: 0;transform: translateX(-250px);width: 250px;}
.nav1 .search-nav,.nav1 .title{ display:block;}
.nav1 .search-nav input{ border:1px solid #2c313f; background-color:rgba(255,255,255,0.2);  padding:5px; width:100%; color:#000; margin:10px 0;  }
.nav1 .search-nav input[type="submit"]{background:url("images/search-icon.png") no-repeat scroll center center; border:0; width:auto; font-size:0; height: 16px;    position: absolute;    right: 7px;    top: 8px;    width: 16px;  filter: invert(100%);}
.nav1 .title{    background: #000 ;color: #fff;font-size: 14px;margin: 0 -15px;padding: 6px 15px 6px;}
.search-nav > form {    position: relative;}	
.nav1 ul {  text-align: left;  background-color: transparent;}
.nav1 ul li { display: block; border-bottom:1px solid #999; }
.nav1 ul li a { display: block; padding:10px 0; }.nav1 ul li:hover > a { color:#000;  }
.nav1 ul li a > i { float: right; }
.nav1 ul li ul {  display: none;  position: static;  width: 100%;background-color:transparent; padding:0 10px;}
.nav1 ul li:hover > ul { display: none; }
.nav1 ul li:hover > a > i { transform: rotateZ(0); }
.nav1 ul li.open > a { background-color: transparent; }
.nav1 ul li.open > a > i { transform: rotateZ(90deg); }
.nav1 ul li.open > ul { display: block; }
div#menuoverlay {display: block;visibility: hidden;position: fixed;left: 0;top: 0;width: 100%;height: 100%;transition: all ease-out 0.3s;z-index: 1;opacity: 0;}
html.open-menu { overflow: hidden; }
html.open-menu div#menuoverlay {visibility: visible;background:rgba(0,0,0,0.5);min-height:100vh;width:100% !important;opacity: 1;width: calc(-150%);left: 250px;}
html.open-menu a#hamburg{ transform: translateX(250px); z-index:999; }
html.open-menu main {transform: translateX(250px);}
html.open-menu nav.nav1 {z-index: 3;transform: translateX(0);}
.menu-main-menu-container ul ul ul li a {padding:5px;}
ul li.has-subnav .accordion-btn {color:#000; font-size:24px; width:20px !important; float:right; line-height: inherit !important; }
.nav1 ul li:last-child {    border: 0 ;}
.nav-cross.open > span {    background: #fff ;}
/*---------------------Hamberg Icon --------------------------------------------- */
.nav-cross {width: 24px;  height: 40px;  position: relative;  margin: 0px auto;  transform: rotate(0deg);  transition: .5s ease-in-out;  cursor: pointer;}
.nav-cross span {  display: block;  position: absolute;
height: 2px;width: 100%;background: #000;opacity: 1;left: 0;transform: rotate(0deg);transition: .25s ease-in-out;}
#nav-icon1 span:nth-child(1) {top: 0px;}
#nav-icon1 span:nth-child(2) {top: 18px;}
#nav-icon1 span:nth-child(3) {top: 36px;}
#nav-icon1.open span:nth-child(1) {top: 18px;transform: rotate(135deg);}
#nav-icon1.open span:nth-child(2) {opacity: 0;left: -60px;}
#nav-icon1.open span:nth-child(3) {top: 18px;transform: rotate(-135deg);}
.nav-cross span:nth-child(1) {top: 12px;transform-origin: left center;}
.nav-cross span:nth-child(2) {top: 20px;transform-origin: left center;}
.nav-cross span:nth-child(3) {top: 28px;transform-origin: left center;}
.nav-cross.open span:nth-child(1) {transform: rotate(45deg);top: 11px;left: 4px;}
.nav-cross.open span:nth-child(2) {width: 0%;opacity: 0;}
.nav-cross.open span:nth-child(3) {transform: rotate(-45deg);top: 28px;left: 4px;}
}


@media (min-width: 100px) and (max-width: 769px) {

main{ padding:0 15px;}
.logo{ text-align:center;}	
.searchtoggle{ display:none;}
.push-logo{ margin:10px 0;}
.logo img{ max-height:60px; width:auto;}
header .searchform{ display:none;} 
.slider .inner-item {height: 200px;}
.slider .inner-item .caption{ display:none;}
}
* :focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0!important;
        text-decoration:none !important;
}
* a:hover{
    text-decoration:none !important;
}


/*error-page*/

.error-page{
    padding: 40px 0;
}

.error-page h1{
    color: #414142;
    font-size: 40px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
}
.error-page p{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.75);
    font-weight: 400;
    line-height: 32px;
}


/*default-page*/

.page-def{
    padding: 40px 0; 
}
.page-def h1{
    color: #414142;
    font-size: 50px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
}
.page-def h2{
    color: #414142;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
}
.page-def h3{
    color: #414142;
    font-size: 35px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
}
.page-def h4{
    color: #414142;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}
.page-def h5{
    color: #414142;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.page-def h6{
    color: #414142;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.page-def p{
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.75);
    font-weight: 400;
    line-height: 32px; 
}



.wpcf7-not-valid {
    border-bottom: 4px solid #f00 !important;
}
span.wpcf7-not-valid-tip {
    display: none !important;
}
div.wpcf7-response-output{
    color: #fff;
}


html.open-menu body{
    position: fixed !important;
}

.sec-faq{
   padding: 30px 0;
}
.sec-faq h2{
    margin: 0 0 50px;
}
.sec-faq .set{
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #8E8E8E;
    margin-bottom: 10px;
    padding: 20px;
}
.sec-faq .set > a{
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.sec-faq .set p{
    margin:0;
    color: #333;
    font-size: 16px;
}
.sec-faq .set a.active {
    margin: 0;
    color: #FF173D;
    font-size: 18px;
    font-weight: 700;
}
.sec-faq .set .content p{
    margin: 15px 0 0;
}
.sec-faq .set > a:before{ background:url(images/set-ar.png) no-repeat; float:right; content:"";height: 12px;    margin: 6px 0 0;    width: 13px;}
.sec-faq .set > a.active:before{background:url(images/set-ar-active.png) no-repeat; width: 16px; height: 3px; }
.sec-faq .set .content{display:none;}/*sec-faq*/
.sec-faq{
   padding: 30px 0;
}
.sec-faq h2{
    margin: 0 0 50px;
}
.sec-faq .set{
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #8E8E8E;
    margin-bottom: 10px;
    padding: 20px;
}
.sec-faq .set > a{
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.sec-faq .set p{
    margin:0;
    color: #333;
    font-size: 16px;
}
.sec-faq .set a.active {
    margin: 0;
    color: #FF173D;
    font-size: 18px;
    font-weight: 700;
}
.sec-faq .set .content p{
    margin: 15px 0 0;
}
.sec-faq .set > a:before{ background:url(images/set-ar.png) no-repeat; float:right; content:"";height: 12px;    margin: 6px 0 0;    width: 13px;}
.sec-faq .set > a.active:before{background:url(images/set-ar-active.png) no-repeat; width: 16px; height: 3px; }
.sec-faq .set .content{display:none;}
/* =======================================My Css================================ */

/* ===========================
   HEADER
=========================== */
header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  background: rgb(255 255 255 / 33%);
  backdrop-filter: blur(10px);
  padding: 20px 0;
}

header .menu ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: end;
}

header .menu ul li {
    list-style: none;
    display: inline-block;
    padding-left: 17px;
}

header .menu ul li a {
    color: white;
    text-decoration: none;
    font-family: Raleway;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    position: relative;
}

header .icon ul {
    display: flex;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
}

header .icon ul li {
    display: inline-block;
    padding-left: 8px;
}

header .icon ul li a {
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    width: 36px;
    height: 36px;
    border: 2px solid #fff !important;
    border-radius: 50% !important;
    text-align: center !important;
    line-height: 35px !important;
    color: #fff !important;
    margin-right: 8px;
    transition: background 0.3s;
    padding: 0px !important;
    background: #d9d9d95c;
}

header .logo img {
    max-width: 240px;
}

section.section-1{
  /* background-image: url(images/sec-1.png); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}


section.section-1 .best {
    position: absolute;
    top: 155px;
}

section.section-1 .best h1 {
    font-family: Raleway !IMPORTANT;
    font-weight: 400;
    font-size: 64px;
    line-height: 100%;
    color: white;
}

section.section-1 .best p {
    font-family: Raleway;
    font-weight: 400;
    font-size: 23px;
    margin-top: 13px !important;
    line-height: 100%;
    color: white;
}
section.section-1 .row.bull {
    position: absolute;
    bottom: 29px;
}

section.section-1 .row.bull .mmg p {
    font-family: Raleway;
    font-weight: 500;
    font-style: Italic;
    font-size: 24px;
    line-height: 33px;
    color: white;
    width: 100%;
}

section.section-1 .ben a {
    background-color: white;
    padding: 20px 27px 20px 6px;
    border-radius: 50px;
}

section.section-1 .ben a img {
    background: #081B32;
    border-radius: 50%;
    transform: rotate(4deg);
    padding: 10px 10px;
    width: 39px;
    height: 39px;
    position: relative;
    overflow: visible;
}

section.section-1 .ben a {
    font-family: ITC Fenice Std;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-transform: capitalize;
    text-decoration: none;
    color: #081B32;
    padding-left: 8px;
    padding-top: 15px;
}
section.section-2 {
    padding: 60px 0 50px 0;
}

section.section-2 .refer h2 {
    font-family: ITC Fenice Std;
    font-weight: 400;
    font-size: 55.82px;
    line-height: 100%;
    text-transform: uppercase;
    color: #081B32;
}

section.section-2 .value p {
    font-family: Raleway;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    margin-top: 8px !IMPORTANT;
}

section.section-2 .value span {
    font-family: Raleway;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #990A14;
}
section.section-2 .dual ul {
    padding: 0;
    margin: 0;
}

section.section-2 .dual ul li {
    display: inline-block;
}

section.section-2 .dual ul li  span.explore {
    background-color: #990A14;
    padding: 17px 21px 20px 6px;
    border-radius: 50px;
}

section.section-2 .dual ul li span.explore img {
    background: #F8F6F3;
    border-radius: 50%;
    transform: rotate(4deg);
    padding: 10px 10px;
    width: 39px;
    height: 39px;
    position: relative;
    overflow: visible;
}

section.section-2 .dual ul li span.explore a {
    text-decoration: none;
    color: #F8F6F3;
    padding-left: 8px;
    font-family: ITC Fenice Std;
    font-weight: 400;
    font-size: 15.06px;
    text-transform: capitalize;
}
section.section-2 .dual ul li  span.meet {
    background-color: #081B32;
    padding: 17px 22px 20px 6px;
    border-radius: 50px;
}

section.section-2 .dual ul li span.meet img {
    background: #C1A36B;
    border-radius: 50%;
transform: rotate(4deg);
    padding: 10px 10px;
    width: 39px;
    height: 39px;
    position: relative;
    overflow: visible;
}

section.section-2 .dual ul li span.meet a {
    text-decoration: none;
    color: #F8F6F3;
    padding-left: 8px;
    font-family: ITC Fenice Std;
    font-weight: 400;
    font-size: 15.06px;
    text-transform: capitalize;
}
.row.align-items-center.wen {
    margin-top: 13px;
}

.section-3 .box {
    margin-bottom: 15px;
    background: #fff;
}

.section-3 .box .img img {
    width: 100%;
    height: 253px;
    object-fit: cover;
    /* filter: grayscale(100%); */
    transition: filter 0.3s 
ease;
    transition: transform 0.5s 
ease;
    transform-origin: center center;
}

.section-3 .box .img img:hover {filter: grayscale(0%);transform: scale(1.2);}

.section-3 .box .img {
    overflow: hidden;
}
.section-3 .box .content {
    padding: 15px 20px;
}

.section-3 .box .content h4 {
  font-family: ITC Fenice Std;
  font-weight: 400;
  font-size: 22.21px;
  line-height: 100%;
}

.section-3 .box .content p {
  font-family: Raleway;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #2B2B2B;
}

section.section-3 .col-md-4 {
    padding: 0;
    border: 1px solid #B5A58B;
}
section.section-3 .build p {
    margin-top: 33px !important;
    font-family: ITC Fenice Std;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    width: 100%;
    text-align: center;
}


/* Heading */
.sec4-title {
  font-family: ITC Fenice Std !important;
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 52px;
}

/* Carousel Item */
.sec4-carousel .sec4-item {
  position: relative;
  padding: 0 10px;
}

/* Image style */
.sec4-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 22px;
}

/* White pill */
.sec4-pill {
  position: absolute;
  left: 26px;
  bottom: 170px;
}

.sec4-pill a {
  background: #ffffff;
  padding: 8px 17px 6px 6px;
  border-radius: 40px;
}

.sec4-pill span i {
  width: 27px;
  height: 27px;
  background: #C1A36B;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  cursor: pointer;
  transform: rotate(-37deg);
}

.sec4-text h4 {
    font-family: ITC Fenice Std;
    font-weight: 400;
    font-size: 31px;
    line-height: 100%;
    text-transform: capitalize;
    color: white;
}

.sec4-text {
    position: absolute;
    bottom: 62px;
    left: 31px;
    width: 76%;
}

.section-4 {
  position: relative;
  padding: 50px 0 50px 0;
  border-bottom: 3px solid black;
}


.blur-circle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  opacity: 1;
  filter: blur(430px);
}

.c1 {
  background: #C1A36B;
  width: 490.67578125px;
  height: 490.67578125px;
  left: 532.04px;
  opacity: 1;
  top: -45.3px;
}
.c2 {
  width: 490px;
  bottom: 0;
  left: 0px;
  background: #081B32;
  height: 49%;
}
.c3 {
  width: 344.7679138183594px;
  top: 832.12px;
  background: #081B32;
  left: 1123.45px;
  height: 61%;
}


.section-5 {
  background: #2f2f2f;
  padding: 80px 0 50px;
  color: #fff;
  padding-bottom: 0;
  margin-top: 61px;
}

/* LEFT TITLE */
.sec5-title {
    font-family: ITC Fenice Std !IMPORTANT;
    font-weight: 400;
    font-size: 64px;
    line-height: 100%;
    text-transform: capitalize;
}

.sec5-subtitle {
  color: #c7a569;
  font-family: ITC Fenice Std !IMPORTANT;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  text-transform: capitalize;
}

/* RIGHT TEXT */
.sec5-right p {
  font-family: Raleway;
  font-weight: 500;
  font-style: Italic;
  font-size: 16px;
  line-height: 28px;
}

/* QUOTES ICONS */
.sec5-quotes {
  position: relative;
  margin-top: 15px;
}

.sec5-quotes .q1,
.sec5-quotes .q2 {
  font-size: 80px;
  font-weight: 600;
  opacity: 0.2;
  color: #ccc;
  position: absolute;
}


.sec5-quotes .q2 {
  right: 20px;
  bottom: -240px;
  font-size: 300px;
}

/* IMAGE */
.sec5-image img {
  width: 100%;
  border: 2px solid rgba(255,255,255,0.3) !important;
  height: 440px;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
}
section.section-6 {
    padding: 50px 0 31px 0;
    border-bottom: 2px solid #2B2B2B;
}

section.section-6 .surge h2 {
    font-family: ITC Fenice Std !important;
    font-weight: 400;
    font-size: 56px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
}

section.section-7 {
  padding: 70px 0 50px 0;
  background-image: url(images/bg\ \(1\).png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

section.section-7 .row {
    justify-content: center;
}

section.section-7 .here {
    background-color: white;
    border-radius: 100%;
    padding: 0px;
}



/* SECTION BACKGROUND */
.section-8 {
  padding: 100px 0;
  background: url("images/Rectangle\ 4017.png");
  background-size: cover;
  background-position: center;
  position: relative;
}

.section-8::after {
  content: "";
  position: absolute;
  inset: 0;
}

.section-8 .container {
  position: relative;
  z-index: 5;
}

/* LEFT TEXT */
.section-8 .sec8-left h2 {
    font-family: Raleway !important;
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    color: #C1A36B;
}

.section-8 .sec8-left h3 {
  color: white;
  margin-top: 5px;
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  font-family: 'Raleway' !important;
}

.section-8 .sec8-left p {
  color: white;
  margin-top: 20px !IMPORTANT;
  max-width: 470px;
  font-family: Raleway;
  font-weight: 500;
  font-size: 19px;
  line-height: 29px;
}

/* FORM BOX */
.section-8 .sec8-form-box {
  background: rgba(255,255,255,0.18);
  border-radius: 15px;
  padding: 40px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #fff;
}

.section-8 .sec8-form-box h3 {
    font-family: Raleway !important;
    font-weight: 600;
    font-size: 30.88px;
    line-height: 100%;
}

.section-8 .sec8-form-box .small-text {
  margin-bottom: 25px !important;
  font-family: Raleway;
  font-weight: 400;
  font-size: 20.59px;
  line-height: 120%;
}

/* FORM INPUTS */
.section-8 .sec8-form-box input,
.section-8 .sec8-form-box textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 10px 12px;
  margin-bottom: 25px;
  color: #fff;
  outline: none;
}

.section-8 .sec8-form-box textarea {
  height: 80px;
  resize: none;
}

/* BUTTON */
.section-8 .sec8-btn {
  color: white;
  font-family: Raleway;
  font-weight: 700;
  font-size: 20.59px;
  line-height: 120%;
  letter-spacing: 0px;
  text-align: center;
  background-color: #C1A36B;
  width: 100%;
  padding: 15px 0;
  border-radius: 14px;
  border: none;
}

.section-8 .sec8-btn:hover {
  opacity: .85;
}

/* EMAIL BELOW FORM */
.section-8 .sec8-form-box .email-line {
  margin-top: 20px !important;
  font-family: Raleway;
  font-weight: 400;
  font-size: 20.59px;
  line-height: 120%;
  text-align: center;
}

.footer {
  background: #111;
  padding: 40px;
  padding-bottom: 20px;
}

.footer-main {
  background: #c5a362;
  padding: 50px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.footer-logo img {
  width: 39%;
  margin-bottom: 20px;
}

.footer h5 {
    font-family: Raleway;
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    text-transform: capitalize;
    color: black;
}

.footer a {
  display: block;
  font-family: Raleway;
  font-weight: 500;
  font-size: 18px;
  line-height: 44px;
  text-transform: uppercase;
  color: black;
  text-decoration: none;
}

.footer a:hover {
  opacity: 1;
}

.footer-bottom {
  background: #c5a362;
  padding: 15px 0;
  border-radius: 50px;
  text-align: center;
}

.footer-bottom p {
    font-family: Raleway;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #2B2B2B;
}

.footer a:hover {
    color: black;
}

.sec4-pill a span {
    font-family: ITC Fenice Std;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-transform: capitalize;
    text-decoration: none;
    color: #081B32;
    padding: 5px 1px 0px 6px;
}

.sec4-pill a img {
    background: #C1A36B;
    border-radius: 50%;
    transform: rotate(4deg);
    padding: 8px 10px;
    width: 39px;
    height: 39px;
    position: relative;
    overflow: visible;
}

.sec4-pill a {
    background-color: white;
    padding: 18px 15px 20px 9px;
    border-radius: 50px;
}
.section-8 .sec8-form-box input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #C1A36B;
    border: none;
    border-radius: 10px;
    padding: 15px 0 15px 0;
    font-family: Raleway;
    font-weight: 700;
    font-size: 20.59px;
    margin-bottom: 0;
}

.section-8 .sec8-form-box .wpcf7-response-output {
    margin-top: 0;
}
.sec8-form-box input::placeholder,
.sec8-form-box textarea::placeholder {
  color: #fff !important;
  opacity: 1; /* Safari fix */
  font-family: Raleway;
font-weight: 400;
font-style: Regular;
font-size: 20.59px;

}
header .menu ul li a:after {
    width: 0%;
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    background: white;
    bottom: -9px;
    transition: .5s;
}

.menu-header > ul > li:hover>a:after, .menu-header > ul > li.current-menu-item>a:after {
    width: 100%;
}
.footer .footer-bottom p a {
    display: inline;
    font-family: Raleway;
    font-weight: 800;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #2B2B2B;
}

section.about-1 {
    position: relative;
    overflow: hidden;
    top: -60px;
    height: 561px;
    display: flex;
    align-items: center;
}

section.about-1 .base h2 {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 88px;
    line-height: 100%;
    text-align: center;
    color: white;
    text-transform:uppercase;
}

section.about-1 .vese {
    color: white;
    font-family: Raleway;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
}


section.about-1 .vese h2 {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 47px;
    line-height: 100%;
    text-align: center;
}



section.about-1::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    /* background: linear-gradient(0deg, rgb(0 0 0 / 35%), rgb(0 0 0 / 52%)), linear-gradient(0deg, rgba(193, 163, 107, 0.15), rgba(193, 163, 107, 0.15)), linear-gradient(180deg, rgba(0, 0, 0, 0) 80.45%, #FFFFFF 100%); */
}

section.about-1 > * {
    position: relative;
    z-index: 2;
}
section.section-clear {
    padding: 70px 0px 70px 0;
    background-color: white !important;
    position: relative;
}

section.section-clear .difer {
    text-align: center;
    margin-bottom: 50px;
}

section.section-clear .difer h2 {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 64px;
    line-height: 100%;
    text-transform: uppercase;
    width: 61%;
    margin: auto;
    color: black;
}

section.section-clear .difer p {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    margin-top: 17px;
}

section.section-clear .bull img {
    width: 497px;
    height: 462px;
    border-radius: 12px;
    object-fit: cover;
}

section.section-clear .bull h2 {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
    margin: 18px 0 0 0;
}

section.section-clear .bull h3 {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    color: #990A14;
    margin: 6px 0 0 0;
}

section.section-clear .bull p {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: black;
    margin-top: 15px;
}

section.section-clear .trays ul {
    display: inline-flex;
    margin: 0px 6px 10px 0px;
    padding: 0;
}

section.section-clear .trays ul li {
    list-style: none;
    background-color: #C1A36B;
    display: inline-flex;
    padding: 12px 17px;
    border-radius: 6px;
    font-family: Raleway;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    text-transform: capitalize;
    margin: 0px 6px 10px 0px;
    color: black;
}

section.section-clear .trays {
    margin-top: 26px;
}

section.section-clear .col-md-6.bill::before {
    position: absolute;
    width: 3px;
    height: 100%;
    background-color: black;
    content: "";
    right: 7px;
}

section.section-clear .stress{
    background-image: url('images/Frame 2123.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 103px;
    border: 2px solid black;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
}
section.section-clear .stress h1 {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
    text-transform: uppercase;
    color: white;
    text-align: center;
    margin: 0;
}
section.section-train {
    padding: 40px 0 60px 0;
}

section.section-train .best h2 {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 64px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #081B32;
}

section.section-train .program .slide img {
    width: 750px;
    height: 426px;
    object-fit: cover;
    border-radius: 12px;
}

section.section-train .testi-arrows button.testi-prev {
    background: none;
    border: none;
}

section.section-train .testi-arrows button.testi-next {
    background: transparent;
    border: none;
}

section.section-train .testi-arrows {
    text-align: center;
    margin-top: 15px;
}
section.section-train .program .slide {
    margin: 30px 10px;
}


section.section-panic .dont{
    background-image: url('images/panic.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    border-radius: 12px;
    padding: 35px;
    position: relative;
    height: 247px;
}
section.section-panic {
    padding: 40px 0 50px 0;
}

section.section-panic .dont .pack h1 {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 63.94px;
    line-height: 100%;
    text-transform: capitalize;
    color: #F8F6F3;
    width: 83%;
    margin: 0;
}
section.section-panic .dont .likes {
    position: absolute;
    right: 31px;
    display: flex;
    justify-content: end;
    align-items: end;
    bottom: 17px;
}

section.section-panic .dont .likes img {
    width: 31%;
}
.section-count{
  padding: 30px 0;
  background: #fff;
}

.section-count .count-box{
  text-align: center;
  margin-bottom: 25px;
  font-family: ITC Fenice;
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  text-transform: capitalize;
  color: black;
}

.section-count .count-box h2{
  color: #c6a36b; /* gold */
  font-family: ITC Fenice;
  font-weight: 500;
  font-size: 112px;
  line-height: 100%;
  text-transform: capitalize;
}

.section-count .count-box h2:after{
  content:"+";
  margin-left: 6px;
}

.section-count .count-box p{
  color: #111;
  font-family: ITC Fenice;
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  text-transform: capitalize;
}

.section-count .count-image{text-align: center;margin-top: 10px;}

.section-count .count-image img{
  width: 100%;
  height: 213px;
  display: inline-block;
  object-fit: cover;
  border-radius: 12px;
}

section.section-means {
    padding: 70px 0 70px 0;
}

section.section-means .black img {
    height: 571px;
    width: 524px;
    border-radius: 12px;
    object-fit: cover;
}

section.section-means .filter ul {
    padding: 0;
    margin: 0;
}

section.section-means .filter ul li {
    list-style: none;
    background-color: #C1A36B;
    color: white;
    padding: 14px;
    border-radius: 6px;
    font-family: Raleway;
    font-weight: 800;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 14px;
    display: inline-block;
}
section.section-means .filter h2 {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 64px;
    line-height: 100%;
    text-transform: capitalize;
    color: #081B32;
    margin-bottom: 61px;
}
section.about-2 {
    /* box-shadow: 0px 0px 63px 32px white; */
    position: relative;
    bottom: 59px;
    padding: 71px 0px 0px 0px;
}

section.about-2 .story h2 {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 68px;
    line-height: 100%;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 30px;
}

section.about-2 .storylist ul li {font-family: Raleway;font-weight: 500;font-size: 20px;line-height: 30px;color: black;padding-bottom: 16px;}
section.about-3 {
    padding: 30px 0;
}

section.about-3 .vision img {
    border-radius: 9px;
}

section.about-3 .vision h2 {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 68px;
    line-height: 100%;
    text-transform: capitalize;
    color: black;
    margin: 20px 0 0 0;
}

section.about-3 .visionlist ul {
    margin: 0;
    padding: 0;
    display: inline-flex;
}

section.about-3 .visionlist ul li {
    list-style: none;
    background-color: #C1A36B;
    padding: 10px;
    border-radius: 6px;
    font-family: Raleway;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    text-transform: capitalize;
}

section.about-3 .mission h2 {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 68px;
    line-height: 100%;
    text-transform: capitalize;
    color: black;
    margin: 0 0 10px 0;
}

section.about-3 .mission p {
    font-family: Raleway;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: black;
}

section.about-3 .mission img {
    height: 528.99px;
    width: 556px;
    border-radius: 6px;
    margin-top: 9px;
    object-fit: cover;
}

section.about-3 .visionlist {
    margin-top: 42px;
}


/* ===== About-4 base ===== */
.about-4{
  padding: 80px 0;
  background:#fff;
  position: relative;
}

.about-4 .a4-title h2{
  text-align:center;
  font-family: ITC Fenice;
  font-weight: 500;
  font-size: 68px;
  line-height: 100%;
  text-transform: capitalize;
  color: black;
}

/* ===== Tabs bar ===== */
.about-4 .a4-tabs{
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  margin: 50px auto 40px;
  max-width: 980px;
}

/* bottom long line */
.about-4 .a4-tabs::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom: -2px;
  height: 2px;
  background:#2b2b2b;
}

/* vertical divider between clinical & operations */
.about-4 .a4-tabs::before{
  content:"";
  position:absolute;
  left: 66.666%;
  bottom:0;
  width: 2px;
  height: 35px;
  background:#2b2b2b;
}

/* tab buttons */
.about-4 .a4-tab{
  background: transparent;
  border: none;
  padding: 12px 10px;
  color: black;
  cursor:pointer;
  height: 43px;
  display:flex;
  align-items:center;
  justify-content:center;
  position: relative;
  z-index: 2;
  font-family: ITC Fenice;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
}

/* active gold block (like screenshot) */
.about-4 .a4-tab.is-active{
  background: #c6a36b;
}

/* keep active bar aligned with bottom line */
.about-4 .a4-tab.is-active::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:1px;
  background:#c6a36b;
}

/* ===== Panels ===== */
.about-4 .a4-panel{
  display:none;
}

.about-4 .a4-panel.is-active{
  display:block;
}

/* cards (simple base) */
.about-4 .a4-card{
  text-align:center;
  padding: 0px;
  margin-bottom: 40px;
}

.about-4 .a4-card img{
  border: 2px solid black;
  border-radius: 8px;
  height: 434px;
  object-fit: cover;
  width: 368px;
  overflow: hidden;
  object-position: 43% 10%;
}

.about-4 .a4-card  h4{font-family: ITC Fenice;font-weight: 500;font-size: 24px;line-height: 100%;text-align: center;text-transform: uppercase;color: black;margin-top: 26px;}

.about-4 .a4-card span{
  display:block;
  font-family: Raleway;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: black;
}

.about-4 .a4-card p{
  color: black;
  font-family: Raleway;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  text-align: center;
  margin-top: 51px;
}

.innerteam-1{
  padding: 101px 0 60px 0;
  background: #fff;
}

.innerteam-1 .it1-media{
  max-width: 460px;
}

.innerteam-1 .it1-main{
  border: 1px solid #d7d7d7;
  border-radius: 6px;
  overflow: hidden;
}

.innerteam-1 .it1-main-img{
  width: 579px;
  height: 623px;
  border-radius: 8px;
  object-fit: cover;
}

.innerteam-1 .it1-thumbs{
  display: flex;
  gap: 14px;
  margin-top: 16px;
}

.innerteam-1 .it1-thumb{
  border: 1px solid #d7d7d7;
  border-radius: 6px;
  padding: 0;
  background: transparent;
  cursor: pointer;
  width: 74px;
  height: 74px;
  overflow: hidden;
}

.innerteam-1 .it1-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.innerteam-1 .it1-thumb.is-active{
  border-color: #111;
}

.innerteam-1 .it1-content{
  padding-left: 10px;
}

.innerteam-1 .it1-name h2{
  margin: 0;
  font-family: ITC Fenice;
  font-weight: 500;
  font-size: 49px;
  line-height: 100%;
  text-transform: uppercase;
  color: black;
}

.innerteam-1 .it1-name span{font-family: Raleway;font-weight: 600;font-size: 16px;line-height: 100%;text-transform: uppercase;color: #2B2B2B;display: block;margin-top: 10px;}

.innerteam-1 .it1-bio{
  margin-top: 18px;
}

.innerteam-1 .it1-bio p{font-family: Raleway;font-weight: 400;font-size: 18px;line-height: 28px;}

.innerteam-1 .it2-quote{
  position: relative;
  margin-bottom: 32px;
  padding-top: 51px;
}

.innerteam-1 .it2-quote i{
  position: absolute;
  left: 0;
  top: 20px;
  font-size: 59px;
  color: #bda37a;
}

.innerteam-1 .it1-quote p{
  margin: 0;
  font-family: Raleway;
  font-weight: 600;
  font-style: Italic;
  font-size: 18px;
  line-height: 27px;
}

.single-team_member header {background-color: #C1A36B;}


section.innerteam-2 {
    padding: 20px 0 0 0;
}

section.innerteam-2 .focus h2 {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
    text-transform: capitalize;
}

section.innerteam-2 .focus p {
    font-family: Raleway;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    width: 69%;
    margin-top: 30px !important;
}

section.innerteam-2 .hobbie h2 {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
    text-transform: capitalize;
    color: #2B2B2B;
}

section.innerteam-2 .hobbie span {
    display: block;
    color: #990A14;
    font-family: Raleway;
    font-weight: 700;
    font-size: 16px;
    line-height: 42px;
    text-transform: uppercase;
}

section.innerteam-2 .focus {
    margin-bottom: 53px;
}

.innerteam-3{
  padding: 55px 0;
  background:#fff;
}

.innerteam-3 .it3-title h2{font-family: ITC Fenice;font-weight: 500;font-size: 56px;line-height: 100%;text-transform: capitalize;color: black;margin-bottom: 19px;}

.innerteam-3 .it3-card{
  position: relative;
  background: #fbf7ef;         
  border: 1px solid #d9b57a;   
  border-radius: 10px;
  padding: 26px 22px 22px;
  margin-top: 52px;
  width: 341px;
  height: 179px;
}

.innerteam-3 .it3-icon{
  position: absolute;
  top: -40px;
  left: 18px;
  width: 62px;
  height: 62px;
  border-radius: 10px;
  background: #0c1f2f;          
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 18px rgba(0,0,0,.18);
}

.innerteam-3 .it3-icon i{
  color: #fff;
  font-size: 32px;
  line-height: 1;
}

.innerteam-3 .it3-card h4{
  margin: 10px 0 6px;
  font-family: ITC Fenice;
  font-weight: 500;
  font-size: 36px;
  line-height: 100%;
  text-transform: capitalize;
  margin-top: 30px;
}

.innerteam-3 .it3-link{
  color:#222;
  font-family: Raleway;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
}

.innerteam-3 .it3-link:hover{
  border-bottom-color:#222;
}


.innerteam-4{
  padding: 60px 0;
  background:#fff;
}

.innerteam-4 .it4-title h2{
  margin-bottom: 48px;
  font-family: ITC Fenice;
  font-weight: 500;
  font-size: 46px;
  line-height: 100%;
  text-transform: capitalize;
}

.innerteam-4 .it4-video{
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #222;
}

.innerteam-4 .it4-video img{
  width: 100%;
}

.innerteam-4 .it4-play{
  position:absolute;
  inset: 0;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  z-index: 2;
}

.innerteam-4 .it4-circle{
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.9);
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(0,0,0,.25);
}

.innerteam-4 .it4-circle i{
  color:#fff;
  font-size: 26px;
  margin-left: 3px;
}

/* modal */
.innerteam-4 .it4-modal{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.75);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 99999;
}

.innerteam-4 .it4-modal.is-open{
  display:flex;
}

.innerteam-4 .it4-modal-inner{
  width: 100%;
  max-width: 980px;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.innerteam-4 .it4-close{
  position:absolute;
  top: 8px;
  right: 12px;
  z-index: 3;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.innerteam-4 .it4-frame-wrap{
  width: 100%;
  aspect-ratio: 16/9;
  background:#000;
}

.innerteam-4 .it4-iframe{
  width: 100%;
  height: 100%;
  border: 0;
  display:block;
}

.shoppage h3 {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 47px;
    line-height: 100%;
    text-align: center;
    color: white;
}
section.shop-1 {
    box-shadow: 0px 0px 63px 32px white;
    position: relative;
    bottom: 59px;
    padding: 101px 0px 0px 0px;
}

section.shop-1 .base {
    margin-bottom: 60px;
}

section.shop-1 .base .product a img {
    height: 561px;
    width: 552px;
    border-radius: 12px;
    object-fit: cover;
}

section.shop-1 .base .product a h1 {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 48px;
    line-height: 100%;
    color: black;
}

section.shop-1 .base .product .pavk {
    font-family: Raleway;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 18px;
}

section.shop-1 .base .productlist ul {
    margin: 0;
    padding: 0;
    display: inline-flex;
}

section.shop-1 .base .productlist ul li {
    list-style: none;
    background-color: #C1A36B;
    padding: 8px 12px 8px 12px;
    font-family: ITC Fenice;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 9px;
    color: black;
}

section.shop-1 .base .productlink a {
    font-family: Raleway;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #990A14;
    margin-top: 17px;
    display: block;
}
.single-products header {
    background-color: #C1A36B;
}
section.innerproduct-1 {
    padding: 110px 0 70px 0;
}

section.innerproduct-1 .parent img {
    height: 555px;
    width: 518px;
    border-radius: 12px;
    object-fit: cover;
}

section.innerproduct-1 .blue h2 {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 64px;
    line-height: 100%;
}

section.innerproduct-1 .blue p {
    font-family: Raleway;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
}

section.innerproduct-2 {
    padding: 10px 0 50px 0;
}

section.innerproduct-2 .femoral img {
    height: 467px;
    width: 569px;
    border-radius: 13px;
    object-fit: cover;
}

section.innerproduct-2 .options h1 {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 69px;
    line-height: 100%;
    color: #081B32;
    margin: 0;
    margin-bottom: 41px;
}

section.innerproduct-2 .options p {
    font-family: Raleway;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: black;
    margin-bottom: 21px;
}

section.innerproduct-2 .options ul li {
    font-family: Raleway;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
}

section.innerproduct-2 .options p strong {
    font-family: Raleway;
    font-weight: 800;
    font-size: 17px;
    line-height: 100%;
    text-transform: uppercase;
}
section.innerproduct-2 .femoral {
    position: sticky;
    top: 0;
}


/* bbb */

.innerproduct-3{
  padding: 20px 0px 0 0;
  background: #fff;
}

/* Tabs row */
.innerproduct-3 .ip3-tabs{
  display: flex;
  gap: 39px;
  align-items: center;
  padding-left: 10px;
  justify-content: center;
}

.innerproduct-3 .ip3-tab{
  border: 0;
  padding: 12px 18px;
  color: #111;
  margin-bottom: -1px;
  font-family: 'Raleway';
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  background: transparent;
}

.innerproduct-3 .ip3-tab.is-active{
  background: #b8aa90;
  border-radius: 10px 10px 0px 0px;
  font-weight: 700;
}

/* Panels */
.innerproduct-3 .ip3-panel{ display: none; }
.innerproduct-3 .ip3-panel.is-active{ display: block; }

/* Stage box (same like screenshot) */
.innerproduct-3 .ip3-stage{
  border: 1px solid #2b2b2b;
  border-radius: 10px;
  overflow: hidden;
  background: #2f2f2f;
}

/* dotted bg like screenshot */
.innerproduct-3 .ip3-fake360{
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('images/dots.png');
  cursor: grab;
  user-select: none;
  height: 428px;
}

.innerproduct-3 .ip3-fake360:active{
  cursor: grabbing;
}

/* image */
.innerproduct-3 .ip3-viewer-img{
  width: 600px;
  height: 640px;
  display: block;
  transform-style: preserve-3d;
  will-change: transform;
  user-select: none;
  pointer-events: none;

  /* smoother feeling */
  transition: transform 0.03s linear;
}

/* normal images */
.innerproduct-3 .ip3-static{
  width: 27%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.innerproduct-3 .ip3-text{
  padding: 22px;
  background: #fff;
}

section.innerproduct-2 .options h5 {
    font-family: Raleway;
    font-weight: 900;
    font-size: 20px;
    text-transform: uppercase;
    color: black;
}

section.innerproduct-2 .options ul {
    padding-bottom: 23px;
}
.innerproduct-4{
  padding: 50px 0;
  background: #fff;
}

.innerproduct-4 .ip4-title{font-family: ITC Fenice;font-weight: 500;font-size: 48px;line-height: 100%;color: #2B2B2B;}

/* Main box */
.innerproduct-4 .ip4-box{
  position: relative;
  border: 1.5px solid #2b2b2b;
  border-radius: 10px;
  padding: 24px 26px 26px;
  background: #faf7f3;
}

/* PDF badge */
.innerproduct-4 .ip4-badge{
  position: absolute;
  top: 16px;
  right: 16px;
  background: #0c1a2a;
  color: #fff;
  border-radius: 6px;
  padding: 18px 7px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: Raleway;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}

.innerproduct-4 .ip4-badge i{
  font-size: 15px;
}

/* Content */
.innerproduct-4 .ip4-content h3{font-family: ITC Fenice;font-weight: 500;font-size: 38px;line-height: 100%;text-transform: capitalize;color: #081B32;width: 41%;}

.innerproduct-4 .ip4-content p{
  max-width: 900px;
  font-family: Raleway;
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 16px;
  display: block;
}

/* Download button */
.innerproduct-4 .ip4-download{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #c7ad75;
  color: #000;
  letter-spacing: 1px;
  padding: 12px 18px;
  border-radius: 6px;
  text-decoration: none;
  transition: all .25s ease;
  font-family: Raleway;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
}

.innerproduct-4 .ip4-download:hover{
  background: #b79b5f;
}

section.clinical-2 {
    box-shadow: 0px 0px 63px 32px white;
    position: relative;
    bottom: 59px;
    padding: 101px 0px 0px 0px;
}

section.clinical-2 .story h2 {
    margin: 0;
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 48px;
    line-height: 100%;
    text-transform: capitalize;
}

section.clinical-2 .story p {
    font-family: Raleway;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    margin-top: 30px;
}
section.clinical-2 .hours {
    background-color: #990A14;
    display: inline-flex;
    color: white;
    width: 172px;
    height: 172px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    bottom: 0px;
}

section.clinical-2 .hours h2 {
    margin: 0;
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 68px;
    line-height: 100%;
    text-transform: capitalize;
}

section.clinical-2 .hours span.woo h5 {
  font-family: Raleway;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
}


section.clinical-2 .wolt img{
  transition: transform 0.6s ease;
  will-change: transform;
  width: 490px;
  height: 490px;
  border-radius: 50%;
  object-fit: cover;
}

section.clinical-2 .wolt img:hover{
  transform: scale(1.05) translateY(-8px);
}

section.clinical-2 .wolt img{
  animation: woltFloat 3s ease-in-out infinite;
}

@keyframes woltFloat {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

section.clinical-3 {
    padding: 40px 0 0 0;
}

section.clinical-3 .surgi img {
    width: 534px;
    height: 509px;
    border-radius: 12px;
    object-fit: cover;
}

section.clinical-3 .read h1 {
    margin: 0;
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 48px;
    line-height: 100%;
    color: #990A14;
    margin-top: 120px;
}

section.clinical-4 .container.hook {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  height: 370px;
  display: flex !important;
  background-image: linear-gradient(0deg, rgb(193 163 107 / 82%), rgb(193 163 107 / 76%)), url(images/14.png);
  background-attachment: fixed;
}

section.clinical-4 .case h1 {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 68px;
    line-height: 100%;
    text-transform: capitalize;
    color: #F8F6F3;
}

section.clinical-4 .craft p {
    font-family: Raleway;
    font-weight: 400;
    font-size: 23px;
    line-height: 31px;
    color: white;
}

section.clinical-3 .col-md-6 {
    padding: 0;
}
section.clinical-4 {
  position: relative;
  margin-top: -240px;
  z-index: -1;
}

section.clinical-4 .case {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
  padding: 30px;
}
section.clinical-4 .craft {
  align-items: center;
  flex-direction: column;
  align-self: center;
  justify-content: center;
  display: flex;
  height: 100%;
  padding: 10px;
}

section.clinical-4 .container.hook::before {
    top: 0;
    content: "";
    background-color: black;
    width: 4px;
    position: absolute;
    height: 89%;
    right: 71px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    bottom: 0;
}

section.clinical-4 .col-md-6 {
    padding: 0;
}
section.clinical-5 {
    padding: 80px 0 80px 0;
}

section.clinical-5 .that img {
    width: 631px;
    height: 404px;
    border-radius: 19px;
    object-fit: cover;
}

section.clinical-5 .that h2 {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
    text-transform: capitalize;
    color: #990A14;
}

section.clinical-5 .that p {
    font-family: Raleway;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #505050;
}

section.clinical-5 .acade h3 {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
    text-transform: capitalize;
    color: #081B32;
}

section.clinical-5 .acade .sitte ul {
    margin: 0;
    padding: 0;
}

section.clinical-5 .acade .sitte ul li {
    list-style: none;
    font-family: Raleway;
    font-weight: 500;
    font-size: 18px;
    line-height: 50px;
    text-transform: uppercase;
    color: white;
    letter-spacing: 0;
    display: inline-flex;
    justify-content: center;
    align-items: anchor-center;
}

section.clinical-5 .acade .sitte ul li i {
    height: 25px;
    width: 25px;
    background-color: #081B32;
    display: flex;
    justify-content: center;
    align-items: anchor-center;
    color: #BEA474;
    border-radius: 4px;
    font-size: 16px;
    margin-right: 14px;
}

section.clinical-5 .acade {
    background: linear-gradient(27.63deg, #C1A36B 9.8%, #B5A58B 90.91%);
    width: 464px;
    height: 561px;
    border-radius: 8px;
    padding: 30px;
}
section.clinical-6 {
    padding: 30px 0 50px 0;
}

section.clinical-6 .inter {
    background-color: #081B32;
    align-items: center;
    display: flex;
    height: 101px;
    border-radius: 12px;
    padding: 30px;
}

section.clinical-6 .inter .private h5 {
    font-family: Raleway;
    font-weight: 700;
    font-style: Italic;
    font-size: 20px;
    line-height: 100%;
    text-transform: capitalize;
    color: white;
    margin: 0;
    margin-right: 19px;
}

section.clinical-6 .inter .privatenote p {
  width: 91%;
  font-family: Raleway;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
  margin: 0;
}


.clinical-7{
  background: #fff;
  text-align: center;
  padding: 31px 0 70px 0;
}

.clinical-7 .c7-head h2{
  color: #7c0f14;
  margin-bottom: 6px;
  font-family: ITC Fenice;
  font-weight: 500;
  font-size: 78px;
  line-height: 100%;
  text-align: center;
  text-transform: capitalize;
}

.clinical-7 .c7-head p{
  margin-bottom: 46px;
  color: #2B2B2B;
  font-family: ITC Fenice;
  font-weight: 500;
  font-size: 35px;
  line-height: 100%;
  text-align: center;
  text-transform: capitalize;
}

/* Slider fixes */
.clinical-7 .testimonial .slick-slide{
  outline: none;
}

/* Cards grid */
.clinical-7 .c7-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px;
  justify-items: center;
}

/* Card */
.clinical-7 .c7-card{
  position: relative;
}

/* Avatar */
.clinical-7 .c7-avatar{
  width: 122px;
  height: 122px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0px 60px -34px;
  border: 4px solid #0c1a2a;
  background: #fff;
  z-index: 2;
  position: relative;
}

.clinical-7 .c7-avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Text box */
.clinical-7 .c7-box{
  background-color: #C5A362;
  padding: 46px 18px 20px;
  border-radius: 0px 0px 12px 12px;
  text-align: left;
  margin-left: 41px;
  height: 209px;
}

.clinical-7 .c7-box h4{
  margin-bottom: 10px;
  color: #0c1a2a;
  font-family: ITC Fenice;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-transform: capitalize;
  text-align: end;
}

.clinical-7 .c7-box p{
  color: #2B2B2B;
  font-family: Raleway;
  font-weight: 400;
  font-style: Italic;
  font-size: 15px;
  line-height: 25px;
}

/* Arrows */
.clinical-7 .c7-arrows{
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.clinical-7 .testi-prev,
.clinical-7 .testi-next{
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: transform .15s ease, opacity .15s ease;
}

.clinical-7 .testi-prev img,
.clinical-7 .testi-next img{
  width: 90px;
}

.clinical-7 .testi-prev:hover,
.clinical-7 .testi-next:hover{
  transform: translateY(-2px);
  opacity: 1;
}

/* Responsive */
@media(max-width: 991px){
  .clinical-7 .c7-grid{
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .clinical-7 .c7-box{
    text-align: center;
  }
}
.page-id-179 header {
    background-color: #C1A36B;
}
section.resource-1 {
    padding: 110px 0 50px 0;
}

section.resource-1 .begins h1 {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 64px;
    line-height: 100%;
    color: #2B2B2B;
}

section.resource-1 .begins p {
    font-family: Raleway;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    color: #2B2B2B;
}

section.resource-1 .member img {
    width: 518px;
    height: 555px;
    border-radius: 12px;
    object-fit: cover;
}
.resource-2 {
    padding: 40px 0 50px 0 !important;
}

.resource-2 .begins h1 {
    margin-bottom: 45px !important;
    display: block;
}
section.resource-3 {
    padding: 30px 0 50px 0;
}

section.resource-3 .extras h3 {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    color: #2B2B2B;
}

section.resource-3 .extras p {
    font-family: Raleway;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 24px;
}

section.resource-3 .around img {
    width: 370px;
    height: 375px;
    border-radius: 12px;
    object-fit: cover;
}
section.resource-4 {
    padding: 30px 0 80px 0;
}

section.resource-4 .teams {
    text-align: center;
}

section.resource-4 .teams h2 {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    color: #2B2B2B;
    text-transform: capitalize;
}

section.resource-4 .teams p {
    font-family: Raleway;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
}



section.resource-4 .outcomes img {
    width: 275px;
    height: 297px;
    border-radius: 9.51px;
    object-fit: cover;
    margin-bottom: 20px;
}

section.resource-4 .col-md-3 {
    padding: 0;
}

section.resource-4 .teambulit {
    margin-bottom: 40px;
}

section.resource-5{
  background-image: url(images/25.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 772px;
  position: relative;
  background-attachment: fixed;
}

section.resource-5 .coverage {
  backdrop-filter: blur(45.200001px);
  height: 297px;
  color: white;
  padding: 22px 22px 0px 22px;
  overflow: hidden;
  border-radius: 20px 20px 0px 0px;
  background: rgba(255,255,255,0.1);
}


section.resource-5 .coverage .inside h2 {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 44.17px;
    line-height: 100%;
    color: #2B2B2B;
}

section.resource-5 .coverage .inside p {
    font-family: Raleway;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    color: #2B2B2B;
    margin: 0;
}

section.resource-5 .ensure .total ul {
    margin: 0;
    padding: 0;
    display: inline-flex;
}

section.resource-5 .ensure .total ul li {
    margin-bottom: 9px;
    font-family: Raleway;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    background-color: #081B32;
    color: white;
    padding: 11px;
    border-radius: 6px;
    margin-left: 10px;
    list-style: none;
}

section.resource-5 .ensure {
    background-color: #C1A36B;
    height: 124px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 0px 10px 10px;
}
section.resource-5 .fullipo {
    position: absolute;
    top: 299px;
}


.resource-6 {
  background: #081B32;
  padding: 70px 0;
  color: #ffffff;
  position: relative;
}

.resource-6 .r6-content h2 {
  margin-bottom: 16px;
  font-family: ITC Fenice;
  font-weight: 500;
  font-size: 65px;
  line-height: 100%;
}

.resource-6 .r6-content p {
  max-width: 720px;
  margin-bottom: 30px;
  font-family: Raleway;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
}

/* CALL BUTTON */
.resource-6 .r6-call-btn {
  text-decoration: none;
  color: #e6c27a;
  font-family: Raleway;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.resource-6 .r6-call-btn img {
  width: 34px;
  height: auto;
  margin-right: 12px;
}

.resource-6 .r6-call-btn span {
  text-transform: uppercase;
}

.resource-6 .r6-call-btn strong {
  color: #ffffff;
  font-family: ITC Fenice;
  font-weight: 500;
  font-size: 31.87px;
  line-height: 100%;
  text-transform: uppercase;
  margin-left: 22px;
}

/* RIGHT BADGE */
.resource-6 .r6-badge a {
  background: #caa86a;
  color: white;
  padding: 14px 18px;
  letter-spacing: 1px;
  border-radius: 4px;
  display: inline-flex;
  font-family: Raleway;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .resource-6 {
    text-align: center;
  }

  .resource-6 .r6-call-btn {
    justify-content: center;
  }

  .resource-6 .r6-badge {
    margin-top: 20px;
  }
}

.resource-6 .r6-badge {
    position: absolute;
    right: 0px;
    bottom: 52px;
}


/* Booking */




.booking-section { padding: 80px 0; }

.booking-box {
  background:#f6f2ec;
  border-radius: 0px 16px 16px 16px;
  padding:40px;
}

.calendar-weekdays,
.calendar-dates {
  display:grid;
  grid-template-columns:repeat(7,1fr);
  text-align:center;
}

.calendar-dates span,
.booking-times span {
  padding:10px;
  border: 2px solid #b5a58b;
  border-radius: 30px;
  cursor:pointer;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 48%;
  margin: auto;
  margin-bottom: 12px;
  font-family: 'Raleway';
  font-weight: 400;
  font-size: 17.37px;
  color: black;
}

.calendar-dates span.active,
.booking-times span.active {
  background:#b5a58b;
  color:#fff;
}

.calendar-dates span.disabled {
  opacity:.3;
  pointer-events:none;
}

.schedule-btn {
  background:#b5a58b;
  color:#000;
  padding:14px;
  border-radius:30px;
  border:none;
  width:100%;
  font-family: Poppins;
  font-weight: 500;
  font-size: 19.85px;
}
.calendar-dates span.active,
.booking-times span.active {
  background: #b5a58b;
  color: #fff;
  border-color: #b5a58b;
}

.calendar-dates {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
  margin-top: 15px;
}

.calendar-dates span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid #d8cbb5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.calendar-dates span.active {
  background: #b5a58b;
  color: #fff;
  border-color: #b5a58b;
}

.calendar-dates span.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.booking-section .booking-left p {margin-bottom: 30px;}

.booking-section .booking-left h2 {font-family: 'Raleway';font-weight: 600;font-size: 43.73px;line-height: 150%;}

.booking-section .booking-left h6 {
    font-family: 'Raleway';
    font-weight: 700;
    font-size: 19.85px;
}

.booking-section .booking-left p.duration {
    font-family: 'Raleway';
    font-weight: 700;
    font-size: 19.85px;
    margin-bottom: 25px !IMPORTANT;
}

.calendar-weekdays, .calendar-dates span {
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 14.89px;
    line-height: 14.89px;
    text-align: center;
    text-transform: uppercase;
}

.calendar-header span {
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 16.85px;
}

.calendar-header {
    margin-bottom: 28px;
}
.hero-links a:hover {
    color: white;
}

section.booking-section .fillup {
    width: 472px;
    height: 76px;
    background-color: #C1A36B;
    display: flex;
    align-items: baseline;
    border-radius: 20px 92px 0px 0px;
    padding-left: 31px;
    margin-left: -15px;
}

section.booking-section .fillup h2 {
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 34.73px;
    line-height: 150%;
    color: #FFFFFF;
}
section.booking-section .row.booking-box {
    border: 3px solid #C1A36B;
}

/* Booking */

.page-id-182 header {
    background-color: #C1A36B;
}


/* member wrap */
.resource-1.careers-1 .member{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* main image animation */
.resource-1.careers-1 .member .career-main{
    display: block;
    animation: careerFloat 5s ease-in-out infinite;
    transform-origin: center;
    border-radius: 50%;
    width: 381px;
    height: 381px;
    object-fit: cover;
}

/* floating effect */
@keyframes careerFloat{
  0%   { transform: translateY(0) scale(1); }
  50%  { transform: translateY(-10px) scale(1.01); }
  100% { transform: translateY(0) scale(1); }
}

/* play icon overlay */
.resource-1.careers-1 .member .career-play{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255,255,255,.85);
  border: 2px solid rgba(0,0,0,.15);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 3;
  transition: transform .2s ease, background .2s ease;
}

/* icon */
.resource-1.careers-1 .member .career-play i{
  font-size: 20px;
  color: #111;
  margin-left: 3px; /* play triangle center */
}

/* hover */
.resource-1.careers-1 .member .career-play:hover{
  transform: translate(-50%,-50%) scale(1.06);
  background: #fff;
}

/* pulse ring */
.resource-1.careers-1 .member .career-play::after{
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 2px solid rgba(0,0,0,.12);
  animation: pulseRing 1.8s ease-out infinite;
}

@keyframes pulseRing{
  0%   { transform: scale(.85); opacity: .9; }
  100% { transform: scale(1.25); opacity: 0; }
}

/* right side group image */
.resource-1.careers-1 .member .career-group{
     position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44%;
    height: auto;
    z-index: 2;
    animation: groupWiggle 4.5s ease-in-out infinite;
    right: -219px;
}

@keyframes groupWiggle{
  0%   { transform: translateY(-50%) translateX(0); }
  50%  { transform: translateY(-52%) translateX(6px); }
  100% { transform: translateY(-50%) translateX(0); }
}

/* responsive */
@media(max-width: 768px){
  .resource-1.careers-1 .member .career-group{
    right: -10px;
    width: 140px;
  }
}
/* ===== VIDEO MODAL ===== */
.career-video-modal{
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.career-video-modal.active{
  display: block;
}

.career-video-backdrop{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.7);
}

/* video box */
.career-video-box{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 900px;
  aspect-ratio: 16/9;
  background: #000;
  transform: translate(-50%,-50%);
  border-radius: 12px;
  overflow: hidden;
}

/* iframe */
.career-video-box iframe{
  width: 100%;
  height: 100%;
}

/* close button */
.career-video-close{
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 34px;
  cursor: pointer;
}

section.resource-1.careers-1 {
    position: relative;
}

section.resource-1.careers-1::before {
    position: absolute;
    content: "";
    width: 51%;
    background-color: black;
    height: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
}
section.career-2 {
    padding: 50px 0 50px 0;
}

section.career-2 .trust h1 {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
    text-transform: capitalize;
    color: #2B2B2B;
    width: 51%;
}

section.career-2 .trust p {
    font-family: Raleway;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    width: 81%;
}

section.career-2 .value h2 {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
    text-transform: capitalize;
    color: #990A14;
}

section.career-2 .value {
    margin-top: 51px;
}

section.career-2 .value p {
    font-family: Raleway;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
}

section.career-2 .benefit {
    margin-top: 61px;
}

section.career-2 .benefit h2 {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
    text-transform: capitalize;
    color: #990A14;
}

section.career-2 .benefit p {
    font-family: Raleway;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    width: 91%;
    color: #2B2B2B;
}

.career-carousel{ padding: 30px 0; }
.career-carousel .cc-wrap{ display:flex; flex-direction:column; gap:18px; }

.career-carousel .cc-row{ position:relative; overflow:hidden; }
/* 1 row = 4 cards fixed */
.career-carousel .cc-track{
  display:flex;
  gap:16px;
  width:max-content;
  will-change: transform;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ 4 cards per line */
.career-carousel .cc-item{
   /* 4 items, 3 gaps */
   height: 310px;
   border-radius: 10px;
   overflow: hidden;
   width: 342px;
}

.career-carousel .cc-item img{
  width: 352px;
  height: 310px;
  object-fit: cover;
  display:block;
  border-radius: 10px;
}

/* responsive (optional) */
@media(max-width:992px){
  .career-carousel .cc-item{
    flex: 0 0 calc((100% - (16px * 2)) / 3); /* 3 per row */
  }
}
@media(max-width:768px){
  .career-carousel .cc-item{
    flex: 0 0 calc((100% - 16px) / 2); /* 2 per row */
    height: 130px;
  }
}
.career-carousel .cc-row:hover .cc-track{ animation-play-state: paused; }



.join-2 {padding: 70px 0 70px 0;}

.join-2 .jobpostbox {
  background: #081B32;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border: 2px solid #153A3D;
  height: 275px;
}

.join-2 .jobpostbox h2 {
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  color: #C1A36B;
  font-family: ITC Fenice;
  font-weight: 700;
  font-size: 88px;
  line-height: 100%;
  text-transform: capitalize;
}

.join-2 .jobpostbox h2::after {
  content: "";
  position: absolute;
  width: 147%;
  height: 9px;
  background: white;
  left: 78%;
  transform: translateX(-50%);
  bottom: 6px;
}

.join-2 .jobpostbox h4 {
  margin: 20px 0;
  color: white;
  font-family: ITC Fenice;
  font-weight: 700;
  font-size: 23px;
  line-height: 100%;
  text-transform: capitalize;
  text-align: left;
}

.join-2 .jobpostbox .applybtn {
  display: inline-block;
  background: #C1A36B;
  color: #fff;
  padding: 10px 24px;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease;
  font-family: 'Raleway';
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
}

.join-2 .current h1 {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    color: #C1A36B;
    margin-bottom: 50px;
}

.page-id-187 header {
    background-color: #C1A36B;
}

section.jobform {
    padding: 93px 0 0 0;
}

section.jobform .every h1 {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 48px;
    line-height: 100%;
    text-transform: capitalize;
    color: #2B2B2B;
}

section.jobform .every p {
    color: #2B2B2B;
    font-family: Raleway;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    width: 81%;
}

.jobform-1{
  padding: 30px 0 90px 0;
  font-family: 'Raleway';
}

.jobform-1 .jf1-card{
  background: #f7f2ea;
  border: 1px solid #c9a56b;
  border-radius: 6px;
  padding: 28px 28px 22px;
}

/* headings */
.jobform-1 .jf1-title{
  margin: 0 0 14px;
  color: #2B2B2B;
  font-family: ITC Fenice;
  font-weight: 500;
  font-size: 36px;
  line-height: 100%;
  text-transform: capitalize;
}

.jobform-1 .jf1-title-inline{ margin: 0; }
.jobform-1 .jf1-subtitle{
  margin: 6px 0 10px;
  font-size: 14px;
  color: #0c1b2a;
}

.jobform-1 .jf1-upload-head{
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 40px;
}
.jobform-1 .jf1-upload-note{
  font-size: 12px;
  color: #b08a4c;
}

/* grid */
.jobform-1 .jf1-grid-2{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 14px;
  margin-bottom: 18px;
  width: 71%;
}

.jobform-1 .jf1-field{ margin-bottom: 16px; }
.jobform-1 .jf1-field-sm{
    width: 26%;
} /* only dropdown small like screenshot */
.jobform-1 .jf1-field-wide{
    width: 50%;
    margin: 20px 0 40px 0;
}

/* inputs */
.jobform-1 .jf1-input,
.jobform-1 .jf1-select,
.jobform-1 .jf1-pill-select,
.jobform-1 .jf1-textarea{
  width: 100%;
  border: 1px solid #c9a56b;
  border-radius: 7px;
  background: #fff;
  color: #0c1b2a;
  padding: 18px 14px;
  outline: none;
  box-shadow: none;
}

/* Placeholder typography EXACT vibe */
.jobform-1 .jf1-input::placeholder,
.jobform-1 .jf1-textarea::placeholder{
  font-family: Raleway, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #8c8c8c;
}

.jobform-1 .jf1-textarea{
  min-height: 150px;
  resize: none;
}

.jobform-1 .jf1-label{
  margin: 0 0 8px;
  font-size: 14px;
  color: #0c1b2a;
}

/* checkbox row */
.jobform-1 .jf1-checks{
  display: flex;
  gap: 22px;
  align-items: center;
  margin: 6px 0 18px;
}
.jobform-1 .jf1-checks .wpcf7-list-item{
  margin: 0;
}
.jobform-1 .jf1-checks label{
}
.jobform-1 .jf1-checks input[type="checkbox"]{
}

/* radios */
.jobform-1 .jf1-radios{
  display: flex;
  gap: 22px;
  align-items: center;
  margin: 8px 0 18px;
}
.jobform-1 .jf1-radios .wpcf7-list-item{ margin: 0; }
.jobform-1 .jf1-radios label{
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #0c1b2a;
  text-transform: uppercase;
}
.jobform-1 .jf1-radios input[type="radio"]{
  width: 14px;
  height: 14px;
  accent-color: #0c1b2a;
}

/* Upload button (choose file) */
.jobform-1 .jf1-file{
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin: 30px 0 16px;
}
.jobform-1 .jf1-file-input{
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.jobform-1 .jf1-file-btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #0c1b2a;
  color: #fff;
  padding: 12px 16px;
  border-radius: 9px;
  letter-spacing: 0.6px;
  border: 2px solid #C1A36B;
  font-family: Raleway;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
}
.jobform-1 .jf1-file-btn i{
  font-size: 26px;
}

/* dark pill select */
.jobform-1 .jf1-pill-select{
  background: #0c1b2a;
  color: #fff;
  border-radius: 29px;
  padding: 15px 20px;
  border: 2px solid #C9A56B;
}
.jobform-1 .jf1-pill-select option{color: white;}

/* submit bar */
.jobform-1 .jf1-submit{ margin-top: 18px; }
.jobform-1 .jf1-submit-btn{
  width: 100%;
  background: #c9a56b;
  border: 1px solid #c9a56b;
  color: #ffffff;
  padding: 14px 14px;
  border-radius: 3px;
  font-size: 20px;
  letter-spacing: 0.4px;
}

/* CF7 default spacing fix */
.jobform-1 .wpcf7-form p{margin: 0;}
.jobform-1 .wpcf7-spinner{ display: block; margin-top: 10px; }

/* responsive */
@media (max-width: 767px){
  .jobform-1 .jf1-grid-2{ grid-template-columns: 1fr; }
  .jobform-1 .jf1-field-sm,
  .jobform-1 .jf1-field-wide{ max-width: 100%; }
  .jobform-1 .jf1-card{ padding: 22px 16px; }
}

.jobform-1 .jf1-check .wpcf7-list-item{
  margin-right: 20px;
}

.jobform-1 .jf1-check label{
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #0c1b2a;
  font-family: Raleway;
  font-weight: 600;
  font-size: 15.36px;
  line-height: 100%;
  text-transform: uppercase;
}

.jobform-1 .jf1-check input[type="checkbox"]{
  width: 22px;
  height: 21px;
  accent-color: #0c1b2a;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.jobform-1 .jf1-box {
    background-color: #F8F6F3;
    padding: 30px;
    border: 3px solid #C1A36B;
    border-radius: 9px;
}
.jobform-1 h3.jf3-title {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 48px;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 31px;
}

.jobform-1 .biil-label p {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    text-transform: capitalize;
    color: #2B2B2B;
    margin-bottom: 16px;
    margin-top: 62px;
}
.jobform-1 h3.work-title {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 48px;
    line-height: 100%;
    text-transform: capitalize;
    color: #081B32;
    margin-top: 53px;
}

.jobform-1 .valid-subtitle {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    text-transform: capitalize;
    color: #2B2B2B;
    margin-bottom: 25px;
}

.jobform-1 .jf1-check .wpcf7-list-item span {font-family: Raleway;font-weight: 600;font-size: 15.36px;line-height: 100%;text-transform: uppercase;}
.jf1-file-status{
  margin-top: 8px;
  font-family: Raleway;
  font-size: 14px;
  color: #1f6b3f;
  background: #e7f6ee;
  border: 1px solid #9fd8b5;
  padding: 6px 10px;
  border-radius: 4px;
  display: inline-block;
}
.page-id-190 header {
    background-color: #C1A36B;
}

section.intern-1 {
    padding: 80px 0 50px 0;
}

section.intern-1 .beyond h1 {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 48px;
    line-height: 100%;
    color: #2B2B2B;
}

section.intern-1 .beyond p {
    font-family: Raleway;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    color: #2B2B2B;
}
section.intern-1 .design img {
    width: 518px;
    height: 555px;
    object-fit: cover;
    border-radius: 12px;
}
section.intern-2 {
    padding: 50px 0 40px 0;
    background-color: #081B32;
}

section.intern-2 .gives img {
    width: 518px;
    height: 675px;
    object-fit: cover;
    border-radius: 12px;
}

section.intern-2 .learn h1 {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 64px;
    line-height: 100%;
    color: #C1A36B;
}

section.intern-2 .learn p {
    font-family: Raleway;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: white;
}

section.intern-2 .during h2 {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
    color: #C1A36B;
}

section.intern-2 .during ul {
    padding: 0;
    margin: 0;
}

section.intern-2 .during ul li {
    color: white;
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 19px;
    line-height: 39px;
    list-style: none;
}

section.intern-2 .during ul li span {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #C1A36B;
}

section.intern-2 .ben h3 {
    font-family: Playfair Display;
    font-weight: 500;
    font-style: Italic;
    font-size: 27px;
    line-height: 100%;
    color: #C1A36B;
    margin-top: 30px;
}
section.intern-3 {
    padding: 60px 0 50px 0;
}

section.intern-3 .culture h1 {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 60px;
    line-height: 100%;
    color: #C1A36B;
}

section.intern-3 .culture p {
    font-family: Raleway;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    color: #2B2B2B;
}

section.intern-3 .culture img {
    width: 100%;
    height: 529px;
    object-fit: cover;
    border-radius: 12px;
    margin-top: 19px;
}

section.remote-1 {
    /* box-shadow: 0px 0px 63px 32px white; */
    position: relative;
    bottom: 59px;
    padding: 64px 0px 0px 0px;
}

section.remote-1 .center h1 {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 48px;
    line-height: 100%;
    text-transform: capitalize;
    color: #2B2B2B;
}

section.remote-1 .center p {
    font-family: Raleway;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #2B2B2B;
}


/* ===== Remote-2 ===== */
.remote-2{padding: 0 0 70px 0;}

/* heading + filters */
.remote-2 .r2-filters{
  margin-bottom: 18px;
}
.remote-2 .r2-filters h4{
  margin: 0 0 17px;
  color: #9a1c1c;
  font-family: ITC Fenice;
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  text-transform: capitalize;
}
.remote-2 .r2-checks{
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  align-items: center;
}

.remote-2 .r2-card .r2-descwrap p {
    font-family: Raleway;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    color: #2B2B2B;
    width: 71%;
}
.remote-2 .r2-check{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  letter-spacing: .02em;
  color: #0d1b2a;
  font-family: Raleway;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
}
.remote-2 .r2-check input{
  width: 18px;
  height: 18px;
  accent-color: #0d1b2a;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

/* cards layout spacing */
.remote-2 .r2-grid{
  row-gap: 22px;
}

/* card */
.remote-2 .r2-card{
  background: #F8F6F3;
  border: 2px solid #2B2B2B;
  border-radius: 8px;
  padding: 18px 18px 14px;
  height: 100%;
  position: relative;
  margin-top: -1px;
}

.remote-2 .r2-top{
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 10px;
}

.remote-2 .r2-top h3{
  margin: 0;
  color: #0d1b2a;
  font-family: ITC Fenice;
  font-weight: 500;
  font-size: 36px;
  line-height: 100%;
  text-transform: capitalize;
}

.remote-2 .r2-badge{
  width: 42px;
  height: 42px;
  border-radius: 6px;
  background: #0c1b2a;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Raleway;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  text-transform: uppercase;
}

.remote-2 .r2-desc{
  margin: 12px 0 18px;
  color: #2B2B2B;
  font-family: Raleway;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
}

/* download bar button */
.remote-2 .r2-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 38px;
  background: #c8ab6e;
  border-radius: 6px;
  color: #111;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,.25);
  font-family: Raleway;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
}
.remote-2 .r2-btn i{
  font-size: 17px;
}

/* hide/show by filter */
.remote-2 .r2-item.is-hidden{
  display: none;
}

.remote-2 .r2-empty{
  margin: 40px 0 20px;
  padding: 28px;
  border: 1px solid #d2b178;
  border-radius: 10px;
  background: #fbf8f3;
  text-align: center;
}

.remote-2 .r2-empty-title{
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #0b1f33;
  font-family: 'Raleway';
}

.remote-2 .r2-empty-text{
  font-size: 17px;
  color: #000000;
  margin: 0;
  font-family: 'Raleway';
}

.remote-2 .is-hidden{
  display:none;
}

.remote-3{
  padding: 30px 0 50px 0;
  background: #fff;
}

.remote-3 .r3-head{
  margin-bottom: 28px;
}

.remote-3 .r3-head h2{
  margin: 0 0 10px;
  font-family: ITC Fenice;
  font-weight: 500;
  font-size: 48px;
  line-height: 100%;
  text-transform: capitalize;
  color: #2B2B2B;
}

.remote-3 .r3-head p{
  margin: 0;
  font-family: Raleway;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
}

/* Grid spacing */
.remote-3 .r3-grid > div{
  margin-bottom: 18px;
}

/* Card */
.remote-3 .r3-card{
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: #111;
  box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

.remote-3 .r3-thumb{
  width: 363px;
  height: 231px;
  object-fit: cover;
  display: block;
  filter: brightness(.72);
  transform: scale(1);
  transition: .35s ease;
}

.remote-3 .r3-card:hover .r3-thumb{
  filter: brightness(.60);
  transform: scale(1.03);
}

/* Play button */
.remote-3 .r3-play{
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  text-decoration: none;
}

.remote-3 .r3-play i{
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,.9);
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 14px;
  background: rgba(0,0,0,.25);
  transition: .25s ease;
}

.remote-3 .r3-card:hover .r3-play i{
  transform: scale(1.08);
  background: rgba(0,0,0,.35);
}

/* Modal */
.remote-3 .r3-modal{
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.remote-3 .r3-modal.is-open{
  display: block;
}

.remote-3 .r3-modal-overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.65);
}

.remote-3 .r3-modal-box{
  position: relative;
  max-width: 920px;
  width: calc(100% - 24px);
  margin: 60px auto;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 25px 70px rgba(0,0,0,.35);
}

.remote-3 .r3-close{
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 0;
  background: rgba(255,255,255,.12);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.remote-3 .r3-video-wrap{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.remote-3 .r3-iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}



section.section.about-3.faqpage {
  padding: 0 0 60px 0;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 60px;
}

.faq-heading {
  color: azure;
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 64px;
  line-height: 100%;
  text-transform: uppercase;
  font-family: ITC Fenice;
  color: #C1A36B;
}

.faq-box {
  margin-bottom: 20px;
}

section.section.about-3.faqpage .faq-toggle {
  width: 100%;
  background-color: #081B32;
  color: #C1A36B;
  padding: 18px 25px;
  border: 2px solid #C1A36B;
  border-radius: 40px;
  text-align: left;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: ITC Fenice;
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  text-transform: capitalize;
}

section.section.about-3.faqpage .faq-content {
  background: #F8F6F3;
  border-radius: 25px;
  margin-top: 10px;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  color: #2B2B2B;
  font-family: Raleway;
  font-weight: 500;
  font-size: 17px;
  line-height: 33px;
  display:none;
}

section.section.about-3.faqpage .faq-content.show {
  padding: 25px 30px;
  max-height: 601px; /* adjust as needed */
  border: 2px solid #990A14;
}


section.section.about-3.faqpage .faq-toggle .arrow {
  font-size: 22px;
  transition: transform 0.3s;
}
main {}

section.bolg-2 {
    box-shadow: 0px 0px 63px 32px white;
    position: relative;
    bottom: 59px;
    padding: 116px 0px 0px 0px;
}

section.bolg-2 .here img {
    width: 354px;
    height: 215px;
    border-radius: 12px;
    object-fit: cover;
}

section.bolg-2 .here h2 {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 30px;
    line-height: 100%;
    color: #000000;
}

section.bolg-2 .bull {
    font-family: Raleway;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
}
section.bolg-2 .more a {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 12.72px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #081B32;
    background-color: #C1A36B;
    padding: 12px 20px;
}

section.bolg-2 .more {
    margin-top: 18px;
}
.single-post header {
    background-color: #C1A36B;
}

.single-post .wrap {
    padding: 90px 0 70px 0;
}

.single-post .wrap img.attachment-full.size-full.wp-post-image {
    height: 560px;
    object-fit: cover;
    width: 100%;
    border-radius: 12px;
}

.single-post .wrap h1.entry-title {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 68px;
    line-height: 100%;
    text-transform: capitalize;
    color: #2B2B2B;
}

.single-post .wrap .entry-content {
    font-family: Raleway;
    font-weight: 400;
    font-size: 17px;
    line-height: 29px;
    margin: 29px 0 0 0;
}
section.section-8.main-contact {
    position: relative;
    /* bottom: 36px; */
    padding: 91px 0px 120px 0px !important;
    /* box-shadow: 0px -50px 41px 0px rgb(255 255 255); */
}
section.about-1.cont .base h3 {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 47px;
    line-height: 100%;
    text-align: center;
    color: white;
}
header .container-fluid {
    width: 85%;
}

@media screen and (min-width: 1000px) and (max-width: 1300px)
{
header .container-fluid {
    width: 100% !important;
}
}
section.innerproduct-2 h2.fillup {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 64px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 70px;
}
.section-8 .sec8-form-box .email-line a.it3-link {
    color: white;
}
section.about-1 .base h3 {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 47px;
    line-height: 100%;
    text-align: center;
    color: white;
}
section.contact-3 {
    padding: 150px 0 100px;
}
section.contact-3 .container {
    background: #0b1f3a;
    border-radius: 18px;
    padding: 0px 0px 0px 20px;
}
section.contact-3 .now a {
    display: inline-block;
    background: #C1A36B;
    color: #fff;
    padding: 12px 28px;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s ease;
    font-family: Poppins;
    font-weight: 600;
    font-size: 21.72px;
    line-height: 100%;
    text-transform: uppercase;
    margin-top: 20px;
}
section.contact-3 .tem img {
    width: 110%;
    margin-top: -170px;
    max-width: 110%;
}
section.contact-3 .col-md-4 {
    display: flex;
    justify-content: center;
    align-items: center;
}
section.contact-3 .bil h2 {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 38px;
    line-height: 100%;
    color: white;
}
section.booking-section.aos-init.aos-animate .row.booking-form input#name {
    width: 100%;
    padding: 12px;
    border: 1px solid #2B2B2B;
    border-radius: 5px;
    font-size: 18px;
}
section.booking-section.aos-init.aos-animate .row.booking-form input#email {
    margin-top: 13px;
    width: 100%;
    padding: 12px;
    border: 1px solid #2B2B2B;
    border-radius: 5px;
    font-size: 18px;
}
section.booking-section.aos-init.aos-animate .row.booking-form input#phone {
    margin-top: 13px;
    width: 100%;
    padding: 12px;
    border: 1px solid #2B2B2B;
    border-radius: 5px;
    font-size: 18px;
}
section.booking-section.aos-init.aos-animate .row.booking-form textarea#message {
    height: 150px;
    margin-top: 13px;
    width: 100%;
    padding: 12px;
    border: 1px solid #2B2B2B;
    border-radius: 5px;
    font-size: 18px;
}
section.booking-section.aos-init.aos-animate .row.booking-form {
    margin-top: 30px;
}
section.booking-section.aos-init.aos-animate .row.booking-form button#confirmBooking {
    background: #caa86a;
    color: white;
    padding: 14px 18px;
    letter-spacing: 1px;
    border-radius: 4px;
    display: inline-flex;
    font-family: Raleway;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    border: none;
    margin-top: 15px;
}
section.about-1.resou .base h2 {
    font-size: 65px;
}
section.comming {
    padding: 150px 0;
}

section.comming .come h1 {
    text-align: center;
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 124px;
    line-height: 100%;
    margin-bottom: 70px;
}
.innerproduct-2.is-reverse .row {
  flex-direction: row-reverse;
}
.about-4 h2 {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 68px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 30px;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.jf1-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    padding-right: 45px; /* space for arrow */

    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='18' height='18' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7L10 12L15 7' stroke='%23000000' stroke-width='2'/%3E%3C/svg%3E");

    background-repeat: no-repeat;
    background-position: right 15px center; 
    background-size: 16px;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.jf1-pill-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    padding-right: 45px; /* arrow ke liye space */

    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='18' height='18' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7L10 12L15 7' stroke='%23FFFFFF' stroke-width='2'/%3E%3C/svg%3E");

    background-repeat: no-repeat;
    background-position: right 15px center; 
    background-size: 16px;
}
.video-slide{
position: relative;
overflow: hidden;
}

.slider-video{
position: absolute;
top:0;
left:0;
width:100%;
height:100%;
object-fit:cover;
z-index:0;
}

section.about-2 .story p {
    font-family: Raleway;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
}
.innerproduct-3 .ip3-text p a {
    font-family: 'Raleway';
    color: black;
    font-size: 25px;
    background-color: #C5A362;
    padding: 10px;
    border-radius: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.resource-6 {
    display: none;
}
section.clinical-2 .hours {
    display: none;
}
section.clinical-6 {
    display: none;
}
section.cta .cot h2 {
    color: #081B32;
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 0%;
    text-transform: uppercase;
}

section.cta {
    background: linear-gradient(90deg, #CFD6DE 0%, #D9D6CF 50%, #E7DCC8 100%);
    border-top: 2px solid #2B2B2B;
    border-bottom: 2px solid #2B2B2B;
    padding:0px;
}
section.cta .wpcf7 form{
display:inline;
align-items:center;
gap:10px;
}

section.cta input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email.email-input {
    padding: 14px 100px 14px 9px;
    width: 100%;
    border: 1.5px solid #000000;
    border-width: 1.5px 0px 1.5px 1.5px;
}


section.cta input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.subscribe-btn.ms-2{
white-space:nowrap;
}
section.cta span.wpcf7-form-control-wrap {
    width: 100%;
    border: 1.5px solid #000000;
    border-radius: 4px 0px 0px 4px;
}

section.cta input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.subscribe-btn.ms-2 {
    display: inline-block;
    background-color: #C1A36B;
    color: black;
    margin: 0 !IMPORTANT;
    width: 35%;
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    z-index: 10;
    border: 1.5px solid black;
}

section.cta p {
    display: flex;
    justify-content: center;
}

section.cta input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email.email-input::placeholder {
    font-family: ITC Fenice;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
}
section.section-clear {
    display: none;
}
section.cta {
    display: none;
}
section.section-5 {
    display: none;
}
section.clinical-7 {
    display: none;
}
section.remote-3 {
    display: none;
}
.resource-1.careers-1 .member .career-play {
    display: none !important;
}
img.alignnone.size-full.wp-image-670 {
    width: 21%;
    display: inline-block;
}

img.alignnone.size-medium.wp-image-671 {
    display: inline-block;
    width: 25%;
    
}