p{font-family:sans-serif;line-height:34px;padding:10px;}
.annexure1-sub {
    margin: 0 100px 43px 100px;
}
.annexure1-sub h1 {
    text-align: center;
    margin: 10px;
    padding: 10px;
    font-size: 49px;
    font-weight: 700;
}
.annexure1-sub p {
    text-align: justify;
        font-family: sans-serif;
    font-size: 17px;
    line-height: 36px;
    padding: 0;
    margin: 0;
}
.annexure1-sub1  p {
    text-align: justify;
    font-family: sans-serif;
    line-height: 36px;
}
.annexure1-sub img {
    margin: 0 0 0 0;
    width: 100%;
    box-shadow: 2px 3px 17px darkblue;
    border-radius: 20px;
}
.annexure1-sub button {
    position: absolute;
    left: 36%;
    margin: 38px 0 0 0;
    animation: 3s infinite alternate  rubberBand;
}
.annexure1-sub button:hover{animation:none;}
.annexure1-sub1 {
    margin: 0 100px;
}
.annexure1-sub1  p{
       text-align: justify;
}
.annexure1-sub2{}

/*faq and Peopleask*/
.annexure1-sub2 {padding: 10px 60px;}
.faq-title h4 {
    font-size: 36px;
    margin: 50px 0 5px 0;
    color: #212529;
    text-align: left;
    left: 227px;
    font-weight: 700;
}
.card-header h5 {
    text-transform: capitalize;
    cursor: pointer;
}
#accordion1 .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(255 255 255 / 31%);
    border-radius: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    margin: 0 0 15px 0;
}
.sp{
    font-size: 19px;
    color: #00008b;
}
/*faq*/

.annexure1-sub3 button {
    padding: 12px;
    font-size: 24px;
    cursor: pointer;
    margin: 19px 0 0 25px;
    width: 42%;
    text-transform: capitalize;
    font-weight: 800;
    border-radius: 50%;
    background: #e0e0ff;
    border-radius: 8px;
    color: #040b1a;
}
.annexure1-sub3 button:hover{background: #7d343a;
    color: #fff;}
.annexure1-sub3 {
    text-align: center;
    max-width: 63%;
    padding: 17px;
    margin: 62px 22px 100px 344px;
    border-radius: 14px;
}
.annexure1-sub3 i{
    color: #00008bd4;
}
.annexure1-sub3 h3 {
    color: #2a3498;
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 700;
}
.annexure1-sub3 ul{
    text-align: left;
    line-height: 39px;
    padding: 10px 26px;
}
.annexure1-sub3  ul li {
    list-style: none;
    padding: 0;
    margin: 0;
       text-align: justify;
    margin: -39px 0 9px 24px;
}
.annexure1-sub3 button i {
    font-size: 26px;
}

.annexure1-sub4 {
    padding: 10px 60px;
    margin: 0 0 -37px 0;
}
.annexure1-sub4 h4 {
    text-align: center;
    font-size: 36px;
    margin: 10px 0 9px 0;
    font-weight: 800;
}
.annexure1-sub4 ul {
    background: #f4f4ff;
    padding: 5px;
    font-size: 20px;
    color: wheat;
    list-style: none;
    text-align: left;
}
.annexure1-sub4 p {
    font-size: 16px;
    line-height: 31px;
    padding: 10px 36px;
    margin: 0 0 37px 0;
    text-align: justify;
}
.annexure1-sub4 h6 {
    font-size: 23px;
    text-align: center;
    text-transform: capitalize;
    font-size: 25px;
    font-style: italic;
    line-height: 38px;
    margin: 10px 10px 0px 10px;
}
.annexure1-sub4 h6 {
    margin: 52px 0 10px 0;
    font-size: 51px;
    font-weight: 900;
}
.annexure1-sub4 h6 {
    margin: 52px 0 29px 0;
    font-size: 51px;
    font-weight: 900;
}
.annexure1-sub4 p {
    padding: 2px 17px 19px 44px;
    margin: -51px 0 20px 0;
}
.annexure1-sub4-1 p {
    padding: 2px 17px 19px 44px;
    margin: 0px 0 66px 0;
}
.about-contents {
    border-bottom: 1px solid var(--border-info-color);
    background: #cbcbed;
    border-radius: 33px;
    color: black;
    padding: 10px 49px;
    margin: 80px  427px;
}
.about-contents h2{
    text-align: center;
    margin: 20px 0;
    font-size: 40px;
    font-family: "Poetsen One", serif;
}
.about-contents p {
    font-family: 'Poetsen One';
    padding: 0 73px 0 0px;
    font-size: 19px;
    text-align: center;
}
.about-contents button {
    left: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    top: 17px;
    font-weight: 900;
    width: 350px;
    padding: 18px;
    font-size: 20px;
    background: #ffffff;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    cursor: pointer;
    margin: 2px 13px 42px 53px;
    border-radius: 11px;
}  
.about-contents button:after {
    content: "";
    position: absolute;
    right: 0;
    width: 0%;
    height: 100%;
    background: #383f51;
    color:white;
    transition: all 0.4s ease-in-out;
}  
.about-contents button:hover::after {
    left: 0;
    width: 100%;
    color: white;
    background: none;

}
.about-contents img {
    vertical-align: middle;
    border-style: none;
    position: absolute;
    background: #cec9eb;
    top: -54px;
    left: -71px;
    width: 10%;
    border-radius: 46px;
}
.about-contents button span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 18px 25px;
    color: white;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.about-contents button:hover span {
    color: #fff;
    animation: scaleUp 0.3s ease-in-out;
}
.about-contents button:not(:hover) span {
    animation: scaleDown 0.3s ease-in-out;
}
@keyframes scaleUp {
    0% {
      transform: scale(1);
    }
  
    50% {
      transform: scale(0.95);
    }
  
    100% {
      transform: scale(1);
    }
} 
@keyframes scaleDown {
    0% {
      transform: scale(1);
    }
  
    50% {
      transform: scale(0.95);
    }
  
    100% {
      transform: scale(1);
    }
}
.annexure1-sub5{margin: 0;}
.annexure1-sub6{margin: 0;}
.annexure1-sub7 {
    padding: 41px 310px;
}
.annexure1-sub7 ul li {
    list-style: none;
    padding: 0;
    font-size: 16px;
       text-align: justify;
    margin: 0;
    text-align: justify;
    margin: -22px 20px 9px 24px;
    text-transform: capitalize;
}
.annexure1-sub7 ul{
    margin: 0 34px 0 30px;
}
.annexure1-sub7 h4 {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 36px;
    /* background: #f6f1df; */
    color: #ffa565;
    text-align: center;
    margin: 16px 0 12px 0px;
    padding: 4px;
}
.annexure1-sub7 i{
    color: #ef9b66;
}
.annexure1-sub7 p {
    text-align: justify;
    font-size: 16px;
    
    margin: 0 0 30px 0;
}
.annexure1-sub7-1 ul>i {
    color: #ffad50;
}
.annexure1-sub7-1 img{
        vertical-align: middle;
    border-style: none;
    margin: 64px 0 0 -10px;
    width: 397px;
}
.annexure1-sub7-1 ul>li {
    margin: -23px 0 10px 21px;
    line-height: 31px;
    text-align: justify;
}
.annexure1-sub7-1 {
    /* background: #bee1ea; */
    border-radius: 12px;
    padding: 20px 20px;
    box-shadow: 6px 0px 20px 1px darkblue;
    width: 100%;
    left: 0%;
    margin: 39px 0 0 0;
}
.annexure1-sub7-1 h4 {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 42px;
    width: 151%;
    background: #2d7d9c;
    text-align: center;
    color: #ffa45b;
    margin: 0px 0 12px 0px;
    padding: 0 0 0 1px;
}
.annexure1-sub7-1 img {
    vertical-align: middle;
    border-style: none;
    margin: 64px 0 0 0;
}
.annexure1-sub8{margin: 0;}
.annexure1-sub9{margin: 0;}
.annexure1-sub10 {
    text-align: center;
    max-width: 100%;
    background: #e0e0ff;
    padding: 17px;
    margin: 0px 22px 75px 7px;
    border-radius: 14px;
}
.annexure1-sub10 h4 {
    font-size: 51px;
    margin: 3px 0 0px 29px;
    text-align: center;
    font-family: system-ui;
    /* color: #ffffff; */
    font-weight: 800;
    /* position: absolute; */
}
.annexure1-sub10 p {
    padding: 0px 548px 10px 214px;
    font-size: 20px;
    text-transform: capitalize;
    line-height: 36px;
    font-weight: 500;
}
.annexure1-sub10 p b {
    text-transform: none;
    cursor: pointer;
}
.annexure1-sub10 i {
    position: absolute;
    left: 4%;
    top: 72px;
    font-size: 94px;
    transform: rotate(343deg);
}
.annexure1-sub10 .ldicon {
    position: absolute;
    width: 224px;
    height: 275px;
    top: -33%;
    left: 75%;
}
.annexure1-sub10 {
    text-align: center;
    /* max-width: 94%; */
    background: repeating-linear-gradient(45deg, #277895, transparent 1126px);
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */
    padding: 17px;
    margin: 40px 22px 106px 7px;
    border-radius: 14px;
}
.annexure1-sub10 button {
    margin: -9px 0 30px 47px;
    font-size: 24px;
    padding: 10px;
    border-radius: 12px;
    cursor: pointer;
    width: 13%;
    background: #174d65;
    position: absolute;
    font-size: 20;
    color: #ffab3d;
    font-weight: 800;
    border: none;
    box-shadow: 1px 1px 1px 1px darkblue;
    left: 83%;
    top: 58px;
}
/*domain design*/
/*domains*/
:root {
    --theme-color: #116E63;
    --theme-color2: #cf7d00;
    --theme-color-light: rgb(17, 110, 99, 0.09);
    --color-white: #ffffff;
    --color-dark: #19232B;
    --hero-overlay-color: #000000;
    --slider-arrow-bg: rgba(255, 255, 255, 0.2);
    --box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    --box-shadow2: 0 0 15px rgba(0, 0, 0, 0.17);
    --transition: all .5s ease-in-out;
    --transition2: all .3s ease-in-out;
    --border-info-color: rgba(0, 0, 0, 0.08);
    --border-info-color2: rgba(0, 0, 0, 0.05);
    --border-white-color: rgba(255, 255, 255, 0.08);
    --border-white-color2: rgba(255, 255, 255, 0.05);
}
.department-area {
    position: relative;
    margin: 70px 0 0 0;
}
.department-area h2 {
    font-family: cursive;
    font-size: 38px;
    text-transform: capitalize;
    font-family: "Poetsen One", serif;
    margin: 20px 0 19px 0;
}
.department-area p {
    margin: 0 250px 20px 0px;
}
.department-info {
    margin: 19px 0 0 15px;
}
.department-item {
    position: relative;
    background: var(--color-white);
    border-radius: 50px 0 50px 0px;
    padding: 14px;
    margin-bottom: 21px;
    overflow: hidden;
    box-shadow: var(--box-shadow);
}
.department-item::before {
    content: "";
    position: absolute;
    right: -10px;
    top: -10px;
    width: 80px;
    filter: hue-rotate(182deg);
    height: 80px;
    border-radius: 50%;
    border: 10px solid var(--theme-color2);
    transition: var(--transition);
    opacity: .2;
}
.department-item:hover::before {
    opacity: 1
}
.department-icon img {
    width: 60px !important;
    filter: hue-rotate(182deg);
}
.department-icon {
    margin-bottom: 20px;
    left: 82%;
    top: 0px;
    position: absolute;
    /* margin: 0 0 98px 0; */
}
.department-title {
    margin-bottom: 10px;
    font-size: 20px;
    text-align: left;
}
.department-title:hover {
    color: #61b4ff;
}
.department-btn {
    margin-top: 10px
}
.department-btn a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase
}
.department-btn a:hover {
    color: var(--theme-color2)
}
.department-btn a i {
    margin-left: 5px
}
.department-slider .department-item {
    box-shadow: none;
    margin-bottom: 0
}
.department-slider .owl-dots {
    text-align: center;
    margin-top: 40px
}
.department-slider .owl-dots .owl-dot span {
    background: var(--theme-color2);
    border-radius: 50px;
    margin: 5px;
    width: 8px;
    height: 8px;
    display: inline-block;
    transition: var(--transition)
}
.department-slider .owl-dots .owl-dot.active span {
    background-color: var(--theme-color2);
    width: 20px
}
.department-slider .owl-nav {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    margin: 0
}
.department-slider:hover .owl-nav {
    display: block;
    opacity: 1;
    visibility: visible
}
.department-slider .owl-nav button {
    height: 48px;
    width: 48px;
    line-height: 45px !important;
    top: 50%;
    background: var(--theme-color2) !important;
    color: var(--color-white) !important;
    font-size: 25px !important;
    position: absolute;
    border: none;
    margin: 0;
    padding: 0;
    transition: var(--transition);
    border-radius: 100%;
    margin-top: -54px
}
.department-slider .owl-nav button:hover {
    background: var(--theme-color) !important
}
.department-slider .owl-nav .owl-prev {
    left: -75px
}
.department-slider .owl-nav .owl-prev:hover {
    left: -65px
}
.department-slider .owl-nav .owl-next {
    right: -75px
}
.department-slider .owl-nav .owl-next:hover {
    right: -65px
}
.department-single-list i {
    color: var(--theme-color2);
    margin-right: 10px
}
.s{visibility: visible; animation-delay: 1s; animation-name: fadeInUp;}
.department-download a {
    border: 2px solid var(--theme-color2);
    padding: 12px 20px;
    color: var(--color-dark);
    display: block;
    margin-bottom: 20px;
    border-radius: 30px 30px 30px 0;
    font-weight: 600;
    transition: var(--transition)
}
.department-download a i {
    margin-right: 10px
}
.department-download a:hover {
    background-color: var(--theme-color2);
    color: var(--color-white)
}
.department-details h3 {
    color: var(--color-dark)
}
.department-details img {
    border-radius: 20px
}
.bds {
    margin: 0 0 0 246px;
}
.domanis {
    max-width: 22%;
    left: 82px;
    margin: 0 70px 0px 4px;
}
.domanis i {
    color: #a1641a;
}
/*steps*/
.stepbystep {
    padding: 0 65px;
    margin: 0 95px 158px 95px;
}
.sugclr {
    margin: 61px 0 -56px 0;
}
.sugcld {
    margin: -21px 0 -56px 0;
}
.stepbystep h3 {
    text-align: left;
    font-size: 51px;
    font-family: 'Poetsen One';
    margin: 40px 0 0 0;
}
.stepbystep .nav-tabs li {
    list-style: none;
    margin: 0 2px 0 0px;
    border-radius: 13px;
    width: 192px;
    height: 107px;
    padding: 18px 10px 25px 25px;
}
.nav-tabs li a {
    display: block;
    text-decoration: none;
    position: relative;
    transform: translateZ(20px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.round-tabs {
    width: 150px;
    height: 72px;
    background: #fff;
    border-radius: 11%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}
.round-tabs::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #454843, #bed0ca);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.nav-tabs li.active .round-tabs::before {
    opacity: 0.1;
}
.round-tabs img {
    width: 40px;
    height: 40px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}
.round-tabs p {
    font-size: 18px;
    font-weight: bold;
    color: #212529;
    text-align: center;
    margin: 0px 0 0;
    position: relative;
    z-index: 1;
}
.department-item.wow .help {
    position: absolute;
    top: 10%;
    left: 88%;
    font-size: 20px;
    font-weight: bold;
}
/* Hover Effects */
.nav-tabs li:hover .round-tabs {
    transform: translateZ(30px) rotateX(10deg) rotateY(5deg) scale(1.1);
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}
.nav-tabs li.active .round-tabs {
    transform: translateZ(40px) scale(1.1);
    box-shadow: 0 20px 50px rgba(33,150,243,0.3);
    background: ;
}
/* Content Animation */
.tab-content {
    position: relative;
    margin-top: 0px;
    transform-style: preserve-3d;
}
.tab-content h4{
    text-align: left!important;
    font-family: sans-serif;
    font-weight: 800;
    text-transform: capitalize;
    color: #6694b3;
}
.tab-pane {
    position: absolute;
    width: 100%;
    padding: 30px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    opacity: 0;
    transform: rotateX(-15deg) translateY(50px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.tab-pane.active {
    opacity: 1;
    transform: rotateX(0) translateY(0);
    z-index: 1;
    height: 243px;
    background: linear-gradient(45deg, #c0edf8, #6488aaa1);
}
/* Glowing Border Effect */
.round-tabs::after {
    content: '';
    position: absolute;
    inset: -2px;
   background: white;
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.nav-tabs li.active .round-tabs::after {
    opacity: 1;
    animation: glow 2s infinite;
}
.board .nav-tabs>li.active>a span.round-tabs {
    background: #114c63;
    color: white;
}
@keyframes glow {
    0%, 100% { filter: blur(10px) opacity(0.8); }
    50% { filter: blur(15px) opacity(1); }
}



.btn-whimsical {
    display: inline-block;
    padding: 10px 20px;
    font-size: 31px;
    font-weight: 800;
    border: none;
    margin: 26px 0 0 0;
    cursor: pointer;
    border-radius: 50px;
    background-color: #7d343a;
    color: #ffffff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s, box-shadow 0.3s;
}
.btn-whimsical:hover {
    transform: rotate(-10deg) scale(1.1);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
}
.btn-whimsical:active {
    transform: rotate(0) scale(1);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.MuiBox-root svg path {
    margin: 0 0 -7px 0;
    fill: #dadafd;
}
.pages h2 {
    text-align: center;
    font-size: 46px;
    font-weight: 900;
    font-family: sans-serif;
    margin: -13px 0 18px 0;
}
.literature2 p {
    padding: 10px 128px;
    text-align: justify;
    font-size: 16px;
    line-height: 35px;
    margin: 0 0 36px 0;
}
.literature2 h3 {
    text-align: center;
    padding: 21px 198px 21px 16px;
    font-size: 34px;
    line-height: 48px;
    text-transform: capitalize;
    color: darkblue;
}
.literature2 h4 {
    text-align: left;
    margin: 9px 0 0 80px;
    font-size: 25px;
    font-family: sans-serif;
    font-weight: 800;
    color: #141047;
    left: 10px;
}
.literature2 img {
    max-width: 7%;
    position: absolute;
    left: 43px;
    top: 0%;
}

.faq {
    width: 80%;
    margin: 0px 0 0  180px;
    padding: 30px 40px;
}
.uparwoss path {
    fill: #dadafd;
}
/*pagestyle*/
.pages h3 {
    text-align: center;
    font-size: 38px;
    font-family: fantasy;
}
.pages h4 {
    background: #d7d7d761;
    padding: 2px 12px;
    font-weight: 700;
}
.pages p {
    display: block;
    width: 100%;
    margin: 7px 0 14px 0;
    font-size: 17px;
    line-height: 33px;
    background-image: linear-gradient(to bottom, transparent 96%, var(--lines) 100%, var(--lines) 96%, transparent 100%);
    background-size: 100% 1.8em;
    background-repeat: repeat-y;
    padding: 0 1rem;
    text-wrap: pretty;
}
.pages {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    background: none;
}
.box {
    display: flex;
    width: 60vw;
    min-height: 60vh;
    margin: auto;
    padding: 0;
    padding-top: calc(var(--size)/2);
    --size: 20px;
    background: radial-gradient(calc(var(--size) / 2) at top, transparent 90%, #d2e5ec 100%);
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: calc(var(--size)*1.5) calc(var(--size)/2);
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.2));
    margin: 0 0 50px 0;
}
.boxContent {
    display: flex;
    width: 100%;
    min-height: 100%;
    background: #d3e5ed;
    padding: 2.5rem 1rem 1rem;
}
.fd {
    background: #e0e0ff;
    height: auto;
    border-radius: 12px;
    transform: scale(0.9);
    transition-duration: 1s;
}
.fd:hover {
    animation: animbox 2s linear infinite;
    transition-duration: 1s;
    transform: scale(1);
    z-index: 10;
}
.fd:hover .jfd{border-width: 0px !important;
transition-duration: 2s;}
.fd p {
    text-align: justify;
    font-size: 17px;
    font-family: sans-serif;
    line-height: 32px;
}
@keyframes animbox {
    0% {
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    }
    50% {
        box-shadow: rgba(0, 0, 3, -0.7) 0px 50px 1px -44px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    }
    100% {
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    }
}
.jfd {
    width: 100px;
    height: 100px;
    top: -13px;
    font-size: 27px;
    margin: 0 0 -41px 0;
    /* border-radius: 7px; */
    left: -206px;
    border-width: 29px !important;
    background-color: #e3dffd;
    /* color: black; */
}
.owk {
    text-align: center;
}
.owk button {
    margin: 16px 0 30px 0;
    font-size: 24px;
    padding: 10px;
    border-radius: 12px;
    cursor: pointer;
    background: #174d65;
    font-size: 20;
    color: #ffab3d;
    margin: 0;
    font-weight: 800;
    border: none;
    box-shadow: 1px 1px 1px 1px darkblue;
}
.dbs {
    margin: -33px 0 -46px 0;
}
.dbs path {
    fill: #c1e1eb;
}
.literature4 {
    background: #f3f3ff;
    margin: -8px 0 0 0;
}
@keyframes rotaat {
    0% {
        transform: rotateY(0deg);
    }
    10% {
        transform: rotateY(90deg);
    }
    30% {
        transform: rotateY(180deg);
    }
    50% {
        transform: rotateY(270deg);
    }
    100% {
        transform: rotateY(360deg);
    }
    50% {
        transform: rotateY(90deg);
    }
    30% {
        transform: rotateY(180deg);
    }
    10% {
        transform: rotateY(270deg);
    }
    0% {
        transform: rotateY(0deg);
    }
}
.literature4 img {
    width: 12%;
    animation: rotaat 6s linear infinite;
}
.literature4 button {
    padding: 11px;
    margin: 11px;
    font-size: 28px;
    cursor: pointer;
    width: 33%;
    font-weight: 800;
    border: none;
    filter: drop-shadow(2px 4px 6px black);
    border-radius: 12px;
    background: #114c63;
    color: #ffad50;
}
.literature4 h2 {
    text-align: center;
    font-size: 53px;
    line-height: 80px;
    font-weight: 700;
    font-family: sans-serif;
    margin: 3px 0 0px 0;
    padding: 10px;
}
.literature4 h2 {
    text-align: center;
    font-size: 49px;
    text-transform: capitalize;
    line-height: 68px;
    font-weight: 700;
    font-family: sans-serif;
    margin: 3px 0 0px 0;
    padding: 10px;
}
.literature4 p {
    padding: 0px 174px;
    font-size: 16px;
    text-align: center;
    margin: 0 0 24px 0;
}
.literature4sub {
    text-align: center;
    background: #bee1ea;
}
.literaturepara{
    padding: 10px 143px;
}
.hyderabadthesis h4{
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    margin: 50px 0 0 0;
}
.hyderabadthesis h5 {
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    margin: 50px 0 0 0;
}
.literaturework {
    font-size: 30px;
}
.uparwos path {
    fill: #bee1ea;
}
.literature5 {
    padding: 5px 59px;
    margin: 88px 0 8px 0;
}
.literature5 h4 {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 45px;
    text-align: center;
    margin: 0px 0 12px 0px;
    padding: 0px;
}
.literature5 h5 {
    font-size: 24px;
    font-family: sans-serif;
    font-weight: 600;
    margin: 10px 10px;
    text-align: center;
}
.literature5 p {
    text-align: justify;
    font-size: 16px;
}
.literature5 img {
    position: absolute;
    top: 14%;
    left: 0px;
}
.mkd {
    transition-duration: 2s;
    overflow: hidden;
}
.mkd:hover {
    transition-duration: 2s;
    height: 360px;
}
.ews {
    height: 66px;
    overflow: hidden;
    background: #e6e6e6;
    margin: 13px 10px 42px 17px;
    padding: 10px;
    border-radius: 12px;
    transition-duration: 2s;
}
.ewsm {
    height: 212px;
    overflow: hidden;
    background: #e6e6e6;
    margin: 13px 10px 42px 17px;
    padding: 10px;
    border-radius: 12px;
    transition-duration: 2s;
}
.ews button {
    padding: 9px;
    margin: 12px 0 29px 65px;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    font-weight: 900;
    background: darkblue;
    color: white;
}
#mka1:hover {
    height: 200px;
    transition-duration: 2s;
}
#mka2:hover {
    height: 200px;
    transition-duration: 2s;
}
#mka3:hover {
    height: 200px;
    transition-duration: 2s;
}
#mka4:hover {
    height: 200px;
    transition-duration: 2s;
}
.bounce2 {
    animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}
.tbm{
    border-radius: 12px;
    border-style: double;
    width: 83%;
    position: relative;
    left: 9%;
}
.tbm img {
    width: 393px;
    margin: 0 0px 32px -79px;
}
.owrk {
    /* position: relative; */
    /* display: inline-flex; */
    height: 547px;
    margin: 0 0 87px 0;
    overflow-y: scroll;
}
.literature7 h4 {
    font-size: 39px;
    text-align: center;
    text-transform: capitalize;
    margin: 18px 0 12px 0px;
    padding: 0px;
    color: #259783;
}
.nice {
    margin: 44px 0 0 0;
    padding: 10px 136px;
    box-shadow: 15px 2px 21px darkblue;
    transition-duration: background 3s;
}
.nice p {
    font-size: 16px;
    font-family: sans-serif;
    color: darkblue;
    text-align: justify;
}
.nice label {
    color: #259783;
    margin: 16px 0 5px 0;
    font-weight: 700;
    text-transform: capitalize;
}
.mailimg {
    position: absolute;
    left: 89%;
    width: 7%;
    animation: rotaat 6s linear infinite;
    top: 2%;
    background: #ffffff;
    border-radius: 49%;
    filter: drop-shadow(2px 4px 6px black);
}
.hyderbth9sub {
    display: flex;
    margin: 14px 0 16px 98px;
}
.hyderbth9sub i {
    color: #00083b;
}
.hyderbth9sub h5 {
    margin: -5px 0 0 8px;
    font-size: 22px;
    color: #ff7d71;
}
.wework img {
    position: absolute;
    left: 14%;
    width: 57%;
    top: -7px;
}
.wework ul {
    margin: 0 0 0 193px;
}
.wework ul {
    background: none;
    padding: 10px;
    font-size: 26px;
    color: #000000;
    line-height: 39px;
    list-style: none;
    text-align: left;
}
.wework ul>li {
    margin: -49px 5px 8px 18px;
    padding: 9px 0px 10px 15px;
    font-weight: 700;
    color: darkblue;
       text-align: justify;
}
.rre{
    background: #dddddd;
    border-radius: 14px;
    max-width: 85%;
    margin: 6px 0 0 39px;
}
.tropy {
    font-size: 19px;
    margin: 0px 0 0px 0;
    color: #227c9a;
    background: #f7f7ff;
    padding: 6px;
    border-style: double;
    border-radius: 25px;
}
.dbtwr,.dbtr {
    margin: 0 0 -6px 0;
}
.dbtwr path,.dbtr path {
    fill: #e0e0ff;
}

/*form design*/
.sa {
    margin: 96px 0px 0 190px;
    background: #c1e1eb;
    border-radius: 12px;
    width: 79%;
}
.frmd {
    padding: 29px 29px;
    clip-path: polygon(25% -50%, 100% 0%, 100% 100%, 25% 154%, 0% 50%);
}
.frmd label {
    text-transform: capitalize;
}
.frmd {
    padding: 1px 26px 10px 114px;
    margin: 17px -125px 16px -32px;
    border-radius: 62px 21px 19px 10px;
    background: #ebebeb;
}
.frmd h3 {
    text-align: center;
    font-family: fantasy;
    margin: 9px 13px 9px 9px;
    line-height: 40px;
    font-size: 38px;
}
.frmd input,
.frmd input, .frmd select {
    border-style: dashed;
    border-width: 1px;
    background: #ffffff30;
    color: black;
}
.frmd label {
    font-weight: 600;
    float: left;
    color: #000;
    margin: 11px 0 6px 0; /* margin-top: 0px; */
    display: table-cell;
    position: relative;
}
.frmd button {
    width: 100%;
    margin: 35px 0 31px 0;
    background: #6694b3;
    padding: 10px;
    cursor: pointer;
    border-radius: 12px;
    color: #fff;
    text-transform: capitalize;
    font-size: 17px;
    box-shadow: 2px 8px 0 0 #368a9b;
    font-weight: 700;
    border-color: #ffffff;
     animation: 3s infinite alternate slide-in;
}
#mvd {
    background: #368a9b;
    color: #fff;
    border-color: #ffffff;
}
#muc{
    background: #7d343a;
    color: #fff;
}
#muc i{
    color: #fff;
}
#muc:hover {
    background: #e0e0ff;
    color: #040b1a;
}
#mug{
    background: #7d343a;
    color: #fff;
}
#mug:hover {
    background: #e0e0ff;
    color: #040b1a;
}
#muc:hover i {
    color: #000000d4;
}
.frmd option {
    background: #fff;
    color: #000;
}
.form-group {
    margin-bottom: 0;
}
.tesischnai h3 {
    text-align: center;
    margin: 0px 0 0 0;
    padding: 0px 5px 15px 29px;
    font-family: sans-serif;
    font-weight: 800;
    color: #6895b5;
    line-height: 58px;
    position: relative;
    font-size: 33px;
    z-index: 1;
    /* background: #e5e5ff; */
    border-radius: 15%;
}
.tesischnai {
    margin: 29px 0 0 0;
}
.tesischnai img {
    width: 100%;
    margin: 98px 0 0 0;
    border-radius: 12px;
    box-shadow: 5px 3px 1px darkblue;
}
#frmsa {
    position: absolute;
    left: 14%;
    top: 78%;
    z-index: 10;
    animation: 3s infinite alternate rubberBand;
}
#frmsb {
    position: absolute;
    left: 56%;
    top: 73%;
    z-index: 10;
    animation: 3s infinite alternate rubberBand;
}
#frmsbc {
    left: 72%;
    top: 15%;
    animation: 3s infinite alternate rubberBand;
}
#frmsbd{
    top: 8%;
    left: 16%;
    animation: 3s infinite alternate rubberBand;
}
.tesischnai {
    margin: 29px 0 0 7px;
}
.imgfrm{
    width: 19%;
}
.dsd img {
    position: absolute;
    top: 128px;
    width: 100%;
    left: 1%;
    /* animation: 3s infinite alternate jackInTheBox; */
}
.hyderabadthesis{
    padding: 10px 259px;}

/*poupform*/
.form-popup-bg img {
    position: absolute;
    top: 23%;
    left: -23%;
    z-index: 0;
    opacity: 0.3;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}
.form-popup-bg ul {
    margin: 7px 0 0 10px;
    line-height: 36px;
    position: relative;
    text-align: justify;
    z-index: 100000;
}
.form-popup-bg ul > li {
    margin: -36px 0 4px 26px;
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    font-family: cursive;
}
.form-popup-bg {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    background-color: #00000080;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    overflow-y: auto;
    z-index: 1000000000000;
}
.form-popup-bg.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 1.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 1.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}
.form-contnnainer {
    color: #000;
    margin: 0 0 0 -5px;
    padding: 4px 37px 4px 25px;
}
.close-button {
    background: #fff;
    color: #615959;
    font-size: 22px;
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: 12px;
    z-index: 10000000000000000;
    border: none;
}
.form-popup-bg:before {
    content: "";
    background-color: #fff;
    opacity: 0.25;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.form-contnnainer label {
    font-weight: 600;
    text-transform: capitalize;
    margin: 9px 0 0 0;
}
.lab-frm input, .lab-frm select {
    padding: 4px;
    margin: 0 0 5px 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 0 rgb(0 152 255 / 50%), 0 2px 0 rgb(255 129 0 / 50%);
    font-size: 16px;
}
.lab-frm select:focus-visible {
    outline-offset: 0;
}
.lab-frm p {
    margin: 16px 13px 27px 10px;
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
    color: #585656;
}
.lab-frm input:hover,.lab-frm select:hover {
    transform: translateY(3px);
}
.popupfrm-btn-look:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5), 0 2px 4px rgba(0, 0, 0, 0.5);
    transform: translateY(1px);
    background: #750505;
}
.Customized-App-form h5 {
    text-align: center;
    font-size: 42px;
    font-weight: 800;
    padding: 20px 0 18px 0;
    color: #089d83;
    text-transform: capitalize;
    margin: 0 11px 0 10px;
}
.Customized-App-form h6 {
    font-family: cursive;
    text-align: center;
    font-size: 22px;
    color: #000000;
    margin: 10px 0px 0 0;
    text-transform: capitalize;
    font-weight: 800;
}
.Customized-App-form ul > i {
    color: #089d83;
    animation: heartBeat 1s infinite;
}
.popupfrm-btn-look {
    padding: 12px 7px 11px 7px;
    border-radius: 12px;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    font-family: sans-serif;
    font-weight: 700;
    margin: 20px 0 20px -6px;
    background: #089d83;
}
.lab-frm select option {
    background: #fff;
    color: #000;
}
.popupleft {
    background: #ffffff;
    padding: 21px;
    margin: 24px 0px 0px 0px;
    background: #eeeeff;
    border-radius: 11px 44px 55px 18px;
    color: #0036d5;
}
htm,body{
    overflow-x:hidden;
}
@media(min-width: 321px) and (max-width: 375px){
    .annexure1-sub {
    margin: 0 30px 43px 40px;
}
.annexure1-sub h1 {
    margin: 54px 10px 5px 10px;
    padding: 10px;
    font-size: 21px;
}
.annexure1-sub p {
    font-size: 15px;
    line-height: 30px;
}
.btn-whimsical {
    padding: 10px 20px;
    font-size: 16px;
    margin: 26px 0 0 0;
    cursor: pointer;
}
.annexure1-sub button {
    position: relative;
    left: 16%;
    margin: 18px 0 20px 0;
}
.annexure1-sub1 {
    margin: 0 20px;
}
.faq-title h4 {
    font-size: 33px;
    margin: 0px 0 5px 0;
    left:0;
}
.annexure1-sub2 {
    padding: 10px 3px;
}
.sa {
    margin: 50px 0px 0 0px;
    width: 100%;
}
.dsd img {
    position: relative;
    top: 0;
    width: 100%;
    left: 1%;
}
.frmd {
    padding: 1px 0px 10px 0px;
    margin: 17px 0px 16px 0;
}
.frmd {
    clip-path: none;
}
html,body{
    max-width: 100%;
    overflow-x:hidden;
}
.tesischnai h3 {
    text-align: center;
    margin: 0px 0 0 0;
    padding: 0px 5px 15px 0px;
    font-weight: 800;
    line-height: 34px;
    font-size: 20px;
    z-index: 1;
}
.frmd button {
    width: 100%;
    margin: 21px 0 11px 0;
    padding: 10px;
    font-size: 17px;
}
.pages {
    width: 100%;
    height: 100%;
    margin-top: 60px;
    padding-bottom: 10px;
}
.box {width: 88vw;}
.pages h2 {
    text-align: center;
    font-size: 20px;
    margin: -13px 0 18px 0;
}
.annexure1-sub3 {
    max-width: 100%;
    padding: 0px;
    margin: 62px 2px 100px 4px;
}
.annexure1-sub3 button {
    padding: 12px;
    font-size: 16px;
    margin: 19px 0 0 0px;
    width: 100%;
}
.annexure1-sub4 {
    padding: 10px 0px;
    margin: 0 0 -37px 0;
}
.annexure1-sub4 h6 {
    margin: 0px 0 0px 0;
    font-size: 29px;
}
.annexure1-sub4-1 p {
    padding: 2px 10px 19px 10px;
    margin: 0px 0 66px 0;
}
.about-contents {
    padding: 10px 0px;
    margin: 20px  7px;
}
.about-contents h2 {
    margin: 20px 0;
    font-size: 25px;
}
.about-contents p {
    padding: 0 0px 0 0px;
    font-size: 15px;
}
.about-contents button {
    left: 0;
    width: 305px;
    padding: 18px;
    font-size: 17px;
    margin: 0px 0px 17px 15px;
}
.stepbystep {
    padding: 0 6px;
    margin: 0 5px 158px 5px;
}
.stepbystep h3 {
    text-align: left;
    font-size: 20px;
    margin: 40px 0 0 0;
}
.stepbystep .nav-tabs li {
    margin: 0 2px 0 0px;
    width: 163px;
    height: 91px;
    margin: 0 0 -7px 0;
    padding: 18px 7px 8px 25px;
}
.round-tabs {
    width: 118px;
    height: 43px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tab-pane.active {
    height: auto;
}
.annexure1-sub7 {
    padding: 40px 10px;
    margin: 154px 0 0 0;
}
.annexure1-sub7-1 h4 {
    font-size: 23px;
    width: 100%;
    margin: 0px 0 12px 0px;
    padding: 0 0 0 1px;
}
.annexure1-sub7-1 img {
    vertical-align: middle;
    border-style: none;
    margin: 64px 0 0 -10px;
    width: 256px;
}
.owk button {
    margin: 16px 0 30px 0;
    font-size: 16px;
    padding: 10px;
    border-radius: 12px;
    cursor: pointer;
    font-size: 20;
    margin: 0;
}
.department-area h2 {
    font-size: 25px;
    text-transform: capitalize;
    margin: -55px 0 19px 0;
}
.bds {
    margin: 0 0 0 0px;
}
.domanis {
    max-width: 100%;
    left: 0px;
    margin: 0 0 0px 4px;
}
.faq-title h4 {
    font-size: 26px;
    margin: 0px 0 5px 0;
    left: 0;
}
#accordion1 .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    margin: 0 0 0px 0;
}
.annexure1-sub10 p {
    padding: 0px 8px 10px 4px;
    font-size: 15px;
    line-height: 33px;
}
.annexure1-sub10 p b {
    text-transform: none;
    font-size: 14px;
}
.annexure1-sub10 i {
display: none;
}
.annexure1-sub10 button {
    margin: 0 0 30px 4px;
    font-size: 16px;
    padding: 10px;
    width: 100%;
    position: relative;
    border: none;
    left: 0;
    top: 0;
}
}
@media(min-width: 376px) and (max-width: 425px){

    .annexure1-sub {
    margin: 0 30px 43px 40px;
}
.annexure1-sub h1 {
    margin: 54px 10px 5px 10px;
    padding: 10px;
    font-size: 21px;
}
.annexure1-sub p {
    font-size: 15px;
    line-height: 30px;
}
.btn-whimsical {
    padding: 10px 20px;
    font-size: 16px;
    margin: 26px 0 0 0;
    cursor: pointer;
}
.annexure1-sub button {
    position: relative;
    left: 16%;
    margin: 18px 0 20px 0;
}
.annexure1-sub1 {
    margin: 0 20px;
}
.faq-title h4 {
    font-size: 33px;
    margin: 0px 0 5px 0;
    left:0;
}
.annexure1-sub2 {
    padding: 10px 3px;
}
.sa {
    margin: 50px 0px 0 0px;
    width: 100%;
}
.dsd img {
    position: relative;
    top: 0;
    width: 100%;
    left: 1%;
}
.frmd {
    padding: 1px 0px 10px 0px;
    margin: 17px 0px 16px 0;
}
.frmd {
    clip-path: none;
}
html,body{
    max-width: 100%;
    overflow-x:hidden;
}
.tesischnai h3 {
    text-align: center;
    margin: 0px 0 0 0;
    padding: 0px 5px 15px 0px;
    font-weight: 800;
    line-height: 34px;
    font-size: 20px;
    z-index: 1;
}
.frmd button {
    width: 100%;
    margin: 21px 0 11px 0;
    padding: 10px;
    font-size: 17px;
}
.pages {
    width: 100%;
    height: 100%;
    margin-top: 60px;
    padding-bottom: 10px;
}
.box {width: 88vw;}
.pages h2 {
    text-align: center;
    font-size: 20px;
    margin: -13px 0 18px 0;
}
.annexure1-sub3 {
    max-width: 100%;
    padding: 0px;
    margin: 62px 2px 100px 4px;
}
.annexure1-sub3 button {
    padding: 12px;
    font-size: 16px;
    margin: 19px 0 0 0px;
    width: 100%;
}
.annexure1-sub4 {
    padding: 10px 0px;
    margin: 0 0 -37px 0;
}
.annexure1-sub4 h6 {
    margin: 0px 0 0px 0;
    font-size: 29px;
}
.annexure1-sub4-1 p {
    padding: 2px 10px 19px 10px;
    margin: 0px 0 66px 0;
}
.about-contents {
    padding: 10px 0px;
    margin: 20px  7px;
}
.about-contents h2 {
    margin: 20px 0;
    font-size: 25px;
}
.about-contents p {
    padding: 0 0px 0 0px;
    font-size: 15px;
}
.about-contents button {
    left: 0;
    width: 305px;
    padding: 18px;
    font-size: 17px;
    margin: 0px 0px 17px 15px;
}
.stepbystep {
    padding: 0 6px;
    margin: 0 5px 158px 5px;
}
.stepbystep h3 {
    text-align: left;
    font-size: 20px;
    margin: 40px 0 0 0;
}
.stepbystep .nav-tabs li {
    margin: 0 2px 0 0px;
    width: 163px;
    height: 91px;
    margin: 0 0 -7px 0;
    padding: 18px 7px 8px 25px;
}
.round-tabs {
    width: 118px;
    height: 43px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tab-pane.active {
    height: auto;
}
.annexure1-sub7 {
    padding: 40px 10px;
    margin: 154px 0 0 0;
}
.annexure1-sub7-1 h4 {
    font-size: 23px;
    width: 100%;
    margin: 0px 0 12px 0px;
    padding: 0 0 0 1px;
}
.annexure1-sub7-1 img {
    vertical-align: middle;
    border-style: none;
    margin: 64px 0 0 -10px;
    width: 256px;
}
.owk button {
    margin: 16px 0 30px 0;
    font-size: 16px;
    padding: 10px;
    border-radius: 12px;
    cursor: pointer;
    font-size: 20;
    margin: 0;
}
.department-area h2 {
    font-size: 25px;
    text-transform: capitalize;
    margin: -55px 0 19px 0;
}
.bds {
    margin: 0 0 0 0px;
}
.domanis {
    max-width: 100%;
    left: 0px;
    margin: 0 0 0px 4px;
}
.faq-title h4 {
    font-size: 26px;
    margin: 0px 0 5px 0;
    left: 0;
}
#accordion1 .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    margin: 0 0 0px 0;
}
.annexure1-sub10 p {
    padding: 0px 8px 10px 4px;
    font-size: 15px;
    line-height: 33px;
}
.annexure1-sub10 p b {
    text-transform: none;
    font-size: 14px;
}
.annexure1-sub10 i {
display: none;
}
.annexure1-sub10 button {
    margin: 0 0 30px 4px;
    font-size: 16px;
    padding: 10px;
    width: 100%;
    position: relative;
    border: none;
    left: 0;
    top: 0;
}

}
@media(min-width: 426px) and (max-width: 575px){

    .annexure1-sub {
    margin: 0 30px 43px 40px;
}
.annexure1-sub h1 {
    margin: 54px 10px 5px 10px;
    padding: 10px;
    font-size: 21px;
}
.annexure1-sub p {
    font-size: 15px;
    line-height: 30px;
}
.btn-whimsical {
    padding: 10px 20px;
    font-size: 16px;
    margin: 26px 0 0 0;
    cursor: pointer;
}
.annexure1-sub button {
    position: relative;
    left: 16%;
    margin: 18px 0 20px 0;
}
.annexure1-sub1 {
    margin: 0 20px;
}
.faq-title h4 {
    font-size: 33px;
    margin: 0px 0 5px 0;
    left:0;
}
.annexure1-sub2 {
    padding: 10px 3px;
}
.sa {
    margin: 50px 0px 0 0px;
    width: 100%;
}
.dsd img {
    position: relative;
    top: 0;
    width: 100%;
    left: 1%;
}
.frmd {
    padding: 1px 0px 10px 0px;
    margin: 17px 0px 16px 0;
}
.frmd {
    clip-path: none;
}
html,body{
    max-width: 100%;
    overflow-x:hidden;
}
.tesischnai h3 {
    text-align: center;
    margin: 0px 0 0 0;
    padding: 0px 5px 15px 0px;
    font-weight: 800;
    line-height: 34px;
    font-size: 20px;
    z-index: 1;
}
.frmd button {
    width: 100%;
    margin: 21px 0 11px 0;
    padding: 10px;
    font-size: 17px;
}
.pages {
    width: 100%;
    height: 100%;
    margin-top: 60px;
    padding-bottom: 10px;
}
.box {width: 88vw;}
.pages h2 {
    text-align: center;
    font-size: 20px;
    margin: -13px 0 18px 0;
}
.annexure1-sub3 {
    max-width: 100%;
    padding: 0px;
    margin: 62px 2px 100px 4px;
}
.annexure1-sub3 button {
    padding: 12px;
    font-size: 16px;
    margin: 19px 0 0 0px;
    width: 100%;
}
.annexure1-sub4 {
    padding: 10px 0px;
    margin: 0 0 -37px 0;
}
.annexure1-sub4 h6 {
    margin: 0px 0 0px 0;
    font-size: 29px;
}
.annexure1-sub4-1 p {
    padding: 2px 10px 19px 10px;
    margin: 0px 0 66px 0;
}
.about-contents {
    padding: 10px 0px;
    margin: 20px  7px;
}
.about-contents h2 {
    margin: 20px 0;
    font-size: 25px;
}
.about-contents p {
    padding: 0 0px 0 0px;
    font-size: 15px;
}
.about-contents button {
    left: 0;
    width: 305px;
    padding: 18px;
    font-size: 17px;
    margin: 0px 0px 17px 15px;
}
.stepbystep {
    padding: 0 6px;
    margin: 0 5px 158px 5px;
}
.stepbystep h3 {
    text-align: left;
    font-size: 20px;
    margin: 40px 0 0 0;
}
.stepbystep .nav-tabs li {
    margin: 0 2px 0 0px;
    width: 163px;
    height: 91px;
    margin: 0 0 -7px 0;
    padding: 18px 7px 8px 25px;
}
.round-tabs {
    width: 118px;
    height: 43px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tab-pane.active {
    height: auto;
}
.annexure1-sub7 {
    padding: 40px 10px;
    margin: 154px 0 0 0;
}
.annexure1-sub7-1 h4 {
    font-size: 23px;
    width: 100%;
    margin: 0px 0 12px 0px;
    padding: 0 0 0 1px;
}
.annexure1-sub7-1 img {
    vertical-align: middle;
    border-style: none;
    margin: 64px 0 0 -10px;
    width: 256px;
}
.owk button {
    margin: 16px 0 30px 0;
    font-size: 16px;
    padding: 10px;
    border-radius: 12px;
    cursor: pointer;
    font-size: 20;
    margin: 0;
}
.department-area h2 {
    font-size: 25px;
    text-transform: capitalize;
    margin: -55px 0 19px 0;
}
.bds {
    margin: 0 0 0 0px;
}
.domanis {
    max-width: 100%;
    left: 0px;
    margin: 0 0 0px 4px;
}
.faq-title h4 {
    font-size: 26px;
    margin: 0px 0 5px 0;
    left: 0;
}
#accordion1 .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    margin: 0 0 0px 0;
}
.annexure1-sub10 p {
    padding: 0px 8px 10px 4px;
    font-size: 15px;
    line-height: 33px;
}
.annexure1-sub10 p b {
    text-transform: none;
    font-size: 14px;
}
.annexure1-sub10 i {
display: none;
}
.annexure1-sub10 button {
    margin: 0 0 30px 4px;
    font-size: 16px;
    padding: 10px;
    width: 100%;
    position: relative;
    border: none;
    left: 0;
    top: 0;
}

}
@media(min-width: 576px) and (max-width: 767px){

    .annexure1-sub {
    margin: 0 30px 43px 40px;
}
.annexure1-sub h1 {
    margin: 54px 10px 5px 10px;
    padding: 10px;
    font-size: 21px;
}
.annexure1-sub p {
    font-size: 15px;
    line-height: 30px;
}
.btn-whimsical {
    padding: 10px 20px;
    font-size: 16px;
    margin: 26px 0 0 0;
    cursor: pointer;
}
.annexure1-sub button {
    position: relative;
    left: 16%;
    margin: 18px 0 20px 0;
}
.annexure1-sub1 {
    margin: 0 20px;
}
.faq-title h4 {
    font-size: 33px;
    margin: 0px 0 5px 0;
    left:0;
}
.annexure1-sub2 {
    padding: 10px 3px;
}
.sa {
    margin: 50px 0px 0 0px;
    width: 100%;
}
.dsd img {
    position: relative;
    top: 0;
    width: 100%;
    left: 1%;
}
.frmd {
    padding: 1px 0px 10px 0px;
    margin: 17px 0px 16px 0;
}
.frmd {
    clip-path: none;
}
html,body{
    max-width: 100%;
    overflow-x:hidden;
}
.tesischnai h3 {
    text-align: center;
    margin: 0px 0 0 0;
    padding: 0px 5px 15px 0px;
    font-weight: 800;
    line-height: 34px;
    font-size: 20px;
    z-index: 1;
}
.frmd button {
    width: 100%;
    margin: 21px 0 11px 0;
    padding: 10px;
    font-size: 17px;
}
.pages {
    width: 100%;
    height: 100%;
    margin-top: 60px;
    padding-bottom: 10px;
}
.box {width: 88vw;}
.pages h2 {
    text-align: center;
    font-size: 20px;
    margin: -13px 0 18px 0;
}
.annexure1-sub3 {
    max-width: 100%;
    padding: 0px;
    margin: 62px 2px 100px 4px;
}
.annexure1-sub3 button {
    padding: 12px;
    font-size: 16px;
    margin: 19px 0 0 0px;
    width: 100%;
}
.annexure1-sub4 {
    padding: 10px 0px;
    margin: 0 0 -37px 0;
}
.annexure1-sub4 h6 {
    margin: 0px 0 0px 0;
    font-size: 29px;
}
.annexure1-sub4-1 p {
    padding: 2px 10px 19px 10px;
    margin: 0px 0 66px 0;
}
.about-contents {
    padding: 10px 0px;
    margin: 20px  7px;
}
.about-contents h2 {
    margin: 20px 0;
    font-size: 25px;
}
.about-contents p {
    padding: 0 0px 0 0px;
    font-size: 15px;
}
.about-contents button {
    left: 0;
    width: 305px;
    padding: 18px;
    font-size: 17px;
    margin: 0px 0px 17px 15px;
}
.stepbystep {
    padding: 0 6px;
    margin: 0 5px 158px 5px;
}
.stepbystep h3 {
    text-align: left;
    font-size: 20px;
    margin: 40px 0 0 0;
}
.stepbystep .nav-tabs li {
    margin: 0 2px 0 0px;
    width: 163px;
    height: 91px;
    margin: 0 0 -7px 0;
    padding: 18px 7px 8px 25px;
}
.round-tabs {
    width: 118px;
    height: 43px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tab-pane.active {
    height: auto;
}
.annexure1-sub7 {
    padding: 40px 10px;
    margin: 154px 0 0 0;
}
.annexure1-sub7-1 h4 {
    font-size: 23px;
    width: 100%;
    margin: 0px 0 12px 0px;
    padding: 0 0 0 1px;
}
.annexure1-sub7-1 img {
    vertical-align: middle;
    border-style: none;
    margin: 64px 0 0 -10px;
    width: 256px;
}
.owk button {
    margin: 16px 0 30px 0;
    font-size: 16px;
    padding: 10px;
    border-radius: 12px;
    cursor: pointer;
    font-size: 20;
    margin: 0;
}
.department-area h2 {
    font-size: 25px;
    text-transform: capitalize;
    margin: -55px 0 19px 0;
}
.bds {
    margin: 0 0 0 0px;
}
.domanis {
    max-width: 100%;
    left: 0px;
    margin: 0 0 0px 4px;
}
.faq-title h4 {
    font-size: 26px;
    margin: 0px 0 5px 0;
    left: 0;
}
#accordion1 .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    margin: 0 0 0px 0;
}
.annexure1-sub10 p {
    padding: 0px 8px 10px 4px;
    font-size: 15px;
    line-height: 33px;
}
.annexure1-sub10 p b {
    text-transform: none;
    font-size: 14px;
}
.annexure1-sub10 i {
display: none;
}
.annexure1-sub10 button {
    margin: 0 0 30px 4px;
    font-size: 16px;
    padding: 10px;
    width: 100%;
    position: relative;
    border: none;
    left: 0;
    top: 0;
}

}
@media(min-width: 768px) and (max-width: 991px){

    .annexure1-sub {
    margin: 0 30px 43px 40px;
}
.annexure1-sub h1 {
    margin: 54px 10px 5px 10px;
    padding: 10px;
    font-size: 21px;
}
.annexure1-sub p {
    font-size: 15px;
    line-height: 30px;
}
.btn-whimsical {
    padding: 10px 20px;
    font-size: 16px;
    margin: 26px 0 0 0;
    cursor: pointer;
}
.annexure1-sub button {
    position: relative;
    left: 16%;
    margin: 18px 0 20px 0;
}
.annexure1-sub1 {
    margin: 0 20px;
}
.faq-title h4 {
    font-size: 33px;
    margin: 0px 0 5px 0;
    left:0;
}
.annexure1-sub2 {
    padding: 10px 3px;
}
.sa {
    margin: 50px 0px 0 0px;
    width: 100%;
}
.dsd img {
    position: relative;
    top: 0;
    width: 100%;
    left: 1%;
}
.frmd {
    padding: 1px 0px 10px 0px;
    margin: 17px 0px 16px 0;
}
.frmd {
    clip-path: none;
}
html,body{
    max-width: 100%;
    overflow-x:hidden;
}
.tesischnai h3 {
    text-align: center;
    margin: 0px 0 0 0;
    padding: 0px 5px 15px 0px;
    font-weight: 800;
    line-height: 34px;
    font-size: 20px;
    z-index: 1;
}
.frmd button {
    width: 100%;
    margin: 21px 0 11px 0;
    padding: 10px;
    font-size: 17px;
}
.pages {
    width: 100%;
    height: 100%;
    margin-top: 60px;
    padding-bottom: 10px;
}
.box {width: 88vw;}
.pages h2 {
    text-align: center;
    font-size: 20px;
    margin: -13px 0 18px 0;
}
.annexure1-sub3 {
    max-width: 100%;
    padding: 0px;
    margin: 62px 2px 100px 4px;
}
.annexure1-sub3 button {
    padding: 12px;
    font-size: 16px;
    margin: 19px 0 0 0px;
    width: 100%;
}
.annexure1-sub4 {
    padding: 10px 0px;
    margin: 0 0 -37px 0;
}
.annexure1-sub4 h6 {
    margin: 0px 0 0px 0;
    font-size: 29px;
}
.annexure1-sub4-1 p {
    padding: 2px 10px 19px 10px;
    margin: 0px 0 66px 0;
}
.about-contents {
    padding: 10px 0px;
    margin: 20px  7px;
}
.about-contents h2 {
    margin: 20px 0;
    font-size: 25px;
}
.about-contents p {
    padding: 0 0px 0 0px;
    font-size: 15px;
}
.about-contents button {
    left: 0;
    width: 305px;
    padding: 18px;
    font-size: 17px;
    margin: 0px 0px 17px 15px;
}
.stepbystep {
    padding: 0 6px;
    margin: 0 5px 158px 5px;
}
.stepbystep h3 {
    text-align: left;
    font-size: 20px;
    margin: 40px 0 0 0;
}
.stepbystep .nav-tabs li {
    margin: 0 2px 0 0px;
    width: 163px;
    height: 91px;
    margin: 0 0 -7px 0;
    padding: 18px 7px 8px 25px;
}
.round-tabs {
    width: 118px;
    height: 43px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tab-pane.active {
    height: auto;
}
.annexure1-sub7 {
    padding: 40px 10px;
    margin: 154px 0 0 0;
}
.annexure1-sub7-1 h4 {
    font-size: 23px;
    width: 100%;
    margin: 0px 0 12px 0px;
    padding: 0 0 0 1px;
}
.annexure1-sub7-1 img {
    vertical-align: middle;
    border-style: none;
    margin: 64px 0 0 -10px;
    width: 256px;
}
.owk button {
    margin: 16px 0 30px 0;
    font-size: 16px;
    padding: 10px;
    border-radius: 12px;
    cursor: pointer;
    font-size: 20;
    margin: 0;
}
.department-area h2 {
    font-size: 25px;
    text-transform: capitalize;
    margin: -55px 0 19px 0;
}
.bds {
    margin: 0 0 0 0px;
}
.domanis {
    max-width: 100%;
    left: 0px;
    margin: 0 0 0px 4px;
}
.faq-title h4 {
    font-size: 26px;
    margin: 0px 0 5px 0;
    left: 0;
}
#accordion1 .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    margin: 0 0 0px 0;
}
.annexure1-sub10 p {
    padding: 0px 8px 10px 4px;
    font-size: 15px;
    line-height: 33px;
}
.annexure1-sub10 p b {
    text-transform: none;
    font-size: 14px;
}
.annexure1-sub10 i {
display: none;
}
.annexure1-sub10 button {
    margin: 0 0 30px 4px;
    font-size: 16px;
    padding: 10px;
    width: 100%;
    position: relative;
    border: none;
    left: 0;
    top: 0;
}

}
@media(min-width: 1025px) and (max-width: 1280px){
    .annexure1-sub {
    margin: 0 34px 43px 34px;
}
.annexure1-sub p {
    text-align: justify;
        font-family: sans-serif;
    font-size: 15px;
    line-height: 36px;
    padding: 0;
    margin: 0;
}
.annexure1-sub button {
    position: relative;
    left: 52%;
    margin: 32px 0 0 0;
}
.annexure1-sub1 {
    margin: 0 34px;
}
.faq {
    width: 100%;
    margin: 0px 0 0  0px;
    padding: 30px 40px;
}
.sa {
    margin: 96px 0px 0 0px;
    background: #c1e1eb;
    border-radius: 12px;
    width: 100%;
}
.tesischnai h3 {
    text-align: center;
    margin: 0px 0 0 0;
    padding: 0px 5px 15px 29px;
    font-family: sans-serif;
    font-weight: 800;
    color: #6895b5;
    line-height: 44px;
    position: relative;
    font-size: 35px;
    z-index: 1;
    border-radius: 15%;
}
.pages h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 900;
    font-family: sans-serif;
    margin: -13px 0 18px 0;
}
.annexure1-sub3 {
    text-align: center;
    max-width: 100%;
    padding: 17px;
    margin: 62px 0px 100px 35px;
    border-radius: 14px;
}
.annexure1-sub4 h6 {
    margin: -23px 0 29px 0;
    font-size: 51px;
    font-weight: 900;
}
.annexure1-sub4-1 p {
    padding: 2px 17px 19px 44px;
    margin: 0px 0 0px 0;
}
.about-contents {
    border-bottom: 1px solid var(--border-info-color);
    background: #cbcbed;
    border-radius: 33px;
    color: black;
    padding: 10px 49px;
    margin: 80px  47px;
}
.stepbystep h3 {
    text-align: left;
    font-size: 45px;
    font-family: 'Poetsen One';
    margin: 40px 0 0 0;
}
.stepbystep {
    padding: 0 67px;
    margin: 0 0px 158px 16px;
}
.tab-pane.active {
    opacity: 1;
    transform: rotateX(0) translateY(0);
    z-index: 1;
    height: auto;
    width: 396px;
    margin: 26px 0 0 0;
    padding: 41px 42px;
    background: linear-gradient(45deg, #c0edf8, #6488aaa1);
}
.annexure1-sub7 {
    padding: 0px 27px;
}
.annexure1-sub7-1 h4 {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 41px;
    width: 150%;
    background: #2d7d9c;
    text-align: center;
    color: #ffa45b;
    margin: 0px 0 12px 0px;
    padding: 0 0 0 1px;
}
.annexure1-sub7-1 img {
    vertical-align: middle;
    border-style: none;
    margin: 64px 0 0 -10px;
    width: 352px;
}
.bds {
    margin: 0 0 0 0;
}
.domanis {
    max-width: 26%;
    left: 0px;
    margin: 0 70px 0px 4px;
}
.department-title {
    margin-bottom: 10px;
    font-size: 17px;
    text-align: left;
}
.domanis {
    max-width: 27%;
    left: 0px;
    margin: 0 33px 0px 39px;
}

.annexure1-sub10 p {
    padding: 0px 210px 10px 139px;
    font-size: 20px;
    text-transform: capitalize;
    line-height: 36px;
    font-weight: 500;
}
.annexure1-sub10 button {
    margin: -15px 0 30px 0px;
    font-size: 24px;
    padding: 10px;
    border-radius: 12px;
    cursor: pointer;
    width: 16%;
    background: #174d65;
    position: absolute;
    font-size: 20;
    color: #ffab3d;
    font-weight: 800;
    border: none;
    box-shadow: 1px 1px 1px 1px darkblue;
    left: 83%;
    top: 58px;
}
.faq-title h4 {
    font-size: 36px;
    margin: 50px 0 5px 0;
    color: #212529;
    text-align: left;
    left: 44px;
    font-weight: 700;
}
.pages p {
    display: block;
    width: 100%;
    font-size: 17px;
    line-height: 33px;
    background-image: linear-gradient(to bottom, transparent 96%, var(--lines) 100%, var(--lines) 96%, transparent 100%);
    background-size: 100% 1.8em;
    background-repeat: repeat-y;
    padding: 15px 16px;
    text-wrap: pretty;
}
.annexure1-sub7 p {
    text-align: justify;
    font-size: 15px;
    margin: 0 0 30px 0;
}
.annexure1-sub4 p {
    font-size: 15px;
    line-height: 31px;
    padding: 10px 36px;
    margin: 0 0 37px 0;
    text-align: justify;
}
.department-area p {
    margin: 0 48px 20px 30px;
}
}
@media(min-width: 1290px) and (max-width: 1440px){

}
@media(min-width: 1441px) and (max-width: 1536px){
    .annexure1-sub button {
    position: relative;
    left: 36%;
    margin: 38px 0 0 0;
    animation: 3s infinite alternate  rubberBand;
}
.annexure1-sub2 {
    padding: 0px 0;
}
.frmd {
    padding: 1px 26px 10px 92px;
    margin: 0px -125px 0px -32px;
    border-radius: 62px 21px 19px 10px;
    background: #ebebeb;
}
.sa {
    margin: 96px 0px 0 108px;
    background: #c1e1eb;
    border-radius: 12px;
    width: 87%;
}
.tesischnai h3 {
    text-align: center;
    margin: 0px 0 0 0;
    padding: 0px 5px 15px 29px;
    font-family: sans-serif;
    font-weight: 800;
    color: #6895b5;
    line-height: 58px;
    position: relative;
    font-size: 31px;
    z-index: 1;
    /* background: #e5e5ff; */
    border-radius: 15%;
}
.annexure1-sub1 {
    margin: 0 96px;
}
.faq {
    width: 88%;
    margin: 0px 0 0  107px;
    padding: 30px 0px;
}
.faq-title h4 {
    font-size: 36px;
    margin: 51px 0 0px 0;
    color: #212529;
    text-align: left;
    left: 108px;
    font-weight: 700;
}
.annexure1-sub3 {
    text-align: center;
    max-width: 100%;
    padding: 17px;
    margin: 62px 22px 100px 39px;
    border-radius: 14px;
}
.about-contents {
    border-bottom: 1px solid var(--border-info-color);
    background: #cbcbed;
    border-radius: 33px;
    color: black;
    padding: 10px 49px;
    margin: 80px  230px 80px 253px;
}
.stepbystep .nav-tabs li {
    list-style: none;
    margin: 0 2px 0 0px;
    border-radius: 13px;
    width: 163px;
    height: 107px;
    padding: 18px 10px 25px 25px;
}
.stepbystep {
    padding: 0 65px;
    margin: 0 10px 158px 10px;
}
.stepbystep h3 {
    text-align: left;
    font-size: 44px;
    font-family: 'Poetsen One';
    margin: 40px 0 0 0;
}
.annexure1-sub7 {
    padding: 0 63px;
}
.bds {
    margin: 0 0 0 0;
}
.domanis {
    max-width: 24%;
    left: 121px;
    margin: 0 70px 0px 4px;
}
.department-area p {
    margin: 0 67px 20px 69px;
}
.annexure1-sub10 p {
    padding: 0px 387px 10px 141px;
    font-size: 19px;
    text-transform: capitalize;
    line-height: 36px;
    font-weight: 500;
}

.annexure1-sub10 {
    text-align: center;
    /* max-width: 94%; */
    background: repeating-linear-gradient(45deg, #277895, transparent 870px);
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */
    padding: 17px;
    margin: 40px 22px 106px 7px;
    border-radius: 14px;
}
.annexure1-sub10 button {
    margin: -27px 0 30px -14px;
    font-size: 24px;
    padding: 10px;
    border-radius: 12px;
    cursor: pointer;
    width: 16%;
    background: #174d65;
    position: absolute;
    font-size: 20;
    color: #ffab3d;
    font-weight: 800;
    border: none;
    box-shadow: 1px 1px 1px 1px darkblue;
    left: 83%;
    top: 58px;
}
}






