@import url(font-awesome.min.css);
@font-face {
    font-family: "MyWebFont";
    src: url(../img/new_icons/kohinoor.TTF);
    font-weight: normal;
}
body {
    font-family: "MyWebFont", sans-serif;
}
.d-block {
    display: block !important;
}
.d-flex {
    display: flex;
}
.justify-content-between {
    justify-content: space-between;
}

.navbar-sticky {
    position: fixed;
    background: white;
    z-index: 1050;
    width: 100%;
    box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
    top: 0;
}
.mt-110 {
    margin-top: 110px;
}
.navbar {
    /* padding: 8px 16px; */
    background-color: #fff;
    z-index: 11;
}

.navbar ul {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
    padding: 8px 16px;
}
.navbar ul li {
    position: relative;
}
.navbar ul li .submenu {
    display: none;
}
.navbar ul li .submenu li a {
    display: block;
}

.navbar ul li a {
    padding: 8px 14px;
    font-size: 13px;
    font-weight: bold;
    color: #000;
}
.navbar ul li .active {
    background-color: #05529d;
    color: #fff;
    border-radius: 5px;
}
.navbar ul li .active:hover {
    color: #fff;
}
.navbar ul li a:hover {
    text-decoration: none;
    color: #05529d;
}
.home-slider {
    position: relative;
}
.home-slider .slider-content {
    position: absolute;
    font-size: 48px;
    color: white;
    top: 50%;
    transform: translate(0, -50%);
    left: 50%;
    line-height: 48px;
}
.home-slider .slider-content span {
    color: #f49d1a;
}
.home-slide {
    /* z-index: 1; */
    /* display: none; */
    animation: slide 2s ease;
}

.home-slide.active {
    display: flex;
}

.home {
    position: relative;
}

.home .controls .prev,
.home .controls .next {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(0, -50%);
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.home .controls .prev {
    left: 60px;
}

.home .controls .next {
    right: 60px;
}

.img-responsive {
    width: 100%;
    height: auto;
}
.heading {
    color: #05529d;
    font-size: 26px;
    font-weight: 600;
}
.sub-heading {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #2c2e35;
    /* white-space: nowrap; */
}
.owl-theme .owl-nav {
    margin: 0;
}
.owl-theme .owl-nav [class*="owl-"] {
    background: none;
    padding: 0;
    font-size: 24px;
    color: #000;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    border: none;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: none;
    color: #000;
}
/* home slide */
.home .owl-theme .owl-nav .owl-prev {
    left: 30px;
    font-size: 40px;
    color: #f49d1a !important;
    margin: 0 !important;
    position: absolute !important;
    background: transparent !important;
    border: none !important;
}
.home .owl-theme .owl-nav .owl-next {
    right: 30px;
    font-size: 40px;
    color: #f49d1a !important;
    margin: 0 !important;
    position: absolute !important;
    background: transparent !important;
    border: none !important;
}
/* home slide */
.owl-theme .owl-nav .owl-prev {
    left: -30px;
}
.owl-theme .owl-nav .owl-next {
    right: -30px;
}
.owl-theme .item:hover a {
    text-decoration: none;
}
.owl-theme .item:hover a h5 {
    color: #05529d;
}
/* .owl-theme .owl-dots {
    display: none !important;
} */

.single-team-member h3 {
    font-size: 18px;
    text-align: center;
}
.single-team-member p {
    font-size: 14px;
    color: #585858;
    line-height: 26px;
    margin: 0;
}
.single-team-member span {
    font-size: 13px;
    color: #f49d1a;
    text-transform: capitalize;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
}

footer {
    background: #262f36;
    color: #fff;
    padding: 20px;
}
footer .contact {
    list-style: none;
}

.footer-call-to-action {
    background: #eb5310;
    padding: 55px 0;
}
.footer-call-to-action h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    line-height: 23px;
    margin-bottom: 16px;
}
.footer-call-to-action p {
    font-size: 16px;
    color: #d5e0ee;
    margin: 0;
    line-height: 25px;
}
.footer-call-to-action a.thm-btn {
    padding: 14px 24px;
    color: #202a30;
    margin: 7px 0;
}
.footer-call-to-action a.thm-btn.inverse:hover {
    color: #fff;
    border-color: #fff;
}
.footer {
    background: #262f36;
}
.footer-widget ul {
    margin: 0;
    padding: 0;
}
.footer-widget ul li {
    list-style: none;
}
.footer-widget .contact {
    margin-top: 21px;
}
.footer-widget .contact li {
    font-size: 13px;
    color: #c9c9c9;
    margin-bottom: 18px;
    display: flex;
}
.footer-widget .contact li i,
.footer-widget .contact li span {
    display: table-cell;
    vertical-align: top;
}
.footer-widget .contact li i {
    font-size: 16px;
    color: #fff;
    width: 18px;
    text-align: center;
    margin-right: 8px;
    margin-top: 3px;
}
.footer-widget.about-widget img {
    margin-bottom: 20px;
}
.footer-widget.about-widget p {
    color: #c9c9c9;
    font-size: 13px;
    line-height: 27px;
    margin: 0;
}
.footer-widget .social {
    margin-top: 30px;
}
.footer-widget .social li {
    display: inline-block;
}
.footer-widget .social li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #cacfd3;
    border: 1px solid #cacfd3;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    border-radius: 50%;
    margin-right: 3px;
    transition: all 0.3s ease;
}
.footer-widget .social li a:hover {
    background: #eb5310;
    border-color: #eb5310;
}
.footer-widget h3.title {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
    color: #fef9f9;
    margin: 0;
    margin-bottom: 24px;
}
.footer-widget.quick-links ul li a {
    font-size: 14px;
    color: #c9c9c9;
    line-height: 38px;
    tranisition: all 0.3s ease;
}
.footer-widget.quick-links ul li a:hover {
    color: #eb5310;
}
.footer-widget.latest-post ul {
    margin-top: 42px;
}
.footer-widget.latest-post ul li {
    margin-bottom: 20px;
}
.footer-widget.latest-post ul li span.border {
    display: table-cell;
    vertical-align: top;
}
.footer-widget.latest-post ul li span.border:before {
    content: " ";
    width: 10px;
    height: 2px;
    background: #fff;
    display: block;
}
.footer-widget.latest-post ul li .content {
    padding-left: 18px;
    display: table-cell;
    vertical-align: top;
    position: relative;
    top: -8px;
}
.footer-widget.latest-post ul li a {
    display: block;
    color: #c9c9c9;
    font-size: 13px;
    line-height: 25px;
    transition: all 0.3s ease;
}
.footer-widget.latest-post ul li a:hover {
    color: #eb5310;
}
.footer-widget.latest-post ul li span {
    color: #576673;
    font-size: 13px;
    display: block;
}
.footer-widget.contact-widget input,
.footer-widget.contact-widget textarea {
    width: 100%;
    height: 50px;
    background: #2c353c;
    color: #c9c9c9;
    font-size: 13px;
    margin-bottom: 10px;
    border: none;
    outline: 0;
    padding: 0 20px;
}
.footer-widget.contact-widget textarea {
    height: 100px;
    padding-top: 15px;
    margin-bottom: 5px;
}
.footer-widget.contact-widget button {
    width: 100%;
    height: 50px;
    background: #f49d1a;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    border: none;
    outline: 0;
    padding: 0;
    line-height: 50px;
    font-weight: 700;
    transition: all 0.3s ease;
}
.footer-widget.contact-widget button:hover {
    background: #fff;
    color: #f49d1a;
}
.footer-bottom {
    background: #262f36;
    border-top: 1px solid #2d373f;
    padding: 22px 0;
    text-align: center;
}
.footer-bottom p {
    margin: 0;
    font-size: 13px;
    color: #fff;
}
.footer-bottom a {
    color: #f49d1a;
}

.social-sticky {
    position: fixed;
    bottom: 20px;
    right: 0;
    display: flex;
    flex-direction: column;
    z-index: 2;
    align-items: flex-end;
}
.social-sticky a {
    margin-bottom: 10px;
    border: #f29e00 solid 2px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-radius: 30px;
    color: #f29e00;
    padding: 5px 14px;
    font-size: 14px;
    font-weight: 700;
    box-shadow: none;
    background: #fff;
    height: 40px;
    transition: all 0.5s;
}
.social-sticky a:hover {
    color: #262f36;
}
.social-sticky img {
    max-width: 24px;
    max-height: 24px;
    margin-left: 0px !important;
    transform: perspective(1px) translateZ(0);
    transition: all 0.5s;
}
.social-sticky a:hover img {
    transform: scale(1.2);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.home .owl-carousel .owl-controls {
    position: unset !important;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #f49d1a;
}
.feedback-youtube-section {
    margin: 60px 0 60px 0px;
}
.feedback-youtube-section p {
    font-size: 14px;
    line-height: 26px;
    text-indent: 24px;
}
/* media query starts */
@media (max-width: 991.98px) {
    .navbutton {
        position: absolute;
        top: 25px;
        padding: 15px 20px;
        font-size: 20px;
        left: 10px;
    }
    .logo {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    #overlay {
        width: 100%;
        height: calc(100vh);
        background: rgba(0, 0, 0, 0.4);
        position: fixed;
        top: 0;
        z-index: 2;
        display: none;
        transition: 0.5s ease;
    }
    .nav-menu {
        position: absolute;
        top: 110px;
        height: 100vh;
        background: #004b5c;
        width: 70%;
        z-index: 1000;
        left: -100%;
        transition: 0.5s ease;
        min-width: 260px;
    }
    .overflow-hidden {
        overflow: hidden;
    }
    .nav-active {
        background-color: #05529d !important;
        color: #fff !important;
        left: 0;
        top: 110px;
    }
    .navbar ul {
        display: block;
        height: calc(100vh - 200px);
        overflow: auto;
    }
    .cursor-pointer {
        cursor: pointer;
    }
    .navbar ul li .active {
        background-color: #f49d1a;
        color: #fff;
        border-radius: 5px;
    }

    .navbar ul li a {
        display: block;
        color: #fff;
    }
    .navbar ul li a:hover {
        color: #f49d1a;
    }
    .navbar ul li .active:hover {
        color: #fff;
    }

    .navbar ul li:hover .submenu {
        position: inherit;
    }
    .submenu-active ul {
        list-style: none;
        display: block !important;
        width: max-content;
        height: auto;
        box-shadow: none;
        list-style: none;
        background: #054686;
        min-width: 100%;
    }

    /* home slide */
    .home .owl-theme .owl-nav .owl-prev {
        left: 10px;
        font-size: 24px;
        color: #f49d1a;
        display: none !important;
    }
    .home .owl-theme .owl-nav .owl-next {
        right: 10px;
        font-size: 24px;
        color: #f49d1a;
        display: none !important;
    }
    /* home slide */

    .owl-theme .owl-nav .owl-prev {
        left: 0;
        display: block !important;
    }
    .owl-theme .owl-nav .owl-next {
        right: 0;
        display: block !important;
    }

    .home .controls .prev {
        left: 15px;
    }

    .home .controls .next {
        right: 15px;
    }
    .nav-menu-heading {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .home-slider .slider-content {
        font-size: 16px;
        /* right: 5%; */
        line-height: 24px;
    }
    .heading {
        font-size: 20px;
    }
    .sub-heading {
        font-size: 14px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .home-slider .slider-content {
        font-size: 24px;
        /* left: 0; */
    }
    .heading {
        font-size: 20px;
    }
    .sub-heading {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .home-slider .slider-content {
        font-size: 32px;
    }
    .heading {
        font-size: 20px;
    }
    .sub-heading {
        font-size: 14px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-slider .slider-content {
        font-size: 40px;
    }
    .heading {
        font-size: 24px;
    }
    .sub-heading {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .nav-container {
        width: 1140px !important;
        padding-right: 15px !important;
        padding-left: 15px !important;
        margin-right: auto;
        margin-left: auto;
    }
    .logo img {
        max-width: unset;
    }
    .nav-menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-end;
    }
    .nav-menu-heading {
        width: 100%;
        text-align: center;
        padding: 0px 0px 0px 60px;
        font-size: 18px;
        font-weight: 600;
        color: #000;
    }
    .navbar ul {
        width: 100%;
        height: auto;
        margin: 0 !important;
    }
    .navbar ul li:hover .submenu {
        position: absolute;
        list-style: none;
        display: block;
        top: 30px;
        width: max-content;
        background: white;
        height: auto;
        box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
    }
    .d-lg-none {
        display: none;
    }
    .ban_sec {
  width: 100%;
}
.ban_img {
  width: 100%;
  position: relative;
}
.ban_img img {
  width: 100%;
}
}
