/*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, 60px, 0); transform: translate3d(0, 60px, 0); }
	to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
@keyframes fadeInUp {
	from { opacity: 0; -webkit-transform: translate3d(0, 60px, 0); transform: translate3d(0, 60px, 0); }
	to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }
@-webkit-keyframes fadeInleft {
	from { opacity: 0; -webkit-transform: translate3d(-60px, 0px, 0); transform: translate3d(-60, 0px, 0); }
	to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
@keyframes fadeInleft {
	from { opacity: 0; -webkit-transform: translate3d(-60px, 0px, 0); transform: translate3d(-60px, 0px, 0); }
	to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
.fadeInleft { -webkit-animation-name: fadeInleft; animation-name: fadeInleft; }
@-webkit-keyframes fadeInRight {
	from { opacity: 0; -webkit-transform: translate3d(60px, 0px, 0); transform: translate3d(60, 0px, 0); }
	to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
@keyframes fadeInRight {
	from { opacity: 0; -webkit-transform: translate3d(60px, 0px, 0); transform: translate3d(60px, 0px, 0); }
	to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
.fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; }

/* =================animate css ends here================= */
.go-top { position: fixed; width: 32px; height: 32px; background-color: #013968; color: #fff; bottom: 30px; right: 30px; z-index: 9999999; font-size: 16px; border: 0; }
.go-top i { margin-bottom: 4px; color: #fff; }
.go-top i:after { content: "\f062"; position: absolute; top: 45%; left: 50%; transform: translate(-50%, -50%); transition: none; }
.go-top:hover i:after { top: -0%; opacity: 0; transition: all .3s ease-in; }
.login-text {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}
.intership-look-list li {
    margin-bottom: 10px;
    color: #888888;
    padding-left: 14px;
    font-size: 14px;
    position: relative;
}

.intership-look-list li::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #013968;
    left: 0;
    top: 9px;
    border-radius: 4px;
}
/* =================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; height : 100%;}
.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: 9px; height: 9px; padding: 0; cursor: pointer; color: #013968a8; border: 0; outline: none; background: #013968a8; opacity: 1; border: solid 1px #013968a8; border-radius: 50%; vertical-align: top; margin: 0px 3px; }
.slick-dots li.slick-active button, .slick-dots li:hover button { opacity: 1; background-color: #013968; }
.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================= */
#main { overflow: hidden; }

/* =================core css starts here================= */
body { font-size: 16px; line-height: 24px; font-weight: 400; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #000; background: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.container { width: 100%; max-width: 1170px; }
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: #aeaeae; 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: 'Montserrat', sans-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: 14px; color: #888888; font-size: 14px; line-height: 1.8em; }
strong { font-weight: 700; color: #013968;}
b { font-weight: 400; }
p:last-child { margin-bottom: 0; }
.btn { border-radius: 0; font-weight: 4; padding: 10px 15px; min-width: 140px; font-size: 13px; 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: #fff; background-color: #013968; border: solid 1px #013968; }
.btn-default:hover, .btn-default:active { color: #fff; background-color: #0c3c65; border-color: #0c3c65; }
.btn-primary, .btn-primary:focus { color: #fff; background-color: #333; border: solid 1px #333; }
.btn-primary:hover, .btn-primary:active { color: #333; background-color: transparent; border-color: #333; }
.btn.btn-block { min-width: 100%; }
.btn+.btn { margin-left: 25px; }
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: #f7f7f7; }

.pull-right { float: right; }
.pull-left { float: left; }
/* =================core css ends here================= */

/* =================top-bar-css-start================= */
.top-bar { background: #013968; height: 40px; display: flex; align-items: center; }
.top-bar-content { display: flex; justify-content: space-between; align-items: center; }
.top-bar-left { }
.top-bar-left-list { display: flex; }
.top-bar-left-list li { color: #c9c9c9;font-size: 11px; }
.top-bar-left-list li + li { margin-left: 13px; font-size: 10px; }
.top-bar-left-list li a { font-size: 14px; }
.top-bar-left-list li span { margin-right: 5px; font-size: 14px; }
.user-icon { height: 35px; width: 35px; border-radius: 50%; border: 0; color: #423b36; background: #c9c9c9; margin-left: 10px; z-index: 999999; position: relative;}
.top-bar-right { display: flex; align-items: center; }
.social-icon-list { display: flex; }
.social-icon-list li { margin-right: 20px; color: #c9c9c9; font-size: 14px; }
.login-drop-dwn .user-icon { width: 50px; height: 50px; font-size: 25px; color: #ff7302; display: none; }
.login-drop-dwn .dropdown-menu[data-bs-popper] { left: -100px; background: #ffffff; max-width: 100px; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; }


.main-heading h3 { font-size: 24px; font-weight: 500; color: #013968; }
.video-icon { width: 80px; height: 80px; margin: 0 auto; margin-bottom: 20px; background: #d1d1d1; color: #013968; display: flex; align-items: center; justify-content: center; font-size: 30px; border-radius: 50%; }
.video-cunsultant {
    text-align: center;
    background: #ededed;
    padding: 32px;
    border-radius: 6px;
    border: 1px solid #cdcdcd;
    position: sticky;
    top: 120px;
}
.video-cunsultant h5 { font-size: 16px; font-weight: 500; color: #013968; }
.video-cunsultant h3 { font-size: 24px; margin-bottom: 10px; color: #013968; font-weight: 600; }

.accordian-list .accordion-item {background: #f5f1f1d6;border: none !important;border-radius: 30px;margin-bottom: 10px;}
.accordian-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'; }
.accordian-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;}
/* =================top-bar-css-end================= */

/* ================= Header Start ================= */
#header { color: #333; background: #ffffff; position: sticky; left: 0; top: 0; right: 0; padding: 0; z-index: 9999; transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; border-bottom: 1px solid #efefef; }
.fixed #header { background: #fff; box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1); top: -40px }
.navbar { padding: 0; width: 100%; height: 100px; }
.navbar-brand { width: 98px; padding: 0; margin: 0; position: relative; z-index: 999;}
.navbar-expand-xl .navbar-nav .nav-item { margin: 0 20px; }
.navbar-expand-xl .navbar-nav .nav-link { font-size: 14px; line-height: 100px; font-weight: 400; text-transform: capitalize; color: #3a3a3a; padding: 0; margin: 0; position: relative; }
.navbar-expand-xl .navbar-nav .nav-link::before { position: absolute; content: ''; width: 0; height: 4px; background: #013968; bottom: -4px; transition: all .3s ease-in; left: auto; right: 0; }
.navbar-expand-xl .navbar-nav .nav-link.active { border-bottom: 4px solid #013968; }
.navbar-expand-xl .navbar-nav .nav-link:hover:before { width: 100%; left: 0; right: auto; }
.navbar-expand-xl .navbar-nav .nav-item:hover .nav-link, .navbar-expand-xl .navbar-nav .nav-item.active .nav-link { color: #013968; }
.dropdown-toggle::after { display: none; }

/*.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow { display: none; }*/
.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: #000; border: 1px solid #013968; min-width: 340px; border-top: 4px solid #013968; box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2); 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: #000; padding: 3px 15px; font-weight: 400; font-size: 12px; }
	.dropdown-item:focus, .dropdown-item:hover { color: #fff; background: #013968; }
}
.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 ================= */

/* ================= hero Start ================= */
.content-container.hero-container { padding: 0 !important; position: relative; }
.hero-slide { min-height: 450px; height: calc(100vh - 100px); 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: -1; filter: grayscale(.5); }
.hero-slide-img > img { width: 100%; height: 100%; object-fit: cover; padding : 0; border-radius: 0; filter : brightness(.5);}
.hero-slide-content { color: #ddd; position: relative; z-index: 9; opacity: 0; transform: translateY(40px); transition: .5s ease-in-out; transition-delay: .6s; }
.hero-slide-content h6 { font-size: 20px; color: #fff; line-height: 26px; margin-bottom: 16px; font-weight: 500; font-style: italic; }
.hero-slide-content h1, .hero-slide-content h2 { font-size: 42px; line-height: 56px; font-weight: 500; margin-bottom: 6px; color: #fff; }
.hero-slide::before { content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
.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 **********/
.main-heading { margin-bottom: 40px; }
.main-heading h2 { font-size: 19px; padding-left: 50px; position: relative; font-weight: 400; color: #1c1c1c; margin: 0; }
.main-heading h5 { font-size: 20px; font-weight: 500; margin-bottom: 10px; font-style: italic; font-family: 'Georgia', serif; color: #013968; }
.main-heading h2::before { position: absolute; content: ''; width: 40px; height: 2px; background: #013968; left: 0; top: 50%; transform: translateY(-50%); }
.main-heading-bg h2 { font-size: 42px; padding-bottom: 20px; text-align: center; font-weight: 400; font-family: 'Roboto Condensed', sans-serif; margin: 0 auto; margin-bottom: 20px; max-width: 1130px; position: relative; }
.main-heading-bg h2 span { display: block; font-size: 20px; line-height: 30px; margin: 10px 0px; }
.main-heading h6 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #013968;
}
/*=============================*/
.top-service-list { width: calc(100% + 24px); display: flex; flex-wrap: wrap; margin-left: -12px; }
.top-service-item { width: 25%; padding: 12px; }
.top-service-content h3 { font-size: 18px; font-weight: 400; margin-bottom: 10px; transition: all .3s ease-in; }
.top-service-content:hover.top-service-content h3 { color: #013968; }
.top-service-content h3 span { margin-right: 8px; font-size: 20px; }
.about-img { width: calc(100% + 100px); margin-left: -100px; height: 100%; }
.about-img img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.5);}

/*=======================================*/

/* ================= content End ================= */
.why-choose-list { width: calc(100% + 24px); display: flex; flex-wrap: wrap; margin-left: -12px; }
.why-choose-item { width: 33.33%; padding: 12px; }
.why-choose-content { padding: 15px; border-radius: 6px; border: 1px solid #c9c9c9; position: relative; display: flex; flex-flow: column; height: 100%; }
.why-choose-icon { width: 70px; height: 70px; margin: 0 auto; background: #dedede; border-radius: 50%; padding: 8px; margin-bottom: 10px; }
.why-choose-content-inner { text-align: center; }
.why-choose-content-inner h5 { font-size: 17px; font-weight: 400; color: #013968; margin-bottom: 5px; }
.why-choose-content::before { position: absolute; content: ''; width: 50px; height: 50px; opacity: .3; background: #013968; right: 0; top: 0; border-radius: 0px 6px 0px 110px; z-index: -1; transition: all .3s ease-in; }
.why-choose-content:hover:before { width: 100%; height: 100%; border-radius: 6px; opacity: 1;}
.why-choose-content:hover .why-choose-content-inner { color: #fff; transition: all .3s ease-in; }
.why-choose-content:hover .why-choose-content-inner h5 { color: #fff; transition: all .3s ease-in; }
.why-choose-content:hover .why-choose-content-inner p { color: #fff; transition: all .3s ease-in; }

/* ================= content End ================= */

/*===================================*/
.service-tab-left .nav-pills .nav-link .active { background: red; }
.service-tab-left .nav-pills .nav-link.active { background: #013968; border-radius: 0; text-align: left; color: #ffff; }
.service-tab-left .nav-pills .nav-link { background: #fff; border: 1px solid #cccccc; border-radius: 0; margin-bottom: 10px; color: #013968; text-align: left; padding: 10px 10px 10px 20px; font-size: 13px; text-transform: uppercase; }
.service-tab-left .nav-pills .nav-link:hover { background: #013968; color: #fff; }
.main-heading1 h2 { font-size: 18px; font-weight: 400; margin-bottom: 10px; color: #1c1c1c; }

/*====================================?*/

/*=============================================*/

.blog-list { width: calc(100% + 4px); display: flex; margin-left: -2px; flex-wrap: wrap; }
.blog-item { width: 25%; padding: 2px; }
.blog-content { display: flex; flex-flow: column; height: 100%; background: #fff; border: 1px solid #c9c9c9; position: relative; }
.blog-admin { display: flex; margin-bottom: 4px; margin-bottom: 10px; }
.blog-text { padding: 15px 20px 0px; }
.blog-admin li span { margin-right: 4px; color: #013968; }
.blog-admin li { font-size: 13px; font-style: italic; color: #888888; }
.blog-admin li + li { margin-left: 10px; }
.blog-text h4 { font-size: 16px; line-height: 24px; font-weight: 400; color: #1c1c1c; margin-bottom: 12px; line-height: 1.8em; }
.blog-text p { margin-bottom: 10px; line-height: 2em; }
.blog-btn { margin-top: auto; }
.read-more { display: block; color: #013968; padding: 12px 20px; transition: all .3s ease-in; }
.read-more span { font-size: 13px; margin-left: 10px; }
.blog-img { position: absolute; content: ''; top: 0; left: 0; width: 100%; height: calc(100% - 48.6px); visibility: hidden; opacity: 0; transition: all .3s ease-in; }
.blog-img img { width: 100%; height: 100%; object-fit: cover; }
.blog-content:hover .blog-img { opacity: 1; visibility: visible; transition: all .3s ease-in; }
.blog-content:hover .read-more { color: white; background: #013968; }

/*======================================*/

/*============================================*/
.blo-post-img {
    position: relative;
    padding-bottom: 42%;
}

.blo-post-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.blog-post-lower { display: flex; padding: 4px 0px; margin-bottom: 10px;}
.blog-post-lower li { font-size: 14px; color: #1c1c1c; }
.blog-post-lower li + li { margin-left: 15px; }
.blog-post-lower li a { color: #888888; }
.blog-post-text blockquote { background: #f1f1f1; border: 1px solid #d0d0d0; padding: 20px 30px; position: relative; font-size: 15px; font-style: italic; color: #888888; }
.blog-post-text blockquote::before { position: absolute; content: ''; width: 4px; height: 100%; background: #013968; top: 0; left: 0; }
.blog-right-side h4 { font-size: 19px; font-weight: 400; margin-bottom: 25px; padding-bottom: 10px; position: relative; }
.blog-right-side { margin-bottom: 30px; }
.blog-right-side h4::before { position: absolute; content: ''; width: 100%; height: 2px; background: rgb(241, 241, 241); bottom: 0; }
.blog-right-side h4::after { position: absolute; content: ''; width: 40px; bottom: 0; left: 0; background: #013968; height: 2px; }
.popular-catogery-list li + li { margin-top: 10px; }
.popular-catogery-list li { font-size: 15px; font-weight: 500; padding-left: 20px; position: relative; }
.popular-catogery-list li::before { position: absolute; content: ''; width: 6px; height: 6px; border: 1.5px solid #013968; left: 0; transform: translateY(-50%) rotate(45deg); top: 50%; border-left: 0; border-bottom: 0; }
.recent-post-list li + li { margin-top: 22px; }
.recent-post-list-item h5 { font-size: 15px; font-weight: 400; margin-bottom: 2px; line-height: 25px; }
.recent-post-list li { padding-left: 80px; position: relative; }
.blog-tumb { position: absolute; top: 0; left: 0; width: 70px; height: 70px; }
.blog-tumb img { width: 100%; height: 100%; object-fit: cover; border-radius: 2px; }
.blog-info { text-align: right; font-size: 14px; color: #8888; }
/*========================================*/


/*============================================*/
.dashboard-header-img img {width: 80px;height: 80px;border-radius: 50%;margin: 0 auto;border: 5px solid #fff;margin-bottom: 10px;}
.dashboard-header-img {margin: 0 auto;background: #f0f2f6;padding: 10px;border-bottom: 1px solid rgb(213 218 229);position: relative;}
.img-upload {position: absolute;top: 55%;left: 142px;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: #ff7302;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: #3a3a3a;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: #ff7302;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: #ff7302;bottom: 0;border-radius: 0px 0px 5px 5px;}
.db-card::after {position: absolute;content: '';width: 100%;height: 3px;background: #3a3a3a;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; }
.case-status { min-width: 60px; text-align: center; display: inline-block; background: #ffd6de; border-radius: 2px; padding: 0px 10px; }
.user-img { text-align: center; }
.dashboard-header-img h5 { text-align: center; font-size: 18px; margin: 0; font-weight: 500; color: #ff7302; }

.scroll-thumb::-webkit-scrollbar { width: 5px; height: 3px; }
.scroll-thumb::-webkit-scrollbar-track { box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); width: 5px; }
.scroll-thumb::-webkit-scrollbar-thumb { background-color: #b8984b; outline: 1px solid slategrey; width: 5px; }
.case-status { min-width: 60px; text-align: center; display: inline-block; background: #ffd6de; border-radius: 2px; padding: 0px 10px; }
.tb-bg { background: #D7D5D6; padding: 50px; border-radius: 6px; }
.tb-heading h5 { padding: 0; font-size: 20px; text-align: center; margin-bottom: 10px; }
.tb-box-bg { background: #E2E3E7; padding: 10px; border-radius: 3px; border: 1px solid #b7b7b7; }
/* =================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================= */
/*==========================================================*/
.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; }

/*==========================================================*/

/* ================= content End ================= */
.testimonial-list { width: calc(100% + 24px); display: flex; margin-left: -12px; }
.testimonial-item { width: 50%; padding: 12px; }
.testomonial-content { padding: 30px; box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1); border-radius: 5px; }
.testtimonial_image { width: 70px; height: 70px; }
.testtimonial_image img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; padding: 3px; background: #d5d5d5; }
.testimonial-img { display: flex; align-items: center; }
.test-name { padding-left: 20px; }
.test-name p { font-size: 20px; }
.test-name p span { display: block; font-size: 14px; font-weight: 600; color: #013968; }
.testomonial-content { position: relative; }
.block-quote-icon { position: absolute; top: 20px; left: 20px; font-size: 70px; color: #0139682b; }

/* ================= content End ================= */

/*========================================*/
.attroneys-list { width: calc(100% + 24px); display: flex; flex-wrap: wrap; margin-left: -12px; }
.attorneys-slider .slick-prev:before {
    color: #fff;
    font-size: 20px;
}
.attorneys-slider .slick-next:before {
    color: #fff;
    font-size: 20px;
}
.attroneys-list .slick-prev {
    top: -10px;
    right: 40px;
    background: #013968;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    left: calc(100% - 90px);
}

.attroneys-list .slick-next {
    top: -10px;
    right: 10px;
    background: #013968;
    width: 35px;
    height: 35px;  
    
    border-radius: 50%;
    
   
}
.attroneys-item { width: 25%; padding: 12px; }
/*.attroneys-img { padding-bottom: 90%; position: relative; margin-bottom: 18px; }*/
/*.attroneys-img img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }*/
.attroneys-img {
    padding-bottom: 90%; /* Adjust this value as needed */
    position: relative;
    margin-bottom: 18px;
    overflow: hidden; /* Ensure overflow is hidden */
}

.attroneys-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain; /* Change to contain */
}
.attorneys-slider .slick-track {
    width: 100% !IMPORTANT;
}

.attorneys-slider .slick-list.draggable {
    width: 100%;
}

.plus-icon { position: absolute; bottom: 0; z-index: 9999; right: 0; background: #013968; height: 30px; width: 30px; display: flex; align-items: center; justify-content: center; color: #fff; visibility: hidden; opacity: 0; transition: all .3s ease-in; }
.social-icon-attroneys { position: absolute; display: flex; bottom: 0; right: -140px; transition: all .3s ease-in; }
.social-icon-attroneys li { margin-right: 4px; background: #013968; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; color: #ffff; }
.plus-icon:hover .social-icon-attroneys { right: 0; }
.icon-inner-list { position: absolute; width: 30px; height: 30px; bottom: 0; right: 0; }
.icon-inner-list:hover .social-icon-attroneys { right: 29px; }
.attroneys-box:hover .plus-icon { visibility: visible; opacity: 1; }
.attroneys-box {
    overflow: hidden;
    border: 1px solid #b8b8b8;
    background: #f5f5f5;
    height: 470px !important;
    display: flex;
    flex-flow: column;
    padding-bottom: 6px;
}
.attroney-about p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: start;
        margin-top: -6px;

}
.attroney-info {
    padding: 0px 9px;
    margin-top: auto;
}
.attroney-name h5 { font-size: 16px; font-weight: 400; color: #1c1c1c; margin-bottom: 5PX; }
.attroney-name h5 a:hover {
    color: #104e82;
}
.attroney-about p + p + p {
    display: none;
}
.attroney-name p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.attroney-name { border-bottom: 1px solid #c9c9c9; padding-bottom: 5px; margin-bottom: 5px;  padding: 0px 9px;}
.attroney-about { border-bottom: 1px solid #c9c9c9; margin-bottom: 5px; padding-bottom: 5px; padding: 0px 9px;}
.attroney-info li span { font-size: 12px; color: #013968; margin-right: 9px; }
.attroney-info li { font-size: 13px; }
.attroney-info li + li { margin-top: 5px; }
.attroney-info li a { color: #888888; font-size: 12px;}
.main-heading-bg h2::before { position: absolute; content: ''; width: 100px; height: 4px; background: #013968; bottom: 0; left: 50%; transform: translateX(-50%); border-radius: 4px; }

/*===================================*/
.bg-img { min-height: 300px; background-image: url('../images/image-1.jpg'); width: 100%; display: flex; align-items: center; padding: 50px 0px; }

/* ================= content End ================= */
.hero_inner_banner { padding: 70px 0px; display: flex; align-items: center; min-height: 330px; }
.hero_inner_banner::before { position: absolute; content: ''; width: 100%; height: 100%; background: rgb(0 0 0 / 69%); 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; text-align: center; }
.hero-slide-content_inner h5 { color: #ff9000; font-size: 20px; margin-bottom: 0; font-style: italic; font-weight: 500; font-family: 'Georgia', serif; display : none;}
.hero-slide-content_inner h1 { font-size: 30px; color: #fff; line-height: 50px; margin-bottom: 0; font-weight: 500; }
.banner-arrow-img { margin: 8px 0px; display: none;}
.breadcrumbs { display: flex; align-items: center; justify-content: center; }
.breadcrumbs li { padding-right: 5px; color: #fff; }
.breadcrumbs-line { padding-right: 20px; position: relative; }
.breadcrumbs-line::before { position: absolute; content: '|'; right: 6px; color: #fff; }

/* ================= content End ================= */
.member-left { width: 50%; height: 100%; background: #01be60; 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; }
.member-right { width: 50%; padding: 0 50px; overflow: auto; margin-left: 50%; }
.mr-inner { width: 100%; min-height: 100%; display: flex; align-items: center; padding: 30px 20px; position: relative; }
.mr-inner-content { max-width: 500px; width: 100%; padding: 50px 24px 40px; border-radius: 20px; border: 1px solid #e9ecef; box-shadow: 0 0 10px rgba(0, 0, 0, .1); margin: 0 auto; font-size: 14px; }
.member-logo-area { width: 14.75vw; display: block; transition: none; }
.member-logo-area img { width: 100%; }
.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: 700; font-size: 22px; line-height: 24px; letter-spacing: 0.8px; color: var(--color-dark); margin-bottom: 32px; text-transform: capitalize; text-align: center; }
.member-logo { width: 180px; position: absolute; top: 30px; left: 20px; }
.mr-inner-content .form-control, .mr-inner-content .btn { border-radius: 20px !important; }
.mr-inner-content .partition { font-size: 14px; overflow: hidden; position: relative; text-align: center; }
.mr-inner-content .partition span { background-color: #fff; padding: 0 14px; }
.mr-inner-content .partition::before { content: ''; position: absolute; width: 100%; height: 1px; background-color: #adb5bd; left: 0; top: 50%; transform: translateY(-50%); z-index: -1; }
.form-group-1 { margin-bottom: 20px; }
.form-group-1 label { font-size: 14px; margin-bottom: 5px; }
.form-group-1 .form-control { background-color: #fff; height: 40px; border: 0; border-radius: 20px; font-weight: 400; font-size: 16px; line-height: 150%; letter-spacing: 0.01em; color: #000000 !important; padding: 10px 45px 10px 15px; box-shadow: 0 0 0 1px #adb5bd; }
.form-group-1 .form-control::placeholder { font-size: 12px; }
.eye-icon-box { width: 20px; height: 20px; cursor: pointer; position: absolute; right: 16px; top: 50%; transform: translateY(-50%); z-index: 9; display: flex; align-items: center; justify-content: center; }
.contact-list-item { display: flex; justify-content: center; width: calc(100% + 24px); display: flex; flex-wrap: wrap; }
.contact-item { width: 33.33%; padding: 12px; }
.contact-icon-box { display: flex; flex-flow: column; height: 100%; border-radius: 5px; padding: 20px; box-shadow: 0px 2px 16px 0px rgba(146, 184, 255, 0.3); text-align: center; }
.contact-icon-img { height: 40px; width: 40px; background: #013968; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; margin: 0 auto; margin-bottom: 10px; }
.contact-inner-box-content h6 { font-size: 16px; font-weight: 500; margin-bottom: 3px; }
.contact-inner-box-content a { font-size: 14px; }
.contact-icon-box:hover { background: #013968; transition: all .3s ease-in; }
.contact-icon-box:hover .contact-icon-img { color: red; background: #fff; }
.contact-icon-box:hover .contact-inner-box-content { color: #fff; }
.contact-icon-box:hover .contact-inner-box-content a { color: #fff; }
.contact-icon-box:hover .contact-inner-box-content p { color: #fff; }

.form-bg {background: #423b36;padding: 30px;color: #fff;text-align: center;border-radius: 0;}
.form-bg h6 {margin-bottom: 6px;font-size: 20px;font-weight: 500;}
.world-map { position: absolute; top: 0; left: 0; width: 47%; height: 100%; }
.map-bg { position: relative; background: #ffecea; min-height: 450px; display: flex; align-items: center; flex-wrap: wrap;}
.world-map iframe { width: 100%; height: 100%; }
/*=========================================*/

/*=========================================*/
.practice-list li + li { margin-top: 10px; }
.practice-list { margin-bottom: 20px; }
.practice-item { background: #013968; padding: 6px 14px; color: #ffff; font-size: 14px; }
.service-contact-list { background: #ffffff; padding: 15px; border-radius: 5px; border: 1px solid #013968; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }
.service-contact-item h5 { font-size: 16px; margin-bottom: 5px; font-weight: 500; color: #013968; }
.service-contact-list li { padding-left: 50px; position: relative; }
.contact-icon { position: absolute; top: 0; left: 0; width: 40px; height: 40px; background: #013968; display: flex; align-items: center; justify-content: center; border-radius: 50%; color: #fff; }
.service-contact-list li + li { margin-top: 40px; }
.service-contact-item p { color: #013968; }
/*=========================================*/

/* ================= Footer Start ================= */
#footer { background: #4f4640; padding: 40px 0; position: relative; }
#footer::before { position: absolute; content: ''; width: 35%; height: 100%; background: #000000; top: 0; left: 0; }
.footer-main-heading h4 { font-size: 15px; font-weight: 500; color: #fff; margin-bottom: 18px; position: relative; display: inline-block; padding-right: 50px; }
.footer-main-heading h4::before { position: absolute; content: ''; width: 40px; height: 2px; background: #fff; right: 0; top: 50%; transform: translateY(-50%); }
.form-group .form-control { margin-bottom: 18px; border-radius: 0; background: #e6e6e6; border: 1px solid #555555; box-shadow: none !important; color: #000; }
.footer-logo-about { display: flex; align-items: center; margin-bottom: 25px; border-bottom: 1px solid #8888885c; padding-bottom: 25px; }
.footer-logo { width: 150px; }
.about-footer { width: calc(100% - 150px); margin-left: 20px; color: #fff; }
.footer-logo img { width: 100%; max-width: 120px; filter: brightness(0) invert(1);}
.about-footer p { color: rgba(255, 255, 255, 0.70); font-size: 14px; line-height: 22px; }
.footer-link li + li { margin-top: 8px; }
.footer-link li { color: rgba(255, 255, 255, 0.70); font-size: 14px; position: relative; padding-left: 15px; }
.footer-link li::before { position: absolute; content: ''; width: 6px; height: 6px; border: 1px solid #fff; transform: rotate(45deg) translateY(-50%); border-bottom: 0; border-left: 0; left: 0; top: 46%; }
.footer-link-contact li { display: flex; font-size: 14px; color: rgba(255, 255, 255, 0.70); }
.footer-link-contact li + li { margin-top: 8px; }
.footer-link-contact li span { margin-right: 10px; }
.footer-link li a:hover {
    color: #fff;
}
.copyright {
    text-align: right;
    display: none ! IMPORTANT;
}
/* ================= Footer End ================= */

.internship-text-wrapper { margin-bottom: 40px; }
.internship-text-wrapper h1 { font-size: 30px; margin-bottom: 12px; color: #013968; }
.internship-text-wrapper h2 { font-size: 27px; margin-bottom: 12px; color: #013968; }
.internship-text-wrapper h3 { font-size: 20px; margin-bottom: 12px; color: #013968; }
.internship-text-wrapper h4 { font-size: 22px; margin-bottom: 12px; color: #013968; }
.internship-text-wrapper h5 { font-size: 18px; margin-bottom: 12px; color: #013968; }
.internship-text-wrapper h6 { font-size: 26px; margin-bottom: 12px; color: #013968; }
.internship-text-wrapper p + p { margin-top: 6px; }
.internship-text-wrapper p { margin: 0; }
.intership-img { width: 100%; padding-bottom: 94%; position: relative; }
.intership-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 7px;
    background: #ffffff;
    position: absolute;
    top: 0;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    left: 0;
}
.add-bg {
    background: #e2e2e2;
    padding: 28px 20px;
    border-radius: 3px;
}

.add-bg .internship-text-wrapper p {
    color: black;
}
.internship-form-box { margin-top: 60px; padding: 50px; background: #f5f5f5; border-radius: 8px; }
.about-uae-advo {
    /*border-bottom: 1px solid #bcbcbc;*/
}

/* ================= Content Start ================= */
.content-container { padding: 60px 0; }

/* ================= Content End ================= */

/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) {

	/*	body { padding-top: 80px; }*/
	.mr-inner { flex-flow: column; }
	.member-logo { position: relative; margin: 0 auto 30px; top: auto; left: auto; }
	.navbar { padding: 0 15px; width: 100%; height: 80px; }
	.navbar-toggler { width: 54px; height: 40px; height: 60px; cursor: pointer; text-decoration: none; padding: 0; border: 0; background: transparent; margin: 0; position: absolute; left: 0; box-shadow: none !important; 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: #ff7302; position: absolute; left: 0; transition: all .2s ease-out; }
	.navbar-toggler.collapsed .navbar-toggler-icon { background: #ff7302 !important; }
	.navbar-toggler.collapsed .navbar-toggler-icon:before, .navbar-toggler.collapsed .navbar-toggler-icon:after { background: #ff7302; }
	.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; right: -100%; background: #fff; padding: 0; z-index: 99; margin: 0; border: 0; overflow-y: auto; bottom: 0; width: 100%; height: 100% !important; 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 #ff7302; }
	.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: #ff7302; 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: #ff7302; background: transparent; }
	.content-container { padding: 50px 0; }
	.navbar-brand { margin-left: 30px; margin-top: 7px; width: 100px; }
	.login-drop-dwn .user-icon { display: block; }
}


/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) {
	.top-bar { display: none; }
	.fixed #header { top: 0; }
	.attroneys-item { width: 33.33%; }
	.blog-item { width: 33.33%; }
	#footer::before { width: 100%; }
	.navbar-expand-xl .navbar-nav .nav-link.active { border: 0; }
}

/* =================================================  
 ! Small devices (landscape phones, less than 768px)
 ================================================= */
@media (max-width:767.98px) {

	/*	body { padding-top: 60px; }*/
	.hero-slide { min-height: 350px; height: 60vh; }
	.navbar { height: 60px; }
	.navbar-collapse, .navbar-collapse.collapsing { top: 60px; }
	.navbar .collapse.show { height: calc(100vh - 60px); right: 0; }
	.navbar-inside { height: calc(100vh - 60px); }
	.content-container { padding: 40px 0; }
	.hero-slide-content h1, .hero-slide-content h2 { font-size: 32px; line-height: 40px; }
	.hero-slide-content h6 { font-size: 18px; line-height: 25px; margin-bottom: 5px; }
	.hero-slide-content { text-align: center; }
	.top-service-item { width: 33.33%; }
	.about-img { padding-bottom: 12px; }
	.main-heading h2 { font-size: 17px; }
	.main-heading h5 { font-size: 17px; }
	.main-heading { margin-bottom: 15px; }
	.service-tab-left .nav { flex-direction: row !important; width: calc(100% + 50px); margin-left: -25px; padding: 0 20px; flex-wrap: nowrap; overflow-y: hidden; overflow-x: auto; }
	.service-tab-left .nav-link { font-size: 14px; line-height: 17px; white-space: nowrap; min-height: 44px; display: flex; flex-flow: column; border: 1px solid #c3c3c3; justify-content: center; margin-right: 10px; }
	.service-tab-left .nav-pills .nav-link { padding: 10px; }
	.service-tab-right .tab-content { margin-top: 10px; }
	.service-img { width: 100%; margin-top: 10px; }
	.service-img img { width: 100%; height: 100%; object-fit: cover; }
	.why-choose-item { width: 50%; }
	.attroneys-item { width: 50%; }
	.main-heading-bg h2 { font-size: 22px; line-height: 30px; padding-bottom: 15px; margin-bottom: 15px; }
	.blog-item { width: 50%; }
	.footer-logo-about { flex-wrap: wrap; margin-bottom: 0px; }
	.footer-logo { margin: 0 auto; }
	.about-footer { width: 100%; color: #fff; z-index: 999; text-align: center; }
	.footer-main-heading { text-align: center; }
	.footer-link li { text-align: center; }
	.footer-link li::before { }
	.footer-link li::before { display: none; }
	.footer-main-heading h4 { margin-bottom: 10px; }
	.footer-link { margin-bottom: 10px; }
	.footer-btn { text-align: center; }
	.footer-link-contact { position: relative; }
	.footer-link-contact li { text-align: center; align-items: center; justify-content: center; }
	.main-heading-bg h2 span { display: block; font-size: 16px; line-height: 24px; margin: 5px 0px; }

	.menu_icon_box { display: block; }
	.mob-nav-bar {
    display: block;
    position: absolute;
    background: #fff;
    z-index: 9;
    transition: left .5s ease-in;
}
.navbar-brand {
    width: 70px;
    margin-top: 0;
}
.world-map {
    position: static;
    width: 100%;
    bottom: 0;
}


.form-bg {
    margin-bottom: 20px;
}
.contact-item {
    width: 50%;
}
.profile-image {
    width: 100%;
}

.profile-details {
    padding: 0;
    width: 100%;
    margin-top: 20px;
}
.attroneys-box {
    overflow: hidden;
    height: 570px !important;
}
}

/* ======================================================
 ! Extra small devices (portrait phones, less than 576px)
 ====================================================== */
@media (max-width:575.98px) {
	.top-service-item { width: 100%; }
	.why-choose-item { width: 100%; }
	.attroneys-item { width: 100%; }
	.blog-item { width: 100%; }
	.hero-slide-content h1, .hero-slide-content h2 { font-size: 24px; line-height: 32px; }
	.hero-slide-content h6 { font-size: 16px; line-height: 24px; margin-bottom: 5px; }
	.contact-item {
    width: 100%;
}
}
.read-more-toggle {
  color: #013968;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
}
.read-more-toggle:hover {
  text-decoration: underline;
}
