/*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; }

/* =================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) .sub-arrow {
    display: inline-block;
    margin-left: 8px;
    vertical-align: 3px;
    width: 6px;
    border: 2px solid rgba(254, 95, 29, 1);
    height: 6px;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg);
}
.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================= */
.swiper { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; list-style: none; padding: 0; z-index: 1 }
.swiper-vertical>.swiper-wrapper { flex-direction: column }
.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: flex; transition-property: transform; box-sizing: content-box }
.swiper-android .swiper-slide, .swiper-wrapper { transform: translate3d(0px, 0, 0) }
.swiper-pointer-events { touch-action: pan-y }
.swiper-pointer-events.swiper-vertical { touch-action: pan-x }
.swiper-slide { flex-shrink: 0; width: 100%; height: 100%; position: relative; transition-property: transform }
.swiper-slide-invisible-blank { visibility: hidden }
.swiper-autoheight, .swiper-autoheight .swiper-slide { height: auto }
.swiper-autoheight .swiper-wrapper { align-items: flex-start; transition-property: transform, height }
.swiper-backface-hidden .swiper-slide { transform: translateZ(0); -webkit-backface-visibility: hidden; backface-visibility: hidden }
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper { perspective: 1200px }
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper { transform-style: preserve-3d }
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top { position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; z-index: 10 }
.swiper-3d .swiper-slide-shadow { background: rgba(0, 0, 0, .15) }
.swiper-3d .swiper-slide-shadow-left { background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)) }
.swiper-3d .swiper-slide-shadow-right { background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)) }
.swiper-3d .swiper-slide-shadow-top { background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)) }
.swiper-3d .swiper-slide-shadow-bottom { background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)) }
.swiper-css-mode>.swiper-wrapper { overflow: auto; scrollbar-width: none; -ms-overflow-style: none }
.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar { display: none }
.swiper-css-mode>.swiper-wrapper>.swiper-slide { scroll-snap-align: start start }
.swiper-horizontal.swiper-css-mode>.swiper-wrapper { scroll-snap-type: x mandatory }
.swiper-vertical.swiper-css-mode>.swiper-wrapper { scroll-snap-type: y mandatory }
.swiper-centered>.swiper-wrapper::before { content: ''; flex-shrink: 0; order: 9999 }
.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child { margin-inline-start: var(--swiper-centered-offset-before) }
.swiper-centered.swiper-horizontal>.swiper-wrapper::before { height: 100%; min-height: 1px; width: var(--swiper-centered-offset-after) }
.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child { margin-block-start: var(--swiper-centered-offset-before) }
.swiper-centered.swiper-vertical>.swiper-wrapper::before { width: 100%; min-width: 1px; height: var(--swiper-centered-offset-after) }
.swiper-centered>.swiper-wrapper>.swiper-slide { scroll-snap-align: center center }
.swiper-virtual .swiper-slide { -webkit-backface-visibility: hidden; transform: translateZ(0) }
.swiper-virtual.swiper-css-mode .swiper-wrapper::after { content: ''; position: absolute; left: 0; top: 0; pointer-events: none }
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after { height: 1px; width: var(--swiper-virtual-size) }
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after { width: 1px; height: var(--swiper-virtual-size) }
:root { --swiper-navigation-size: 44px }
.swiper-button-next, .swiper-button-prev { position: absolute; top: 50%; transition: all .3s ease-in; width: 44px; height: 44px; margin-top: calc(0px - (var(--swiper-navigation-size)/ 2)); z-index: 10; cursor: pointer; display: flex; align-items: center; justify-content: center; color: var(--swiper-navigation-color, var(--swiper-theme-color)); border-radius: 50%; box-shadow: 0px 3px 6px rgba(0, 0, 0, .16); }

/*.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: #e16a00;
}
*/
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled { opacity: .5; cursor: no-drop; pointer-events: none }
.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden { opacity: 0; cursor: auto; pointer-events: none }
.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev { display: none !important }
.swiper-button-next:after, .swiper-button-prev:after { content: ''; width: 44px; height: 44px; background-image: url(../images/right-arrow.svg); position: absolute; background-size: 18px; background-repeat: no-repeat; background-position: center; }
.swiper-button-prev, .swiper-rtl .swiper-button-next { left: 10px; right: auto }
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after { transform: rotate(180deg); }
.arrow-mustard .swiper-button-next, .arrow-mustard .swiper-button-prev { background-color: var(--light-mustard); }
.arrow-mustard .swiper-button-next:after, .arrow-mustard .swiper-button-prev:after { filter: brightness(0) invert(1); }
.swiper-button-next, .swiper-rtl .swiper-button-prev { right: 10px; left: auto }
.swiper-button-lock { display: none }
.swiper-pagination { position: absolute; text-align: center; transition: .3s opacity; transform: translate3d(0, 0, 0); z-index: 10 }
.swiper-pagination.swiper-pagination-hidden { opacity: 0 }
.swiper-pagination-disabled>.swiper-pagination, .swiper-pagination.swiper-pagination-disabled { display: none !important }
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction { left: 30px; bottom: 30px; }
.swiper-pagination-bullets-dynamic { overflow: hidden; font-size: 0 }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { position: relative }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active { }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main { }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev { }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev { transform: scale(.33) }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next { }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next { }
.swiper-pagination-bullet { width: 12px; height: 3px; display: inline-block; border-radius: 0; background: rgba(217, 217, 217, 0.5); border-radius: 3px; }
button.swiper-pagination-bullet { border: none; margin: 0; padding: 0; box-shadow: none; -webkit-appearance: none; appearance: none }
.swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer }
.swiper-pagination-bullet:only-child { display: none !important }
.swiper-pagination-bullet-active { background: rgba(217, 217, 217, 1); }
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets { right: 10px; top: 50%; transform: translate3d(0px, -50%, 0) }
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet { margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0; display: block }
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic { top: 50%; transform: translateY(-50%); width: 8px }
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { display: inline-block; transition: .2s transform, .2s top }
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px) }
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {    /* left: 50%; */

    /* transform: translateX(-50%); */

/* white-space: nowrap; */ }
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transition: .2s transform, .2s left }
.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transition: .2s transform, .2s right }
.swiper-pagination-progressbar { background: #241400; position: relative; max-width: 500px; margin: 0 auto; border-radius: 2px; }
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background: var(--swiper-pagination-color, var(--swiper-theme-color)); position: absolute; left: 0; top: -2px; width: 100%; height: 9px; transform: scale(0); transform-origin: left top; background-color: #e16a00; border-radius: 8px; }
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { transform-origin: right top }
.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite { width: 100%; height: 5px; left: 0; margin-top: 30px; }
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical>.swiper-pagination-progressbar { width: 4px; height: 100%; left: 0; top: 0 }
.swiper-pagination-lock { display: none }
.swiper-scrollbar { border-radius: 10px; position: relative; -ms-touch-action: none; background: rgba(0, 0, 0, .1) }
.swiper-scrollbar-disabled>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled { display: none !important }
.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal { position: absolute; left: 1%; bottom: 3px; z-index: 50; height: 5px; width: 98% }
.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical>.swiper-scrollbar { position: absolute; right: 3px; top: 1%; z-index: 50; width: 5px; height: 98% }
.swiper-scrollbar-drag { height: 100%; width: 100%; position: relative; background: rgba(0, 0, 0, .5); border-radius: 10px; left: 0; top: 0 }
.swiper-scrollbar-cursor-drag { cursor: move }
.swiper-scrollbar-lock { display: none }
.swiper-zoom-container { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center }
.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg { max-width: 100%; max-height: 100%; object-fit: contain }
.swiper-slide-zoomed { cursor: move }
.swiper-lazy-preloader { width: 42px; height: 42px; position: absolute; left: 50%; top: 50%; margin-left: -21px; margin-top: -21px; z-index: 10; transform-origin: 50%; box-sizing: border-box; border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color)); border-radius: 50%; border-top-color: transparent }
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader { animation: swiper-preloader-spin 1s infinite linear }
.swiper-lazy-preloader-white { --swiper-preloader-color: #fff }
.swiper-lazy-preloader-black { --swiper-preloader-color: #000 }
@keyframes swiper-preloader-spin {
    0% { transform: rotate(0deg) }
    100% { transform: rotate(360deg) }
}
.swiper .swiper-notification { position: absolute; left: 0; top: 0; pointer-events: none; opacity: 0; z-index: -1000 }
.swiper-free-mode>.swiper-wrapper { transition-timing-function: ease-out; margin: 0 auto }
.swiper-grid>.swiper-wrapper { flex-wrap: wrap }
.swiper-grid-column>.swiper-wrapper { flex-wrap: wrap; flex-direction: column }
.swiper-fade.swiper-free-mode .swiper-slide { transition-timing-function: ease-out }
.swiper-fade .swiper-slide { pointer-events: none; transition-property: opacity }
.swiper-fade .swiper-slide .swiper-slide { pointer-events: none }
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active { pointer-events: auto }
.swiper-cube { overflow: visible }
.swiper-cube .swiper-slide { pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1; visibility: hidden; transform-origin: 0 0; width: 100%; height: 100% }
.swiper-cube .swiper-slide .swiper-slide { pointer-events: none }
.swiper-cube.swiper-rtl .swiper-slide { transform-origin: 100% 0 }
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active { pointer-events: auto }
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next+.swiper-slide, .swiper-cube .swiper-slide-prev { pointer-events: auto; visibility: visible }
.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top { z-index: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden }
.swiper-cube .swiper-cube-shadow { position: absolute; left: 0; bottom: 0px; width: 100%; height: 100%; opacity: .6; z-index: 0 }
.swiper-cube .swiper-cube-shadow:before { content: ''; background: #000; position: absolute; left: 0; top: 0; bottom: 0; right: 0; filter: blur(50px) }
.swiper-flip { overflow: visible }
.swiper-flip .swiper-slide { pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1 }
.swiper-flip .swiper-slide .swiper-slide { pointer-events: none }
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active { pointer-events: auto }
.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top { z-index: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden }
.swiper-creative .swiper-slide { -webkit-backface-visibility: hidden; backface-visibility: hidden; overflow: hidden; transition-property: transform, opacity, height }
.swiper-cards { overflow: visible }
.swiper-cards .swiper-slide { transform-origin: center bottom; -webkit-backface-visibility: hidden; backface-visibility: hidden; overflow: hidden }
.arrow-inside .swiper-button-next, .arrow-inside .swiper-rtl .swiper-button-prev { right: 0; }
.arrow-inside .swiper-button-prev, .arrow-inside .swiper-rtl .swiper-button-next { right: auto; left: 0; }
.arrow-white .swiper-button-next, .arrow-white .swiper-button-prev { background-color: #fff; }
.arrow-white .swiper-button-next:after, .arrow-white .swiper-button-prev:after { filter: brightness(0) invert(0); background-image: url(../images/arrow-right.svg); }
.top-news-slider { animation: line-slide 60s forwards infinite linear; }
.top-news-slider .swiper-slide { width: auto; }
.top-news-slider .swiper-wrapper { -webkit-transition-timing-function: linear !important; transition-timing-function: linear !important; position: relative; }

/* ================= Swiper css end here=================  */

/* =================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 { overflow-x: hidden; font-size: 16px; line-height: 24px; font-weight: 400; font-family: 'Roboto', sans-serif; color: #000; background: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body::before { position: absolute; content: ''; width: 334px; height: 334px; background: rgba(1, 119, 251, 0.7); top: -167px; right: -167px; border-radius: 50%; filter: blur(200px); }
.container { width: 100%; max-width: 1240px; }
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: rgba(254, 95, 29, 1); 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.5; font-weight: 700; color: inherit; }
h1 {  font-size: 1.4rem !important; }
h2 {font-size: 1.2rem !important; }
h3 {  font-size: 1.1rem !important; }
h4 { font-size: 26px; }
h5 { font-size: 22px; }
h6 { font-size: 18px; }

p { margin: 0; padding: 0; margin-bottom: 10px; font-size: 1rem !important;
    font-weight: 400; }
.container p{color: rgb(67, 65, 65) ;}
strong { font-weight: 700; }
b { font-weight: 400; }
p:last-child { margin-bottom: 0; }
p { font-size: 20px; line-height: 40px; color: rgba(0, 0, 0, 1); }
.btn { border-radius: 5px; font-weight: 700; padding: 9px 15px; min-width: 200px; font-size: 14px; line-height: 22px; 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: rgba(254, 95, 29, 1); border: solid 1px rgba(254, 95, 29, 1); }
.btn-default:hover, .btn-default:active { color: rgba(254, 95, 29, 1); background-color: transparent; border-color: rgba(254, 95, 29, 1); }
.btn-primary, .btn-primary:focus { color: #fff; background-color: rgba(0, 38, 74, 1); border: solid 1px rgba(0, 38, 74, 1); }
.btn-primary:hover, .btn-primary:active { color: #fff; background-color: rgb(0 46 89); border-color: rgb(0 46 89); }
.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%; }
.light-bg { background: rgba(0, 171, 219, 0.1); }
.dark-bg { background: rgba(3, 16, 37, 1); padding: 60px 0px ! IMPORTANT; overflow: hidden; position: relative; }
.dark-bg::before, .dark-bg::after { position: absolute; content: ''; width: 600px; height: 300px; background: rgba(255, 0, 230, 0.15); filter: blur(100px); top: -50px; }
.dark-bg::before { left: -250px; }
.dark-bg::after { right: -250px; }

/* =================core css ends here================= */
@keyframes pulse {
    0%, 100% { transform: scale(1); box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); }
    50% { transform: scale(1.05); box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2); }
}

/* ================= Header Start ================= */
#header { color: #333; left: 0; top: 0; right: 0; padding: 0; z-index: 9999; transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; display: flex; align-items: center; }
.fixed #header { background: #fff; box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1); }
.fixed #header .navbar-brand { width: 90px; }
.fixed #header .navbar-expand-xl .navbar-collapse { border: 0; }
.navbar { padding: 0; width: 100%; height: 116px; }
.header-search-bar { position: absolute; right: 0; top: 12px; }
.header-search-bar .form-control { height: 40px; border-radius: 20px; padding-left: 40px; box-shadow: none !IMPORTANT; background: #fff; border: 0; }
.header-serch-icon { position: absolute; top: 50%; left: 16px; transform: translateY(-50%); }
.header-search-bar2 { display: none; }
.header-search-bar2 { display: none; position: absolute; right: 60px; }
.navbar-brand { width: 120px; padding: 0; margin: 0; position: relative; z-index: 999; margin-right: 8px; }
.navbar-expand-xl .navbar-nav .nav-item { margin: 0 12.5px; }
.navbar-expand-xl .navbar-nav .nav-link { font-size: 13px; line-height: 16px; font-weight: 700; color: rgba(4, 4, 4, 1); padding: 0; margin: 0; padding: 11px 0px; position: relative; }
.navbar-expand-xl .navbar-nav .nav-item:hover .nav-link, .navbar-expand-xl .navbar-nav .nav-item.active .nav-link { color: rgba(254, 95, 29, 1); }
.dropdown-toggle::after { display: none; }
.nav-link-icon { 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; }
.navbar-expand-xl .navbar-nav .nav-link::before { position: absolute; content: ''; width: 0; height: 3px; background: rgba(254, 95, 29, 1); bottom: 0; border-radius: 9px; left: 50%; transform: translateX(-50%); transition: all .3s ease-in; }
.navbar-expand-xl .navbar-nav .nav-link.active { color: rgba(254, 95, 29, 1); }
.navbar-expand-xl .navbar-nav .nav-link.active::before { width: 100% }
.navbar-expand-xl .navbar-nav .nav-link:hover:before { width: 100%; }
.dhyeyaudaan-logo { position: absolute; right: 0; top: 10px; max-width: 92px; width: 100%; }
.navbar-expand-xl .navbar-nav .nav-item:last-child { margin-right: 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: rgba(254, 95, 29, 1); min-width: 140px; 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: rgba(254, 95, 29, 1); padding: 5px 15px; font-weight: 500; font-size: 14px; line-height: 18px; }
    .dropdown-item:focus, .dropdown-item:hover { color: #333; background: transparent; }
    .navbar-expand-xl .navbar-collapse { display: flex !important; flex-basis: auto; }
}
.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; box-shadow: none !IMPORTANT; !I; !; }
.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); }
.btn-white { border-radius: 0; background: #ffffff; border: 0; }
.btn-white:hover { background: #fff; }
.sbp-close { position: absolute; border: 0; background: no-repeat; width: 20px; right: 20px; }
.searh-box-popup .form-control { height: 46px; border-radius: 4px; padding-left: 55px; box-shadow: none !important; }
.searh-box-popup { display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-flow: column; flex-flow: column; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; background: rgba(244, 245, 249, 1); min-height: 80px; position: fixed; width: 100%; left: 0; padding: 10px 50px 10px 20px; z-index: 99999; top: -100%; opacity: 0; visibility: hidden; -webkit-transition: .6s ease-in; transition: .6s ease-in; }
.searh-box-popup .sbp-content { position: relative; }
.searh-box-popup .sbp-content .sbp-close { position: absolute; top: -100px; right: -160px; background: transparent; border: none; width: 30px; padding: 0; opacity: .8; }
.header-search-bar2 { border: 0; background: none; }
.header-serch-icon-inner { position: absolute; left: 20px; width: 50px; height: 44px; background: rgba(254, 95, 29, 1) !important; top: 18px; display: flex; align-items: center; justify-content: center; border-radius: 4px 0px 0px 4px; }
.header-serch-icon-inner img { filter: brightness(0) invert(1); }
.searh_box_open::before { opacity: 1; visibility: visible; }
.searh_box_open .searh-box-popup { opacity: 1; visibility: visible; top: 0; }
.searh_box_open .searh-box-popup .sbp-label, .searh_box_open .searh-box-popup .sbp-form-group { opacity: 1; visibility: visible; -ms-transform: translateY(0); -webkit-transform: translateY(0); transform: translateY(0); }

/*===================================*/
.top-new-marquee { background: rgba(253, 178, 95, 1); padding: 12px; height: 44px; }
.top-new-marquee marquee span + span { margin-right: 10px; }
.top-new-marquee span img { margin-right: 10px; }
.top-new-marquee span { font-size: 14px; white-space: nowrap; line-height: 22px; color: rgba(0, 0, 0, 1); font-weight: 400; display: flex; }
.top-news-item span img { width: 16px; }
.top-news-item + .top-news-item { margin-left: 10px; }

/*===================================*/

/*===================================*/
.news-grid-img { position: relative; padding-bottom: 100%; }
.news-grid-img img { position: absolute; width: 100%; height: 100%; object-fit: cover; transition: all .6s ease-in; }
.news-grid-thumb { display: block; position: relative; overflow: hidden; }
.news-grid-content { position: absolute; width: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); padding: 20px; height: 60%; display: flex; flex-flow: column; justify-content: end; bottom: 0; }
.news-grid-content p { font-size: 18px;
    color: rgba(255, 255, 255, 1);
    line-height: 24px;
    font-weight: 400;
    max-width: 290px; }
.news-grid-date { font-size: 12px; line-height: 12px; color: rgba(236, 236, 236, 1); margin-bottom: 10px; max-width: 94px; border-radius: 0px 16px 16px 0px; background: rgba(254, 95, 29, 1); padding: 6px 13px; }
.news-grid-thumb:hover .news-grid-img img { transform: scale(1.05); }

/*======================*/

/*================*/
.new-wrapper { display: flex; flex-wrap: wrap; }
.news-left { width: calc(100% - 366px); padding-right: 24px; }
.new-right { width: 366px; overflow-y: auto; max-height: 520px; }
.news-left-img { width: 100%; position: relative; padding-bottom: 63%; }
.news-left-img img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.hero-container .news-left-content h3 { font-size: 50px; line-height: 70px; font-weight: 400; margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.news-left-content { position: absolute; bottom: 0; z-index: 99; width: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 2.51%, rgba(0, 0, 0, 0.9) 100%); height: 240px; display: flex; flex-flow: column; justify-content: end; padding: 20px 120px 20px 40px; }
.new-left-thumb { display: block; position: relative; }
.news-left-date { font-size: 12px; line-height: 12px; color: rgba(236, 236, 236, 1); background: rgba(254, 95, 29, 1); padding: 6px 13px; max-width: 100px; border-radius: 0px 16px 16px 0px; margin-bottom: 10px; }
.news-left-content h3 { font-size: 30px; line-height: 40px; color: rgba(255, 255, 255, 1); font-weight: 400; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.news-scroll-item + .news-scroll-item { margin-top: 20px; padding-top: 20px; border-top: 1px solid rgba(226, 226, 226, 1); }
.news-scroll-thumb { display: flex; }
.news-scroll-img { width: 189px; height: 120px; overflow: hidden; }
.news-scroll-content { width: calc(100% - 189px); padding-left: 12px; }
.news-scroll-content span { font-size: 12px; line-height: 12px; color: rgba(0, 0, 0, 1); font-weight: 500; background: rgba(232, 232, 232, 1); border-radius: 3px; padding: 6px 13px; display: inline-block; margin-bottom: 10px; }
.news-scroll-content h5 { font-size: 14px; line-height: 21px; color: rgba(0, 0, 0, 1); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; font-weight: 500; margin-bottom: 10px; }
.new-scroll-date { font-size: 12px; line-height: 12px; color: rgba(0, 0, 0, 1); font-weight: 300; }
.news-scroll-img img { width: 100%; height: 100%; object-fit: cover; transition: all .3s ease-in; filter: brightness(0.8); }
.news-scroll-list { height: 100%; }
.news-scroll-thumb:hover .news-scroll-img img { transform: scale(1.05); filter: brightness(0.8); }
.scroll-thumb::-webkit-scrollbar { width: 0px; height: 0px; }
.news-tab .nav { border: 0; border-bottom: 1px solid rgba(226, 226, 226, 1); margin-bottom: 10px; }
.news-tab .nav-link.active { border-color: rgba(226, 226, 226, 1) !IMPORTANT; border-top: 0; border-left: 0; border-right: 0; color: rgba(254, 95, 29, 1) !IMPORTANT; }
.news-tab .nav-link { font-size: 14px; font-weight: 400; color: rgba(0, 0, 0, 1) !IMPORTANT; position: relative; padding: 6px 0px; }
.news-tab .nav-link::before { position: absolute; width: 30px; height: 3px; background: rgba(254, 95, 29, 1); content: ''; bottom: 0; border-radius: 3px; left: 0; transition: all .3s ease-in; width: 0; }
.news-tab .nav-link + .nav-link { margin-left: 30px; }
.news-tab .nav-link.active::before { width: 30px; }
.news-tab .nav-link:hover:before { width: 30px; }
.hero-container .news-left-content { padding: 46px 138px 54px 30px; }
.hero-container .news-left-content { height: auto; }

/*================*/

/*==================================*/
.heading { margin-bottom: 20px; border-bottom: 2px solid rgba(226, 226, 226, 1); padding-right: 150px; position: relative; }
.heading-right-cta { position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
.heading h4 { margin: 0; }
.heading h4 { font-size: 24px; line-height: 40px; color: rgba(0, 0, 0, 1); font-weight: 500; }
.dark-bg .heading h4 { color: #fff; font-weight: 600; }
.dark-bg .heading { border: 0; padding-right: 0; }
.read-more-cta { display: inline-block; font-weight: 700; color: rgba(254, 95, 29, 1); font-size: 14px; line-height: 26px; }
.new-card-list, .new-grid-list { display: flex; flex-wrap: wrap; width: calc(100% + 20px); margin-left: -10px; margin-bottom: -20px; }
.news-card-item { width: 25%; padding: 0px 10px; margin-bottom: 20px; }
.news-card-thumb { display: block; height: 100%; padding: 10px 10px 20px 10px; border: 1px solid rgba(226, 226, 226, 1); }
.news-card-img img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: all .6s ease-in; }
.news-card-img { position: relative; overflow: hidden; transition: all .6s ease-in; margin-bottom: 10px; display: block; padding-bottom: 70%; }
.news-card-thumb:hover .news-card-img img { transform: scale(1.05); filter: brightness(.8); }
.news-card-thumb p { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; max-width: 210px; font-size: 14px; line-height: 22px; color: rgba(0, 0, 0, 1); margin-bottom: 12px; }
.news-date { font-size: 12px; line-height: 12px; font-weight: 300; color: rgba(0, 0, 0, 1); }
.type-2 .news-card-item { width: 50%; }
.type-2 .news-card-thumb p { max-width: 450px; }
.news-grid-item { width: 33.33%; padding: 0px 10px; margin-bottom: 20px; }
.dist-box { background: rgba(3, 16, 37, 1); color: white; display: block; padding: 18px; border-radius: 10px; text-align: center; font-size: 24px; line-height: 24px; font-weight: 500; border: 1px solid rgba(69, 84, 107, 1); position: relative; }
.dist-wrapper {    /* max-width: 1080px; */
padding: 0 60px; position: relative; }
.dist-box::before { position: absolute; content: ''; width: 20px; height: 20px; border: 2px solid rgba(255, 255, 255, 0.51); top: 0px; left: 0; border-right: 0; border-bottom: 0; border-radius: 6px 0px; }

/*============================*/

/* ================= Footer Start ================= */
#footer { background: #031025; padding: 52px 0 0px; position: relative; overflow: hidden; }
.footer-left { display: flex; flex-wrap: wrap; }
.footer-logo { width: 185px; position: relative; padding-right: 40px; }
.footer-content { width: calc(100% - 185px); padding-left: 42px; color: #fff; position: relative; }
.footer-content p { color: #fff; font-size: 14px; font-weight: 300; color: rgba(229, 229, 229, 1); }
.footer-logo img { width: 100%; }
#footer::before, #footer::after { position: absolute; width: 602px; height: 602px; filter: blur(200px); content: ''; border-radius: 50%; top: -170px; }
#footer::after { right: -235px; background: rgba(0, 51, 255, 0.4); }
#footer::before { left: -235px; background: #FF00E64D; }
.footer-logo::before { position: absolute; width: 2px; content: ''; height: 113px; right: 0; background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, rgba(3, 16, 37, 0) 100%); }
.footer-wrapper { display: flex; flex-wrap: wrap; }
.footer-left { width: 50%; padding-right: 70px; }
.footer-right { width: 50%; padding-left: 20px; display: flex; flex-wrap: wrap; }
.footer-link-left { width: 50%; }
.footer-link-right { width: 50%; }
.footer-link-left h5 { color: #fff; font-size: 14px; line-height: 24px; color: rgba(255, 255, 255, 1); font-weight: 400; margin-bottom: 6px; }
.footer-link { display: flex; flex-wrap: wrap; color: rgba(255, 255, 255, 1); }
.footer-link li { width: 50%; padding-left: 10px; position: relative; }
.footer-link li a { font-size: 14px; line-height: 24px; color: rgba(254, 95, 29, 1); }
.footer-link li::before { position: absolute; content: ''; width: 2px; height: 2px; background: rgba(254, 95, 29, 1); left: 0; top: 50%; transform: translateY(-50%); }
.footer-shocket { padding: 24px 0px; border-top: 1px solid rgba(255, 255, 255, 0.18); margin-top: 54px; }
.footer-shocket p { color: rgba(255, 255, 255, 1); font-size: 12px; line-height: 28px; font-weight: 400; }
.footer-shocket p span { font-weight: 300; }

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

/* ================= Content Start ================= */
.content-container { padding: 30px 0; }
.less-pad { padding: 20px 0px ! IMPORTANT; }

/* ================= Content End ================= */

/* ==========================================
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) {
    .navbar-brand { max-width: 92px; }
    .navbar { width: 100%; height: 92px; }
    .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; box-shadow: none !IMPORTANT; !I; !; }
    .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; border-radius: 5px; 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; border-radius: 5px; height: 3px; background: rgba(254, 95, 29, 1); position: absolute; left: 0; transition: all .2s ease-out; }
    .navbar-toggler.collapsed .navbar-toggler-icon { background: rgba(254, 95, 29, 1) !important; }
    .navbar-toggler.collapsed .navbar-toggler-icon:before, .navbar-toggler.collapsed .navbar-toggler-icon:after { background: rgba(254, 95, 29, 1); border-radius: 5px; }
    .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: 0; left: -100%; background: #fff; padding: 0; z-index: 9999; margin: 0; border: 0; overflow-y: auto; bottom: 0; width: 80%; height: 100%; display: block !important; transition: all .3s cubic-bezier(0.77, 0.2, 0.05, 1.0); }
    .navbar .collapse.show { left: 0; }
    .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 rgb(227 30 37 / 22%); }
    .navbar-expand-xl .navbar-nav .nav-link { font-size: 14px; line-height: 24px; padding: 6px 0; position: relative; color: #333; }
        .navbar-nav.sm-collapsible .sub-arrow {
        border: 0;
        margin: 0;
        width: auto;
        font-size: 23px;
        line-height: 35px;
        top: 0;
        height: 60px;
        color: rgba(254, 95, 29, 1);
        width: 10px;
    }
    .dropdown-menu { background: transparent; border: 0; padding: 0; margin: 0 0 0px 0; }
        .dropdown-item {
        padding: 7px 20px 7px 10px;
        font-weight: 500;
    }
    .dropdown-menu li + li {
    border-top: solid 1px rgb(227 30 37 / 22%);
}
    .dropdown-item:focus, .dropdown-item:hover { color: rgba(254, 95, 29, 1); background: transparent; }
    #header .nav-inside { align-items: center !IMPORTANT; }
    .dhyeyaudaan-logo { top: 50%; right: 60px; transform: translateY(-50%); }
    .navbar-expand-xl .navbar-nav .nav-link.active::before { display: none; }
    .navbar-expand-xl .navbar-nav .nav-link:hover:before { display: none; }
    .navbar-expand-xl .navbar-collapse { border: 0; }
    .header-search-bar { display: none; }
    body::before { display: none; }
    .header-search-bar2 { display: block; }
    .navbar-expand-xl .navbar-nav .nav-link { display: flex; justify-content: space-between; width: 100%; }
    .nav-link-icon { max-width: 18px; display: block; }
    .new-right { max-height: 420px; }
}

/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) {
    .navbar-brand { max-width: 70px; }
    .nav-inside { height: 70px; }
    .navbar { height: 70px; }
    .news-card-item { width: 33.33%; }
    .news-left { width: 100%; margin-bottom: 20px; padding-right: 0; }
    .new-right.scroll-thumb { width: 100%; }
    .footer-left { width: 100%; padding-right: 0; margin-bottom: 20px; }
    .footer-right { width: 100%; padding: 0; }
}

/* =================================================
 ! Small devices (landscape phones, less than 768px)
 ================================================= */
@media (max-width:767.98px) {
    .navbar { height: 60px; }
    .nav-inside { height: 60px; }
    .navbar { height: 60px; }
    .navbar-collapse, .navbar-collapse.collapsing { }
    .navbar .collapse.show { left: 0; }
    .news-card-item { width: 50%; }
    .news-grid-item { width: 50%; }
    .heading h4 { font-size: 20px; }
    .hero-container .news-left-content h3 { font-size: 40px; line-height: 54px; }
    .hero-container .news-left-content { padding: 30px 30px 40px 30px; }
    .footer-link-left { width: 100%; }
    .footer-link-left + .footer-link-left { margin-top: 20px; }
    .footer-logo { width: 120px; padding-right: 20px; }
    .footer-content { width: calc(100% - 120px); padding-left: 20px; }
}

/* ======================================================
 ! Extra small devices (portrait phones, less than 576px)
 ====================================================== */
@media (max-width:575.98px) {
    .news-card-item { width: 100% !important; }
    .news-grid-item { width: 100%; }
    .hero-container .news-left-content h3 { font-size: 33px; line-height: 44px; }
    .dist-wrapper { padding: 0 40px; }
    .swiper-button-prev, .swiper-rtl .swiper-button-next { left: 0; }
    .swiper-button-next, .swiper-rtl .swiper-button-prev { right: 0; }
}
@media (max-width:419.98px) { }

/*** Custom style **/
.news-left h1 {
    font-size: 34px;
}
.new-right h2 {
    font-size: 28px;
}
.writer_name h4 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
}
.writer_name p {
    font-size: 16px;
    color: #4a4646;
}
.breadcrumb_sec .breadcrumb {
    margin-bottom: 0;
    padding: 16px 0;
}

.breadcrumbs_inner {
    padding: 20px 0;
    background: rgba(253, 178, 95, 1);
}
.breadcrumbs_inner .breadcrumbs_text {
    text-align: center;
}
.contact_us_form {
    max-width: 540px;
    margin: 0 auto;
}


/** TIMELINE **/
.timeline {
    border-left: 3px solid rgba(253, 178, 95, 1);
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(114, 124, 245, 0.09);
    margin: 0 auto;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px;
    list-style: none;
    text-align: left;
    /*max-width: 40%;*/
}

@media (max-width: 767px) {
    .timeline {
        max-width: 98%;
        padding: 25px;
    }
}

.timeline h1 {
    font-weight: 300;
    font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 10px;
}

.timeline .event {
    border-bottom: 1px dashed #e8ebf1;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}

@media (max-width: 767px) {
    .timeline .event {
        padding-top: 30px;
    }
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -207px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
}

@media (max-width: 767px) {
    .timeline .event:before {
        left: 0px;
        text-align: left;
    }
}

.timeline .event:after {
    -webkit-box-shadow: 0 0 0 3px rgba(253, 178, 95, 1);
    box-shadow: 0 0 0 3px rgba(253, 178, 95, 1);
    left: -55.8px;
    background: #fff;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}

@media (max-width: 767px) {
    .timeline .event:after {
        left: -31.8px;
    }
}

.rtl .timeline {
    border-left: 0;
    text-align: right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 3px solid rgba(253, 178, 95, 1);
}

.rtl .timeline .event::before {
    left: 0;
    right: -170px;
}

.rtl .timeline .event::after {
    left: 0;
    right: -55.8px;
}



/** Pagination **/

.pagination{margin: 50px 0 0 0;justify-content: center;}
.page-item.active .page-link{
    z-index: 3;
    color: #fff !important  ;
    background-color: rgba(253, 178, 95, 1) !important;
    border-color: transparent !important;
    color: white;
    border-radius: 5px;
    padding: 6px 12px;
}
.page-link{
    z-index: 3;
    color: #0a0a0a !important;
    background-color: #fff;
    border: 2px solid rgba(2, 3, 52, 0.078);;
    border-radius: 5px;
    padding: 6px 12px !important;
}
.page-link:focus, .page-link:hover
{
    background-color: rgba(253, 178, 95, 1) !important;
    border-color: transparent !important;
}
.page-item:first-child .page-link{
    border-radius: 5px;
}
.page-item:last-child .page-link{
    border-radius: 5px;
}
.pagination li{
    padding: 3px;
}
.disabled .page-link{
    color: #212529 !important;
    opacity: 0.5 !important;
}
