/*1. Animate css, 2. Smartmenus css, 3. Slick css, 4. Reset css, 5. Core css, 6. custom css*/

/* =================animate css starts here================= */
.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
@-webkit-keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}
@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}
.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; }
@-webkit-keyframes fadeInUp {
	from { opacity: 0; -webkit-transform: translate3d(0, 30px, 0); transform: translate3d(0, 30px, 0); }
	to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
@keyframes fadeInUp {
	from { opacity: 0; -webkit-transform: translate3d(0, 30px, 0); transform: translate3d(0, 30px, 0); }
	to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }

/*.custom_scrollbar::-webkit-scrollbar { height: 3px; margin-top: 10px; position: absolute; top: 20px; width: 6px;}*/
/*.custom_scrollbar ::-webkit-scrollbar-track { border-radius: 0px; background-color: red; width: 5px;}*/
/*.custom_scrollbar ::-webkit-scrollbar-thumb { border-radius: 0px; width: 5px; margin-top: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); background-color: #c8a34c; }*/
    

/* =================animate css ends here================= */

/* =================smartmenus css start here================= */
.navbar-nav.sm-collapsible .sub-arrow { position: absolute; top: 50%; right: 0; margin: -0.7em 0.5em 0 0; border: 1px solid rgba(0, 0, 0, .1); border-radius: .25rem; padding: 0; width: 2em; height: 1.4em; font-size: 1.25rem; line-height: 1.2em; text-align: center; }
.navbar-nav.sm-collapsible .sub-arrow::before { content: '+'; }
.navbar-nav.sm-collapsible .show > a > .sub-arrow::before { content: '-'; }
.navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow { border-color: rgba(255, 255, 255, .1); }
.navbar-nav.sm-collapsible .has-submenu { padding-right: 3em; }
.navbar-nav.sm-collapsible .nav-link, .navbar-nav.sm-collapsible .dropdown-item { position: relative; }
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow { display: inline-block; width: 0; height: 0; margin-left: .255em; vertical-align: .255em; border-top: .3em solid; border-right: .3em solid transparent; border-left: .3em solid transparent; }
.fixed-bottom .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow, .fixed-bottom .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-toggle::after { border-top: 0; border-bottom: .3em solid; }
.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow, .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-menu .dropdown-toggle::after { position: absolute; top: 50%; right: 0; width: 0; height: 0; margin-top: -.3em; margin-right: 1em; border-top: .3em solid transparent; border-bottom: .3em solid transparent; border-left: .3em solid; }
.navbar-nav:not(.sm-collapsible) .dropdown-item.has-submenu { padding-right: 2em; }
.navbar-nav .scroll-up, .navbar-nav .scroll-down { position: absolute; display: none; visibility: hidden; height: 20px; overflow: hidden; text-align: center; }
.navbar-nav .scroll-up-arrow, .navbar-nav .scroll-down-arrow { position: absolute; top: -2px; left: 50%; margin-left: -8px; width: 0; height: 0; overflow: hidden; border-top: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid; border-left: 7px solid transparent; }
.navbar-nav .scroll-down-arrow { top: 6px; border-top: 7px solid; border-right: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 7px solid transparent; }
.navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu { margin: .5em; }
.navbar-nav:not([data-sm-skip]) .dropdown-item { white-space: normal; }
.navbar-nav:not(.sm-collapsible) .sm-nowrap > li > .dropdown-item { white-space: nowrap; }

/* =================smartmenus css ends here================= */

/* =================slick css ends here================= */
.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; }
.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; margin-left: auto; margin-right: auto; }
.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; }
.slick-slide img { display: block; width: 100% }
.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-loading .slick-list { background: #fff url('../images/ajax-loader.gif') center center no-repeat; }
.slick-prev, .slick-next { z-index: 99; font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; float: left; padding: 0; margin-top: -25px\9;    /*lte IE 8*/ -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; background: transparent; width: 62px; height: 63px; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { color: transparent; outline: none; background: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: .3; }
.slick-prev:before, .slick-next:before { font-family: 'font Awesome 5 Free'; font-weight: 900; font-size: 50px; line-height: 1; opacity: 0.9; color: #fff; text-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background: transparent; border-radius: 50%; display: inline-block; padding: 0; }
.slick-prev { left: 15px; }
.slick-prev:before { content: "\f053"; }
.slick-next { right: 15px; }
.slick-next:before { content: "\f054"; }
.slick-slider { margin-bottom: 0; padding-bottom: 45px; }
.slick-dots { position: absolute; bottom: 0; display: block; width: 100%; padding: 0; list-style: none; text-align: center; vertical-align: top; }
.slick-dots li { position: relative; display: inline-block; margin: 0 0px; padding: 0; text-align: center; cursor: pointer; vertical-align: top; }
.slick-dots li button { font-size: 0; line-height: 0; display: inline-block; width: 15px; height: 15px; padding: 0; cursor: pointer; color: transparent; border: 0; outline: none; background: transparent; opacity: 1; border: solid 1px #c8a34c; border-radius: 50%; vertical-align: top; margin: 5px 6px; }
.slick-dots li.slick-active button, .slick-dots li:hover button { opacity: 1; background-color: #c8a34c !important; }
.white-dots .slick-dots li button { border-color: #fff; background: #fff; opacity: 0.4; }
.white-dots .slick-dots li.slick-active button, .white-dots .slick-dots li:hover button { background-color: #fff; opacity: 1; }

/* =================slick css end here=================  */

/* =================reset css starts here=================  */
* { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, p, ul, li, body, html, form, fieldset { margin: 0; padding: 0; outline: none; border: 0 }
a { text-decoration: none; border: 0; outline: 0; }
ul { list-style: none; }
a:focus, input:focus, textarea:focus, *:focus { outline: 0 !important; }

/* =================reset css ends here================= */

/* =================core css starts here================= */
body { padding-top: 100px; font-size: 16px; line-height: 24px; font-weight: 400; color: #000; font-family: 'Lato', sans-serif; background: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.container { width: 100%; max-width: 1200px; }
a, input, button {display: inline-block;text-decoration: none;color: inherit;outline: none;transition: all 0.2s ease-in;-webkit-transition: all 0.2s ease-in;}
a img { border: 0px none; }
a:hover { outline: none; color: #bc8a1a; text-decoration: none; }
a:active { outline: none; text-decoration: none; }
a:focus { outline: none; outline-offset: 0px; text-decoration: none; color: inherit; }
::-webkit-input-placeholder { color: #000; opacity: 0.5; }
::-moz-placeholder { color: #000; opacity: 0.5; }
:-moz-placeholder { color: #000; opacity: 0.5; }
:-ms-input-placeholder { color: #000; opacity: 0.5; }
.os-animation { opacity: 0; }
.os-animation.animated { opacity: 1; }
img { max-width: 100%; border: 0; height: auto; }
h1, h2, h3, h4, h5, h6 { margin: 0px; padding: 0px; margin-bottom: 24px; line-height: 1.2; font-weight: 700; color: inherit; font-family: 'PT Serif', serif; }
h1 { font-size: 58px; }
h2 { font-size: 48px; }
h3 { font-size: 40px; }
h4 { font-size: 30px; }
h5 { font-size: 26px; }
h6 { font-size: 22px; }
p { margin: 0px; padding: 0px; margin-bottom: 24px; font-weight: 400; font-size: 15px;}
strong { font-weight: 700; }
b { font-weight: 400; }
p:last-child { margin-bottom: 0; }
.btn { border-radius: 0px; font-weight: 700; padding: 12px 15px; min-width: 140px; font-size: 16px; line-height: 18px; box-shadow: none; transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; }
.btn-default, .btn-default:focus { color: #000; background-color: #fff; border: solid 1px #fff; border-radius: 0; }
.btn-default:hover, .btn-default:active { color: #fff; background-color: transparent; border-color: #fff; }
.btn-primary, .btn-primary:focus { color: #fff; background-color: transparent; border: solid 2px #fff; font-weight: 500; min-width: 120px; padding: 9px 16px; border: 2px solid #ffffff; }
.btn-primary:hover, .btn-primary:active { color: #fff; background-color: transparent; border-color: #ffffff; }
.btn.btn-block { min-width: 100%; }
.btn+.btn { margin-left: 25px; }
.btn.btn-primary.massage-btn { background: #c8a34c; }
.btn.btn-primary.massage-btn:hover { background: #b8984b; box-shadow: none !important; }
ul:not([class]) { list-style: none; margin-bottom: 15px; text-align: left; line-height: 22px; }
ul:not([class]) > li { padding-left: 16px; position: relative; margin-bottom: 14px; }
ul:not([class]) > li:last-child { margin-bottom: 0; }
ul:not([class]) > li:before { content: ''; position: absolute; left: 2px; top: 10px; background: #000; height: 5px; width: 5px; border-radius: 50%; }
.grey-bg { background: #c8a34c; } 
.grey-bg-1 { background: #FBF8F2; }
.pull-right {
   float:right;
}
.pull-left {
   float :left;
}
/* =================core css ends here================= */
.top-bar { background: transparent; height: 40px; display: flex; align-items: center; border-bottom: 1px solid #a3a3a361; }
.top-bar_list { display: flex; align-items: center; justify-content: space-between; }
.top-bar-content-left { display: flex; color: #fff; }
.top-bar-content-left li { padding-right: 14px; font-size: 15px; position: relative; margin-right: 14px; }
.top-bar-content-left li:nth-child(3)::before { display: none; }
.top-bar-content-left li span { margin-right: 7px; }
.top-bar-content-left li::before { position: absolute; content: ''; width: 1px; height: 70%; background: #fff; right: 0; top: 50%; transform: translateY(-50%); }
.top-bar-btn-list { display: flex; }
.top-bar-btn-list li + li { margin-left: 12px; }
.login-btn { min-width: 80px; padding: 3px 10px; background: #fff; text-align: center; display: inline-block; font-size: 16px; transition: all .3s ease-in; font-weight: 600; color: #000; border: 1px solid #fff; }
.login-btn:hover { background: none; color: #fff; }
.login-btn.active { background: no-repeat; color: #fff; }
.login-btn.active:hover { background: #fff; color: #000; }

/* ================= Header Start ================= */
#header { color: #333; background: transparent; position: fixed; left: 0; top: 0; right: 0; padding: 0; z-index: 9999; transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; }
.fixed #header { background: #000000a3; box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1); backdrop-filter: saturate(180%) blur(5px); top: -40px; }
.navbar { padding: 0; width: 100%; height: 100px; }
.navbar-brand { width: 120px; padding: 0; margin: 0; position: relative; z-index: 999; margin-right: 15px; }
.navbar-brand img { filter: brightness(0) invert(1); }
.navbar-expand-xl .navbar-nav .nav-item { margin: 0 15px; }
.navbar-expand-xl .navbar-nav .nav-link { font-size: 16px; line-height: 43px; font-weight: 400; color: #fff; padding: 0; margin: 0; font-weight: 500; }
.navbar-expand-xl .navbar-nav .nav-item:hover .nav-link, .navbar-expand-xl .navbar-nav .nav-item.active .nav-link { color: #b08a35; }
.dropdown-toggle::after { display: none; }
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow { position: absolute; top: 50%; font-size: 0; width: 8px; height: 8px; border: 2px solid #fff; transform: translateY(-50%) rotate(45deg); right: -14px; border-left: 0; border-top: 0; }
.nav-inside { width: 100%; padding: 0; }
.header-right { margin-left: 15px; }
.nav-inside-content { padding: 30px 0; }
@media only screen and (min-width:1200px) {
	.navbar-nav>li>.dropdown-menu { display: block !important; top: 100% !important; margin-top: 10px !important; opacity: 0; visibility: hidden; background: #fff; color: #fff; min-width: 200px; box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2); border: 0; border-radius: 0; transition: all 0.1s ease-in; -moz-transition: all 0.1s ease-in; -webkit-transition: all 0.1s ease-in; }
	.dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; margin-top: 0px !important; transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; }
	.dropdown-item { color: #c8a34c; padding: 5px 15px; font-weight: 400; }
	.dropdown-item:focus, .dropdown-item:hover { color: #fff; background: #ba9238; }
}
.dropdown-menu li + li { border-top: 1px solid #daa7a72b; }
.navbar-toggler { width: 45px; height: 45px; border-radius: 0; cursor: pointer; text-decoration: none; padding: 0; border: 0; background: transparent; margin: 0; position: absolute; top: 0; right: 0; }
.navbar-default .navbar-toggler:hover, .navbar-default .navbar-toggler:focus { background: transparent; }
.navbar-toggler:not([class="collapsed"]), .navbar-toggler:not([class="collapsed"]):focus, .navbar-toggler:not([class="collapsed"]):hover { background: transparent; }
.navbar-toggler.collapsed, .navbar-toggler.collapsed:focus, .navbar-toggler.collapsed:hover { background: transparent; }
.navbar-toggler .icon-bar { position: relative; display: inline-block; width: 22px; height: 4px; color: #243238; text-indent: -55px; margin-top: 0; background: transparent !important; transition: all .2s ease-out; -webkit-transition: all .2s ease-out; vertical-align: middle; }
.navbar-toggler .icon-bar:before, .navbar-toggler .icon-bar:after { content: ''; width: 22px; height: 4px; background: #005983; position: absolute; left: 0; transition: all .2s ease-out; }
.navbar-toggler.collapsed .icon-bar { background: #005983 !important; }
.navbar-toggler.collapsed .icon-bar:before, .navbar-toggler.collapsed .icon-bar:after { background: #005983; }
.navbar-toggler.collapsed .icon-bar:before { top: -8px; -webkit-transform: rotateZ(0deg); -moz-transform: rotateZ(0deg); -ms-transform: rotateZ(0deg); -o-transform: rotateZ(0deg); transform: rotateZ(0deg); }
.navbar-toggler .icon-bar:before { top: 0; -webkit-transform: rotateZ(45deg); -moz-transform: rotateZ(45deg); -ms-transform: rotateZ(45deg); -o-transform: rotateZ(45deg); transform: rotateZ(45deg); }
.navbar-toggler.collapsed .icon-bar:after { bottom: -8px; -webkit-transform: rotateZ(0deg); -moz-transform: rotateZ(0deg); -ms-transform: rotateZ(0deg); -o-transform: rotateZ(0deg); transform: rotateZ(0deg); }
.navbar-toggler .icon-bar:after { bottom: 0; -webkit-transform: rotateZ(-45deg); -moz-transform: rotateZ(-45deg); -ms-transform: rotateZ(-45deg); -o-transform: rotateZ(-45deg); transform: rotateZ(-45deg); }

/* ================= Header End ================= */

/*==========================================================*/
.feedback_btn { position: fixed; top: 50%; right: -36px; border: none; transform: translateY(-50%) rotate(-90deg); padding: 6px 18px; border-radius: 5px 5px 0px 0px; z-index: 999; background: #d7b98a; color: #fff; letter-spacing: 1px; font-size: 14px; }
.modal { z-index: 99999; }
.modal-body {padding: 24px;border-radius: 0 !important;}
.modal-body .btn-close { position: absolute; right: 20px; top: 14px; height: 20px; width: 20px; opacity: 1; padding: 2px; box-shadow: none !IMPORTANT; }
.feedback-modal h3 {font-size: 20px;margin-bottom: 12px;color: #c8a34c;}
/*==========================================================*/

/* ================= Cookie Start ================= */
.cookie-btnn { position: fixed; width: 100vw; height: 100vh; bottom: 0; left: 0; right: 0; top: 0; z-index: 999999; }
.cookie-wrapper.hide .cookie-btnn { opacity: 0; visibility: hidden; }
.cookie {height: 76.6%; overflow-y: scroll; transition: none; position: fixed;left: 50%;bottom: 3px;width: 100%;display: flex;flex-direction: column;align-items: center;max-width: 800px;padding: 12px 12px 12px 12px;font-size: 16px;color: #d7b98a;line-height: 24px;text-align: center;background-color: rgb(255 255 255);border-radius: 3px;transform: translate(-50%, -50%);box-sizing: border-box;z-index: 999999;/* height: auto; */box-shadow: 0px 0px 37px 1px rgba(0, 0, 0, 0.15);}
.show .cookie {top: 50%;left: 50%;}
.hide .cookie { bottom: -1000px; }
.cookie-btn { display: inline-block; flex-shrink: 0; color: #282828; font-weight: 700; line-height: 1.15em; background-color: #fff; border: none; border-radius: 30px; box-sizing: border-box; transition: all .2s ease; cursor: pointer; }
.cookie-box h5 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #c8a34c;
}
/*transition: bottom .85s cubic-bezier(.13, .04, .39, 1.3);*/
/* transition: bottom .85s cubic-bezier(.68, -0.15, .74, .05);*/
.cookie-box p {
    color: #656565;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0px;
    text-align: left;
}
.cookie-logo {width: 100%;margin: 0 auto;margin-bottom: 15px;max-width: 130px;height: auto;}
.cookie-box {border: 2px solid #c8a34c;border-radius: 5px;padding: 15px 15px 7px 15px;width: 100%;}
.cookie-btn {position: absolute;top: 20px;right: 20px;width: 30px;height: 30px;border-radius: 50%;display: flex;align-items: center;justify-content: center;background: #e5e5e5;}
.cookie-btn::before, .cookie-btn::after {position: absolute;content: '';width: 20px;height: 2px;background: #c8a34c;transform: rotate(45deg);}
.cookie-btn::before { transform: rotate(-45deg); }
/* ================= Cookie End================= */


/* ================= hero Start ================= */
.content-container.hero-container { padding: 0 !important; position: relative; margin-top: -140px; }
.hero-slide { min-height: 450px; height: 100vh; display: flex !important; flex-flow: column; justify-content: center; padding: 50px 0; position: relative; }
.hero-slide-img { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -9999999; filter: grayscale(.5); }
.hero-slide-img > img { width: 100%; height: 100%; object-fit: cover; }
.hero-slide-content { color: #ddd; position: relative !IMPORTANT; text-align: center; }
.hero-slide-content h6 { font-size: 20px; color: rgb(255 255 255 / 60%); line-height: 26px; margin-bottom: 16px; font-weight: 500; }
.hero-slide-content h1, .hero-slide-content h2 {font-size: 32px;line-height: 40px;font-weight: 800;margin-bottom: 16px;color: #ffff;}
.hero-slide::before { content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0, 0, 0, .5); }
.hero-slide::after { position: absolute; content: ''; background-image: url(../images/header-mask.png); height: 100px; bottom: 0; left: 0; width: 100%; background-size: cover; background-repeat: no-repeat; background-position: center; }
.hero-arrow { width: 50px; height: 50px; position: absolute; bottom: 20px; border: 2px solid #ddd; padding: 7px; z-index: 99; }
.hero-arrow.hero-prev { left: 20px; }
.hero-arrow.hero-next { right: 20px; }
.slick-current .hero-slide-content { opacity: 1; transform: translate(0); }

/************ hero-classic **********/

/* ================= content End ================= */
.hero_inner_banner { min-height: 380px; margin-top: -100px; padding: 140px 0px 40px 0px; display: flex; align-items: center; }
.hero_inner_banner::before { position: absolute; content: ''; width: 100%; height: 100%; background: rgba(0, 0, 0, .5); z-index: 9; top: 0; }
.hero_banner_img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.hero_banner_img img { width: 100%; height: 100%; object-fit: cover; }
.hero-slide-content_inner { height: 100%; z-index: 9; position: relative; }
.hero-slide-content_inner h1 { font-size: 40px; color: #fff; line-height: 50px; margin-bottom: 10px; }
.breadcrumbs { display: flex; }
.breadcrumbs li { padding-right: 5px; color: #fff; }
.breadcrumbs-line { padding-right: 20px; position: relative; }
.breadcrumbs-line::before { position: absolute; content: '|'; right: 6px; color: #fff; }
.hero-slide-content_inner h5 {
    display: none;
}
/* ================= content End ================= */

/************ hero-classic **********/
.main-heading h5 { font-size: 18px; font-weight: 500; color: #c8a34c; margin-bottom: 10px; }
.main-heading h4 { font-size: 18px; margin-bottom: 10px; font-weight: 600; }
.main-heading h3 { font-size: 28px; font-weight: 600; margin-bottom: 17px; font-family: 'PT Serif', serif; }
.main-heading h3 span { position: relative; padding-bottom: 5px; }
.main-heading h3 span::before { position: absolute; content: ''; width: 40%; height: 2px; bottom: 0; background: #c8a34c; left: 50%; transform: translateX(-50%); }
.main-heading .type-2 h3 span::before { position: absolute; content: ''; width: 40%; height: 2px; bottom: 0; background: #c8a34c; }
.main-heading h3 span strong { font-weight: 600; color: #c8a34c; }
.main-heading h3 span strong { font-weight: 600; color: #c8a34c; }
.main-heading p { font-size: 16px; font-weight: 400; color: #656565; margin-bottom: 10px; }
.common-btn { color: #bc8a1a; }

/************ hero-classic **********/

/* ================= About Start ================= */
.achivement-list { display: flex; flex-wrap: wrap; border-top: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; }
.achive-item { width: 20%; }
.achivement-list li:nth-child(5) { }
.achivement-list li:nth-child(1) { }
.achivement-list li { text-align: center; }
.achivement-list li + li { border-left: 1px solid #eeeeee; }
.achive-item p { font-size: 14px; margin-bottom: 10px; color: #2c2c2c; font-weight: 700; font-family: 'Raleway', sans-serif; }
.achive-item { padding: 20px 0px; }
.counter-item { display: flex; justify-content: center; }
.counter-item span { font-size: 29px; color: #bb9338; margin-right: 10px; }
.counter-item p { color: #bb9338; font-size: 30px; font-weight: 700; font-family: 'PT Serif', serif; line-height: 37px; }

/* ================= About Start ================= */

/* ================= About Start ================= */
.form-relative { display: flex; width: 100%; flex-wrap: wrap; }
.content-right1 { width: 50%; background-image: url('../images/image-1.jpg'); position: relative; padding: 0px 45px; }
.content-right1::before { position: absolute; content: ''; width: 100%; height: 100%; left: 0; top: 0; background: rgba(255, 255, 255, 0.96); }
.content-right1::after { position: absolute; content: ''; width: 4px; height: 100%; background: #bb9338; left: -1px; top: 0; }
.content-left1 {width: 50%;height: 550px;}
.content-left1 img {
    height: 100%;
    margin: 0 auto;
    display: flex;
}.why-choose-list { position: relative; }
.choose_item h5 { font-size: 18px; margin-bottom: 10px; }
.choose-icon { position: absolute; top: 0; left: -111px; height: 70px; width: 70px; background: #c8a34c; color: #fff; font-size: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 999; display:none; }
.choose_item { position: relative; }
.choose_item p {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 22px;
}
/* ================= About Start ================= */

/* ================= content Start ================= */
.form-relative { display: flex; width: 100%; flex-wrap: wrap; }
.content-right__1 { width: 50%; position: relative; }
.content-left__1 { width: 50%; }
.content-left__1 img { height: 100%; }
.form-box__1 { width: 100%; padding: 50px; height: 100%; background-image: url('../images/image-1.jpg'); position: relative; }
.form-box__1::before { position: absolute; content: ''; width: 100%; height: 100%; left: 0; top: 0; background: #000000eb; }
.btn-sub { position: relative; }
.form-group .form-control:focus { border-color: #f2a14b; }
.form-group .form-control { background: none !IMPORTANT; margin-bottom: 22px; border-radius: 0; color: #fff; box-shadow: none !important; height: 44px; border: 0; border-bottom: 2px solid #646464; position: relative; }
.form-group .form-control::placeholder { color: #fff; }
.form-group .form-control option { color: #000; }
textarea.form-control { min-height: 90px; resize: none; }
.contact-cta { display: flex; justify-content: end; }

/* ================= content End ================= */

/* ================= Preactice-area Start ================= */
.practice-area-list { width: calc(100% + 24px); display: flex; flex-wrap: wrap; margin-left: -12px; }
.practice-area-list li { width: 25%; border-top: 1px solid #eeeeee; border-left: 1px solid #eeeeee; padding: 60px 20px; position: relative; }
.practice-area-list li:nth-child(5), .practice-area-list li:nth-child(6), .practice-area-list li:nth-child(7), .practice-area-list li:nth-child(7), .practice-area-list li:nth-child(8) { border-bottom: 1px solid #eeeeee; }
.practice-area-list li:nth-child(4), .practice-area-list li:nth-child(8) { border-right: 1px solid #eeeeee; }
.practice-area-content-icon i { font-size: 50px; text-align: center; margin-bottom: 20px; color: #c8a34c; }
.practice-area-content-icon { text-align: center; }
.practice-area-content-icon span { display: grid; }
.practice-area-content-icon span h5 { font-size: 20px; font-weight: 600; }
.service-box {font-size: 14px; line-height: 20px; font-weight: 400; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #bb9338; text-align: center; padding: 20px; color: #fff; display: flex; flex-flow: column; align-items: center; justify-content: center; visibility: hidden; opacity: 0; transition: all 0.4s ease-in-out; transform: scale(.7); }
.service-box h5 { font-size: 20px; margin-bottom: 10px; }
.service-box p { line-height: 26px; margin-bottom: 10px; }
.practice-area-list li:hover .service-box { visibility: visible; opacity: 1; transform: scale(1); }

/* ================= Preactice-area End ================= */

/* ================= Attroneys Start ================= */
.attroneys-list { width: calc(100% + 24px); display: flex; margin-left: -12px; flex-wrap: wrap; }
.about-attroneys { width: 25%; padding: 12px; }
.attroneys-image { position: relative; padding-bottom: 130%; border: 1px solid #c4a04b;}
.attroneys-image img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-bottom: 4px solid #c8a34c; object-fit: cover;}
.attroneys-social-icon { position: absolute; bottom: 0; background: #c8a34c; width: 100%; padding: 12px; transform: translateY(60px); visibility: hidden; opacity: 0; transition: all .3s ease-in; }
.icon-list { display: flex; align-items: center; justify-content: center; }
.icon-list li { width: 35px; height: 36px; border: 1px solid #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; }
.icon-list li + li { margin-left: 12px; }
.icon-list.change-color { justify-content: start; }
.icon-list.change-color li { width: 35px; height: 36px; border: 1px solid #c8a34c; background: #c8a34c; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; }
.twitter-icon { width: 100%; height: 100%; border-radius: 50%; padding: 7px; filter: brightness(0) invert(1); }
.atttroneys-img-box { overflow: hidden; }
.atttroneys-img-box:hover .attroneys-social-icon { transform: translateY(0); opacity: 1; visibility: visible; }
.attroneys-name { padding: 012px; border-bottom: 2px solid #f0f0f0; }
.attroneys-name h5 { font-size: 20px; font-weight: 600; margin-bottom: 10px; }
.attroneys-name p { color: #c8a34c; }
.attroneys_slider .slick-next:before { font-size: 25px; }
.attroneys_slider .slick-prev:before { font-size: 25px; }
.attroneys_slider .slick-prev { width: 40px; height: 40px; background: #c8a34c; border-radius: 50%; top: 40%; }
.attroneys_slider .slick-next { width: 40px; height: 40px; background: #c8a34c; border-radius: 50%; top: 40%; }
.attroney-detail-inner h3 { font-size: 30px; margin-bottom: 10px; }
.attroney-detail-inner h5 { font-size: 18px; font-weight: 500; margin-bottom: 12px; color: #c8a34c; }
.attroney-detail-inner h5 span { color: black; font-weight: 600; }
.attroney-detail-inner p { margin-bottom: 10px; }

/* ================= Attroneys End ================= */

/* ================= Testimonial Start ================= */
.testimonial-list { width: calc(100% + 24px); display: flex; margin-left: -12px; }
.testimonial-item { width: 33.33%; padding: 12px; }
.testimonial-img {
    display: flex;
    position: relative;
    padding-right: 100px;
    min-height: 100px;
}
.testimonial-img {
    display: flex;
    position: relative;
    padding-right: 100px;
    min-height: 100px;
}
.test-img {
    width: 90px;
    height: 90px;
    position: absolute;
    right: 10px;
    top: 0;
}
.testimonial-content {
    background: #f1f1f1;
    padding: 20px;
    border-radius: 6px;
}
.test-img img {
    border-radius: 50%;
    padding: 2px;
    border: 2px solid #c8a34c;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.test-etxt h6 { font-size: 18px; margin-bottom: 6px; }
.test-etxt p { color: #c8a34c; }

/* ================= Testimonial End ================= */

/* ================= Blog Start ================= */
.blog-list { display: flex; width: calc(100% + 16px); margin-left: -8px; flex-wrap: wrap; }
.blog-list li { width: 50%; padding: 8px; }
.blog-list li { }
.blog-content { width: 100%; box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1); overflow: hidden; }
.blog-text h3 a {
    font-size: 20px;
    margin-bottom: 12px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-text { padding: 12px; }
.blog_inner_item { display: flex; align-items: center; border-top: 1px solid #e7e7e7; border-bottom: 1px solid #e7e7e7; padding: 6px 0px; margin-bottom: 10px; }
.blog-inner-icon { color: #bc9948; }
.blog-inner-icon a i { margin-right: 8px; }
.blog-img { height: 250px; }
.blog-img img { width: 100%; height: 100%; object-fit: cover; transition: all .5s ease-in; }
.blog-img img:hover { transform: scale(1.05); filter: brightness(0.5); }
.blog-item-right {margin-top: 8px;padding-left: 120px;position: relative;margin-bottom: 20px;}
.blog-iimage-right {position: absolute;top: 0;left: 0;width: 100px;height: 100px;overflow: hidden;border-radius: 5px;}
.blog-right-content h5 { font-size: 17px; line-height: 26px; margin-bottom: 15px; }
.blog-inner-icon.add-bd {border-bottom: 1px solid #e7e7e7;padding-bottom: 8px;margin-bottom: 8px;}
.blog-iimage-right img {width: 100%;height: 100%;object-fit: cover;transition: all .5s ease-in;border-radius: 7px;}
.blog-iimage-right img:hover {
    transform: scale(1.05);
    filter: brightness(0.7);
}
/* ================= Blog End ================= */

/* ================= content End ================= */
.practice-item { border: 1px solid #f2a14b70; margin-bottom: 12px; position: relative; }
.practice-item::before { position: absolute; content: ''; width: 2px; height: 100%; background: #c8a34c; top: 0; left: 0; z-index: -1; transition: all .3s ease-in; }
.practice-item:hover:before { width: 100%; }
.practice-item a:hover { color: #fff; }
.practice-item a { color: #000; display: block; padding: 10px; }
.practice-item a:hover { color: #fff; }
.practice-item.active { background: #f2a14b; }
.practice-item.active a { color: #fff; }
.contact-left.change-bg { padding: 30px 20px; background: #c8a34c; }
.change-bg .contact-icon { color: fff; }
.change-bg .contact-item p { color: #ffffff; margin: 0; }
.change-bg .contact-item h5 { color: #fff; }
.blog_inner_right { position: sticky; top: 120px; }
.abuot-law li {margin-bottom: 15px;padding-left: 25px;position: relative;line-height: 30px;}
.abuot-law { margin-top: 12px; }
.abuot-law li::before {position: absolute;content: '';width: 16px;height: 16px;border: 2px solid #c8a34c;left: 0;border-radius: 50%;top: 50%;transform: translateY(-50%);}
.abuot-law li::after {position: absolute;content: '';width: 6px;height: 6px;background: #c8a34c;left: 5px;border-radius: 50%;top: 50%;transform: translateY(-50%);}

/*=========================================================*/

/* ================= Footer Start ================= */

/* ================= content End ================= */
.blog-detail-img {height: 350px;margin-bottom: 20px;border-radius: 10px;overflow: hidden;}
.blog-detail-img img {width: 100%;height: 100%;object-fit: cover;transition: all .5s ease-in;}
.blog-detail-img img:hover {
    filter: brightness(0.7);
    transform: scale(1.1);
}
.blog_inner_item { display: flex; margin-bottom: 12px; }
.blog_inner_item.add-bd { display: flex; margin-bottom: 6px; padding-bottom: 6px; justify-content: space-between; border-bottom: 1px solid #f9d2a866; }
.blog_inner_item li { margin-right: 15px; color: #666; }
.blog_inner_item li a i { margin-right: 6px; color: #f2a14b; }
.blog-content-inner p { color: #666; }
blockquote.quote { background: #f9f9f9; padding: 30px 40px; font-size: 20px; text-align: center; font-style: italic; line-height: 30px; font-weight: 500; color: #000; }
.blog_inner_right { position: sticky; top: 120px; }
.blog_inner_list li + li { margin-top: 14px; border-top: 1px solid #cfcfcff8; padding-top: 14px; }
.blog_inner_list li { display: flex; justify-content: space-between; }
.blog_inner_list li a { position: relative; padding-left: 20px; }
.blog_inner_list li a::before { position: absolute; content: '\f054'; left: 0; font-family: 'Font Awesome 5 Free'; font-weight: 600; }

/* ================= content End ================= */

/* ================= Footer Start ================= */
#footer { background: #000000e3; padding: 60px 0 0px 0px; }
.footer-link h5 { color: #fff; font-size: 18px; font-weight: 600; line-height: 34px; margin-bottom: 10px; }
.footer-link p { color: #b0b0b0; }
.footer-links li { color: #b0b0b0; padding-left: 20px; position: relative; transition: all .3s ease-in; margin-bottom: 10px; font-weight: 500;}
.footer-links li + li { margin-top: 6px; }
.footer-links li::before { position: absolute; content: ''; width: 8px; height: 8px; border: 2px solid #b0b0b0; left: 0; top: 8px; border-left: 0; border-bottom: 0; transform: rotate(45deg); }
.footer-links li:hover { transform: translateX(7px); }
.contact-us li { color: #b0b0b0; display: flex; margin-bottom: 20px; font-weight: 500;}
.contact-us li span { margin-right: 14px; font-size: 20px; }
.contact-us li + li { margin-top: 8px; }
.footer-bar-content { color: #b0b0b0; display: flex; align-items: center; justify-content: space-between; }
.footer-bar-content p { margin: 0; }
.footer-bar-content p a { color: #f3b675; }
.footer-bar { padding: 20px 0px; margin-top: 60px; border-top: 1px solid #ffffff1f; }
.privacy-list li { margin-right: 5px; }
.footer-box::before { position: absolute; content: ''; background-image: url('../images/footer-bg.jpg'); width: 100%; height: 100%; object-fit: cover; z-index: -9; top: 0; }
.social-icon { display: flex; }
.social-icon li { margin-right: 15px; width: 35px; height: 35px; border: 1px solid #b0b0b0; border-radius: 50%; display: flex; align-items: center; justify-content: center; }

/* ================= Footer End ================= */

/* ================= login start ================= */
.member-left {width: 49%;height: 100%;background: #c8a34c;padding: 75px 60px 60px 60px;position: relative;overflow: hidden;position: fixed;left: 0;top: 0;padding: 5.2vw 4.2vw 4.2vw;display: flex;align-items: center;justify-content: center;flex-flow: column;}
.member-left::before{position: absolute;content: '';width: 100%;height: 100%;top: 0;left: 0;background-position: center;background-image: url(../images/image-2.jpg);background-repeat: no-repeat;z-index: -1;background-size: cover;}
.member-left::after{position: absolute;content: '';width: 100%;height: 100%;background: #000000d9;top: 0;left: 0;z-index: -1;}
.member-right { width: 50%; padding: 0 20px; overflow: auto; margin-left: 50%; }
.mr-inner { width: 100%; min-height: 100%; display: flex; align-items: center; justify-content: center; padding: 30px 0; position: relative; }
.mr-inner-content {max-width: 430px;width: 100%;box-shadow: 0px 0px 37px 1px rgba(0, 0, 0, 0.15);padding: 50px;border-radius: 6px;}
.member-logo-area {width: 11.75vw;display: block;transition: none;margin-bottom: 10px;}
.member-logo-area img {width: 100%;filter: brightness(0) invert(1);}
.member-left.text-white p {font-size: 16px;line-height: 27px;position: relative;padding-left: 30px;margin-bottom: 12px;color: #ffffff;}
.member-image { width: 92%; position: absolute; left: 0; bottom: -11vw; height: 54vw; object-fit: contain; object-position: left top; max-height: 84vh; }
.member-intro-desc h5 { font-weight: 700; font-size: 35px; line-height: 43px; letter-spacing: 0.05vw; margin-bottom: 0; font-size: 2.42vw; line-height: 1.2; }
.member-intro-desc p { font-weight: 400; font-size: 24px; line-height: 29px; letter-spacing: 0.02vw; font-size: 1.65vw; line-height: 1.2; }
.mr-inner-content h1 {font-weight: 600;font-size: 24px;line-height: 24px;letter-spacing: 0.8px;color: #c8a34c;margin-bottom: 25px;text-transform: uppercase;text-align: center;}
.mr-inner-content h3 { font-size: 20px; font-weight: 500; color: #0564b0; margin-bottom: 10px; margin-top: 30px; }


.form-group__1 { position: relative; }
.form-group__1:not(:last-child) { margin-bottom: 15px; }
.form-group__1 .form-control { background: #F5F5F5; height: 42px; }
.form-group__1 .form-control:focus { box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !IMPORTANT; border-color: #ced4da; }


.member-left.text-white p::before {position: absolute;content: '';width: 18px;height: 18px;border: 1.5px solid #ffffff;left: 0;top: 6px;border-radius: 2px;}
.member-left.text-white p::after {position: absolute;content: '';width: 10px;height: 5px;border: 1.5px solid #ffffff;top: 10px;left: 4px;border-top: 0;border-right: 0;transform: rotate(-45deg);}
/* ================= login End ================= */

/*============================================*/
.video-icon { margin: 0 auto; width: 90px; height: 90px; background: white; display: flex; align-items: center; justify-content: center; border-radius: 50%; border: 2px solid #1b3452; font-size: 40px; color: #1b3452; margin-bottom: 10px; }
.video-cunsultant h3 { text-align: center; font-size: 30px; font-weight: 500; color: #1b3452; margin-bottom: 10px; }
.video-cunsultant h5 { text-align: center; font-size: 20px; font-weight: 500; margin-bottom: 10px; }
.caaby-list .accordion-item {background: #f5f1f1d6;border: none !important;border-radius: 30px;margin-bottom: 10px;}
.caaby-list .accordion-body {padding-top: 10px !important;background: #fff;border: 2px solid #eaeaea;border-top: 0;}
.accordion-button::after {content: '\f068';position: absolute;text-align: center;top: 15px;background-image: none !important;font-family: 'Font Awesome 5 Free';right: 14px;transition: .3s ease-in;font-size: 16px;font-weight: 700;color: #c8a34c;}
.accordion-button.collapsed::after { content: '\f067'; }
.caaby-list .accordion-button {background: #FBF8F2;border: 2px solid #eaeaea !important;box-shadow: none !important;outline: none !important;color: #1b3452;padding: 14px 25px;font-size: 16px;font-weight: 500;padding-right: 44px;}
/* ================= content End ================= */

/*=========================================================*/
.navbar-brand-1 { max-width: 120px; }
.confrence-box { background: #fbf8f2; padding: 60px; border-radius: 10px; border: 1px solid #c9c6cf; }
.note-list li { padding-left: 30px; margin-bottom: 10px; position: relative; }
.note-content { margin-top: 12px; }
.note-list li::before { position: absolute; content: ''; width: 6px; height: 6px; background: black; left: 16px; top: 10px; border-radius: 50%; }
.current-page-list { display: flex; align-items: center; justify-content: center; margin: 5px 0px; }
.current-page-list li { margin: 0px 10px; }
.current-page-list li { width: 20px; height: 20px; border: 2px solid #b49779; border-radius: 50%; font-size: 0px; }
.current-page-list .active { background: #f2a14b; }
.btn.btn-default.header-btn.bd-change {
    border: 2px solid #f2a14b;
    color: #f2a14b;
}
/*============================================*/

/*============================================*/
.dashboard-header-img img { width: 60px; height: 60px; border-radius: 50%; margin: 0 auto; }
.dashboard-header-img {margin: 0 auto;display: flex;background: #f0f2f6;padding: 10px;border-bottom: 1px solid rgb(213 218 229);position: relative;}
.img-upload {
    position: absolute;
    top: 55%;
    left: 53%;
    height: 30px;
    width: 30px;
    background: #ffffffa8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 0;
}
.dashboard-header { border: 1px solid rgb(213 218 229); border-radius: 6px 0px 0px 0px; border-top: 0; border-bottom: 0; height: 100%; border-left: 0; }
.dashborad_list { padding: 10px 10px; }
.dashborad_list li { margin-bottom: 6px; }
.dasboard-link { display: block; padding: 5px 16px; border-radius: 20px; font-size: 13px; font-weight: 600; }
.dasboard-link:hover { background: #d2d8e3; color: #000; }
.dasboard-link i { margin-right: 10px; }
.dasboard-link.active { background: #d2d8e3; }
.admin-name h3 {font-size: 20px;font-weight: 500;color: #106ab6;margin: 0;}

.edit-btn {
    padding: 0;
    border: 0;
    background: none;
    line-height: 0;
    margin-left: 20px;
    color: #c8a34c;
    margin-top: 3px;
    font-weight: 500;
}

.admin-name {
    margin-bottom: 20px;
}


.admin-name h3 span { display: block; font-size: 14px; color: #204e54; }
.brd { border: 1px solid rgb(213 218 229); border-radius: 6px !IMPORTANT; }
.db-card {border: 1px solid rgb(213 218 229);position: relative;padding: 16px;display: flex;flex-flow: column;align-items: center;justify-content: center;border-radius: 3px;color: #000000;min-height: 120px;}
.db-card h2 { margin-bottom: 2px; font-weight: 500; font-size: 30px; }
.db-card1 {border: 1px solid rgb(213 218 229);position: relative;padding: 16px;display: flex;flex-flow: column;align-items: center;justify-content: center;color: #c8a34c;border-radius: 3px;min-height: 120px;}
.db-card1 h2 { margin-bottom: 2px; font-weight: 500; font-size: 30px; }
.db-card1::after {position: absolute;content: '';width: 100%;height: 3px;background: #c8a34c;bottom: 0;border-radius: 0px 0px 5px 5px;}
.db-card::after {position: absolute;content: '';width: 100%;height: 3px;background: #000000;bottom: 0;border-radius: 0px 0px 5px 5px;}
.exel-formate { align-items: center; justify-content: center; }
.exel-formate p { margin: 0; margin-right: 10px; font-weight: 500; color: #156eb9; }
.ex-content p { font-size: 16px; margin-bottom: 1px; }
.ex-list li { padding-left: 30px; font-size: 13px; line-height: 22px; color: #156eb9; position: relative; }
.ex-list li::before { position: absolute; content: ''; width: 6px; height: 6px; background: #156eb9; left: 18px; top: 50%; transform: translateY(-50%); border-radius: 50%; }
.ex-list { border-bottom: 1px solid #11404645; margin-bottom: 20px; padding-bottom: 20px; }

/* =================core css ends here================= */
.mob-nav-bar { left: -100%; }
.menu_icon_box {display: none;width: fit-content;height: auto;background-color: #c8a34c;padding: 6px 3px;position: absolute;border-radius: 4px;cursor: pointer;z-index: 101;right: 20px;margin-top: 10px;}
.mob-nav-bar.active { left: 0;    /* Slide in the menu */ display: block; width: 100%; }
.line1 { width: 28px; height: 4px; background-color: #fff; border-radius: 50px; transition: 0.2s; }
.line2 { width: 32px; height: 4px; background-color: #fff; border-radius: 50px; transition: 0.2s; }
.line3 { width: 26px; height: 4px; background-color: #fff; border-radius: 50px; transition: 0.2s; }
.line-common { margin: 5px 8px; }
.active .line1 { transform: translate(0px, 10px)rotate(45deg); }
.active .line2 { opacity: 0; }
.active .line3 { transform: translate(0px, -10px)rotate(-45deg); }

/* =================core css ends here================= */

/* ================= content End ================= */
.contact-left { padding: 40px 30px; box-shadow: 0 0 208px 0 rgba(0, 0, 0, .02); background: #f8f8f8; border-radius: 5px; }
.main-heading__1 h4 { font-size: 26px; margin-bottom: 10px; }
.contact-item h5 { font-weight: 600; font-size: 18px; margin-bottom: 5px; }
.contact-list li { padding-left: 80px; position: relative; }
.contact-item p { color: #666; }
.contact-icon { position: absolute; left: 0; top: 30px; height: 60px; width: 60px; background: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 26px; color: #f2a14b; }
.contact-icon {    /* top: 0; */ }
.contact-list li + li { margin-top: 35px; padding-top: 35px; border-top: 1px solid #dfdfdf; }
.contact-right { box-shadow: 0 0 50px 0 rgba(0, 0, 0, .05); padding: 40px; }
.form-group1 .form-control { height: 44px; border-radius: 0; margin-bottom: 30px; border-top: 0; border-left: 0; border-right: 0; border-bottom: 1px solid #ddd; box-shadow: none !important; }
.form-group2 .form-control {
    height: 44px;
    border-radius: 0;
    margin-bottom: 30px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border: 1px solid #ddd;
    box-shadow: none !important;
}
.form-group2 label {
    font-size: 14px;
    margin-bottom: 5px;
    color: #6c757d;
}

.form-group2 .form-control::placeholder {
    font-size: 14px;
}
.world-map { background: #bfbfbf; padding: 10px 10px 3px 10px; }

/* ================= content End ================= */

/* ================= Footer End ================= */

/* ================= Content Start ================= */
.content-container { padding: 60px 0; }

/* ================= Content End ================= */

/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) {
	body { padding-top: 80px; }
	.navbar { width: 100%; height: 80px; }
	.navbar-toggler { width: 54px; height: 40px; height: 60px; order-radius: 0; cursor: pointer; text-decoration: none; padding: 0; border: 0; background: transparent; margin: 0; position: absolute; right: 0; top: 50%; z-index: 999; transform: translateY(-50%); }
	.navbar-default .navbar-toggler:hover, .navbar-default .navbar-toggler:focus { background: transparent; }
	.navbar-toggler:not([class="collapsed"]), .navbar-toggler:not([class="collapsed"]):focus, .navbar-toggler:not([class="collapsed"]):hover { background: transparent; }
	.navbar-toggler.collapsed, .navbar-toggler.collapsed:focus, .navbar-toggler.collapsed:hover { background: transparent; }
	.home .navbar-toggler.collapsed, .home .navbar-toggler.collapsed:focus, .home .navbar-toggler.collapsed:hover { background: transparent; }
	.navbar-toggler .navbar-toggler-icon { position: relative; display: inline-block; width: 30px; height: 3px; color: #243238; text-indent: -55px; margin-top: 0; background: transparent !important; transition: all .2s ease-out; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; -ms-transition: all .2s ease-out; vertical-align: middle; }
	.navbar-toggler .navbar-toggler-icon:before, .navbar-toggler .navbar-toggler-icon:after { content: ''; width: 30px; height: 3px; background: #c8a34c; position: absolute; left: 0; transition: all .2s ease-out; }
	.navbar-toggler.collapsed .navbar-toggler-icon { background: #c8a34c !important; }
	.navbar-toggler.collapsed .navbar-toggler-icon:before, .navbar-toggler.collapsed .navbar-toggler-icon:after { background: #c8a34c; }
	.navbar-toggler.collapsed .navbar-toggler-icon:before { top: -10px; -webkit-transform: rotateZ(0deg); -moz-transform: rotateZ(0deg); -ms-transform: rotateZ(0deg); -o-transform: rotateZ(0deg); transform: rotateZ(0deg); }
	.navbar-toggler .navbar-toggler-icon:before { top: 0; -webkit-transform: rotateZ(45deg); -moz-transform: rotateZ(45deg); -ms-transform: rotateZ(45deg); -o-transform: rotateZ(45deg); transform: rotateZ(45deg); }
	.navbar-toggler.collapsed .navbar-toggler-icon:after { bottom: -10px; -webkit-transform: rotateZ(0deg); -moz-transform: rotateZ(0deg); -ms-transform: rotateZ(0deg); -o-transform: rotateZ(0deg); transform: rotateZ(0deg); }
	.navbar-toggler .navbar-toggler-icon:after { bottom: 0; -webkit-transform: rotateZ(-45deg); -moz-transform: rotateZ(-45deg); -ms-transform: rotateZ(-45deg); -o-transform: rotateZ(-45deg); transform: rotateZ(-45deg); }
	.header-right { position: relative; z-index: 999; margin-right: 50px; }
	.navbar-collapse, .navbar-collapse.collapsing { position: fixed; top: 80px; left: 0; background: #fff; padding: 0; z-index: 99; margin: 0; border: 0; overflow-y: auto; bottom: 0; width: 100%; height: 0; display: block !important; transition: all .3s cubic-bezier(0.77, 0.2, 0.05, 1.0); }
	.navbar .collapse.show { height: calc(100vh - 80px); }
	.navbar-inside { height: calc(100vh - 80px); padding: 0 15px; display: flex; flex-flow: column; }
	.navbar-expand-xl .navbar-nav .nav-item { padding: 0; margin: 0; border-bottom: solid 1px #c8a34c; }
	.navbar-expand-xl .navbar-nav .nav-link { font-size: 16px; line-height: 30px; padding: 15px 0; position: relative; color: #333; }
	.navbar-nav.sm-collapsible .sub-arrow { border: 0; margin: 0; width: auto; font-size: 30px; line-height: 60px; top: 0; height: 60px; color: #c8a34c; width: 40px; }
	.dropdown-menu { background: transparent; border: 0; padding: 0; margin: 0 0 20px 0; }
	.dropdown-item { padding: 7px 20px 7px 40px; }
	.dropdown-item:focus, .dropdown-item:hover { color: #c8a34c; background: transparent; }
	.content-container { padding: 50px 0; }
	.about-attroneys { width: 33.33%; }
}

/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) { }

/* =================================================  
 ! Small devices (landscape phones, less than 768px)
 ================================================= */
@media (max-width:767.98px) {
	body { padding-top: 60px; }
	.navbar { height: 80px; }
	.navbar-collapse, .navbar-collapse.collapsing { top: 80px; }
	.navbar .collapse.show { height: calc(100vh - 80px); }
	.navbar-inside { height: calc(100vh - 60px); }
	.content-container { padding: 40px 0; }
	.fixed #header { top: 0px; }
	.hero-slide-content h1, .hero-slide-content h2 { font-size: 50px; line-height: 60px; }
	.top-bar_list { display: none; }
	.navbar-brand { width: 90px; }
	.content-container.hero-container { margin-top: -80px; }
	.hero-slide { min-height: 350px; height: 61vh; }
	.top-bar { display: none; }
	.main-heading h3 { font-size: 24px; margin-bottom: 14px; }
	.main-heading h3 br {display: none;}
	.main-heading h5 { font-size: 16px; margin-bottom: 8px; }
	.common-btn { margin-bottom: 11px; }
	.content-left1 { width: 100%; }
	.content-right1 { width: 100%; padding: 45px 45px 45px 100px; }
	.content-right1::before { }
	.content-right1::after { left: 40px; }
	.choose-icon { left: -91px; }
	.practice-area-list li { width: 33.33%; }
	.content-left__1 { width: 100%; }
	.content-right__1 { width: 100%; }
	.footer-link h5 { text-align: center; }
	.footer-link { text-align: center; margin-bottom: 13px; }
	.contact-us { text-align: center; display: flex; flex-flow: column; justify-content: center; width: 100%; }
	.contact-us li { text-align: center; display: flex; align-items: center; justify-content: center; margin-bottom: 10px; }
	.social-icon { align-items: center; justify-content: center; }
	.footer-links li::before { display: none; }
	.contact-cta { justify-content: center; }
	.top-bar-btn-list { display: flex; align-items: center; justify-content: center; margin-top: 15px; }
	.login-btn { min-width: 80px; padding: 3px 10px; background: #000; text-align: center; display: inline-block; font-size: 16px; transition: all .3s ease-in; font-weight: 600; color: #fff; border: 1px solid #000; }
	.login-btn:hover { background: none; color: #000; }
	.login-btn.active { background: no-repeat; color: #000; }
	.login-btn.active:hover { background: #000; color: #fff; }
	.footer-bar { margin-top: 30px; }
	.footer-bar-content { flex-wrap: wrap; justify-content: center; }
	.privacy-list { flex-wrap: wrap; }
	.footer-bar-content p { margin-bottom: 5px; }
	.hero-slide-content h1, .hero-slide-content h2 { font-size: 30px; line-height: 40px; margin-bottom: 10px; }
	.hero-slide-content h6 { font-size: 18px; margin-bottom: 8px; }
	.hero-slide-content p { margin-bottom: 10px; }
	.blog-right-content h5 { font-size: 16px; margin-bottom: 10px; }
	.blog-inner-icon.add-bd { margin-bottom: 8px; padding-bottom: 8px; }
	.blog-item-right { margin-bottom: 25px; }
	.form-box__1 { padding: 30px 20px; }
	blockquote.quote { font-size: 17px; line-height: 24px; }
	.hero-slide-content_inner h1 { font-size: 30px; line-height: 40px; margin-bottom: 5px; }
	.hero_inner_banner { min-height: 320px; }
	.about-attroneys { width: 50%; }
	.blog-detail { margin-top: 16px; }
	.law-img { margin-bottom: 15px; }

	.member-right {
    width: 100%;
    margin: 0;
    background: #fff;
}

.member-left {
    width: 100%;
    position: static;
    height: auto;
}
.member-left::before{display: none;}

    .menu_icon_box { display: block; }
    .mob-nav-bar { display: block; position: absolute; background: #fff; z-index: 9; transition: left .5s ease-in; }
}

/* ======================================================
 ! Extra small devices (portrait phones, less than 576px)
 ====================================================== */
@media (max-width:575.98px) {
	.main-heading h3 {font-size: 20px;text-align: center;line-height: 28px !important;margin-bottom: 10px !important;}
	.main-heading h4 { font-size: 16px; margin-bottom: 6px; }
	.choose_item h5 { font-size: 16px; margin-bottom: 6px; }
	.choose-icon { width: 55px; height: 55px; left: -86px; }
	.practice-area-list li { width: 50%; }
	.blog-list li { width: 100%; }
	.service-box h5 { font-size: 17px; margin-bottom: 5px; }
	.service-box { padding: 10px; }
	.about-attroneys { width: 100%; }
	.hero-slide-content_inner h1 { font-size: 22px; line-height: 30px; margin-bottom: 5px; }
}