@font-face {
   font-family: 'Plus Jakarta Sans';
   src: url('../fonts/all-fonts/PlusJakartaSans-ExtraLightItalic.woff2') format('woff2'), url('../fonts/all-fonts/PlusJakartaSans-ExtraLightItalic.woff') format('woff');
   font-weight: 200;
   font-style: italic;
   font-display: swap;
}

@font-face {
   font-family: 'Plus Jakarta Sans';
   src: url('../fonts/all-fonts/PlusJakartaSans-BoldItalic.woff2') format('woff2'), url('../fonts/all-fonts/PlusJakartaSans-BoldItalic.woff') format('woff');
   font-weight: bold;
   font-style: italic;
   font-display: swap;
}

@font-face {
   font-family: 'Plus Jakarta Sans';
   src: url('../fonts/all-fonts/PlusJakartaSans-Bold.woff2') format('woff2'), url('../fonts/all-fonts/PlusJakartaSans-Bold.woff') format('woff');
   font-weight: bold;
   font-style: normal;
   font-display: swap;
}

@font-face {
   font-family: 'Plus Jakarta Sans';
   src: url('../fonts/all-fonts/PlusJakartaSans-ExtraBold.woff2') format('woff2'), url('../fonts/all-fonts/PlusJakartaSans-ExtraBold.woff') format('woff');
   font-weight: bold;
   font-style: normal;
   font-display: swap;
}

@font-face {
   font-family: 'Plus Jakarta Sans';
   src: url('../fonts/all-fonts/PlusJakartaSans-ExtraBoldItalic.woff2') format('woff2'), url('../fonts/all-fonts/PlusJakartaSans-ExtraBoldItalic.woff') format('woff');
   font-weight: bold;
   font-style: italic;
   font-display: swap;
}

@font-face {
   font-family: 'Plus Jakarta Sans';
   src: url('../fonts/all-fonts/PlusJakartaSans-ExtraLight.woff2') format('woff2'), url('../fonts/all-fonts/PlusJakartaSans-ExtraLight.woff') format('woff');
   font-weight: 200;
   font-style: normal;
   font-display: swap;
}

@font-face {
   font-family: 'Plus Jakarta Sans';
   src: url('../fonts/all-fonts/PlusJakartaSans-Medium.woff2') format('woff2'), url('../fonts/all-fonts/PlusJakartaSans-Medium.woff') format('woff');
   font-weight: 500;
   font-style: normal;
   font-display: swap;
}

@font-face {
   font-family: 'Plus Jakarta Sans';
   src: url('../fonts/all-fonts/PlusJakartaSans-SemiBold.woff2') format('woff2'), url('../fonts/all-fonts/PlusJakartaSans-SemiBold.woff') format('woff');
   font-weight: 600;
   font-style: normal;
   font-display: swap;
}

@font-face {
   font-family: 'Plus Jakarta Sans';
   src: url('../fonts/all-fonts/PlusJakartaSans-MediumItalic.woff2') format('woff2'), url('../fonts/all-fonts/PlusJakartaSans-MediumItalic.woff') format('woff');
   font-weight: 500;
   font-style: italic;
   font-display: swap;
}

@font-face {
   font-family: 'Plus Jakarta Sans';
   src: url('../fonts/all-fonts/PlusJakartaSans-Light.woff2') format('woff2'), url('../fonts/all-fonts/PlusJakartaSans-Light.woff') format('woff');
   font-weight: 300;
   font-style: normal;
   font-display: swap;
}

@font-face {
   font-family: 'Plus Jakarta Sans';
   src: url('../fonts/all-fonts/PlusJakartaSans-LightItalic.woff2') format('woff2'), url('../fonts/all-fonts/PlusJakartaSans-LightItalic.woff') format('woff');
   font-weight: 300;
   font-style: italic;
   font-display: swap;
}

@font-face {
   font-family: 'Plus Jakarta Sans';
   src: url('../fonts/all-fonts/PlusJakartaSans-Italic.woff2') format('woff2'), url('../fonts/all-fonts/PlusJakartaSans-Italic.woff') format('woff');
   font-weight: normal;
   font-style: italic;
   font-display: swap;
}

@font-face {
   font-family: 'Plus Jakarta Sans';
   src: url('../fonts/all-fonts/PlusJakartaSans-Regular.woff2') format('woff2'), url('../fonts/all-fonts/PlusJakartaSans-Regular.woff') format('woff');
   font-weight: normal;
   font-style: normal;
   font-display: swap;
}

@font-face {
   font-family: 'Plus Jakarta Sans';
   src: url('../fonts/all-fonts/PlusJakartaSans-SemiBoldItalic.woff2') format('woff2'), url('../fonts/all-fonts/PlusJakartaSans-SemiBoldItalic.woff') format('woff');
   font-weight: 600;
   font-style: italic;
   font-display: swap;
}

/*Global-css-start*/
body {
   font-size: 15px;
   font-weight: 400;
   color: #000;
   background-color: #fff;
   scroll-behavior: smooth;
   font-family: 'Plus Jakarta Sans';
}

h1, h2, h3, h4, h5, h6 {
   color: #333;
   font-weight: 400;
}

strong {
   font-weight: 800;
   color: #000;
}

a {
   text-decoration: none !important;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
   color: #000;
   font-weight: 400;
}

a:hover, a:focus {
   text-decoration: none;
   outline: none;
   cursor: pointer;
   color: inherit;
}

.btn.focus, .btn:focus {
   outline: 0;
   box-shadow: none;
}

button {
   color: inherit;
   border: none;
}

p {
   margin-bottom: 0.5rem;
   font-size: 15px;
   font-weight: 400;
   color: #5C5D5E;
   line-height: 26px;
}

ul, li {
   margin: 0;
   padding: 0;
   list-style-type: none !important;
}

ul {
   padding-left: 0 !important;
}

hr {
   background-color: #333;
   opacity: 1;
}

.form-select:focus, .form-control:focus {
   box-shadow: none !important;
   border-color: #ccc;
}

.dropdown-item:focus, .dropdown-item:hover {
   background-color: inherit;
   color: inherit;
}

label {
   margin-bottom: 5px;
}

textarea {
   resize: none;
}

input:focus, button:focus, textarea:focus {
   outline: none;
   box-shadow: none;
}

img {
   max-width: 100%;
   height: auto;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
   -webkit-appearance: none;
   margin: 0;
}

.title {
   font-size: 36px;
   color: #444;
   font-weight: 700;
   position: relative;
   padding-bottom: 15px;
   margin-bottom: 1.5rem;
   text-transform: capitalize;
}

.spacetp {
   padding-top: 70px;
   padding-bottom: 70px;
}

.thm-btn {
   display: inline-block;
   padding: 10px 35px;
   color: #fff;
   background-color: #03AED2;
   border-radius: 5px;
   font-size: 15px;
   font-weight: 600;
   position: relative;
   overflow: hidden;
   z-index: 9;
   text-transform: uppercase;
   margin-top: 1rem;
}

.thm-btn::after {
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   right: 0;
   bottom: 0;
   transform: scaleX(0);
   transform-origin: right;
   transition: all 0.7s linear;
   transition-timing-function: cubic-bezier(.075, .82, .165, 1);
   transition-property: transform;
   background: #30373f;
   border: 1px solid #30373f;
   z-index: -9;
   border-radius: 5px;
}

.thm-btn:hover::after {
   transform: scaleX(1);
   transform-origin: left;
}

.thm-btn:hover {
   color: #fff;
}

input[type=number] {
   -moz-appearance: textfield;
}

.img-40 {
   height: 40px;
   width: 40px;
   border-radius: 50px;
}

.tp-header {
   background-color: #30373f;
   padding: 10px 0;
}

.tp-header .main-header-lft a {
   display: inline-block;
   height: 30px;
   width: 30px;
   line-height: 30px;
   text-align: center;
   background-color: #03AED2;
   color: #30373f;
   border-radius: 50px;
   margin-right: 5px;
   transition: 0.3s;
}

.tp-header .main-header-lft a:hover {
   background-color: #fff;
   color: #03AED2;
}

.main-header-rgt a {
   display: inline-block;
   margin-left: 10px;
   color: #fff;
   font-size: 15px;
   font-weight: 600;
}

.main-header-rgt a:hover {
   color: #03AED2;
   text-decoration: underline !important;
}

.sticky-header {
   box-shadow: 0px 0px 5px 0px rgb(72 72 72 / 50%);
   animation: 0.75s ease 0s normal forwards 1 running headerSlideDown;
   transition: 0.1s;
}

@keyframes headerSlideDown {
   0% {
      margin-top: -100px;
   }

   100% {
      margin-top: 0;
   }

}

.sticky-header .tp-header {
   display: none;
}

.main-header .custom-navabr {
   background-color: #fff;
}

.main-header .custom-navabr .navbar-brand img {
   width: 60px;
}

.main-header .custom-navabr .nav-item {
   margin-left: 15px;
}

.main-header .custom-navabr .nav-item .nav-link {
   font-size: 13px;
   font-weight: 600;
   color: #30373f;
   text-transform: capitalize;
   transition: 0.2s;
   position: relative;
   padding: 0;
}

.main-header .custom-navabr .nav-item .nav-link::after {
   position: absolute;
   content: "";
   width: 0;
   height: 1px;
   background-color: #03AED2;
   transition: all 0.5s ease;
   left: 0;
   right: 0;
   margin: 0 auto;
   bottom: 0;
   opacity: 0;
}

.main-header .custom-navabr .nav-item .nav-link:hover::after, .main-header .custom-navabr .nav-item .nav-link.active::after {
   width: 100%;
   opacity: 1;
}

.main-header .custom-navabr .nav-item .nav-link:hover, .main-header .custom-navabr .nav-item .nav-link.active {
   color: #03AED2;
}

.banner-slide-innr {
   background-repeat: no-repeat;
   background-position: center;
   height: 500px;
   background-size: cover;
   position: relative;
   z-index: 99;
   display: flex;
   align-items: center;
}

.banner-slide-innr::after {
   position: absolute;
   content: '';
   left: 0;
   top: 0;
   height: 100%;
   width: 100%;
   background-color: rgb(0 0 0 / 50%);
   z-index: -9;
}

.banner-slide-innr .bannr-content h2 {
   font-size: 60px;
   color: #fff;
   font-weight: 600;
   text-align: center;
   line-height: 80px;
}

.banner-slide.owl-theme .owl-nav {
   margin-top: -60px;
   position: relative;
}

.banner-slide.owl-theme .owl-nav button span.arrow {
   height: 40px;
   width: 40px;
   text-align: center;
   line-height: 40px;
   background-color: #03AED2;
   color: #fff;
   border-radius: 50px;
   margin-right: 5px;
   font-size: 15px;
   transition: 0.2s;
   display: inline-block;
}

.banner-slide.owl-theme .owl-nav button span.arrow:hover {
   background-color: #30373f;
}

.about-content h4 {
   font-size: 22px;
   font-weight: 700;
   color: #30373f;
   margin-bottom: 15px;
}

.about-img img {
   width: 100%;
   border-radius: 10px;
}

.about-content .highlights-lst li {
   position: relative;
   padding-left: 30px;
   color: #000;
   margin-bottom: 15px;
   font-size: 16px;
   font-weight: 500;
}

.about-content .highlights-lst li:before {
   content: '\f058';
   position: absolute;
   top: 50%;
   font-family: "Font Awesome 5 Pro";
   font-size: 20px;
   color: #03AED2;
   left: 0;
   transform: translateY(-50%);
   font-weight: 600;
}

.courses-card {
   background-color: #f5f6fa;
   border-radius: 10px;
}

.course-content {
   padding: 10px;
   text-align: center;
}

.courses-card img {
   border-radius: 10px 10px 0 0;
   width: 100%;
   height: 200px;
   object-fit: cover;
   object-position: left;
}

.courses-card .course-content h4 {
   font-size: 20px;
   font-weight: 700;
   color: #03AED2;
   margin-bottom: 0;
}

.our-faculty {
   background-color: #f5f6fa;
}

.our-faculty .faculty-innr .table td {
   vertical-align: baseline;
}

.hmg-vds-sec {
   background-color: #e9eff8;
}

.hmg-vds-sec .title {
   font-size: 22px;
}

.hmg-vds-sec-left ul li {
   position: relative;
}

.hmg-vds-sec-left ul {
   height: 280px;
   overflow-y: auto;
}

.hmg-vds-sec-left ul li a {
   display: block;
   position: relative;
   padding-left: 20px;
   font-size: 14px;
   border-bottom: 1px dashed #444;
   margin-bottom: 15px;
   padding-bottom: 15px;
}

.hmg-vds-sec-left ul li a:hover {
   color: #03AED2;
   border-color: #03AED2;
}

.hmg-vds-sec-left ul li a:before {
   position: absolute;
   content: '\f061';
   left: 0;
   font-family: "Font Awesome 5 Pro";
}

.hmg-vds-sec-left ul li a strong {
   text-align: right;
   display: block;
   font-size: 12px;
   margin-top: 10px;
}

.hmg-vds-sec-inner {
   position: relative;
}

.hmg-vds-sec-inner video {
   width: 100%;
   border-radius: 20px;
   height: 405px;
   object-fit: cover;
}

.hmg-vds-sec-inner .ply-btn {
   background-color: #03AED2;
   color: #fff;
   display: flex;
   width: 60px;
   height: 60px;
   font-size: 20px;
   border-radius: 50%;
   align-items: center;
   justify-content: center;
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   border: none !important;
   outline: none !important;
   z-index: 99;
}

.hmg-vds-sec-right ul li {
   background-color: #fff;
   box-shadow: 0 0 5px 0 #ccc;
   padding: 10px;
   border-radius: 6px;
   margin: 0 1px;
   font-size: 14px;
   margin-bottom: 15px;
}

.hmg-vds-sec-right ul li strong {
   font-size: 12px;
}

.hmg-vds-sec-right ul {
   height: 320px;
}

.hmg-vds-sec-right ul li img {
   width: 100%;
   border-radius: 6px;
   margin-bottom: 7px;
   height: 115px;
   object-fit: cover;
}

.hmg-vds-sec-right ul li a:hover {
   color: #03AED2;
}

.gallery ul li .gallery-img {
   margin-bottom: 10px;
   position: relative;
}

.gallery ul li .gallery-img img {
   width: 100%;
   height: 300px;
   object-fit: cover;
   border-radius: 10px;
}

.gallery-overlay {
   position: absolute;
   bottom: 0;
   left: 0;
   background-color: rgb(0 0 0 / 50%);
   width: 100%;
   height: 100%;
   transform: scale(0);
   transition: 0.5s ease;
   border-radius: 10px;
   display: flex;
   justify-content: center;
   align-items: center;
}

.gallery ul li .gallery-img:hover .gallery-overlay {
   transform: scale(1);
}

.gallery-overlay a {
   display: inline-block;
   height: 40px;
   width: 40px;
   line-height: 40px;
   text-align: center;
   background-color: #03AED2;
   border-radius: 50px;
   color: #fff;
}

.cta-sec {
   background-image: url(../images/contact-bg.png);
   background-repeat: no-repeat;
   background-size: cover;
   position: relative;
}

.cta-sec:after {
   position: absolute;
   content: '';
   left: 0;
   top: 0;
   height: 100%;
   width: 100%;
   background-color: rgb(0 0 0 / 50%);
}

.cta-sec .container {
   position: relative;
   z-index: 999;
}

.cta-frm {
   background-color: #fff;
   padding: 45px;
   border-radius: 5px;
}

.cta-frm h4 {
   font-size: 35px;
   font-weight: 700;
   color: #03AED2;
   margin-bottom: 30px;
   text-transform: capitalize;
}

.cta-frm .frm-bx .form-control, .cta-frm .frm-bx .form-select {
   height: 52px;
   border: 1px solid transparent;
   background-color: #f6f4f5;
   border-radius: 0;
}

.cta-frm .frm-bx textarea.form-control {
   height: 150px;
}

.cta-frm .frm-bx .form-control:focus, .cta-frm .frm-bx .form-select:focus {
   border-color: #03AED2;
}

.thm-footer {
   background-color: #252628;
   padding-bottom: 0;
}

.ftr-head {
   font-size: 20px;
   font-weight: 600;
   color: #fff;
   text-transform: uppercase;
   letter-spacing: 0.5px;
   margin-bottom: 15px;
}

.thm-footer .social-media a {
   display: inline-block;
   height: 35px;
   width: 35px;
   line-height: 35px;
   border: 1px solid #fff;
   text-align: center;
   border-radius: 2px;
   margin-right: 5px;
   color: #fff;
   transition: 0.3s;
   margin: 10px 0;
}

.thm-footer .social-media a:hover {
   background-color: #03AED2;
   color: #fff;
   border-color: #03AED2;
   transform: translateY(-3px);
}

.thm-footer .ftr-lnk li {
   margin-bottom: 10px
}

.thm-footer .ftr-lnk li a {
   display: inline-block;
   color: #fff;
   font-size: 15px;
   transition: 0.3s;
}

.thm-footer .ftr-lnk li a:hover {
   color: #03AED2;
   text-decoration: underline;
}

.ftr-contact li {
   margin-bottom: 10px;
}

.ftr-contact li strong {
   color: #fff;
}

.ftr-contact li p {
   color: #fff;
}

.ftr-contact li a {
   color: #fff;
}

.ftr-contact li a:hover {
   color: #03AED2;
   text-decoration: underline;
}

.ftr-subscribe h6 {
   font-size: 16px;
   font-weight: 600;
   padding-bottom: 20px;
}

.ftr-subscribe .bg-btn {
   border: 3px solid #fff;
}

.ftr-subscribe .thm-btn {
   margin-top: 0;
   border-radius: 5px;
}

.ftr-subscribe .form-control {
   border-right-color: transparent;
}

.copyright {
   padding-top: 10px;
   padding-bottom: 10px;
   background-color: #383f4f;
   margin-top: 4rem;
}

.getin-touch-content {
   background: #03AED2;
   padding: 60px 40px;
   border-radius: 10px;
   margin-bottom: 20px;
   border: solid 5px rgb(255 255 255 / 45%);
}

.getin-touch-content li {
   margin-bottom: 38px;
}

.getin-touch-content li h5 {
   font-size: 16px;
   font-weight: 500;
   margin-bottom: 8px;
}

.getin-touch-content li .ct-icon {
   margin-right: 20px;
}

.getin-touch-content li img {
   width: 30px;
}

.getin-touch-content li a:hover {
   text-decoration: underline;
}

.getin-touch-content li a {
   display: inline-block;
   color: #fff;
   font-size: 15px;
   letter-spacing: 1px;
   font-weight: 600;
}
