@import url('https://fonts.googleapis.com/css2?family=Antic&family=Antic+Slab&display=swap');



body{
	font-family: 'Antic', sans-serif;
}
*{
	margin: 0;
	padding: 0;
}
ul{
	list-style: none !important;
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none !important;
}

/*header-style-start*/
.top-bar{
	padding: 10px;
	background: rgb(2,96,153);
}
.top-bar .top-bar-con ul{
	padding: 0 !important;
	margin: 0 !important;
}
.top-bar .top-bar-con ul li{
	display: inline;
}
.top-bar .top-bar-con ul li:nth-child(2){
	padding-left: 15px;
}
.top-bar .top-bar-con ul li a{
	color: #fff;
}
.top-bar .top-bar-con i{
	padding-right: 5px;
}
.top-bar .top-bar-social ul{
	padding: 0 !important;
	margin: 0 !important;
}
.top-bar .top-bar-social ul li{
	display: inline;
}

.top-bar .top-bar-social ul li a{
	color: #fff;
}
.top-bar .top-bar-social i{
	padding-right: 5px;
}
.navbar-brand img{
	width: 330px;
}
.main-menu{
	box-shadow:0px 5px 20px rgb(0 0 0 / 6%);
    background: #fff;
}
.navbar-brand{
	margin-right: -2rem;
}
.menu ul li a{
	font-size: 22px;
	font-family: 'Antic', sans-serif;;
	padding: 5px 15px !important;
	color: #000;
}
.dropdown-menu{
	border-top: 5px solid#028de0;
}
.menu ul li  .dropdown-item{
	border-bottom: 1px solid#ddd;
	font-size: 14px !important;

	padding: 12px 10px !important;
}
.normal{
	padding-right: 29px !important;
	    line-height: 40px;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}
.normal-btn{
	background:#82ae3e;
    border: 1px solid #82ae3e;
    color: #ffffff;
    padding: 8px 15px;
    border-radius: 5px;
    margin-right: 5px;
}
.right-info{
	display: flex;
}
.drop1{
	color: #545959;
	border-left:2px solid#B8B8B8;
	padding-left: 5px;
}
.nav-link:focus, .nav-link:hover{
	color:#026099 !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #000 !important;
    background-color: #e6f2ff !important;
}
.dropdown-menu{
	padding: 0 !important;
}
.dropdown-item{
	font-size: 15px !important;
}

/*header-style-end*/

/*Mega-menu-style*/

.mega-menu {
    border-top: 5px solid#028de0;
/*    top: 117px;*/
    left: 100px;
    width: 1150px;
}
.mega-menu .list-group a{
	font-size: 14px;
	padding: 12px 10px !important;
}
.mega-menu .list-group-item-action:focus, .list-group-item-action:hover{
	background: #e6f2ff;
}
.con-p-0{
	padding: 0;
	margin: 0;
}
.mega-col-1{
	padding: 0;
	margin: 0;
	border-left: 1px solid#ddd;
}
/*banner-style-start*/
.flag-banner li{
	padding: 15px;
}
.flag-banner  a{
	color: #444;
}
.flag-banner img{
	width: 40px;
	margin-right: 15px;
}
.main-banner{
	background: url(../img/banner1.png) no-repeat;
	padding: 120px 0;
	background-position: center right;
	 background-size: cover;
}
.banner-caption h1{
	font-size: 55px;
	color:#028de0;
	font-weight: 800;
}
.banner-caption h2{
	font-size: 50px;
	color:#444;
	font-weight: 800;
}
.banner-caption p{
	font-size: 20px;
	color: #545959;

}
.banner-btn{
	margin-top: 15px;
	display: inline-block;
	color: #fff;
	background:#026099 ;
	padding: 12px 24px;
	border-radius: 5px;
}
.banner-btn:hover{
	border: 1px solid#026099;
	transition: 0.5s;
	color: #444;
	background: #fff;
}

.brand1{
	background: #ebf8ff;
	padding: 50px 0;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

.slider {
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 1200px;
}
.language{
	padding: 50px 0;
}
.slider .section-title{
	padding: 25px 0;
}
.slider::before,
.slider::after {
/*  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);*/
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

/*.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}*/

.slider .slide {
  height: 100px;
  width: 250px;
  text-align: center;
}
.slider .slide h4{
	color: #026099;
	text-shadow: -1px 2px #e2f3fc;
}

.service{
	padding: 50px 0;
/*	background: #fef5f0;*/
}
.service{
	position: relative;
}
.service:before{
	content: '';
	z-index: -1;
	top: 0;
	position: absolute;
	width: 100%;
	height: 450px;
	background:  #fef5f0;
}
.service:after{
	content: '';
	z-index: -1;
	bottom: 0;
	position: absolute;
	width: 100%;
	height: 300px;
	background:  #fef5f0;
}
.section-title{
	text-align: center;
}
.section-title h1{
	z-index: 111;
	text-align: center;
	font-size: 40px;
	margin-bottom: 15px;
	position: relative;
	font-weight: 700;
	display: inline-block;
}
.section-title p{
	z-index: 111;
	font-size: 16px;
	text-align: center;
	padding-bottom: 15px;
}
.section-title h1:before{
	content: '';
    position: absolute;
    text-align: right;
    width: 31px;
    height: 8px;
    top: 36px;
   right: -25px;
    background: #026099;
}
.inner-part1{
/*	z-index: 111;*/
	background: #fff;
	padding: 25px;
	border-radius: 10px;
	text-align: center;
	height: 417px;
    margin-bottom: 20px;
}
.inner-part1:hover{
	box-shadow: 0px 5px 20px rgb(0 0 0 / 20%);
	transition: 0.5s;
}
.inner-part1 h1{

	font-size: 23px;
	font-weight: 700;
	color: #4d4d4d;
	padding: 15px 0;
}
.inner-part1 img{
	width: 70%;
}
.inner-part1 p{
	
	font-size: 15px;
	color: #4d4d4d;
	font-weight: 500;
	line-height: 25px;
}
.inner-part1 a{
	font-size: 16px;
	color:#4d4d4d;

}
.inner-part1 a:hover{
	color: #f97930;
	transform: translate(10px);
}
.counter-container {
  display: flex;
  color: #fff;
  justify-content: center;
  text-align: center;
}
span.plus-counter{
	font-size: 60px !important;
}
.counter-inner span{
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	display: inline-block;
}
.counter {
  font-size: 60px;
  margin-top: 10px;
  color: #026099;
  font-weight: 600;
}
.counter1{
	padding: 50px 0;
}
.counter-inner{
	text-align: center;
    padding: 45px 50px 30px 50px;
	border-radius: 50px;
	background-image:linear-gradient(180deg, #ebf8ff 0%, #82bbdd 100%);
}
.counter-inner h1{
	text-align: left;
	font-size: 26px;
    font-weight: 700;
    color: #444;
    line-height: 1.1em;
}
.counter-inner .counter-container{
	color: #444;
    display: flex;
   
    flex-wrap: nowrap;
    align-items: center;
}
.counter-inner .counter-container span{
	color: #026099;
}
.counter1 p{
	color: #444;
	text-align: center;
	font-size: 25px;

}
.border1{
	border-right:1px solid#ffffff61;
}
.border1:last-child{
	border: none;
}
.case{
	padding: 50px 0;
}
.case-inner{
	position: relative;
}
.case-inner img{
	border-radius: 15px;
}
.case-inner1 img{
	border-radius: 15px;
}
.case-inner-text  h2 a{
	bottom: 25px;
	text-align: center;
	font-size: 18px;
    color: #fff;
    font-weight: 600;
    left: 45px;
	position: absolute;
}
.case-inner1{
	padding-top: 50px;
	position: relative;
}
.case-inner-text1  h2 a{
	bottom: 25px;
	text-align: center;
	font-size: 18px;
    color: #fff;
    font-weight: 600;
    left: 45px;
	position: absolute;
}
.case-btn{
	margin-top: 30px;
	text-align: center;
}
.case-btn a {
    color: #fff;
    background: #f97930;
    padding: 10px 45px;
    border-radius: 5px;
}
.case-btn a:hover{
	border: 1px solid#f97930;
	transition: 0.5s;
	color: #444;
	background: #fff;
}
.vision{
	padding: 50px 0;
}
.vision h1{
	display: inline-block;
    font-size: 30px;
    margin-bottom: 15px;
    position: relative;
    font-weight: 700;

}
.vision h1:before{
	content: '';
    position: absolute;
    text-align: right;
    width: 31px;
    height: 8px;
    top: 28px;
    right: -25px;
    background: #f97930;
}
.vision p{
	font-size: 15px;
    color: #4d4d4d;
    font-weight: 500;
    text-align: justify;
    line-height: 32px;
}
.feature-title{
	text-align: center;
}
.feature-title h1{
	display: inline-block;
	text-align: center;
    font-size: 30px;
    margin-bottom: 15px;
    position: relative;
    font-weight: 700;
}
.feature1{
	padding: 50px 0;
}
.feature-title h1:before{
	content: '';
    position: absolute;
    text-align: right;
    width: 31px;
    height: 8px;
    top: 30px;
    right: -25px;
    background: #f97930;
}
.feature-img{
	padding: 0 15px;
}
.tes-title{
	text-align: center;
}
.tes-title h1{
	display: inline-block;

    font-size: 30px;
    margin-bottom: 15px;
    position: relative;
    font-weight: 700;
}
.tes-title h1:before{
	content: '';
    position: absolute;
    text-align: right;
    width: 31px;
    height: 8px;
    top: 30px;
    right: -25px;
    background: #026099;
}
.testimonial1{
	background: #026099;
		padding: 50px 0;
	position: relative;
}
.testimonial1 .tes-title{
	color: #fff;
}
/*.testimonial1:before{
 position: absolute;
 content: '';
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 background:#026099;
 width: 100%;
 opacity: 0.9;
}*/
.book-title{
	text-align: center;
}
.book-title h1{
	display: inline-block;
    font-size: 30px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
}
.book-title h1:before{
	content: '';
    position: absolute;
    text-align: right;
    width: 31px;
    height: 8px;
    top: 30px;
    right: -25px;
    background: #f97930;
}
.form-control{
	height: 55px !important;
}
.form-control:focus{
	border-color: #028de0;
    box-shadow: 0 0 0 0.25rem rgb(1 142 186 / 10%);
}
.normal-btn2{
	background: #02639d;
    border: 1px solid #02639d;
    color: #ffffff;
    padding: 10px 35px;
    border-radius: 5px;
    margin-right: 5px;
}
textarea.form-control {
    min-height: calc(1.5em + (5.75rem + 2px));
}
.faq{
	padding: 50px 0;
}

.faq-title h1{
	display: inline-block;
    font-size: 30px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
}

.accordion-button:not(.collapsed){
	    color: #000000;
    background-color: #fff5f0;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.accordion-button::after{
	background-image:url(../img/Icons/plus-circle.png) !important;
}
.accordion-button:focus {
   z-index: 3;
    border-color: #028de0 !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(224 238 247) !important;
}
.area{
	padding: 50px 0;
}
.area-title{
	text-align: center;
}
.area-title h1{
   display: inline-block;
    font-size: 30px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
}
.area-title h1:before{
   content: '';
    position: absolute;
    text-align: right;
    width: 31px;
    height: 8px;
    top: 30px;
    right: -25px;
    background: #f97930;
}
.area-inner{
	border-radius: 15px;
	box-shadow: 1px 2px 6px 0px rgb(0 0 0 / 20%);
}
.area-inner img{
	border-radius: 15px 15px 0 0;
}
.area-inner h1{
	text-align: center;
	font-size: 20px;
	color: #f97930;
	padding: 15px;
}
.blog{
	padding: 50px 0;
}
.blog-title{
	text-align: center;
}
.blog-title h1{
	display: inline-block;
    font-size: 30px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
}
.blog-title h1:before{
	 content: '';
    position: absolute;
    text-align: right;
    width: 31px;
    height: 8px;
    top: 30px;
    right: -25px;
    background: #f97930;
}
.blog-inner{
	border-radius: 15px;
	height: 370px;
	border: 1px solid#ddd;
}

.blog-inner p{
	color: #000;
	font-weight: 600;
	font-size: 15px;
	padding: 15px 20px;
	margin: 0;
}
.blog-inner a{
	font-size: 16px;
	color: #000;
	padding-left: 20px;
	
}
.ribben{
	padding: 30px 0;
	background:#026099;
}
.ribben-inner{
	text-align: center;
}
.ribben-inner h1{
	color: #fff;
	font-size: 30px;
}
.ribben-inner h1 a{
	color: #fff;
}
.normal-btn3{

    border: 1px solid #fff;
    color: #ffffff;
    margin-left: 25px;
    padding: 10px 35px;
    border-radius: 5px;
    margin-right: 5px;
}
.normal-btn3:hover{
	background: #3d3d3d;
	border: 1px solid #3d3d3d;
	transition: 0.5s;
}
.footer{
	background:linear-gradient(181deg, #026099, #0583cf);
	padding: 30px 0;
}
.footer-inner-content h1{
	font-size: 25px;
	color: #026099;
	margin-bottom: 20px;
	font-weight: 600;
}
.footer-inner-content ul li{
	color: #026099;

}
.footer-inner-content ul li a{
	color: #444;
}
.footer-inner-content li{
	margin: 10px 0;
}
.footer-inner-content i{
	padding-right: 8px;
	font-size: 14px;
}

.footer-inner-content-bottom1 h1{
	font-size: 25px;
	color: #fff;
	margin-top: 93px;
	font-weight: 600;
}
.footer-inner-content-bottom1 ul li{
	color: #026099;
  display: inline-block;
  width: 35px ;
  line-height: 35px;
  text-align: center;
  height: 35px;
  margin-left: 5px;
  border-radius: 50%;
  background: #fff;
}

.footer-inner-content-bottom1 li{
	margin: 10px 0;
}
.footer-inner-content-bottom1 i{
     text-align: center;
	font-size: 18px;
	padding: 0;
}
.footer-inner-content-right{
	color: #fff;
}
.footer-inner-content-right p{
	color: #fff;
	font-size: 14px;
}
.footer-inner-content-right input{
	width: 60%;
	height: 48px !important;
	margin-right: 20px;
	display: flex;
	margin-bottom: 15px;
}
.footer-inner-content-right form{
	    display: flex;
    margin-right: 5px;
}
.footer-inner-content-right .normal-btn{
	height: 48px !important;
	padding: 15px 32px;
	font-size: 14px;
}
.footer-inner-content-right form input[type="submit"]{
	height: 48px;
}
.footer-inner-content-right-bottom2{
	margin-top: 30px;
}
.footer-inner-content-right-bottom2 h1{
font-size: 25px;
	color: #fff;
     margin-bottom: 20px;
	font-weight: 600;
}
.footer-inner-content-right-bottom2 p{
	font-size: 15px;
	color: #fff;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.navbar-toggler:focus{
	box-shadow: 0px !important;
}
.silder{
	margin-bottom: 20px;
	position: relative;
}
.silder .owl-item.active.center .slider-card{
	transform: scale(1.10);
	opacity: 1;
	
	
}
.slider-card img{
	width: 150px !important;
}
.slider-card{
	
	
	border-radius: 5px;
    margin: 10px 9px;
	transform: scale(0.9);
	opacity: 0.2;
	transition: all 0.3s;
}
.slider-card p{
	text-align: center;
	font-size: 22px;
	color: #fff;
	line-height: 30px;
}
.slider-card h1{
	color: #fff;
	text-align: center;
    font-size: 25px;
    margin-bottom: 15px;
   
    font-weight: 700;
}
.slider-card hr{
	width: 60px;
    margin: 15px auto;
    border-width: 4px;
    opacity: 1;
    background: #def3ff;
}

.owl-nav .owl-next{
	position: absolute;
	top: calc(50% - 25px);
	right: 0;
	opacity: 1;
	font-size: 30px;
	z-index: 1;
	display: block !important;
}
.owl-nav .owl-prev{
	position: absolute;
	top: calc(50% - 25px);
	left: 0;
	opacity: 1;
	font-size: 30px;
	display: block !important;
	z-index: 1;
}
.owl-theme .owl-nav [class*=owl-]{
	width: 30px !important;
	height: 30px !important;
	line-height: 30px !important;
	background: #ddd  !important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
border-left-color: #026099;
    margin-top: 5px;
    margin-right: 0px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.about-img img{
	border-radius: 50%;
}
.about-img2 img{
	    position: absolute;
    border-radius: 50%;
    left: 363px;
    bottom: 55px;
} 
.about-img3 img{
	
    position: absolute;
    border-radius: 50%;
    left: 50px;

} 
.about-shape1:before{
       position: absolute;
    content: '';
    background: #026099;
    width: 100px;
    top: 150px;
    left: 400px;
    height: 100px;
    border-radius: 50%;
    z-index: -1;x
}
.about-shape2:before{
    position: absolute;
    content: '';
    background-image:linear-gradient(180deg, #ebf8ff 0%, #73b0d5 100%);
   width: 100px;
   top: 76%;
    left: 240px;
    height: 100px;
    border-radius: 50%;
    z-index: -1;
}
.about-shape3:before{
   position: absolute;
    content: '';
    background: #add3e7;
    width: 100px;
    top: 25%;
    left: 17px;
    height: 100px;
    border-radius: 50%;
    z-index: -1;

}
.about-content{
	height: 540px;
    padding: 50px 0;
    position: relative
}
.about-content1 p{
	text-align: justify;
}
.about-content1 h2{
	padding-bottom: 5px;
	font-size: 30px;
	border-bottom: 1px solid#ddd;
}
.about-content1 h2 span{
	color: #026099;
	font-weight: 700;
}
.service-inner img{
	width: 100%;
    
    border-radius:25px 25px 0 0px;
   
   
}
.service-lang-con{
	padding: 20px;
}
.service-lang-con h1{
	font-size: 20px;


}
.service-lang-con p{
	font-size: 15px;
	text-align: center;
	margin-bottom: 0;
	word-spacing: -1px;
}
.service-inner{
	margin: 25px 0;
   
text-align: center;
	border-radius: 25px;
    background: #ebf8ff;
    box-shadow: 0px -1px 7px 2px #0260996b;
    /* flex-wrap: wrap; */
    /* align-content: stretch; */
    align-items: center;
}
.service-inner:hover{
	background: #fff;
	transition: 0.5s;
}
.service-lang{
    background: #ebf8ff;
	padding: 50px 0;
}
.service-lang-con .banner-btn{
	font-size: 14px;
	padding: 8px 15px;
	border: 1px solid#026099;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#button {
  display: inline-block;
  border: 1px solid#fff;
  background-color: #026099;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
}
.main-counter{
	padding: 50px 0;
}
.icon-counter{
	    width: 60px;
    height: 60px;
    background: #026099;
    line-height: 60px;
    color: #fff;
    border-radius: 8px;
    text-align: center;
}
.icon-counter i{
	font-size: 20px;
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}

.counter-main1 {
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: column;
    /* align-content: flex-start; */
    align-items: center;
    padding: 15px 0;
}
.count-heading{
    flex: 1;
    font-size: 40px;
    text-align: center;
    color: #000000;
}
.count{
    font-size: 44px;
}

/*Lang-css*/
.language-new{
	padding: 50px 0;
}
.lang-inn{
text-align: center;
}
.lang-inn h3{
	font-size: 32px;
	font-weight: 600;
}
.test-btn{
	text-align: center;
}
.test-btn a{
	position: absolute;
	z-index: 111;
	color: #444;
	padding: 10px 15px;
	background: #fff;
}
.footer-menu1 ul li{
	float: left;
	padding: 5px;
}
.footer-menu1 ul li a{
	font-size: 18px;
	color: #fff;
}
.mail-id a{
	color: #fff;
}
.row-pad{
	padding: 30px 0;
}
.copy1 p{
	margin:0;
}
.copy2 p{
	margin: 0;
}
.copy1{
	color: #fff;
	font-size: 18px;
}
.copy2{
	float: right;
	font-size: 18px;
	color: #fff;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:120px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
  line-height: 60px;
}

.my-float{
	margin-top:16px;
}
.testimonial1 .owl-carousel .owl-stage-outer{
	
}
.about-1{
	padding: 50px 0;
}
.about-detail h1{
	color: #000;
	margin: 20px 0;
	font-weight: 800;
	font-size: 30px;
}
.about-detail h2{
	color: #000;
	font-weight: 800;
	font-size: 30px;
	margin: 20px 0;

}
.about-detail p{
	color: #000000;
    font-family: "Antic", Sans-serif;
    font-size: 21px;
    font-weight: 500;
}
.icon-head{
	margin-bottom: 30px;
	padding: 20px;
	background: #f2f2f2;
}
.icon-box{
	padding: 25px;
	text-align: center;
}
.icon-box h3{
	font-weight: 800;
}
.icon-box i{
	margin-bottom: 25px;
	font-size: 25px;
	width: 60px;
    height: 60px;
    background: #026099;
    line-height: 60px;
    color: #fff;
    border-radius: 8px;
    text-align: center;
}
.about-teacher h3{
	color: #000;
	font-weight: 800;
	font-size: 30px;
	margin: 20px 0;
}
.about-teacher p{
	text-align: justify;
	color: #000000;
    font-family: "Antic", Sans-serif;
    font-size: 18px;
    font-weight: 500;
}
.head h3{
color: #000;
	font-weight: 800;
	font-size: 30px;
	margin: 20px 0;
}
.contact-icon{
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.c-icon-b {
    width: 12%;
}

.c-icon-t {
    width: 88%;
}

.c-icon-b i {
	text-align: center;
	line-height: 75px;
    background-color: #e6e5ff;
    border-radius: 50%;
    margin: 0 0 0 0;
    width: 75px;
    /* padding: 24px 29px 20px 20px; */
    font-size: 25px;
    height: 75px;
}
.c-icon-t p{
	margin: 0 !important;
	padding: 0 !important;
}
.c-icon-t p a{
	color: #000;
}
h1.count:after {
    position:absolute;
    content:'+';
    
}

.accordion-item{
	border: none !important;
	margin-bottom: 25px;
	background: #ffffff;
	box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 9%);
}
.accordion-button{
color: #028de0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: 0.3px;
    padding: 20px 40px 20px 40px;
    border-radius: 5px 5px 5px 5px;
}
.accordion-button:not(.collapsed){
	color: #ffffff !important;
    background-color: #028de0 !important;
}
.faq{
	background: #edeff2;
}
.accordion-body ul{
	padding-left: 25px;
}
.accordion-body ul li{
 list-style: disc;
}
.enq-form{
	padding: 50px 0;
}
.form-title h2{
	display: inline-block;
    font-size: 30px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
}
.input-fild label{
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}
.input-fild span{
	color: red;
}
.gallery-main{
	padding: 50px 0;
}
.gallery {
    display: flex;
    /* flex: auto; */
    flex-wrap: wrap;
    /* align-content: stretch; */
    justify-content: center;
}

    .gallery img {
     max-width: 100%;
    height: auto;
    cursor: pointer;
  
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    /* padding: 15px; */
    margin: 15px 4px;
    
    }

    .modal {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.9);
    }

    .modal-content {
         display: block;
    margin: 10% auto;
    max-width: 30%;
    padding: 0;
    }

    .modal-content img {
      width: 100%;
      height: auto;
    }

    .close {
    position: absolute;
    top: -15px;
    right: -21px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: #028de0;
    line-height: 33px;
    padding: 0;
    padding-left: 13px;
    }
    .coming-soon-img{
    	text-align: center;
    }
    .contact-form{
    	padding: 50px 0;
    }
    
    
.blog-main {
    padding: 80px 0;
}
    
.blog-box {
    height:100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding:0 !important;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.blog-box h2 {
    margin-top: 10px;
    font-size: 25px;
    padding: 20px;
    font-weight: 600;
    color: #0064b4;
}
.blog-box p{
    padding:0 20px 0 20px;
}
.blog-box a{
    padding: 20px;
    background: #82ae3e;
    border: 1px solid #82ae3e;
    color: #ffffff;
    margin-left:20px;
    padding: 8px 15px;
    border-radius: 5px;
    margin-right: 5px;
}

.blog-in {
    padding: 50px 0;
}

.blog-in2 {
    padding: 50px;
    background: #e7f9ff;
    box-shadow: 0px 0px 8px 3px #bababa99;
}
.blog-in2 i{
    padding-right:10px;
}
.blog-in2 ul{
    padding-left:20px;
}
.blog-in2 h2{
   font-size: 25px;
    font-weight: 600;
    color: #0064b4;
}
.blog-in2 h3{
    font-size: 25px;
    font-weight: 600;
    color: #008130;
}
.blog-in2 h4{
    font-size: 20px;
    font-weight: 600;
    color: #3F51B5;
    margin-bottom: 15px;
}

.modal-new{
   max-width: 80% !important;
}
.modal-dialog{
    max-width:800px !important;
}
.modal{
    background-color:unset !important;
    z-index:1111 !important;
}
.modal-content{
    width:60% !important;
}