/*for title or heading text*/
@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&family=Playfair+Display:wght@400;500;600;700;800;900&display=swap");
/*sub-text-font*/
@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Exo:wght@100;200;300;400;500;600;700;800;900&family=Jost:wght@100;200;300;400;500;600;700;800;900&family=Nunito:wght@200;300;400;500;600;700;800;900&family=Permanent+Marker&family=Prompt:wght@200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Exo:wght@100;200;300;400;500;600;700;800;900&family=Jost:wght@100;200;300;400;500;600;700;800;900&family=Nunito:wght@200;300;400;500;600;700;800;900&family=Permanent+Marker&family=Prompt:wght@200;300;400;500;600;700;800;900&family=Raleway:wght@100;200;300;400;500;600;700;900&family=Roboto:wght@100;300;400;500;700;900&family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Exo:wght@100;200;300;400;500;600;700;800;900&family=Fira+Sans:wght@100;200;300;400;500;600;700;800;900&family=Jost:wght@100;200;300;400;500;600;700;800;900&family=Nunito:wght@200;300;400;500;600;700;800;900&family=Permanent+Marker&family=Prompt:wght@200;300;400;500;600;700;800;900&family=Raleway:wght@100;200;300;400;500;600;700;900&family=Roboto:wght@100;300;400;500;700;900&family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Gujarati&display=swap');
@font-face {
    font-family: "Calibri";
    src: url("../fonts/Calibri.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Ebrima";
    src: url("../fonts/Ebrima.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* innerPage Font */
@font-face {
    font-family: "Myriad Pro";
    src: url("../fonts/MyriadPro-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Myriad Pro";
    src: url("../fonts/MyriadPro-BoldCond.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Myriad Pro";
    src: url("../fonts/MyriadPro-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Myriad Pro";
    src: url("/../fonts/MyriadPro-Cond.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Myriad Pro";
    src: url("../fonts/MyriadPro-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* innerPage fontEnds */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #fff;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    font-family: "Roboto","Noto Sans Gujarati", sans-serif;
}

.body_wrap {
    width: 100%;
    overflow: hidden;
}

.container {
    /* max-width: 1440px; */
    max-width: 1330px;
}

img {
    max-width: 100%;
}

li {
    list-style: none;
}

dl,
ol,
ul {
    margin: 0px;
}

.no-padding {
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

p,  
span {
    margin: 0;
    padding: 0;
    font-family: "Roboto","Noto Sans Gujarati", sans-serif;
}

a {
    font-family: "Raleway", sans-serif;
    outline: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/* .wrapper{width: 100%;position: relative; overflow-x: hidden;} */
/* .main{max-width: 1600px;margin: 0 auto;} */
/*******top-header********/
/* .blank_div{height: 61px;} */
header {
    z-index: 999;
    position: relative;
}

.top-header .container-fluid,
.menu-main .container-fluid {
    /* padding: 0 95px; */
    padding: 0 1rem;
    max-width: 1700px;
}

nav.navbar.navbar-expand-lg {
    padding: 0;
    z-index: 9;
}

.logo {
    display: flex;
    align-items: baseline;
}

.logo h2 {
    font-family: "Playfair Display", serif;
    font-size: 24px;
    margin-left: 15px;
    font-weight: bold;
}

.logo span {
    display: block;
    font-family: "Mukta", sans-serif;
    font-size: 20px;
    color: #656970;
    font-weight: 400;
    margin-top: 6px;
}

.top-header {
    padding: 20px 0;
    position: relative;
    z-index: 9;
}

.top-menu {
    display: flex;
    justify-content: end;
    position: relative;
    align-items: center;
}

.top-menu-screen-reader ul {
    display: flex;
    padding: 0;
}

ul.social-media-icon {
    display: flex;
}

.top-menu-screen-reader ul li {
    border-right: 2px solid #c3c3c3;
    line-height: inherit;
    padding: 0 17px;
    display: flex;
    align-items: baseline;
}

.top-header .btn {
    padding: 0px 5px;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.btn-secondary:focus {
    box-shadow: none;
}

.btn:focus {
    box-shadow: none;
}

.btn-secondary:active:focus {
    box-shadow: none;
}

.top-menu-screen-reader ul li:last-child {
    border-right: 0px;
}

.top-menu ul li a.top-menu-content {
    color: #212121;
    text-decoration: none;
    font-family: "Mukta", sans-serif;
    line-height: 33px;
    font-size: 16px;
    font-weight: 500;
}

.social-media ul {
    padding: 0;
}

.social-media {
    padding-left: 20px;
}

.top-menu ul li a:hover {
    color: #019345;
}

.social-media ul.social-media-icon li {
    margin-right: 5px;
}

ul.social-media-icon li a {
    width: 38px;
    height: 38px;
    background-color: #fff;
    border-radius: 30%;
    border: 2px solid #afb4bf;
    /* display: inline-block; */
    font-size: 18px;
    /* text-align: center; */
    /* line-height: 38px; */
    margin: 0 5px 0 0;
    color: #b4b6bd;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.dropdown-menu {
    padding: 0;
    min-width: 6rem;
}

ul.social-media-icon li a:hover {
    background-color: #019345;
    color: #ffffff;
    border-color: #019345;
}

.top-menu .dropdown button,
.top-menu .dropdown a.dropdown-item {
    background-color: #ed3f37;
    border-color: #ed3f37;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Mukta", sans-serif;
    /* border-radius: 6px; */
    margin: 0 0 1px 0;
    padding: 6px 12px 3px 12px;
    text-transform: uppercase;
}

ul.social-media-icon li a.wifi-icon i {
    transform: rotate(45deg);
}

.sub-menu {
    width: 100%;
    background: #243c56;
    height: 65px;
    justify-content: space-between;
    display: flex;
}

.sub-menu a.nav-link {
    display: block;
    color: #fff;
    text-decoration: none;
    font-family: "Mukta", sans-serif;
    font-size: 17px;
    padding: 26px;
    font-weight: 600;
}

.sub-menu a.nav-link:hover {
    color: #fde200;
}

.top-menu li .btn-decrease {
    font-family: "Mukta", sans-serif;
    font-size: 13px;
    font-weight: 300;
    font-weight: 500;
    color: #212121;
}

.top-menu li .btn-orig {
    font-family: "Mukta", sans-serif;
    font-size: 18px;
    padding: 0 10px;
    font-weight: 500;
    color: #212121;
}

.top-menu li .btn-increase {
    font-family: "Mukta", sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #212121;
}

.top-menu li span {
    cursor: pointer;
}

.top-menu li span:hover {
    color: #019345;
}

/* .top-menu-screen-reader .btn{line-height: 2.0;}  */
.menu li a {
    text-decoration: none;
}

.search-btn {
    display: flex;
    justify-content: center;
    text-decoration: none;
}

.search-btn>* {
    color: #fff;
    font-size: 25px;
}

.app-body {
    overflow: hidden;
    position: relative;
}

/**************banner-section******************/
.full-width-banner img {
    width: 100%;
}

.banner-section {
    position: relative;
    margin-top: -30px;
}

/* .banner-section .carousel-control-prev{
      position: absolute;
      top: 0;
      bottom: 28px;
      left: 93%;
    } */
/*********road-safety-autority*********/
.road-safety-authority-section .row {
    display: flex;
    justify-content: center;
}

.road-safety-authority-section .row .col-lg-7 {
    background: #fff;
    position: relative;
    top: -40px;
}

.safety-authority-heading {
    text-align: center;
    padding: 30px 90px;
    background-color: #fff;
}

.safety-authority-heading h2 {
    font-family: "Playfair Display", serif;
    font-size: 42px;
    color: #243c56;
    padding-bottom: 20px;
    font-weight: 700;
    margin: 0;
}

.safety-authority-heading h3 {
    display: block;
    font-family: "Mukta", sans-serif;
    font-size: 27px;
    font-weight: 600;
    margin: 0;
}

.safety-authority-heading em {
    font-style: normal;
    color: #e4af02;
}

.safety-authority-heading p {
    font-family: "Mukta", sans-serif;
    color: #717580;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 13px;
    margin: 0 auto;
}

.safety-authority-heading .read-more-text {
    padding-bottom: 30px;
}

.safety-authority-heading .read-more-text a {
    color: #121f30;
    text-decoration: none;
    font-size: 16px;
    font-family: "Mukta", sans-serif;
    transition: 0.5s;
    font-weight: 800;
    text-transform: uppercase;
}

.read-more-text i {
    font-size: 12px;
    transition: 0.5s;
}

.safety-authority-heading .read-more-text a:hover,
.safety-authority-heading .read-more-text a:hover i {
    color: #e4af02;
}

.safety-authority-testomonial {
    width: 100%;
    background: #f5f5f5;
    height: auto;
    display: flex;
    margin-top: 60px;
}

.safety-authority-testomonial {
    display: block;
}

.authorities-section img {
    object-fit: cover;
    margin: 0 auto;
    border: 1px solid #e4af02;
}

.authorities-section {
    height: 178px;
    position: relative;
    top: -35px;
    display: flex;
    align-items: end;
    justify-content: center;
}

.authority-name h4 {
    font-family: "Mukta", sans-serif;
    color: #000;
    font-size: 27px;
}

.authority-name span {
    font-family: "Mukta", sans-serif;
    color: #797f83;
    display: block;
    font-weight: 300;
    font-size: 17px;
    padding-top: 15px;
}

.authority-name {
    margin-left: 20px;
    width: calc(100% - 145px);
}

.authority-name ul.social-media-icon li {
    display: inline;
}

.authority-name ul.social-media-icon {
    padding: 15px 0;
    margin: 0;
}

.road-safety-authority-section {
    position: relative;
}

.authority-name {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

/*************about us****************/
.about-us-section {
    margin-top: 100px;
    position: relative;
}

.bg-gray {
    background: #242424 none repeat scroll 0 0;
    color: #ffffff;
}

.about_container {
    padding: 90px 0;
}

section,
footer {
    float: left;
    width: 100%;
}

.section_title1 {
    font-size: 41px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
}

.service_tab {
    line-height: 33px;
    margin-bottom: 70px;
}

.service_tab .nav-tabs>li {
    display: table-cell;
    float: none;
    margin-bottom: -1px;
}

/**service**/
.service_tab .nav-tabs>li>a {
    border: none;
    color: #000;
}

.service_tab .nav-tabs>li.active>a,
.nav-tabs>li>a:hover {
    border: none;
    color: #000;
}

.nav-tabs>li.active>a::after,
.nav-tabs>li:hover>a::after {
    transform: scale(1);
}

.service_tab .tab-pane {
    overflow: hidden;
    padding: 15px 0;
}

.service_tab .tab-content {
    padding: 0px;
}

.service_tab {
    line-height: 33px;
    margin-bottom: 70px;
}

.service_tab .service_feture>li {
    font-weight: bold;
}

.service_tab .car_image img {
    margin-top: 23px;
}

.service_tab .nav.nav-tabs {
    display: table;
    text-align: center;
    width: 100%;
}

.read-more i {
    display: inline-block;
    vertical-align: middle;
}

.service_tab .book_now1 {
    color: #5ca4ff;
    font-size: 16px;
    margin-top: 0;
}

.tab-content h3 {
    color: #243c56;
    font-size: 54px;
    font-weight: 600;
    font-family: "Playfair Display", serif;
    padding-bottom: 30px;
    padding-top: 20px;
}

.tab-content span {
    color: #e4af02;
}

.tab-content h6 {
    color: #0d0d0d;
    font-size: 21px;
    font-family: "Mukta", sans-serif;
    padding: 30px 0;
    font-weight: 500;
    line-height: 30px;
}

.tab-content ul {
    padding: 0;
}

.tab-content li:before {
    background: url(../images/tick.png) no-repeat;
    content: "";
    width: 23px;
    height: 23px;
    position: absolute;
    left: 0;
    top: 5px;
}

.tab-content li {
    color: #717580;
    font-family: "Mukta", sans-serif;
    font-size: 18px;
    position: relative;
    padding-left: 35px;
    padding-bottom: 25px;
    line-height: 30px;
}

.tab-content {
    padding: 0 56px 0 0;
}

.read-more {
    margin-top: 22px;
}

.read-more .btn.readmore {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    letter-spacing: 0px;
    color: #019345;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #019345;
    font-weight: 500;
    transition: 0.5s;
}

.read-more .btn.readmore:hover {
    background: #019345;
    color: #ffffff;
}

.read-more .btn.readmore i {
    font-size: 13px;
}

.aboutus-image {
    position: relative;
}

.aboutus-image::after {
    content: "";
    width: 113px;
    height: 368px;
    background-color: #243c56;
    top: -20px;
    right: -10px;
    position: absolute;
    z-index: -1;
}

.aboutus-image::before {
    content: "";
    background-image: url(../images/aboutus-transperent-dots.png);
    background-repeat: no-repeat;
    bottom: -90px;
    left: -125px;
    width: 50%;
    height: 34%;
    position: absolute;
    z-index: -1;
}

.play-button {
    position: relative;
}

/* .play-button {
        position: relative;
        bottom: 122px;
        right: 80px;
    } */
a.play-btn {
    position: relative;
}

.play-button i {
    color: #fff;
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* .aboutus-image::after{    content: "";
        background-image: url(../images/aboutus-video-btn.png);
        background-repeat: no-repeat;
        left: -80px;
        width: 50%;
        position: absolute;
        z-index: 1;
        bottom: -38px;
        height: 26%;} */
/* .tab-content{position: relative;} */
/***********************=========video play button========**************************************/
.video-play-button {
    position: absolute;
    z-index: 99999999;
    bottom: -74px;
    left: 10px;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 40px;
    height: 40px;
    background: #fbc102;
    padding: 30px 30px;
    /* padding: 18px 20px 18px 28px; */
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #ffdb52;
    animation: pulse-border 1600ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fbc102;
    transition: all 200ms;
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button span {
    display: block;
    position: absolute;
    top: 50%;
    left: 55%;
    z-index: 3;
}

/* .video-play-button span {
      display: block;
      position: relative;
      z-index: 3;
      width: 0;
      height: 0;
      border-left: 32px solid #fff;
      border-top: 22px solid transparent;
      border-bottom: 22px solid transparent;
    } */
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all ease 500ms;
}

.video-overlay.open {
    position: fixed;
    z-index: 1000;
    opacity: 1;
}

.video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms;
}

.video-overlay iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    /* width: 90%; */
    /* height: auto; */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

/***********************=========video play button ends========**************************************/
.safety-main-wrap {
    margin-top: -50px;
}

/************road safety*************/
.safety-symbol-section {
    background-image: url(../images/safety-symbol.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.saftey_sec {
    background: #f7f8fd url("../images/safety-symbol.png");
    background-position: top;
    background-size: auto;
    padding: 40px 0px;
    width: 100%;
    max-width: 100%;
    position: relative;
    background-repeat: repeat-x;
    margin-top: 80px;
}

.saftey_sec h3 {
    color: #fff;
    font-size: 46px;
    font-family: "Playfair Display", serif;
    font-weight: 600;
    padding-bottom: 15px;
    margin: 0;
}

.saftey_sec h3 span {
    color: #e4af02;
}

.road_safety {
    width: 100%;
}

.saftey_sec .slick-list {
    width: 100%;
    display: inline-block;
}

.tab-content>.tab-pane {
    width: 100%;
}

.tab-safety-symbol {
    background: #fff;
    text-align: center;
    padding: 10px;
    /*box-shadow: 0px 4px 10px rgb(10 10 10 / 30%);*/
    border: 1px solid transparent;
    margin-bottom: 30px;
    position: relative;
    filter: drop-shadow(0 0 5.5px rgba(0, 0, 0, 0.14));
    border-radius: 3px;
    transition: 0.3s all;
}

.tab-safety-symbol a i {
    color: #fff;
    background-color: #ffc400;
    height: 43px;
    width: 43px;
    border-radius: 50%;
    border: 3px solid rgba(255, 195, 0, 0.5);
    padding: 2px;
    line-height: 31px;
    position: absolute;
    top: auto;
    bottom: -22px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 1.7rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.tab-safety-symbol:hover a i {
    opacity: 1;
    visibility: visible;
}

.tab-safety-symbol:hover {
    /*box-shadow: 0px 4px 10px rgb(10 10 10 / 90%);*/
    border-color: rgba(251, 193, 2, 0.33);
    background-color: #fffdf6;
}

.tab-safety-symbol:hover img {
    filter: gray;
    -webkit-filter: grayscale(0);
    opacity: 1;
}

.tab-safety-symbol:hover::after {
    display: inline-block;
}

.tab-safety-symbol img {
    filter: gray;
    -webkit-filter: grayscale(1);
    transition: all 0.8s ease-in-out;
    opacity: 0.5;
}

.tab-safety-symbol {
    margin: 25px 10px;
}

.tab-safety-symbol img {
    text-align: center;
    margin: 0 auto;
}

.tab-safety-symbol h6 {
    padding-bottom: 10px;
    font-family: "Mukta", sans-serif;
    color: #242424;
    font-size: 22px;
    margin-top: 15px;
    font-weight: 600;
}

.tab-safety-symbol p {
    font-family: "Mukta", sans-serif;
    font-size: 15px;
    line-height: 19px;
    color: #717580;
}

.saftey_sec .slick-prev:hover:before,
.saftey_sec .slick-next:hover:before {
    border-color: #ffda30;
    color: #ffda30;
}

.saftey_sec .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -30%;
    right: 50px;
    left: inherit;
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    margin-right: 10px;
}

.saftey_sec .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -30%;
    right: 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
}

.saftey_sec .slick-prev:before,
.saftey_sec .slick-next:before {
    padding: 7px 10px;
    width: 50px;
    height: 49px;
    align-items: center;
    display: inline-block;
    opacity: 0.6;
    filter: grayscale(100);
    transition: 0.5s;
}

.saftey_sec .slick-prev:hover:before,
.saftey_sec .slick-next:hover:before {
    opacity: 16;
    filter: grayscale(0);
}

.saftey_sec .slick-prev:before {
    content: "";
    background: url(../images/left-long-arrow1.png) no-repeat;
}

.saftey_sec .slick-next::before {
    content: "";
    background: url(../images/right-long-arrow1.png) no-repeat;
}

.saftey_sec .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border-bottom-right-radius: 1.25em;
    border-bottom-left-radius: 1.25rem;
    border-top-left-radius: 1.25em;
    border-top-right-radius: 1.25em;
    color: #939aa8;
    margin-right: 1.5rem;
    border: 2px solid #939aa8;
}

/* .saftey_sec .nav-tabs .nav-item.show .nav-link,
    .saftey_sec li.resp-tab-active.active {
      background-color: transparent;
      color: #ffda30;
      border: 2px solid #ffda30;
    } */
.saftey_sec .nav-tabs .nav-link:hover {
    background-color: transparent;
    color: #ffda30;
    border: 2px solid #ffda30;
}

.saftey_sec .nav-tabs {
    border: none;
}

.saftey_sec .slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: black;
}

.saftey_sec .slick-dots li button:before {
    font-family: "slick";
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*************************latest-news-updates-***********************/
.latest-news-updates-section .row {
    justify-content: center;
}

.news-updates-heading {
    text-align: center;
    position: relative;
}

.news-updates-heading h2 {
    font-family: "Playfair Display", serif;
    font-size: 46px;
    color: #32485f;
    padding-bottom: 20px;
}

.news-updates-heading h3 {
    font-family: "Mukta", sans-serif;
    font-size: 19px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    display: block;
    padding-bottom: 20px;
    margin: 0px;
}

.news-updates-heading h3::before {
    content: "";
    margin-right: 15px;
    width: 12px;
    height: 27px;
    background-color: #e9bf35;
    display: inline-block;
    position: relative;
    top: 6px;
    left: inherit;
}

.news-updates-heading em {
    color: #e4af02;
    font-style: normal;
}

.latest-updates img {
    width: 100%;
    border-radius: 3px;
}

.news-content {
    background: #fff;
    border-bottom: 3px solid #303f5c;
    border-radius: 3px;
    filter: drop-shadow(0 0 8px rgba(58, 58, 58, 0.36));
    -webkit-filter: drop-shadow(0 0 8px rgba(58, 58, 58, 0.36));
    -os-filter: drop-shadow(0 0 8px rgba(58, 58, 58, 0.36));
    -ms-filter: drop-shadow(0 0 8px rgba(58, 58, 58, 0.36));
    height: auto;
    width: 80%;
    left: 0;
    padding: 20px 15px;
    position: relative;
    bottom: 0;
    overflow: hidden;
    margin: 0 auto;
    margin-top: -60px;
}

.news-content h5 {
    font-family: "Mukta", sans-serif;
    font-size: 20px;
    color: #242424;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-read-more-button i {
    margin: 0 0 0 5px;
    display: inline-block;
    vertical-align: middle;
}

/* .news-content a{font-family: 'Mukta', sans-serif;font-size: 20px;color: #242424;text-decoration: none;font-weight: 600;line-height: 15px;padding-bottom: 15px;} */
.news-content a:hover {
    color: #e4af02;
}

.news-content p {
    font-family: "Mukta", sans-serif;
    font-size: 14px;
    color: #90969d;
    line-height: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-content span {
    font-family: "Mukta", sans-serif;
    font-size: 15px;
    color: #e4af02;
    display: block;
    padding-bottom: 20px;
}

.news-read-more-button .btn-primary {
    background-color: #ededed;
    border: none;
    font-size: 14px;
    color: #545454;
    font-weight: 600;
    font-family: "Mukta", sans-serif;
}

.news-content:hover {
    border-bottom: 3px solid #e4af02;
}

.news-read-more-button .btn-primary:hover {
    color: #fff;
    background-color: #e4af02;
    border: none;
}

.updates-images {
    margin: 15px;
}

.latest-news-updates-section .slick-dots li button:hover {
    opacity: 0.75;
    color: #e4af02;
}

.latest-news-updates-section .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #d5d6dc;
    border-radius: 50%;
}

.latest-news-updates-section li.slick-active button {
    background: #e4af02;
}

.latest-news-updates-section .slick-dots li button:before {
    display: none;
}

.latest-news-updates-section .slick-dots li button:focus {
    background: #e4af02;
}

/* .latest-news-updates-section .slick-dots li.slick-active button:before {
      opacity: .75;
      color: #e4af02;
    }
    .latest-news-updates-section .slick-dots li button:before {
      font-family: 'slick';
      font-size: 60px;
      line-height: 20px;
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px;
      content: '•';
      text-align: center;
      opacity: .25;
      color: black;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    } */
/******************************photo-video-tab*********************/
/* .photo-video-tab .nav-tabs{border: none;}
    .photo-video-tab{margin: 50px;}
    .photo-video-tab .row {justify-content: center;} */
.photo-video-tabs ul.resp-tabs-list {
    margin: 0 auto;
    background-color: #d8d8d8;
    border-radius: 28px;
    color: #343434;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}

#photo-video-horizontalTab {
    text-align: center;
}

.photo-video-tabs ul.resp-tabs-list li {
    font-family: "Mukta", sans-serif;
    font-size: 19px;
    color: #000;
    border: none;
    position: relative;
}

/* .photo-video-tabs ul.resp-tabs-list li:hover {
      color: #000;
    } */
/* .photo-video-tabs::before{
      content:'';
      width:auto;
      height: 23px;
      border: 2px solid #c1c1c1;
      position: absolute;
      left: 0;
      top: 0;} */
/* .photo-video-tabs ul.resp-tabs-list li::before {
      content: '';
      width: 0;
      height: 50%;
      position: absolute;
      border: 2px solid #c1c1c1;
      top: 10px;
      left: 105%;
    } */
.photo-video-tabs ul.resp-tabs-list li:last-child:before {
    display: none;
}

.image-popup-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

/* .image-popup-icon i {
      border: 1px solid #fff;
      color: #ffffff;
      border-radius: 50%;
      padding: 12px;
      background: rgba(255, 255, 255, 0.3);
      height: 100px;
      width: 100px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 50px;
    } */
.photo-gallery-images:hover .image-popup-icon {
    display: flex;
}

.photo-video-section .photo-gallery-images a {
    position: relative;
    width: 100%;
    padding-bottom: 127%;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.photo-video-section .photo-gallery-images a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.photo-video-tabs .slick-center .image-popup-icon {
    transform: scale(1.14);
}

.photo-video-tabs .slick-center a {
    z-index: 999999;
}

/* .photo-video-tabs .slick-center img {
      -moz-transform: scale(1.08);
      -ms-transform: scale(1.08);
      -o-transform: scale(1.08);
      -webkit-transform: scale(3.08);
      color: #e67e22;
      opacity: 1;
      transform: scale(1.2);

      border: 10px solid #fbc102 !important;
      transition: all .6s;
      position: relative;
      filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.26));
    } */
.photo-video-tabs .slick-slide img {
    display: block;
    width: 100%;
    border: 10px solid transparent;
}

.photo-video-section {
    display: inline-block;
    width: 100%;
    margin-top: 60px;
}

/* .photo-video-section .slick-dots li button:hover {
      opacity: .75;
      color: #e4af02;
    } */
.photo-video-section .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #d5d6dc;
    border-radius: 50%;
}

.photo-video-section li.slick-active button {
    background: #019345;
}

.photo-video-section .slick-dots li button:before {
    display: none;
}

/* .photo-video-section .slick-dots li button:focus {
      background: #e4af02;
    } */
.photo-video-tabs .slick-next {
    right: 18%;
    flex-direction: row-reverse;
}

/* .photo-video-tabs .slick-prev,
    .photo-video-tabs .slick-next {
      font-size: 22px;
      letter-spacing: 0px;
      line-height: 28px;
      color: #000000;
      font-weight: 500;
      top: 104%;
      width: auto;
      height: auto;
      display: inline-flex !important;
      align-items: center;
      justify-content: center;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
    } */
/*
    .photo-video-tabs .slick-prev:hover,
    .photo-video-tabs .slick-next:hover {
      color: #ffc70f;
    } */
/* .photo-video-tabs .slick-next:before {
      font-family: 'slick';
      font-size: 60px;
      line-height: inherit;
      opacity: .75;
      color: #fbc102;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      height: 46px;
      display: inline-block;
      margin-left: 6px;

    } */
/* .photo-video-tabs .slick-prev {
      left: 18%;
    } */
/* .photo-video-tabs .slick-prev:before {
      font-family: 'slick';
      font-size: 60px;
      opacity: .75;
      color: #fbc102;
      line-height: inherit;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      height: 46px;
      display: inline-block;
      margin-right: 6px;
    } */
/* .progress {
      display: block;
      width: 40%;
      height: 14px;
      border-radius: 10px;
      overflow: hidden;

      background-color: #f5f5f5;
      background-image: linear-gradient(to right, black, black);
      background-repeat: no-repeat;
      background-size: 0 100%;
      margin: 0 auto;
      transition: background-size .4s ease-in-out;
    } */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* .photo-gallery-images {
      display: inline-block;
      width: 32.3%;
      position: relative;
    } */
.photoGalleryText {
    position: absolute;
    bottom: 31px;
    left: 10px;
    background: #ffffff;
    padding: 27px 35px 27px 25px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    transition: all 0.5s ease 0s;
}

.plusSign {
    width: 45px;
    height: 45px;
    border-radius: 27px;
    position: absolute;
    background-color: #ffffff;
    right: -20px;
    top: 50%;
    transform: translate(0, -50%);
    /* display: none; */
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease 0s;
}

.photoGalleryText:hover .plusSign {
    /* display:block; */
    transition: 0.5s;
    visibility: visible;
    opacity: 1;
}

.photoGalleryText::after {
    content: "";
    width: 40%;
    height: 3px;
    background: #019345;
    position: absolute;
    bottom: 0;
    left: 25%;
}

.photoGalleryText:hover {
    background: #ed1c24;
    /* transition: 0.5s; */
}

.photoGalleryText:hover:after {
    content: none;
}

.photoGalleryText:hover p {
    color: #ffffff;
}

.photoGalleryText p {
    font-size: 20px;
    color: #019345;
    font-weight: 500;
    text-align: center;
    font-family: "Fira Sans", sans-serif;
    transition: all 0.5s ease 0s;
}

/*
    a.image-popup-vertical-fit {
        cursor: -webkit-zoom-in;
    }
*/
/**************************awards-achievements********************/
.award-achievement-section {
    padding: 100px 0 40px 167px;
}

.award-achievement-content p {
    color: #90969d;
    font-family: "Mukta", sans-serif;
    font-size: 15px;
    line-height: 20px;
}

.award-achievement-image {
    padding-bottom: 17px;
    display: flex;
    align-items: center;
}

.award-achievement-image h2 {
    font-family: "Mukta", sans-serif;
    font-size: 56px;
    margin: 0 15px;
    font-weight: 700;
    color: #242424;
    line-height: 1.1;
}

.achievement-section {
    background: #1d2b47;
    width: 100%;
    height: auto;
    padding: 15px 0;
}

.award-achievement-section .slick-prev {
    left: 0;
    top: -20px;
    transform: translate(0px, 0px);
}

.award-achievement-section .slick-prev:before,
.award-achievement-section .slick-next:before {
    font-size: 60px;
    line-height: 1;
    opacity: 1;
    color: #fbc102;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.award-achievement-section .slick-prev,
.award-achievement-section .slick-next {
    width: 70px;
    height: 120px;
}

.award-achievement-section .slick-prev:hover,
.award-achievement-section .slick-next:hover {
    background: #ffffff;
}

.award-achievement-section .slick-prev:hover:before,
.award-achievement-section .slick-next:hover:before {
    color: #7f7f7f;
}

.award-achievement-section .slick-next {
    left: 0;
    top: inherit;
    bottom: -20px;
    right: inherit;
    transform: translate(0px, 0px);
}

.award-achievement-section .slick-next:before {
    content: "\f104";
    font-family: "FontAwesome";
}

.award-achievement-section .slick-prev:before {
    content: "\f105";
    font-family: "FontAwesome";
}

.award-achievement-section .slick-slide {
    padding: 0 10px;
}

.award-achievement-section .slick-list.draggable {
    margin: 0 0 0 70px;
}

/* .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 20px;
      height: 20px;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: #e4af02;
      border-radius: 50%;} */
.award-achievement-section .slick-dots li button:hover {
    opacity: 0.75;
    color: #e4af02;
}

.award-achievement-section .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #d5d6dc;
    border-radius: 50%;
    position: absolute;
    bottom: -55px;
}

.award-achievement-section li.slick-active button {
    background: #e4af02;
}

.award-achievement-section .slick-dots li button:before {
    display: none;
}

.award-achievement-section .slick-dots li button:focus {
    background: #e4af02;
}

/************************footer-section**************************/
.footer-section {
    width: 100%;
    background: #3a3a43;
    /* height: 100%; */
    height: auto;
    padding: 40px;
}

.contact-us-heading h3 {
    color: #ffffff;
    font-size: 18px;
    font-family: "Mukta", sans-serif;
    font-weight: 400;
    padding: 0;
}

.contact-us-heading {
    padding-bottom: 30px;
}

.address-image-text {
    display: flex;
    width: 100%;
    /* align-items: center; */
    padding-bottom: 20px;
}

.address-image {
    width: 35px;
    height: 25px;
    min-width: 45px;
}

.address-content {
    width: calc(100% - 35px);
}

/* .address-image {
      width: 34px;
      height: auto;
    } */
.address-content p {
    color: #b5b5b8;
    font-family: "Mukta", sans-serif;
    font-size: 18px;
    margin: 0;
    font-weight: 400;
}

.email-content span {
    color: #4e5e6e;
    font-family: "Mukta", sans-serif;
    font-size: 15px;
    display: block;
    font-weight: 500;
}

.email-content p {
    color: #abb1b7;
    font-family: "Mukta", sans-serif;
    font-size: 21px;
    margin: 0;
}

.email-content a {
    text-decoration: none;
    color: #b5b5b8;
    font-family: "Mukta", sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.email-content a:hover {
    color: #ffc70f;
}

.call-content span {
    color: #4e5e6e;
    font-family: "Mukta", sans-serif;
    font-size: 15px;
    display: block;
    margin: 0 18px;
    font-weight: 500;
}

.call-content a {
    color: #b5b5b8;
    font-family: "Mukta", sans-serif;
    font-size: 18px;
    text-decoration: none;
    margin: 0;
    font-weight: 400;
}

.call-content a:hover {
    color: #ffc70f;
}

.qr-content p {
    color: #fffffe;
    font-family: "Mukta", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
    /* margin: 0 18px; */
}

.map-box {
    /* text-align: center; */
    padding: 46px 0 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.map-box h6 {
    /* color: #fff;
      font-family: 'Mukta', sans-serif;
      font-size: 16px;
      margin: 0;
      text-transform: uppercase;
      font-weight: 400; */
    color: #fffffe;
    font-family: "Mukta", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.location-section {
    margin-left: 25px;
}

/* .map-box p {
      color: #ffc70f;
      font-size: 66px;
      font-weight: 600;
      font-family: 'Mukta', sans-serif;
    } */
.usefull-link-contents ul.page-links li {
    margin-bottom: 15px;
}

/* .usefull-link-contents ul.page-links li {display:block;} */
.usefull-link-contents ul.page-links li a {
    text-decoration: none;
    color: #9fa8b1;
    font-size: 17px;
    font-family: "Mukta", sans-serif;
    position: relative;
    font-weight: 400;
}

.usefull-links-section {
    padding: 0 0 0 30px;
}

.footer_last .col-md-6:nth-child(3) {
    width: auto;
}

.footer_right {
    /* display: inline-block; */
    display: flex;
    justify-content: end;
}

.address-image-text.wcagValidation img {
    margin: 0 10px 0 0;
}

/* .usefull-link-contents ul.page-links li a::before {content: '';display: inline-block;width: 6px;height: 6px;vertical-align: 2px;background-color: #51565f;
    margin-right: 0.75rem;-webkit-transition: background-color 400ms;transition: background-color 400ms;} */
.usefull-link-contents ul.page-links li a:hover {
    color: #019345;
}

.usefull-link-contents ul.page-links li a::after {
    content: "";
    width: 0%;
    height: 1px;
    background-color: #019345;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: 400ms;
    transition: 400ms;
}

.usefull-link-contents ul.page-links li a:hover::after {
    width: 100%;
    opacity: 1;
    /* color: #e4af02; */
}

.page-links li {
    list-style-type: square;
    color: #85909b;
}

/*******tabbing css******/
ul.resp-tabs-list {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    color: #cccccc;
    font-weight: 600;
    display: inline-block;
    border-radius: 35px;
    padding: 10px 19px;
    border: 1px solid #cccccc;
    list-style: none;
    cursor: pointer;
    margin: 0;
/*    text-transform: uppercase;*/
    position: relative;
    font-size: 13px;
}

.resp-tabs-list li:first-child {
    margin-left: 0px;
}

.resp-tabs-list li:hover {
    color: #e4af02;
    border: 1px solid #e4af02;
}

/* li.resp-tab-item.resp-tab-active {
      color: #fbc102;
      border-color: #fbc102;
    } */
/* .photo-video-tabs .resp-tabs-list li::after {
      content: "\f0d7";
      position: absolute;
      top: 20px;
      font-size: 45px;
      left: 0;
      right: 0;
      font-family: "FontAwesome";
      display: none;
      color: #ffda30;
      text-align: center;
      justify-content: center;

    } */
/* .photo-video-tabs .resp-active.active {
      color: #000;
    } */
.photo-video-section .resp-tabs-list .resp-tab-active {
    background-color: #019345;
    color: #fff;
}

.photo-video-tabs .resp-tabs-list li:hover {
    background-color: #019345;
    color: #fff;
    transition: 0.3s all;
}

.photo-video-tabs li.resp-tab-active::after,
.photo-video-tabs .resp-tabs-list li:hover::after {
    display: block;
}

.resp-tabs-container {
    padding: 0px;
    background-color: transparent;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px 0;
}

.photo-video-section .slick-track {
    padding: 25px 0;
}

/*.resp-tab-active {


      border-bottom: none;
      margin-bottom: -1px !important;
      padding: 12px 14px 14px 14px !important;
    }*/
/* .resp-tab-active {
      border: 2px solid gray;
      background-color:transparent
    } */
.resp-content-active,
.resp-accordion-active {
    display: block;
}

/* .resp-tab-content {
      border: 1px solid #c1c1c1;
    } */
#horizontalTab h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

#horizontalTab h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

#horizontalTab h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-right: none;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

#horizontalTab h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9b9797;
}

/*-----------Accordion styles-----------*/
#horizontalTab h2.resp-tab-active {
    background: #dbdbdb !important;
}

#horizontalTab .resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

#horizontalTab .resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
}

#horizontalTab .resp-jfit {
    width: 100%;
    margin: 0px;
}

#horizontalTab .resp-tab-content-active {
    display: block;
}

#horizontalTab h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 767px) {
    #horizontalTab ul.resp-tabs-list {
        display: none;
    }

    #horizontalTab h2.resp-accordion {
        display: block;
    }

    #horizontalTab .resp-vtabs .resp-tab-content {
        border: 1px solid #c1c1c1;
    }

    #horizontalTab .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }

    #horizontalTab .resp-accordion-closed {
        display: none !important;
    }

    #horizontalTab .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}

/***********scroll*************************/
* {
    margin: 0;
    padding: 0;
}

div.wrapper {
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}

.wrapper.row1 {
    background: #000;
}

.clear::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

#header,
#container,
#footer,
#copyright {
    display: block;
    margin: 0 auto;
    width: 960px;
}

div.wrapper {
    text-align: center;
}

.row2 {
    color: #979797;
}

.row3 {
    background-color: #333333;
    color: #989898;
}

.row1 {
    height: 120px;
    color: #fff;
}

.blank {
    height: 300px;
    text-align: center;
    background: #fff;
}

.wrapper.row2 {
    position: relative;
    height: 1400px;
    margin-bottom: 70px;
}

.row2 #container {
    height: 100%;
    background: #ccc;
    padding: 0;
}

.sidebar {
    line-height: 300px;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 30%;
    right: 0;
    width: 200px;
    height: 300px;
    border: thin solid;
    background: #000;
    color: #fff;
    display: table;
    vertical-align: middle;
}

.sidebar.fixed {
    position: fixed;
    top: 0;
}

.sidebar.absolute {
    position: absolute;
    bottom: 0;
    top: auto;
}

#footer {
    height: 70px;
}

/*****footer-button******/
.footer_last {
    padding: 20px;
    background-color: #fff;
    position: relative;
}

.footer_last .footer_left h6 {
    font-size: 14px;
    color: #242933;
    font-family: "Ebrima";
}

.footer_last .footer_right h6 {
    font-size: 14px;
    color: #242933;
    font-family: "Ebrima";
}

#header,
#container,
#footer,
#copyright {
    display: block;
    margin: 0 auto;
    width: 960px;
}

div.wrapper {
    text-align: center;
}

.row2 {
    color: #979797;
}

.row3 {
    background-color: #333333;
    color: #989898;
}

.row1 {
    height: 120px;
    color: #fff;
}

.blank {
    height: 300px;
    text-align: center;
    background: #fff;
}

.wrapper.row2 {
    position: relative;
    height: 1400px;
    margin-bottom: 70px;
}

.row2 #container {
    height: 100%;
    background: #ccc;
    padding: 0;
}

.sidebar {
    line-height: 300px;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 30%;
    right: 0;
    width: 200px;
    height: 300px;
    border: thin solid;
    background: #000;
    color: #fff;
    display: table;
    vertical-align: middle;
}

.sidebar.fixed {
    position: fixed;
    top: 0;
}

.sidebar.absolute {
    position: absolute;
    bottom: 0;
    top: auto;
}

.scroll_up_btn {
    text-align: center;
    display: flex;
    justify-content: center;
}

.scroll_up_btn button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-control-next,
.carousel-control-prev {
    width: auto;
}

.carousel-control-next {
    right: 20px;
}

.banner-section .carousel-control-prev {
    left: 92%;
    top: inherit;
    bottom: 0;
}

.banner-section .carousel-control-next {
    right: 20px;
    top: inherit;
    bottom: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 59px;
    height: 59px;
    border-radius: 0;
    background-color: #c7d0de;
    border: 2px solid #c7d0de;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
    background: #019345;
    color: #fff;
    border: none;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none;
}

/* .authority-name ul.social-media-icon li a {
      color: #f5f5f5;
      background-color: #b4b6bd;
      width: 30px;
      height: 30px;
      font-size: 16px;
      line-height: 30px;
    }

    .authority-name ul.social-media-icon li a:hover {
      background-color: #e4af02;
      color: #ffffff;
      border-color: #e4af02
    } */
.tab-content-section .nav-tabs {
    border: 0px;
}

.tab-content-section .nav-tabs li {
    border-right: 3px solid #cacaca;
    position: relative;
    margin-bottom: 30px;
}

.tab-content-section .nav-tabs li:last-child {
    border-right: 0px;
}

.tab-content-section .nav-tabs li.nav-item button {
    font-size: 18px;
    letter-spacing: 0;
    color: #717580;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 20px;
    line-height: 21px;
    border: 0;
    transition: 0.5s;
    outline: none;
}

.nav-tabs .nav-link:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8.5px 0 8.5px;
    border-color: #e9bf35 transparent transparent transparent;
    line-height: 0;
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translate(-50%, 0);
    display: none;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: none;
}

.nav-tabs .nav-link.active:after,
.nav-tabs .nav-link:focus:after,
.nav-tabs .nav-link:hover:after {
    display: block;
}

.tab-content-section .nav-tabs li .nav-link.active,
.tab-content-section .nav-tabs li .nav-link:hover {
    color: #000000;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: 0px;
}

.latest-news-updates-section {
    background: url(../images/news-sec-bg.jpg);
    background-repeat: repeat-x;
    padding-bottom: 50px;
}

.bg_title_wrap {
    position: absolute;
    padding-right: 3rem;
    width: 170px;
    bottom: 0;
    left: 5%;
}

.bg_title_wrap span {
    -webkit-transform: rotate(-90deg) translateX(-50%);
    transform: rotate(-90deg) translateX(-50%);
    white-space: nowrap;
    display: block;
    direction: ltr;
    position: relative;
    height: auto;
    width: 120px;
    font-size: 135px;
    font-weight: 800;
    top: 60%;
    color: #ffffff;
    text-shadow: 0 0 1px #000;
    letter-spacing: 10px;
    margin: 0em;
    text-transform: uppercase;
    opacity: 0.6;
}

.news-updates-slider .slick-dots {
    bottom: -60px;
    left: 50%;
    transform: translate(-50%, 0px);
    width: auto;
}

/*
      Only required is to display none the .menu-icon
    */
.menu-icon {
    display: none;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 33px;
    font-size: 22px;
    padding: 10px 0;
}

.menu-icon .menu-box {
    width: 50px;
    height: 38px;
    margin-left: 5px;
    padding: 5px;
    position: absolute;
    left: 0;
}

.menu-icon .menu-box span {
    width: 100%;
    height: 4px;
    margin-bottom: 6px;
    background: #fff;
    display: block;
    border-radius: 2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.menu-icon.active span:nth-child(1) {
    transform: rotate(45deg) translateY(8px) translateX(6px);
    -webkit-transform: rotate(45deg) translateY(8px) translateX(6px);
}

.menu-icon.active span:nth-child(2) {
    opacity: 0;
}

.menu-icon.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-7px) translateX(6px);
    -webkit-transform: rotate(-45deg) translateY(-7px) translateX(6px);
}

.enumenu_ul .caret {
    color: #fff;
    margin-left: 7px;
}

.enumenu_ul {
    padding: 0px;
    list-style: none;
    display: flex;
    /* justify-content: space-between; */
    width: 100%;
}

.enumenu_ul>li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.enumenu_ul li a {
    font-size: 18px;
    color: #fff;
    padding: 18px 30px;
    display: inline-block;
    font-weight: 500;
}

ul.sb-menu {
    padding: 0;
}

.enumenu_ul>li:hover>a,
.enumenu_ul>li.active>a {
    background: #019345 none repeat scroll 0 0;
}

.enumenu_ul>li ul {
    display: none;
}

.enumenu_ul ul li {
    width: 100%;
    margin: 0;
    list-style: none;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.enumenu_ul.desk ul {
    top: 100%;
    z-index: 999;
    list-style: none;
    left: 0px;
    background: #243c56;
    position: absolute;
    min-width: 250px;
}

/*Sub menu styles*/
.menu.submenu-ul-level1 li a {
    background: rgba(31, 26, 107, 0.8);
    color: #fff;
    padding-left: 90px;
}

.enumenu_ul.desk li:hover>ul {
    display: block;
    opacity: 1;
}

.enumenu_ul.desk .sb-menu .sb-menu {
    left: 100%;
    top: 0;
}

.enumenu_ul.desk ul li a {
    padding: 10px 11px;
    display: block;
    color: #fff;
    font-size: 14px;
    text-align: left;
}

.enumenu_ul.desk ul li:hover>a {
    background: #019345;
    color: #fff;
}

.enumenu_ul .arrow {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 30px;
    height: 30px;
    background: url(../images/plus.png) no-repeat center center;
    cursor: pointer;
    z-index: 999;
}

.enumenu_ul .arrow.up {
    background: url(../images/minus.png) no-repeat center center;
}

header nav {
    background-color: #3e3e4f;
    z-index: 1;
    position: relative;
    /* display: flex; */
}

header nav .enumenu_container {
    /* width: calc(100% - 270px); */
}

.navbar-search .search-container form {
    width: 100%;
    height: 100%;
    position: relative;
}

.navbar-search.ml-4 {
    position: absolute;
    top: 0;
    right: 0;
    /* transform: translate(0px, -50%); */
    background: #6f6f81;
    height: 100%;
    max-width: 270px;
    width: 100%;
}

.search-btn {
    border: none;
    background-color: transparent;
    width: 50px;
    height: 100%;
    display: inline-block;
    /* align-items: center;
      justify-content: end; */
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-search input {
    background: transparent;
    border: none;
    font-family: "Mukta", sans-serif;
    font-weight: 500;
}

.navbar-search input::placeholder {
    font-family: "Mukta", sans-serif;
    font-weight: 500;
    color: #ffffff;
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #243c56;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 100000;
}

#search ::-webkit-scrollbar {
    width: 0;
    display: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background: transparent;
}

#search input[type="search"] {
    position: relative;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}

#search .autocomplete {
    margin-top: 4rem;
    position: relative;
}

#search .autocomplete .autocomplete-result-list {
    color: #ffffff;
    width: 96%;
    margin: 30px auto;
    max-height: 400px;
    text-align: center;
    overflow: auto;
}

#search .autocomplete .autocomplete-result-list li {
    width: 30.6%;
    padding-bottom: 15px;
    margin: 0 15px 15px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
}

#search .autocomplete .autocomplete-result-list li a {
    color: #fff;
}

#search .autocomplete .autocomplete-result-list li .wiki-title {
    color: #e4af02;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    line-height: normal;
    margin-bottom: 10px;
    filter: drop-shadow(0 0 9px rgba(35, 31, 32, 0.51));
}

#search .autocomplete .autocomplete-result-list li .wiki-snippet {
    text-align: left;
    line-height: 24px;
}

#search .btn {
    margin-top: 61px;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, 50%);
    display: none;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: transparent;
    /* border-color: #e4af02; */
    opacity: 1;
    padding: 0;
    font-size: 0;
    text-shadow: none;
    z-index: 9;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#search .close:after {
    content: "×";
    font-size: 35px;
    position: relative;
    top: -2px;
}

#search .autocomplete .autocomplete-input:not(:valid)~.close-icon {
    display: none;
}

#search .autocomplete .close-icon {
    width: 120px;
    height: 50px;
    border-radius: 30px;
    color: #3f440b;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    border: none;
    display: inline-block;
    line-height: normal;
    background-color: #e4af02;
    transition: 0.5s;
    position: absolute;
    right: 30px;
    top: 13px;
}

#search .autocomplete .close-icon:hover {
    background: #e4af02;
    color: #fff;
}

footer .footer_last .return_top_wrap {
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    line-height: 0;
}

footer .footer_last .return_top_wrap .img_wrap {
    text-align: center;
}

footer .footer_last .return_top_wrap .img_wrap .btn_top {
    position: absolute;
    top: 15px;
    left: 7px;
    right: 0;
    margin: auto;
    cursor: pointer;
    z-index: 1;
}

footer .footer_last .return_top_wrap .img_wrap .btn_top svg tspan {
    white-space: pre;
}

footer .footer_last .return_top_wrap .img_wrap .btn_top svg .shp0 {
    fill: #019345;
}

footer .footer_last .return_top_wrap .img_wrap .btn_top svg .shp1 {
    opacity: 0.502;
    fill: #019345;
}

footer .footer_last .return_top_wrap .img_wrap .btn_top svg .shp1 {
    -webkit-animation: moveUp1 2s infinite;
    animation: moveUp1 2s infinite;
}

@-webkit-keyframes moveUp1 {
    0% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        opacity: 0;
    }

    50% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        opacity: 0;
    }
}

@keyframes moveUp1 {
    0% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        opacity: 0;
    }

    50% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        opacity: 0;
    }
}

@-webkit-keyframes moveUp2 {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes moveUp2 {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

#search input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    opacity: 1;
}

#search input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    opacity: 1;
}

#search input:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    opacity: 1;
}

#search input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    opacity: 1;
}

.aboutus-image-img {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    display: none;
}

.aboutus-image-img.show {
    opacity: 1;
    visibility: visible;
    display: block;
}

/*new-css-22-09-22*/
/*aboutUs*/
.aboutUsSection {
    background: #f4f4f4;
    padding: 60px 0;
}

.aboutUstitle {
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    width: 100%;
    align-items: center;
    border: 1px solid #e6e6e6;
    border-top: 2px solid #019345;
    padding: 5px 11px;
    margin-bottom: 11px;
}

.ministersPhotoWrap {
    background: #ffffff;
    margin: 0;
    overflow: auto;
    height: 400px;
}

.aboutUstitle h2 {
    font-size: 28px;
    font-family: "Roboto","Noto Sans Gujarati", sans-serif;
    color: #000000;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
}

.aboutUstitle span {
    color: #019345;
}

.aboutUsWraper{height: 100%;}
.aboutContentWrap {
    border: 1px solid #e6e6e6;
    background: #ffffff;
    padding: 0px;
    margin: 0;
    height: calc(100% - 50px);
    /* height: calc(100% - 55px); */
    /* height: 385px;
    max-height: 385px;
    min-height: 385px; */
}

.aboutContentWrap .col-lg-4 {
    padding: 0;
    max-height: inherit;
}

/* .aboutContent{
  padding-top: 30px;
} */
/* .aboutContent h3{
  padding-bottom: 35px;
} */
.aboutContent {
    padding: 15px 24px;
}

.ministersPhoto {
    /* margin: 14px; */
    display: flex;
    align-items: center;
    padding: 30px 0 25px 23px;
}

.aboutImg {
    height: 100%;
}

.aboutImg img {
    max-width: 100%;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.aboutContent h3 {
    font-family: "Calibri";
    font-size: 31px;
    color: #000000;
}

.aboutContent p {
    font-family: "Calibri";
    font-size: 16px;
    color: #626262;
    line-height: 1.4;
    padding-bottom: 15px;
}

.ministerImage {
    border: 2px solid #e4af02;
    width: 155px;
    height: 155px;
}

.ministerImage img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
}

.ministersPhoto {
    /* margin: 14px; */
    display: flex;
    align-items: center;
    padding: 20px 0 20px 20px;
}

.authority-name ul.social-media-icon li a.faceBook {
    color: #f5f5f5;
    background-color: #3b579d;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid #3b579d;
}

.authority-name ul.social-media-icon li a.faceBook:hover {
    background-color: #ffffff;
    color: #3b579d;
    border-color: #3b579d;
}

.authority-name ul.social-media-icon li a.twitter {
    background-color: #16b9ed;
    color: #f5f5f5;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid #16b9ed;
}

.authority-name ul.social-media-icon li a.twitter:hover {
    background-color: #ffffff;
    color: #16b9ed;
    border-color: #16b9ed;
}

.search-container {
    display: flex;
    align-items: center;
    height: 100%;
}

.search-container input {
    width: 100%;
    display: inline-block;
    padding-left: 1rem;
    padding-right: calc(10px + 50px);
    color: white;
    height: 100%;
    font-size: 1rem;
}

.search-container input::placeholder {
    color: rgba(255, 255, 255, 0.56);
}

/*about section end*/
/*youtube section start*/
.youTubeSection {
    background: #ffffff;
    padding: 60px 0;
}

.youTubeSection .col-lg-12 {
    padding: 0;
}

.youTube {
    background: #f61c0d;
    border-top: none;
    padding: 9px 11px;
}

.youTube h2 {
    font-family: "Roboto","Noto Sans Gujarati", sans-serif;
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
}

.youTube img {
    width: 33px;
}

.youTubeVideo {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    /* display: inline-block; */
}

.youTubeVideo a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

.youTubeVideo a img {
    width: 100%;
    height: 100%;
}

.youTubeVideo .playBtn {
    position: relative;
}

.youTubeVideo .playBtn {
    position: absolute;
    width: 80px;
    height: 80px;
    z-index: 9;
    top: 50%;
    left: 0;
    right: 0;
    margin: -40px auto 0;
}

.whatsNews img {
    width: 28px;
}

.newsWrap {
    border: 1px solid #e6e6e6;
    background: #ffffff;
    margin: 0;
    height: calc(100% - 50px);
}

.newsContent {
    display: grid;
    grid-template-columns: 90px 1fr;
    padding: 0 0px 15px 0;
    min-height: 115px;
}

.date {
    background-color: #e4e4e4;
    max-width: 96px;
    height: inherit;
}

.date p {
    font-size: 40px;
    line-height: 1.1;
    color: #000000;
    text-align: center;
    font-weight: 400;
    margin: 0;
    padding: 20px 15px;
}

.date span {
    font-size: 16px;
    text-transform: uppercase;
}

.dateContent {
    /* height: inherit; */
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
}

.dateContent p {
    font-size: 15px;
    line-height: 1.2;
    color: #626262;
    font-weight: 400;
    margin-left: 15px;
}

.viewMore {
    display: flex;
    justify-content: end;
    padding: 5px 30px;
    padding-bottom: 15px;
}

.viewMore a {
    font-size: 16px;
    line-height: 25px;
    color: #ed4038;
    font-weight: 500;
}

.viewMore a:hover {
    color: #019345;
}

/*Social-media-start*/
.sodialMediaWra {
    position: relative;
}

.twitterTitle,
.instaGram,
.faceBook,
.socialMediaYoutube {
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    padding: 9px 11px;
}

.twitterTitle {
    background-color: #43bcee;
}

.instaGram {
    background-color: #ff2043;
}

.faceBook {
    background: #557fe9;
}

.socialMediaYoutube {
    background-color: #f61c0d;
}

.socialMediaContent {
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}
.socialMediaContent img{width: 100%;object-fit: cover;height: 100%;}

/*important website */
.impWebsiteSection {
    padding: 22px 17px;
}

.impWebsiteSection .row {
    justify-content: center;
}

.impWebsiteTitle {
    background: #019345;
    width: 100%;
    border-radius: 35px;
    padding: 15px 20px;
}

.impWebsiteTitle h5 {
    font-family: "Roboto","Noto Sans Gujarati", sans-serif;
    text-align: center;
    font-size: 24px;
/*    text-transform: uppercase;*/
    color: #ffffff;
    font-weight: 400;
}

.webSiteSliderWrap {
    margin-top: 46px;
    margin-bottom: 80px;
}

.webSliderImg {
    border: 1px solid #cccccc;
    margin: 15px;
}

/*footer*/
.visitor_counter p{
    background: #019345;
    padding: 0 10px;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 20px;
    font-weight: 400;
    font-family: "Mukta", sans-serif;
}

.impWebsiteSection .slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border: 1px solid #ed1c24;
    background: transparent;
}

.impWebsiteSection .slick-dots li.slick-active {
    background: #ed1c24;
}

.impWebsiteSection .slick-dots li button:before {
    content: none;
}

.qrCodeVisitorSection {
    position: relative;
}

.qr-content {
    position: absolute;
    top: 85px;
    left: 0px;
}

.search-container input {
    outline: none;
}

.socialMediaTitle {
    width: 24px;
    height: 24px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.SmYoutube {
    /* width: 23px;
      height: 15px; */
    border-radius: 7px;
    padding: 11px 16px;
}

.SmYoutube i.Smyoutubeicon {
    color: #f61c0d;
    font-size: 10px;
}

.socialMediaTitle i {
    color: #43bcee;
}

i.SmInstaGram {
    color: #ff2043;
}

i.SmFaceBook {
    color: #557fe9;
}

/*scrollBar*/
.ministersPhotoWrap .scrollBar {
    margin-left: 30px;
    float: left;
    height: 300px;
    width: 65px;
    background: #f5f5f5;
    overflow-y: scroll;
    margin-bottom: 25px;
}

.ministersPhoto .force-overflow {
    min-height: 450px;
}

/*body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #aeaeae;
}*/

body::-webkit-scrollbar {
    width: 12px;
/*    background-color: red;*/
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: rgb(62 61 78 / 41%);
}

.form-group .confirm-password {
    background-color: #019345;
    border-color: #019345;
}

.form-group .confirm-password:focus {
    box-shadow: none;
}

.card-header {
    background-color: #fff;
    border-top: 2px solid #019345;
    font-family: "Roboto","Noto Sans Gujarati", sans-serif;
    font-weight: 600;
}

input.form-control {
    margin-bottom: 10px;
}

.form-group .btn-primary:focus {
    box-shadow: none;
}

.form-group .col-md-8 {
    margin-top: 10px;
}

.form-group .btn-primary {
    background-color: #019345;
    border-color: #019345;
}

.form-group .btn-primary:hover {
    background-color: #fff;
    border-color: #019345;
    color: #019345;
}

.form-group a {
    color: #8a93a2;
}

.form-group a:hover {
    color: #019345;
}

.form-control:focus {
    border-color: #019345;
    box-shadow: none;
}

.card-header em {
    color: #019345;
    font-style: normal;
}

.form-check-input:checked {
    background-color: #019345;
}

.form-check-input:focus {
    border-color: #019345;
    outline: 0;
    box-shadow: none;
}

.form-control {
    padding: 0.375rem 2.75rem;
}

.card-body {
    position: relative;
}

.card-body i.fa {
    position: absolute;
    padding-top: 10px;
    padding-left: 18px;
    color: #019345;
}

/* .card-body .form-group .col-md-6 span{
    position: relative;
}
.card-body .form-group .col-md-6 span::before{
    content: "|";
    position: absolute;
    height: 100px;
    width: 5px;
    left: 0;
    bottom: 0;
} */
/* .form-group{position: relative;}
.form-control::before{
content: "";
position: absolute;
top: 0;
left: 0;
border-left:2px solid #019345;
} */
/* Header_Alert-message*/
.alert {
    padding: 0.2rem 2rem;
    border-radius: 0;
}

.close {
    font-size: 23px;
    background: transparent;
    border: none;
    color: #842029;
}

.close span {
    vertical-align: middle;
    margin-right: 0px;
}

/* .alert.alert-warning.pt-1.pb-1.mb-0 {
    display: block !important;
}
.alert.alert-danger.header-message {
    display: block !important;
} */
.alert-danger {
    font-weight: 400;
    font-style: normal;
}

.alert-warning a {
    color: #b4b6bd;
}

.alert-warning a:hover {
    color: #019345;
}

/* .AboutWrap{height: 100%;}
.equalHeight{
        height: calc(100% - 60px);
    position: relative;
} */
.impWebsiteSection .slick-slide {
    height: auto;
}

.impWebsiteSection .slick-slide {
    height: auto;
}

/* inner-page-1-06/12/22 */
.innerHeadingTitle {
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    width: 100%;
    align-items: center;
    border: 1px solid #e6e6e6;
    border-top: 2px solid #019345;
    padding: 5px 11px;
    margin-bottom: 25px;
}

.innerHeadingTitle h2 {
    font-family: "Mukta", sans-serif;
    font-size: 24px;
    letter-spacing: 0px;
    color: #2d2d2d;
    font-weight: 700;
}

.innerHeadingTitle span {
    color: #019345;
}

.imageWithContent h4,
.contentWithImage h4 {
    font-family: "Mukta", sans-serif;
    font-size: 17px;
    color: #1a1a1a;
    font-weight: 400;
    padding-bottom: 5px;
}

.imageWithContent p,
.contentWithImage p {
    font-family: "Mukta", sans-serif;
    font-size: 13px;
    line-height: 1.6;
    color: #717580;
    font-weight: 400;
    padding-bottom: 20px;
}

/* .imageContent .firstPara{
    padding-bottom: 25px;
  } */
.btnReadMore {
    font-family: "Mukta", sans-serif;
    font-size: 16px;
    letter-spacing: 0px;
    color: #ffffff;
    padding: 3px 30px;
    border-radius: 30px;
    background-color: #019345;
    border: 1px solid #019345;
    font-weight: 500;
    transition: 0.5s;
    text-decoration: none;
    display: inline-block;
}

.btnReadMore:hover {
    background: #ffffff;
    color: #019345;
}

.contentWithImage {
    padding-top: 50px;
}

/* .thumbImg{
  height: 100%;
 }
 .thumbImg img{
  object-fit: cover;
  height: 100%;

 } */
/* fullWithContent */
.fullWithContent {
    padding: 20px 0;
}

.fullWithContent .fullWithContentHeading {
    margin-bottom: 30px;
}

.fullWithContentHeading h2 {
    font-family: "Mukta", sans-serif;
    font-size: 40px;
    color: #2d2d2d;
    font-weight: 700;
    padding-bottom: 18px;
    text-align: center;
    position: relative;
}

.fullWithContentHeading h2::after {
    content: "";
    height: 5px;
    width: 70px;
    background-color: #019345;
    position: absolute;
    left: 48%;
    bottom: 0;
}

.fullWithContent h4 {
    font-family: "Mukta", sans-serif;
    font-size: 21px;
    line-height: 1.6;
    color: #1a1a1a;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}

.fullWithContent p {
    font-family: "Mukta", sans-serif;
    font-size: 16px;
    color: #717580;
    font-weight: 400;
    text-align: center;
    padding-bottom: 20px;
    margin: 0 !important;
}

/* threeColSection */
.threeColSection {
    position: relative;
}

.threeColSection {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    height: 100%;
    /*    padding-bottom: 55px;*/
}

.threeColImageSection .thumb {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    height: 100%;
    padding: 8px;
}

.threeColImageSection .thumb img {
    object-fit: cover;
    height: inherit;
}

.threeColSection .readMoreButton {
    position: absolute;
    bottom: 30px;
}

/* .threeColSection{padding-top: 30px;} */
.threeColSectionTitle {
    font-family: "Mukta", sans-serif;
    font-size: 23px;
    color: #242424;
    font-weight: 600;
    padding-bottom: 25px;
}

.threeColThumbImg {
    position: relative;
    padding-bottom: 67.25%;
}

.threeColThumbImg img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    object-fit: cover;
}

.threeColSection .date {
    position: absolute;
    background-color: #f53936;
    bottom: -15px;
    right: 20px;
}

.threeColSection .date p {
    text-align: center;
    padding: 8px 12px;
    font-size: 48px;
    color: #ffffff;
    font-weight: bold;
    display: grid;
    line-height: 1;
}

.threeColContentWrap {
    padding: 25px;
}

.cardText {
    font-size: 14px;
    line-height: 20px;
    color: #90969d;
    padding-bottom: 20px;
}

/* threeColImgSection */
.threeColImageSection {
    margin-top: 40px;
}

.threeColImgSection {
    padding: 5px;
}

/* .threeColSection  .threeColImgSection img :hover{
    border: 1px solid #019345;

  } */
/* imageContentSidebarSection */
.imageContentSidebarSection {
    margin-top: 30px;
}

.imageContentSidebarSection .imageContentWrap {
    margin-bottom: 20px
}

.sideBarWrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.testomonialSection {
    padding: 50px 0;
    margin: 50px 0;
    position: relative;
    z-index: 9;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    position: relative;
    z-index: 9;
}

.testomonialSection:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 35%;
    background-color: #019345;
    top: 0;
    left: 0;
    z-index: -1;
}

.testomonialSection::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: -2;
}

.testomonialSection .row {
    align-items: center;
}

.testomonialSection h2 {
    font-family: "Mukta", sans-serif;
    font-size: 30px;
    color: #2d2d2d;
    font-weight: 700;
    padding-bottom: 30px;
}

.testomonialSection h5 {
    font-family: "Mukta", sans-serif;
    font-size: 25px;
    color: #242424;
    font-weight: 600;
    padding-bottom: 25px;
}

.testomonialSection p {
    font-family: "Myriad Pro";
    font-size: 17px;
    line-height: 1.5;
    color: #000000;
}

.sideBarListing {
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.sideBarListing ul {
    padding: 0;
}

.sideBarListing li {
    /* padding-left: 40px; */
    /* border-bottom: 1px solid rgba(0, 0, 0, .125); */
    position: relative;
    padding-left: 0px;
}

.sideBarListing li a {
    font-family: "Mukta", sans-serif;
    text-decoration: none;
    font-size: 17px;
    line-height: 1.4;
    color: #000000;
    font-weight: 700;
    padding: 7px 0 7px 40px;
    display: block;
}

.sideBarListing li::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: calc(100% - 15%);
    height: 1px;
    margin: 0 auto;
    background-color: #e9e4e4;
}

.sideBarListing li:last-child::after {
    content: none;
}

.sideBarListing li::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 24px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    /* border-color: transparent transparent transparent #f04d4d; */
    border-color: transparent transparent transparent #000000;
}

/* sidebarHover */
/* .sideBarListing li:hover a {color: #fff;} */
.sideBarListing li ul li a:hover {
    background: #019345;
    color: #fff;
}

.sideBarListing li ul a:hover {
    color: #fff;
}

.sideBarListing li ul li:hover a:before {
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #fff;
}

/* sidebarActive */
.sideBarListing .active {
    background: #019345;
}

.sideBarListing .active a {
    color: #fff;
}

.sideBarListing .active:before {
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #fff;
}

/* 15-dec- Add by bharti for black spot page design */
.black-spot {
    font-family: none;
    text-decoration: none;
    color: #019345;
}

/* .sideBarListing ul li ul li {
    padding-left: 20px;
} */
.sideBarListing ul li ul li::before {
    left: 35px;
}

.sideBarListing li ul li a {
    padding-left: 50px;
}

/* 22-dec form css fixing */
.frm-content .form-control {
    padding: 0.375rem 0.75rem;
}

.frm-content .btn-primary {
    color: #fff;
    background-color: #019345;
    border-color: #019345;
    margin-top: 10px;
}

.no-news-data {
    height: 100%;
    background-color: #f5f5f5;
    align-items: center;
    display: inline-grid;
    text-align: center;
    width: 100%;
    padding: 20px 10px; 
}

/* Accordian 23-12-22 */
.accordianWrap {
    margin: 30px 0;
}

.accordianWrap .accordion {
    margin: 10px 0;
}

.accordianWrap .accordion {
    margin: 4px 0;
}

.acordianDate,
.accordianTitle {
    color: black;
    /* font-size: 17px;
    font-weight: 500; */
}

.accordianTitle p {
    text-align: justify;
    overflow: hidden;
    font-size: 19px;
    text-overflow: ellipsis;
    /* padding-left: 40px; */
}

.accordion-body p {
    font-size: 20px;
}

.accordianThumbImg {
    padding-bottom: 20px;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #019345;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    background: none;
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
    color: #000;
    flex-shrink: 0;
    width: 4.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "view";
    background-image: none !important;
    transition: transform 0.2s ease-in-out;
}

/* table-Accordian 28-12-22*/
table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px auto;
    border: 1px solid #ccc;
}

th {
    color: #000000;
    font-weight: bold;
}

td,
th {
    padding: 10px;
    text-align: left;
    font-size: 18px;
}

.tbl-accordion-header a {
    color: #000 !important;
}

.customTable .tbl-accordion-body {
    display: none;
}


.tbl-accordion-body td {
    border-bottom: 0px;
}

.accordianSection thead {
    border-bottom: 1px solid #ccc;
}

.accordianSection th {
    border: none !important;
}

.accordianSection a {
    font-family: "Roboto","Noto Sans Gujarati", sans-serif;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    z-index: 999;
}

/* .accordianSection tbody td {
    border: none;
} */

.accordianSection tbody tr {
    border-bottom: 1px solid #ccc;
}

/* .tbl-accordion-body tr:last-child {
    border-bottom: 1px solid #ccc;
} */
/* staff-of-grsa css fixing for full width table 26-12-22 */
.card-body .MsoTableGrid {
    width: 100%;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
}

.accordion-button:not(.collapsed) {
    color: #000 !important;
}

.photo-gallery-images,
.videoPlayButton {
    position: relative;
}

.videoPlayButton::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 2;
    background: url(../images/play3.png) no-repeat scroll 0 0 transparent;
    background-size: contain;
}

.select-year {
    padding: 0;
    float: right;
    position: relative;
}

.select-year .form-control {
    width: 50%;
    padding: 0.375rem 0.75rem;
}

.card-header .form-select {
    padding: 0.375rem 9.25rem 0.375rem 0.75rem;
}

.card-header .form-select:focus {
    border-color: #019345;
    box-shadow: none;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #019345 !important;
    border-color: #019345 !important;
    /* border-radius: 50%; */
    padding: 6px 12px;
}

.page-link {
    z-index: 3;
    color: #019345 !important;
    background-color: #fff;
    border-color: #019345;
    padding: 6px 12px !important;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.pagination li {
    padding: 3px;
}

.disabled .page-link {
    color: #212529 !important;
    opacity: 0.5 !important;
}

.searchDetails p {
    color: #6f6f81;
    font-size: 17px;
}

.page .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #019345;
    border-color: #019345;
}

.page .page-link {
    color: #019345;
}

.page-link:focus {
    background-color: none;
    box-shadow: none;
}

.page-link:hover {
    background-color: #fff;
    border-color: #019345;
}

/* .tbl-accordion-body tr:last-child {    border-bottom: 1px solid #ccc;} */
/*Sitemap 28-12-22*/
.column {
    height: 100%;
}

.withBorderTable thead th{border-right: 2px solid rgba(255, 255, 255, 0.1) !important;}
.withBorderTable tbody td, .withBorderTable thead th:last-child{border-right: none !important;}
.withBorderTable tbody td{border-right: 2px solid rgba(0, 0, 0, 0.1) !important;}

.column h5 {
    font-family: 'Mukta', sans-serif;
    font-size: 22px;
    color: #242424;
    font-weight: 700;
}

.column ul {
    padding-left: 15px;
}

.column li {
    list-style-type: square;
    color: #85909b;
}

.column a {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #3e3e4f;
    line-height: 1.7;
}

.column a:hover {
    color: #019345;
}

/*Search 28-12-22*/
.searchSection ul {
    padding: 0;
}

.searchSection a {
    font-family: 'Mukta', sans-serif;
    font-size: 20px;
    color: #242424;
    font-weight: 700;
    text-decoration: none;
}

.searchSection a:hover {
    color: #019345;
}

.searchSection li {
    padding: 12px 0 0;
}

.searchDetails {
    margin-bottom: 20px;
    /* font-size: 18px;   font-weight: 500; */
    border-bottom: 1px solid #019345;
}



.customTable {
    width: 100%;
    border-collapse: collapse !important;
    border: none !important;
}

.customTable td,
.customTable th {
    padding: 12px 15px;
    /* border: 1px solid #ddd; */
    text-align: left;
    font-size: 16px;
}
.customTable td a,
.customTable th a{color: #000 !important;text-decoration: none !important;}
.customTable td a:hover,
.customTable th a:hover{text-decoration: underline !important;color: #019345 !important;}
.customTable td {
    border: none;
    text-align: left;
}
.customTable td img {
    height: auto;
}
.customTable thead tr {
    border: none !important;
}

.customTable th {
    background-color: #6f6f81;
    color: #ffffff;
    border: none !important;
}

.customTable table li {
    background-color: #fff;
}

.customTable .tbl-accordion-header:nth-child(4n+1) {
    background-color: #efefef;
}


/* introduction Page 01-01-23 */
.card-body span {
    font-family: "Roboto", sans-serif !important;
    font-size: 19px !important;
    color: #626262;
    line-height: 1.4;
    display: inline-block;
    /* padding-bottom: 15px ; */
}
/* .threeColContentWrap p{
    text-align: inherit !important;
} */

.clickHere span {
    font-family: "Mukta", sans-serif;
    font-size: 17px;
    color: #000;
    text-decoration: none;
    
}
.clickHere span:hover{
    color: #019345;
}
.wcagValidation {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.webSiteSliderWrap .slick-slide img{margin: 0 auto;}

img.captcha_refresh {
    height: 30px;
    width: 40px;
    font-size: 4px;
}
.mfp-wrap, .mfp-container{height: 100vh;}
.safari-mac{display: none;}

.newsWrap a {
    text-decoration: none;
}

.scroll {
    position: relative;
    height: 400px;
}

.viewMore a {
    height: 20px;
    padding: 4px;
}

/* start accessibility clock CSS */


header .menu-main .accessibility-block {
  min-width: 50px;
  height: 50px;
  background-color: #3e3e4f;
  border-radius: 10px;
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 99;
  border: 2px solid #fff;
}

header .menu-main .accessibility-block .access-logo {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .menu-main .accessibility-block .access-logo > svg {
    width: 20px;
}

/* end accessibility clock CSS */