 a:hover {
     text-decoration: none;
 }
 
 body {
     color: #4a4a4a !important;
 }
 
 h1 {
     font-size: 35px !important;
     color: #363636 !important;
 }
 
 h2 {
     color: #363636 !important;
 }
 
 h3 {
     color: #363636 !important;
     font-size: 25px !important;
     font-weight: 700 !important;
 }
 
 h4 {
     color: #363636 !important;
 }
 
 h5 {
     color: #363636 !important;
 }
 
 tbody tr td {
     padding: 5px 0px;
 }
 
 tbody tr td:first-child {
     width: 75px;
 }
 
 tbody tr td:nth-child(2) {
     width: 8px;
 }
 
 ul li {
     padding: 5px 0px;
 }
 
 .sub_menu a {
     font-size: 11px;
     color: #514b41;
     font-family: 'Montserrat', sans-serif;
     line-height: 14px;
     font-style: normal;
     font-weight: 500;
     letter-spacing: 0px;
     text-transform: none;
 }
 
 .sub_menu {
     list-style-type: none;
     display: inline-flex;
 }
 
 .Bgcolor {
     background-color: #e8dbeb;
     border-radius: 20px;
 }
 
 .Bgcolor h1 {
     color: #67167f;
 }
 
 .b_blue {
     color: #67167f;
 }
 
 .Bgcolor p {
     font-weight: 500;
     font-size: 14pt;
     color: black;
     text-align: justify;
 }
 
 .w_btn {
     background-color: #804b7c;
     padding: 10px 15px;
     border-radius: 50px;
     color: white;
 }
 
 .Apply_btn {
     background-color: white;
     padding: 10px 35px;
     border-radius: 50px;
     color: black;
 }
 
 .Ed_icon {
     width: 84px;
     height: 86px;
     font-size: 25px;
     color: white;
     background-color: #b476b7;
     border-radius: 50px;
     text-align: center;
 }
 
 .Ed_icon:hover {
     background-color: #fd7657 !important;
 }
 
 .font_icon_size {
     font-size: 35px;
     margin-top: 23px;
 }
 
 .Img_div {
     width: 373px;
     margin: auto;
 }
 /* index home 25052022 open  */
 
 a:hover {
     text-decoration: none;
 }
 
 h1 {
     font-size: 35px;
 }
 
 .Bgcolor {
     background-color: #e8dbeb;
     border-radius: 20px;
 }
 
 .Bgcolor h1 {
     color: #67167f;
 }
 
 .b_blue {
     color: #67167f;
 }
 
 .w_btn {
     background-color: #804b7c;
     padding: 10px 15px;
     border-radius: 50px;
     color: white;
 }
 
 .Apply_btn {
     background-color: white;
     padding: 10px 35px;
     border-radius: 50px;
     color: black;
 }
 
 .h_30 {
     height: 30px;
 }
 
 .videogate23 {
     height: 100%;
     width: 100%;
 }
 
 .container_17 {
     position: relative;
     margin: 0 auto;
 }
 
 .container_17 img {
     vertical-align: middle;
     height: 150px;
 }
 
 .container_17 .content_17 {
     position: absolute;
     bottom: 25%;
     font-size: 30px;
     font-weight: 600;
     text-align: center;
     color: #f1f1f1;
     width: 100%;
     padding: 20px;
 }
 
 .container_17 .content_17 a {
     font-size: 15px;
     color: white;
     background-color: #1d3768;
     padding: 10px 20px;
     border-radius: 10px;
 }
 /* index home end 25052022 end  */
 /* index style open  */
 
 .swiper-container {
     width: 100%;
     height: 375px;
 }
 
 .swiper-pagination {
     position: absolute;
     top: 10px;
     right: 10px;
     width: auto !important;
     left: auto !important;
     margin: 0;
 }
 
 .D-s-flex {
     display: flex;
 }
 /* index style end  */
 /* 25052022 open  */
 
 .D-F-md {
     display: flex;
 }
 
 .pl-mfold_1 {
     padding-left: 10px;
 }
 
 .pr-mfold_1 {
     padding-right: 10px;
 }
 
 .swiper-button-prev {
     display: none;
 }
 
 .swiper-button-next {
     display: none;
 }
 
 section {
     margin-top: 30px;
     margin-bottom: 30px;
 }
 
 h1 {
     font-size: 35px;
 }
 
 @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
 .swiper-slide {
     text-align: center;
     font-size: 18px;
     background: #fff;
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     -webkit-justify-content: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     -webkit-align-items: center;
     align-items: center;
 }
 
 .swiper-pagination {
     position: absolute;
     top: 10px;
     right: 10px;
     width: auto !important;
     left: auto !important;
     margin: 0;
 }
 
 a:hover {
     text-decoration: none !important;
 }
 
 .container_17 .content_17 a:hover {
     background-color: #faa41a;
 }
 
 .D-s-flex a:first-child:hover {
     color: #faa41a;
     background-color: white;
 }
 
 .outer_box span {
     background: #1c3669;
     color: white;
     padding: 5px 10px;
 }
 /* 25052022 end   */
 /* social open  */
 
 .icon-bar-nkp {
     position: fixed;
     top: 50%;
     right: 0;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
 }
 
 .icon-bar-nkp a {
     display: block;
     text-align: center;
     padding: 8px;
     transition: all 0.3s ease;
     color: white;
     font-size: 12px;
 }
 
 .icon-bar-nkp a:hover {
     background-color: #000;
 }
 
 .facebook-nkp {
     background: #3B5998;
     color: white;
 }
 
 .twitter-nkp {
     background: #55ACEE;
     color: white;
 }
 
 .linkedin-nkp {
     background: #007bb5;
     color: white;
 }
 
 .youtube-nkp {
     background: #bb0000;
     color: white;
 }
 
 .insta-nkp {
     background: #f09433;
     background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
     background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
     background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
     filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
     color: white;
 }
 
 .content-nkp {
     margin-left: 75px;
     font-size: 30px;
 }
 /* social end  */
 /* 27052022  */
 
 .Bgcolor h1 b {
     color: #67167f !important;
 }