:after,
:before,
*{
    box-sizing: border-box;
}
body{
	padding:0px 0px;
	margin:0px 0px;
	font-family: 'poppins', sans-serif;
	font-size:14px;
	font-weight: 400;
	color:#191919;
	line-height: 1;
}
h1,h2,h3,h4,h5,h6{
	padding:0px;
	margin:0px;
}
p, ul{
	padding:0px;
	margin:0px;
}
/*-- header section start --*/

.header{
	width:100%;
	height:70px;
	z-index:99;
	position:fixed;
	top:0px;
	right:0px;
	left:0px;	
	margin:auto;
	background-color:#f8f8f8;
}
.header .navbar .nav-item{
	padding:0px 10px
}
.header .navbar .nav-link{
	letter-spacing: 1.2px;
    font-weight: 300;
    font-size: 14px;
	color: #191919;
    padding: 10px 10px;
	text-transform: uppercase;
}
.header .navbar{
	padding:5px;
	margin:0px;
}
.header .navbar .navbar-nav{
	margin:auto;
}
.header .container-fluid{
    width: 100%;
    padding: 0 60px;
}

.navbar-brand{
	padding:0px;
}
.header .container-fluid .navbar-brand img{
	height:60px;
}
.header .collapse li.nav-item{
	list-style-type:none;
}
.header .collapse .nav-item a.nav-link{
    text-decoration:none;
}
.nav-link.active, .nav-link:hover {
    background: #007190;
    color: #fff !important;
    border-radius: 0px 15px;
}
 /*-- header section end --*/
 /*-- our-details section start --*/

 .class-details{
	display:flex;
	flex-wrap:wrap;
	background-color: #7777771a;
}
.class-details .class-details-content{
	width:55%;
	padding-left:90px;
    padding-right:90px;
	padding-top: 80px;
}
.class-details .class-details-content h1{
	color:#007190;
    font-weight: 400;
    font-size: 32px;
	font-family: poppins;
	margin: 0px;
	line-height:1.3;
}
.class-details .class-details-content hr{
	background:#007190;
    height: 3px;
    padding: 0;
    width: 80px;
    margin: 15px 0px;
    border: none;
}
.class-details .class-details-content p{
	margin-bottom: 15px;
	font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
}
.class-details .class-details-image{
	width:45%;
}
.class-details .class-details-image img{
	object-fit:cover;
	width:100%;
	height:600px;
}	
/*-- our-details section end --*/
/*-- welcome section start --*/
.welcome-section {
    padding:80px 0px;
	text-align:left;
}
.welcome-content {
    padding: 10px;
}
.welcome-content img.img-responsive {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.wel-grid h4 {
    color: #191919;
    font-size: 18px;
    font-weight: 300;
	padding:15px 0px;
}
/*-- welcome section end --*/
/*-- button section end --*/
.button{
	border-radius: 25px;
    display: inline-block;
    padding: 10px 15px;
    line-height: 1.4;
    border: 1px solid #007190;
    font-family: poppins;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background-color: #007190;
    margin-top: 21px;
    text-decoration: none;
}
/*-- button section end --*/
/*-- business section start --*/
.business-info{
	padding: 40px 0px;
}
.business-info h2{
    color: #222222;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 50px;
}
.business-box {
	display:flex;
	flex-wrap:wrap;
}
.business-box .business-inner-box{
	width:25%;
}
.business-box .business-inner-box{
	display:flex;
	flex-wrap:wrap;
}
.business-box .business-inner-box .business-box-image{
	width: 100px;
}
.business-box .business-inner-box .business-box-right{
    width: calc(100% - 100px);
    margin-top: 10px;
    padding-left: 25px;
    align-self: center;
}
.business-box .business-inner-box .business-box-image img{
	height: 100px;
}
.business-box .business-box-right span{
	font-family: poppins;
    font-weight: 500;
    color: #222222;
    font-size: 25px;
    display: inline-block;
}
.business-box .business-box-right h4{
	font-family: poppins;
    font-size: 18px;
    font-weight: 400;
    color: #121212;
    padding-top: 10px;
 }
/*-- business section end --*/
/*-- testimonial section start --*/
.testimonial{
	padding:80px 0px ;
}
.testimonial .test-image {
	text-align:right;
	padding:30px 0px;
}
.testimonial .test-image img{
	width:250px;
	height:250px; 
    border:2px solid #007190;
	border-radius:50% 0% 50% 50%;
	background-color:#007190;
	padding:30px;
}
.testimonial .test-content {
	padding:70px 150px 70px 40px;
	line-height:1.4;
}
.testimonial .test-content h5{
	padding:20px 0px 5px 0px;
	color:#007190;
}
/*-- testimonial section end --*/

/*-- footer section start --*/
.footer{
	background-color:#007392;
	padding: 60px 0px 60px 0px;
}
.footer-box-content h4{
	padding-bottom:20px;
	font-weight:500;
	font-size:24px;
	color:#fff;
}	
.footer-box-content h5{
	padding-bottom:20px;
	font-weight:500;
	font-size:20px;
	color:#fff;
}   
.footer .footer-box-details li{
	color:#fff;
    margin-bottom: 15px;
	line-height: 1.6;
	font-family: poppins;
	font-weight:300;
	list-style-type:none;
}
.footer .footer-box-details i{
	padding-right:10px;
}
.footer .footer-box-content a {
	color:#fff;
	text-decoration:none;
}
.footer .footer-box-details li:last-child{
    margin-bottom: 0px;
}
 /*-- footer section start --*/
 /*-- home section end --*/
 /*-- inner-banner section start --*/
.inner-banner{
    margin-top:80px;
}
.inner-banner .inner-banner-image img{
	width:100%;
    height:  450px;
    object-fit: cover;
}
.inner-banner-image{
	position:relative;
}
.inner-banner-content{
	position:absolute;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
	margin:auto;
	height:180px;
	width: 775px;
}
.inner-banner-content .inner-banner-details{
	color: #007190;
	text-align: center;
	font-family:poppins;
}
.inner-banner-content .inner-banner-details h3{
    font-size: 40px;
    padding-bottom: 10px;
}
.inner-banner-content .inner-banner-details h5{
    font-size: 18px;
	line-height:1.6;
	font-weight:400;
}
 
/*-- inner-banner section end --*/ 
.innerpage_wrapper{
	padding: 80px 0px;
}
/*-- about-us section start --*/
.about-us{
	padding-top: 50px;	
}
.about-us .about-us-details{
	 text-align:center;
}
.about-us .about-us-details h2{
     font-size: 30px;
     line-height: 1.4;
     font-weight: 400;
     padding-bottom: 10px;
	 color: #007190;
}
.about-us .about-us-details p{
	  font-size: 16px;
      line-height: 1.8;
      margin-bottom: 24px;
}
/*-- about-us section end --*/
/*-- founder section start --*/
.founder{
	margin-top:50px;
}
.founder .founder-details{
	 text-align:center;
}
.founder .founder-details img{
	 height:200px;
}
.founder .founder-details h6{
	 font-size:16px;
	 padding:10px 0px 10px 0px;
}
/*-- founder section end --*/
/*-- about section end --*/
 /*-- service section start --*/
 .service .service-image img{
	 width:100%;
	 height:400px;
     object-fit: cover;
 }
 .service .service-content{
	 padding:40px;
 } 
 .service .service-content p{
	 margin-bottom: 15px;
     font-size: 15px;
     line-height: 1.8;
     font-weight: 400;
 }  
 .service .service-content h5{
	 color:#007190;
     font-size: 28px;
     line-height: 1.8;
     font-weight: 400;
 }   
 .service .service-content hr{
     color: #007190;
	 opacity: 1;
 }
.service-details{
     background-color: #7777771a;
}

/*-- service section end --*/
/*-- gallery section start --*/
.gallery .tap .nav-item .nav-link{
	border: 2px solid #007190;
	border-radius: 25px;
    padding:15px 30px;
	color:#007190;	
	font-size:16px;
}
ul#myTab {
    justify-content: space-evenly;
}
.tab-content>.active {
    display: block;
    padding: 40px;
}
li::marker {
    color: #007190;
	font-size:16px;
}

.gallery h2{
    color: #007190;
    font-size: 32px;
    margin: 0;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Dosis',Arial, Helvetica, sans-serif;
}
.gallery .resp-tabs-container img.example-image{
	padding: 10px;
}
.gallery .tab-content .tab-pane img {
    width: 100%;
    height: 270px;
    object-fit: cover;
	padding:10px 0px;
}

/*-- gallery section end --*/

 /*-- contact section start --*/
/*-- contact-banner section start --*/

.contact-banner{
	padding-top:70px;
}
.contact-banner .map{
	border-top:2px solid #007392;
}
/*-- contact-banner section end --*/
 /*-- contact section start --*/
 
 .contact{
	 text-align:center;
 }
 .contact h1{
	font-size: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0px 0px 25px;
    font-family: poppins;
    line-height: 1.4;
}
.contact .contact-details {
    border: 2px solid #007392;
    border-radius: 25px;
    padding: 30px 15px;
}
.contact .contact-details li{
     list-style-type: none;
	 padding-bottom:15px
}
.contact .contact-details h4{
     padding-bottom:10px;
	 font-size: 24px;
	 color:#191919;
	 font-family:poppins;
}
 /*-- contact section end --*/
/*-- video section start --*/
.video .inner-vdo{
	padding:10px 0px;
}

/*-- video section end --*/
 /*-- slider section start --*/

.hero-slider {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}
.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #007190;
  border-radius: 55px;
  opacity:0;
  visibility:hidden;
  transition:all .4s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform:translateX(0);
  opacity:1;
  visibility:visible;
}

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}
.hero-slider .swiper-button-prev {
  left: 25px;
  transform:translateX(50px);
}
.hero-slider .swiper-button-prev:before {
  font: normal normal normal 16px / 1 FontAwesome;
  content: "\f060";
  font-size: 15px;
  color:#007190;
  font-style: normal;
  display: inline-block
  vertical-align: middle;
  font-weight: 700;
}
.hero-slider .swiper-button-next {
  right: 25px;
  transform:translateX(-50px);
}
.hero-slider .swiper-button-next:before {  
  font: normal normal normal 16px / 1 FontAwesome;
  content: "\f061";
  font-size: 15px;
  color: #007190;
  font-style: normal;
  display: inline-block
  vertical-align: middle;
  font-weight: 700;
}
.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background:#fff;
  transition:all .2s ease;
}
.hero-slider .swiper-pagination-bullet-active {
  opacity:1;
}
.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
/*     display: none; */
  }
}
.swiper-pagination {
  text-align:left;
}
.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}
}
@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:30px;
 
}
}
/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
  height: 750px;
  transition:all .4s ease;
  margin-top:70px;
}
.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 500px;
}
.hero-style .slide-title h2 {
	font-size: 80px;
	font-weight: 600;
	line-height: 1;
	color: #ffffff;
	margin: 0 0 40px;
	text-transform: capitalize;
	transition: all .4s ease;
	letter-spacing: 2px;
	font-family: "Kanit", sans-serif;
}
.hero-style .slide-title h2 span {
    display: inline-block;
    color: #007190;
}
.hero-style .slide-text p {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 40px;
  transition:all .4s ease;
  font-family: "Kanit", sans-serif;
}
.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}
.theme-btn, .theme-btn-s2{
	background-color: #ffffff;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	color:#2b3b95;
	padding: 9px 32px;
	border: 0; 
	border-radius: 3px;
	text-transform: uppercase;
	display: inline-block;
	line-height: initial;
	transition:all .4s ease;
}
.theme-btn-s2{
    background-color: rgba(255, 255, 255, 0.9);
    color: #131e4a;
}
.theme-btn:hover, .theme-btn-s2:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn:active, .theme-btn-s2:active {
    background-color:#2b3b95 ;
    color: #fff;
}
.theme-btn-s3{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration:none;
}


@media (max-width: 767px) {
  .hero-style{
    height: 500px;
  }
  .hero-style .slide-title h2 {
    font-size: 48px;
    margin: 0 0 30px;
  }
  .hero-style .slide-text p {
    font-size: 18px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
  .theme-btn, .theme-btn-s2{
    padding: 14px 20px;
    font-size: 14px;
  }
  
}
 /*-- slider section end --*/
