

.title4 {
	font-size: 14px;
    font-weight: bold;
}
.title1{
    font-size: 34px !important;
}
/* .section-bg{
    background-color: #f4f3f9 !important;
    position: relative;
} */


.btn1 {
    font-size: 16px;
    font-weight: 600;
    background-color: #fff;
    /* padding: 18px 24px 18px 32px; */
    display: flex;
    align-items: center;
    border-radius: 99px;
    position: relative;
    transition: all .5s cubic-bezier(.77,0,.175,1);
}
.btn1 .text {
    color: #d21825;
    line-height: 1;
    position: relative;
    z-index: 5;
    margin-right: 32px;
    padding: 18px 0px 18px 32px;
}

.btn1 svg {
    display: inline-block;
    position: relative;
    z-index: 5;
    transform: rotate(0deg) translateX(0);
    transform-origin: left;
    transition: all .5s cubic-bezier(.77,0,.175,1);
}
.btn1::before {
    content: '';
    background-color: #d21825;
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    z-index: 1;
    border-radius: 99px;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    transition: all .5s cubic-bezier(.77,0,.175,1);
}

.btn1.light {
    background-color: #95C11F;
}
.btn1.light::before {
    background-color: #154633;
}
.btn1:hover svg {
    transform: rotate(45deg) translateX(-8px);
}
.btn1:hover::before {
    content: '';
    width: 100%;
    height: 100%;
    right: 0;
    box-shadow: 0px 1px 8px 3px #000000ba;
}
.btn1 .text:hover {
   color: #fff;
   }
.page-btn {
   width: 188px;
}

.courses__item {
	margin: 0 0 30px;
	background: #fff;
	border-radius: 10px;
	padding: 18px 10px 1px 10px;
	border: 1px solid #b5b5c3;
	transition: all .2s ease-out 0s;
	/* height: 100%; */
}
.courses__item-thumb {
	position: relative;
	margin: 0 0 20px;
	border: 6px;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.shine__animate-link::before {
	position: absolute;
	top: 0;
	/* left: -100%; */
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	/* background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.3)); */
	/* transform: skewX(-25deg); */
}

.courses__item-thumb img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 6px;
}
.courses__item-content .title {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 15px;
}
.courses__item-meta, .courses__item-meta li {
	display: flex;
	align-items: center;
}
.courses__item-meta {
	justify-content: space-between;
	gap: 10px 20px;
	margin: 0 0 15px;
	flex-wrap: wrap;
}
.list-wrap {
	margin: 0;
	padding: 0;
}
.courses__item .author {
	font-size: 13px;
	margin: 0;
	line-height: 1;
	gap: 5px;
}
.courses__item .author, .courses__item .avg-rating-two .rating {
	display: flex;
	align-items: center;
}
.courses__item .author a {
	flex: 0 0 auto;
	/* color: #151335; */
}
.courses__item .avg-rating {
	/* color: #7f7e97; */
	font-size: 13px;
	line-height: 1;
}
.courses__item .avg-rating i {
	color: var(--tg-common-color-yellow);
	letter-spacing: 0;
	margin-right: 5px;
}
.courses__item-bottom {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 23px 0 0;
}
.courses__item-bottom .button a {
	display: flex;
	padding: 7px 19px;
	align-items: center;
	gap: 6px;
	border-radius: 50px;
	border: 1px solid #000;
	background: #ff0100;
	/* box-shadow: 4px 4px 0 0 #3d3d3d; */
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: white;
}
.courses__item-bottom .button a:hover {
	box-shadow: none;
	background-color: #fff;
	color: #000;
	transition: 0.5s;
	box-shadow: 0px 1px 7px 1px #000000ba;
}



.contactSec .modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
}

.footer-section {
	padding: 70px 0 50px;
	background-color: #F8F8F8;
	overflow: hidden;
  }
  
  .copyright {
	font-size: 14px;
	text-align: center;
	color: #ABABAB;
  }
  
   
  .contactSec > .formandmap {
	  display: flex;
	  flex-direction: row;
	  width: 100%;
  }
  .contactSec > .formandmap > div {
	  width: 50%;
	  /* border: 1px solid blue; */
	  height: 100%;
	  /* padding: 100px 0; */
	  min-height: 600px;
	  display: flex;
	  align-items: center;
  }
  .contactSec .modal-content {
	  position: relative;
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  width: 100%;
	  pointer-events: auto;
	  background-color: #fff;
	  background-clip: padding-box;
	  border: 1px solid rgba(0,0,0,.2);
	  border-radius: .3rem;
	  outline: 0;
  }
  .appointments-form .form-group .form-control::placeholder {
	  font-size: 14px;
  }
  

  .contactSec .modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px);
}

.contactSec .form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.g-review span {
	background: #ff0100;
	color: #fff;
	padding: 5px 13px;
	font-weight: bold;
	border-radius: 8px;
}
.g-review {
	display: flex;
	align-items: center;
	gap: 20px;
}
.leftDiv img {
	width: 76px !important;
	margin-left: 75px;
}
.leftDiv img {
	border-radius: 116px;
	box-shadow: -2px 0px 10px -2px #000000ba;
}
.g-review i {
	color: #f8bc24;
	margin-top: 10px;
}
.star-n {
	color: #f8bc24 !important;
	background: transparent !important;
	padding-right: 3px !important;
}


  .cardsSwiper .swiper-button-next, .cardsSwiper .swiper-button-prev {
	position: absolute;
	top: unset;
	bottom: 0 !important;
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	
  }
  .cardsSwiper .swiper-button-prev {
	left: 45%;
}
.cardsSwiper .swiper-button-next {
	right: 45%;
}

#c-icn {
	color: #ff0100;
	font-size: 30px;
}
.cardsSwiper .swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after {
	content: '';
}

.cardsSwiper .swiper-button-next::after, .swiper-container-rtl .swiper-button-next::after {
	content: '';
}

.engineering-sec{
	background: #ff0100;
}

.eng-btn .btn1 .text {
	padding: 14px 0px 14px 32px;
}
.img2 {
	width: 175px;
}

.section-bg {
	background: #faf8f6;
}
.bg-white{
	background-color: #fff !important;
}
.text-black{
	color: #000 !important;
}

.login-sec {
	padding: 50px 0;
}

.login-frm input , .login-frm select,.login-frm textarea{
	background-color: #87ceeb70;
}

.login-frm input::placeholder{
	color: #000;
}
.login-frm button{
	background-color: #ff0100;
	border:none;
}


@media only screen and (max-width: 768px) {
	.login-form-wrapper {
		width:100%;
	}
}