@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

html,
body {
    font-size: 15px !important;
    color: #000;
    font-family: "Roboto Condensed", sans-serif;
    vertical-align: baseline;
    font-weight: 400;
    overflow-x: hidden !important;
}

.container {
    max-width: 85vw !important;
}

.logo-sec {
    width: 100%;
    display: flex;
}

.logo-sec img {
  height: 90px;
   padding: 8px;			  
}

.cm-sec {
    text-align: right;
}

.cm-sec img {
    height:90px;
    position: relative;
}

.logo-sec-left {
    width: 15%;
    float: left;
}

.logo-sec-right {
    width: 85%;
    float: right;
}

.logo-sec-right h4 {
    padding: 15px 0 0 0;
    font-weight: 600;
    color: #000;
    font-size: 25px;
    margin: 0;
}

.logo-sec-right h5 {
    padding: 0;
    font-weight: 600;
    color: #000;
    font-size: 18px;
}

.cm-sec-left {
    width: 85%;
    float: left;
}

.cm-sec-right {
    width: 15%;
    float: right;
}

.cm-sec-left h4 {
    padding: 15px 0 0 0;
    font-weight: 600;
    color: #000;
    font-size: 25px;
    text-align: right;
    margin: 0;
}

.cm-sec-left h5 {
    padding: 2px 0 0 0;
    font-weight: 600;
    color: #000;
    font-size: 18px;
    text-align: right;
}

.sec-title {
    text-align: center;
    padding: 10px 0 0 0;
}

.btn-sec {
    margin-top: 40px;
}

.btn-one {
    color: #fff;
    padding: 8px 24px;
    border-radius: 20px;
    border: none;
    background: linear-gradient(120deg, #3f66f3 45%, rgb(99 78 207 / 0%) 45%), linear-gradient(120deg, #f1d98f 55%, #ffc107 55%);
    background-size: 250%;
    background-position: right;
    transition: 0.3s ease-in-out;
    overflow: visible;
    margin-top: 40px;
}

.btn-one:hover {
    background-position: left;
    transition: 0.3s ease;
    color: #ccc !important;
}

.news-tender {
    padding: 70px 0 70px 0;
    width: 100%;
    background-attachment: fixed;
    position: relative;
    background: url(../images/aboutbg.png) no-repeat bottom center;
}

.news-tender:before {
    position: absolute;
    content: "";
    background: linear-gradient(
        180deg,
        rgb(78 81 229 / 43%) 1%,
        #ffc10700 100%
    );
    height: 200px;
    width: 100%;
    top: 0px;
}

.thing {
    position: fixed;
    top: 45%;
    left: 45%;
    width: 150px;
    height: 150px;
    transform: rotate(45deg);
    animation: rotateit 1.5s ease infinite;
    background: transparent;
    border: 1px solid #078b51;
    border-radius: 100%;
    margin: 20px;
}

.tender-box {
    background: #f1f1f1f0;
    height:500px;
    box-shadow: -1px -10px 8px #56565654;
    position: relative;
    border-radius: 10px;
    border-bottom: 5px solid #ffc107;
}

.tender-box h4 {
    position: relative;
    top: 0px;
    background: #4448e1;
    padding: 12px 10px;
    color: #ffffff;
    font-size: 18px !important;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0px 3px 4px #7c7b7ba3;
}

.act-box {
    background: #fff;
    height: 400px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    box-shadow: 1px 5px 5px #ccc;
    position: relative;
}

.act-box h4 {
    position: absolute;
    top: 0px;
    background: #eb9b49;
    padding: 8px 10px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #ffffff;
}

.box-inner {
    padding: 10px 25px;
}

.new-bx {
    display: flex;
    width: 100%;
    border-bottom: 1px dotted #727171;
    padding: 7px 0;
}

.new-bx p {
    margin: 0;
	 word-break: break-all;					
}

.nwdate {
    width: 23%;
    margin-right: 5%;
    display: flex;
    background: #ffc107;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    justify-content: center;
    align-items: center;
    height: 40px;
    box-shadow: 1px 2px 3px #8f8d8d;
}

.n-date {
    width: 40%;
    padding: 0px;
    text-align: center;
    font-size: 13px;
}

.n-mnth {
    background: #6063e5;
    border-bottom-right-radius: 8px;
    padding: 0px;
    text-align: center;
    width: 60%;
    height: 40px;
    font-size: 13px;
    color: #fff;
}

p {
    text-align: justify;
}

.news-content {
    width: 75%;
}

.social-box {
    background: #00000066;
    height: 370px;
    position: relative;
}

.social-box .tab-content {
    padding: 25px 15px 15px 15px;
}

.hd-title {
    position: relative;
    display: inline-flex;
    padding-bottom: 23px;
    width: 100%;
}

.hd-title:before {
    position: absolute;
    content: "";
    background: #dbd9d9;
    height: 1px;
    left: 0;
    width: 100%;
    bottom: 20px;
}

.hd-title:after {
    position: absolute;
    content: "";
    background: #ffc107;
    height: 10px;
    left: 0;
    width: 10px;
    bottom: 16px;
    border-radius: 50%;
}

.hd-title img {
    height: 30px;
}

.hd-title h4 {
    color: #fff;
    padding: 5px 0 0 0;
    font-size: 25px !important;
}

.hd-title-three {
    position: relative;
    display: inline-flex;
    padding-bottom: 23px;
    width: 70%;
}

.hd-title-three:before {
    position: absolute;
    content: "";
    background: #dbd9d9;
    height: 1px;
    left: 0;
    width: 100%;
    bottom: 20px;
}

.hd-title-three:after {
    position: absolute;
    content: "";
    background: #ffc107;
    height: 10px;
    left: 0;
    width: 10px;
    bottom: 16px;
    border-radius: 50%;
}

.hd-title-three h4 {
    color: #fff;
    padding: 5px 0 0 0;
    font-size: 20px !important;
}

.read {
    position: absolute;
    right: 39%;
    bottom: 20px;
}

.beam {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    position: absolute;
}

.r {
    background-color: #078b51;
}

.b {
    background-color: #2e3192;
}

.r1 {
    transform: rotate(90deg);
    left: 50px;
    top: 0px;
    animation: move1r 1.5s ease infinite;
}

.r3 {
    top: 50px;
    animation: move2 1.5s ease infinite;
}

.b1 {
    transform: rotate(90deg);
    left: 50px;
    top: 100px;
    animation: move1b 1.5s ease infinite;
}

.b3 {
    top: 50px;
    left: 100px;
    animation: move2 1.5s ease infinite;
}

@-webkit-keyframes rotateit {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(90deg);
    }
}

@keyframes rotateit {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(90deg);
    }
}

@keyframes move1r {
    0% {
        top: 0px;
        transform: rotate(0deg);
    }

    45% {
        top: 100px;
    }

    50% {
        transform: rotate(0deg);
    }

    100% {
        top: 100px;
        transform: rotate(-90deg);
    }
}

@keyframes move2 {
    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-90deg);
    }
}

@keyframes move1b {
    0% {
        top: 100px;
        transform: rotate(0deg);
    }

    45% {
        top: 0px;
    }

    50% {
        transform: rotate(0deg);
    }

    100% {
        top: 0px;
        transform: rotate(-90deg);
    }
}

.social {
    position: fixed;
    top: 40%;
    z-index: 9999;
    right: 0;
}

.social ul {
    list-style: none;
}

.social ul li {
    display: block;
    margin: 2px 0;
}

.social ul li a {
    color: #fff !important;
}

.tender-box h4 {
    font-weight: 500;
}

a {
    color: #000;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-decoration: none !important;
    outline: none !important;
}

a:active,
a:hover {
    text-decoration: none;
    outline: 0 none;
    color: #00a335;
}

ul {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

.pb-50 {
    padding-bottom: 50px;
}

.mb-30 {
    margin-bottom: 30px;
}

.paddimg-right-none {
    padding-right: 0;
}

.paddimg-left-none {
    padding-left: 0;
}

.btn-center {
    width: 100%;
    max-width: 140px;
    display: block !important;
    margin: 0 auto;
    text-align: center;
}

.text-left {
    text-align: left !important;
}

.text-left h1 {
    text-align: left !important;
}

.text-left h2 {
    text-align: left !important;
}

.text-left h3 {
    text-align: left !important;
}

.text-left h4 {
    text-align: left !important;
}

.text-left p {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-center h1 {
    text-align: center !important;
}

.text-center h2 {
    text-align: center !important;
}

.text-center h3 {
    text-align: center !important;
}

.text-center h4 {
    text-align: center !important;
}

.text-center p {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-right h1 {
    text-align: right !important;
}

.text-right h2 {
    text-align: right !important;
}

.text-right h3 {
    text-align: right !important;
}

.text-right h4 {
    text-align: right !important;
}

.text-right p {
    text-align: right !important;
}

/* ------------------------------------
    02. Global Class
---------------------------------------*/
ul.desc-list {
    margin-bottom: 10px;
    padding-left: 25px;
}

ul.desc-list li {
    display: block;
    line-height: 30px;
    position: relative;
    padding-left: 15px;
}

ul.desc-list li:before {
    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: 0;
}

ul.desc-list li i {
    padding-right: 10px;
}

.sec-title {
    margin-bottom: 35px;
}

.sec-title h4 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #505050;
    font-weight: 300;
    text-align: center;
}

.sec-title h2 {
    font-size: 40px;
    line-height: 45px;
    color: #101010;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
}

.left-align {
    left: -100% !important;
    text-align: right;
}

.readmore {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    text-align: center !important;
    font-size: 12px;
    position: absolute;
    left: 73px;
    z-index: 100;
    top: 45%;
}

.readmore:hover {
    text-decoration: underline !important;
}

.readon {
    position: relative;
    display: inline-block;
    padding: 12px 20px;
    line-height: normal;
    background: #ff6c39;
    border: 2px solid #ff6c39;
    color: #ffffff;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border-radius: 0px;
}

.readon:hover,
.readon:focus {
    color: #ffffff !important;
    background: #243a4f;
    border: 2px solid #243a4f;
}

.readon.border {
    background: transparent;
    border: 1px solid #243a4f;
    color: #243a4f;
}

.readon.border:hover {
    color: #ffffff;
    background: #243a4f;
}

.readon.border.white {
    border-color: #ffffff;
    color: #ffffff;
}

.readon.border.white:hover {
    color: #243a4f;
    background: #ffffff;
}

.p-0 {
    padding: 0;
}

.pt-20 {
    padding-top: 20px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-180 {
    margin-top: 180px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.margin-remove {
    margin: 0 !important;
}

.display-table {
    display: table;
    height: 100%;
    width: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.white-color {
    color: #ffffff !important;
}

/* ---------------------------
    03.Header Section 
------------------------------*/
#rs-header .toolbar-area {
    font-weight: 400;
}

#rs-header .toolbar-area img {
    height: 24px;
    padding: 3px;
}

#rs-header .toolbar-area .toolbar-contact {
    padding: 5px 0 0;
}

#rs-header .toolbar-area .toolbar-contact ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#rs-header .toolbar-area .toolbar-contact ul li {
    display: inline-block;
    color: #000;
}

#rs-header .toolbar-area .toolbar-contact ul li i {
    font-weight: 600;
    font-size: 14px;
    margin-right: 5px;
    color: #ffffff;
}

#rs-header .toolbar-area .toolbar-contact ul li a {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #fff;
    font-size: 13px;
}

#rs-header .toolbar-area .toolbar-contact ul li a:hover {
    color: #00a335;
}

#rs-header .toolbar-area .toolbar-sl-share ul {
    text-align: right;
}

#rs-header .toolbar-area .toolbar-sl-share ul li {
    display: inline-block;
}

#rs-header .toolbar-area .toolbar-sl-share ul li + li {
    margin-left: 15px;
    margin-top: 2px;
}

#rs-header .toolbar-area .toolbar-sl-share ul li a {
    display: block;
    color: #929da7;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-decoration: none;
}

#rs-header .toolbar-area .toolbar-sl-share ul li a:hover {
    color: #00a335;
}

#rs-header .toolbar-area .toolbar-sl-share ul li a i {
    text-align: center;
    display: inline-block;
    font-size: 12px;
    color: #fff;
}

#rs-header .toolbar-area .toolbar-sl-share ul li.follow-us {
    color: #ffffff;
}

#rs-header .toolbar-area .toolbar-sl-share ul .top-quote {
    background: #ff6c39;
    padding: 2px 13px;
    font-size: 14px;
}

#rs-header .toolbar-area .toolbar-sl-share ul .top-quote a {
    padding: 10px 0;
    color: #ffffff;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

#rs-header .toolbar-area .toolbar-sl-share ul .top-quote a:hover {
    color: #ffffff;
}

#rs-header .toolbar-area .toolbar-sl-share ul .top-quote:hover {
    background: #ff4e10;
}

.tpbrblck {
    background: #000;
    padding: 0px 8px;
    border: 1px solid #a4a4a4;
}

.tpbwhite {
    background: transparent;
    padding: 0px 8px;
    border: 1px solid #ccc;
}

#rs-header .menu-area {
    background: linear-gradient(
        90deg,
        rgb(78 81 229) 1%,
        rgb(251 207 125 / 98%) 100%
    );
    padding: 4px;
    position: relative;
    z-index: 100;
}

#rs-header .menu-area.sticky .logo-area {
    line-height: 75px;
}

#rs-header .menu-area.sticky #main-nav ul li {
    height: 40px;
    line-height: 40px;
}

#rs-header .menu-area .logo-area {
    line-height: 104px;
}

#rs-header .menu-area .logo-area a {
    font-weight: 700;
    font-size: 27px;
    color: #243a4f;
    display: block;
    text-transform: lowercase;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

#rs-header .menu-area .logo-area a img {
    display: inline-block;
    vertical-align: middle;
}

#rs-header .menu-area #main-nav {
    margin-bottom: 0;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#rs-header .menu-area #main-nav.mobile ul li:hover a,
#rs-header .menu-area #main-nav.mobile ul li.active a {
    color: #000;
}

#rs-header .menu-area #main-nav.mobile ul li:hover .submenu li a,
#rs-header .menu-area #main-nav.mobile ul li.active .submenu li a {
    color: #ffffff;
}

#rs-header .menu-area #main-nav.mobile ul li .submenu.left-align {
    left: 0px !important;
    text-align: left;
}

#rs-header .menu-area #main-nav ul {
    margin: 0;
    padding: 0;
    text-align: right;
}

#rs-header .menu-area #main-nav ul li {
    position: relative;
    display: inline-block;
    /* Dropdown Menu area */
}

#rs-header .menu-area #main-nav ul li + li {
    margin-left: 18px;
}

@media screen and (max-width: 991px) {
    #rs-header .menu-area #main-nav ul li + li {
        margin-left: 0;
    }
}

#rs-header .menu-area #main-nav ul li > a {
    display: inline-block;
    text-transform: capitalize;
    text-decoration: none;
    color: #505050;
    font-weight: 400;
    letter-spacing: 0.7px;
}

#rs-header .menu-area #main-nav ul li > a:after {
    content: "";
    position: absolute;
    height: 6px;
    width: 0px;
    background-color: #ff6c39;
    -webkit-transition: 0.5s ease width;
    -moz-transition: 0.5s ease width;
    -o-transition: 0.5s ease width;
    -ms-transition: 0.5s ease width;
    transition: 0.5s ease width;
}

#rs-header .menu-area #main-nav ul li > a:after {
    left: 50%;
    top: 97%;
    transform: translate(-50%, -50%);
}

#rs-header .menu-area #main-nav ul li:hover a,
#rs-header .menu-area #main-nav ul li.active a {
    color: #ff6c39;
}

#rs-header .menu-area #main-nav ul li:hover a:before,
#rs-header .menu-area #main-nav ul li.active a:before,
#rs-header .menu-area #main-nav ul li:hover a:after,
#rs-header .menu-area #main-nav ul li.active a:after {
    width: 100%;
}

#rs-header .menu-area #main-nav ul li .dd-toggle {
    display: none;
}

@media screen and (max-width: 991px) {
    #rs-header .menu-area #main-nav ul li .dd-toggle {
        display: block;
    }
}

#rs-header .menu-area #main-nav ul li .submenu {
    width: 230px;
    text-align: left;
    background: linear-gradient(
        90deg,
        rgb(78 81 229) 10%,
        rgba(164, 121, 40, 0.98) 100%
    );
    box-shadow: 0px 4px 9px 0px #000000bd;
}

@media screen and (max-width: 991px) {
    #rs-header .menu-area #main-nav ul li .submenu {
        background: #243a4f;
    }
}

#rs-header .menu-area #main-nav ul li .submenu li {
    line-height: normal;
    height: auto;
    display: block;
    border-bottom: 1px solid #dddddd;
    margin: 0;
    padding: 3px 0;
}

#rs-header .menu-area #main-nav ul li .submenu li:last-child {
    border-bottom: 0;
}

#rs-header .menu-area #main-nav ul li .submenu li a {
    display: block;
    padding: 8px 10px;
    text-transform: none;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #ffffff;
}

@media screen and (max-width: 991px) {
    #rs-header .menu-area #main-nav ul li .submenu li a {
        color: #ffffff;
    }
}

#rs-header .menu-area #main-nav ul li .submenu li a:hover {
    color: #ccc !important;
}

#rs-header .menu-area #main-nav ul li .submenu li a:before,
#rs-header .menu-area #main-nav ul li .submenu li a:after {
    display: none;
}

#rs-header .menu-area #main-nav ul li .submenu li a.active {
    color: #39cfff !important;
}

#rs-header .menu-area #main-nav ul li:hover ul {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
}

#rs-header .menu-area #main-nav .navbar-toggle {
    background-color: #243a4f;
    border-radius: 2px;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    -ms-transition: 0.4s ease all;
    transition: 0.4s ease all;
}

#rs-header .menu-area #main-nav .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

#rs-header .menu-area #main-nav .navbar-toggle:hover {
    opacity: 0.8;
}

.home1 #rs-header .toolbar-area .toolbar-contact ul li i {
    margin-right: 15px;
}

.home1 #rs-header .toolbar-area .toolbar-sl-share ul li a {
    padding: 5px 0 5px;
    color: #333;
}

.home1 #rs-header .menu-area #main-nav ul {
    text-align: left;
}

.home1 #rs-header .menu-area #main-nav ul li {
    height: 40px;
    line-height:40px;
}

.home1 #rs-header .menu-area #main-nav ul li a {
    margin-left: 7px;
    color: #ffffff;
}

.home1 #rs-header .menu-area #main-nav ul li a:before {
    text-align: right;
    right: -12px;
}

.home1 #rs-header .menu-area #main-nav ul li:last-child .submenu {
    text-align: left;
}

.home1 #rs-header .menu-area #main-nav ul li .submenu li a {
    margin-left: 0 !important;
}

.home1 #rs-header .middle-header-home1 {
    padding: 40px 0 70px;
    position: relative;
}

.home1 #rs-header .middle-header-home1 .header-contact .widget-text {
    position: relative;
    padding-left: 70px;
}

.home1 #rs-header .middle-header-home1 .header-contact .widget-text:hover a {
    color: #ff6c39;
}

.home1 #rs-header .middle-header-home1 .header-contact .widget-text:hover i {
    background: #ff6c39;
}

.home1 #rs-header .middle-header-home1 .header-contact .widget-text i {
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    left: 0;
    line-height: 50px;
    background: #243a4f;
    color: #ffffff;
    font-size: 18px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
}

.home1 #rs-header .middle-header-home1 .header-contact .widget-text .info-text {
    line-height: 1.4;
}

.home1
    #rs-header
    .middle-header-home1
    .header-contact
    .widget-text
    .info-text
    span {
    display: block;
    font-weight: 700;
    color: #101010;
}

.home1 #rs-header .middle-header-home1 .menu-sticky.sticky {
    background: #243a4f;
}

.home1 #rs-header .middle-header-home1 .menu-sticky.sticky .header-bottom-area {
    position: static;
}

.home1 #rs-header .middle-header-home1 .header-bottom-area {
    background: #243a4f;
    top: 38px;
    border-radius: 0;
    width: 100%;
    z-index: 999;
    left: 0;
    margin: 0 auto;
}

.home1 #first-slider .item p {
    padding: 0;
    color: #243a4f;
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 50px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.home1 #first-slider .slide1 h4,
.home1 #first-slider .slide2 h4,
.home1 #first-slider .slide3 h4,
.home1 #first-slider .slide4 h4 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

.home1 #first-slider .slide1 .text-left,
.home1 #first-slider .slide3 .text-left {
    padding-left: 40px;
}

.home1 #first-slider .carousel-indicators {
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}

.home1 #first-slider .carousel-indicators li {
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #9e9e9e;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: #9e9e9e;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    z-index: 10;
    cursor: pointer;
}

.home1 #first-slider .carousel-indicators li:last-child {
    margin-right: 0;
}

.home1 #first-slider .carousel-indicators .active {
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #ffd200;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.home1 #first-slider .carousel-indicators .active:before {
    transform: scale(0.5);
    background-color: #ffd200;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.home1 #first-slider .carousel-control.right,
.home1 #first-slider .carousel-control.left {
    background-image: none;
}

.home1 #first-slider .carousel .item .slide-img img:hover {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.home1 #first-slider .carousel .item .content-details {
    z-index: 1000;
    position: relative;
}

.home1 .carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 10%;
    left: 0;
    right: 0;
}

.home1 #first-slider .carousel-control {
    width: 6%;
    text-shadow: none;
}

.home1 #first-slider h1 {
    color: #243a4f;
    margin-bottom: 30px;
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
}

.home1 #first-slider h1 span {
    color: #243a4f;
}

.home1 #first-slider .p {
    padding-top: 40px;
    text-align: center;
    color: #243a4f;
}

.home1 #first-slider a.sl-btn {
    background: #ff6c39;
    color: #ffffff;
    display: inline-block;
    padding: 14px 45px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
}

.home1 #first-slider a.sl-btn i {
    font-weight: 700;
    margin-left: 12px;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    position: relative;
    left: 0;
}

.home1 #first-slider a.sl-btn:hover i {
    left: 10px;
}

.home1 #first-slider .p a {
    text-decoration: underline;
}

.home1 .carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.home1 .carousel-fade .carousel-inner .item,
.home1 .carousel-fade .carousel-inner .active.left,
.home1 .carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.home1 .carousel-fade .carousel-inner .active,
.home1 .carousel-fade .carousel-inner .next.left,
.home1 .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.home1 .carousel-fade .carousel-inner .next,
.home1 .carousel-fade .carousel-inner .prev,
.home1 .carousel-fade .carousel-inner .active.left,
.home1 .carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.home1 .carousel-fade .carousel-control {
    z-index: 2;
}

.home1 .carousel-control .fa-angle-right,
.home1 .carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.home1 #first-slider {
    overflow-x: hidden;
}

.home1 #first-slider:hover .carousel-control .fa-angle-left {
    left: 0;
}

.home1 #first-slider:hover .carousel-control .fa-angle-right {
    right: 0;
}

.home1 .carousel-control .fa-angle-left,
.home1 .carousel-control .fa-angle-right {
    left: 0px;
    width: 40px;
    height: 40px;
    margin-top: -15px;
    font-size: 30px;
    color: #ffffff;
    background: #243a4f;
    line-height: 100px;
    transition: all 0.8s ease 0s;
}

.home1 .carousel-control .fa-angle-right {
    left: auto;
    right: 0px;
}

.home1 .hvr-ripple-out::before {
    border: 2px solid;
}

.home1 .carousel-control .fa-angle-left:hover,
.home1 .carousel-control .fa-angle-right:hover {
    background: #ff6c39;
}

.home1 .carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}

.home2 #rs-header .menu-area.header2 {
    position: absolute;
    background: transparent;
    z-index: 9;
    width: 100%;
}

.home2 #rs-header .menu-area.header2 .logo-area .sticky-logo {
    display: none;
}

.home2 #rs-header .menu-area.header2 #main-nav li a {
    color: #ffffff;
}

.home2 #rs-header .menu-area.header2 #main-nav li a:hover {
    color: #ff6c39;
}

.home2 #rs-header .sticky .main--logo {
    display: none;
}

#rs-header .menu-area #main-nav ul li:last-child .submenu {
    text-align: right;
}

.home2 #rs-header .menu-area #main-nav.stellarnav.mobile .menu-toggle {
    color: #ffffff;
}

.home2 #rs-header .menu-area #main-nav.stellarnav.mobile .menu-toggle {
    color: #ffffff;
}

.home2 #rs-header .menu-area .submenu {
    background: #243a4f !important;
}

.home2 #rs-header .menu-area .submenu li a {
    color: #ffffff !important;
}

.home2 #rs-header .menu-area .submenu li a:hover {
    color: #ff6c39 !important;
}

#rs-header .menu-area #main-nav.stellarnav.mobile {
    max-height: 490px;
    overflow-y: auto;
}

#rs-header .menu-area #main-nav.stellarnav.mobile .menu-toggle {
    color: #fff;
    background: #3f51b5;
	font-size: 25px !important;
    padding: 7px 0 7px 45px;				   
}

#rs-header .menu-area #main-nav ul li.has-sub:hover a:before {
    content: "+";
}

#rs-header .menu-area #main-nav ul li.has-sub a:before {
  content: "+";
  /* font-family: 'Bootstrap Icons'; */
  display: block;
  position: absolute;
  font-size: 18px;
    right: -17px;
    top: 0px;
}

#rs-header .menu-area #main-nav ul li a:after {
    display: none;
}

/* ------------------------------------
    05. Slider area start here 
---------------------------------------*/
.slider-main {
    position: relative;
    overflow: hidden;
}

.slider-main .item:after {
    background: rgba(36, 58, 79, 0.9);
    /* Old Browsers */
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.9;
}

.slider-main .item img {
    width: 100%;
    height: 100vh;
}

.slider-main .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #ffffff;
}

.slider-main .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    text-align: center;
    background: #243a4f;
}

.slider-main .owl-nav .owl-prev i {
    font-size: 32px;
    width: 60px;
    height: 104px;
    line-height: 104px;
    border: 1px solid #243a4f;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.slider-main .owl-nav .owl-prev:hover i {
    color: #ff6c39;
}

.slider-main .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    text-align: center;
    background: #243a4f;
}

.slider-main .owl-nav .owl-next i {
    font-size: 32px;
    width: 60px;
    height: 104px;
    line-height: 104px;
    border: 1px solid #243a4f;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.slider-main .owl-nav .owl-next:hover i {
    color: #ff6c39;
}

.slider-main .inner-slider {
    max-width: 1170px;
    margin: 0 auto;
}

.slider-main .dsc p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 40px;
    line-height: 25px;
}

.slider-main .dsc a {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 26px;
    padding: 15px 60px;
}

.slider-main .dsc .btn1 {
    transform: skewX(-19deg);
    left: 40%;
    position: absolute;
}

.slider-main .dsc .btn1 span {
    transform: skewX(19deg);
    position: relative;
    display: block;
}

.slider-main .dsc .btn2 {
    transform: skewX(-19deg);
    right: 40%;
    position: absolute;
}

.slider-main .dsc .btn2 span {
    transform: skewX(19deg);
    position: relative;
    display: block;
}

.slider-main .dsc .btn2:hover {
    background: #243a4f;
}

.slider-home {
    position: relative;
    overflow: hidden;
}

.slider-home .item img {
    width: 100%;
    height: 100vh;
}

/* -----------------------
    22. Scroll Up
--------------------------*/
#scrollUp {
					   
				 
					
				  
    position: fixed;
    bottom: 28px;
    right: 11px;
    z-index: 10;
    cursor: pointer;
    display: none;
    height: 48px;
    width: 48px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}
#scrollUp i {

			 
    height: 48px;
    width: 48px;
    font-size: 25px;
    background: linear-gradient(90deg, rgb(78 81 229) 1%, rgb(251 207 125 / 98%) 100%);
    color: #fff;

    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    margin-left: 1px;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
 

				   
				
						
 

		   
					
				 
				
				
					
				  
				 
				
					   
																					   
				  
						
							
							  
}

				 
				
						
 

#scrollUp .tooltip {
    position: absolute;
    right: 115%;
    top: 50%;
    transform: translateY(-50%) translateX(10px);
    background: linear-gradient(
        90deg,
        rgb(78 81 229) 1%,
        rgb(251 207 125 / 98%) 100%
    );
    color: #fff;
    height: 38px;
    padding: 0 14px;
    border-radius: 6px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    line-height: 1;
}

#scrollUp:hover .tooltip {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}
#scrollUp .tooltip::after {
   content: '';
  position: absolute;
  top: 55% !important;
  left: 100% !important;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #1f2937;
}

#main-banner {
    height: 100vh;
    position: relative;
    background: url(images/parallax/slide_1.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* ----------------------------------
    31. Case Study
-------------------------------------*/
.rs-case-study .portfolio-filter {
    margin-bottom: 30px;
    text-align: center;
}

.rs-case-study .portfolio-filter button {
    background: transparent;
    position: relative;
    display: inline-block;
    border: 1px solid #ff6c39;
    outline: none;
    font-weight: 600;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    margin: 0 11px 15px 0;
    padding: 6px 14px;
}

.rs-case-study .portfolio-filter button:hover,
.rs-case-study .portfolio-filter button.active {
    background: #ff6c39;
    color: #ffffff;
}

.rs-case-study .portfolio-item {
    position: relative;
    overflow: hidden;
}

.rs-case-study .portfolio-item .portfolio-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 30%;
    left: 0;
    text-align: center;
    z-index: 10;
    padding: 25px;
    opacity: 0;
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}

.rs-case-study .portfolio-item .portfolio-content:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: -1;
    -webkit-transition: 0.25s opacity ease;
    transition: 0.25s opacity ease;
}

.rs-case-study .portfolio-item .portfolio-img img {
    width: 100%;
}

.rs-case-study .portfolio-item a {
    cursor: pointer;
}

.rs-case-study .portfolio-item a .fa {
    display: inline-block;
    font-size: 30px;
    color: #ff6c39;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.rs-case-study .portfolio-item a .fa:hover {
    opacity: 0.6;
}

.rs-case-study .portfolio-item a.case-link {
    margin-left: 6px;
}

.rs-case-study .portfolio-item .p-title {
    font-size: 20px;
    line-height: normal;
    margin-top: 25px;
    color: #ffffff;
    margin-bottom: 0;
}

.rs-case-study .portfolio-item .p-title a {
    color: #ffffff;
}

.rs-case-study .portfolio-item .p-title a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.rs-case-study .portfolio-item .p-desc {
    font-size: 15px;
    color: #ffffff;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 10px;
}

.rs-case-study .portfolio-item:hover .portfolio-content {
    opacity: 1;
    top: 0;
}

/* ----------------------------------
    36. Preloader CSS
-------------------------------------*/
#loading {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    z-index: 9999999;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin-top: -75px;
    margin-left: -75px;
}

/* ----------------------------------
    38. Skill CSS
-------------------------------------*/
.rs-skills {
    padding: 100px 0;
}

.rs-skills .rs-team-details {
    padding: 0px !important;
}

.rs-skills .rs-team-details .cl-skill-bar .skillbar .skillbar-bar {
    height: 40px;
}

.rs-skills .rs-team-details .cl-skill-bar .skillbar .skill-bar-percent {
    height: 40px;
    line-height: 40px;
}

.rs-skills .rs-team-details .cl-skill-bar .skillbar .skillbar-title {
    height: 40px;
    line-height: 40px;
}

.hd-logo {
    height: 100px;
    float: left;
    margin-top: -5px;
}

.hd-logo-tw {
    height: 80px;
}

.owl-nav {
    display: flex;
}

#main-slide .owl-nav .owl-prev,
#main-slide .owl-nav .owl-next {
  cursor: pointer;
  background: #686be9;
  padding: 0;
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 80%;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
  border: none;
  transition: all 0.3s ease; /* animation */
  box-shadow: 0 4px 6px rgba(0,0,0,0.1); /* optional shadow */
}

/* Positioning */
#main-slide .owl-nav .owl-prev {
  right: 9%;
}

#main-slide .owl-nav .owl-next {
  right: 5%;
}

/* Hover effect */
#main-slide .owl-nav .owl-prev:hover,
#main-slide .owl-nav .owl-next:hover {
  background: #4b4ee0;
  transform: scale(1.1); /* slight zoom */
  box-shadow: 0 6px 12px rgba(0,0,0,0.2); /* deeper shadow */
}

#main-slide .owl-item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.get-quote {
    line-height: 40px;
    padding: 0 15px;
    position: relative;
    width: auto;
    text-align: center;
    top: 0px;
}

.get-quote a {
    color: #fff;
}

.topserbtn {
    height: 33px;
    position: absolute;
    right: 0;
}

.header-search-icon {
    background: none;
    border: none;
}

.sliderbg {
    width: 100%;
    height: 100%;
    position: relative;
    background: url(../images/bodybg.jpg) repeat;
}

.notebook {
    height: 100%;
    width: 70%;
    margin: 22% 0 0 10%;
}

.notecontent {
    padding: 20px 0;
    background: #ccc;
    margin: 3%;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    height: 100px;
}

.notecontent:nth-child(3n + 1) {
    background-color: #e3b016d9;
    /* light red */
}

.notecontent:nth-child(3n + 2) {
    background-color: #5f5edbb0;
    /* light green */
}

.notecontent:nth-child(3n) {
    background-color: #2196f396;
    /* light blue */
}

.last-notecontent {
    border-bottom: none !important;
}

.notecontent h4 {
    font-size: 18px;
    font-weight: 600;
    color: #2e3192;
    padding-top: 10px;
}

.notecontent h5 {
    font-size: 16px;
    margin: 0;
    color: #fff;
    font-weight: 600;
}

.notecontent h6 {
    font-size: 16px;
    margin: 0;
    color: #fff;
}

.notecontent img {
    height: 90px;
    width: 90px;
    float: left;
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 50%;
    object-fit: contain;
    background: #ffffff;
    position: absolute;
    left: -50px;
    top: 5%;
}

.content-pding {
    padding: 13px 0 0 28px;
}

.notice {
    width: 100%;
    padding: 14px 14px 14px 2px;
    color: #fff;
    position: relative;
    font-size: 18px;
    line-height: 2;
    border-right: 1px solid #fff;
}

.notice:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    top: 22px;
    right: -12px;
}

.important {
    padding: 60px 0 100px 0;
    position: relative;
    color: #000;
    background: url(../images/bodybg-two.jpg) no-repeat;
    background-size: cover;
}

.important .content-bx {
    position: relative;
}

.important h3 {
    display: inline-block;
    color: #585bb6;
}

.important h4 {
    font-size: 25px !important;
    color: #6260d9 !important;
}

.shadowbg {
    height: 100%;
    width: 1px;
    background: #ffffff;
    box-shadow: 2px 4px 5px #8f8d8d;
    margin: 0 auto;
    position: relative;
}

.shadowbg:before {
    position: absolute;
    content: "";
    background: url(../images/spiral.png) repeat-y;
    width: 70px;
    height: 100%;
    left: -12px;
}

.mission-box {
    background: #fff;
    height: 150px;
    width: 150px;
    margin: 0 auto;
}

.vision-box {
    background: #fff;
    height: 150px;
    width: 150px;
    margin: 0 auto;
}

.objective-box {
    background: #fff;
    height: 150px;
    width: 150px;
    margin: 0 auto;
}

.other-link {
    padding: 20px 0;
    background: url(../images/bg.png) repeat;
    background-attachment: fixed;
    position: relative;
}

::-webkit-scrollbar {
    width: 5px;
    height: 2px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(50, 108, 132);
    border-radius: 3px;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 7px rgba(50, 108, 132);
}

.gific {
    height: 25px;
}

.mdline {
    border-left: 1px solid #ccc;
}

.gallery {
    background:#a8a9df url(../images/banbg.png) no-repeat;
    padding: 50px 0;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    margin-bottom: 20px;
    background-blend-mode: difference;
}

.gallery:before {
    position: absolute;
    content: "";
    background: #4aa2ff66;
    right: 0;
    height: 100%;
    width: 28%;
    top: 0;
}

.gallery:after {
    position: absolute;
    content: "";
    background: #4aa2ff66;
    left: 0;
    height: 100%;
    width: 29%;
    top: 0;
}

.social-box-inner {
    position: relative;
    z-index: 1;
}

.galery-content-inner {
    padding: 0 0 0 20px;
    position: relative;
    z-index: 1;
}

/*.gallery:after
{
    position: absolute;
    content: "";
    background: url(../images/parallax/img2.png)no-repeat;
    right: 0;
    height: 157px;
    width: 374px;
    margin-top:28%;

}*/

#mainnav ul {
    position: fixed;
    bottom: 40px;
    font-weight: 400;
    z-index: 100;
    min-width: 10em;
}

#mainnav li {
    list-style: none;
    margin: 0.5em 0 0;
    font-size: 12px;
}

#mainnav li.invisible {
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s;
}

#mainnav li.animate {
    opacity: 0;
    animation-duration: 0.25s;
    animation-name: easeOutBounce;
    animation-fill-mode: forwards;
}

#mainnav a {
    text-decoration: none;
    color: #da0811;
}

#mainnav i {
    border: 1px solid #da0811;
    padding: 5px 4px 3px 3px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    font-size: 17px;
}

#mainnav span {
    color: #fff;
    padding: 0.35em;
    margin-left: 0.5em;
    border-radius: 0.2em;
    font-size: 14px;
    transition: 0.3s;
    background: #2e3192;
    opacity: 100;
    position: relative;
}

#mainnav span:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    left: -0.4em;
    top: 50%;
    margin-top: -0.5em;
    border-style: solid;
    border-width: 0.5em 0.5em 0.5em 0;
    border-color: transparent #2e3192 transparent transparent;
}

/* Imitates jQuery UI's ease-out-bounce animation effect */
@keyframes easeOutBounce {
    0% {
        font-size: 0;
    }

    37% {
        font-size: 1.75em;
    }

    55% {
        font-size: 1.3125em;
    }

    73% {
        font-size: 1.75em;
    }

    82% {
        font-size: 1.6275em;
    }

    91% {
        font-size: 1.75em;
    }

    96% {
        font-size: 1.715em;
    }

    100% {
        font-size: 1.75em;
        opacity: 1;
    }
}

.notification h3 {
    background: #266402;
    color: #fff;
    padding: 5px 10px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    width: 60%;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0px 3px 4px #000000;
}

.twit-dv {
    margin-top: -7px;
}

.ga-content {
    background: #fff;
    padding: 10px;
    min-height: 420px;
    width: 100%;
}

.ph-content {
    min-height: 285px;
}

.line {
    position: relative;
    display: block;
    background: transparent;
    width: 100px;
    height: 1px;
    border-bottom: 1px solid #000;
    margin-left: 20%;
    margin-top: 0px;
}

.image-popup {
    position: absolute;
    top: 35%;
    left: 45%;
    height: 10px;
    width: 10px;
}

.photo-sec {
    background: #fff;
    box-shadow: 0px 2px 8px -4px #ccc;
    padding: 15px;
    border-radius: 15px;
    margin-top: 6px;
}

.fabook {
    color: #3a47ed;
}

#scroll-div {
    overflow: hidden;
    width: 100%;
    padding: 25px 0;
    height: 200px;
}

#scroll-div div {
    display: block;
    margin-bottom: 10px;
}

.item:last-child {
    margin-bottom: 0px;
}

.prs-btn {
    float: right;
    margin: 50px;
}

.next-prev {
    background: #da0811;
    border: none;
    padding: 5px 20px;
    color: #fff;
}

.userlink-sec {
    padding: 10px 0;
}

.userlink-container {
    width: 25%;
    margin: 0 auto;
}

.footer {
    background: #7193e6 url(../images/footer_lodyas.png) repeat;
    background-size: 100%;
    position: relative;
    color: #fff;
    background-blend-mode: hard-light;
}

.footer-inner {
    width: 70%;
    margin: 0 auto;
    padding: 30px 0 0 0;
}

.footer-inner ul {
    padding: 0 0 0 15px;
    list-style: none;
}

.footer-inner p {
    color: #ccc;
}

.footer-inner p a {
    color: #ccc;
}

.footer-inner p a:hover {
    color: #fff;
}

.footer-inner h5 {
    color: #fff;
}

.footer-inner i {
    color: #ffc107;
    font-size: 20px;
}

.footer h4 {
    font-size: 20px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
}

.footer ul li {
    padding: 4px 0;
}

.footer ul li a {
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;
    position: relative;
}

.footer ul li a::before {
    content: "";
    position: absolute;
    top: 2px;
    left: -18px;
    width: 1em;
    height: 1em;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffc107' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8'/></svg>");
    background-repeat: no-repeat;
    background-size: 1em 1em;
}

.footer ul li a:hover {
    color: #ffffff;
    padding-left: 8px;
}

.footer .social-links a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
}

.footer .social-links a:hover {
    color: #24262b;
    background-color: #ffffff;
}

.ft-social {
    margin-top: 10px;
}

.facebook {
    background: #3e89e0 !important;
    border: none !important;
    height: 25px !important;
    width: 30px !important;
    line-height: 24px;
    text-align: center;
    color: #fff !important;
}

.facebook:hover {
    background: #3e89e0 !important;
    border: none !important;
    height: 25px !important;
    width: 30px !important;
    line-height: 30px;
    text-align: center;
    color: #fff !important;
}

.twitter {
    background: #6a59e0 !important;
    border: none !important;
    height: 25px !important;
    width: 30px !important;
    line-height: 24px;
    text-align: center;
    color: #fff !important;
}

.twitter:hover {
    background: #6a59e0 !important;
    border: none !important;
    height: 25px !important;
    width: 30px !important;
    line-height: 30px;
    text-align: center;
    color: #fff !important;
}

.youtube {
    background: #bd0922 !important;
    border: none !important;
    height: 25px !important;
    width: 25px !important;
    line-height: 24px;
    border-radius: 50%;
}

.copyright {
    background: #42449b;
    padding: 8px 0 0 0;
    color: #fff;
}

.ga-zoom {
    background: #ffffffb0;
    padding: 5px;
}

.nav-tabs .nav-link {
    background: #2e3192 !important;
    color: #fff !important;
    padding: 11px;
    border: 1px solid #fff;
}

#toggle {
    background: rgb(174 14 14);
    background: linear-gradient(
        269deg,
        rgba(2, 0, 36, 1) 0%,
        rgb(13 27 95) 21%,
        rgb(172 15 15) 79%
    );
    padding: 5px;
    margin: -45px 0 0 0;
    border-radius: 20px;
    color: #fff;
    position: absolute;
    left: 8px;
    width: 13%;
    text-align: center;
    font-weight: 600;
}

#toggle div {
    width: 100%;
    height: 5px;
    background: #000;
    margin: 4px auto;
    transition: all 0.3s;
    backface-visibility: hidden;
}

#toggle img {
    height: 25px;
}

#menu {
    color: white;
    border: 1px solid #da0d15;
    width: 470px;
    height: 400px;
    padding: 10px;
    border-radius: 3px;
    line-height: 20px;
    text-align: left;
    top: 660px;
    left: 10px;
    display: none;
    position: absolute;
    z-index: 10000;
    background: #080768e6;
    box-shadow: 1px 1px 12px 3px #333;
}

#menu:before {
    position: absolute;
    content: "";
    height: 0px;
    width: 0px;
    border-bottom: 10px solid #ba0e15;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: -10px;
    left: 18px;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    display: block;
    padding: 5px;
}

#menu ul li i {
    padding: 0 5px;
}

#menu ul li a {
    color: #fff;
}

.blink {
    animation: blink 1s linear infinite;
    padding: 0 0 0 15px;
}

@keyframes blink {
    0% {
        color: #d10a13;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

#wrap {
    /* display: inline-block; */
    position: relative;
    float: right;
    padding: 0;
 
}

.shre-ic {
    font-size: 15px;
    color: #fff;
    padding: 0 5px;
}

.link-icon {
    float: left;
}

.border-bottom1 li {
    border-bottom: 1px dotted #ccc;
    padding: 7px 1px !important;
}

.btn-view {
    background: #0c1097;
    padding: 4px;
    border-radius: 6px;
    color: #fff;
}

.loading-spinner {
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%) translateZ(0);
    top: 50%;
    width: 90px;
    height: 90px;
    z-index: 1;
    background: url(../images/loader.gif) center no-repeat;
    background-size: contain;
    /*animation: spinning 1.5s infinite ease-in-out;*/
    background-blend-mode: difference;
}

/*.loading-spinner:after {
	content:"";
	position:absolute;
	width:120px;
	height:120px;
	background-color:rgba(0,0,0,0);
	border-radius:100%;
	margin:-15px;
	box-shadow: 0 4px 0 0 #000;
	transition: all 1s linear;
	animation: lds-eclipse 1s linear infinite;
}*/

@keyframes spinning {
    0% {
        transform: translate(-50%, -50%) scale(1) translateZ(0);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.1) translateZ(0);
    }

    100% {
        transform: translate(-50%, -50%) scale(1) translateZ(0);
    }
}

@keyframes lds-eclipse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#main-slide {
    width: 100% !important;
}

@keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}

.rainbow {
    position: relative;
    z-index: 0;
    overflow: hidden;
    background: linear-gradient(
        90deg,
        rgba(6, 182, 83, 0) 0%,
        rgba(7, 97, 191, 1) 100%
    );

    &::before {
        content: "";
        position: absolute;
        z-index: -2;
        left: -50%;
        top: -50%;
        width: 200%;
        height: 100%;
        background-size: 50% 50%, 50% 50%;
        background-position: 0 0, 100% 0, 100% 100%, 0 100%;
        background-image: radial-gradient(
            circle,
            rgba(6, 182, 83, 1) 0%,
            rgba(7, 97, 191, 1) 100%
        );
        animation: rotate 10s linear infinite;
    }

    &::after {
        content: "";
        position: absolute;
        z-index: -1;
        left: 1px;
        top: 1px;
        width: calc(100% - 2px);
        height: calc(120% - 10px);
        background: white;
        border-radius: 24px;
    }
}

.heading {
    background: url(../images/sliderbg.jpg) repeat;
    box-shadow: 1px 2px 8px 1px #ccc;
}

.heading h3 {
    padding: 55px 0;
}

.hdinner {
    background: url(../images/innerpage-bg.png) no-repeat right;
}

.gallery-carousel .owl-dot {
  display: none !important;
}

.gallery-carousel .owl-item img {
    width: 100%;
    height: 365px;
    padding: 0;
    object-fit: cover;
}

.gallery-carousel .owl-nav {
  display: block !important;
}

.gallery-carousel .owl-nav .owl-prev,
.gallery-carousel .owl-nav .owl-next {
  cursor: pointer;
  background: #ffc107;
  padding: 3px 8px;
  color: #000 !important;
  font-size: 20px;
  position: absolute;
  top: -75px;
  height: 35px;
  width: 35px;
  text-align: center;
  border-radius: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border:none!important;
}

.gallery-carousel .owl-nav .owl-prev {
  left: 90%;
}

.gallery-carousel .owl-nav .owl-next {
  left: 95%;
}

.gallery-carousel .owl-nav .owl-prev:hover,
.gallery-carousel .owl-nav .owl-next:hover {
  transform: scale(1.15);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.main {
    padding: 30px 0;
}

.main p {
    text-align: justify;
}

.main img {
    height: 225px;
    padding: 12px;
    border: 1px solid #ccc;
    width: 100%;
}

.inerimgtp {
    height: 120px;
    border: 1px solid #ccc;
    position: absolute;
    content: "";
    top: -3px;
    left: 11px;
    background: #8b98cc;
    width: 120px;
    z-index: -100;
}

.inerimgbtm {
    height: 120px;
    border: 1px solid #ccc;
    position: absolute;
    content: "";
    top: 110px;
    right: 10px;
    background: #5168c4;
    width: 120px;
    z-index: -100;
}

.main h3 {
    width: 100%;
    margin: 10px 0;
}

tbody,
th,
thead {
    background: #7973c3 !important;
    color: #fff !important;
}

.chart-img {
    height: 100% !important;
    width: 70% !important;
    margin: 0 auto;
}

.directory-img {
    height: 100px !important;
    padding: 10px !important;
    margin: 10px;
    width: 75% !important;
}

.g-img {
    height: 150px !important;
}

.add {
    width: 100%;
    height: 45px;
}

.add i {
    font-size: 20px;
    color: #2f7de6;
}

.add-ic {
    width: 10%;
    float: left;
}

.add-txt {
    width: 80%;
    float: left;
    margin-left: 1%;
}

.con-map {
    border: 1px solid #ccc;
    padding: 10px;
}

.con-ad {
    background: #eeebeb;
    padding: 5px 10px 20px 10px;
    margin: 4px 0;
    border-right: 2px;
    border-left: 2px;
    border-style: solid;
    border-top: 2px;
    border-bottom: 2px;
    /* 	border-image: linear-gradient(to bottom, #ccc, #555 66%, #181818) 1 100%; */
    border-image: linear-gradient(to bottom, #eee, #ccc, #eee) 1 100%;
}

.con-ad h5 {
    margin: 0 0 10px 0;
}

.sdic {
    height: 15px;
}

.rdmr {
    background: #078b51;
    padding: 9px 10px;
    color: #fff;
    border-radius: 10px;
}

.abimg {
    height: 340px;
    border: 1px solid #ccc;
    padding: 15px;
    /* margin-top: 20px; */
    float: left;
    margin-right: 10px;
    width: 90%;
    object-fit: cover;
    position: relative;
    animation: wobble 7s ease-in infinite;
}

.about-img {
    position: relative;
}

.about-img::before {
    content: "";
    position: absolute;
    left: 15px;
    top: -3px;
    background: #fff;
    border-radius: 20px;
    width: 95%;
    height: 353px;
    transform: rotate(354deg);
    z-index: 0;
}

@keyframes wobble {
    0% {
        transform: translateY(0%);
    }

    15% {
        transform: translateY(-5%);
    }

    30% {
        transform: translateY(5%);
    }

    45% {
        transform: translateY(-2%);
    }

    60% {
        transform: translateY(3%);
    }

    75% {
        transform: translateY(-1%);
    }

    100% {
        transform: translateY(0%);
    }
}

.mission-sec {
    display: flex;
    width: 100%;
}

.mission-sec .boox {
    position: relative;
    width: 34%;
  padding: 5px 0px;
    overflow: hidden;
    border-right: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mission-sec .boox .icon {
    position: relative;
    width: 50px !important;
    height: 50px !important;
    color: #fff;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    font-weight: 700px;
    transition: 1s;
    margin-right: 15px;
    padding: 0 15px !important;
    border-radius: 50%;
    margin-top: 5px;
}

.mission-sec .boox .icon img {
    height: 35px;
    border-radius: 50%;
}

.mission-sec .boox:nth-child(1) .icon {
    box-shadow: 0 0 0 0 #8f70f3;
    background-color: #8f70f3;
}

.mission-sec .boox:nth-child(1):hover .icon {
    box-shadow: 0 0 0 400px #8f70f3;
    background-color: #8f70f3;
}

.mission-sec .boox:nth-child(2) .icon {
    box-shadow: 0 0 0 0 #ffc107;
    background-color: #ffc107;
}

.mission-sec .boox:nth-child(2):hover .icon {
    box-shadow: 0 0 0 400px #ffc107;
    background-color: #ffc107;
}

.mission-sec .boox:nth-child(3) .icon {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: #2196f3;
}

.mission-sec .boox:nth-child(3):hover .icon {
    box-shadow: 0 0 0 400px #2196f3;
    background-color: #2196f3;
}

.mission-sec .boox .content {
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.mission-sec .boox:hover .content h3 {
    color: #fff;
}

.mission-sec .boox .content h3 {
    font-size: 20px;
    margin: 10px 0;
    background: transparent;
    color: #686be9;
}

.bx-border-right {
    border-right: none !important;
}

.services {
    width: 100%;
    margin: 0 auto;
}

.box-a {
    background: rgb(240 121 1);
    color: #ddd;
    padding: 15px;
    position: relative;
    margin: 20px 0 0 0;
}

.box-a:hover {
    background: #ccc;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.box-a:before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 0px;
    height: 0px;
    border-bottom: 25px solid #ffffff;
    border-left: 25px solid #c8c8c8;
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    /* Firefox 3.0 damage limitation */
    display: block;
    width: 0;
}

.box-a i {
    font-size: 35px;
    background: #266402;
    padding: 18px;
    border-radius: 100%;
    color: #fff;
}

.box-a h3 {
    position: relative;
    display: inline-block;
    padding: 0 0 0 10px;
    text-align: left;
    margin: 0;
    color: #fff;
    line-height: 65px;
}

.box-a h3:hover {
    color: #266402;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.box-a:hover i {
    background: #fff;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    color: #266402;
}

.box-b {
    background: rgb(0 147 61);
    color: #ddd;
    padding: 15px;
    position: relative;
    margin: 20px 0 0 0;
}

.box-b:hover {
    background: #ccc;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.box-b:before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 0px;
    height: 0px;
    border-bottom: 25px solid #ffffff;
    border-left: 25px solid #c8c8c8;
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    /* Firefox 3.0 damage limitation */
    display: block;
    width: 0;
}

.box-b i {
    font-size: 35px;
    background: #266402;
    padding: 18px;
    border-radius: 100%;
    color: #fff;
}

.box-b h3 {
    position: relative;
    display: inline-block;
    padding: 0 0 0 10px;
    text-align: left;
    margin: 0;
    color: #fff;
    line-height: 65px;
}

.box-b h3:hover {
    color: #266402;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.box-b:hover i {
    background: #fff;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    color: #266402;
}

.box-c {
    background: rgb(29 37 83);
    color: #ddd;
    padding: 15px;
    position: relative;
    margin: 20px 0 0 0;
}

.box-c:hover {
    background: #ccc;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.box-c:before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 0px;
    height: 0px;
    border-bottom: 25px solid #ffffff;
    border-left: 25px solid #c8c8c8;
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    /* Firefox 3.0 damage limitation */
    display: block;
    width: 0;
}

.box-c i {
    font-size: 35px;
    background: #266402;
    padding: 18px;
    border-radius: 100%;
    color: #fff;
}

.box-c h3 {
    position: relative;
    display: inline-block;
    padding: 0 0 0 10px;
    text-align: left;
    margin: 0;
    color: #fff;
    line-height: 65px;
}

.box-c h3:hover {
    color: #266402;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.box-c:hover i {
    background: #fff;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    color: #266402;
}

.box-d {
    background: rgb(23 127 121);
    color: #ddd;
    padding: 15px;
    position: relative;
    margin: 20px 0 0 0;
}

.box-d:hover {
    background: #ccc;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.box-d:before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 0px;
    height: 0px;
    border-bottom: 25px solid #ffffff;
    border-left: 25px solid #c8c8c8;
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    /* Firefox 3.0 damage limitation */
    display: block;
    width: 0;
}

.box-d i {
    font-size: 35px;
    background: #266402;
    padding: 18px;
    border-radius: 100%;
    color: #fff;
}

.box-d h3 {
    position: relative;
    display: inline-block;
    padding: 0 0 0 10px;
    text-align: left;
    margin: 0;
    color: #fff;
    line-height: 65px;
}

.box-d h3:hover {
    color: #266402;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.box-d:hover i {
    background: #fff;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    color: #266402;
}

body.dark {
    background-color: #292c35;
}

body.dark h1,
body.dark a {
    color: #fff;
}

.checkbox {
    opacity: 0;
    position: absolute;
}

.checkbox-label {
    background-color: #111;
    width: 50px;
    height: 26px;
    border-radius: 50px;
    position: relative;
    padding: 5px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fa-moon {
    color: #f1c40f;
}

.fa-sun {
    color: #f39c12 !important;
}

.checkbox-label .ball {
    background-color: #fff;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 5px;
    top: 4px;
    border-radius: 50%;
    transition: transform 0.2s linear;
}

.checkbox:checked + .checkbox-label .ball {
    transform: translateX(24px);
}

.socialtb {
    position: relative;
    margin-left: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 11px solid #078b51;
    margin-left: 45%;
}

.newsbg {
    width: 100%;
    position: relative;
    padding: 0;
    box-shadow: 1px 2px 16px #cccc;
    display: flex;
    justify-content: center;
    align-items: center;
}

.newsbg:before {
    position: absolute;
    content: "";
    bottom: 0;
    width: 60%;
    left: -3%;
    background: linear-gradient(
        90deg,
        rgb(78 81 229) 1%,
        rgb(251 207 125 / 98%) 100%
    );
    transform: skew(17deg);
    height: 100%;
}

.newsbg img {
    height: 30px;
}

.newsbg #controls {
    float: right;
    height: 16px;
    position: relative;
}

#newscontent {
    padding: 17px 0;
    color: #fff;
}

.icon {
    display: inline-block;
    width: 25px !important;
    height: 25px !important;
    fill: #000 !important;
    padding-top: 10px;
    margin-top: 13px;
}

nav > div a.nav-item.nav-link.active:after {
    content: "";
    position: relative;
    bottom: -35px;
    left: -40%;
    border: 10px solid transparent;
    border-top-color: #ffc107;
}

.tab-pane ul {
    list-style: none;
}

.tab-pane ul li {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #91efc6;
}

.tab-pane li i {
    color: #078b51;
    background: #fff;
    padding: 3px;
    border-radius: 50%;
    margin-right: 10px;
    border: 1px solid;
    float: left;
}

.bdr {
    border-right: 1px solid #ccc;
}

.bdimg1 {
    position: fixed;
    top: 20%;
    left: -10%;
    opacity: 0.5;
    z-index: -1;
}

.bdimg2 {
    position: fixed;
    top: 30%;
    right: -10%;
    opacity: 0.5;
    z-index: -1;
}

.bdimg3 {
    position: fixed;
    top: -10%;
    right: 30%;
    opacity: 0.5;
    z-index: -1;
}

.flex-cradle {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.slider-cradle {
    display: flex;
    width: 50px;
    text-align: center;
    border-radius: 60px;
    background: #000;
    height: 25px;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.4);
    transition: background ease-in-out 0.5s;
    top: 3px;
    cursor: pointer;
}

.slider-cradle .option-1 {
    width: 50%;
}

.slider-cradle .option-2 {
    width: 50%;
}

.slider-cradle .handle {
    cursor: pointer;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    background: white;
    top: 2px;
    left: 2px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
    transition: transform cubic-bezier(1, 0.11, 1, 1.04) 400ms;
}

.slider-cradle div {
    line-height: 25px;
    color: white;
    font-weight: 500;
}

.slider-cradle.is-transitioned {
    background: #000;
    border-radius: 60px;
}

.slider-cradle.is-transitioned .handle {
    transform: translateX(25px);
}

.magnific-img i {
    position: absolute;
    top: 80%;
    left: 83%;
    background: #f3f1f1;
    padding: 9px 14px;
    border-radius: 50%;
    color: #4047db;
    width: 50px;
    height: 50px;
    font-size: 20px;
}

.tnderdt {
    color: #f03c3c;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 20px;
}

.admnlgimg {
    height: 35px;
    padding: 3px 8px 6px;
}

.midsec {
    background: #078b51e8;
    padding: 20px 0;
    color: #fff;
}

.linksection {
    background: #fff;
    width: 50%;
    margin: 0 auto;
    background: #ffffff;
    padding: 0 65px 10px 65px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.linksection h5 {
    text-align: center;
    padding: 10px 0;
    color: #078b51;
    font-size: 12px;
}

.link-carousel {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.link-carousel .owl-item img {
    width: 80px;
    height: 80px;
    border: 1px solid #d5d5d5;
    padding: 5px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    object-fit: contain;
}

.link-carousel .owl-nav {
    display: none !important;
}
.link-carousel .owl-dot {
  display: none !important;
}

.link-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    background: #078b51;
    padding: 5px 8px;
    color: #ffffff !important;
    font-size: 20px;
    position: absolute;
    bottom: 33%;
    left: -1%;
}

.link-carousel .owl-nav .owl-next {
    cursor: pointer;
    cursor: hand;
    background: #078b51;
    padding: 5px 8px;
    color: #ffffff !important;
    font-size: 20px;
    position: absolute;
    bottom: 33%;
    right: -1%;
}

.socialdiv {
    background: #ffffffab;
    padding: 30px 15px;
}

.gal-pading {
    position: relative;
}

.gal-pading h4 {
    position: relative;
}

.gal-slide {
    position: relative;
    overflow: hidden;
    /*  border:1px solid #fbfbfb; */
}

.galery-box {
    padding: 5px;
}

.galery-box:before {
    position: absolute;
    height: 58px;
    width: 60px;
    content: "";
    top: 0;
    left: 0;
    background: #ffc107;
}

.galery-box:after {
    position: absolute;
    height: 58px;
    width: 60px;
    content: "";
    bottom: 0;
    right: 0;
    background: #ffc107;
    z-index: -1;
}

.gal-slide img {
    transition: transform 0.4s;
    position: relative;
    padding: 10px;
}

.gal-slide:hover img {
    transform: scale(1.1);
}

.gal-slide h2 {
    width: 100%;
    position: absolute;
    top: 60%;
    opacity: 1;
    background: linear-gradient(181deg, #ffc10700 1%, rgb(0 0 0) 100%);
    transition: transform 0.8s, opacity 0.8s;
    text-align: center;
    height: 40%;
    color: #fff;
    padding-top: 65px;
    font-size: 21px !important;
    font-weight: 500;
}

.gal-slide:hover h2 {
    opacity: 1;
}

.gal-slide-two {
    position: relative;
    overflow: hidden;
    width: 100%;
    border: 1px solid #d3d3d3;
	 				   
}

.gal-slide-two img {
    transition: transform 0.4s;
    position: relative;
    padding: 10px;
    height: 200px;
    width: 100%;
    object-fit: contain;
}

.gal-slide-two:hover img {
    transform: scale(1.1);
}

.nav-tabs {
    border-bottom: none !important;
}

.socialtb .nav-link {
    color: #000 !important;
    background-color: #fff !important;
    border: none;
    padding: 5px 10px;
    margin: 0 1px !important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.socialtb .nav-link.active {
    color: #0e0e0e !important;
    background-color: #ffc107 !important;
    border: none;
    padding: 5px 10px;
}

.accessbility-tools {
    position: fixed;
    right: 0;
    top: 300px;
    z-index: 10;
}

.accessbility-tools ul {
    list-style: none;
}

.accessbility-tools ul li {
    display: block;
    padding: 7px 0;
}

.accessbility-tools ul li a {
    color: #fff;
    font-size: 22px;
    background: #34356a;
    padding: 8px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 1px 2px 5px #6e6e6e;
    transition: 0.5s;
}

.accessbility-tools ul li a:hover {
    color: #000;
    font-size: 22px;
    background: #ffb971;
    padding: 8px;
}

.accessbility-tools .modal-backdrop {
    background-color: transparent !important;
}

.access-modal-dialog {
    margin-right: 5% !important;
    margin-top: 300px;
    position: relative;
}

.access-modal-dialog:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #34356a;
    right: -9px;
}

.search-modal-dialog {
    margin-right: 5% !important;
    margin-top: 300px;
    position: relative;
}

.search-modal-dialog:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #34356a;
    right: -9px;
    margin-top: 50px;
}

.phone-modal-dialog {
    margin-right: 5% !important;
    margin-top: 350px;
    position: relative;
}

.phone-modal-dialog:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #34356a;
    right: -9px;
    margin-top: 50px;
}

.accessbility-tools .modal-backdrop.show {
    display: none !important;
}

.modal-content {
    border: 1px solid #e2e2e3;
}

.modal-title {
    font-weight: 400;
    color: #1012cd;
}

/**********day---night**********/
.toggle-button {
    padding: 10px 20px;
    border: none;
    background-color: #b3b3b3;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.toggle-button:hover {
    background-color: #999;
}

.dark-mode {
    background-color: #333 !important;
    color: #f0f0f0 !important;
}

.btn-design {
    padding: 5px 50px;
    background-color: #5354e1c9;
    color: #ffffff;
    border: none;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ffffff;
    margin: 10px 0;
}

.btn-design-tw {
    background-color: #5354e1c9;
    color: #ffffff;
    border: none;
    width: auto;
    border-radius: 5px;
}

.btn-design-tw:hover {
    background-color: #34356a;
    color: #ffffff;
    border: none;
    width: auto;
    border-radius: 5px;
}

.modal-btn .btn-group .btn {
    background-color: #5354e1c9;
    border: 1px solid #ffffff;
}

.btn-group i {
    font-size: 18px;
    color: #fff;
}

.btn-group {
    width: 100%;
}

.form-range::-webkit-slider-thumb {
    background-color: #34356a;
}

/********login******************/
.login-wraper {
    background: #f5d791b5;
    height: 100vh;
    overflow: hidden;
}

.bg-img {
    background: url(../images/logbg.jpg) top left repeat;
    background-size: cover;
    z-index: 999;
    min-height: 100vh;
    position: relative;
    padding: 30px;
    text-align: center;
}

.bg-img:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(36 10 99 / 74%);
}

.login-logo {
    height: 200px;
    position: relative;
    margin-top: 20%;
}

.login-title {
    display: block;
    padding-top: 50px;
    position: relative;
}

.login-title h2,
h3 {
    color: #fff;
}

.login-form {
    width: 50%;
    background: #ffffff70;
    padding: 30px;
    margin: 0 auto;
    box-shadow: 1px 2px 19px #e1c9a4;
    border-radius: 30px;
    position: relative;
    top: 15%;
}

.login-form .loginLogo {
  position: absolute;
  height: 160px;
  top: -76px;
  left: 33%;
  border-radius: 50%;
  box-shadow: 0px -3px 4px #2c2b2b;
  border: 1px solid #fbe4c1;
  padding: 5px;
  width: 160px;
}

.login-btn {
    display: block;
    width: 40%;
    text-align: center;
    margin: 0 auto;
    background: #846ee9;
    padding: 8px;
    color: #fff;
    margin-top: 5%;
}

.login-btn:hover {
    display: block;
    width: 40%;
    text-align: center;
    margin: 0 auto;
    background: #ffc107;
    padding: 8px;
    color: #000;
    margin-top: 5%;
}

.login-form p {
    font-weight: 500;
    padding: 15px 0 0 0;
}

.login-form h4 {
    text-align: center;
    font-size: 25px;
    padding-bottom: 8px;
    margin-top: 70px;
}

.lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -1;
}

.line {
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.line::after {
    content: "";
    display: block;
    position: absolute;
    height: 15vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        #ffffff 75%,
        #ffffff 100%
    );
    animation: drop 7s 0s infinite;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
    z-index: -888;
}

.line:nth-child(1) {
    margin-left: -40%;
}

.line:nth-child(1)::after {
    animation-delay: 1s;
}

.line:nth-child(3) {
    margin-left: 40%;
}

.line:nth-child(3)::after {
    animation-delay: 2s;
}

.line:nth-child(4) {
    margin-left: -20%;
}

.line:nth-child(4)::after {
    animation-delay: 3s;
}

.line:nth-child(5) {
    margin-left: 20%;
}

.line:nth-child(5)::after {
    animation-delay: 4s;
}

@keyframes drop {
    0% {
        top: -50%;
    }

    100% {
        top: 110%;
    }
}

.forminput {
    padding: 10px !important;
    background: #846ee97d !important;
    border: 1px solid #fff !important;
    position: relative;
}

.forminput:focus {
    box-shadow: 0 0 0 0.25rem rgb(243 243 243);
}

.capcha-box {
    position: relative;
    font-weight: 600;
    padding-top: 5px;
}

.capcha-box i {
    position: relative;
    margin-left: 55px;
    font-size: 20px;
}

#captcha-question {
    background: #fff;
    padding: 7px 15px;
    margin-left: 15px;
    font-size: 20px;
}

.password-icon {
    content: "\f116";
    position: absolute;
    right: 65px;
    margin-top: -35px;
    font-size: 20px;
    color: #fff;
}

/***************chat-------****/

.chat-box {
    height: 60%;
    width: 18%;
    position: fixed;
    margin: 0 auto;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 10000;
    box-shadow: 0 0 10px #294478;
    right: -7px;
    bottom: -1%;
    margin: 15px;
    background: #fff;
    border-radius: 15px;
    visibility: hidden;
}

.chat-box-header {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    display: flex;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2), 0 -1px 10px rgba(172, 54, 195, 0.3);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.025);
}

.chat-box-header h3 {
    font-weight: 400;
    float: left;
    position: absolute;
    padding: 10px;
    background: #5456bf;
    color: #fff;
    font-size: 20px;
    width: 100%;
}

.chat-box-header p {
    float: right;
    position: absolute;
    right: 5px;
    cursor: pointer;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 32px;
    margin: 0;
    background: transparent;
    color: #fff;
    border-radius: 50%;
    top: 4px;
}

.chat-box-body {
    height: 78%;
    background: #fff;
    overflow-y: scroll;
    padding: 12px 16px 0 16px;
    margin-top: 55px;
    overflow-x: hidden;
}

.chat-receive-text {
    background: #e8e8f1;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 15px;
    position: relative;
    font-size: 14px;
}

.receive-text {
    background: #ffffff00;
    display: inline-block;
    padding: 3px 5px;
    border-radius: 21px;
    border: 1px solid #a6a8f2;
    font-size: 14px;
    cursor: pointer;
}

.chat-box-body h5 {
    font-size: 14px;
    word-wrap: break-word;
}

.chat-send-text {
    background: #f9ecde;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 15px;
    position: relative;
    font-size: 14px;
}

.chat-box-body-send {
    width: 97%;
    float: right;
    margin-top: 5%;
}

.chat-box-body-send i {
    font-size: 20px;
}

.chat-box-body-send span {
    position: absolute;
    bottom: 6px;
    font-size: 10px;
    right: 20px;
}

.chat-box-body-receive {
    width: 97%;
    float: left;
    margin-top: 5%;
}

.chat-box-body-receive i {
    font-size: 20px;
}

.chat-receive-text ul {
    margin: 0 0 5% 0;
}

.chat-box-body-receive img {
    position: relative;
    float: left;
    height: 35px;
    width: 100%;
    padding: 3px;
    object-fit: contain;
}

.chat-box-body-receive span {
    position: absolute;
    bottom: 6px;
    font-size: 10px;
    right: 20px;
}

.chartalert {
    color: #ffffff !important;
    background: url(../images/chat-bubblebg.png) no-repeat center !important;
    position: fixed !important;
    bottom: 28% !important;
    right: 6% !important;
    z-index: 999 !important;
    width: 205px !important;
    border: none;
    height: 60px;
}

.chartalert p {
    margin-left: 34px;
    line-height: 14px !important;
    color: #000;
    font-size: 12px;
}

.chat-box-body::-webkit-scrollbar {
    width: 5px;
    opacity: 0;
}

.chat-button {
    position: fixed;
    bottom: 70px;
    right: -5px;
    margin: 15px;
    z-index: 100;
}

.chat-button i {
    width: 50px;
    height: 50px;
    display: block;
    background: #9da9f5;
    background: linear-gradient(
        0deg,
        rgba(157, 169, 245, 1) 7%,
        rgba(245, 198, 148, 1) 100%
    );
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    border-radius: 50%;
    color: #000;
}

.chat-button:hover i {
    width: 50px;
    height: 50px;
    display: block;
    background: #686be9;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    border-radius: 50%;
    color: #fff;
}

.chat-button p {
    color: #fff;
    margin-left: 30px;
    margin-top: 9px !important;
    margin-bottom: 8px;
    font-family: "Rancho", cursive;
}

.chat-box-footer {
    background: #686be996;
    display: flex;
    align-items: center;
}

.chat-box-footer i {
    font-size: 25px;
    color: #fff;
}

.chat-box-footer input {
    padding: 8px;
    border: none;
    -webkit-appearance: none;
    border-radius: 10px;
    background: #fff;
    margin: 15px 8px;
    font-weight: 400;
    color: #6b6b6b;
    width: 80%;
}

.chatbot-category,
.chatbot-question {
    padding: 5px 20px;
    border-radius: 21px;
    border: 1px solid #a6a8f2;
    font-size: 14px;
    cursor: pointer;
    margin: 3px;
    text-align: center;
}

.chat-send-text > p {
    margin-top: 4px;
    margin-bottom: 4px;
}

.custom-shape-divider-bottom-1751619307 {
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    z-index: 1;
}

.custom-shape-divider-bottom-1751619307 svg {
    position: relative;
    display: block;
    width: calc(101% + 1.3px);
    height: 53px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1751619307 .shape-fill {
    fill: #fff;
}

.custom-shape-divider-bottom-2 {
    position: relative;
    left: 0;
    width: 100%;
    overflow: hidden;
    transform: rotate(180deg);
    margin-top: -88px;
}

.custom-shape-divider-bottom-2 svg {
    position: relative;
    display: block;
    width: calc(101% + 1.3px);
    height: 53px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-2 .shape-fill {
    fill: #585bb6;
}

.dir-desk {
    padding: 0 30px 0 0;
    position: relative;
    margin-bottom: 65px;
}

.dir-desk p{
    text-align: justify;
}		   
.dir-desk a
{
	padding-left:0!important;
}						  
.dir-desk h3 {
    padding: 0 0 30px 0px;
    margin-left: 13px;
}

.dir-desk h4 {
  font-size: 20px !important;
  color: #6260d9;
      margin: 0;
}

.dir-desk h5 {
  font-size: 18px !important;
  color: #b58a0c;
  padding: 0;
}

.dir-desk img {
    height: 250px;
    float: left;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 0 20px 10px 0;
}

.readbtn {
    border-radius: 20px;
    text-transform: uppercase;
    position: absolute;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #ffc107;
    padding: 0;
    background-size: 300%;
    transition: all 0.6s;
    width: 100px;
    margin-top: 0px;
    right: 0px;
    height: 40px;
}

.readbtn i {
    font-size: 30px !important;
}

.orange {
    color: #000;
    background-image: linear-gradient(120deg, #ffc107 50%, #0d6efd 50%);
}

.readbtn:hover {
    color: #fff;
    background-position: 100%;
    transform: translateX(0.5rem);
}

.readbtn:active {
    transform: translate(0.5rem, 0.5rem);
    box-shadow: 0px 10px 20px -15px rgba(0, 0, 0, 0.75);
}

.readbtn-two {
    width: 85px;
    font-size: 14px !important;
}

.readbtn-two i {
    font-size: 22px !important;
}

/************subpage breadcrumb****************/
.innerhead {
    background: #43437c url(../images/innerhead.png) no-repeat right;
    height: 145px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-position: 111% 62%;
    background-blend-mode: hard-light;
}

.innerhead img {
    float: right;
}

.innerhead h3 {
    font-size: 25px;
    color: #fff;
    padding-top: 35px;
    font-weight: 400;
    text-align: left;
    margin-left: 17%;
}

.breadcrmb {
    margin-left: 17%;
    position: relative;
    z-index: 1;
    color: #fff;
}

.breadcrmb li a {
    color: #fff;
}

.breadcrumb-item.active {
    color: #ffc107;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgb(255 255 255 /85%) !important;
}

.main-content {
    display: flex;
    background: #fff;
}

.sidenav {
    width: 300px;						
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    background: #111 url(../images/advancing-Healthcare.png) no-repeat;
    overflow-x: auto;
    transition: 0.5s;
    padding-top: 20px;
    background-position: 63% 0%;
    background-size: cover;
    background-blend-mode: color-dodge;
}

.sdnav-icon {
    font-size: 30px;
    color: #000;
    cursor: pointer;
}

.sidenav.open {
	display:none;

    /*width: 0px; */
}

#main {
    transition: 0.5s;
        padding: 40px 90px 0 0;
    margin-left: 0;

    width: 100%;
    padding-bottom: 80px;
    min-height: 500px;
    position: relative;
	overflow: auto;
}


#main h3 {
  color: #094cbd;
  font-size: 20px;
  font-weight: 600;
}

#main h4 {
  color: #000;
  font-weight: 600;
}

#main.shifted {
    margin-left: 50px;
}

#main ul li {
    font-size: 15px;
    display: flex;
    padding: 0 0 0 17px;
    position: relative;
}

#main ul li::before {
    content: "";
    margin-right: 10px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #a7a7a6;
    position: absolute;
    top: 7px;
    left: 2px;
    border: 1px solid #3f51b5;
}

.sidenav a,
.dropdown-btn {
    padding: 6px 20px 6px 35px;
    text-decoration: none;
    color: #fff;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    word-break: break-word;		  
}

.dropdown-btn i {
    font-size: 12px;
}

.sidenav a:before {
    position: absolute;
    content: "+";
    color: #fff;
    margin: 0 -18px;
}

.sidenav .dropdown-btn:before {
    position: absolute;
    content: "+";
    color: #fff;
    margin: 0 -18px;
}

/* On mouse-over */
.sidenav a:hover,
.dropdown-btn:hover {
    color: #f1f1f1;
}

/* You can place this in your CSS file */
.sidenav .dropdown-container {
    display: none;
    padding-left: 20px;
}

.sidenav .dropdown-btn.active + .dropdown-container {
    display: block;
    background: #43437ce0;
}

/*************************video play*******************************/

.video-wrapper {
    position: relative;
    width: 100%;
    height: 365px;
	background: #000000; 
}



.video-wrapper-two {
    position: relative;
    width: 100%;
    height: 320px;
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(211 211 211 / 40%);
    cursor: pointer;
    transition: opacity 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.play-button {
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.7);
}

.play-button::before {
    content: "";
    display: block;
    margin-left: 5px;
    width: 0;
    height: 0;
    border-left: 20px solid black;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

#calendar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    margin-top: 20px;
}

.calender-arrow-sec {
    text-align: center;
				 
				 
				
					   
						
				
    display: flex;
    justify-content: center;
						
}

.cal-btn {
    border: none;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    background: #ffc107;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.month-name {
    color: #fff;
    font-size: 20px !important;
    font-weight: 600;
}

.day {
    border: 1px solid #fff;
    cursor: pointer;
    text-align: center;
    color: #fff;
}

.has-event {
    background-color: #c8e6c9;
}

.today {
    background-color: #6160d5;
    border: 2px solid #fffefc;
    font-weight: bold;
    color: #ffffff;
}

#eventModal {
    margin-top: 20px;
    border: 1px solid #fff;
    padding: 15px;
    width: 100%;
    background: #fff;
    position: absolute;
    text-align: center;
}

#eventModal h3 {
    color: #d0540f !important;
    font-size: 14px !important;
    font-weight: 600;
}

#eventModal ul {
    list-style: none;
}

#eventModal ul li {
    display: block;
    color: #311de9;
    font-weight: 600;
}

#eventModal ul li a {
    color: #000;
}

/****************gallery -category******************/

.gallery-image {
    margin-top: 10px;
    position: relative;
    overflow: hidden;
    background: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    border: 1px solid #b4b5cb;
}

/* Hover Effect on the Figure */
.gallery-image:hover {
    transform: scale(1.02);
}

/* Image Wrapper */
.gallery-image .image-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

/* Image inside Wrapper */
.gallery-image .image-wrapper img {
    display: block;
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease, opacity 0.3s ease;
    height: 260px;
}

/* Image Hover Effect */
.gallery-image:hover .image-wrapper img {
    transform: scale(1);
}

/* Eye Overlay */
.gallery-image .eye-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Eye Overlay Visibility on Hover */
.gallery-image:hover .eye-overlay {
    opacity: 1;
}

/* Figcaption Styling */
.gallery-image .ftcontent {
    text-align: center;
    padding: 16px 10px;
    background: #34356a;
    color: white;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
}

.gallery-image .ftcontent h2 {
    font-size: 16px;
    margin: 0;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gallery-image .ftcontent h3 {
    font-size: 14px;
    margin: 0;
    color: #d6ad60;
    font-weight: normal;
}

/****************contact*********us***************/

.adrs-box {
    width: 100%;
    background: #f7f7f7;
    border-radius: 15px;
    padding: 8px 15px;
    box-shadow: 1px 1px 3px #ccc;
    min-height: 135px;
    margin-bottom: 15px;
}

.adrs-box h3 {
    font-size: 20px !important;
    color: #34356a;
    font-weight: 500;
}

.adrs-box i {
    /* background: #4346e1; */
    display: flex;
    justify-content: center;
    color: #4346e1;
    border-radius: 50%;
    padding: 0 12px;
    font-size: 28px;
}
.adrs-box p {
    word-break: break-all;
}

/***************site----map*************/

.sitemap-two {
    padding: 10px;
}

/* Style the main list (horizontal layout) */
.sitemap-two ul {
    list-style: none;
    display: block;
}

.sitemap-two ul li {
    padding: 0;
    display: block !important;
    text-align: left !important;
}

.sitemap-two ul li:before {
    display: none !important;
}

/* Style the top-level list items */
.sitemap-two > ul > li {
    position: relative;
    margin: 10px 0;
    color: #fff;
    cursor: pointer;
    display: block !important;
}

.sitemap-two > ul > li a {
    color: #000 !important;
}

.sitemap-two > ul > li a:hover {
    color: #ccc !important;
    transition: 0.1s;
}

/* Style the dropdowns in the submenu */
.sitemap-two ul ul {
    display: block;
    position: relative;
    top: 100%;
    left: 0;
    min-width: 250px;
    padding: 0 !important;
}

.sitemap-two ul ul:before {
    position: absolute;
    content: "";
    left: 0;
    width: 1px;
    height: 100%;
    border-left: 1px dotted #000;
}

/* Style submenu items */
.sitemap-two ul ul li {
    font-size: 14px;
    color: #000;
    cursor: pointer;
    background: transparent;
    margin: 3px;
}

.sitemap-two ul ul li:before {
    position: absolute;
    content: "";
    left: 0px;
    width: 23px;
    height: 1px;
    border-top: 1px dotted #000;
    margin-top: 11px;
}

/* Show the dropdown on hover */
.sitemap-two > ul > li:hover > ul {
    display: block;
}

.sitemap-two ul ul li:first-child {
    padding-top: 15px !important;
}

/* Add a hover effect to main items when their submenu is visible */
.sitemap-two > ul > li:hover > a {
    color: #000;
}

/* Style the submenu link text */
.sitemap-two ul ul li a {
    text-decoration: none;
    color: #000 !important;
}

.sitemap-two ul ul li a:hover {
    text-decoration: none;
    color: #511607 !important;
    margin-left: 10px;
    transition: 1s;
}

.firstli {
    padding: 5px;
    line-height: 30px;
    background: #b8befd;
    text-decoration: none;
}

/* Responsive design for smaller screens */
@media screen and (max-width: 1280px) {
    .sitemap-two ul {
        display: block;
        justify-content: space-around;
    }

    /* Style the top-level list items */
    .sitemap-two > ul > li {
        max-height: 100%;
        background-color: transparent !important;
    }

    .sitemap-two > ul > li a {
        color: #000 !important;
    }

    .sitemap-two ul ul li::before {
        margin-top: 1.3%;
    }

    .firstli {
        color: #fff !important;
        padding: 10px;
    }
}

/*************read more************/

.more {
    transition: max-height 0.4s ease;
    overflow: hidden;
   padding: 0 30px;
}



.morelink-wrapper {
    margin-top: 30px;
    text-align: center;
	  margin-bottom: 30px;			  
}

.morelink {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
    display: inline-block;
}

.dirmsg > h3 {
    font-size: 25px;
    color: #585bb6;
}

.dirmsg > h4 {
    font-size: 18px;
}

.directorsImg img {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
    height: 300px;
    object-fit: contain;
}

.organogram-img {
    height: 550px;
	width:100%;
	object-fit:content;
}

.citizencorner-img {
    width: 100%;
    height: 550px;
    object-fit: contain;
}

.radial {
    position: absolute;
    top: 100px;
    /* You can choose any initial top */
    left: auto;
    right: 0;
    /* Stick to right */
    width: 300px;
    max-width: 80vw;
    height: 300px;
    max-height: 80vw;
    overflow: visible;
    z-index: 1000;
    touch-action: none;
}

.triggerButton {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 64px;
    height: 64px;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 1.5rem;
    text-decoration: none;
    background-image: linear-gradient(135deg, #1fd1f9 0%, #b621fe 74%);
    transition: all 0.15s ease-in-out;
}

.triggerButton i {
    transition: all 0.2s ease-in-out;
}

.radialMenu {
    --width: 100%;
    width: var(--width);
    height: var(--width);
    position: absolute;
    top: 0;
    left: 122px;
    margin: 0;
}

.radialItem {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    transform: translate(-50%, -60%);
    list-style: none;
    transition: all 0.3s ease;
}

.radialItem a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    background: linear-gradient(
        -135deg,
        rgba(96, 9, 240, 1) 0%,
        rgba(129, 5, 240, 1) 100%
    );
    transition: transform 0.25s;
}

.radialItem a:hover {
    transform: scale(1.2);
}

.radial.active .triggerButton i {
    transform: rotateZ(135deg) translate(-1px, 3px);
}

.radial.active .radialItem {
    --angle: 0deg;
    --start-angle: 90deg;
    --point-size: 48px;
    --countItem: 6;
    --radius: calc((var(--width) / 2) - (var(--point-size) / 2));
    --x: calc(var(--radius) * cos(var(--angle) + var(--start-angle)));
    --y: calc(var(--radius) * sin(var(--angle) + var(--start-angle)));
    top: calc(50% + var(--y));
    left: calc(50% + var(--x));
    width: var(--point-size);
    height: var(--point-size);
}

.radial.active .radialItem:nth-child(1) {
    --angle: calc((180deg / (var(--countItem) - 1)) * 0);
    transition-delay: 0.05s;
}

.radial.active .radialItem:nth-child(2) {
    --angle: calc((180deg / (var(--countItem) - 1)) * 1);
    transition-delay: 0.1s;
}

.radial.active .radialItem:nth-child(3) {
    --angle: calc((180deg / (var(--countItem) - 1)) * 2);
    transition-delay: 0.15s;
}

.radial.active .radialItem:nth-child(4) {
    --angle: calc((180deg / (var(--countItem) - 1)) * 3);
    transition-delay: 0.2s;
}

.radial.active .radialItem:nth-child(5) {
    --angle: calc((180deg / (var(--countItem) - 1)) * 4);
    transition-delay: 0.25s;
}

.radial.active .radialItem:nth-child(6) {
    --angle: calc((180deg / (var(--countItem) - 1)) * 5);
    transition-delay: 0.3s;
}

.accordion-button.collapsed {
    color: #000;
    background-color: #f0f0f9;
}

.accordion-button:not(.collapsed) {
    background-color: #8185e9;
    color: white;
}

.accordion-button:focus {
    z-index: 3;
    border-color: none !important;
    outline: 0;
    box-shadow: none !important;
}

.searchModal {
    position: absolute;
    top: 10%;
    background: #fff;
    border: none;
    border-radius: 6px !important;
    border: 5px solid #5254e352;
    box-shadow: -5px -4px 13px #434343;
    height: 190px !important;
    overflow-x: hidden;
    overflow-y: hidden !important;
}

.searchModal h5 {
    display: block;
    text-align: center;
    width: 100%;
    color: #000;
    font-size: 22px !important;
    line-height: 10px;
}

.searchModal .modal-header {
    border: none;
    background: none;
    padding: 0;
}

.searchModal .btn-close {
    position: relative;
    top: -15px;
    right: -10px;
    background: transparent;
    opacity: 1;
    color: #000;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 50%;
    box-shadow: none;
    font-size: 24px;
}

.searchModal .btn {
    background: #5153e3;
    width: 62px;
    color: #fff;
}

#volumeToggle {
    position: absolute;
    top: 0;
    background: #43437c47;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 8px 0 2px;
    height: 32px;
    border-radius: 23px;
    cursor: pointer;
}

#volumeToggle i {
    font-size: 30px;
    cursor: pointer;
    user-select: none;
    color: #fff;
}

/* search */

/*.box h3::after{
    content: "";
    background-color: rgb(167, 46, 46);
    position: relative;
    width: 140px;
    height: 4px;
    display: block;
    text-align: center;
   
}*/

.hd-title-two {
    position: relative;
    display: inline-flex;
    padding-bottom: 23px;
}

.hd-title-two:before {
    position: absolute;
    content: "";
    background: #333;
    height: 1px;
    left: 0;
    width: 100%;
    bottom: 20px;
}

.hd-title-two:after {
    position: absolute;
    content: "";
    background: #ffc107;
    height: 10px;
    left: 0;
    width: 10px;
    bottom: 16px;
    border-radius: 50%;
}

.search-result {
    padding: 15px;
}

.search-result ul {
    margin: 0 0 15px 0;
}

.search-result ul li i {
    color: #adadad;
    font-size: 18px;
    padding-right: 6px;
}

.search-result ul li a {
    text-decoration: none;
    color: #3c5bd5 !important;
    font-weight: 600;
}

.search-result ul li {
    list-style: none;
    text-align: start;
    font-size: 25px;
    border-bottom: 1px solid #cccccc54;
}

.search-result ul p {
    color: rgb(75, 75, 75);
    padding-left: 25px;
    margin-top: 8px;
}

.hding {
    position: relative;
    padding-left: 15px;
}

.hding:before {
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    width: 2px;
    background: #ed982a;
}

.total-visitor p {
    text-align: right;
}

#chatButton:hover .tooltip {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

#scrollUp:hover .tooltip {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

#main h5 {
    color: #393997;
    font-size: 20px;
    font-weight: 600;
}

#main h6 {
    position: relative;
    padding: 0 40px 0 24px;
    /* Slightly increased left padding */
    font-size: 18px;
    color: #d7a308;
}

#main h6:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 6px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #d7a308;
}

#main h6:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 100%;
    background: transparent;
    border-left: 1px solid #d7a308;
}

.word {
    display: inline-block;
    transition: background-color 0.2s;
    padding: 0 1px;
}
.highlight-word {
    background-color: #ffee58;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.word {
    display: inline-block;
    transition: all 0.2s ease;
    padding: 0 1px;
    margin: 0 1px;
}

.highlight-current {
    background-color: #ffd700; /* Gold color */
    color: #000;
    border-radius: 3px;
    padding: 2px 4px;
    transform: scale(1.05);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

/* Ensure text remains visible during highlight */
.highlight-current {
    position: relative;
    z-index: 1;
}

.word.highlight-word {
    background-color: yellow;
    padding: 2px 4px;
    border-radius: 3px;
}

.archiv-btn {
    font-size: 15px;
    top: 0px;
    display: flex;
    position: relative;
}



.err-succ-msg {
    width: 70%;
    margin: 14px auto;
}

.table-all-responsive {
    width: 100%;
    overflow: auto;
}

#main .accordion-item {
    border: none !important;
}

#main .accordion-button {
    margin: 0;
}

#main .accordion-body {
    background: #f5f5f5;
}

/******************feedback***********************/

.go-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 55px;
    height: 55px;
    overflow: hidden;
    top: 0;
    right: 0;
    background-color: #7e74c9;
    border-radius: 0 4px 0 32px;
}

.go-arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: white;
    font-family: courier, sans;
}

.card1 {
    display: flex;
    position: relative;
    width: 100%;
    background-color: #f2f8f9;
    border-radius: 10px;
    padding: 18px 24px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
    height: 143px;
    align-items: center;
}

.card1 p {
    font-size: 20px !important;
    padding: 0 40px 0 0;
    text-align: left;
}

.card1 img {
    height: 80px;
}

.card1:hover {
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1019607843);
}

.card1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -61%;
    background: #7e74c9;
    height: 32px;
    width: 32px;
    border-radius: 119px;
    transform: scale(1);
    transform-origin: 114% 45%;
    transition: transform 0.25s ease-out;
}

.card1:hover:before {
    transform: scale(31);
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1019607843);
}

.card1:hover p {
    transition: all 0.3s ease-out;
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px !important;
}
.card1:hover h3 {
    transition: all 0.3s ease-out;
    color: #ffffff;
}

.qrcodeimg {
    height: 165px;
    margin-top: 0px;
    width: 100%;
    object-fit: contain;
    margin-top: -12px;
}

#feedback {
}

#feedback-modal-dialog {
    transform: none;
    max-width: 900px !important;
    margin-top: 5%;
}

#feedback .modal-content {
    padding: 24px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1019607843);
    background: #fff url(../../../assets/user/images/modlabg.png) no-repeat;
    background-position: 0 98%;
}

#feedback-modal-dialog .btn-close {
    position: absolute;
    right:10px;
									
					   
				
																	   
				  
}					
/* #feedback .modal-content:before {
    Position: absolute;
    content: "";
    background: url(../../../assets/user/images/feedimg.png) no-repeat;
    height: 300px;
    width: 100%;
    left: 69%;
    bottom: -38px;
} */

.feedform {
    background: #e5e4f0cf;
    padding: 20px;
    border-radius: 10px;
}

.feedform::placeholder {
    color: #edeaeae0 !important; /* Bootstrap's primary blue */
}

#feedback .modal-header {
    background: transparent;
    padding: 0;
    border: none !important;
}

#feedback .modal-body {
    margin: 0 auto;
    width: 95%;
}

.feed-img {
    width: 100%;
    padding-top: 0;
    height: auto;
    object-fit: contain;
}

#feedback h5 {
    font-size: 33px;
    padding: 30px 90px 0 14px;
    color: blue;
}

#feedback .form-control {
    background: #ffffffe0 !important;
}

.feed-readbtn {
    border-radius: 20px;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #ffc107;
    padding: 0;
    background-size: 300%;
    transition: all 0.6s;
    width: 66%;
    margin-top: 20px;
    left: 20%;
    height: 40px;
}

.feed-readbtn i {
    font-size: 30px !important;
}

.orange {
    color: #000;
    background-image: linear-gradient(120deg, #ffc107 50%, #0d6efd 50%);
}

.feed-readbtn:hover {
    color: #fff;
    background-position: 100%;
    transform: translateX(0.5rem);
}

.feed-readbtn:active {
    transform: translate(0.5rem, 0.5rem);
    box-shadow: 0px 10px 20px -15px rgba(0, 0, 0, 0.75);
}

.contact-map {
    width: 100%;
    height: 425px;
    border: 1px solid #ccc;
    padding: 15px;
}

.hover-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.hover-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.breadcrumb-item.primary a {
    color: #39cfff;
}


.tabledata-Responsive {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.homemodal-close {
    position: absolute;
    top: -26px;
    right: -40px;
    background: #5657e0;
    opacity: 1;
    font-size: 25px;
    color: #fff;
    z-index: 10;
}

.advirtise-img {
    height: 430px;
    width: 100%;
    object-fit: contain;
}


tbody, td, tfoot, th, thead, tr {
   	vertical-align: middle;
	text-align: left;
    padding: 10px 30px !important;
}

#advertisementModal .modal-content {
    padding: 0px;
    overflow-y:visible;
    height: 100%;
}


.news-item {
  padding: 20px 20px;
  white-space: nowrap;
  align-items:center;
  display:flex;
  color:#fff!important;
}
.news-item a{
    color:white;
}

.news-item strong{
    color:#e10000;
}

.news-item strong {
    animation: blink 2s step-start infinite;
}

.owl-animated-in.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.news-slider {
    position: relative;
    width: 80%;
}
.news-slider .owl-nav .owl-prev,
.news-slider .owl-nav .owl-next {
  cursor: pointer;
  padding: 3px 8px;
  background: transparent;
  color: #000 !important;
  font-size: 20px;
  position: absolute;
 top: 19px;
    height: 25px;
    width: 25px;
  text-align: center;
  border-radius: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border:none!important;
}

.news-slider .owl-nav .owl-prev {
  left:105%;
}

.news-slider .owl-nav .owl-next {
  left:115%;
}

.news-slider .owl-nav .owl-prev:hover,
.news-slider .owl-nav .owl-next:hover {
  transform: scale(1.1);
}
.slider-controls {
    position: absolute;
    z-index: 1;
    top: 14px;
    left: 51%;
}

.slider-controls button {
     padding: 8px 16px;
    margin: 0 5px;
    background-color: transparent;
    color: #000;
    border: none;
    cursor: pointer;
    display: inline-block;
    transition: opacity 0.3s ease;
    font-size: 20px;
}

.slider-controls button:hover {
 transform: scale(1.1);
}



.chat-option-btn {
    /* background: linear-gradient(135deg, #4f46e5, #3b82f6); */
    background: white;
    color: #4f46e5;
    border: none;
    border-radius: 12px;
    margin-right: 4px !important;
    padding: 10px 18px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
    cursor: pointer !important;
    margin-top: 8px !important;
    transition: all 0.25s ease;
    /* box-shadow: 0 4px 10px rgba(59, 130, 246, 0.3); */
	word-break: break-word;					
}

.chat-option-btn:hover {
    background: linear-gradient(135deg, #4338ca, #2563eb);
    color: white;
    transform: translateY(-3px);
    /* box-shadow: 0 8px 20px rgba(37, 99, 235, 0.4); */
}

.chat-option-btn:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(37, 99, 235, 0.3);
}

.chat-option-btn:focus {
    outline: 2px solid #93c5fd;
    outline-offset: 3px;
}

.tabledata-Responsive {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.tabledata-Responsive::-webkit-scrollbar {
    display: none;
}


.bot-message-ul {
  font-size: 12px !important;
  letter-spacing: normal;
  
}

.tooltip-accessibility {
    position: absolute;
    right: 90%;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(
        90deg,
        rgb(78 81 229) 1%,
        rgb(251 207 125 / 98%) 100%
    );
    color: #fff;
    padding: 12px 10px;
    border-radius: 6px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
    font-size: 13px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

#helpButton:hover::before {
    content: "";
    position: absolute;
    right:49px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: transparent var(--primary-dark) transparent transparent;
    transition: opacity 0.4s ease;
}

#helpButton:hover .tooltip-accessibility {
    opacity: 1;
    transform: translateY(-50%) translateX(-8px);
}

#helpButton::focus-visible {
  border:0!important;
}

.tab-content>.tab-pane
 {
    height: 100%;
}

.stellarnav .dd-toggle i {
    top: 20%!important;
    font-size: 20px!important;
    color: #fff!important;
}

.social-box .tab-content>.tab-pane {
    height: 335px;
}


.hdr-accesibility-toolbar
{
	Position: relative;
    width: 100%;
    height: 75%;
    padding: 17px;
    margin-top: 15px;
	display: flex;
    align-items: center;
	justify-content: center;
}

/* .hdr-accesibility-toolbar:before
{
	Position: absolute;
    content:"";
    border-left: 1px solid #ccc;
    height: 75%;
   width:1px;
   left:-35px;
} */

.border-r-none
{
	border-left:none!important;
}


.hdr-accesibility-toolbar ul
{
	list-style:none;
}

.hdr-accesibility-toolbar ul li
{
	display: inline;
    padding: 5px;
}

.hdr-accesibility-toolbar ul li span {
    font-size: 20px;
    color: #a5a2a2;
}

.hdr-accesibility-toolbar img {
    height: 28px;
}

#advertisementModal .modal-dialog {
    transform: translate(0%, 30%);
}




#advertisementModal .modal-backdrop.show {
  display: block !important;
}



#main-nav::-webkit-scrollbar {
    display: none;
}
.copy-link-sec {
    padding: 15px;
    border-bottom: 1px solid #171975;
    margin-bottom: 20px;
}

.copy-link-sec ul{
    list-style:none;
}

.copy-link-sec a {
    position: relative;
}

.copy-link-sec a:before {
    Position: absolute;
    content: "|";
    padding: 0 10px;
    font-size: 17px;
    margin-left: -21px;
    top: -3px;
    color: #959393;
}

.con-center
{
  display: flex;
  justify-content: center;
  align-items: center;
}

.copy-link-sec a:first-of-type::before {
    content: none;
}

.websp{
        /* border: none; */
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    padding: 30px;
}
 .chat-toggle-btn {
    position: fixed;
    bottom: 83px;
   right: 9px;
    width: 51px;
    height: 51px;
    border-radius: 50%;
    background: linear-gradient(90deg, rgb(78 81 229) 1%, rgb(251 207 125 / 98%) 100%);
    color: white;
    font-size: 24px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease;
    z-index: 100;
}
.chat-toggle-btn i {

			 
    height: 48px;
    width: 48px;
    font-size: 25px;
    background: linear-gradient(90deg, rgb(78 81 229) 1%, rgb(251 207 125 / 98%) 100%);
    color: #fff;

    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    margin-left: 1px;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.chat-toggle-btn .tooltip {
    position: absolute;
    right: 115%;
    top: 50%;
    transform: translateY(-50%) translateX(10px);
    background: linear-gradient(
        90deg,
        rgb(78 81 229) 1%,
        rgb(251 207 125 / 98%) 100%
    );
    color: #fff;
    height: 38px;
    padding: 0 14px;
    border-radius: 6px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    line-height: 1;
}

.chat-toggle-btn:hover .tooltip {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}
.chat-toggle-btn .tooltip::after {
   content: '';
  position: absolute;
  top: 55% !important;
  left: 100% !important;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #1f2937;
}

.textdanger{
    background: #f90303;
}

.textwarning{
    background: #ff9007;
}
.event-text{
    text-align: start;
}
.announcement-heading {
    margin-left: -30px;
}

.magnific-img {
    margin-bottom: 8px;
}
#accessibilityModal .modal-footer a
{
	color:#000!important;
}

#accessibilityModal .modal-footer a:hover
{
	color:#000!important;
}

.error-copy-sec
 {
    position: fixed!important;
    width: 100%!important;
    bottom: 0!important;
}