﻿/*virsion main.css?v=2.2 date 11.01.2024 */

@charset "UTF-8";

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.ttf') format('truetype'),url('../fonts/Poppins-Light.ttf') format('truetype'),url('../fonts/Poppins-Medium.ttf') format('truetype')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'),local('OpenSans-Light'),url('../fonts/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.woff2') format('woff2'),url('../fonts/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff') format('woff')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'),local('OpenSans'),url('../fonts/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2') format('woff2'),url('../fonts/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff') format('woff')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'),local('OpenSans-Semibold'),url('../fonts/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff2') format('woff2'),url('../fonts/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff') format('woff')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'),local('OpenSans-Bold'),url('../fonts/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2') format('woff2'),url('../fonts/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff') format('woff')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans Extrabold'),local('OpenSans-Extrabold'),url('../fonts/EInbV5DfGHOiMmvb1Xr-hugdm0LZdjqr5-oayXSOefg.woff2') format('woff2'),url('../fonts/EInbV5DfGHOiMmvb1Xr-hnhCUOGz7vYGh680lGh-uXM.woff') format('woff')
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: local('Source Sans Pro Light'),local('SourceSansPro-Light'),url('../fonts/toadOcfmlt9b38dHJxOBGOode0-EuMkY--TSyExeINg.woff2') format('woff2'),url('../fonts/toadOcfmlt9b38dHJxOBGNbE_oMaV8t2eFeISPpzbdE.woff') format('woff')
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro'),local('SourceSansPro-Regular'),url('../fonts/ODelI1aHBYDBqgeIAH2zlNV_2ngZ8dMf8fLgjYEouxg.woff2') format('woff2'),url('../fonts/ODelI1aHBYDBqgeIAH2zlBM0YzuT7MdOe03otPbuUS0.woff') format('woff')
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: local('Source Sans Pro Semibold'),local('SourceSansPro-Semibold'),url('../fonts/toadOcfmlt9b38dHJxOBGCOFnW3Jk0f09zW_Yln67Ac.woff2') format('woff2'),url('../fonts/toadOcfmlt9b38dHJxOBGJ6-ys_j0H4QL65VLqzI3wI.woff') format('woff')
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: local('Source Sans Pro Bold'),local('SourceSansPro-Bold'),url('../fonts/toadOcfmlt9b38dHJxOBGEo0As1BFRXtCDhS66znb_k.woff2') format('woff2'),url('../fonts/toadOcfmlt9b38dHJxOBGFkQc6VGVFSmCnC_l7QZG60.woff') format('woff')
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 900;
    src: local('Source Sans Pro Black'),local('SourceSansPro-Black'),url('../fonts/toadOcfmlt9b38dHJxOBGHZhYM0_6AejPZE-OqA592o.woff2') format('woff2'),url('../fonts/toadOcfmlt9b38dHJxOBGHiec-hVyr2k4iOzEQsW1iE.woff') format('woff')
}

:root {
    scroll-behavior: smooth;
}

a {
    color: var(--color-links);
    text-decoration: none
}

    a:hover {
        color: var(--color-links-hover);
        text-decoration: none
    }

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    min-height: 100%;
    top: 0;
    background: radial-gradient(#dfdfdf 15%, transparent 16%), linear-gradient(45deg, transparent 49%, #d9d1d1 49% 51%, transparent 51%), linear-gradient(-45deg, transparent 49%, #e1dede 49% 51%, transparent 51%);
    background: -webkit-radial-gradient(#dfdfdf 15%, transparent 16%), linear-gradient(45deg, transparent 49%, #d9d1d1 49% 51%, transparent 51%), linear-gradient(-45deg, transparent 49%, #e1dede 49% 51%, transparent 51%);
    background-size: 2em 2em;
    background-color: #fdfdfd;
    overflow-x: hidden;
}


h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-secondary);
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}

    h1.logo {
        margin: 0
    }

        h1.logo img {
            float: left
        }

.logo a strong {
    font-weight: 600;
    display: block;
    font-size: 80%
}

.box_toggle li {
    margin-bottom: 10px
}

.btn_border {
    border: 1px solid #e5e5e5;
    border-radius: 3px
}

li.link a {
    line-height: 30px;
    color: #00008b
}

.logo strong {
    line-height: 20px;
    font-size: 20px;
    font-weight: 600;
    display: flow-root
}

.logo i {
    color: #00f;
    text-transform: capitalize;
    font-size: 16px
}

.carousel-inner {
    max-height: 550px;
    border: 1px solid #901;
    border-bottom: 0
}

.logo span {
    display: block;
    font-weight: 900;
    font-size: 110%
}

.logo {
    margin-left: .1em !important;
    padding: 0 5px
}

#logo {
    top: 1em;
    left: 0;
    width: 100%
}

b.pseudo_border {
    color: var(--color-primary)
}

.side-pic {
    position: absolute;
    top: 32%;
    z-index: 9;
    text-align: center;
    left: 5%
}

.minis {
    text-align: center;
    list-style: none
}

h5.designation {
    font-size: 13px;
    margin-top: 10px;
    font-weight: 600
}

h5.designation {
    font-size: 13px;
    font-weight: 700 !important
}

    h5.designation span {
        font-size: 14px;
        color: #c73500;
        padding: 2px 6px;
        text-shadow: 1px 1px 0 #ffffff;
        font-weight: 900 !important;
        text-transform: uppercase
    }

.field-content img {
    border-radius: 50%;
    box-shadow: 0 1px 6px orange
}

.pseudo_border {
    position: relative;
    display: inline-block;
    color: brown;
    font-size: 15px
}

button.navbar-toggler.me-4 {
    position: absolute !important;
    top: -67px !important;
    right: -6px !important
}

#preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    overflow: hidden;
    background: var(--color-white);
    transition: all .6s ease-out;
    width: 100%;
    height: 100vh
}

    #preloader:after, #preloader:before {
        content: "";
        position: absolute;
        border: 4px solid var(--color-primary);
        border-radius: 50%;
        animation: animate-preloader 2s cubic-bezier(0,.2,.8,1) infinite
    }

    #preloader:after {
        animation-delay: -.5s
    }

@keyframes animate-preloader {
    0% {
        width: 10px;
        height: 10px;
        top: calc(50% - 5px);
        left: calc(50% - 5px);
        opacity: 1
    }

    100% {
        width: 72px;
        height: 72px;
        top: calc(50% - 36px);
        left: calc(50% - 36px);
        opacity: 0
    }
}

section {
    padding: 0 0;
    overflow: hidden
}

.section-header {
    text-align: center;
    padding-bottom: 0;
    background: #9a3b3b;
    color: #ffffff;
    padding: 5px;
    text-shadow: 4px 1px 4px #712b06
}

button.nav-link {
    color: #000
}

.section-header h2 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 20px;
    color: var(--color-secondary)
}

.section-header p {
    margin: 0 auto;
    color: var(--color-secondary-light)
}


.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 995;
    background: var(--color-primary);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all .4s
}

    .scroll-top i {
        font-size: 24px;
        color: var(--color-white);
        line-height: 0
    }

    .scroll-top:hover {
        background: rgba(var(--color-primary-rgb),.85);
        color: var(--color-white)
    }

    .scroll-top.active {
        visibility: visible;
        opacity: 1
    }

.header {
    padding: 0;
    transition: all .5s;
    z-index: 997;
    background: #901;
    box-shadow: 1px 0 23px #ccc
}

    .header .logo img {
        max-height: 40px;
        margin-right: 6px
    }

    .header .logo h1 {
        font-size: 32px;
        font-weight: 300;
        color: var(--color-secondary);
        font-family: var(--font-secondary)
    }

        .header .logo h1 span {
            color: var(--color-primary);
            font-weight: 500
        }

    .header .btn-getstarted, .header .btn-getstarted:focus {
        font-size: 16px;
        color: var(--color-white);
        background: var(--color-primary);
        padding: 8px 23px;
        border-radius: 4px;
        transition: .3s;
        font-family: var(--font-secondary)
    }

        .header .btn-getstarted:focus:hover, .header .btn-getstarted:hover {
            color: var(--color-white);
            background: rgba(var(--color-primary-rgb),.85)
        }


.navbar .dropdown:hover > ul {
    opacity: 1;
    visibility: visible
}

.navbar .megamenu {
    position: static
}

    .navbar .megamenu ul {
        right: 0;
        padding: 10px;
        display: flex
    }

        .navbar .megamenu ul li {
            flex: 1
        }

            .navbar .megamenu ul li a, .navbar .megamenu ul li:hover > a {
                color: rgba(var(--color-white-rgb),.5);
                background: 0 0
            }

                .navbar .megamenu ul li .active, .navbar .megamenu ul li .active:hover, .navbar .megamenu ul li a:hover {
                    color: var(--color-white);
                    background: var(--color-primary)
                }

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden
}

.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible
}

.navbar .dropdown .dropdown:hover > ul {
    left: 60%
}

#ordercirculer .card .cardbody {
    height: 14rem
}

.order-img img {
    height: 305px;
    width: 100%
}

li.link {
    list-style-type: disclosure-closed;
    padding-bottom: 20px
}


.hero-animated {
    width: 100%;
    min-height: 50vh;
    background: url("../img/hero-bg.png") center center;
    background-size: cover;
    position: relative;
    padding: 120px 0 60px
}

    .hero-animated h2 {
        margin: 0 0 10px 0;
        font-size: 48px;
        font-weight: 300;
        color: var(--color-secondary);
        font-family: var(--font-secondary)
    }

        .hero-animated h2 span {
            color: var(--color-primary)
        }

    .hero-animated p {
        color: rgba(var(--color-secondary-rgb),.8);
        margin: 0 0 30px 0;
        font-size: 20px;
        font-weight: 400
    }

    .hero-animated .animated {
        margin-bottom: 60px;
        animation: up-down 2s ease-in-out infinite alternate-reverse both
    }

    .hero-animated .btn-get-started {
        font-size: 16px;
        font-weight: 400;
        display: inline-block;
        padding: 10px 28px;
        border-radius: 4px;
        transition: .5s;
        color: var(--color-white);
        background: var(--color-primary);
        font-family: var(--font-secondary)
    }

        .hero-animated .btn-get-started:hover {
            background: rgba(var(--color-primary-rgb),.8)
        }

    .hero-animated .btn-watch-video {
        font-size: 16px;
        transition: .5s;
        margin-left: 25px;
        font-family: var(--font-secondary);
        color: var(--color-secondary);
        font-weight: 600
    }

        .hero-animated .btn-watch-video i {
            color: var(--color-primary);
            font-size: 32px;
            transition: .3s;
            line-height: 0;
            margin-right: 8px
        }

        .hero-animated .btn-watch-video:hover {
            color: var(--color-primary)
        }

            .hero-animated .btn-watch-video:hover i {
                color: rgba(var(--color-primary-rgb),.8)
            }

@keyframes up-down {
    0% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(-10px)
    }
}

.hero {
    width: 100%;
    padding: 0;
    background: var(--color-black);
    background: url("/Content/assets/img/hero-bg.png") center center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0
}

    .hero .carousel-item {
        overflow: hidden
    }

        .hero .carousel-item img {
            overflow: hidden;
            height: 550px
        }

    .hero h2 {
        color: var(--color-secondary);
        margin-bottom: 25px;
        font-size: 48px;
        font-weight: 300;
        animation: fadeInDown 1s both .2s
    }


    .hero p {
        color: var(--color-secondary-light);
        animation: fadeInDown 1s both .4s;
        font-weight: 500;
        margin-bottom: 30px
    }

    .hero .img {
        margin-bottom: 40px;
        animation: fadeInDownLite 1s both
    }

    .hero .btn-get-started {
        font-family: var(--font-secondary);
        font-weight: 400;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 8px 32px;
        border-radius: 5px;
        transition: .5s;
        animation: fadeInUp 1s both .6s;
        color: var(--color-primary);
        border: 2px solid var(--color-primary)
    }

        .hero .btn-get-started:hover {
            background: var(--color-primary);
            color: var(--color-white)
        }

    .hero .carousel-control-prev {
        justify-content: start
    }

    .hero .carousel-control-next {
        justify-content: end
    }


    .hero .carousel-control-next-icon, .hero .carousel-control-prev-icon {
        background: 0 0;
        font-size: 26px;
        line-height: 0;
        background: rgba(var(--color-secondary-rgb),.4);
        color: rgba(var(--color-white-rgb),.98);
        border-radius: 50px;
        width: 54px;
        height: 54px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .hero .carousel-control-next-icon {
        padding-left: 3px
    }

    .hero .carousel-control-prev-icon {
        padding-right: 3px
    }

    .hero .carousel-control-next, .hero .carousel-control-prev {
        transition: .3s
    }

        .hero .carousel-control-next:focus, .hero .carousel-control-prev:focus {
            opacity: .5
        }

        .hero .carousel-control-next:hover, .hero .carousel-control-prev:hover {
            opacity: .9
        }

    .hero .carousel-indicators li {
        list-style-type: none;
        cursor: pointer;
        background: rgba(var(--color-secondary-rgb),.5);
        overflow: hidden;
        border: 0;
        width: 38px;
        height: 5px;
        border-radius: 50px;
        opacity: .6;
        transition: .3s
    }

        .hero .carousel-indicators li.active {
            opacity: 1;
            background: #901
        }

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}

@keyframes fadeInDownLite {
    from {
        opacity: 0;
        transform: translate3d(0,-10%,0)
    }

    to {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}

.hero-fullscreen {
    width: 100%;
    min-height: 100vh;
    background: url("../img/hero-fullscreen-bg.jpg") center center;
    background-size: cover;
    position: relative;
    padding: 120px 0 60px
}

    .hero-fullscreen:before {
        content: "";
        background: rgba(var(--color-white-rgb),.85);
        position: absolute;
        inset: 0
    }

    .hero-fullscreen h2 {
        margin: 0 0 10px 0;
        font-size: 48px;
        font-weight: 300;
        color: var(--color-secondary);
        font-family: var(--font-secondary)
    }

        .hero-fullscreen h2 span {
            color: var(--color-primary)
        }

    .hero-fullscreen p {
        color: rgba(var(--color-secondary-rgb),.8);
        margin: 0 0 30px 0;
        font-size: 20px;
        font-weight: 400
    }

    .hero-fullscreen .btn-get-started {
        font-size: 16px;
        font-weight: 400;
        display: inline-block;
        padding: 10px 28px;
        border-radius: 4px;
        transition: .5s;
        color: var(--color-white);
        background: var(--color-primary);
        font-family: var(--font-secondary)
    }

        .hero-fullscreen .btn-get-started:hover {
            background: rgba(var(--color-primary-rgb),.8)
        }

    .hero-fullscreen .btn-watch-video {
        font-size: 16px;
        transition: .5s;
        margin-left: 25px;
        font-family: var(--font-secondary);
        color: var(--color-secondary);
        font-weight: 600
    }

        .hero-fullscreen .btn-watch-video i {
            color: var(--color-primary);
            font-size: 32px;
            transition: .3s;
            line-height: 0;
            margin-right: 8px
        }

        .hero-fullscreen .btn-watch-video:hover {
            color: var(--color-primary)
        }

            .hero-fullscreen .btn-watch-video:hover i {
                color: rgba(var(--color-primary-rgb),.8)
            }


.hero-static {
    width: 100%;
    min-height: 50vh;
    background: url("../img/hero-bg.png") center center;
    background-size: cover;
    position: relative;
    padding: 120px 0 60px
}

    .hero-static h2 {
        margin: 0 0 10px 0;
        font-size: 48px;
        font-weight: 300;
        color: var(--color-secondary);
        font-family: var(--font-secondary)
    }

        .hero-static h2 span {
            color: var(--color-primary)
        }

    .hero-static p {
        color: rgba(var(--color-secondary-rgb),.8);
        margin: 0 0 30px 0;
        font-size: 20px;
        font-weight: 400
    }

    .hero-static .btn-get-started {
        font-size: 16px;
        font-weight: 400;
        display: inline-block;
        padding: 10px 28px;
        border-radius: 4px;
        transition: .5s;
        color: var(--color-white);
        background: var(--color-primary);
        font-family: var(--font-secondary)
    }

        .hero-static .btn-get-started:hover {
            background: rgba(var(--color-primary-rgb),.8)
        }

    .hero-static .btn-watch-video {
        font-size: 16px;
        transition: .5s;
        margin-left: 25px;
        font-family: var(--font-secondary);
        color: var(--color-secondary);
        font-weight: 600
    }

        .hero-static .btn-watch-video i {
            color: var(--color-primary);
            font-size: 32px;
            transition: .3s;
            line-height: 0;
            margin-right: 8px
        }

        .hero-static .btn-watch-video:hover {
            color: var(--color-primary)
        }

            .hero-static .btn-watch-video:hover i {
                color: rgba(var(--color-primary-rgb),.8)
            }


.about em {
    font-size: 32px;
    color: #901;
    font-style: inherit;
    font-weight: bolder;
    font-family: fangsong
}

.about .about-img {
    position: relative;
    margin: 60px 0 0 60px;
    z-index: 99
}

    .about .about-img:before {
        position: absolute;
        inset: -60px 0 0 -60px;
        z-index: -1;
        content: "";
        background: url("/Content/assets/img/about-bg.png") top left;
        background-repeat: no-repeat
    }


.about .nav-pills {
    border-bottom: 1px solid rgba(var(--color-secondary-rgb),.2)
}

    .about .nav-pills li + li {
        margin-left: 40px
    }

.about .nav-link {
    background: 0 0;
    font-size: 18px;
    font-weight: 400;
    color: var(--color-secondary);
    padding: 12px 0;
    margin-bottom: -2px;
    border-radius: 0;
    font-family: var(--font-secondary)
}

    .about .nav-link.active {
        color: var(--color-primary);
        background: 0 0;
        border-bottom: 3px solid var(--color-primary)
    }


.about .tab-content h4 {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    color: var(--color-secondary)
}

.about .tab-content i {
    font-size: 22px;
    line-height: 0;
    margin-right: 8px;
    color: var(--color-primary)
}

.sec_tag {
    position: relative;
    min-width: 25%;
    line-height: 52px;
    padding: 2px;
    font-size: 16px;
    text-align: center;
    color: #000000;
    margin-right: 6px;
    font-weight: 700;
    margin-left: 4px;
    box-shadow: 1px 1px 2px #953939;
}

.tag_red {
    background: #ffe8d8;
}

.tag_orange {
    background: #ffca19;
}

.tag_blue {
    background: #60d4f7;
}

.tag_gry {
    background: #9d9a9a;
}

.tag_lightgreen {
    background: #90ee90;
}

.tag_green {
    background: #77e1ce;
}

.nav-pills .nav-link {
    border-radius: 0;
    margin: 0 0 0 12px
}

    .nav-pills .nav-link.active:first-child {
        background: #901;
        border-radius: 0;
        color: #ffffff;
    }

    .nav-pills .nav-link.active:nth-child(2) {
        background: #901;
        border-radius: 0;
        color: #ffffff;
    }

    .nav-pills .nav-link.active:nth-child(3) {
        background: #901;
        border-radius: 0;
        color: #ffffff;
    }

    .nav-pills .nav-link.active:nth-child(4) {
        background: #901;
        border-radius: 0;
        color: #ffffff;
    }

    .nav-pills .nav-link.active:nth-child(5) {
        background: #901;
        border-radius: 0;
        color: #ffffff;
    }

    .nav-pills .nav-link.active:nth-child(6) {
        background: #901;
        border-radius: 0;
        color: #ffffff;
    }

    .nav-pills .nav-link.active:nth-child(7) {
        background: #901;
        border-radius: 0;
        color: #ffffff;
    }

    .nav-pills .nav-link.active:nth-child(8) {
        background: #901;
        border-radius: 0;
        color: #ffffff;
    }

.bg-img4 {
    background-image: url(../img/passport.jpg);
    background-repeat: no-repeat;
    background-size: 120% 194%
}

.about_bg {
    background: #ffffff;
    position: relative;
    width: 84%;
    left: 0;
    right: 0;
    font-size: 1.3rem;
    padding: 29px;
    margin: 46px auto;
    top: 27px;
    border: 2px dotted #ff5637;
    text-align: center;
}

h3.sec_6b_head {
    font-size: 3rem;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 4px 1px 4px #000
}

.bigButton {
    width: 95%;
    background: #901;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    display: block;
    margin: 100px auto;
    padding: 35px;
    border-radius: 5px;
    position: relative;
    box-shadow: inset -1px 0 10px 4px #212529;
    border: 1px solid #f38042;
    overflow: hidden;
    cursor: pointer;
    transition: all .5s linear,transform .2s linear
}

    .bigButton:hover {
        color: #000000;
        transform: translateY(-6px)
    }

    .bigButton:focus {
        color: #fff;
        transform: translateY(-6px)
    }

        .bigButton:focus::before, .bigButtonn:hover::before {
            opacity: 1
        }

    .bigButton::after {
        content: '';
        width: 30px;
        height: 30px;
        border-radius: 100%;
        border: 6px solid #00ffcb;
        position: absolute;
        z-index: -1;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        animation: ring 1.5s infinite
    }

    .bigButton:focus::after, .bigButton:hover::after {
        animation: none;
        display: none
    }

@keyframes ring {
    0% {
        width: 30px;
        height: 30px
    }

    100% {
        width: 300px;
        height: 300px
    }
}

.bigButton .iccoo {
    position: absolute;
    font-size: 80px;
    left: 35%;
    top: 10%;
    color: #fff
}

.bigButton .cont {
    color: #222;
    margin-top: 80px;
    text-align: center
}

    .bigButton .cont h4 {
        position: absolute;
        left: 15%;
        font-family: 'Cantora One',serif;
        font-size: 36px;
        padding: 14px 2px
    }

    .bigButton .cont p {
        position: absolute;
        top: 72%;
        left: 16%;
        font-family: Puritan;
        padding: 2px;
        color: #fff
    }

.bigButton:hover {
    background: #ddd;
    box-shadow: inset 0 0 5px rgba(0,0,0,.8);
    transform: rotate(-2deg)
}

    .bigButton:hover .iccoo {
        color: #f38042;
        animation: hoveringicon .5s ease
    }

    .bigButton:hover .cont h4 {
        transform: rotate(6deg);
        animation: fallhead .1s ease
    }

    .bigButton:hover .cont p {
        transform: rotate(-2deg);
        color: #f38042;
        animation: fallpara .3s ease
    }

@keyframes hoveringicon {
    0% {
        transform: scale(1,1);
        color: #fff
    }

    60% {
        transform: scale(5,5);
        color: rgba(253,128,61,0)
    }

    61% {
        transform: scale(0,0);
        color: rgba(253,128,61,0)
    }

    100% {
        transform: scale(1,1);
        color: #fd8044
    }
}

@keyframes fallhead {
    0% {
        top: -50%
    }

    100% {
        top: 50%
    }
}

@keyframes fallpara {
    0% {
        opacity: 0;
        top: 90%
    }

    100% {
        opacity: 1;
        top: 72%;
        color: #f38042
    }
}

#contact h1 {
    text-align: center
}

#contact ul {
    --col-gap: 1rem;
    --barH: 2rem;
    --roleH: 2rem;
    --flapH: 4rem;
    width: min(86rem,100%);
    margin-inline: auto;
    display: flex;
    flex-wrap: wrap;
    gap: var(--col-gap);
    padding-inline: calc(var(--col-gap)/ 2);
    justify-content: center;
    align-items: flex-start;
    list-style: none
}

    #contact ul li {
        width: 17em;
        display: grid;
        grid-template:
            "role"
            "icon"
            "title"
            "descr";
        align-items: flex-start;
        gap: 1rem;
        padding-block-end: calc(var(--flapH) + 1rem);
        text-align: center;
        background: var(--accent-color);
        background-image: linear-gradient(rgba(0,0,0,.6) var(--roleH),rgba(0,0,0,.4) calc(var(--roleH) + .5rem),rgba(0,0,0,0) calc(var(--roleH) + .5rem + 5rem));
        clip-path: polygon(calc(var(--col-gap)/ -2 - 5px) 0,calc(100% + var(--col-gap)/ 2 + 5px) 0,calc(100% + var(--col-gap)/ 2 + 5px) calc(100% - var(--flapH)),50% 100%,calc(var(--col-gap)/ -2 - 5px) calc(100% - var(--flapH)))
    }

        #contact ul li::before {
            content: "";
            grid-area: role;
            height: var(--barH);
            width: calc(100% + var(--col-gap));
            margin-left: calc(var(--col-gap)/ -2);
            margin-top: calc(var(--roleH)/ 2 - var(--barH)/ 2);
            background: grey;
            z-index: -1;
            background-image: linear-gradient(rgba(255,255,255,.4),rgba(255,255,255,.2) 30%,rgba(255,255,255,.1) 40%,rgba(0,0,0,.1) 60%,rgba(0,0,0,.2) 70%,rgba(0,0,0,.4))
        }

        #contact ul li::after {
            content: "";
            grid-area: role;
            background: var(--accent-color);
            background-image: linear-gradient(rgba(255,255,255,.4),rgba(255,255,255,.2) 30%,rgba(255,255,255,.1) 40%,rgba(0,0,0,.1) 60%,rgba(0,0,0,.2) 70%,rgba(0,0,0,.4));
            height: var(--roleH)
        }

        #contact ul li .descr, #contact ul li .descr a, #contact ul li .icon, #contact ul li .title {
            /* padding-inline: 1rem; */
            color: #fff;
            text-shadow: 0 0 .5rem rgba(0,0,0,.5)
        }

        #contact ul li .icon {
            font-size: 3rem
        }

        #contact ul li .title {
            font-size: 15px;
            font-weight: 700
        }

        #contact ul li .descr {
            font-size: .9rem
        }

#contact h2 {
    color: #fff;
    text-shadow: 0 0 .5rem rgba(0,0,0,.5);
    font-size: 1.5rem
}


span.click_img {
    top: 9rem;
    position: relative
}

.click_sidebox {
    text-align: justify;
    padding: 10px;
    border: 1px dotted #dc3545
}

    .click_sidebox a {
        font-style: italic;
        color: #000;
        text-decoration: revert;
    }

    .click_sidebox h4 {
        color: #990011;
        text-align: center;
    }

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 26px;
    border: none;
    outline: 0;
    background-color: #901;
    color: #fff;
    cursor: pointer;
    padding: 4px;
}

    #myBtn:hover {
        background-color: #555
    }

#tab-pane-1 {
    padding: 10px;
    background: #ffe8d8;
    color: #000;
    margin-right: 13px
}

#tab-pane-2 {
    padding: 10px;
    background: #77e1ce;
    color: #000;
    margin-right: 13px;
}

#tab-pane-3 {
    padding: 10px;
    background: #60d4f7;
    color: #000;
    margin-right: 13px;
}

#tab-pane-4 {
    padding: 10px;
    background: #9d9a9a;
    color: #000;
    margin-right: 13px;
}

#tab-pane-5 {
    padding: 10px;
    background: #ffca19;
    color: #000;
    margin-right: 13px
}

#tab-pane-6 {
    padding: 10px;
    background: #90ee90;
    color: #000;
    margin-right: 13px;
}

#tab-pane-7 {
    padding: 10px;
    background: rgb(255 165 0 / 51%);
    color: #000;
    margin-right: 13px
}

#tab-pane-8 {
    padding: 10px;
    background: #90ee90;
    color: #000;
    margin-right: 13px
}

.services .img {
    border-radius: 8px;
    overflow: hidden
}

    .services .img img {
        transition: .6s
    }

.services li a {
    font-size: 16px;
    font-family: Poppins,Open Sans,sans-serif;
    line-height: 28px
}

.services .tab-content li {
    padding-bottom: 20px;
    list-style-type: circle
}

.services .details {
    padding: 37px 25px;
    margin: -130px 10px 0 10px;
    transition: all ease-in-out .3s;
    background: var(--color-white);
    position: relative;
    background: rgba(var(--color-white-rgb),.9);
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 0 25px rgba(var(--color-black-rgb),.1)
}

    .services .details .icon {
        margin: 0;
        width: 72px;
        height: 72px;
        background: var(--color-primary);
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        color: var(--color-white);
        font-size: 28px;
        transition: ease-in-out .3s;
        position: absolute;
        top: -36px;
        left: calc(50% - 36px);
        border: 6px solid var(--color-white)
    }

    .services .details h3 {
        color: var(--color-default);
        font-weight: 600;
        margin: 10px 0 15px 0;
        font-size: 1em;
        transition: ease-in-out .3s
    }

    .services .details p {
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0
    }

.services .service-item:hover .details h3 {
    color: var(--color-primary)
}

.services .service-item:hover .details .icon {
    background: var(--color-white);
    border: 2px solid var(--color-primary)
}

    .services .service-item:hover .details .icon i {
        color: var(--color-primary)
    }

.services .service-item:hover .img img {
    transform: scale(1.2)
}

::marker {
    color: #901
}

.CAA {
    position: absolute;
    z-index: 9;
    right: 5px;
    top: 5px;
    font-weight: 900;
    padding: 0 8px;
    line-height: 90px;
    border: 1px dotted #0d8aff;
    line-height: 65px
}

a.acq_link {
    background: #ff2f0c;
    padding: 7px;
    border-radius: 5px;
    box-shadow: 4px 5px 10px #777;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}

    a.acq_link:hover {
        background: #901
    }

.CAA:hover {
    background: #f2ecbe
}

a.caa_link {
    color: #efb919;
    display: block;
    text-shadow: 2px 1px 0 #666
}

    a.caa_link:hover {
        color: #7b4021
    }

.caa .tab-content li {
    padding-bottom: 20px
}

.bg-yellow1 {
    background: #c08261
}

img.new_img {
    width: 50px
}


.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #113b90;
}

.tooltip.show {
    opacity: 1;
}

.tooltip-inner {
    background-color: #6a2929 !important;
    border-radius: var(--bs-tooltip-border-radius)
}

.caa_link:focus-visible {
    border: 0 dashed #dc143c;
    border-radius: 3px;
    outline: 0;
    display: flex
}

a.accordion-button.collapsed:hover {
    color: #8d0f0f
}

.slide_profile {
    position: absolute;
    z-index: 2;
    color: #fff;
    width: 38%;
    bottom: 15px;
    text-align: center;
    left: 5px;
    margin: 0 auto;
    padding: 5px 0 0 0;
    border-radius: 10px
}

    .slide_profile img.PM_pic {
        width: 133px;
        height: 133px;
        border: 3px solid #901;
        border-radius: 100%
    }

    .slide_profile img.HM_pic {
        width: 120px;
        height: 120px;
        border: 3px solid #901;
        border-radius: 100%;
        margin-top: 13px;
    }

.degination {
    font-size: 11px;
    font-weight: 500;
    text-shadow: 2px 2px 3px #000;
    background: #901;
    padding: 7px
}

span.pmname_head {
    font-size: 16px;
    font-weight: 500;
    text-shadow: 2px 2px 3px #000
}

span.hmname_head {
    font-size: 15px;
    font-weight: 500;
    text-shadow: 2px 2px 3px #000
}

.btn-circle.btn-xl {
    height: 124px;
    width: 124px;
    font-size: 22px;
    line-height: 123px;
    border-radius: 58%;
}

    .btn-circle.btn-xl:hover {
        border: 2px solid #901;
        font-size: 23px;
        box-shadow: 2px 4px 11px #333;
    }

.sub_heading {
    font-size: 1.2rem;
    text-shadow: 4px 1px 4px #712b06
}

.bg-bodycol {
    background-color: #c08261;
    color: #fff
}

.modal {
    --bs-modal-width: 1150px;
}

.card-header.bg-inf {
    background-color: #c08261 !important;
    font-weight: 500;
    color: #fff;
    text-shadow: 4px 1px 4px #712b06
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: rgb(255 233 195 / 59%);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}

.icon-block {
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    cursor: pointer
}

    .icon-block:hover {
        color: #e05f54;
        text-decoration: none
    }

.cus-pos {
    margin-top: 1px
}

.footer_ara {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    position: sticky;
    bottom: 0
}

.main {
    min-height: 81vh
}

.row-fluid {
    margin-top: 70px
}

h3.address_head {
    font-size: 1.8rem;
    color: #901;
    font-weight: 600
}

.address_Subhead i {
    color: #901
}

.box-border {
    border: 1px solid #c08261;
    padding: 20px
}


.common-wrapper {
    border-bottom: 1px solid #9a3b3b;
    background: #9a3b3b;
    z-index: 10;
    border-top: 1px solid #9a3b3b
}

.top-header {
    height: 36px
}

.container.common-container {
    width: 100%;
    position: relative
}



.common-right {
    position: relative
}

.common-left ul li.gov-india {
    text-align: right
}

.common-left ul li span {
    display: block;
    font-size: 90%
}

.common-left ul li.ministry {
    padding-left: 8px;
    border-left: 1px solid #e2e0e0
}

#header-nav {
    display: flex;
    margin-bottom: 0px;
    justify-content: flex-end;
}


.common-right ul li {
    font-size: 14px;
    display: flex;
    color: #fff;
    line-height: 35px;
    font-weight: 600;
    position: relative;
    text-shadow: 0 1px 3px #212529;
    letter-spacing: 1px;
}

    .common-right ul li a {
        color: #fff
    }

.common-right ul .language > a {
    background-image: none !important
}

.common-left ul li.gov-india {
    text-align: right
}

.common-left ul li {
    float: left;
    line-height: 132%;
    font-size: 65%;
    font-weight: 500;
    text-transform: uppercase;
    height: 36px;
    padding-top: 3px;
    padding-right: 13px;
    list-style: none
}

    .common-left ul li a span {
        color: #fff !important
    }

        .common-left ul li a span:hover {
            color: #ff0 !important
        }

.header-container {
    padding: 10px 0 !important;
}

#lan_btn .dropbtn {
    background-color: transparent;
    color: white;
    font-size: 14px;
    border: none;
    width: 100px;
}

#lan_btn .dropbtn {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #9a2e2e;
    min-width: 92px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 99999;
    top: 37px;
    right: 0;
}

    .dropdown-content a {
        color: #fff;
        padding: 1px 9px;
        text-decoration: none;
        display: block;
        font-size: 12px;
        font-weight: 100;
    }

        .dropdown-content a:hover {
            background-color: #c08261;
            color: #fff;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

button#up, button#down, button#reset {
    width: 26px;
    height: 26px;
    line-height: 13px;
    background: transparent;
    border: 0;
    box-shadow: 2px 3px 25px #f0b27f;
    color: #fff;
    font-weight: 600;
    margin: 4px 2px;
    border-radius: 100%;
    font-size: 11px;
    font-weight: 100;
}

.header-wrapper {
    background: #fff
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic
}

.sw-logo3 {
    margin-top: 0;
    width: 135px;
    float: right;
    padding-left: 0;
    border-left: 2px dotted #f1eeee;
    padding: 8px
}

.logo span.department-title {
    padding-top: 20px;
    display: inline-block;
    padding-left: 6px;
    position: absolute;
    line-height: 26px;
    font-size: x-large
}

    .logo span.department-title a {
        color: #000
    }

.faq .content h3 {
    font-weight: 400;
    font-size: 34px;
    color: #fff;
    text-shadow: 4px 1px 4px #000
}

.faq .content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px
}

.faq .content p {
    font-size: 15px;
    color: var(--color-gray)
}

.faq .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 400px;
    background-image: url('../img/faq.jpg')
}

.faq .content h3 {
    font-weight: 400;
    font-size: 34px;
    color: #fff;
    text-shadow: 4px 1px 4px #000
}

.faq .bg {
    background: #c4c8c9;
    padding: 29px
}

.faq .bg1 {
    background: #f2ecbe;
    padding: 29px
}

.faq .content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
    text-shadow: 1px 0 0 #fff
}

.faq .content p {
    font-size: 15px;
    color: var(--color-gray)
}

.caafaq .content h3 {
    font-weight: 400;
    font-size: 34px;
    color: #fff;
    text-shadow: 4px 1px 3px #000
}

.caafaq .bg {
    background: #ffe8d8;
    padding: 29px
}

.caafaq .bg1 {
    background: #f2ecbe;
    padding: 29px
}

.caafaq .content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px
}

.caafaq .content p {
    font-size: 15px;
    color: var(--color-gray)
}

.caafaq .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 400px;
    background-image: url('../img/faq2.jpg')
}



.caafaq .bg1 {
    background: #ebebed;
    padding: 29px
}

.caafaq .accordion-item {
    border: 0;
    margin-top: 15px;
    box-shadow: 0 5px 25px 0 rgba(var(--color-black-rgb),.06)
}

.caafaq .accordion-collapse {
    border: 0
}

.caafaq .accordion-button {
    padding: 15px 40px 20px 60px;
    font-weight: 600;
    border: 0;
    font-size: 16px;
    color: var(--color-default);
    text-align: left;
    background: var(--color-white);
    box-shadow: none;
    border-radius: 5px
}

    .caafaq .accordion-button:not(.collapsed) {
        color: var(--color-primary);
        border-bottom: 0;
        box-shadow: none
    }

.caafaq .question-icon {
    position: absolute;
    top: 14px;
    left: 25px;
    font-size: 20px;
    color: #9a3b3b
}

.caafaq .accordion-button:after {
    position: absolute;
    right: 15px;
    top: 15px;
    color: var(--color-primary)
}

.caafaq .accordion-body {
    padding: 0 30px 25px 60px;
    border: 0;
    border-radius: 5px;
    background: var(--color-white);
    box-shadow: none
}

.faq .accordion-item {
    border: 0;
    margin-top: 15px;
    box-shadow: 0 5px 25px 0 rgba(var(--color-black-rgb),.06)
}

.faq .accordion-collapse {
    border: 0
}

.faq .accordion-button {
    padding: 15px 40px 20px 60px;
    font-weight: 600;
    border: 0;
    font-size: 16px;
    color: var(--color-default);
    text-align: left;
    background: var(--color-white);
    box-shadow: none;
    border-radius: 5px
}

    .faq .accordion-button:not(.collapsed) {
        color: var(--color-primary);
        border-bottom: 0;
        box-shadow: none
    }

.faq .question-icon {
    position: absolute;
    top: 14px;
    left: 25px;
    font-size: 20px;
    color: var(--color-primary)
}

.faq .accordion-button:after {
    position: absolute;
    right: 15px;
    top: 15px;
    color: var(--color-primary)
}

.faq .accordion-body {
    padding: 0 30px 25px 60px;
    border: 0;
    border-radius: 5px;
    background: var(--color-white);
    box-shadow: none
}

.service_btn .btn_icon {
    font-size: 4em;
    height: 100px;
    width: 100px;
    margin: 0 auto;
    border-radius: 100%;
    transition: ease-in-out .3s
}

    .service_btn .btn_icon:hover {
        width: 102px;
        height: 102px;
        border: 2px solid #000;
        font-size: 3.7em;
        box-shadow: 0 1px 24px #777
    }

.btn_blue_color {
    background: #00f;
    color: #fff;
}

.btn_red_color {
    background: red;
    color: #fff;
}

.btn_orange_color {
    background: orange;
    color: #000
}

.btn_green_color {
    background: green;
    color: #fff
}

.btn_greenyellow_color {
    background: #adff2f;
    color: #fff;
}

.btn_violet_color {
    background: violet;
    color: #000
}

.btn_yellow_color {
    background: #ff0;
    color: #000
}

.circle_btn, .section4 .circle_btn {
    width: 100px;
    height: 100px;
    display: table-column;
    flex-direction: column;
    border-radius: 100%
}

    .circle_btn i, .section4 .circle_btn i {
        font-size: 3.7em;
        background: 0 0;
        border: none;
        color: #fff
    }

.section5 span i {
    padding: 7px 10px;
    border: 3px solid #257fcb;
    margin-right: 8px;
    border-radius: 6px;
    background: #5e9fff;
    color: #fff;
    font-size: large
}

.section6_1 span i {
    padding: 7px 10px;
    border: 3px solid #adff2f;
    margin-right: 8px;
    border-radius: 6px;
    background: #adff2f;
    color: #000;
    font-size: large
}

.section6_2 span i {
    padding: 7px 10px;
    border: 3px solid red;
    margin-right: 8px;
    border-radius: 6px;
    background: red;
    color: #fff;
    font-size: large
}

.section6 span i {
    padding: 7px 10px;
    border: 3px solid var(--color-gray);
    margin-right: 8px;
    border-radius: 6px;
    background: var(--color-gray);
    color: #fff;
    font-size: large
}

.section4 span i {
    padding: 7px 10px;
    border: 3px solid var(--color-green);
    margin-right: 8px;
    border-radius: 6px;
    background: var(--color-green);
    color: #fff;
    font-size: large
}

.section8 span i {
    padding: 7px 10px;
    border: 3px solid var(--color-yellow);
    margin-right: 8px;
    border-radius: 6px;
    background: var(--color-yellow);
    color: #000;
    font-size: large
}

.section8_2 span i {
    padding: 7px 10px;
    border: 3px solid var(--color-red);
    margin-right: 8px;
    border-radius: 6px;
    background: var(--color-red);
    color: #fff;
    font-size: large
}

.bg-secondary-light2 {
    background: #9a3b3b;
}

table {
    table-layout: fixed;
    margin-bottom: 0rem !important;
}

.color_marun {
    color: #9a3b3b;
}

b.sub_head {
    color: #00f
}

.accordion-header {
    text-align: center;
    background: azure;
    border: 1px solid #efefef
}

.contact_details {
    background: #fff
}

h5.ct_person {
    padding: 5px;
    color: #901;
    font-weight: 700;
    border-bottom: 3px solid #901;
    width: 90%
}

.content_card {
    background: #ffe8d8;
    border-radius: 0;
    padding: 20px;
    border: 0;
    border: 1px solid #901;
    border-radius: 15px
}

    .content_card:hover {
        background: #fff;
        box-shadow: 2px 0 7px #ccc
    }

    .content_card i {
        color: #901
    }

p.ct_name {
    font-size: 20px;
    font-weight: 700;
    color: #094e71
}

.fa-3x {
    font-size: 3.5rem;
}

.footer {
    color: var(--color-white);
    font-size: 14px;
    z-index: 9;
    bottom: 0;
    width: 100%
}

    .footer img {
        width: 89px
    }

    .footer .footer-content {
        background: var(--color-secondary);
        padding: 60px 0 30px 0
    }

        .footer .footer-content .footer-info {
            margin-bottom: 30px
        }

            .footer .footer-content .footer-info h3 {
                font-size: 28px;
                margin: 0 0 20px 0;
                padding: 2px 0 2px 0;
                line-height: 1;
                font-weight: 700;
                text-transform: uppercase
            }

                .footer .footer-content .footer-info h3 span {
                    color: var(--color-primary)
                }

            .footer .footer-content .footer-info p {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 0;
                font-family: var(--font-primary);
                color: var(--color-white)
            }

        .footer .footer-content h4 {
            font-size: 16px;
            font-weight: 600;
            color: var(--color-white);
            position: relative;
            padding-bottom: 12px;
            margin-bottom: 15px
        }

            .footer .footer-content h4::after {
                content: "";
                position: absolute;
                display: block;
                width: 20px;
                height: 2px;
                background: var(--color-primary);
                bottom: 0;
                left: 0
            }

        .footer .footer-content .footer-links {
            margin-bottom: 30px
        }

            .footer .footer-content .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0
            }

                .footer .footer-content .footer-links ul i {
                    padding-right: 2px;
                    color: var(--color-white);
                    font-size: 12px;
                    line-height: 1
                }

                .footer .footer-content .footer-links ul li {
                    padding: 10px 0;
                    display: flex;
                    align-items: center
                }

                    .footer .footer-content .footer-links ul li:first-child {
                        padding-top: 0
                    }

                .footer .footer-content .footer-links ul a {
                    color: rgba(var(--color-white-rgb),.7);
                    transition: .3s;
                    display: inline-block;
                    line-height: 1
                }

                    .footer .footer-content .footer-links ul a:hover {
                        color: var(--color-white)
                    }

        .footer .footer-content .footer-newsletter form {
            margin-top: 30px;
            background: var(--color-white);
            padding: 6px 10px;
            position: relative;
            border-radius: 4px
        }

            .footer .footer-content .footer-newsletter form input[type=email] {
                border: 0;
                padding: 4px;
                width: calc(100% - 110px)
            }

                .footer .footer-content .footer-newsletter form input[type=email]:focus-visible {
                    outline: 0
                }

            .footer .footer-content .footer-newsletter form input[type=submit] {
                position: absolute;
                top: 0;
                right: -2px;
                bottom: 0;
                border: 0;
                background: 0 0;
                font-size: 16px;
                padding: 0 20px;
                background: var(--color-primary);
                color: var(--color-white);
                transition: .3s;
                border-radius: 0 4px 4px 0
            }

                .footer .footer-content .footer-newsletter form input[type=submit]:hover {
                    background: rgba(var(--color-primary-rgb),.85)
                }

    .footer .footer-legal {
        padding: 0;
        background: #901
    }

        .footer .footer-legal .credits {
            padding-top: 4px;
            font-size: 13px;
            color: var(--color-white) !important;
            text-align: initial;
        }

            .footer .footer-legal .credits a {
                color: #f2ecbe
            }

        .footer .footer-legal .social-links a {
            font-size: 18px;
            display: inline-block;
            background: rgba(var(--color-white-rgb),.1);
            color: var(--color-white);
            line-height: 1;
            padding: 8px 0;
            margin-right: 4px;
            border-radius: 4px;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: .3s
        }

            .footer .footer-legal .social-links a:hover {
                background: var(--color-primary);
                text-decoration: none
            }


::-webkit-scrollbar {
    width: 10px;
    height: 12px;
    display: none
}


::-webkit-scrollbar-track {
    border-radius: 3px;
    width: 2px;
    border: 1px dotted #2d0897
}

::-webkit-scrollbar-thumb {
    background: #2d0897;
    border-radius: 3px
}

    ::-webkit-scrollbar-thumb:hover {
        background: #2d0897
    }


/*----------initial page*/
.common-wrapper1 {
    border-bottom: 1px solid #9a3b3b;
    background: #9a3b3b;
    z-index: 10;
    border-top: 1px solid #9a3b3b;
    position: fixed;
    width: 100%;
    top: 0;
}
/*.form-main {
    margin-top: 30px;
}*/
#header .logo span.department-title1 {
    padding-top: 20px;
    display: inline-block;
    padding-left: 6px;
    line-height: 26px;
    font-size: x-large;
}
/*#header {
    position: relative;
    top: 28px;
}*/
span.department-title1 a {
    color: #000;
    font-size: 20px;
}

.header_bg {
    background: #ffe4e6;
    box-shadow: 1px 4px 5px #9b9393;
    position: relative;
    margin: 37px 0 4px;
}

#header h1.logo {
    position: relative;
    padding: 0px 0 15px
}

#header span.embImg img {
    width: 34px;
    top: 16px;
    position: relative;
}

label.control-label {
    font-size: 17px;
    font-weight: 600;
}


a.sec_btn {
    background: #d52700;
    padding: 20px;
    color: #fff;
}

img.session_img {
    width: 59%;
    position: relative;
    left: 0;
    right: 0;
    opacity: .4;
}

.againglogin {
    margin-top: 20px;
    text-align: center;
}

#div_main .ribbon {
    font-size: 16px !important;
    position: relative;
    background: #901;
    color: #fff;
    text-align: center;
    padding: 1em 2em;
    margin: 2em auto 3em;
    z-index: 1;
    width: 90%;
}

    #div_main .ribbon:after, .ribbon:before {
        content: "";
        position: absolute;
        display: block;
        bottom: -1em;
        border: 1.5em solid #901;
        z-index: -1
    }

    #div_main .ribbon:before {
        left: -2em;
        border-right-width: 1.5em;
        border-left-color: transparent
    }

    #div_main .ribbon:before {
        left: -2em;
        border-right-width: 1.5em;
        border-left-color: transparent
    }

    #div_main .ribbon:before {
        left: -2em;
        border-right-width: 1.5em;
        border-left-color: transparent
    }

    #div_main .ribbon:after {
        right: -2em;
        border-left-width: 1.5em;
        border-right-color: transparent
    }

    #div_main .ribbon.ribbon-content:after, .ribbon .ribbon-content:before {
        content: "";
        position: absolute;
        display: block;
        border-style: solid;
        border-color: #804f7c transparent transparent transparent;
        bottom: -1em
    }

    #div_main .ribbon.ribbon-content:before {
        left: 0;
        border-width: 1em 0 0 1em
    }

    #div_main .ribbon.ribbon-content:after {
        right: 0;
        border-width: 1em 1em 0 0
    }

#div_main a.icon-block1.a_appointment {
    background-color: #5cb85c;
    border-color: #4cae4c;
    display: inline-flex;
    align-content: center;
    margin-top: 15px;
    padding: 6px;
    color: #ffffff !important;
    border-radius: 3px;
    box-shadow: 0px 3px 4px #666;
}

#div_main h3.typewriter {
    background: #f6f6f6;
    font-size: 18px;
}


#partial {
    background-color: #fff;
    position: relative;
}

    #partial::before {
        background-image: linear-gradient(313deg, #ffffff 0.5rem, transparent 0), linear-gradient(48deg, #ffffff 0.5rem, transparent 0);
        background-repeat: repeat-x;
        background-size: 1rem;
        content: '';
        display: block;
        position: relative;
        bottom: 0rem;
        left: 0;
        height: 1rem;
        margin: 0 auto;
    }

    #partial::after {
        background-image: linear-gradient(135deg, #ffffff 0.5rem, transparent 0), linear-gradient(-135deg, #ffffff 0.5rem, transparent 0);
        background-repeat: repeat-x;
        background-size: 1rem;
        content: '';
        display: block;
        position: relative;
        left: 0;
        height: 1rem;
        margin: 0 auto;
    }

.appointment {
    padding: 7px;
    box-shadow: -9px -2px 31px #ccc;
}

.shadow1 {
    box-shadow: 2px 3px 51px #9d9999;
}

/*===============================@media querys==============================*/
/*=============min==============*/
@media (min-width:640px) {
    .hero .carousel-control-next {
        padding-right: 15px
    }

    .hero .carousel-control-prev {
        padding-left: 15px
    }
}

@media (min-width:992px) {
    .hero-animated .animated {
        max-width: 45%
    }

    @media (min-width:1280px) {
        .section-header p {
            max-width: 80%
        }

        .right-content1 {
            width: 40%;
            position: absolute;
            right: 0;
            top: 27%;
            left: 0;
            margin: 0 auto;
            box-shadow: 2px 4px 10px#ccc;
            line-height: 172px;
            background: #f6f6f5;
            border: 0;
        }

        .navbar {
            padding: 0;
            position: relative
        }

            .navbar ul {
                margin: 0;
                padding: 0;
                display: flex;
                list-style: none;
                align-items: center
            }

            .navbar li {
                position: relative
            }

            .navbar > ul > li {
                white-space: nowrap
            }

            .navbar a, .navbar a:focus {
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding: 12px 16px;
                font-family: var(--font-secondary);
                font-weight: 500;
                color: #ffffff;
                white-space: nowrap;
                transition: .3s;
                position: relative
            }

                .navbar a i, .navbar a:focus i {
                    /*font-size: 12px;*/
                    line-height: 0;
                    margin-left: 5px
                }

            .navbar > ul > li > a:before {
                content: "";
                position: absolute;
                width: 100%;
                height: 2px;
                bottom: 0;
                left: 0;
                background-color: #901;
                visibility: hidden;
                transition: all .3s ease-in-out 0s;
                transform: scaleX(0);
                transition: all .3s ease-in-out 0s
            }

            .navbar .active:before, .navbar a:hover:before, .navbar li:hover > a:before {
                visibility: visible;
                transform: scaleX(.7)
            }

            .navbar .active, .navbar .active:focus, .navbar a:hover, .navbar li:hover > a {
                color: #ffffff;
                background: #c08261;
                text-shadow: 4px 2px 3px #000
            }

            .navbar .dropdown .active:before, .navbar .dropdown a:hover:before, .navbar .dropdown:hover > a:before {
                visibility: hidden
            }

            .navbar .dropdown ul {
                display: block;
                position: absolute;
                left: 0;
                top: 100%;
                margin: 0;
                padding: 0 0 10px 0;
                z-index: 99;
                opacity: 0;
                visibility: hidden;
                background: #901;
                transition: .3s;
                box-shadow: 0 4px 10px #ccc
            }

        .h5, h5 {
            font-size: 1rem
        }

        .navbar .dropdown ul li {
            min-width: 200px
        }

        .navbar .dropdown ul a {
            padding: 10px 20px;
            text-transform: none;
            font-weight: 400;
            color: rgba(var(--color-white-rgb),.5)
        }

            .navbar .dropdown ul a i {
                font-size: 12px
            }

        .navbar .dropdown ul a {
            color: var(--color-white)
        }

            .navbar .dropdown ul .active, .navbar .dropdown ul .active:hover, .navbar .dropdown ul a:hover, .navbar .dropdown ul li:hover > a {
                color: #ffffff;
                background: #c08261;
                margin: 0 9px 0 -9px
            }

        .right-content1 {
            width: 40%;
            position: absolute;
            right: 0;
            top: 27%;
            left: 0;
            margin: 0 auto;
            box-shadow: 2px 4px 10px#ccc;
            line-height: 172px;
            background: #f6f6f5;
            border: 0;
        }
    }
}

@media (min-width:1365px) {
    .hero-fullscreen {
        background-attachment: fixed
    }
}
/*=============max==============*/
@media (max-width:375.98px) {
    .btn {
        font-size: 11px;
    }
}

@media (max-width:575px) {
    .header .btn-getstarted, .header .btn-getstarted:focus {
        margin-right: 50px
    }

    .right-content1 {
        width: 60%;
        position: absolute;
        right: 0;
        top: 27%;
        left: 0;
        margin: 0 auto;
        box-shadow: 2px 4px 10px#ccc;
        line-height: 172px;
        background: #f6f6f5;
        border: 0;
    }

    .logo strong {
        line-height: 13px;
        font-size: 16px;
        font-weight: 500;
        display: flow-root;
        padding: 8px 3px
    }

    .hero-animated .animated {
        max-width: 80%
    }

    .about .about-img {
        margin: 30px 0 0 30px
    }

        .about .about-img:before {
            inset: -30px 0 0 -30px
        }

    .about .nav-link {
        font-size: 16px
    }
}




@media (max-width:1279px) {
    .navbar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        bottom: 0;
        transition: .3s;
        z-index: 9997
    }

        .navbar ul {
            position: absolute;
            inset: 0;
            padding: 10px 0;
            margin: 0;
            background: #990011d4;
            overflow-y: auto;
            transition: .3s;
            z-index: 9998
        }

        .navbar a, .navbar a:focus {
            display: flex;
            align-items: center;
            /*justify-content: space-between;*/
            padding: 12px 5px;
            font-size: 16px;
            font-weight: 500;
            color: rgba(var(--color-white-rgb),.7);
            white-space: nowrap;
            transition: .3s
        }

            .navbar a i, .navbar a:focus i {
                font-size: 12px;
                line-height: 0;
                margin-left: 5px
            }

            .navbar .active, .navbar .active:focus, .navbar a:hover, .navbar li:hover > a {
                color: var(--color-white)
            }

        .navbar .dropdown .dropdown ul, .navbar .dropdown ul {
            position: static;
            display: none;
            padding: 10px 0;
            margin: 10px 5px;
            transition: all .5s ease-in-out;
            border: 1px solid rgba(var(--color-secondary-light-rgb),.3)
        }

        .navbar .dropdown .dropdown > .dropdown-active, .navbar .dropdown > .dropdown-active {
            display: block
        }

    .mobile-nav-toggle {
        display: block !important;
        color: var(--color-secondary);
        font-size: 28px;
        cursor: pointer;
        line-height: 0;
        transition: .5s;
        position: fixed;
        /*top: 20px;*/
        z-index: 9999;
        right: 20px
    }

        .mobile-nav-toggle.bi-x {
            color: var(--color-white)
        }

    .mobile-nav-active {
        overflow: hidden;
        z-index: 9995;
        position: relative
    }

        .mobile-nav-active .navbar {
            left: 0
        }

            .mobile-nav-active .navbar:before {
                content: "";
                position: fixed;
                inset: 0;
                background: #990011cf;
                z-index: 9996
            }
}

@media (max-width:991px) {
    .hero-animated .animated {
        max-width: 60%
    }
}

@media (max-width:976px) {
    .faq {
        padding: 0
    }

    .right-content.clearfix {
        display: none
    }
}

@media (max-width:768px) {
    [data-aos-delay] {
        transition-delay: 0 !important
    }

    .hero h2 {
        font-size: 30px
    }

    .about h3 {
        font-size: 23px
    }
}

@media (max-width:640px) {
    .hero-fullscreen h2 {
        font-size: 32px
    }

    .hero-fullscreen p {
        font-size: 18px;
        margin-bottom: 30px
    }

    .hero-fullscreen .btn-get-started, .hero-fullscreen .btn-watch-video {
        font-size: 14px
    }

    .hero-animated h2 {
        font-size: 32px
    }

    .hero-animated p {
        font-size: 18px;
        margin-bottom: 30px
    }

    .hero-animated .btn-get-started, .hero-animated .btn-watch-video {
        font-size: 14px
    }

    .hero-static h2 {
        font-size: 32px
    }

    .hero-static p {
        font-size: 18px;
        margin-bottom: 30px
    }

    .hero-static .btn-get-started, .hero-static .btn-watch-video {
        font-size: 14px
    }

    .hero .container {
        padding: 0 60px
    }
}

@media (max-width:575.98px) {
    .bigButton {
        width: 100%;
        font-size: 1rem;
        font-weight: 500;
        margin: 100px auto;
        padding: 35px;
    }

    li.link a {
        font-size: 12px;
    }

    a.acq_link {
        background: #ff2f0c;
        padding: 3px;
        border-radius: 5px;
        box-shadow: 4px 5px 10px #777;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 10px;
        font-weight: 500;
    }

    .faq .img {
        min-height: 250px;
    }

    .caafaq .img {
        min-height: 250px;
    }

    .container.pt-3 {
        padding: 1px;
    }

    #div_main {
        font-size: 13px
    }


        #div_main table, #div_main thead, #div_main tbody, #div_main th, #div_main td, #div_main tr {
            display: block;
        }

    td.col_head {
        font-weight: 600;
    }

    th.col_head1 {
        font-weight: 300;
    }

    #div_main th {
        border-bottom: 1px solid #ccc
    }

    #div_main td {
        border-top: 1px solid #ccc
    }

    #header .logo span.department-title1 {
        padding-top: 10px;
        display: inline-block;
        padding-left: 6px;
        line-height: 26px;
        font-size: x-large;
    }

    .footer .footer-legal .credits {
        padding-top: 0px;
        font-size: 10px;
        color: var(--color-white) !important;
        text-align: initial;
    }

    .btn-circle.btn-xl {
        height: 100px;
        width: 100px;
        font-size: 19px;
        line-height: 92px;
        border-radius: 58%;
    }

    .fa-3x {
        font-size: 2.5rem;
    }

    span.embImg img {
        width: 11%;
    }

    .btn {
        font-size: 11px;
    }

    .h6, h6 {
        font-size: 13px;
    }

    .caafaq .content h3 {
        font-size: 22px !important;
    }

    .faq .content h3 {
        font-size: 22px !important;
    }

    .faq .accordion-button {
        font-size: 14px !important;
    }

    .right-content.clearfix {
        display: none
    }

    .mobile-nav-toggle {
        top: 98px
    }

    .logo span {
        display: block;
        font-weight: 900;
        font-size: 60%
    }

        .logo span.department-title {
            padding-top: 6px
        }

    #header span.embImg img {
        top: 10px;
        position: relative;
        height: 53px;
        width: 36px;
    }

    .about h3 {
        font-size: 20px;
    }

    .h3, h3 {
        font-size: 20px;
    }

    .about_bg {
        font-size: 1rem;
        padding: 10px;
        margin: 22px auto;
        top: 11px;
    }

    a.acq_link {
        font-size: 12px;
    }

    p {
        font-size: 14px;
    }

    li.link a {
        font-size: 14px;
    }

    .faq .content h3 {
        font-weight: 400;
        font-size: 34px;
        color: #fff;
        text-shadow: 4px 1px 4px #000
    }

    .h5, h5 {
        font-size: 1rem
    }

    .header-mobile {
        height: 68px;
    }

    .social-links.order-first.order-lg-last.mb-3.mb-lg-0 img {
        display: none;
    }

    .gideline {
        left: 0 !important;
        padding: 4px;
        margin: 0 auto;
        line-height: 25px;
    }

    .common-right {
        float: none;
        text-align: center
    }

    .hero .carousel-item img {
        overflow: hidden;
        height: 350px;
    }

    .dropdown-content {
        top: 33px;
    }

    .common-right ul li {
        font-size: 12px;
    }

    img.new_img {
        width: 39px;
        height: 27px;
    }

    .sub_heading {
        font-size: 1rem !important
    }

    .footer {
        position: inherit !important;
        bottom: 0
    }

    .slide_profile {
        width: auto
    }

    .content_card {
        border-radius: 10px;
        margin-bottom: 5px
    }

    span.click_img {
        top: 2rem;
    }

        span.click_img img {
            transform: rotate(90deg);
            width: 40%
        }

    .slide_profile img.PM_pic {
        width: 90px;
        height: 90px;
        border: 2px solid #901;
        border-radius: 100%;
    }

    .slide_profile img.HM_pic {
        width: 80px;
        height: 80px;
        border: 2px solid #901;
        border-radius: 100%;
    }

    .degination {
        font-size: 12px;
    }

    span.pmname_head {
        font-size: 14px;
    }

    span.hmname_head {
        font-size: 14px;
    }

    img .national_emblem {
        width: 43px;
        height: 70px;
    }

    .right-content1 {
        width: 95%;
        position: absolute;
        right: 0;
        top: 27%;
        left: 0;
        margin: 0 auto;
        box-shadow: 2px 4px 10px#ccc;
        line-height: 172px;
        background: #f6f6f5;
        border: 0;
    }

    .bigButton {
        font-size: 1.2rem;
        margin: 48px 0 auto;
        padding: 21px;
    }

    .caafaq .accordion-button {
        font-size: 14px;
    }

    .caafaq .accordion-body {
        font-size: 14px;
    }

    .nav-pills .nav-link {
        font-size: 14px;
    }

    .sec_tag {
        position: relative;
        min-width: 25%;
        line-height: 41px;
        padding: 3px;
        font-size: 14px;
        text-align: center;
        color: #000000;
        margin-right: 6px;
        font-weight: 700;
        margin-left: 4px;
        box-shadow: 1px 1px 2px #953939;
    }

    .services li a {
        font-size: 14px;
    }

    .faq .accordion-body {
        font-size: 14px;
    }

    #contact ul {
        --col-gap: 1rem;
        --barH: 1.5rem;
        --roleH: 2rem;
        --flapH: 2rem;
        width: min(79rem,100%);
        margin-inline: auto;
        display: flex;
        flex-wrap: wrap;
        gap: var(--col-gap);
        padding-inline: calc(var(--col-gap)/ 2);
        justify-content: center;
        align-items: flex-start;
        list-style: none;
    }

        #contact ul li .title {
            font-size: 14px;
            font-weight: 700;
        }

    #contact h2 {
        color: #fff;
        text-shadow: 0 0 0.5rem rgba(0,0,0,.5);
        font-size: 1.2rem;
    }

    h3.address_head {
        font-size: 1.3rem;
        color: #901;
        font-weight: 600;
    }

    .address_Subhead {
        font-size: 14px;
    }
}



/*=====================lansceep screen===============*/

@media screen and (device-width:1024px) {

    .slide_profile img.PM_pic {
        width: 111px;
        height: 111px;
        border: 2px solid #901;
        border-radius: 100%;
    }

    .slide_profile img.HM_pic {
        width: 100px;
        height: 100px;
        border: 2px solid #901;
        border-radius: 100%;
    }

    span.pmname_head {
        font-size: 15px;
    }

    .logo span.department-title {
        font-size: large
    }

    .float-element {
        margin-right: 55px
    }

    .mobile-nav-toggle {
        top: 63px;
        right: 41px
    }

    /* .common-right ul li {
        width: 60%
    }*/
    .sw-logo3 {
        width: 109px;
        padding: 6px;
    }

    h1.logo {
        margin: -5px;
    }

    .logo span.department-title {
        padding-top: 5px;
    }

    span.embImg img {
        width: 40px;
    }

    .common-right ul li {
        font-size: 14px;
    }
}

@media screen and (device-width:768px) {
    body {
        font-size: 14px;
    }

    .slide_profile img.PM_pic {
        width: 102px;
        height: 102px;
        border: 2px solid #901;
        border-radius: 100%;
    }

    .slide_profile img.HM_pic {
        width: 90px;
        height: 90px;
        border: 2px solid #901;
        border-radius: 100%;
    }

    span.pmname_head {
        font-size: 14px;
    }

    .degination {
        font-size: 9px;
    }

    .right-content.clearfix {
        display: none
    }

    .mobile-nav-toggle {
        top: 74px;
        right: 76px
    }

    .btn-circle.btn-xl {
        height: 90px;
        width: 90px;
        font-size: 20px;
        line-height: 103px;
        border-radius: 100%
    }

    .footer {
        position: inherit !important;
        bottom: 0
    }

    .icon-block {
        font-weight: 700;
        font-size: 12px;
        text-decoration: none;
        cursor: pointer;
        line-height: 20px
    }

    .right-content.clearfix {
        display: none
    }

    /*   .common-right ul li {
        width: 50%
    }*/

    .slide_profile {
        width: 58%
    }
}

@media screen and (device-width:320px) {
    body {
        font-size: 14px;
    }

    .logo span.department-title {
        display: block
    }

    .common-left ul li {
        font-size: 53%
    }

    .logo span.department-title {
        padding-top: 6px;
        font-size: 16px;
        padding-left: 42px
    }


    .common-wrapper {
        height: 69px
    }

    .common-right ul li {
        font-size: 73%
    }

    span.click_img {
        top: 2rem
    }

        span.click_img img {
            transform: rotate(90deg);
            width: 40%
        }

    a.caa_link img {
        width: 71px;
        height: 39px;
    }

    .carousel-inner {
        max-height: 300px;
    }

    .about h3 {
        font-size: 16px;
    }

    .about_bg {
        background: #ffffff;
        position: relative;
        width: 99%;
        left: 0;
        right: 0;
        font-size: 1rem;
        padding: 16px;
        margin: 36px auto;
        top: 27px;
        border: 2px dotted #ff5637;
        text-align: center;
    }

    a.acq_link {
        background: #ff2f0c;
        padding: 5px;
        border-radius: 5px;
        box-shadow: 4px 5px 10px #777;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 500;
    }

    .h3, h3 {
        font-size: 1rem;
    }

    .h4, h4 {
        font-size: calc(1rem + .3vw);
    }

    .bigButton {
        width: 100%;
        font-size: 1rem;
        display: block;
        margin: 60px auto;
        padding: 29px;
    }

    .caafaq .img {
        min-height: 300px;
    }

    .caafaq .content h3 {
        font-size: 22px;
    }

    .caafaq .content h4 {
        font-size: 16px;
    }

    .caafaq .accordion-button {
        padding: 7px 27px 11px 46px;
        font-size: 14px;
    }

    .nav-pills .nav-link {
        margin: 0;
    }

    .sec_tag {
        font-size: 12px;
    }

    button.nav-link {
        font-size: 12px;
    }

    .services li a {
        font-size: 14px;
    }

    .faq .img {
        min-height: 300px;
    }

    .faq .content h3 {
        font-size: 22px;
    }

    .faq .content h4 {
        font-size: 16px;
    }

    .faq .accordion-button {
        padding: 7px 27px 11px 46px;
        font-size: 14px;
    }

    #contact ul li .title {
        font-size: 12px;
    }

    #contact h2 {
        font-size: 1.2rem;
    }

    #contact ul li .descr {
        font-size: 12px;
    }

    #contact ul li {
        width: 18em;
        gap: 0.5rem;
    }

    p.text-center {
        font-size: 12px;
    }

    h3.address_head {
        font-size: 1.3rem;
    }

    .address_Subhead {
        font-size: 11px;
    }

    .footer img {
        display: none;
    }

    .footer .footer-legal .credits {
        padding-top: 0;
        font-size: 10px;
    }

    .slide_profile img.PM_pic {
        width: 86px;
        height: 86px;
        border: 3px solid #901;
        border-radius: 100%
    }

    .slide_profile img.HM_pic {
        width: 75px;
        height: 75px;
        border: 3px solid #901;
        border-radius: 100%
    }

    .degination {
        font-size: 10px;
        font-weight: 100;
        text-shadow: 0;
        padding: 0px;
    }

    span.pmname_head {
        font-size: 12px;
        font-weight: 500;
        text-shadow: 2px 2px 3px #000
    }

    span.hmname_head {
        font-size: 12px;
        font-weight: 500;
        text-shadow: 2px 2px 3px #000
    }

    .right-content1 {
        width: 94%;
        position: absolute;
        right: 0;
        top: 27%;
        left: 0;
        margin: 0 auto;
        box-shadow: 2px 4px 10px#ccc;
        line-height: 172px;
        background: #f6f6f5;
        border: 0;
    }
}

@media only screen and (min-width: 1601px) and (max-width: 1920px) and (orientation:landscape) {
    .container {
        max-width: 1630px;
    }

    .right-content1 {
        width: 37%;
        position: absolute;
        right: 0;
        top: 27%;
        left: 0;
        margin: 0 auto;
        box-shadow: 2px 4px 10px#ccc;
        line-height: 172px;
        background: #f6f6f5;
        border: 0;
    }

    .bigButton {
        width: 95%;
        background: #901;
        color: #fff;
        font-size: 1.5rem;
        font-weight: 600;
        display: block;
        margin: 100px auto;
        padding: 40px;
        border-radius: 5px;
        position: relative;
        box-shadow: inset -1px 0 10px 4px #212529;
        border: 1px solid #f38042;
        overflow: hidden;
        cursor: pointer;
        transition: all .5s linear,transform .2s linear;
    }

    span.click_img {
        top: 7rem;
        position: relative;
    }
}
/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 585px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    img.national_emblem {
        width: 30px;
    }

    .btn {
        font-size: 14px;
    }

    .logo span.department-title {
        padding-top: 10px;
        padding-left: 17px;
        position: absolute;
        line-height: 18px;
        font-size: 18px;
    }

    .carousel-inner {
        max-height: 350px;
    }

    .slide_profile {
        position: absolute;
        z-index: 3;
        color: #fff;
        width: 73%;
        bottom: 9px;
        text-align: center;
        left: 5px;
        margin: 0 auto;
        padding: 0px 0 0 0;
        border-radius: 3px;
    }

        .slide_profile img.PM_pic {
            width: 90px;
            height: 90px;
            border: 3px solid #901;
            border-radius: 100%
        }

        .slide_profile img.HM_pic {
            width: 75px;
            height: 75px;
            border: 3px solid #901;
            border-radius: 100%
        }

    .degination {
        font-size: 12px;
        font-weight: 100;
        text-shadow: 0;
        padding: 2px;
    }

    .about h3 {
        font-size: 18px;
    }

    .about_bg {
        width: 84%;
        font-size: 1rem;
        padding: 24px;
        margin: 46px auto;
        top: 21px;
        border: 2px dotted #ff5637;
        text-align: center;
    }

    .h3, h3 {
        font-size: calc(1rem + .6vw);
    }

    .h4, h4 {
        font-size: calc(1rem + .3vw);
    }

    p {
        font-size: 12px;
    }

    span.click_img {
        top: 13rem;
        position: relative;
    }


    /*===============================@media querys==============================*/

