*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box !important;
	transition: 0.5s all;
}
#loading {
    width: 100vw;
    height: 100vh;
    background: rgb(41 34 33 / 88%);
    position: fixed;
    z-index: 1000;
    display: grid;
    place-items: center;
}
.loader {
  width:10rem;
  height:10rem;
  position: relative;
 }
.spin {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    border-right: 0.3rem solid #d75538;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
}
@keyframes spin {
  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 3px;
    margin-right: 8px;
}
.loader h2 {
	width:10rem;
    height:10rem;
    position: absolute;
    color: #fff;
	display:flex;
    align-items: center;
    justify-content: center;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: #000;
}
.main-page{
    border-top: 20px solid #1a1a1a;
}
.container{
    max-width:1440px;
    margin: 5px auto;
}
header{
    border-bottom: 8px solid #4FC8E9;
}
.header-holder {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.logo-holder{
    display: inline-block;
}
.logo{
    width: 190px;
}
.navbar-holder{
    display: inline-block;
}
.navbtn{
    display:none;
}
.nav-bg{
    position: relative;
    padding:5px;
    border: 0;
    margin: .1em;
    background: transparent;
    color: white;
    display: inline-block;
}
.nav-bg::before{
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: -1;
    background:#4fc8e9;
    transform:skew(324deg);
	border: 1px solid #ababab;
  }
.nav-mybtn{
    color:#fff;
    padding: 15px;
    text-decoration: none;
} 
.nav-mybtn:hover{
    color:#fff;
    text-decoration: none;
} 
.top-header {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: -25px;
}
.nav-btn-holder{
    display: block;
}
.social_media {
    color: #333333;
    font-size: 20px;
    margin: 2px;
}
.section1{
    display: flex;
}
.Curent-tab::before{
    content: '';
    background:#007dc5;
}
.sectionbg{
    background:#1a1a1a;
    color: #fff;
}
.left-site, .right-site{
    width: 100%;

}
.section-title {
    background: #4fc8e9;
    margin-top: 3%;
    padding: 7px;
    text-align: center;
    font-size: 176%;
    font-weight: 900;
    color: #1a1a1a;
}
.section-text{
    padding: 15px;
    font-size: 14px;
    color: white;
}
.section2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.centerline{
    position: relative;
    padding: 15px 30px;
    margin: 0.1em;
    background: transparent;
    font-size: 14px;
    color: white;
}
.centerline::before{
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    transform:skew(324deg);
	border-left: 1px solid #ababab;
    margin-right: 7%;
}
.centerbox {
    position: relative;
    margin: 0.1em;
    background: transparent;
    font-size: 14px;
    color: white;
}
.centerbox::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: skew(345deg);
    background: #1f7cc0;
    z-index: -1;
}
.box{
    width: 100%;
    margin: 10px;
}
.div123{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.abs {
    text-align:left;
    display: block;
    width: 50%;
}
.abs1 {
    text-align:right;
    display: block;
    width: 50%;
}
.arrow-holder{
    position: absolute;
    top:40%;
    right: 40%;
}
.inner-img-holder {
    width: 85%;
    transform: skew(345deg);
    display: inline-block;
    background: #fff;
    margin: 5px;
    padding: 5px;
}
.footer{
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: -1;
}
.main-footer {
    background: #86C63C;
    color: #000;
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 15px;
}
.section3 {
    display: flex;
    align-items: flex-end;
    margin-bottom: -5px;
}
.section4 {
    display: flex;
    padding: 15px;
    justify-content: flex-end;
    margin-top: -100px;
}
.counter{
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #1f7cc0;
    border-radius: 50%;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.795);
    color: #fff;
}
.counter span{
    font-size: 200%;
    font-weight: 700;
}

.image-sliderfade 
{
  display: none;
}
  
img 
{
  vertical-align: middle;
}

.sider-container{
  display: block;
}
  
.text {
    font-weight: 700;
    font-size:150%;
}
.dot-holder{
    text-align: center;
    margin: 10px;
}

.dot {
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: transparent;
  border-color: #ddd;
  border-width: 5 px;
  border-style: solid;
  border-radius: 50%;
  display: inline-block;
  transition: border-color 0.6s ease;
}
  
.active {
  border-color: #666;
}

.fade 
{
  -webkit-animation-name: fade-image;
  -webkit-animation-duration: 1.5s;
  animation-name: fade-image;
  animation-duration: 1.5s;
}
  
@-webkit-keyframes fade-image
{
  from {opacity: 0} 
  to {opacity: 1}
}
  
@keyframes fade-image
{
  from {opacity: 0} 
  to {opacity: 1}
}
.dot-holder12{
    position: absolute;
}
.page-title-bg {
    background: transparent;
    display: inline-block;
    width: 30vw;
    border-top: 4vw solid #4fc8e9;
    border-right: 35px solid transparent;
}
.widthstyle{
    width: 38vw;
    display: inline-block;
}
.page-title-text {
    color: #ffffff;
    display: block;
    font-size: 200%;
    margin-top: -4.3%;
    font-weight: 700;
}
.sub-nav-holder {
    background: #86C63C;
    display: flex;
    width: 94%;
    justify-content: space-between;
    transform: skew(324deg);
    margin: 5px auto;
}
.sub-nav-btn {
    text-align: center;
    width: 100%;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    border-left: 1px solid #fff;
    margin-top: 5px;
}
.sub-nav-holder span{
    color: #000;
    transform: skew(36deg);
    display: inline-block;
}
.activeBtn{
    background-color: rgb(0 0 0 /40%);
}
.border-left-none{
    border-left: none;
}
.text-holder{
    padding-top: 15px;
}
.text-holder p{
    margin-bottom: 15px;
}
.section{
    background: #fff;
    margin-bottom: 200px;
}
.Iamges-holder{
    display: flex;
    align-items: center;
    justify-content: center;
}
.red-border{
    border:5px solid #d75538;
    padding: 15px;
}
.main-box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.main-box-AdvisoryBoard {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 3%;
}
.iamges-box{
    padding:30px;
    text-align: center;
}
.prason_detiles{
    padding: 15px;
}
.prason_box{
    padding: 5px;
}
.prason_name {
    padding: 3px;
    font-size: 110%;
    font-weight: 600;
    color: #4fc8e9;
}
.prason-de {
    padding: 3px;
    font-size: 110%;
}
.sectioncolor {
    background: transparent;
    margin-bottom: 200px;
}

/*media QURY/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media (max-width:1440px) { 
    body{font-size:16px;}
    .container{max-width:1280px;}
}
@media (max-width:1280px) { 
    body{font-size:14px;}
    .container{max-width:1024px;}
}
@media (max-width:1024px) { 
    .container{max-width:960px;}
	.page-title-text {font-size: 217%;}

}
@media (max-width:768px) { 
    .container{max-width: 720px;}
    .navbtn {display: block;padding: 4px 15px;background: #1f7cc0;color: #fff;border: none;border-radius: 5px;}
    .header-holder {display: block;}
    .navbar-holder {display: block;text-align: center;}
    .nav-bg {display: block;}
    .section1 {display: flow-root;}
    .section-text-left, .section-text {text-align: center;}
    .section-text::before{transform:skew(0deg);border-left:none;}
    .nav-bg::before {transform: skew(0deg);}
    .nav-btn-holder{display:none;}
	.page-title-text {margin-top: -6.7%;}

}
@media (max-width:576px) { 
    .container{max-width:540px;}


}

