/*
Theme Name: C2 Developer Zone
Author: Team C2 Developer Zone
Version: 0.2
Author URI: https://c2developerzone.com
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

html{scroll-behavior: smooth;}
body {
    color: #444444;
    font-family: "Kumbh Sans", sans-serif;
    background: #fff;
}
p {
  color: #787777;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  line-height: 28px;
}
a {
  font-family: "Kumbh Sans", sans-serif;
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Alatsi", sans-serif;
  font-weight: 400;
  color: #353458;
}

a.theme-btn {
  margin: 4rem auto 0.5rem;
  display: inline-flex;
  color: #ffffff;
  padding: 0.8rem 1.6rem 0.8rem 1.6rem;
  border-radius: 3px;
  border: dashed 1px rgb(255 255 255 / 22%);
  transition: 0.3s ease;
  background: #017592;
  font-weight: 400;
  letter-spacing: 0.2px;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 17px;
}
a.theme-btn:hover {
    background: #FF9800;
}
section{
  position:relative;
}
.pd{
  padding: 0;
}
.pd-left{
  padding-left:0;
}
.pd-right{
  padding-right:0;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #37517e;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ea1826;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}

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


/*Topbar Sec*/

section.topbar-sec {
    padding: 10px 0;
    background: #0c475e;
}
.topbar-left a {
    padding: 2px 5px;
    display: inline-block;
    margin-right: 8px;
    font-family: "Monda", sans-serif;
}
.topbar-left a img {
    margin-right: 5px;
    height: 20px;
}
.topbar-left a:first-child {
    border-right: solid 1px #fff;
    padding-right: 16px;
}
.social-link {
    text-align: right;
}
.social-link a {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #4c4ab2;
    border: solid 1px #fff;
    margin: 0 3px;
    background: #fff;
    border-radius: 7px;
    font-size: 20px;
}
.topbar-left {
    display: flex;
    align-items: center;
    height: 100%;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  background: #ffffff;
  position: sticky;
  top: 0;
}
.header-col {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header.header-scrolled, #header.header-inner-pages {
    background: rgb(255 255 255);
    width: 100%;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}
.header-col .logo img {
 max-width: 95px;
}
.header-right {
    display: flex;
    align-items: center;
}
.search-button {
  border-radius: 0 26px;
  padding: 0px 0px 0px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #247789;
  color: #fff;
  border: none;
}
.search-button i {
  background: #ffa04e;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  padding: 20px;
  border-radius: 0 24px;
}
.topbar-wrapper {
    position: relative;
    padding-left: 3.5rem;
}
.topbar-wrapper span {
    position: absolute;
    left: 0;
    top: 44%;
    transform: translateY(-50%);
    font-size: 21px;
    width: 45px;
    height: 45px;
    background: #ffa04e;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.topbar-wrapper p {
    color: #353458;
    margin-bottom: 0rem;
}
.topbar-wrapper h5 {
    color: #017592;
    font-size: 22px !important;
    font-weight: 500;
    letter-spacing: -0.4px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

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

.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px 10px 15px;
  font-size: 17px;
  font-weight: 500;
  color: #080e1c;
  white-space: nowrap;
  transition: 0.3s;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  font-family: "Kumbh Sans", sans-serif;
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #ea1826;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #ea1826;
  font-weight: 600;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #31a9e1;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

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

.navbar .dropdown ul a {
    padding: 10px 20px;
    text-transform: none;
    color: #13192b;
    letter-spacing: -0.2px;
}

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

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #ea1826;
}

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

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

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

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
    background-color: #017592;
    width: 67px;
    height: 89px;
    clip-path: polygon(32% 0%, 100% 0, 100% 100%, 0% 100%);
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
	header#header .container {
    padding-right: 0;
}
    .mobile-nav-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
    }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(40, 58, 90, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #37517e;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ea1826;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #37517e;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

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

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

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

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #ea1826;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
  visibility: visible !important;
}



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

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

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 75px 0 70px;
    overflow: hidden;
}
.theme-heading-sec {
    margin-bottom: 2.6rem;
}
.theme-heading-sec h6 {
  color: #ff9b45;
  font-size: 18px;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 13px;
}
.theme-heading-sec h2 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 0.6rem;
  letter-spacing: -0.7px;
}
button.owl-prev, button.owl-next {
    border-radius: 100px;
    width: 44px;
    height: 44px;
    background: #1d9bce !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    font-size: 33px !important;
    position: relative;
    border: solid 3px #ffffff !important;
    box-shadow: 0 0 0 2px #1d9bce;
}
.owl-nav {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin: 1.5rem 0 0;
}
button.owl-prev span, button.owl-next span {
	line-height:9px;
    position: absolute;
    top: 50%;
    transform: translateY(-96%);
}

/*Banner*/

#demo {
  position: relative;
  overflow: hidden;
  background: #080e1c;
  /* background-image: url(assets/img/banner-bg.jpg); */
  background-size: cover;
  background-position: center;
  width: 100%;
  margin-right: auto;
}
#demo:after {
  content: "";
  position: absolute;
  /* background: rgb(22 24 36 / 88%); */
  width: 100%;
  height: 100%;
  top: 0;
}
.carousel-inner{
  position: relative;
  z-index: 1;
}
.carousel-item {
  padding: 3rem 0 0rem;
  height: 86vh;
}
div#demo .container-fluid {
  width: 80%;
  height: 100%;
}
div#demo .container-fluid .row {
  display: flex;
  height: 100%;
  align-items:center;
}
.banner-heading {
  padding-left: 3rem;
  padding-right: 3rem;
}
.banner-heading a.theme-btn {
  margin: 0;
  background: #279bb6;
}
.banner-heading h1 {
  color: #ffffff;
  font-size: 62px;
  font-weight: 200;
  letter-spacing: -0.3px;
  line-height: 71px;
  text-transform: capitalize;
  font-family: "Playfair Display", serif;
}
.banner-heading h1 span {
  color: #52b7ce;
}
.banner-heading p {
  color: #b0b4c0;
  font-size: 16px;
  line-height: 26px;
  margin: 1.7rem 0 2rem;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.ban-col{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.banner-rt-col {
    position: relative;
    padding:2rem 0;
}
.banner-rt-col:after {
  content: "";
  width: 50%;
  height: 100%;
  background: transparent;
  position: absolute;
  top: 50%;
  right: -13%;
  transform: translateY(-50%);
  border: solid 1px #fff;
  z-index: -1;
  border-radius: 0 36px;
}
.carousel-indicators {
  justify-content: center;
  margin-right: 7%;
  margin-left: 7%;
}

.carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  margin-right: 1px;
  margin-left: 1px;
  opacity: .5;
  border-radius: 100px;
  border: solid 5px #171720;
}
.carousel-indicators .active {
  opacity: 1;
  background: #e5ad1c;
}
.carousel-control-next, .carousel-control-prev {
    width: 3%;
}




/*About*/

section.about-sec {
  margin-bottom: 12rem;
}
.about-left-col {
  display: flex;
  align-items: center;
  padding-left: 2rem;
}
.about-left-col .theme-heading-sec {
  margin-bottom: 1.6rem;
}
.about-sec ul {
  padding: 0;
  margin: 2.2rem 0 0;
  list-style: none;
  display: flex;
  gap: 18px;
}
.about-sec ul li {
  display: inline-flex;
  align-items: center;
  border: solid 1px rgb(36 119 137 / 40%);
  width: 50%;
  gap: 15px;
  padding: 15px 18px;
  border-radius: 8px;
  background: #efefef;
}
.about-sec ul img {
  width: 58px;
}
.about-list span {
  display: block;
  font-size: 28px;
  letter-spacing: -0.7px;
  font-weight: 600;
  line-height: 30px;
}
.about-sec a.theme-btn{
  margin:3rem 0 0;
}

/*Service Section*/

section.service-sec {
  background-image: url(https://wordpress.themeholy.com/webteck/wp-content/uploads/2024/02/why_bg_2.jpg);
  background-size: cover;
  background-position: center;
  overflow: unset;
	padding-bottom: 0;
}
section.service-sec .container {
  position: relative;
  margin: -14rem auto 0;
  z-index: 1;
  padding: 3rem;
  z-index: 1;
}
.service-sec .container:after {
  content: "";
  background: #080e1c;
  width: 100%;
  max-height: 370px;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 16px;
}
.service-sec  .theme-heading-sec h2, .service-sec  .theme-heading-sec p {
  color: #fff;
}
.service-sec  .theme-heading-sec p {
  color: #b0b4c0;
}
.service-sec .theme-heading-sec p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
section.service-sec a.theme-btn {
  margin: 2.7rem auto 0;
  display: table;
}
.service-course-wrapper {
  border: solid 1px hsl(241.15deg 41.27% 49.41% / 31%);
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  padding: 0.5rem;
  background: #fff;
}
.service-head {
  padding: 3.5rem 0.5rem 0.5rem 0.7rem;
  clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
  background: #ffffff;
  margin: -4rem 0 0rem;
}
.service-head h4 {
  letter-spacing: -0.5px;
  font-size: 22px;
}
.service-head p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 25px;
  margin-bottom: 10px;
}
.service-img {
  position: relative;
  border-radius: 25px 25px 0 0;
  overflow: hidden;
  max-height: 273px;
  height: 100vh;
}
.service-img img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.srv-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.srv-link a:first-child {
  color: #3734A9;
}

/* .service-course-wrapper:hover {
  background: #4C4AB2;
} */
.service-course-wrapper:hover .srv-link a:first-child{
  color: #00DCED;
}
.service-course-wrapper:hover a.link-shape{
	background: #fff;
	color: #00DCED;
}



/*Footer Top*/

footer.footer-top {
    padding: 60px 0 25px;
    position: relative;
    overflow: hidden;
    background: #161824;
    background-size: cover;
    background-position: center;
}
footer.footer-top:after {
  content: "";
  background: hsl(231.43deg 24.14% 11.37% / 90%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.logo-wrap img {
  margin-bottom: 0.5rem;
  width: 95px;
}
.footeradd-wrap {
  display: flex;
}
.footer-contact-wrapper p {
  position: relative;
  color: #fff;
  font-size: 15px;
  padding-left: 1.3rem;
}
.footeradd-wrap p span {
  display: block;
  color: #9A9EAB;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
.footer-contact-wrapper i {
  color: #ffffff;
  font-size: 17px;
  width: 40px;
  height: 41px;
  background: #017592;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
margin-top: 6px;
}
.footer-wrapper h4 {
  color: #fff;
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 0.8rem;
  font-size: 1.7rem;
  font-weight: 500;
}
.footer-wrapper h4 span {
  color: #1d9bce;
}
ul.footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.footer-nav li {
  display: inline-block;
  width: calc(100% / 2 - 5px);
}
ul.footer-nav li a {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.2px;
}
ul.footer-nav li a:hover {
  color: #1d9bce;
}
ul.footer-nav a:before {
  content: "\F285";
  font-family: bootstrap-icons !important;
  position: absolute;
  left: 0;
  font-weight: 600;
  font-size: 14px;
  top: 0px;
  color: #1d9bce;
}
.logo-wrap {
  text-align: center;
  width: 50%;
  margin: auto;
}
.logo-wrap p {
  color: #fff;
  font-size: 15px;
  margin: 1rem 0 1.7rem;
  font-weight: 400;
}
.footer-cont-col{
    padding: 0 0 0 3rem;
}

.logo-wrap .social-link a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #141620;
  background: #fff;
  margin: 0 3px;
  border-radius: 100%;
  border: solid 1px #141620;
  font-size: 17px;
}
.logo-wrap .social-link a:hover {
  background: #1d9bce;
  border: solid 1px #1d9bce;
}
.copyright-txt p {
  color: #ffffff;
  font-size: 15px;
  margin: 0;
  font-weight: 300;
}
.copyright-txt p a {
  color: #1D9BCE;
  text-transform: uppercase;
  font-weight: 400;
}
.footer-bottom-container {
  padding: 1.7rem 0 0;
  border-top: solid 1px #ffffff59;
  margin-top: 0.6rem;
}
p.dev-by {
  margin: 0;
  text-align: right;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.2px;
}
p.dev-by a {
  color: #1d9bce;
  font-weight: 400;
}
.footer-contact-wrapper p a{
  font-family: "Monda", sans-serif;
}
footer.footer-top .container {
  position: relative;
  z-index: 999;
}
.social-link {
  text-align: center;
}
.footer-bottom-container .row {
  align-items: center;
}

/*Gallery*/

.gallery-sec .theme-heading-sec {
    text-align: center;
}
.gen-gal img {
    max-height: 230px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    margin: 13px 0;
}
.cent-gal img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 486px;
}

.cent-gal {
    margin: 13px 0;
    height: 100%;
}

/*PDF*/

section.pdf-sec {
    background: #080e1c;
    padding: 55px 0 60px;
}
section.pdf-sec .theme-heading-sec {
    text-align: center;
}
section.pdf-sec .theme-heading-sec h2{
	color:#fff;
}
.pdf-wrapper {
    padding: 1.5rem;
    background: #f5f5f5;
    text-align: center;
    border-radius: 8px;
}
.pdf-wrapper a {
    font-size: 19px;
    text-align: center;
    font-family: "Alatsi", sans-serif;
    font-weight: 400;
    color: #353458;
    display: block;
    line-height: 23px;
}
.pdf-wrapper img {
    width: 64px;
    margin-bottom: 0.8rem;
}

/*Contact Form*/

.contactFormCol {
    background: #f5f5f5;
    padding: 3rem;
}
.quote-sec .theme-heading-sec{
	text-align:center;
}
section#contact img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
input.wpcf7-submit {
    background: #247789;
    color: #fff;
    border: none;
    padding: 0.9rem 2rem;
    border-radius: 10px;
    font-size: 18px;
    width: 100%;
}
input.wpcf7-submit:hover {
    background: #26869b;
}
.form-control {
    border: 1px solid #e8ecef;
    border-radius: 8px;
    max-height: 54px;
    height: 100vh;
}
span.wpcf7-spinner {
    position: absolute;
    bottom: -28px;
    left: 0;
}
.captcha-image {
    border: 1px solid;
    padding: 11px;
    display: inline-block;
    text-align: center;
    width: 100%;
    background: #fff;
    border: 1px solid #e8ecef;
    border-radius: 8px;
}
.contactFormCol p{
	position:relative;
}


@media screen and (max-width: 1600px) {
	
.banner-heading h1 {
	font-size: 50px;
    line-height: 57px;
}
.banner-heading {
    padding-left: 0rem;
    padding-right: 2rem;
}
.carousel-item {
    padding: 0rem 0 0rem;
}
	.banner-rt-col{
padding:4rem;
}
	.banner-rt-col:after{
height:80%;
}
}


@media screen and (max-width: 767px) {
	
	#header {
    overflow: hidden;
}
	#header .logo img {
    max-width: 80px;
}
.topbar-wrapper {
    padding-left: 5rem;
    border-left: solid 1px gray;
    margin-right: 16px;
}
    .topbar-wrapper span {
        left: 25px;
    }
.topbar-wrapper h5 {
    font-size: 20px !important;
}
	
	/*Banner*/
	
    .banner-rt-col {
        padding: 1rem 0;
        margin: 3rem 0 1rem;
    }
	.banner-rt-col:after{
		height:100%;
		right:-4%;
	}
	.banner-rt-col img {
    width: 92%;
}
    .banner-heading h1 {
        font-size: 32px;
        line-height: 43px;
    }
    .banner-heading {
        padding: 0rem 0 5rem;
        text-align: center;
        margin-top: 3rem;
    }
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: none;
}
    .carousel-item {
        height: auto;
        padding: 0 1rem 1rem;
    }
	div#demo .container-fluid {
    width: 100%;
}
	div#demo .container-fluid .row {
    flex-direction: column-reverse;
}
.banner-heading p {
    font-size: 17px;
    line-height: 28px;
}
	
	
/*Course*/
	
section.service-sec {
    padding-bottom: 0;
}
section.service-sec a.theme-btn {
    margin: 0.7rem auto 0;
}
	
	
/*Contact*/
	
	section#contact {
    padding-bottom: 0;
}
/*Footer*/
.copyright-txt, p.dev-by {
    text-align: center;
}
}


