* {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    box-sizing: border-box
}

html,
body {
    overflow-x: clip !important
}

body {
    font-family: "Roboto", sans-serif;
    margin: 1px auto 0;
    padding: 0;
    color: #0a113d;
    font-size: 16px;
    width: 100%;
    font-weight: 400;
    background-color: #fff;
    overflow-x: hidden
}

b,
strong {
    font-weight: 800
}

p {
    margin: 0 0 10px
}

p,
ul li {
    font-size: 16px;
    line-height: 28px
}

ol,
ul {
    padding-left: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #323232;
    font-weight: 700;
    font-family: "Roboto", sans-serif
}

a,
button,
input[type=submit] {
    color: #f78536;
    text-decoration: none;
    cursor: pointer;
    transition: .3s all ease-in-out
}

a:focus,
a:hover,
button:focus,
button:hover {
    text-decoration: none;
    outline: 0 !important;
    color: #f78536
}

.pointer-event-none {
    pointer-events: none
}

.row>*,
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    padding: 0 15px
}

.row {
    margin: 0 -15px
}

.pad-60 {
    padding: 80px 0
}

::-moz-selection {
    color: #fff;
    background: #f78536
}

::selection {
    color: #fff;
    background: #f78536
}

::placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder {
    color: red;
    opacity: 1;
    background-color: red
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.hindifont {
    font-family: "Hind", sans-serif
}

.btn-main {
    background-color: #f78536;
    border: 1px solid #f78536;
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    position: relative;
    min-width: 150px;
    border-radius: 5px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase
}

.btn-main:focus,
.btn-main:hover {
    color: #fff;
    background-color: #0a113d;
    border: 1px solid #0a113d
}

.btn-main.btn-white {
    background-color: #fff;
    border-color: #fff;
    color: #f78536
}

.btn-main.btn-white:hover,
.btn-main.btn-white:focus {
    background-color: #f78536;
    border-color: #f78536;
    color: #fff
}

.btn-main.btn-black {
    background-color: #323232;
    border-color: #323232;
    color: #fff;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, .2)
}

.btn-main.btn-black:hover,
.btn-main.btn-black:focus {
    background-color: #f78536;
    border-color: #f78536;
    color: #fff
}

header {
    position: relative;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    animation-duration: .5s;
    transition: .3s all ease-in-out;
    background-color: #ffbb74
}

header.menu-fix {
    border-bottom: 1px solid #eee
}

.head-tp {
    padding: 10px 0 30px;
    background-repeat: no-repeat;
    background-size: cover
}

.head-tp a,
.head-tp p {
    font-size: 14px
}

.head-tp .head-tp-l a {
    display: block;
    transition: .3s all ease-in-out
}

.head-tp .head-tp-l a h3 {
    color: #f78536
}

.head-tp .head-tp-l a:hover {
    color: #f78536
}

.head-tp .head-tp-r a {
    margin-left: 15px
}

.navigation-area {
    padding: 0px 0;
    background-color: #fff
}

.nav-item {
    margin-right: 15px
}

.nav-link {
    color: #0a113d;
    padding: 0;
    position: relative;
    padding: 8px 20px !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    position: relative;
    letter-spacing: 1px
}

.nav-link:hover {
    color: #323232
}

.nav-link.btn-main {
    padding: 10px 15px !important;
    transition: .3s all ease-in-out
}

.navbar.navbar-expand-xl {
    padding: 0
}

.nav-item.active .nav-link {
    background-color: #f78536;
    color: #fff
}

.nav-item.active .nav-link:before {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    right: 0;
    border-top: 2px solid #0a113d
}

.nav-Right .btn-main {
    padding: 5px 15px;
}

.menu__block_wrap {
    display: flex
}

.navbar.navbar-expand-lg {
    padding: 0
}

.scroll-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: .3s all ease-in-out;
    opacity: 0;
    z-index: 99;
    transform-origin: bottom center;
    transform: rotate(-90deg) scale(0) translateX(85px);
    border-radius: 5px;
    padding: 0;
    text-align: center;
    font-size: 25px;
    color: #323232;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.scroll-to-top.fade.in {
    opacity: 1;
    transform: rotate(0) scale(1) translateX(0)
}

.scroll-to-top:hover {
    animation: float-icon 1s ease-in-out;
    color: #fff;
    background-color: #f78536
}

@keyframes float-icon {
    0% {
        bottom: 30px
    }

    25% {
        bottom: 20px
    }

    50% {
        bottom: 30px
    }

    75% {
        bottom: 20px
    }

    100% {
        bottom: 30px
    }
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px
}

.open>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    height: auto
}

.dropdown-toggle::after {
    display: none
}

.dropdown-menu {
    width: 220px;
    padding: 0;
    border: none;
    background-color: #eff6fe;
    margin: 0;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .07);
    left: 0;
    right: 0;
    margin: 0 auto;
    visibility: hidden;
    transform: translateY(20px);
    display: block;
    transition: .3s all ease-in-out;
    opacity: 0
}

.dropdown-menu .dropdown-item {
    padding: 8px 12px;
    display: block;
    color: #323232;
    font-size: 14px;
    line-height: 24px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    white-space: unset
}

.dropdown-menu .dropdown-item:last-child {
    border-bottom: none
}

.dropdown-menu .dropdown-item:hover {
    background-color: #f78536;
    color: #fff
}

.dropdown-submenu {
    position: relative
}

.footer-bg {
    background-color: #0a113d;
    padding: 8px 0
}

.footer-bg a,
.footer-bg p {
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    margin: 0;
    
}

.copyright-bg {
    padding: 20px 0;
    margin: 20px 0 0;
    background-color: #f78536
}

.copyright-bg a,
.copyright-bg p {
    color: #fff;
    font-size: 14px
}

.copyright-bg .copyright-r {
    text-align: right
}

.footer-links li {
    list-style-type: none;
    margin-bottom: 7px;
    display: flex;
    align-items: baseline
}

.footer-links li i {
    margin-right: 8px;
    color: #fff
}

.footer-links li a,
.footer-links li p {
    color: #fff;
    display: flex;
    align-items: baseline
}

hr {
    opacity: .5;
    color: #fff;
    margin: 8px 0
}

.foot-address-single {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.address-foot-desc p {
    margin: 0;
    line-height: 22px;
    color: #fff;
    font-weight: 400
}

.address-foot-desc p a {
    color: #e5cc96
}

.get-social {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.get-social a {
    color: #fff;
    margin-right: 10px
}

.get-social a:hover {
    transform: scale(1.05)
}

.footer-bg .get-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #323232;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff;
    position: relative
}

.footer-bg .get-social a:hover {
    color: #fff;
    background-color: #f78536
}

.address-icon-foot {
    font-size: 24px;
    color: #e5cc96;
    margin-right: 12px
}

.foot-head {
    font-size: 18px;
    line-height: 28px;
    padding: 0 0 8px;
    margin: 0px 0 30px;
    text-transform: uppercase;
    position: relative
}

.foot-head::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: auto;
    bottom: 0;
    height: 1px;
    width: 55px
}

.headingTop {
    position: relative;
    color: #0a113d;
    font-size: 16px;
    line-height: 26px;
    padding: 0 0 10px 0px
}

.headingTop:before,
.headingTop:after {
    content: "";
    letter-spacing: 3px;
    padding: 0 5px 0 0;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400
}

.headingTop:after {
    content: " ";
    padding: 0 0 0 0px
}

.main-heading {
    font-size: 35px;
    line-height: 45px;
    margin: 0 0 30px;
    font-weight: 800;
    color: #323232;
    text-decoration: underline
}

.heading {
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 20px;
    color: #323232
}

.heading span {
    color: #323232
}

.heading.text-white i {
    color: #fff
}

.section-divider {
    margin: 0 0 80px
}

label {
    font-weight: 600;
    font-size: 16px;
    padding: 0 0 5px;
    color: #0a113d
}

.form-control,
.form-select {
    height: 45px;
    border: 1px solid #448e41 !important;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 500;
    padding: 7px 15px;
    font-family: "Hind", sans-serif
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    background-color: #fff;
    background-color: #ffc58d
}

.form-control.error,
.form-select.error {
    border: 1px solid red
}

label.error {
    padding: 0;
    margin: 0;
    color: red;
    font-size: 14px
}

.form-group {
    margin-bottom: 15px
}

textarea.form-control {
    min-height: 105px
}

.sub-heading {
    font-size: 20px;
    line-height: 32px;
    margin: 0px 0 20px;
    position: relative;
    text-decoration: underline
}

.grey-bg {
    background-color: #ffc58d
}

.pad-40 {
    padding: 40px 0
}

.pad-80 {
    padding: 80px 0
}

.check-list li {
    list-style-type: none;
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px
}

.check-list li::before {
    font-family: "Font Awesome 6 Pro";
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    color: #323232;
    font-weight: 600;
    font-size: 13px
}

@media(min-width: 1200px) {
    .navbar-expand-xl .navbar-collapse {
        display: block
    }

    .navbar-nav {
        flex-direction: row;
        align-items: center
    }

    .drp-arrow.submenu-arrow {
        transform: rotate(-90deg);
        display: inline-block;
        position: absolute;
        top: 10px;
        right: 10px;
        color: #fff
    }

    .dropdown:hover>.dropdown-menu,
    .dropdown-submenu:hover>.dropdown-menu {
        right: 0;
        opacity: 1;
        transform: translateY(0px);
        visibility: visible
    }

    .dropdown.second-level .dropdown-menu {
        right: -100%;
        left: auto;
        top: 0
    }

    .dropdown.second-level>.dropdown-item {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .offcanvas-start {
        width: 100%
    }

    .mega-menu:hover>.dropdown-menu {
        pointer-events: all
    }

    .mega-menu>.dropdown-menu {
        width: 600px;
        right: 0;
        left: auto;
        pointer-events: none
    }

    .mega-menu .dropdown-menu {
        background-color: #fff
    }

    .mega-menu .dropdown-menu .dropdown-item:hover {
        background-color: #f78536
    }

    .mega-menu .dropdown-menu.third-level {
        position: static !important;
        visibility: visible;
        opacity: 1;
        transform: none;
        margin: 0;
        width: 100%;
        box-shadow: none
    }

    .mega-menu .dropdown-menu .dropdown-item {
        background-color: rgba(0, 0, 0, 0);
        position: relative
    }

    .mega-menu .dropdown-menu .row .col-md-6:first-child .dropdown.second-level {
        border-right: 1px solid #ddd
    }

    .mega-menu .dropdown.second-level>.dropdown-item {
        color: #f78536;
        border-bottom: 1px solid #ddd
    }

    .mega-menu .dropdown.second-level>.dropdown-item:hover {
        color: #fff
    }
}

@media(max-width: 1024px) {
    .menu__block_wrap {
        display: flex;
        justify-content: end
    }

    .head-tp {
        padding: 5px 0 40px;
    }

    .mega-menu .col-md-6 {
        width: 100%
    }

    .dropdown-menu.third-level a {
        color: #fff
    }

    .dropdown.second-level.show-drop .dropdown-menu {
        max-height: 500px;
        background-color: #323232
    }

    .dropdown.second-level .drp-arrow {
        width: 38px;
        height: 29px;
        background-color: #323232;
        color: #fff
    }

    .dropdown.second-level .dropdown-toggle i {
        transform: rotate(0deg) !important
    }

    .dropdown.second-level.show-drop .dropdown-toggle i {
        transform: rotate(45deg) !important
    }

    .dropdown.second-level .dropdown-menu .dropdown-item {
        border-bottom: 1px solid #1b1b1b
    }

    .nav-link {
        padding: 12px 0 !important;
        color: #fff
    }

    .nav-link.nav-btn {
        background-color: rgba(0, 0, 0, 0);
        border: rgba(0, 0, 0, 0);
        color: #fff;
        padding: 0;
        text-align: left;
        box-shadow: none;
        padding: 10px 0 !important
    }

    .nav-item.active .nav-link {
        background-color: rgba(0, 0, 0, 0);
        font-weight: 600
    }

    .drp-arrow {
        display: block;
        position: absolute;
        top: 3px;
        right: 3px;
        width: 43px;
        height: 39px;
        background-color: #fff;
        color: #323232;
        text-align: center;
        font-size: 16px;
        z-index: 99;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .nav-open {
        position: relative;
        transition: .3s all
    }

    .dropdown-item {
        flex-basis: 100%;
        white-space: pre-line
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background-color: rgba(0, 0, 0, 0)
    }

    .dropdown-submenu .dropdown-menu {
        background-color: #c8e1fe;
        padding: 0 10px
    }

    .dropdown .drp-arrow i {
        transform: rotate(0deg);
        transition: .3s all ease-in-out;
        display: inline-block
    }

    .dropdown>.drp-arrow.show i {
        transform: rotate(45deg)
    }

    .nav-item.active .nav-link {
        color: #fff
    }

    .offcanvas-start {
        width: 280px;
        height: 100vh;
        border-right: none;
        background-color: #323232
    }

    .nav-item {
        display: block;
        width: 100%;
        padding: 0 10px;
        border-bottom: 1px solid #3f3e3e;
        margin: 0
    }

    .nav-item.dropdown.show .dropdown-menu {
        display: block;
        visibility: visible;
        opacity: 1
    }

    .nav-item:last-child {
        border: none
    }

    .navbar-nav .dropdown-menu {
        width: 100%;
        transform: none;
        padding: 0
    }

    .drpdown-img {
        display: none !important
    }

    #hamburger {
        background-color: rgba(0, 0, 0, 0);
        border: none;
        cursor: pointer;
        padding: 0
    }

    #hamburger .line {
        fill: none;
        stroke: #f78536;
        stroke-width: 6;
        transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1)
    }

    #hamburger .line1 {
        stroke-dasharray: 60 207;
        stroke-width: 6
    }

    #hamburger .line2 {
        stroke-dasharray: 60 60;
        stroke-width: 6
    }

    #hamburger .line3 {
        stroke-dasharray: 60 207;
        stroke-width: 6
    }

    #hamburger.open .line1 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6
    }

    #hamburger.open .line2 {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
        stroke-width: 6
    }

    #hamburger.open .line3 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6
    }

    .dropdown-menu {
        max-height: 0;
        overflow: hidden;
        transition: .4s ease-in-out;
        display: block;
        min-width: 10px;
        padding: 0 7px;
        border-radius: 0;
        background-color: #fff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .03) inset
    }

    .dropdown-menu.show {
        max-height: 500px;
        overflow: visible;
        visibility: visible;
        opacity: 1
    }

    .dropdown-menu .dropdown-item {
        color: #323232;
        background-color: rgba(0, 0, 0, 0);
        border-bottom: 1px solid #eee
    }

    .nav-item.dropdown.show .dropdown-toggle i {
        transform: rotate(45deg)
    }

    .dropdown-submenu.show .drp-submenu {
        max-height: 500px;
        overflow: visible;
        background-color: #dbe8fb
    }

    .dropdown-submenu.show .drp-arrow i {
        transform: rotate(45deg)
    }

    .head-links {
        text-align: center
    }

    .nav-link.btn-main {
        margin: 10px 0 0;
        display: block
    }

    .nav-link:hover {
        color: #323232;
        background-color: #fff
    }
}

@media(max-width: 990px) {
    .scroll-to-top {
        bottom: 50px
    }

    .heading {
        font-size: 24px;
        line-height: 34px
    }
}

@media(max-width: 990px) {
    .form-btn {
        text-align: center
    }
}

@media(max-width: 767px) {
    .heading {
        margin: 0 0 10px
    }

    .pad-60 {
        padding: 60px 0
    }

    .scroll-to-top {
        bottom: 20px
    }

    .section-divider {
        margin: 0 0 40px
    }

    .btn-main {
        padding: 10px 20px 10px
    }
}

@media(max-width: 320px) {
    .offcanvas-start {
        width: 250px
    }
}