body{
	font-family: "Inter", sans-serif;
	overflow-x: hidden;
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
}

a, a:hover{
	text-decoration: none;
}

button{
	border-radius: 0px;
	border:inherit;
	outline: none;
}

button:focus{
	border-radius: 0px;
	border:inherit;
	outline: none;
	box-shadow: none;
}

ul{
	margin: 0px;
	padding:0px;
}

ul li{
	list-style: none;
}

input:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
:root {
  --primary: #5977f3;
  --secondry:#142359;
  --yellow:#fad01a;
  --white:#fff;
  --black:#000;
}

.sec-title.style-two .sub-title {
    position: relative;
    font-size: 14px;
    color: var(--primary);
    font-weight: 700;
    display: inline-block;
    margin-bottom: 26px;
    text-transform: uppercase;
}
.sec-title.style-two .sub-title:before {
    position: absolute;
    left: 100%;
    top: 50%;
    height: 3px;
    width: 20px;
    margin-left: 10px;
    margin-top: -1px;
    background: var(--primary);
    content: "";
}
.sec-title.style-two .sub-title:after {
    position: absolute;
    right: 100%;
    top: 50%;
    height: 3px;
    width: 20px;
    margin-right: 10px;
    margin-top: -1px;
    background: var(--primary);
    content: "";
}
.sec-title h2 {
    position: relative;
    font-size: 42px;
    color: var(--black);
    font-weight: 600;
    margin-bottom: 0;
}
.sec-title .sub-title {
    position: relative;
    font-size: 14;
    color: var(--primary);
    font-weight:700;
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 30px;
    text-transform: uppercase;
}
.sec-title .sub-title:after {
    position: absolute;
    right: 100%;
    top: 50%;
    height: 3px;
    width: 20px;
    margin-right: 10px;
    margin-top: -1px;
    background: var(--primary);
    content: "";
}
.thm-btn.orange {
    background-color: var(--yellow);
}
.thm-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    font-weight: 700;
    font-size: 15px;
    color: var(--white);
    background-color: var(--primary);
    text-transform: capitalize;
    padding: 16px 24px 16px;
    letter-spacing: 1.6px;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    overflow: hidden;
    gap: 22px;
    z-index: 1;
}
.thm-btn>span {
    position: relative;
    border-radius: 50%;
    transition: 0.2s;
    transform: rotate(60deg);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.thm-btn.orange::after {
    background-color: var(--secondry);
}
.thm-btn::after {
    content: "";
    background-color: var(--secondry);
    position: absolute;
    transition: all .3s ease-in;
    z-index: -1;
    height: 100%;
    left: -35%;
    top: 0;
    transform: skew(30deg);
    transition-duration: .6s;
    transform-origin: top left;
    width: 0;
}
.thm-btn:hover::after {
    height: 100%;
    width: 135%;
}
.thm-btn:hover span {
  transform: rotate(0deg);
}
.thm-btn:hover::after {
  height: 100%;
  width: 135%;
}
.thm-btn>span::after {
    position: absolute;
    top: 0;
    left: 2px;
    right: 0;
    bottom: 0;
    padding-top: inherit;
    padding-bottom: inherit;
    content: "\f061";
    font-family: 'fontAwesome' !important;
    font-size: 15px;
    text-align: center;
    transition: 0.2s;
    transform-origin: 50% 60%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-header {
  background-color:var(--primary);
  color: var(--white);
}
.top-contact {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
}
.top-contact a {
 color: var(--white);
 font-size: 14px;
 font-weight: 500;
 

}
.top-contact a i {
  margin-right: 6px;
  color: var(--secondry);
  height: 30px;
  width: 30px;
  line-height: 30px;
  background-color: var(--white);
  border-radius: 50%;
  display: inline-block;
  font-size: 14px;
  /* display: flex; */
  text-align: center;
  
}
.hedaer-social a  {
  margin: 0px 0px 0px 10px;
}

/*nav css start*/

.menu{
    transition: top 0.8s;
    width: 100%;
    padding: 16px;
    background: var(--yellow);
}

.menu nav ul li a{
	font-size: 16px;
	font-weight: 600;
	color: #000!important;
  text-transform: uppercase;
}

.menu nav ul li{
	margin-left: 15px;
	margin-right: 15px;
}

.menu nav ul{
	align-items: center;
}

.menu nav ul .logo-item{
	margin: 0px 50px;
}

.menu nav ul .logo-item .navbar-brand img{
	width: 150px;
}

.menu nav ul li .dropdown-menu{
	border: 0px;
	padding: 0px;
	border-radius: 5px;
    box-shadow: 0px 15px 14px 0px rgb(0 0 0 / 3%);
    min-width: 250px;
}

.menu nav ul li .dropdown-menu li{
	margin-left: 0px;
	margin-right: 0px;
    border-bottom: 1px solid #f7f7f7;
    transition: 0.5s;
    padding: 8px 15px;
    transition: 0.3s;
}

.menu nav ul li .dropdown-menu li a{
	padding: 0px;
}

.menu nav ul li .dropdown-menu li:hover{
   background-color: var(--yellow);
   color: #000;
}

.menu nav ul li .dropdown-menu li:hover a{
	color: #000!important;
}

.menu nav ul li .dropdown-menu li:first-child{
	border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.menu nav ul li .dropdown-menu li:last-child{
    border-bottom: 0px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.menu nav ul li .dropdown-menu li a{
	font-size: 14px;
	font-weight: 500;
	color: #000!important;
    text-transform: inherit;
    position: relative;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.menu nav ul li .dropdown-menu li a:before{
	position: absolute;
	content: "-";
	transform: translateY(70%) translateX(-10px);
    opacity: 0;
    left: 0px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    font-size: 24px;
    line-height: 9px;
    margin-right: 5px 
    top:8px;
}

.menu nav ul li .dropdown-menu li a:hover:before{
	-webkit-transform: translateY(70%) translateX(0);
    -ms-transform: translateY(70%) translateX(0);
    transform: translateY(70%) translateX(0);
    opacity: 1;
}

.menu nav ul li .dropdown-menu li a:hover{
	padding-left: 15px;
}


.menu nav ul li .dropdown-menu li a:hover{
	background-color: inherit;
	transition: 0.3s;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: var(--secondry)!important;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("../img/download.svg");
}

.navbar-light .navbar-toggler {
    color: var(--secondry);
    border-color: var(--secondry);
}

.menu-button a{
	text-align: center;
}

.menu-button{
	display: flex;
}

.fd-nav{
	background-color: #fff!important;
	box-shadow: 0px -4px 10px rgb(0 0 0 / 15%);
}

.fd-nav .navbar-brand img:first-child{
    display: none;
}

.fd-nav .navbar-brand img:last-child{
	display: none;
}

.fd-nav .navbar-brand img:last-child{
	display: inherit!important;
}

.fd-nav nav ul li a{
	color: #000!important;
	font-size: 16px;
}

.fd-nav nav ul li .dropdown-menu{
	padding-top: 30px;
}


.fd-nav nav ul li .dropdown-menu li:first-child{
	border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.menu.fixed-top{
background-color: var(--white);
}

.menu .menu-button{
	margin-top: 0px;
}

.menu .menu-button .button-box:first-child{
	margin-right: 0px;
}

.menu .navbar-brand img{
  width: 270px;
}

.container-fluid{
	padding-left: 50px;
	padding-right: 50px;
}

.menu-button{
  text-align: right;
}

.blue-btn {
    background-image: linear-gradient(to right, #2248a0 0%, #4374e5 51%, #4274e9 100%);
    margin-right: 10px;
}

.orange-btn {
    background-image: linear-gradient(to right, #f0690c 0%, #fb934a 51%, #f98c40 100%);
}

.blue-btn:hover, .orange-btn:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

.ue-btn {
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 5px;
    display: inline-block;
    font-weight: 600;
    font-size: .9rem !important;
}


/*nav css end*/
.bg-orange-light {
  background: #e7d7d0;
}
.banner-section {
    background-image: url('../img/banner-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0px;
    position: relative;
}
.banner-content h5 {
    color: var(--primary);
}
.banner-content h1 {
    font-size: 60px;
    color: var(--secondry);
    font-weight: 700;
}
.banner-content p {
    color: var(--black);
    margin: 20px 0px 30px;
    font-weight: 700;
    font-size: 18px;
}
.work-section-two {
    position: relative;
    background-color: var(--theme-color1);
    padding: 0 0 120px
}
.anim-icons {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto
}

.anim-icons.full-width {
    max-width: 100%
}
.anim-icons .icon {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.bounce-y {
    -webkit-animation: bounce-y 10s infinite linear;
    animation: bounce-y 10s infinite linear;
}
.shape-1 {
    width: 589px;
    height: 568px;
    top: 0;
    right: 0;
    background-image: url('../img/shape-1.webp');
    z-index: -1;
}
@keyframes bounce-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.about-section {
    position: relative;
    padding: 80px 0 70px
}

@media(max-width: 991.98px) {
    .about-section {
        padding:120px 0 90px
    }
}

.about-section .content-column .inner-column {
    padding-left: 53px
}

@media(max-width: 1199.98px) {
    .about-section .content-column .inner-column {
        padding-left:0
    }
}

.about-section .content-column .inner-column .text2 {
    color: var(--headings-color);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px
}

@media(max-width: 1399.98px) {
    .about-section .content-column .inner-column .sec-title br {
        display:none
    }
}

.about-section .btn-box {
    margin-top: 40px
}

@media(max-width: 575.98px) {
    .about-section .btn-box {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
}

.about-section .image-column {
    position: relative;
    z-index: 1
}

.about-section .image-box {
    position: relative;
    display: inline-block;
    width: 100%
}

.about-section .image-box .image {
    position: relative
}

.about-section .image-box .image img {
    position: relative;
    max-width: 100%;
    width: 100%;
    z-index: 3
}

.about-section .image-box .experience {
    position: absolute;
    background-color: var(--primary);
    left: -64px;
    bottom: 82px;
    height: 169px;
    width: 169px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    text-align: center;
    z-index: 3
}

@media(max-width: 1399.98px) {
    .about-section .image-box .experience {
        left:20px
    }
}

.about-section .image-box .experience strong {
    color: var(--white);
    font-size: 48px;
    font-weight: 500
}

.about-section .image-box .experience .text {
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 10px
}

.partners {
    padding: 80px 0px;
}
.partner-carousel .item {
    margin: 0px 20px;
}
.cta-section {
    background-image: url('../img/cta-bg.jpg');
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 9;
    padding: 100px 0px;
  
  }
  .cta-section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #122032;
    z-index: -1;
    opacity: 0.6;
  }
  .cta-section .section-title h5 {
    color: var(--white);
  }
  .cta-section .sec-title h2 {
    color: var(--white);
  }
  
  .cta-section .sec-title p {
    color: var(--white);
  }
  .cta-section .section-title {
    text-align: center;
  }
  /*footer css start*/

.footer {
    padding: 50px 0px;
  }
  
  .footer .footer-first{
    padding-right: 30px;
  }
  
  .footer .footer-first p{
    margin-top: 20px;
  }
  
  .footer .footer-link{
    padding-left: 30px;
  }
  
  .footer .footer-about img{
    margin-bottom: 10px;
    width: 240px;
  }
  
  .footer .footer-about p{
    text-align: justify;
    margin-top: 15px;
    color: var(--white);
  }
  
  .footer .footer-social ul li{
    display: inline-block;
    margin-right: 10px;
  }
  
  .footer .footer-social ul li a{
    height: 30px;
    width: 30px;
    color: var(--white);
    line-height: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
  
  }
  
  .footer .footer-social ul li:first-child a{
    background-color: #1877F2;
  }
  
  .footer .footer-social ul li:nth-child(2) a{
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  }
  
  .footer .footer-social ul li:nth-child(3) a{
    background-color: #000;
  }
  
  .footer .footer-social ul li:nth-child(4) a{
    background-color: #0A66C2;
  }
  
  .footer .footer-first h3{
    color: var(--white);
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
  }
  
  .footer .footer-first h3:after {
      position: absolute;
      content: "";
      height: 3px;
      width: 60px;
      background: var(--primary);
      left: 0px;
      bottom: -20px;
  }
  
  .footer .footer-first ul li a{
    color: var(--white);
  }
  
  .footer .footer-first ul li{
    margin-bottom: 10px;
  }
  
  .footer .footer-first ul li a:hover{
    color: var(--secondry);
  }
  
  .footer .contact-address{
    display: flex;
    margin-bottom: 20px;
  }
  
  .footer .contact-address:last-child{
    margin-bottom: 0px;
  }
  
  .footer .contact-address .add-icon{
    margin-right: 15px;
    color: var(--white);
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--secondry);
    border-radius: 5px;
    flex: none;
  }
  
  .footer .contact-address h4 {
      color: var(--white);
      font-size: 18px;
      margin-bottom: 0px;
      transition: 0.3s;
  }
  
  .footer .contact-address .add-icon i{
    font-size: 20px;
    color: var(--white);
  }
  
  .footer .contact-address .add-content{
    color: #fff;
  }
  
  .footer .contact-address .add-content p{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
  .footer .contact-address .add-content p a{
    color:var(--white); 
  }
  
  .footer .contact-address .add-content p a:hover{
    color:var(--secondry); 
  }
  
  .footer-bottom{
      padding: 15px 0px;
    border-top: 1px solid #f3f3f330;
  }
  
  .footer-bottom p{
      margin-bottom: 0px;
      font-size: 14px;
    color: #284ff7;
  }
  
  .footer-bottom .copyright p{
      color: var(--white);
  }
  
  .footer-bottom .poweredby{
      text-align: right;
      color: #acacac;
  }
  
  .footer-bottom .poweredby a{
      color: #284ff7;
  }
  .footer-section {
    background-image: url('../img/footer_bg.jpg');
    position: relative;
    z-index: 9;
  }
  .footer-section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--primary);
    opacity: 0.95;
    z-index: -1;
  }
  /*footer css end*/
  /* Breadcrumb area */
.page-title-section {
    background-image: url('../img/breadcrumb-bg.jpg');
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0px;
  }
  .page-title-section .breadcrumb-title h1 {
    font-size: 70px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 8px;
    position: relative;
  }
  
  .page-title-section .breadcrumb-title h1:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 5px solid var(--primary);
    display: none;
  }
  
  .page-title-section h6 a {
    color: #fff;
    font-size: 16px;
  }
  
  .page-title-section h6 {
    color: #f5f5f5;
    font-size: 16px;
    margin-top: 25px;
  }
  .why-choose-section {
    background: url("../img/bg-1.webp");
    padding: 70px 0px;
  }
  .why-choose-point {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    box-shadow: 0px 1px 16px #cccccc59;
    border-radius: 10px;
  }
  .point-icon {
    border-radius: 50%;
    border: 1px solid var(--yellow);
    padding: 10px;
    display: flex;
    margin-bottom: 30px;
    transition: ease-in 0.3s;
  }
  .point-icon i {
    font-size: 40px;
    background: #f4f4f5;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--yellow);
    transition: ease-in 0.3s;
  }
  .point-content h4 {
    color: var(--secondry);
    font-weight: 600;
    font-size: 21px;
  }
  .point-content p {
   font-size: 14px;
  }
  .why-choose-points {
    margin-top: 60px;
  }
  .why-choose-point:hover .point-icon i {
    background: var(--primary);
    color: #fff;
  }
  .why-choose-point:hover .point-icon  {
    background: var(--primary);
  }
  .experience.bounce-y.about-page {
    left: unset;
    right: -64px;
}
.about-page-sec {
    padding: 100px 0px;
}
.contact-area {
    padding: 80px 0px;
  }
 .contact-social ul li{
    display: inline-block;
    margin-right: 10px;
  }
  
 .contact-social ul li a{
    height: 30px;
    width: 30px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    display: block;
    border-radius: 5px; 
  }
  
.contact-social ul li:first-child a{
    background-color: #1877F2;
  }
  
.contact-social ul li:nth-child(2) a{
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  }
  
.contact-social ul li:nth-child(3) a{
    background-color: #000;
  }
  
.contact-social ul li:nth-child(4) a{
    background-color: #0A66C2;
  }
.contact-area .phone span {
font-size: 25px;
color: var(--primary);
font-weight: 600;
}
.contact-area span.email {
    font-size: 20px;
    font-weight: 600;
    margin-bottom:20px;
}
.services-main {
  padding: 0px 0px;
}
.main-service-single {
  margin-top: 100px;
}
img.main-service-img {
  border-radius: 20px;
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease-in-out;
}
.text-justify {
  text-align: justify;
}
.contact-form input::placeholder {
font-size: 14px;
color: #acacac;
}
.contact-form textarea::placeholder {
  font-size: 14px;
  color: #acacac;
  }
  .email a {
    color: #212529;
  }
  .contact-form select {
    font-size: 14px !important;
  color: #acacac !important;
  }
  .service-single-section {
    padding-top:80px;
  }
  .service-last {
    padding-bottom:80px;
  }
@media(max-width: 991px) {
    .menu nav ul {
        align-items: start; 
   }
   .experience.bounce-y.about-page {
    display: none;
}
  }

  @media(max-width: 767px) {
  .banner-section {
    padding: 110px 0px 50px;
}
.about-section {
    padding: 60px 0 60px;
}
.sec-title h2 {
    font-size: 32px;
}
.cta-section {
    padding: 60px 0px;
}
.footer .footer-link {
     padding-left: 0px; 
}
.footer-bottom .poweredby {
    text-align: left;
    margin-top: 10px;
}
.menu nav ul {
     align-items: start; 
}
.experience.bounce-y.about-page {
    display: none;
}
.page-title-section .breadcrumb-title h1 {
    font-size: 42px;
    margin-top: 20px;
}
.header-left {
  margin-bottom: 10px;
}
.top-contact {
  flex-direction: column;
}
.top-contact a {
  font-size: 12px;
}
.banner-section h5.udyam-no {
  margin: 10px 0px 10px;
}
  }
/* New Css */
.features-03-icon-img img {
  height: 30px;
}
.features-03-text p {
  color: var(--white);
}
.features-03-text p span {
  font-weight: 600;
}
.mission-section {
  margin-top: 60px;
}
.single-mission {
  padding: 20px;
  border-radius: 15px;
  box-shadow: 2px 2px 24px #efecec;
}
ul.student-points li i {
  background: var(--primary);
  color: var(--white);
  font-size: 14px;
  padding: 4px 5px;
  margin: 4px 0px;
  border-radius: 50%;
}
.testimonial-area {
padding: 100px 0px;
}
.testimonial-block-three .inner-box {
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: center;
  padding: 50px;
  position: relative;
  overflow: hidden
}

@media(max-width: 575.98px) {
  .testimonial-block-three .inner-box {
      display:block;
      padding: 30px 15px;
      text-align: center
  }
}

.testimonial-block-three .inner-box:before {
  content: "";
  position: absolute;
  left: -50px;
  top: -69px;
  height: 385px;
  width: 192px;
  background-image: url('../images/shape-8.png');
  background-position: left center;
  background-repeat: no-repeat
}

.testimonial-block-three .inner-box .image-box {
  margin-right: 30px;
  position: relative;
  z-index: 1
}

@media(max-width: 575.98px) {
  .testimonial-block-three .inner-box .image-box {
      margin-right:0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 20px
  }
}

.testimonial-block-three .inner-box .image-box .image {
  width: 120px;
  height: 120px
}

.testimonial-block-three .inner-box .content-box {
  position: relative;
  z-index: 1
}

.testimonial-block-three .inner-box .content-box .title {
  margin-bottom: 0
}

.testimonial-block-three .inner-box .content-box span {
  color: var(--theme-color2);
  font-size: 14px;
  width: 500px
}

.testimonial-block-three .inner-box .content-box .text {
  margin-top: 9px;
  margin-bottom: 20px
}

.testimonial-block-three .inner-box .content-box .rating i {
  color: var(--primary);
  font-size: 14px
}
#testimonial_slide {
  margin-top: 60px;
}
#testimonial_slide .owl-dots {
  margin-top: 20px;
}




@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
40% {-webkit-transform: translateY(-30px);}
60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
40% {-moz-transform: translateY(-30px);}
60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
40% {-o-transform: translateY(-30px);}
60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
40% {transform: translateY(-30px);}
60% {transform: translateY(-15px);}
}

.bounce {
-webkit-animation-name: bounce;
-moz-animation-name: bounce;
-o-animation-name: bounce;
animation-name: bounce;
}
img.student-icon {
  height: 16px;
  margin-right: 40px;
  margin-top: 5px;
}
h5.udyam-no {
  margin: 20px 0px 10px;
  color:#000 !important;
}
.banner-section h5.udyam-no {
  margin: 20px 0px 10px;
  color:#000 !important;
  position: absolute;
  top: 10px;
}
.header-right {
  display: flex;
}
.about-poitns li {
  list-style: disc !important;
  margin-bottom:10px;
  font-weight:500;
  color:red;
}
.web-icon {
  background: #ffffffc2;
  padding: 10px;
  border-radius: 10px;
  margin-right: 10px;
  
}
/* New Css Start */
/*service css strat*/
section.service {
  padding: 80px 0px;
  background-image: url('../img/service-bg.jpg');
  position: relative;
}
section.service:before {
  content: "";
  background-color: var(--secondry);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.95;
}
.service .ser-div .card {
  border-radius: 10px;
  box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
  border: none;
  display: inline-block;
  opacity: 1;
  backface-visibility: hidden;
  transition: .5s ease;
  height: auto;
}

.service .ser-div .card img{
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

.service .ser-div .card-body {
  padding: 30px 20px;
}

.service .ser-div .card-body:before {
  content: "";
  display: block;
  width: 70%;
  float: right;
  height: 170px;
  opacity: 1;
  margin-right: -20px;
  transition: .5s ease;
  border-bottom-right-radius: 10px;
  background: linear-gradient(-45deg, #fad01a 28%, rgba(9,9,121,0) 0);
  shape-outside: linear-gradient(-45deg, rgba(0,212,255,1) 0, rgba(9,9,121,0) 40%);
}

.service .ser-div .card-body a.btn.btn-outline-white {
  padding: 0 10px;
  font-size: 20px;
  position: absolute;
  right: 18px;
  bottom: 25px;
  border: 1px solid #fff;
  color: #fff;
  transition: .5s ease;
}

.service .ser-div .card-body h3{
font-size: 20px;
}

.service .ser-div .card:hover {
  background: var(--yellow);
}

.ser-div .card:hover .readlink {
  color: #fff !important;
}

.ser-div .card:hover .card-img-top {
  opacity: 0.3;
}

.ser-div .card:hover a.btn.btn-outline-white.rounded-pill {
  right: 40px;
  bottom: 33px;
  background: #fff;
  color: var(--blue);
}

.ser-div .card:hover {
  background: #ff4153;
}

.ser-div .card:hover p, .ser-div .card:hover h5, .ser-div .card:hover h3 {
  color: #fff !important;
}

.service .serv-p{
margin-bottom: 2.5rem;
}


/*service css end*/
.contact-form-section {
  background: #F7F7F7;
  padding: 40px;
  border-radius: 10px;
}
.contact-details {
  background: #F7F7F7;
  padding: 40px;
  border-radius: 10px;
  height: 100%;
}
.detail-single {
  display: flex;
}
.contact-icon {
  margin-right: 15px;
}
.contact-detail {
  border-bottom: 1px solid #ccc;
}

.contact-details .social-icons ul li a  {
  color: var(--primary);
  border: 1px solid var(--primary);
 width: 40px;
 height: 40px;
 display: flex;
 align-items: center;
 justify-content: center;
 border-radius: 50%;
}
.contact-section {
  padding: 80px 0px;
}
.service-sec {
padding: 0px;
background: #f9f9f9;
}
section.about-section span.sub-title {
  color: #000 !important;
}
section.about-section .sec-title .sub-title:after {
 
  background: #000;
}
section.about-section .sec-title h2 {
color: var(--primary);
}
.thank-you-section {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 60px 0px 100px;
}
@media(max-width: 991px) {
.banner-section {
  background-position: center;
  background-size: auto;
  padding: 60px 0px;
  
}
.banner-content h1 {
  font-size: 48px;
}
.service-single-section {
  padding-top: 40px;
}
.service-last {
  padding-bottom: 40px;
}
.sec-title h2 {
  font-size: 34px;
}
}
@media(max-width: 767px) {
  .menu .navbar-brand img {
    width: 170px;
}
.banner-section {
  background-position: center;
  background-size: cover;
  padding: 60px 0px;
  
}
.banner-content h1 {
  font-size: 42px;
}
.service-single-section {
  padding-top: 40px;
}
.service-last {
  padding-bottom: 40px;
}
}