@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}



::selection {
    color: var(--light-color);
    background-color: var(--primary-color);
}

:root {
    --primary-color: #0091dc;
    --secondary-color: #d50400;
    --dark-color: #000;
    --light-color: #fff;
}

a {
    text-decoration: none;
    font-family: "Poppins", sans-serif;
}

p {
    color: var(--dark-color);
        text-align: justify;
    font-family: "Noto Sans", sans-serif;
}

ul {
    list-style: none;
}



@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100;200;300;400;500;600;700;800;900&display=swap");
.speedyui {
  --su-primary-color: #814fff;
  --su-secondary-color: #212529;
  font-family: "Lexend", sans-serif;
  --su-nav-link-color:var(--bs-dark);
}

.speedyui-header .nav-link {
    color: #0a1746;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
        font-family: "Noto Sans", sans-serif;
}
.speedyui-header .nav-link:hover {
    color: #efb30e;
    border-bottom: 2px solid #fcc329;
}
.speedyui-header .navbar-collapse {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  z-index: 9;
}

@media only screen and (min-width: 1440px) {
    .btmpd::before {
    width: 1342px;
}
    .lftimg img.img-fluid {
    height: 415px! important;
}
}

@media (min-width: 992px) {
  .speedyui-header .navbar-collapse {
    position: initial;
    box-shadow: none;
  }
}
@media (min-width: 992px) {
  .speedyui-header .dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    margin-top: 0rem;
  }
}
.speedyui-header .dropdown .dropdown-menu {
  margin-top: 0.125rem;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
 .speedyui-header .dropdown .dropdown-menu {
        opacity: 0;
        margin-top: 1rem;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        visibility: visible;
        border-bottom: 4px solid #fcc429 ! important;
        border-radius: 0px 0px 8px 8px;
        background: #2a3c7e;
    }
}


.speedyui-header .dropdown .dropdown-item {
        color: #fcc429;
    border-bottom: 1px solid #fcc429;
    line-height: 32px;
    font-weight: 500;
        font-family: 'Montserrat', sans-serif;
        font-family: "Noto Sans", sans-serif;
}



.speedyui-header .dropdown .dropdown-item:hover {
  color:#0c1a4c;
}
.speedyui-header .dropdown .dropdown-item:active {
      color: #132156;
    background-color: #fcc429;
}
.speedyui-header .dropdown .dropdown-toggle::after {
  display: none;
}
.speedyui-header .primary-btn {
    background-color: #2a3c7e;
    color: #fcc429 ! important;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
       
}
.speedyui-header .primary-btn:hover {
  background-color: #000;
}

.speedyui-hero {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .speedyui-hero {
        padding-top: 3rem;
        padding-bottom: 3rem;
        
        background-size: cover;
        background: #fff5ed;
    }
}
.speedyui-hero p {
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: var(--e-global-color-text);
}
.speedyui-hero h1 {
    font-weight: 600;
    line-height: 45px;
    color: #2a3c7e;
    font-size: 36px;
    position: relative;
    padding-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-family: "EB Garamond", serif;
}
.speedyui-hero h1::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 2px;
    background: #fda31b;
    bottom: 8px;
    left: 0;
}

.speedyui-hero h1 span {
    color: #fda31b;
    font-weight: 600;
}


.related h1 {
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    line-height: 45px;
    color: #2a3c7e;
    font-size: 37px;
    position: relative;
    padding-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    font-family: "EB Garamond", serif;
}

.related h1::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    width: 80px;
    border-radius: 3px;
    background-color: #fda31b;
    bottom: 4px;
}


.spacilets{padding-top: 0px}

.abpagepeding{padding-bottom: 0px;}

.spacilets h2 {
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    line-height: 45px;
    color: #2a3c7e;
    font-size: 36px;
    position: relative;
    padding-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    font-family: "EB Garamond", serif;
}
.spacilets h2::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 2px;
    background: #fda31b;
    bottom: 8px;
    left: 0;
}

.hero-content ul {
    padding-left: 0;
}

.hero-content ul li {
    border: 0px solid #333;
    margin-bottom: 13px;
    padding: 5px;
    border-radius: 12px;
    background: #fda31b;
    color: #2a3c7e;
    font-weight: 400;
    font-family: "Poppins", Sans-serif;
    font-family: "Noto Sans", sans-serif;
}

.hero-content ul li:hover {
    background: #2a3c7e;
    color: #fcc429;
}

.tf__about_img {
    height: 100%;
    position: relative;
    z-index: 1;
}
.tf__about_img img.img-fluid.w-100 {
    border-radius: 27px;
}

.tf__about_img:before {
    background: url(../image/about_shape-2.png);
    top: auto;
    right: auto;
    left: -56px;
    bottom: 140px;
}
.tf__about_img:after, .tf__about_img:before {
    position: absolute;
    content: "";
    background: url(../image/about_shape_1.png);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 50% !important;
    width: 100px;
    height: 100px;
    top: -40px;
    right: 0;
    animation: about_animi 2s linear infinite alternate;
    -webkit-animation: about_animi 2s linear infinite alternate;
    z-index: -1;
}



.spacilets h2 span {
    color: #fda31b;
    font-weight: 600;
}
.speedyui-hero .primary-btn {
  background-color: var(--su-primary-color);
  color: #fff;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.speedyui-hero .primary-btn:after {
  transition: all 0.3s;
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}
.speedyui-hero .primary-btn:after, .speedyui-hero .primary-btn:before {
  background: var(--su-secondary-color);
  content: "";
  position: absolute;
  z-index: -1;
}
.speedyui-hero .primary-btn:hover:after {
  height: 100%;
  width: 135%;
}

.header {
    background-color: #fff;
}

.sticky-top.fixed-header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 99999;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    /* backdrop-filter: blur(10px); */
    background-color: #fff;
    animation: slideDown 0.70s ease-out;
}

@keyframes slideDown {
    0% {
    transform: translateY(-100%);
}

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

.emlside ul {
    display: flex;
    column-gap: 21px;
    margin-left: 0;
    padding-left: 0;
    padding-top: 2px;
}
.followside ul {
    display: flex;
    column-gap: 21px;
        flex-direction: row-reverse;
}
.top-head {
        background: #fcc429;
    color: #2a3c7e;
    padding: 5px;
}
.followside ul li a {
    color: #2a3c7e;
    font-family: "Noto Sans", sans-serif;
}

.footer-widget-contact p a {
    color: #fff;
}


/*----counter css--------*/
#counter-stats {
	display: flex;
	justify-content: center;
	margin-top: 0px;
}

.stats {
  text-align: center;
      color: #FF0000;
    font-family: "Poppins", Sans-serif;
    font-size: 55px;
    font-weight: 600;
}

.stats h5{color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 600;}

.stats .fa {
  color: #008080;
  font-size: 60px;
}
.cnter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

/*------counter css end----------*/


.aboutus {
    background-image: url(../image/aboutbg-1.jpg);
    background-size: cover;
    padding: 56px;
}

.aboutus h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.aboutus p{text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #FFFFFF;}

section.pdicon {
    padding: 68px 23px;
    background: #ccc;
    background-image: url(../image/bg-patern-2.jpg);
    background-size: cover;
}

section.pdicon ul {
    display: flex;
    position: relative;
    gap: 8px;
    padding: 0;
}

section.pdicon img.img-fluid {
    width: 94%;
    max-width: 100%;
    border-radius: 70px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 15px;
    padding: 5px;
}

section.pdicon img.img-fluid:hover {
    width: 100%;
    transform: scale(1.1);
}

section.pdicon ul {
    display: flex;
    position: relative;
    gap: 8px;
    padding: 0;
    margin-bottom: 0px;
}

section.pdicon ul span {
    font-family: "Poppins", Sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    color: #fff;
        display: block;
}

/*----------product range-------*/
section.product-section {
    position: relative;
    padding: 49px;
    z-index: 1;
}

section.product-section::before {
    content: '';
    position: absolute;
    background: #454b4c;
    width: 100%;
    height: 662px;
    z-index: -1;
    top: 0px;
    left: 0;
}

section.product-section-1 {
    position: relative;
    padding: 49px;
    z-index: 1;
    background-image: url(../image/bg-1.jpg);
    margin: 25px 113px 0px;
    border-radius: 50px;
    background-size: cover;
    background-repeat: no-repeat;
   
}


section.product-section-1::before {
    content: '';
    position: absolute;
    background: #004372e8;
    width: 100%;
    height: 662px;
    z-index: -1;
    top: 0px;
    left: 0px;
    border-radius: 50px;
}

.lftimg img.img-fluid {
    width: 90%;
    max-width: 100%;
    height: 375px;
    object-fit: cover;
    object-position: center center;
    border-radius: 20px 20px 20px 20px;
    margin-left: 55px;
}
.lftimg {
    margin: 9px 0px;
}

.rgtimg {
    margin: 124px 0px 0px -102px;
    padding: 54px 0px 0px 0px;
}
.rgtimg img.img-fluid {
    width: 90%;
    max-width: 100%;
    border-radius: 20px 20px 20px 20px;
}

.video {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.video .vdbt video {
    background: #ffffff;
    height: 200px;
    width: 100%;
    padding: 0px;
    border-radius: 19px;
}



.mrbtn {
    text-align: center;
    padding-top: 6px;
    display: block;
    position: relative;
    border: 0px solid #d5d0d0;
    border-radius: 38px;
    box-shadow: inset 0px 0px 104px #d5c2b3;
    padding-bottom: 6px;
        margin-top: 23px;
}
.mrbtn a {
    color: #fff;
    padding: 11px 17px;
    background: #FF0000;
    border-radius: 31px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}
.mrbtn p {
    text-align: center;
    color: #08133c;
    padding: 0px 46px 0px;
    font-size: 21px;
    font-weight: 500;
    font-family: "Noto Sans", sans-serif;
}

.mrbtn h2 {
    color: #2a3c7e;
    padding: 11px 17px;
    /* background: #FF0000; */
    border-radius: 31px;
    /* text-transform: uppercase; */
    font-weight: 600;
    font-size: 36px;
    position: relative;
}

.mrbtn h2 {
    color: #2a3c7e;
    padding: 11px 17px;
    /* background: #FF0000; */
    border-radius: 31px;
    /* text-transform: uppercase; */
    font-weight: 600;
    font-size: 36px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-family: "EB Garamond", serif;
}
.mrbtn h2 span {
    color: #fda31b;
    font-weight: 600;
}

.read-more {
    padding-top:12px;
    position: relative;
}

.read-more::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fda31b;
    top: 26px;
    left: 0;
    right: 0;
    z-index: -1;
}

.read-more span {
    width: 194px;
    display: inline-block;
}

.read-more a {
    color: #fcc429;
    padding: 11px 25px;
    background: #2a3c7e;
    border-radius: 31px;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
}

.btmpd{position: relative;}
.btmpd::before {
    content: '';
    position: absolute;
    background: #fff;
    width: 1192px;
    height: 438px;
    z-index: -1;
    top: -198px;
    border-radius: 33px 33px 0px 0px;
    left: -50px;
}

.prorange {
    padding-bottom: 0rem;
    background-size: cover;
    margin-top: -8px;
}
.prorange h1 {
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    /* text-transform: uppercase; */
    color: #2a3c7e;
    font-size: 36px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-family: "EB Garamond", serif;
}

.prorange h1::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    width: 80px;
    border-radius: 3px;
    background-color: #fda31b;
    bottom: -12px;
}

.prorange h1 span{color: #fda31b;
font-weight: 600;}

.prorange p {
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: var(--e-global-color-text);
    margin-bottom: 0px;
}

/*-------product range end--------*/

.vision {
    background-image: url(../image/mangent.jpg);
    background-size: cover;
    padding: 83px;
    text-align: center;
    color: #fff;
    border-radius: 17px;
    position: relative;
}

.vision::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 387px;
    background: #fff;
    top: 0;
    left: 0;
    opacity: .7;
}

.vision:hover::before {
    opacity: .1;
}
.vision h2 {
    color: #FF0000;
    position: relative;
}
.vision a {
    position: relative;
    background: #ff0000;
    padding: 10px 17px;
    color: #fff;
    border-radius: 22px;
}
.vision p {
    text-align: center;
    color: #000000;
    z-index: 1;
    position: relative;
}

.vision:hover p{color: #fff;}
.vision {
    background-image: url(../image/mangent.jpg);
    background-size: cover;
    padding: 83px;
    text-align: center;
    color: #fff;
    border-radius: 17px;
}

.mision {
    background-image: url(../image/globle.jpg);
    background-size: cover;
    padding: 83px;
    text-align: center;
    color: #fff;
    border-radius: 17px;
    margin-top: 100px;
}

.mision::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 387px;
    background: #fff;
    top: 0;
    left: 0;
    opacity: .7;
}

.mision:hover::before {
    opacity: .1;
}
.mision h2 {
    color: #FF0000;
    position: relative;
}
.mision a {
    position: relative;
    background: #ff0000;
    padding: 10px 17px;
    color: #fff;
    border-radius: 22px;
}
.mision p {
    text-align: center;
    color: #000000;
    z-index: 1;
    position: relative;
}

.mision:hover p{color: #fff;}
.mision {
    background-image: url(../image/globle.jpg);
    background-size: cover;
    padding: 83px;
    text-align: center;
    color: #fff;
    border-radius: 17px;
}



.mision p {
    text-align: center;
    color: #000000;
    font-weight: 500;
}

section.visn-msn {
    padding: 59px;
}


/*==================*/

.newsletter-area {
    background: #2a3c7e;
    padding: 16px 0 10px;
}

.newsletter-title h3 {
    color: #fcc429;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
}
.newsletter-title p {
    font-size: 14px;
    line-height: 15px;
    color: #ffffff;
    font-weight: 400;
    text-align: left;
}
.send-enq {
    margin-right: 0px;
    float: right;
    border: 2px solid #fff;
    color: #2a3c7e;
    padding: 7px 13px;
    border-radius: 27px;
    background: #fcc429;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.footer-bottom-area {
    background: #2a3c7e;
    padding: 17px 0 15px;
}
.footer-bottom-content-copy p {
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-family: "Noto Sans", sans-serif;
}

.footer-bottom-content-copy p a{color: #fff;}

/*====================*/


.footer-area {
    padding: 52px 0 0px;
    background-image: url();
    position: relative;
    background-repeat: no-repeat;
    background-color: #fcc429;
    background-size: cover;
    background-position: center center;
}

.footer-contact-info {
    background: #2a3c7e;
    padding: 30px;
    position: relative;
    margin-top: -162px;
    z-index: 1;
}

p.footer-desc {
	font-size: 16px;
	line-height: 26px;
	color: #8e939f;
	font-weight: 300;
	margin-top: 29px;
}

.footer-title2 h3 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    margin-top: 24px;
    margin-bottom: 34px;
    font-family: 'Montserrat', sans-serif;
}

.footer-title2 h3:before {
	position: absolute;
	content: "";
	left: 0;
	top: 34px;
	width: 30px;
	height: 2px;
	background-color: #fcc429;
}

.footer-didget-icon {
	float: left;
	margin-right: 10px;
}

.footer-didget-icon span i {
	color: #fcc429;
}

.footer-widget-contact p {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    overflow: hidden;
    text-align: left;
}

.footer-widget-social-icon ul li {
	display: inline-block;
	margin-right: 8px;
	margin-top: 14px;
}

.footer-widget-social-icon ul li a {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-color: rgba(255, 255, 255, 0.10196078431372549);
	line-height: 34px;
	text-align: center;
	color: #8f939e;
	font-size: 15px;
}

.footer-widget-social-icon ul li a:hover {
    color: #2a3c7e;
    background: #fcc429;
}

.footer-widget-content.style-left {
	position: relative;
	margin-left: 50px;
}

.footer-widget-titel h4 {
    font-size: 20px;
    color: #2a3c7e;
    font-weight: 700;
    margin-bottom: 35px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-family: "Raleway", sans-serif;
}

.footer-widget-titel h4:before {
	position: absolute;
	content: "";
	left: 0;
	top: 36px;
	width: 30px;
	height: 2px;
	background-color: #2a3c7e;
}

.footer-widget-menu ul li a {
    display: inline-block;
    transition: 0.5s;
    font-size: 15px;
    color: #2a3c7e;
    font-weight: 500;
    margin-bottom: 17px;
    font-family: "Noto Sans", sans-serif;
}

.footer-widget-menu ul li a:hover {
	color: #fff;
}

@media only screen and (min-width: 1440px) {
    .btmpd::before {
    width: 1342px;
}
    .conatctpage {
        height: 496px ! important;
    }
    .newsletter-title p {
    line-height: 26px;
}
}

@media only screen and (max-width: 1024px) {
    
    .btmpd::before {
    content: '';
    position: absolute;
    background: #fff;
    width: 913px;
    height: 469px;
    z-index: -1;
    top: -198px;
    border-radius: 33px 33px 0px 0px;
    left: -50px;
}
    .conatctpage {
    height: 344px ! important;
}
    
    
}

@media only screen and (max-width: 768px) {
    
    .btmpd::before {
    content: '';
    position: absolute;
    background: #fff;
    width: 637px;
    height: 707px;
    z-index: -1;
    top: -370px;
    border-radius: 33px 33px 0px 0px;
    left: -50px;
}
    .conatctpage {
    height: 260px ! important;
}
}

.order-2 {
    order: 2 !important;
}



@media only screen and (max-width: 767px) {
    .welcome-section {
    margin: 50px 0px ! important;
}
    
    section.welcome-section.director-dsk span.msg {
    display: none;
}
    
    section.welcome-section.director-dsk .abhead {
    font-size: 26px ! important;
    position: relative ! important;
    top: -68px ! important;
}
    
    .welcome-section .text-column .inner-column {
    padding: 16px 0px ! important;
    padding-left: 0px ! important;
    border-left: 0px solid #fda31b ! important;
}
    
    section.welcome-section.director-dsk {
    padding: 82px 24px 27px ! important;
}
    
    .welcome-section.director-dsk .title-column h2 {
    display: none ! important;
}
    .misnlist h2 {
    line-height: 27px! important;
    font-size: 25px! important;
}
   .speedyui-hero p {
    font-size: 14px;
}
    .spacilets h2 {
    line-height: 35px;
    font-size: 27px;
}
    
    section.gallry {
    padding: 64px 6px 37px! important;
    margin: 0px! important;
}
    section.contpage-1 {
    padding: 0px! important;
                margin-top: 28px;
}
   .contpage-1 .row-1 {
    padding: 50px 25px 0px! important;
}
    
    .contact__card {
    height: 141px! important;
}
    h2.formhd {
    font-size: 27px! important;
}
    
    .primery-heading strong.filltext {
    font-size: 46px! important;
    top: -15px! important;
}
    
    .conatctpage {
    height: 127px ! important;
}
   section.pdicon ul {
    display: block;
    position: relative;
    gap: 8px;
    padding: 0;
    margin-bottom: 0px;
}
    .btmpd::before {
    width: 100%;
    height: 480px;
    top: -221px;
    left: 0px;
}
    
    .top-head {
    display: none;
}
    
    .navbar-toggler {
    background-color: #fcc429;
}
    .navbar-brand img.img-fluid {
    width: 100px;
}
    
    .prorange h1 {
    font-size: 28px;
}
    
    .prorange {
    margin-top: 17px;
}
    
    .program-box-item.style-2 {
        margin-bottom: 26px;
    }
    
    .program-section {
    padding-bottom: 0px ! important;
}
    .media-body P {
    font-size: 14px ! important;
        text-align: left ! important;
}
    .enroll-area {
    padding: 11px ! important;
}
    .enroll-form-header {
    padding: 14px 30px 5px;
}
    
    .enroll-form .form-group .form-control {
    padding: 7px 22px;
    font-size: 12px;
}
    
    .skill-content h2.site-title {
    font-size: 20px;
}
    .skill-content h3.site-title {
    font-size: 20px ! important;
}
    .pro-head {
    padding: 11px 25px ! important;
    font-size: 17px ! important;
}
    
    .skill-content p.text-white {
    font-size: 13px;
}
    
    .program-box-item {
        margin-bottom: 25px! important;
    }
    
    .tab_menu {
    display: none;
}
    
    .speedyui-hero h1 {
    line-height: 30px;
    font-size: 26px;
}
    .read-more span {
    background: #ffffff00;
    width: 177px;
    display: inline-block;
}
    
    .mrbtn h2 {
    font-size: 28px;
}
    .mrbtn p {
    font-size: 16px;
}
    
    .lftimg img.img-fluid {
    width: 100%;
    max-width: 100%;
    height: 278px;
    margin-left: 0px;
}
    .rgtimg {
    margin: 0px 0px 0px 0px;
    padding: 7px 0px 0px 0px;
}
    .section-padding {
    padding: 17px 0 0px! important;
}
    
    section.product-section {
    padding: 23px;
}
    
    .rgtimg img.img-fluid {
    width: 100%;
}
    
    section.product-section-1 {
    padding: 0px;
            margin: 5px 13px 0px;
}
    section.visn-msn {
    padding: 0px;
}
    
    vision {
    padding: 24px;
}
.mision {
    padding: 28px;
    margin-top: 22px;
    margin-bottom: 46px;
}
    
    .mision::before {
    height: 284px;
}
    
    section.product-section-1::before {
            width: 100%;
        height: 673px;
        left: 0px;
        top: -3px;
}
    
    .footer-contact-info {
    padding: 30px;
    margin-top: -51px;
     margin-bottom: 21px;
}
    
    .float {
    left: 2px! important;
}

    .footer-widget-content.style-left {
    position: relative;
    margin-left: 0px;
}
    .emlside li {
    font-size: 12px;
}
 .vdbt video {
        background: #ffffff;
        height: 191px ! important;
        width: 330px ! important;
        padding: 3px ! important;
        border-radius: 19px;
    } 
    
    .py-3 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}
    nav.navbar {
    margin: 0px 26px;
}
    .navbar-brand {
    padding: 1px;
}
    
    .send-enq {
    display: block;
    margin: 15px auto 0;
    float: none;
    border: 2px solid #fff;
    color: #2a3c7e;
    padding: 7px 13px;
    border-radius: 27px;
    background: #fcc429;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: center;
    width: fit-content;
}
    
}
@media only screen and (max-width: 500px) {
    
    .lftimg img.img-fluid {
        width: 100%;
        max-width: 100%;
        height: 315px;
        margin-left: 0px;
    }
}


@media only screen and (max-width: 320px) {
    .conatctpage {
        height: 108px ! important;
    }
    .vdbt video {
        background: #ffffff;
        height: 165px ! important;
        width: 286px ! important;
        padding: 3px ! important;
        border-radius: 19px;
    }
    .btmpd::before {
        width: 100%;
        height: 557px;
        top: -221px;
        left: 0px;
    }
    .lftimg img.img-fluid {
        width: 100%;
        max-width: 100%;
        height: 232px;
        margin-left: 0px;
    }
}


.emlside li marquee.marq {
    margin: -8px;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
        font-family: "Noto Sans", sans-serif;
}
.followside ul li {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    padding-top: 2px;
}

.hero-content h3 {
    background: #2a3c7e;
    color: #fcc429;
    font-size: 15px;
    display: inline-block;
    padding: 3px 20px;
    border-radius: 18px;
    font-weight: 600;
    font-family: "Poppins", Sans-serif;
    margin-bottom: 9px;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
}

.vdbt video {
    background: #ffffff;
    height: 339px;
    width: 584px;
    padding: 11px;
    border-radius: 19px;
}

/*================*/
.tab_menu {
    width: 100%;
    height: 110px;
    background: #fff;
    float: left;
    border-radius: 10px;
    margin-top: -3px;
    position: relative;
    z-index: 9;
    box-shadow: 0px 0 14px 0 rgba(0, 0, 0, .3);
    overflow: hidden;
    padding: 0 30px;
    margin-bottom: 31px;
}
.tab_menu ul {
    margin-top: 0px;
    padding: 0px;
}
.tab_menu ul li {
    width: 14.25%;
    float: left;
    padding: 25px 0;
    display: flex;
    justify-content: center;
}

.tab_menu ul li:nth-child(7), .tab_menu ul li:nth-child(5) {
    background: #25693a;
    transform: skew(-30deg);
    color: #fff;
}
.tab_menu ul li:nth-child(6) {
    background: #fda31b;
    transform: skew(-30deg);
    color: #fff;
}
.tab_menu ul li:nth-child(7), .tab_menu ul li:nth-child(5) {
    background: #2a3c7e;
    transform: skew(-30deg);
    color: #fff;
}

.tab_menu ul li:nth-child(7) a, .tab_menu ul li:nth-child(5) a {
    transform: skew(30deg);
    float: left;
    color: #fff;
}
.tab_menu ul li:nth-child(6) a {
    transform: skew(30deg);
    float: left;
    color: #fff;
}
.tab_menu ul li:nth-child(7) a, .tab_menu ul li:nth-child(5) a {
    transform: skew(30deg);
    float: left;
    color: #fff;
}
.tab_menu ul li span {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    float: left;
    color: #13235c;
        font-family: "Noto Sans", sans-serif;
}
span.icon img {
    height: 35px;
}

/*========end===========*/

/*========start===============*/
.fix {
    overflow: hidden;
}
.program-section {
    position: relative;
}
.section-padding {
    padding: 38px 0;
}
.program-box-item.style-2 {
    margin-top: 30px;
}

.program-box-item.style-3 {
       padding-bottom: 47px;
}
.program-box-item {
    position: relative;
    padding: 30px 25px;
    text-align: center;
    margin: 0 auto;
    transition: all 0.4s ease-in-out;
}
/*--- section one ---*/
.program-box-item {
    position: relative;
    padding: 91px 25px;
    text-align: center;
    margin: 0px auto;
    transition: all 0.4s ease-in-out;
    height: 424px;
}
@media (max-width: 1199px) {
  .program-box-item {
    max-width: 270px;
  }
}
.program-box-item.style-2 {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .program-box-item.style-2 {
    margin-top: 0;
  }
}
.program-box-item .top-bar {
  position: absolute;
  top: 6%;
  left: 5%;
}
.program-box-item .bottom-bar {
  position: absolute;
  bottom: 4%;
  right: 6%;
}
.program-box-item .program-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f7fae2;
  transition: all 500ms ease;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 270 415"><path  d="M266.635 105.431C274.311 176.95 266.908 248.735 263.609 320.284C259.954 420.782 249.844 414.018 168.521 415C144.157 414.919 119.893 411.303 95.5383 411.314C65.7162 410.995 22.2524 417.891 7.99049 379.399C1.20104 356.882 4.79076 332.188 3.23826 308.761C2.3856 284.736 2.39289 260.691 3.18731 236.663C4.35965 195.011 4.29918 153.364 1.35373 111.812C-4.38196 54.2207 6.90291 24.3347 58.5684 11.3871C72.3773 8.40348 86.4768 7.84665 100.497 7.66471C114.475 4.89105 128.485 2.20982 142.614 0.72643C157.825 -0.796209 173.111 0.421422 188.327 1.23868C210.539 2.2322 236.367 6.46137 248.737 30.5761C262.577 52.1915 264.75 79.483 266.635 105.431Z" /></svg>');
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.program-box-item .program-bg.bg-2 {
  background-color: #FFDEE4;
}
.program-box-item .program-bg.bg-3 {
  background-color: #E3E8FF;
}
.program-box-item .program-bg.bg-4 {
  background-color: #DBFFF9;
}
.program-box-item .program-icon {
  margin-bottom: 20px;
}
.program-box-item .program-content h3 {
    margin-bottom: 5px;
    font-size: 19px;
    color: #03081c;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
}
.program-box-item .program-content h3 a:hover {
  color: var(--theme-color);
}
.program-box-item .program-content p {
    margin-top: 13px;
    font-size: 16px;
    text-align: center;
    color: #000;
    font-family: "Noto Sans", sans-serif;
}
.program-box-item:hover {
  transform: translateY(-10px);
}

/*=========end==================*/


/*========visin mission================*/
#outer-1 {
     background-image: url(../img/bg-1.jpg); 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 11px 0px 34px;
     clear: both;
        background: #fff5ed;
}

.why-choose-v1-single {
    margin: 20px 0;
    color: #1a1919;
    background: #2a3c7e;
    padding: 9px;
    border-radius: 21px;
    min-height: 303px;
}
.why-choose-v1-single:hover {
    cursor: pointer;
    margin: 0px 0px;
    background: #333;
    transition: all 0.5s ease-out;
}
.why-choose-v1-single .media {
    overflow: visible;
    border: 1px solid #ecba30;
    padding: 50px 10px;
    border-radius: 20px;
    min-height: 286px;
}
.why-choose-v1-single .media-left {
    position: relative;
}
.media-left, .media>.pull-left {
    padding-right: 10px;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.why-choose-v1-single .media-left::before {
    width: 1px;
    height: 148px;
    position: absolute;
    content: "";
    top: 0;
    left: 30px;
    border-left: 1px dashed #f7f7f7;
    transition: all 0.4s ease 0s;
}
.why-choose-v1-single .icon {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    text-align: center;
    line-height: 60px;
    background: #2a3c7e;
    color: #fff;
    font-size: 28px;
    border-radius: 22%;
    position: relative;
    border: 2px solid #fff;
}
.media-body {
    width: 10000px;
}
.why-choose-v1-single .media-body h2 {
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-family: "Raleway", sans-serif;
}
.media-body P {
    font-size: 15px;
    /* font-weight: 500; */
    color: #fff;
    letter-spacing: 0.4px;
    text-align: justify;
    font-family: "Noto Sans", sans-serif;
}

.infotechno-blog-list li {
    position: relative;
    font-size: 14px;
    /* font-weight: 500; */
    padding: 0 0 0 0px;
    margin-top: 5px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    display: flex;
    align-items: baseline;
    gap: 4px;
    font-family: "Noto Sans", sans-serif;
}
.infotechno-blog-list li .fa {
    font-weight: 400;
}

ul.infotechno-blog-list {
    padding-left: 0;
}
/*========visin mission==end==============*/


/*----------------*/
.products {
    /* background-color: #ececec; */
    padding: 15px 30px 44px 30px;
    border-radius: 60px;
    /* max-width: 1220px; */
    margin: 3px auto 0px auto;
    z-index: 1;
    position: relative;
}
.pro-cat-box {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0px 3px 15px rgb(0 0 0 / 47%);
    position: relative;
}

.pro-cat-box-1 {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 47%);
    position: relative;
}

.pro-head {
    background-color: #ffffff;
    padding: 18px 25px;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-family: "Raleway", sans-serif;
}
.pro-cat-box img.img-fluid {
    object-fit: cover;
    width: 100%;
}
.sector-viewmre {
    text-align: center;
}
.readbnt a {
    background-color: #fe0001;
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    text-decoration: none;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 50px 50px 50px 50px;
    padding: 10px 24px 10px 27px;
    display: inline-block;
    margin-top: 10px;
}
/*================*/



/*=========form========*/

/*====================
32. Enroll css 
======================*/

.enroll-area{
  position: relative;
  background-image: url(../image/form-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
        padding: 67px;
}

.enroll-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #0c4d7deb;
    /* opacity: .8; */
    width: 100%;
    height: 100%;
    z-index: -1;
}
.enroll-left{
  margin-right: 30px;
}

.enroll-form{
  background: #fff;
  border-radius: 80px 80px 80px 0;
  box-shadow: var(--box-shadow);
}

.enroll-form form{
  padding: 30px;
}

.enroll-form-header {
    background: #fda31b;
    border-radius: 50px 50px 50px 0;
    padding: 20px 30px;
}

.enroll-form-header h3{
  color: #fff;
        font-family: 'Montserrat', sans-serif;
    font-family: "Raleway", sans-serif;
}

.enroll-form-header p{
  color:#fff;
}

.enroll-form .form-group {
  margin-bottom: 20px
}

.enroll-form .form-group .form-control {
  padding: 16px 22px;
  font-size: 16px;
  border-radius: 12px;
  color: #6C757D;
  background-color: #e1e1e1;
  border: none;
  box-shadow: none;
        font-family: 'Montserrat', sans-serif;
    font-family: "Noto Sans", sans-serif;
}

.enroll-form .form-group .form-select{
  padding: 15px 22px;
  background-color: #f2f3f5;
  color: #6C757D;
  border: none;
  box-shadow: none;
  border-radius: 8px;
}

.theme-btn {
    font-size: 14px;
    color: #fff;
    padding: 14px 20px;
    transition: var(--transition);
    text-transform: uppercase;
    position: relative;
    border-radius: 50px 50px 50px 0;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background: #fda31b;
    box-shadow: var(--box-shadow);
    z-index: 1;
        font-family: 'Montserrat', sans-serif;
    font-family: "Noto Sans", sans-serif;
}

.theme-btn:hover::before {
    transform: translateY(-50%) translateX(-50%) scale(1);
}
.theme-btn::before {
    content: "";
    height: 300px;
    width: 300px;
    background: #2a3c7e;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}
.theme-btn i {
    margin-left: 5px;
}



@media all and (max-width: 991px) {
  .enroll-left{
    margin-right: 0px;
  }
}



/* ===================
33. Skill css 
====================== */

.progress-box {
  margin: 14px 0;
  position: relative;
  z-index: 1;
}


.progress-box:last-child {
  margin-bottom: 0;
}

.progress-box h5 {
    color: #fff;
    font-size: 18px;
    /* text-transform: uppercase; */
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 9px;
        font-family: 'Montserrat', sans-serif;
    font-family: "Raleway", sans-serif;
}
.progress-box p {
    color: #fff;
    margin-bottom: 0px;
}
.progress-box p a{color: #fff;}

.progress-box .progress {
  height: 8px;
  background: var(--color-white);
  border-radius: 50px;
}

.progress-box .progress .progress-bar {
  background: var(--theme-color2);
}

.skill-content h2.site-title {
    color: #fcc429;
    font-weight: 600;
        font-family: 'Montserrat', sans-serif;
    font-family: "Raleway", sans-serif;
}

.skill-content h3.site-title {
    color: #fcc429;
    font-weight: 600;
    font-size: 24px;
        font-family: 'Montserrat', sans-serif;
    font-family: "Raleway", sans-serif;
}

/*================form end========*/

.footer-widget-menu ul {
    padding-left: 0;
}

.footer-logo {
    text-align: center;
}

/* Floating Social Icons Start */
        
.sticky-social {
    position: fixed;
    top: 200px;
    left: -82px;
    padding: 0px;
    margin: 0px;
    z-index: 999;
}
        
        .social {
            list-style: none;
        }
        
        .social li {
    padding: 2px 13px 2px;
    font-size: 17px;
    transition: all 0.8s ease-in-out;
    margin: 9px -68px;
    border-radius: 8px;
    line-height: 34px;
    background: #e6af18e6;
    font-weight: 500;
}
        
        .social li:hover {
    margin-left: 37px;
    z-index: 99900;
}
.social li a {
    color: #2a3c7e;
}
        
        .social li:hover .fa {
    margin-right: 10px;
    z-index: 99900;
    color: #2a3c7e;
}
        
        .fa1 {
            color:#2a3c7e;
            transition: all 0.8s ease-in-out;
            font-family: 'FontAwesome';
        }
        
        .fb {
            background-color: #3C5A98;
        }
        
        .twitter {
            background-color: #1EA1F2;
        }
        
        .insta {
            background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
        }
        
        .pin {
            background-color: #CB2128;
        }
        
        .vim {
            background-color: #59BFBE;
        }
        /*--end side social icon--*/



/*---contact-----*/
section.contpage {
    padding: 0px;
        background: #000;
}

section.contpage-1 {
    padding: 47px;
    background: #ffffff;
}
.contpage-1 .row-1 {
    padding: 50px 90px 0px;
}

.contpage .row-1 {
    padding: 50px 90px 0px;
}


.contpage-1 .row-3 {
    background: #2a3c7eeb;
    padding: 70px 35px 70px;
    border-radius: 44px;
    margin-bottom: 52px;
}

.contact__card {
    border: 1px solid #b4b9b6;
    border-radius: 10px;
    transform: translateY(0);
    transition: all .3s;
    padding: 30px 20px;
    height: 182px;
    margin-bottom: 43px;
    background: #ffffff;
    box-shadow: inset 0px 0px 10px #676c68;
}
.contact__card__icon {
    margin-top: -59px;
}
.contact__card h4 {
    font-size: 19px;
    font-family: 'Montserrat', sans-serif;
    color: #32383A;
    margin: 19px 0px 15px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
}
.contact__card p {
    text-align: center;
    color: #000000;
    font-size: 15px;
    line-height: 1.4;
    
}

.contact__card p a{color: #000;}

.primery-heading strong.filltext {
    font-size: 76px;
    -webkit-text-fill-color: #1c111117;
    position: absolute;
    left: 0;
    top: -31px;
    z-index: -1;
}

.contpage .row-2 {
    
    padding: 26px 0px 45px;
    border-radius: 0px;
}
.primery-heading {
    position: relative;
    z-index: 2;
    margin-top: 0px;
}
.contact__card__icon i.fa {
    border: 1px solid #2a3c7e;
    font-size: 21px;
    padding: 11px;
    width: 53px;
    border-radius: 10px;
    background: #2a3c7e;
    color: #fcc429;
}

.primery-heading h2 {
    font-size: 38px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 21px;
    
}

.primery-heading h2::before {
    content: '';
    position: absolute;
    left: 0;
    border: 0;
    width: 84px;
    height: 1px;
    background: #fcc429;
    bottom: -10px;
}

h2.formhd {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 1.5rem;
    position: relative;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
        font-family: "Raleway", sans-serif;
}

.contact-form input, .contact-form textarea {
    border: 1px solid #cdcdcd;
    padding: 9px;
    margin-bottom: 19px;
    background: #f9f9f9;
    border-radius: 23px;
    width: 100%;
    font-family: "Noto Sans", sans-serif;
}

.subscribe-btn {
    padding: 13px 22px;
    background: #fcc429;
    border-radius: 5px;
    color: #2a3c7e;
    border: 1px solid transparent;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.contact__card:hover {
    transform: translateY(-5px);
    transition: all .3s;
    box-shadow: 4px 8px 16px rgba(0, 0, 0, 0.1);
}

.conatctpage{background-image: url(../image/conatct-bnr.jpg);
background-size: cover;
height: 364px;}
/*---contact css--------*/


/*=======whatsapp=====*/

.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 21px;
    left: 15px;
    background-color: #25D366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    z-index: 100;
    font-family: 'FontAwesome';
}

/*========whatsapp end=======*/


/*-----------------call popup-------------------*/
.call-btn {
    position: fixed;
    margin: 0;
    padding: 0;
    left: -14px;
    bottom: 62px;
    background: #fff;
    background-color: transparent;
    cursor: pointer;
    font-size: 0;
    width: 110px;
    height: 110px;
    z-index: 1000;
}

.call-btn .tada {
    background: #ff9002;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    animation-name: tada;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.call-btn .tada a:before {
    font-family: FontAwesome;
    content: "\f095";
    font-size: 17px;
    text-decoration: none;
    color: #fff;
    margin-left: 12px;
    position: absolute;
    top: 50%;
    margin-top: -13px;
}


@keyframes tada {
    from {
        transform: rotate(-20deg);
    }
    to {
        transform: rotate(20deg);
    }
}

.call-btn .pulse {
    width: 60px;
    height: 60px;
    background: rgba(255, 144, 2, 0.39);
    ;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    animation-name: pulse;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

@keyframes pulse {
    from {
        width: 55px;
        height: 55px;
        margin-top: -27.5px;
        margin-left: -27.5px;
    }
    to {
        width: 60px;
        height: 60px;
        margin-top: -30px;
        margin-left: -30px;
    }
}

.call-btn .zoomIn {
    width: 80px;
    height: 80px;
    border: 2px solid #ff9002;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    animation-name: zoomIn;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}

@keyframes zoomIn {
    from {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        margin-left: -20px;
    }
    to {
        width: 80px;
        height: 80px;
        margin-top: -40px;
        margin-left: -40px;
    }
}

@media screen and (max-width: 549px) {
    .call-btn {
        width: 80px;
        height: 80px;
    }
}
/*----------------call popu end----------------*/

.vsn img{
    border-radius: 0px 32px 32px 0px;
}

.msn img{
    border-radius: 32px 0px 0px 32px;
}

.container.vsn-msn {
    /* border: 7px solid #fcc429; */
    border-radius: 34px;
    padding: 21px;
    box-shadow: inset 0px 0px 190px #fcc4292b;
}
.misnlist ul {
    padding-left: 0px;
}
.misnlist ul li {
    font-family: Poppins, sans-serif;
    line-height: 27px;
    font-size: 15px;
        font-family: "Noto Sans", sans-serif;
}

.misnlist ul li i.anglearow {
    color: #fcc429;
    background: #2a3c7e;
    padding: 5px;
    width: 20px;
    height: 20px;
    line-height: 12px;
}

.row.btmpd.quote {
    padding-bottom: 70px;
}

/*------chairman message--------*/
section.welcome-section.director-dsk img.img-fluid {
    border-radius: 24px;
    border: 5px solid #e1d9d9;
}

    
section.welcome-section.director-dsk {
    padding: 47px 40px 47px;
    border: 5px solid #fda31b;
    position: relative;
    background: #fff5ed;
}

.welcome-section.director-dsk .title-column h2 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 25px;
    color: #01101a;
    font-weight: 500;
     text-transform: capitalize; 
    font-family: 'Poppins', sans-serif;
    text-align: left;
    font-style: italic;
    padding-top: 24px;
    font-family: "Noto Sans", sans-serif;
}
.welcome-section {
    position: relative;
    padding: 47px 0 47px;
    background-size: cover;
    background-position: center;
    border-radius: 49px;
    background: #ececec;
    margin: 57px 80px;
}

.welcome-section .text-column .inner-column {
    padding: 16px 43px;
    padding-left: 35px;
    border-left: 2px solid #fda31b;
}
section.welcome-section.director-dsk span.msg {
    font-size: 100px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #ededed;
    letter-spacing: 5px;
    top: -50px;
    position: relative;
}

.welcome-section .text-column .text {
    font-size: 16px;
    line-height: 28px;
    color: var(--e-global-color-text);
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    font-family: "Noto Sans", sans-serif;
}

section.welcome-section.director-dsk .abhead {
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding-bottom: 9px;
    color: #2a3c7e;
    /* text-transform: uppercase; */
    position: absolute;
    top: 74px;
    font-family: "EB Garamond", serif;
}

.abhead span {
    color: #fda31b;
    font-weight: 600;
}

hr.dr-4 {
    width: 105px;
    border: 1px solid #fda31b;
    margin-top: -87px;
    margin-left: 0pc;
    opacity: 1;
}
    

section.welcome-section.director-dsk h3 {
    font-size: 22px;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    padding-top: 0px;
    font-weight: 600;
    /* color: #01101a; */
    font-family: "Noto Sans", sans-serif;
}
    
section.welcome-section.director-dsk h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 27px;
    color: #2a3c7e;
    text-align: left;
    text-transform: uppercase;
    padding-top: 15px;
    font-family: 'Montserrat', sans-serif;
    font-family: "EB Garamond", serif;
}
/*--------chairmain message end-------------------*/


.misnlist h2 {
    font-weight: 600;
    line-height: 45px;
    color: #2a3c7e;
    font-size: 37px;
    position: relative;
    padding-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    font-family: "EB Garamond", serif;
}

.misnlist h2 span{color: #fda31b;
    font-weight: 600;}



/*=======gallery css========*/
		.product-img {
    position: relative;
    background: #000;
    /* float: left; */
    /* margin: 15px; */
    box-sizing: border-box;
    overflow: hidden;
/*    box-shadow: 0 5px 10px rgb(0 0 0 / 80%);*/
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    border-radius: 20px 20px 0px 0px;
}
.product-img:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    transition: 0.5s;
    transform: scaleX(0);
    opacity: 0;
}
.product-img-section{
    z-index: 99;
    position: relative;
    display: block;
}
.product-img .product-img-section {
    position: relative;
}
.product-img .product-img-section img {
    width: 100%;
    transition: 0.5s;
}
.product-img .product-img-content {
    position: absolute;
    /*width: 100%;
    top: 50%;*/
    /*transform: translateY(-50%);*/
    z-index: 2;
   /* padding: 20px;*/
    box-sizing: border-box;
    text-align: center;
}
.product-img .product-img-content .fa{
    font-size: 34px;
    font-style: inherit;
    color: #fff;
    font-weight: 100;
}

.product-img:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    transition: 0.5s;
    transform: scaleY(0);
    opacity: 0;
}
.product-img .product-img-content h2 {
    margin: 0 0 10px;
    padding: 0;
    color: #fff;
    transition: 0.5s;
    transform: translateY(-50px);
    opacity: 0;
    visibility: hidden;
}

.product-img:hover .product-img-section img {
    opacity: .2;
    transform: scale(1.2);
}
.product-img:hover .product-img-content h2, .product-img:hover .product-img-content P {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
.product-img:hover:before {
    transform: scaleX(1);
    opacity: 1;
}
.event-text {
    margin-bottom: 25px;
}
.event-text h2 {
    text-align: center;
    color: #000;
    font-size: 19px;
    font-weight: 500;
    line-height: 28px;
}
.event-text h2 a{
    color: #000;
    transition: 0.4s;
font-family: "Titillium Web", serif;
    font-size: 20px;
}
.event-text h2 a:hover{
    color: #e31e24;
    transition: 0.4s;
}
.product-img:hover:after {
    transform: scaleY(1);
    opacity: 1;
}
	section.gallry {
    background: #fff5ed;
    padding: 64px 29px 37px;
    margin: 71px;
    border-radius: 51px;
}
        
       
/*-----gallery css end-------*/



/* Carousel heading */
.heading {
  display: block;
  text-align: center;
}

/* Container for the entire carousel */
.multi-carousel-container {
  cursor: grab;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

/* Cursor styles for dragging */
.multi-carousel-container.dragging,
#multiCarousel.dragging {
  cursor: grabbing;
}

/* Wrapper for all slides */
.multi-carousel-inner {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Individual slide */
.multi-carousel-item,
.clone {
  box-sizing: border-box;
  flex: 0 0 33.333333%;
  padding: 0 5px;
  position: relative; /* Essential for item-number positioning */
}

/* Control buttons */
.multi-carousel-control-prev,
.multi-carousel-control-next {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  position: absolute;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
  width: 40px;
  z-index: 10;
}

.multi-carousel-control-prev:hover,
.multi-carousel-control-next:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.multi-carousel-control-prev {
  left: 10px;
}

.multi-carousel-control-next {
  right: 10px;
}

/* Image container with dynamic height */
.img-container {
  border-radius: 1.5rem;
  height: var(--carousel-height, 80vh);
  overflow: hidden;
  position: relative;
}

/* Image styling */
.img-container img,
#carouselInner img {
  height: 100%;
  object-fit: cover;
  object-position: top;
  pointer-events: none;
  user-drag: none;
  width: 100%;
  -webkit-user-drag: none;
  transition: transform 0.3s ease;
}

.img-container:hover img {
  transform: translateZ(0) scale(1.02);
}

/* Item number styling - guaranteed visibility */
.item-number {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  display: inline-flex;
  font-size: 120%;
  font-weight: bold;
  height: 35px;
  justify-content: center;
  left: 1rem;
  position: absolute;
  top: 1rem;
  width: 35px;
  z-index: 2; /* Higher than default but below controls */
  /* Isolation prevents z-index context issues */
  isolation: isolate;
}

/* Carousel cursor styling */
#multiCarousel {
  cursor: grab;
  touch-action: pan-y;
}

/* Disable text selection during drag */
#multiCarousel.dragging {
  user-select: none;
  -webkit-user-select: none;
}

/* Responsive adjustments for screens smaller than 720px (45em) */
@media (max-width: 45em) {
  .multi-carousel-item,
  .clone {
    flex: 0 0 100%;
  }
    
    
    
    