* {
  margin: 0px;
  padding: 0px;
  outline: none;
  box-sizing: border-box;
}

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

button {
  font-size: 13px !important;
}

button:active,
button:focus,
button,
a:active,
a:focus {
  outline: none !important;
}

p,
label {
  margin: 0px;
}

p {
  color:#252525;
  font-size: 14px;
}

img {
  max-width: 100%;
}

body {
  font-family: "Manrope", serif;
  font-style: normal;
  font-size: 18px;
}

input {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0px;
}

header{
  background-color: #ffffff;
}
header nav{
  background-color: none;
}
.logo img{
  height:60px;
}
.navbar-nav li{
  margin: 0px 10px;
}
.navbar-nav li a{
  color:#232323;
  padding:6px 0px;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom:2px solid #ffffff;
  font-weight: 500;
  letter-spacing: 1px;
}
.navbar-nav li a:hover, .navbar-nav li a.active{
  border-bottom:2px solid #D61C1C;
}
.lets-talk-btn{
  border:1px solid #232323;
  padding: 0px 43px 0px 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  position: relative;
  height: 36px;
  display: inline-block;
  transition: all 1s;
}
.lets-talk-btn span{
  color:#232323;
  font-size:15px;
  padding:5px 0px;
  display: inline-block;
}
.lets-talk-btn i{
  color:#232323;
  font-size: 30px;
  position: absolute;
  right:3px;
  top:-5px;
}
.lets-talk-btn:hover{
  border-color:#D61C1C;
  background: #D61C1C;
}
.lets-talk-btn:hover span, .lets-talk-btn:hover i{
  color:#ffffff;
}
.main-banner{
  position: relative;
}
.banner-text{
  background-color: rgba(0, 0, 0, 0.65);
  display: block;
  padding: 30px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin: auto;
  z-index: 1;
  width: 100%;
  color: #ffffff;
  text-align: left;
  border-radius: 0;
  -webkit-border-radius: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.carousel-control-next, .carousel-control-prev{
  bottom: 102px;
}
.banner-text a{
  display:block;
}
.carousel-indicators{
  display: none;
}
.banner-text span{
  text-transform: uppercase;
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
}
.banner-text h1{
  font-weight: bold;
  text-transform: capitalize;
  display: block;
  margin-bottom: 0px;
  font-size:28px;
}
.theme-btn{
  display: inline-block;
  background: #D61C1C;
  padding:10px 20px;
  color:#ffffff;
  border-radius: 40px;
  -wekit-border-radius: 40px;
  font-size: 13px;
  text-transform: uppercase;
  transition: all 1s;
  outline: none;
  border:none;
}
.theme-btn:hover{
  background: #960707;
}
.about-section{
  background: #0C4992;
  padding:50px 0px;
}

.about-block img{
  height:40px;
  display: inline-block;
  margin-bottom:10px;
}
.about-block h3{
  color:#ffffff;
  font-size:22px;
  display: block;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.about-block p{
  color:#ffffff;
  font-size:14px;
  display: block;
}
.block-border{
  border-right:1px solid #ffffff;
  padding-right: 30px;
  margin-right: 10px;
}
.arrow-down{
  margin: auto;
  position: absolute;
  display: inline-block;
  left: calc(50% - 75px);
  z-index: 1;
}
.arrow-down img{
  height: 94px;
}
.about-img{
  height:500px;
  width: auto;
}
.title{
  display: block;
  margin-bottom: 15px;
}
.title span{
  color:#D61C1C;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}
.title h2{
  /* font-size:52px; */
  color:#232323;
  display: block;
  font-weight:700;
}
.stats{
  border-top: 1px solid #dddddd;
  margin-top: 50px;
}
.stats > div{
  border-right: 1px solid #dddddd;
  padding-top:10px;
}
.stats > div:last-child{
  border:none;
}
.stats label{
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
  display: block;
}
.stats span{
  font-size:40px;
  font-weight: 600;
  color:#07386A;
  line-height: 50px;
}
.our-courses-section {
  background: #FFF4EB;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.course{
  display: flex;
  align-items: center;
  padding:30px 0px;
  border-bottom:1px solid #dddddd;
}
.course label{
  color:#4A4A4A;
  font-size: 18px;
  padding-right:15px;
}
.course span{
  color:#232323;
  font-size: 24px;
  font-weight: bold;
  flex:1;
}
.course a{
  font-size:20px;
  color:#4A4A4A;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  border:1px solid #4A4A4A;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.services{
  text-align: left;
  background-color: #FFF4EB;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  padding:20px;
  display: block;
  transition: all 1s;
  min-height: 202px;
}
.services svg{
  margin-bottom:10px;
  height:50px;
}
.services h3{
  font-size: 22px;
  display: block;
  color:#232323;
  margin-bottom:8px;
  font-weight: bold;
}
.services p{
  font-size: 15px;
  color:#4A4A4A;
}

.services:hover{
  background-color: #0C4992;
}
.services:hover svg path{
  fill:#ffffff;
}
.services:hover h3, .services:hover p{
  color:#ffffff;
}
.gallery-section{
  background-color: #0C4992;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.title-white span, .title-white h2{
  color:#ffffff;
}
.testimonial-section{
  background-image: url('../images/testimonial-bg.png');
  background-position: center;
  background-repeat: no-repeat;
}
.testimonial{
  background: #FFF4EB;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  width: 800px;
  padding: 20px 30px;
  margin: auto;
  text-align: center;
}
.testimonial p{
  color:#4A4A4A;
  font-size:16px;
  font-style: italic;
  line-height:28px;
  display: block;
  margin-bottom: 25px;
}
.testimonial img{
  width: 100px;
  height: 100px;
  display: inline-block;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  margin-bottom: 20px;
  object-position: center;
  object-fit: cover;
}
.testimonial h3{
  color:#232323;
  font-size: 22px;
  display: block;
  font-weight: 600;
}
.testimonial span{
  font-size: 13px;
  text-transform: uppercase;
  color:#D61C1C;
  font-weight: 600;
}
footer{
  background: #0C4992;
}
.subscribe-outer{
  border-bottom:1px solid rgba(255,255,255,.2);
  padding-bottom:30px;
}
.subscribe{
  max-width: 324px;
  display: inline-block;
  float: right;
}
.subscribe-input{
  background: #ffffff;
  display: flex;
  align-items: center;
  height: 40px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  padding: 0px 5px;
}
.subscribe label{
  color:#ffffff;
  font-size: 15px;
  display: block;
  line-height: normal;
  margin-bottom: 10px;
}
.subscribe input{
  justify-self: 40px;
  background: none;
  color:#232323;
  font-size: 14px;
  flex:1;
  border:none;
  padding-left: 10px;
}
.subscribe button{
  background-color: #D61C1C;
  color:#ffffff;
  width:28px;
  height: 28px;
  display: inline-flex;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  border:none;
  align-items: center;
  justify-content: center;
}
.footer-bottom h5{
  color:#ffffff;
  font-size:20px;
  font-weight: bold;
  display: block;
  margin-bottom:15px;
}
.footer-bottom p{
  color:#ffffff;
  display: block;
  margin-bottom: 20px;
  width: 75%;
}
.social-media{
  display: flex;
}
.social-media a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color:#232323;
  background: #ffffff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  margin-right: 10px;
  transition: all .5s;
}
.social-media a i{
  color:#D61C1C;
}
.social-media a:hover{
  background: #D61C1C;
  color:#ffffff;
}
.social-media a:hover i{
  color:#ffffff;
}
.footer-link{
  display: block;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 15px;
}
.footer-about{
  border-right:1px solid rgba(255,255,255,.2);
}
.contact-info{
  position: relative;
  padding-left: 30px;
}
.contact-info i{
  font-size: 16px;
  color:#ffffff;
  display: inline-block;
  margin-right:3px;
  position: absolute;
  left:0px;
  top:3px;
}
.contact-info label{
  font-size: 14px;
  color:#ffffff;
}
.copyright{
  text-align: center;
  display: block;
  padding: 15px 0px;
  font-size: 14px;
  border-top:1px solid rgba(255,255,255,.2);
  color:#ffffff;
  margin-top: 20px;
}


.slider {
  /* width: 50%; */
  margin:50px auto;
}
.slick-dots {
  bottom: -40px; /* Adjust the position */
}

.slick-dots li button:before {
  color: gray; /* Default color */
}

.slick-dots li.slick-active button:before {
  color: black; /* Active dot color */
}
.slick-slide {
margin: 0px 20px;
}
.slick-prev:before,
.slick-next:before {
color: black;
}
.slick-active button{
  background: #D61C1C!important;
}


.slick-slide {
transition: all ease-in-out .3s;
opacity:1;
}

.slick-active {
opacity: 1;
}

.slick-current {
opacity: 1;
}
.regular .slick-arrow{
  background: #ffffff;
  width:30px;
  height:30px;
  border-radius:50px;
  -webkit-border-radius:50px;
}
.slick-prev:before {
  content: '\F284';
  font-family:'bootstrap-icons' !important;
  width: 30px;
  display: inline-block;
  font-size: 17px;
}
.slick-next:before {
  content: '\F285';
  font-family:'bootstrap-icons' !important;
  width: 30px;
  display: inline-block;
  font-size: 17px;
}
.slick-dots li{
  height: 3px;
}
.slick-dots li button{
  width: 20px;
  height: 3px;
  background: #ddd;
  padding: 0px;
}
.testimonial-slider-outer{
  max-width: 800px;
}
.gallery-section .slick-dots{
  display: none!important;
}
.gallery-section img{
  border-radius:10px;
  -webkit-border-radius:10px;
}

.carousel-indicators{
  
}
.carousel-indicators button {
  width: 12px;
  height:10px!important;
  width:10px!important;
  border-radius: 50%;
  background-color: #ccc;
}
.carousel-indicators .active {
  background-color: #000;
}
.img-banner{
  height:75vh;
  width: 100%;
  object-position: center;
  object-fit: cover;
}

.animate-swipe-right.swipe {
  animation: swipeRight 0.5s;
  opacity: 1;
}
.animate-swipe-left.swipe {
  animation: swipeLeft 1s;
  opacity: 1;
}
.animate-swipe-up.swipe {
  animation: swipeDown 1.5s;
  opacity: 1;
}
.animate-swipe-down.swipe {
  animation: swipeUp 1.5s;
  opacity: 1;
}

@keyframes swipeRight {
  0% {
    transform: translate(30px, 0px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}
@keyframes swipeLeft {
  0% {
    transform: translate(-30px, 0px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}
@keyframes swipeDown {
  0% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}
@keyframes swipeUp {
  0% {
    transform: translate(0px, 30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

.inner-banner{
  background-color: #0C4992;
  height:auto;
  width: 100%;
  padding:25px 0px;
  background-image: url('../images/banner-bg.png');
  background-repeat: no-repeat;
  background-position: calc(80vw - 200px) center;
}
.inner-banner img{
  height:160px;
  width: 100%;
  object-fit: cover;
  display: none;
}
.inner-banner h1{
  color:#ffffff;
  margin-bottom: 10px;
}
.breadcrumb{
  display: block;
  color:#ffffff;
  font-size: 14px;
  margin-bottom:5px;
}
.breadcrumb a{
  color:#ffffff;
}
.breadcrumb span{
  opacity: .7;
}
.text-ul{
  list-style: none;
  padding-left: 0px;
  margin-top: 20px;
  font-size: 14px;
}
.text-ul li{
  padding: 5px 0px;
}
.text-ul i{
  font-size: 16px;
  margin-right: 4px;
  color:#D61C1C;
}
.best-service{
  background-image: url('../images/banner.png');
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0px;
  position: relative;
  background-attachment: fixed;
}
.best-service::before{
  content:'';
  position: absolute;
  top:0px;
  left:0px;
  bottom:0px;
  right:0px;
  background-color: rgba(0,0,0,0.65);
}
.best-service h2{
  color: #ffffff;
  font-size:40px;
  position: relative;
}
.team-info{
  background-color: #ffffff;
  padding: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom:0px;
  width: 100%;
  transition: all 0.5s;
}
.team-info span{
  font-size: 22px;
  font-weight: 600;
}
.team-info label{
  font-size: 14px;
}
.team{
  position:relative;
  overflow: hidden;
  background-color: #000000;
}
.team img{
  width: 100%;
  height: 375px;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: luminosity;
  transition: all 500ms linear;
  transition-delay: 0.2s;
}
.team:hover .team-info{
  padding: 10px 10px 40px;
}

.team:hover img{
  transform: scale(1.1) rotate(0deg);
  opacity: 0.20;
  mix-blend-mode: normal;
  transition: all 500ms linear;
  transition-delay: 0.1s;
}
.course-outer .course label{
  color:#D61C1C;
}
.course-outer .course:hover a{
  background-color:#D61C1C;
  color:#ffffff;
  border-color:#D61C1C;
}
.course-outer .course span{
  font-size: 20px;
}
.course-outer .course:hover span{
  color:#D61C1C;
}


.contact-info1 {
  display: inline-block;
  width: 100%;
  text-align: center;
  height: 100%;
}
.contact-info-item {
  background: #039FE5;
  padding:35px 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.contact-info-icon {
  margin-bottom: 15px;
}
.contact-info-text *{
  color:#ffffff;
}
.contact-info-text i{
  font-size:25px;
}
.contact-info-text h2{
  font-size: 22px;
  margin-bottom: 10px;
}
.contact-info-text span{
  font-size: 14px;
}

.contact-page-form .single-input-field input {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  margin-bottom: 20px;
  padding: 12px 16px;
  width: 100%;
  border-radius: 4px;
  font-size: 15px;
}

.contact-page-form .message-input {
  display: inline-block;
  width: 100%;
}
.single-input-field textarea {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  width: 100%;
  height: 120px;
  padding: 12px 16px;
  border-radius: 4px;
}
/* .single-input-fieldsbtn input[type="submit"] {
  background: #fda40b none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 10px 0;
  text-transform: capitalize;
  width: 150px;
  margin-top: 20px;
  font-size: 16px;
}
.single-input-fieldsbtn input[type="submit"]:hover{
  background:#071c34;
  transition: all 0.4s ease-in-out 0s;
  border-color:#071c34
} */

.single-input-fieldsbtn{
  margin-top: 20px;
}
.single-input-field  h4 {
  color: #464646;
  text-transform: capitalize;
  font-size: 14px;
}
.contact-page-form {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

.contact-page-map {
  margin-top: 36px;
}
.contact-page-form form {
    padding: 20px 15px 0;
}

.contact-info-item.blue-bg{
  background-color:#0C4992;
}
.contact-info-item.red-bg{
  background-color:#D61C1C;
}
.contact-info-item.black-bg{
  background-color:#000000;
}
.nav-item.dropdown:hover .dropdown-menu{
  display: block;
  padding: 10px 15px;
}
.navbar-nav li a:hover{
  background: none;
}
.quote{
  font-size: 18px;
}
.user-image{
  position: relative;
  display: inline-block;
}
.user-image::before{
  content: '';
  width: 50px;
  height: 100px;
  background: #D61C1C;
  position: absolute;
  right: -20px;
  top:-20px;
}
.user-image::after{
  content: '';
  width: 100px;
  height: 50px;
  background: #D61C1C;
  position: absolute;
  left: -40px;
  bottom:-20px;
}
.awards{
  height:50px;
}


#gallery {
  padding-top: 40px;
}
.img-wrapper {
  position: relative;
  margin-top: 15px;
  padding: 15px;
  border: 1px solid #aaaaaa;
}
.img-wrapper img {
  width: 100%;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
 padding: 1%;
 max-height: 100vh;
}
#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 0.7;
}
#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}
.blog{
  border:1px solid #dddddd;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 5px;
  display: block;
  background: #ffffff;
}
.blog:hover{
  border:1px solid #0C4992;
}
.blog img{
  height: 242px;
  object-fit: cover;
  width: 100%;
}
.blog-content{
  padding:20px;
}
.blog-date{
  font-size: 14px;
  color: #0C4992;
  font-weight: bold;
  display: inline-flex;
  align-content: center;
  margin-bottom:10px;
}
.blog-date i{
  color: #0C4992;
  margin-right: 5px;
  display: inline-block;
}
.blog-content h3{
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  white-space:nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-content p{
  margin-bottom: 10px;
}
.blog-content a, .simple-link {
  color: #D61C1C;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  transition: all .5s;
}
.blog-content a i, .simple-link i{
  transition: all .5s;
  padding-top: 2px;
}
.blog-content a:hover i, .simple-link:hover i{
  margin-left:5px;
}
.blog-wrapper{
  max-width:100%;
  width: 900px;
  margin: auto;
}
.blog-detail-img{
  width: 100%;
  height:400px;
  object-fit: cover;
  margin-bottom:20px;
}
.blog-ul{
  font-size:15px;
  display: block;
  padding-left:20px;
  margin-top: 15px;
}
.blog-outer{
  padding: 20px;
  border:1px solid #dddddd;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.blog-outer h3{
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.recent-posts{
  padding: 10px 0px;
  border-bottom:1px solid #dddddd;
}
.recent-posts-outer > div:last-child{
  border:none;
}


@media screen and (min-width: 991px) {
  #gallery {
    padding: 60px 30px 0 30px;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
  .about-section .arrow-down{
    margin-left: -27px;
  }
}

@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
  #nextButton {
    font-size: 3em;
  }
  #prevButton {
    font-size: 3em;
  }
  #exitButton {
    font-size: 3em;
  }
}


@media only screen and (max-width:992px) {
  .img-banner {
    height: 400px;
  }
  .banner-text{
    top:initial;
  }
  .banner-text h1{
    font-size: 30px;
  }
  .our-courses-section {
    padding: 20px;
  }
  .subscribe{
    float: none;
  }
  .footer-bottom > div{
    margin-top:30px;
  }
  .footer-bottom > div:first-child{
    margin-top:0px;
  }
  .block-border{
    border:none;
    padding: 0px;
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom:1px solid rgba(255,255,255,.2);
  }
}
@media only screen and (max-width:575px) {
  .banner-text{
    margin: 0px 0%;
    width:100%;
    left: 0px;
    text-align: center;
  }
  .banner-text h1 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .about-section {
    padding: 50px 15px;
  }
  .navbar-nav li a{
    padding: 16px 0px;
  }
  .about-img{
    height: auto;
  }
  .stats > div{
    padding-top: 35px;
  }
  footer{
    padding:3rem 15px 0px;
  }
}
.whatsapp-float {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 1000;
    }

    .whatsapp-float a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 60px;
      height: 60px;
      background-color: #25d366;
      color: white;
      font-size: 24px;
      border-radius: 50%;
      box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
      text-decoration: none;
    }

    .whatsapp-float a:hover {
      background-color: #1da851;
    }