

body,
html {
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #797979;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

a {
    color: #797979;
    text-decoration: none;
    font-family: 'Mulish', sans-serif;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #797979;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
    line-height: 1.1;
    text-transform: capitalize;
    font-weight: 400;
    color: #111111;
    margin: 0;
    padding: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

h2 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

p {
    font-family: 'Mulish', sans-serif;
    margin: 0;
    color: #767777;
}

input,
select,
button,
textarea {
    outline: none;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none;
}

label {
    color: #000000;
    font-weight: 500;
    text-transform: capitalize;
}

iframe {
    width: 100%;
}

.fb_padding {
    padding: 50px !important;
}

.dropdown-toggle::after {
    vertical-align: middle;
}

#nav_filter li a span {
    float: right;
}

.overlay_main {
    width: 100%;
    height: 100%;
    float: left;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    background: #00000082;
}

.carousel-control-prev-icon,
.carousel-control-next-icon,
.carousel-control-prev,
.carousel-control-next {
    display: none;
}

.index2_slider .carousel-control-prev-icon,
.index2_slider .carousel-control-next-icon,
.index2_slider .carousel-control-prev,
.index2_slider .carousel-control-next {
    display: block;
    z-index: 999;
    background-image: none;
    line-height: 60px;
    text-align: center;
    background: #007aff;
    border-radius: 50%;
}

.index2_slider .carousel-control-prev-icon i,
.index2_slider .carousel-control-next-icon i {
    font-size: 30px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #007aff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(184 130 79 / 42%);
}

.main_btn {
    width: 100%;
    float: left;
}

.main_btn a {
    border: 1px solid #007aff;
    border-radius: 5px;
    color: #fff;
    background: #007aff;
    padding: 12px 33px;
    text-transform: capitalize;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.main_btn a:hover {
    background: transparent;
    color: #007aff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.homw_text .main_btn a:hover {
    background: transparent;
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.left_side_content_list li {
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    float: left;
}

.header_border_main .header_border {
    margin-right: 42%;
    margin-left: 42%;
}

.header_border i {
    color: #007aff;
    position: absolute;
    left: 75px;
    font-size: 22px;
}

.header_border {
    position: relative;
}

.header_border:after {
    content: "";
    width: 65px;
    height: 1px;
    background-color: #007aff;
    top: 13px;
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    left: 112px;
}

.header_border:before {
    content: "";
    width: 65px;
    height: 1px;
    background-color: #007aff;
    top: 13px;
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    left: 0;
}

.index2_header_border_main .heading_class {
    margin-top: 0;
}

.typewriter-text {
    padding-right: 10px;
    border-right: solid #007aff 7px;
    text-transform: lowercase;
    animation: cursor 1s ease-in-out infinite;
    padding-left: 10px;
}

@keyframes cursor {
    from {
        border-color: #007aff;
    }

    to {
        border-color: transparent;
    }
}

.splitting .char {
    animation: slide-in .7s cubic-bezier(.3, 0, .7, 1) both;
    animation-delay: calc(50ms * var(--char-index));
}

@keyframes slide-in {
    from {
        transform: scale(0.4) translateY(80%);
        opacity: 0;
    }
}

.tparrows {
    background: rgb(184 130 79);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.tparrows:hover {
    background: #1a243f;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.tp-tabs {
    background: #007aff !important;
}

.gyges .tp-tab:hover,
.gyges .tp-tab.selected {
    background: #1a243f73;
}

.gyges .tp-tab-date {
    text-transform: capitalize;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.footer_content .left_icon a:hover {
    background-color: transparent;
}

/* Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #282828;
    /* change if the mask should have another color then white */
    z-index: 9999999999999;
    /* makes sure it stays on top */
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    background-image: url('../images/loading.gif');
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
    /* is width and height divided by two */
}

#return-to-top {
    position: fixed;
    bottom: 43px;
    right: 30px;
    display: block;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    line-height: 50px;
    font-size: 24px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1000;
    color: var(--btnClr1);
    -webkit-animation: jump 1s ease-in alternate infinite;
    animation: jump 1s ease-in alternate infinite;
}

#return-to-top img {
    width: 40px;
    position: relative;
    background: transparent;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@-webkit-keyframes jump {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 50%, 0);
    }
}

@keyframes jump {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 50%, 0);
    }
}

/*---------------------comman css end-----------------------*/

/*-=-=-=index page start-=-=-==*/

/*------------------top_header_1 css start--------------------*/

.top_header_1 {
    background: #1a243f;
    width: 100%;
    float: left;
    padding: 10px 0;
}

.top_header_1 .left_side {
    float: left;
}

.top_header_1 .right_side {
    float: right;
}

.top_header_1 a {
    color: #ffffff;
    margin-right: 15px;
}

.top_header_1 i {
    color: #007aff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.top_header_1 i:hover {
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.top_header_1 .left_side i {
    margin-right: 10px;
}

.top_header_1 .right_side ul {
    display: inline-flex;
}

.top_header_1 .right_side a {
    text-transform: capitalize;
}

/*------------------top_header_1 css end--------------------*/

/**********---------top header section----------***********/

.top_header_wrapper {
    float: left;
    width: 100%;
    background-color: #202020;
    font-size: 16px;
    color: #ffffff;
    position: relative;
}

.top_header_add {
    float: right;
    width: auto;
    padding-bottom: 60px;
}

.top_header_add ul {
    margin: 0px;
    padding: 0px;
}

.top_header_add li {
    float: left;
    width: auto;
    position: relative;
    list-style: none;
    margin-left: 60px;
}

.top_header_add ul li i {
    margin-right: 15px;
    color: #3a89ff;
    line-height: 39px;
    border: 2px solid #4a4a4a;
    width: 43px;
    height: 43px;
    border-radius: 50px;
    text-align: center;
}

.header_nav_div img {
    padding: 5px 10px 5px 10px;
    background: #3a89ff;
}

.top_header_add ul li a {
    color: #ffffff;
}

.top_header_add ul li a:hover {
    color: #3a89ff;
    transition: 0.5s;
}

.top_header_add ul li:first-child,
.top_header_add ul li:nth-child(2) {
    padding-left: 0px;
}

.top_header_add ul li:first-child,
.top_header_add ul li:nth-child(2) {
    position: relative;
}

.pst_logo {
    padding-top: 20px;
    padding-bottom: 15px;
}

.top_header_add ul li:first-child:after {
    content: "";
    position: absolute;
    top: 0;
    right: -30px;
    background-color: #4a4a4a;
    width: 1px;
    height: 100%;
}

.top_header_add ul li:nth-child(2):after {
    content: "";
    position: absolute;
    top: 0;
    right: -30px;
    background-color: #4a4a4a;
    width: 1px;
    height: 100%;
}

.top_header_wrapper:before {
    background-color: #3a89ff;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1;
    width: 22%;
}

/*********-------main header wrapper--------**********/

.menu_wrapper .main_btn {
    float: right;
    margin-top: 10px;
    width: auto;
}

.menu_wrapper .main_btn a {
    color: #ffffff;
    border: 1px solid #007aff;
    padding: 12px 25px;
    font-size: 16px;
    float: left;
    background-color: transparent;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.menu_wrapper .main_btn a:hover {
    background-color: #007aff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.index3_menu_wrapper .main_btn a:hover {
    color: #ffffff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

ul#nav_filter {
    margin-right: 21px;
}

.menu_wrapper {
    float: left;
    width: 100%;
    position: absolute;
    z-index: 1000;
    background: #18133b;
}

.menu_wrapper_mn {
    float: left;
    width: 100%;
    background: transparent;
    padding: 15px 0;
}

.rp_mobail_menu_main_wrapper {
    float: none;
    width: 100%;
}

#sidebar {
    position: fixed;
    display: block;
    height: 100%;
    top: 0px;
    left: -500px;
    background-color: #ffffff;
    overflow: scroll;
    overflow-x: hidden;
    z-index: 99999;
}

#links {
    position: relative;
    float: left;
}

#link_list {
    list-style-type: none;
    width: 100%;
    padding: 0px 50px 0px 0px;
}

#link_list li {
    display: block;
    width: 100%;
}

#link_list li:hover {
    background-color: #d3d3d3;
}

#toggle {
    float: right;
    position: relative;
    bottom: -20px;
    right: 0;
    margin-left: 10px;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
}

#toggle i {
    color: #fff;
    font-size: 25px;
}

#toggle_close {
    position: absolute;
    z-index: 100;
    right: 10px;
    top: 20px;
    font-size: 35px;
    color: #000000;
    cursor: pointer;
}

#mCSB_1_container .logo {
    padding: 15px 0;
    margin-left: 22px;
}

@import url(https://fonts.googleapis.com/css?family=Raleway:400,200);

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Noto Serif", serif;
}

#cssmenu {
    width: 300px;
    color: #ffffff;
    text-transform: capitalize;
}

#cssmenu ul ul {
    display: none;
}

.align-right {
    float: right;
}

#cssmenu ul li a {
    padding: 16px 22px;
    cursor: pointer;
    z-index: 2;
    font-size: 16px;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    border-bottom: 1px solid #a3a2aa;
    background: #ebe9f7;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#cssmenu ul li.has-sub ul li a {
    border-top:1px solid #b4b4b4;
    border-bottom: none;
}

#cssmenu ul li:hover a,
#cssmenu ul li.active a {
    background: #18133b;
    border-bottom: 1px solid #d3d3d3;
    color: #ffffff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

ul ul>li.has-sub>a:before {
    top: 20px;
    background: #ffffff;
}

.sidebar_search {
    border: 1px solid #f2f2f2;
}

.sidebar_search input {
    float: left;
    width: calc(100% - 45px);
    height: 50px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #ebe9f7;
    color: #000000;
    border: none;
    border-radius: 0;
    outline: none;
}

.sidebar_search button {
    width: 45px;
    height: 50px;
    border: 1px solid transparent;
    background-color: transparent;
    color: #888;
    font-size: 15px;
    position: relative;
    right: 3px;
    text-align: center;
    padding: 0px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.menu_fixed {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    margin-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.index3_menu_wrapper.menu_fixed {
    background: #ffffff !important;
}

/************---------menu wrapper--------***********/

.navbar {
    z-index: 20;
    padding: 0;
}

.nav_response {
    padding-right: 0px;
}

.nav .navbar-nav {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.nav .navbar-nav ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
    margin-left: 15px;
}

#nav_filter li a {
    display: block;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    border-bottom: 2px solid transparent;
    text-transform: capitalize;
    padding: 10px 15px;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    font-family: "Noto Serif", serif;
}

#nav_filter li a:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#nav_filter li a:hover {
    background: transparent;
    border-bottom: 2px solid #007aff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background: none;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #3a89ff;
    background-image: none;
    border-radius: 4px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
    color: #3a89ff;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
}

.navbar-nav>li {
    padding-top: 12px;
}

#nav_filter li a .active a {
    color: #3a89ff;
}

/*maga menu*/

.menu_wrapper .mega_menu {
    border-bottom: 3px solid #007aff;
    position: absolute;
    top: 58px;
    right: -298px;
    background: #fff;
    z-index: 999999;
    width: 586px;
    -webkit-box-shadow: 1.236px 3.804px 8px 0px rgba(102, 101, 101, 0.09);
    box-shadow: 1.236px 3.804px 8px 0px rgba(102, 101, 101, 0.09);
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px) scale(0.2);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.menu_wrapper .ml_zero {
    margin-right: 0 !important;
}

.menu_wrapper .mega_30 {
    width: 33.3333%;
    float: left;
}

.mega_30_box h4 {
    font-size: 24px;
    text-transform: capitalize;
    font-family: serif;
    text-align: left;
}

.menu_wrapper .mega_30 p {
    color: #111111;
    font-size: 18px;
    border-bottom: 1px solid #007aff;
    padding-bottom: 20px;
}

.menu_wrapper .mega_30 li a {
    color: #111111;
}

.mega_30_box i {
    color: #3ec9c7;
    float: left;
    margin-right: 20px;
}

.mega_30_box p i {
    margin-top: 5px;
}

.menu_wrapper li:hover .mega_menu {
    visibility: visible;
    opacity: 1;
    border-top: 1px solid #f5f5f5;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}

.mega_30:hover .mega_30_box {
    box-shadow: 0px 0px 17px 0px #00000024;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mega_30_box {
    padding: 26px;
    width: 331px;
    border-radius: 7px;
}

/* my dropdown menu*/


.navbar-nav .nav-item {
    position: relative;

}

.navbar-nav .nav-item:focus-within .sub_menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}

.sub_menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 58px;
    left: -83px;
    background: #fff;
    text-align: left;
    border-bottom: 3px solid #007aff;
    width: 14rem;
    transform: translateY(50px) scale(0.2);
    z-index: 9999;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.sub_menu2 {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 15px;
    left: 14rem;
    background: #fff;
    border-bottom: 3px solid #007aff;
    width: 14rem;
    transform: translateY(50px);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.sub_menu li:hover .sub_menu2 {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}

.sub_menu li a {
    padding: 12px;
    color: #111 !important;
    border: none !important;
}

.sub_menu li a:hover {
    color: #007aff !important;
    border: none !important;
}

.header__navigation #nav_filter .sub_menu li a:hover::before {
    display: none;
}

.sub_menu3 {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 80px;
    left: 14rem;
    background: #fff;
    border-bottom: 3px solid #007aff;
    width: 14rem;
    transform: translateY(50px);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.sub_menu li:hover .sub_menu3 {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}

.sub_menu4 {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 120px;
    left: 14rem;
    background: #fff;
    border-bottom: 3px solid #007aff;
    width: 14rem;
    transform: translateY(50px);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.sub_menu li:hover .sub_menu4 {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}

.sub_menu5 {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 0px;
    left: 14rem;
    background: #fff;
    border-bottom: 3px solid #007aff;
    width: 14rem;
    transform: translateY(50px);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.sub_menu li:hover .sub_menu5 {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}

.sub_menu6 {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 5px;
    right: 14rem;
    background: #fff;
    border-bottom: 3px solid #007aff;
    width: 14rem;
    transform: translateY(50px);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.sub_menu li:focus-within .sub_menu6 {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}

.sub_menu li:hover .sub_menu4 {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}

.sub_menu7 {
    visibility: hidden;
    opacity: 0;
    position: absolute;

    top: 5px;
    right: 14rem;
    background: #fff;
    border-bottom: 3px solid #007aff;
    width: 14rem;
    transform: translateY(50px);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.sub_menu8 {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 174px;
    left: 14rem;
    background: #fff;
    border-bottom: 3px solid #007aff;
    width: 14rem;
    transform: translateY(50px);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.sub_menu li:hover .sub_menu8 {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}

.sub_menu li:hover .sub_menu7 {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}

/*Dropdown Menu*/

.navbar-right .dropdown-menu {
    right: auto;
}

#nav_filter .hovr_nav_tab a {
    border: none;
    border-radius: 0;
    padding: 15px 15px;
    color: #111;
}

#nav_filter .hovr_nav_tab .mega_menu li a {
    padding-left: 0;
}

#nav_filter .hovr_nav_tab a:hover {
    border: none;
    border-radius: 0;
    color: #007aff;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}

.nav .dropdown-menu {
    display: inherit;
    padding: 5px 0;
    border: none;
    border-radius: 0;
}

.nav .dropdown-header {
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.nav .dropdown-menu li a {
    display: block;
    line-height: 30px;
    color: black;
    padding: 3px 10px;
    text-decoration: none;
    font-size: 14px;
    color: #000000;
    margin-left: 0 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-right: 10px !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.nav .dropdown .dropdown-menu {
    border-bottom: 3px solid #007aff;
    opacity: 0;
    visibility: hidden;
    width: 14rem;
    top: 58px;
    left: -83px;
    transform: translateY(50px) scale(.2);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.nav .dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}

.nav .dropdown .dropdown-menu a:hover .dropdown-sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}

.nav .dropdown .dropdown-menu .dropdown-menu {
    left: 100%;
    right: auto;
    display: none;
}

.nav .dropdown .dropdown-menu .dropdown-sub-menu {
    top: 54px;
}

.nav .dropdown:hover .dropdown-menu .dropdown-menu {
    display: block !important;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#cssmenu ul>li.has-sub>a:after {
    position: absolute;
    right: 26px;
    top: 19px;
    z-index: 5;
    display: block;
    height: 10px;
    width: 2px;
    background: #000000;
    content: "";
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#cssmenu ul>li.has-sub>a:before {
    position: absolute;
    right: 22px;
    top: 23px;
    display: block;
    width: 10px;
    height: 2px;
    background: #000000;
    content: "";
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#cssmenu ul>li.has-sub>a:hover:after,
#cssmenu ul>li.has-sub>a:hover:before {
    background: #ffffff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#cssmenu ul>li.has-sub.open>a:after,
#cssmenu ul>li.has-sub.open>a:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#cssmenu ul ul li a {
    padding: 16px 22px;
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    text-decoration: none;
    color: #1c1b1b;
    font-weight: bold;
    background-color: #e9e7f4;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

#cssmenu ul li:hover ul li a {
    background: #e9e7f4;
    color: #000;
}

#cssmenu ul ul ul li a {
    padding-left: 32px;
}

#cssmenu ul ul li a:hover {
    color: #232222;
}

#cssmenu ul li.active ul li a {
    background: #022447 !important;
}

#cssmenu ul li.has-sub ul li:hover a {
   background: #ebe9f7
    color: #2f2b4e;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#cssmenu ul ul>li.has-sub>a:after {
    top: 16px;
    right: 26px;
    background: #ffffff;
}

#cssmenu ul ul>li.has-sub>a:before {
    top: 20px;
    background: #ffffff;
}

.nav .hovr_nav_tab {
    padding: 0;
    margin: 0;
}

.caret {
    font-weight: bold;
    color: #3a89ff;
    margin-left: 3px;
}

.dropdown-menu {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 9999;
}

.appointmnt_wrapper {
    text-align: center;
    float: right;
    display: inline-block;
    margin-top: 10px;
}

.appointmnt_wrapper ul {
    padding: 0;
    list-style: none;
}

.appointmnt_wrapper li a {
    float: left;
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.appointmnt_wrapper li a:hover {
    color: #33c8c6;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.appointmnt_wrapper i {
    margin-right: 10px;
}

#search_open i {
    color: #007aff;
}

.hs_navi_searchbar_wrapper input {
    width: calc(100% - 50px);
    float: left;
    height: 73px;
    background: none;
    padding-left: 20px;
    color: #ffffff;
    border: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.30196078431372547);
}

.hs_navi_searchbar_wrapper input::placeholder {
    color: rgba(255, 255, 255, 0.7686274509803922);
}

.hs_navi_searchbar_wrapper input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7686274509803922);
}

.hs_navi_searchbar_wrapper input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7686274509803922);
}

.hs_navi_searchbar_wrapper button {
    float: left;
    width: 50px;
    height: 73px;
    background: none;
    color: #ffffff;
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.30196078431372547);
}

.flaticon-magnifier:before {
    font-size: 18px;
    margin-left: 0;
}

.search_bar {
    float: right;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 0px;
    padding-right: 0px;
    position: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.search_bar i:hover {
    color: #007aff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.lv_search_bar {
    float: right;
    width: auto;
    text-align: center;
    padding: 6px 16px;
    padding-left: 20px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.lv_search_box {
    position: absolute;
    width: 250px;
    top: 100%;
    padding: 20px;
    font-size: 16px;
    display: inline-block;
    border-top: 2px solid #007aff;
    border-radius: 0px;
    -webkit-box-shadow: 0px 3px 17px -2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 17px -2px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 3px 17px -2px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 3px 17px -2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 17px -2px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    display: none;
    z-index: 1000;
    margin-top: 20px;
    right: 0;
}

.lv_search_box input {
    float: left;
    color: #111111;
    width: calc(100% - 45px);
    padding: 0px 10px;
    height: 45px;
    border: 1px solid #e1e1e1;
    border-right: 0px;
}

.lv_search_box button {
    width: 45px;
    height: 45px;
    border: 1px solid #e1e1e1;
    border-left: none;
    background-color: #fff;
    color: #111;
    text-align: center;
    padding: 0px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.lv_search_box button:hover {
    color: #ffffff;
    background: #007aff;
    border-color: #007aff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#search_open button:hover i {
    color: #ffffff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.shop_cart {
    float: right;
    cursor: pointer;
    padding-top: 26px;
    padding-right: 16px;
    padding-left: 16px;
    position: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.shop_cart i:hover {
    color: #007aff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.shop_cart i {
    font-size: 15px;
    color: #ffffff;
}

.custum_menu {
    position: relative;
}

.custum_submenu {
    position: absolute;
    top: 86px;
    left: 224px;
    background: #ffffff;
    border-bottom: 3px solid #007aff;
    width: 14rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-2em);
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

#nav_filter .hovr_nav_tab a.custum_menu:hover .custum_submenu {
    visibility: visible;
    opacity: 1;
    z-index: 99;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}

.menu_fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background-color: #1a243f !important;
    z-index: 333;
    -o-box-shadow: 0px 0px 25px -10px;
    -ms-box-shadow: 0px 0px 25px -10px;
    -moz-box-shadow: 0px 0px 25px -10px;
    -webkit-box-shadow: 0px 0px 25px -10px;
    box-shadow: 0px 0px 25px -10px;
}

/*-=-=-=-=-=-=-=-=slider css start-=-=-=-=-=-=-=-=-=-=-=*/

.slider {
    width: 100%;
    float: left;
}

.carousel .carousel-item {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.carousel .carousel-item:first-of-type {
    background-image: url("../images/bg_image1.jpg");
    height: 790px;
}

.carousel .carousel-item:nth-of-type(2) {
    background-image: url("../images/bg_image2.jpg");
    height: 790px;
}

.carousel .carousel-item:last-of-type {
    background-image: url("../images/bg_image3.jpg");
    height: 790px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon,
.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    top: 45%;
}

.carousel-indicators {
    display: block;
    right: 100px;
    bottom: auto;
    top: 400px;
    left: auto;
    margin-right: 0;
    margin-left: 0;
}

.carousel-indicators li {
    width: 40px;
    height: 1px;
}

.carousel-indicators .active {
    background-color: #007aff;
    height: 3px;
    width: 45px;
    opacity: 1;
}

.homw_text {
    width: 100%;
    float: left;
    margin-top: 244px;
    position: sticky;
    z-index: 99;
    text-align: left;
}

.homw_text h2 {
    font-size: 95.44px;
    color: #ffffff;
}

.homw_text h2 span {
    color: #007aff;
    font-size: 57.43px;
}

.homw_text p {
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 16px;
}

.homw_text .main_btn {
    margin-top: 30px;
}

.homw_text i {
    color: #007aff;
    font-size: 30px;
}

.homw_text .header_border i {
    color: #007aff;
    position: absolute;
    left: 160px;
}

.homw_text .header_border {
    position: relative;
    margin-top: 20px;
}

.homw_text .header_border:after {
    content: "";
    width: 152px;
    height: 1px;
    background-color: #007aff;
    top: 13px;
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    left: 205px;
}

.homw_text .header_border:before {
    content: "";
    width: 152px;
    height: 1px;
    background-color: #007aff;
    top: 13px;
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    left: 0;
}

.content_touch {

    float: left;
    width: 100%;
    position: relative;
}

#cssmenu ul ul {
    display: none;
    list-style: none;
}

#cssmenu ul ul.open {
    display: block;
}

#cssmenu .dropdown-icon {
    padding-left: 20px;
}

#sidebar {
    position: fixed;
    top: 0;
    left: -250px;
    /* hidden by default */
    width: 250px;
    height: 100%;
    background: #ebe9f7;
    transition: all 0.3s ease;
    z-index: 9999;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
}

#sidebar.active {
    left: 0;
}

#toggle_close {
    font-size: 28px;
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
}

.search_bar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px;
}

.search_bar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 15px 15px 0px 0px;
}

.search_bar input {
    width: 250px;
    height: 40px;
    padding: 0 15px;
    border: 1px solid #ccc;
    border-right: none;
    border-radius: 25px 0 0 25px;
    outline: none;
    font-size: 14px;
    box-sizing: border-box;
}

.search_bar button {
    height: 40px;
    padding: 0 15px;
    background-color: #007aff;
    border: 1px solid #007aff;
    border-radius: 0 25px 25px 0;
    cursor: pointer;
    color: white;
    font-size: 16px;
    box-sizing: border-box;
}

.search_bar button:hover {
    background-color: #007aff;
}

/* Hide on screens smaller than 768px */
@media screen and (max-width: 768px) {
    .search_bar {
        display: none;
    }
}

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background-color: #ebe9f7;
    color: #333;

}

/* Menu Heading with Gradient Background */
.modern-header {
    background: linear-gradient(135deg, #511a98, #5b07ff);
    padding: 60px 20px;
    color: white;
    text-align: center;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.menu-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}

.menu-subtitle {
    font-size: 16px;
    font-weight: 300;
    color: #ddd;
}

/* Contact Form Section */
.contact_page {
    padding-top:115px;
}

.contact_form1 {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 16px;
    box-shadow:0 4px 20px rgb(0 0 0 / 19%);
}




/* ------------------------- */
.sidebar_search {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 300px;
}

.sidebar_search input[type="search"] {
    width: 65%;
    padding: 10px 15px 10px 35px;
    /* extra left padding for icon */
    border: 1px solid #c2bfbf;
    border-radius: 25px 0 0 25px;
    outline: none;
    font-size: 16px;
    box-sizing: border-box;
}

.sidebar_search button {
    height: 50px;
    padding: 0 15px;
    background-color: #007aff;
    border: 1px solid #007aff;
    border-radius: 0 25px 25px 0;
    cursor: pointer;
    color: white;
    font-size: 16px;
}

.sidebar_search button:hover {
    background-color: #007aff;
}

.sidebar_search i.fa-search.input-icon {
    position: absolute;
    left: 12px;
    color: #888;
    font-size: 14px;
  pointer-events: auto;
}



/* form-design */
   /* Add spacing below each input group */
  .form-label,
  .form-control,
  .form-select,
  .form-check,
  .form-range,
  textarea {
    margin-bottom: 15px;
  }

  .form-control,
  .form-select,
  textarea {
    padding: 10px 15px;
    border-radius: 8px;
    border: 1px solid #ccc;
    transition: all 0.3s ease;
    width: 100%;
  }

  .form-control:focus,
  .form-select:focus,
  textarea:focus {
    border-color: #6200ea;
    box-shadow: 0 0 0 0.2rem rgba(98, 0, 234, 0.25);
  }

  .form-check-label {
    color: #444;
    margin-left: 5px;
  }

  .form-check {
    margin-bottom: 10px;
  }

  .btn {
    border-radius: 30px;
    padding: 10px 25px;
    font-weight: 500;
    margin-right: 10px;
    margin-top: 10px;
    transition: background 0.3s, transform 0.2s;
  }

  .btn:hover {
    transform: translateY(-1px);
  }

  .btn-primary {
    background-color: #6200ea;
    border-color: #6200ea;
  }

  .btn-primary:hover {
    background-color: #4a00b4;
  }

  .btn-success {
    background-color: #2e7d32;
  }

  .btn-success:hover {
    background-color: #1b5e20;
  }

  .btn-danger {
    background-color: #d32f2f;
  }

  .btn-danger:hover {
    background-color: #b71c1c;
  }

  .btn-warning {
    background-color: #fbc02d;
    color: #000;
  }

  .btn-warning:hover {
    background-color: #f9a825;
  }

  .btn-outline-dark:hover {
    background-color: #212121;
    color: #fff;
  }

  textarea.form-control {
    resize: vertical;
  }

 
  .section-heading {
    background-color: #007aff;
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 1.5rem;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
  }

  .section-heading i {
    color: white;
  }


#nav_filter {
    display: flex;
    justify-content: center;
    text-align: end;
}