/*menusec*/

.topmenu{
	background-color: rgba(255, 102, 0, .7);
}
.menusec{
	padding: 0px; 
	background-color: #61a22a;
}
.topcall{
	color: #fff; 
	font-size: 14px; 
	margin-top: 10px;
	float: left;
}
.topgst{
	color: #fff; 
	font-size: 14px; 
	margin-top: 15px;
	float: right;
}
.HeaderMenuBarTop{
	position: sticky;
	top: 0;
	z-index: 999;
	padding: 0 120px 0 80px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	animation: nav-load 1s ease-in;
}
@keyframes nav-load {
	0%{
		transform: translateY(-100%); 
	}
	100% {
		transform: translateY(0);
	}
}

.BarIcon_Panel{
	text-align: right;
	float: right;
}
.MenuList{
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
}
.MenuList:hover .HeaderMenuList{
	color: #f7941e;
}
.MenuBar{
   margin: 0;
   padding: 0;
   margin-top: 40px;
   /*padding-top: 10px;*/
}
.LogoImg{
	width: auto;
	height: 120px;
	padding: 0px;
}
.HeaderMenuList{
  margin: 0;
  padding: 0;
  padding: 0 10px;
  /*padding-top: 15px;*/
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
#BarIcon{
  display: none;

}
.AddMenu{
  margin: 0;
  padding: 0;
  margin-top: 25px;
}
.AddLink{
  display: inline-block;
  font-size: 13px;
  padding: 0 15px;
}
.MenuIcon i{
  background-color: #0066cc;
  padding: 10px;
  height: 10px;
  width: 10px;
}
.MenuBarAdd{
  text-align: left;
}
.TextDec:hover{
  text-decoration: none;
}
.SubmenuLink{
	list-style-type: none;
 /* text-align: center;*/
  margin: 0;
  padding: 0;
}
.nav_menuList{
   display: none;
   position: absolute;
   background-color: #fff;
   right: 0;
   left: 0;
   box-shadow: 0 0 2px 2px #f2f2f2;
   z-index: 99;
   top: 40px;
   border: 1px solid #fff;
   width: 300px;
   text-align: left;
}
.MenuList:hover .nav_menuList{
  display: block;
}
.SubMenuList{
	padding: 10px 20px 5px 20px;
}
.HeaderLinkList:hover{
	text-decoration: none;
}
.SubMenuLinkList{
	color: #333333;
}
.ImplementationContain{
	margin-top: 50px;
}
.menu{
	color: #000;
}
.SubMenuList:hover {
	background-color: #61a22a;
}
.SubMenuList:hover .SubMenuLinkList{
	color: #fff;
}
.socials{
	padding: 15px 0 0 0;
	list-style-type: none;
	float: right;
}
.socialiconsty{
	display: inline-block;
	padding: 0 15px;
}

/*indexsec*/

.maintopsec{
	padding: 0;
}
.topdesc{
	background-image: url(../images/banner1.jpg);
	background-size: cover;
	height: 600px;
	z-index: 9;
	margin-bottom: 50px;
	margin: 0 auto;
	position: relative;
}
.topdesc2{
	background-image: url(../images/banner2.jpg);
	background-size: cover;
	height: 600px;
	z-index: 9;
	margin-bottom: 50px;
	margin: 0 auto;
	position: relative;
}
.topdesc3{
	background-image: url(../images/banner4.jpg);
	background-size: cover;
	height: 600px;
	z-index: 9;
	margin-bottom: 50px;
	margin: 0 auto;
	position: relative;
}
.topdesc4{
	background-image: url(../images/banner5.jpg);
	background-size: cover;
	height: 600px;
	z-index: 9;
	margin-bottom: 50px;
	margin: 0 auto;
	position: relative;
}
.overlay{
	background-color: rgba(0, 0, 0, .5);
	background-size: cover;
	z-index: 99;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	padding: 40px 150px;
	text-align: center; 
}
.topbanhead{
	color: #fff;
	font-weight: bold;
	font-size: 65px;
	text-align: center;
	padding-top: 150px;
	font-family: 'Source Serif Pro', serif;
	text-transform: uppercase;
}
.topbanhead2{
	color: #fff;
	font-weight: bold;
	font-size: 34px;
	text-align: center;
	padding-top: 10px;
	font-family: 'Source Serif Pro', serif;
	text-transform: uppercase;
}
.topbanhead3{
	color: #fff;
	font-weight: bold;
	font-size: 65px;
	text-align: center;
	padding-top: 150px;
	font-family: 'Source Serif Pro', serif;
	text-transform: uppercase;
	animation-name: flash;
    animation-duration: 8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running; 
}
.btntop{
	background-color: #00ccff;
	padding: 10px 20px;
	color: #fff;
	font-weight: 550;
	width: 150px;
	margin: 0 auto;
	text-align: center;
}
.secondsec{
	padding: 50px 0;
	text-align: center;
}
.secHead{
	font-family: 'Source Serif Pro', serif;
}
.bar{
	width: 200px;
	background-color: #00ccff;
	margin: 0 auto;
	height: 3px;
	margin-bottom: 50px;
}
.secPara{
	margin-bottom: 40px;
	line-height: 22px;
	font-size: 14px;
}
.galarystyl{
	width: 100%;
	height: 200px;
	animation-name: image-load;
	animation-duration: 5s;
	animation-timing-function: ease-in;
}
@keyframes image-load {
	0%{
		transform: scale(0);
	}
	90%{
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}
.aboutimg{
	height: auto;
}




/*footer*/

.footer{
	background-color: #f2f2f2; 
	padding: 100px 150px 50px 150px;
}

.footercompany{
	color: #000;
	text-align: left;
}
.footermenusec{
	color: #242424;
	list-style-type: none;
	text-align: left;
	margin-left: -40px;
}
.footermenulist{
	font-size: 16px;
	line-height: 30px;
}
.footermenulist a{
	color: #242424;
}
.footermenulist a:hover {
	text-decoration: none;
	color: orange;
}
.socialicon{
	display: inline;
}
.socialicon a{
	color: #242424;
	padding-right: 20px;
	font-size: 22px;
}
.subfooter{
	background-color: rgba(255, 102, 0, 1);
	z-index: 99;
	padding: 10px 0 5px 0; 
	text-align: center;
	color: #fff;
}
#BarIcon{
	display: none;
}

/*aboutsection*/

.fstsection{
	background: url("../images/aboutban.jpg") no-repeat;
	background-size: cover;
	height: auto;
	width: 100%;
	padding: 100px 0 50px 0;
	text-align: center;
}
.aboutpara2{
	color: #fff;
	text-align: center;
	font-family: 'Source Serif Pro', serif;
}
.aboutdetail{
	color: #fff;
	font-size: 18px;
}
.aboutdetail:hover{
	color: #000;
	font-size: 18px;
	text-decoration: none;
}
.topheadsec{
	margin-left: 200px;
}
.topheadsec1{
	margin-left: 130px;
}
.heading{
	margin-top: 30px;
	font-size: 48px;
	color: #fff; 
	font-weight: 550;
}
.aboutpara{
	color: #fff;
}
.aboutsec{
	padding: 50px 0px;
}
.aboutsecnd{
	padding: 30px 150px;
	background-image: url(../images/aboutban2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    margin-bottom: 50px;
}
.aboutsecndHead{
	font-weight: bold;
	color: #000;
	font-family: 'Source Serif Pro', serif;
}
.absecndpara{
	color: #000;
	text-align: justify;
}
.aboutthirdsec{
	padding: 50px 150px;
	text-align: justify;
	animation-name: vision-load;
	animation-duration: 2s;
	animation-timing-function: ease-in;
}

@keyframes vision-load {
	0%{
		transform: scale(.5);
	}
	90%{
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}
.progressbarstyl{
	padding: 20px 0;
}

/*service*/

.servicesec{
	background-image: url(../images/galaryimg5.png);
	background-size: cover;
	height: 600px;
	z-index: 9;
	margin-bottom: 50px;
	margin: 0 auto;
	position: relative;
	padding: 60px 150px;
	margin: 30px 0;
	color: #fff;
	animation: service-laod 5s ease-in;
}
.overlay2{
	background-color: rgba(29, 94, 171, .7);
	background-size: cover;
	z-index: 99;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	padding: 40px 150px;
	text-align: left;
}

@keyframes service-laod {
	0%{
		transform: translateX(-100%); 
	}
	100% {
		transform: translateX(0);
	}
}
.subpara{
	font-family: 'Source Serif Pro', serif; 
	font-size: 28px;
	color: #fff;
	text-align: center;
}

.servpara{
	margin-bottom: 50px;
	text-align: justify;
}
.bar2{
	width: 150px;
	background-color: #00ccff;
	text-align: left;
	height: 3px;
	margin-bottom: 30px;
}

.contactsec{
	padding: 30px 250px;
	background-image: url(../images/contact-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    margin-bottom: 50px;
    text-align: center;
    color: #fff;
}
.ContactFormInput{
	background-color: transparent;
}
.ContactBtn{
	background-color: #00ccff;
	padding: 10px 20px;
	color: #fff;
	font-weight: 550;
}
.btnshare{
    border: 1px solid #33cc00;
    border-radius: 5px;
    color: #33cc00;
    font-weight: bold;
    background-color: transparent;
}
.btnshare:hover {
    border: 1px solid #000;
}

.btndiv{
    margin-top: 70px;
    margin-left: 70px;
    transform: translate(-50%, -50%);
    width: fit-content;
    height:auto;
    border: 1px solid #33cc00;
}
.enrolbtn{
    background: #fff;
    border-style: none;
    color:#000066;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    padding: 10px 20px;
    overflow: hidden;
    transition: all .5s;
}
.enrolbtn span{
    position: absolute;
    display: block;
}
.enrolbtn span:nth-child(1){
    height: 5px;
    width:200px;
    top:0px;
    left:-200px;
    background: linear-gradient(to right, rgba(0,0,0,0), #33cc00);
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    animation: span1 2s linear infinite;
    animation-delay: 1s;
}

@keyframes span1{
    0%{
        left:-200px
    }
    100%{
        left:200px;
    }
}
.enrolbtn span:nth-child(2){
    height: 70px;
    width: 5px;
    top:-70px;
    right:0px;
    background: linear-gradient(to bottom, rgba(0,0,0,0), #33cc00);
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    animation: span2 2s linear infinite;
    animation-delay: 2s;
}
@keyframes span2{
    0%{
        top:-70px;
    }
    100%{
        top:70px;
    }
}
.enrolbtn span:nth-child(3){
    height:5px;
    width:200px;
    right:-200px;
    bottom: 0px;
    background: linear-gradient(to left, rgba(0,0,0,0), #33cc00);
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    animation: span3 2s linear infinite;
    animation-delay: 3s;
}
@keyframes span3{
    0%{
        right:-200px;
    }
    100%{
        right: 200px;
    }
}

.enrolbtn span:nth-child(4){
    height:70px;
    width:3px;
    bottom:-70px;
    left:0px;
    background: linear-gradient(to top, rgba(0,0,0,0), #33cc00);
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
    animation: span4 2s linear infinite;
    animation-delay: 4s;
}
@keyframes span4{
    0%{
        bottom: -70px;
    }
    100%{
        bottom:70px;
    }
}

.enrolbtn:hover{
    background-color: #000099;
    color: #fff;
}

.providesec{
	padding: 50px 150px;
	text-align: center;
}
.provideHead{
	font-size: 48px;
	font-family: 'Source Serif Pro', serif;

}

.coregrpsec{
	background-image: url(../images/galaryimg2.png);
	background-size: cover;
	height: 850px;
	z-index: 9;
	margin-bottom: 50px;
	margin: 0 auto;
	position: relative;
	padding: 60px 150px;
	margin: 30px 0;
	color: #fff;
}
.overlay3{
	background-color: rgba(0, 0, 0, .5);
	background-size: cover;
	z-index: 99;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	padding: 40px 150px;
	text-align: left; 
}
.primg{
	height: auto;
	width: 100%;
}
.recesec{
	padding: 50px 200px;
	text-align: center;
}
.testibox{
	margin: 0 auto;
	text-align: center;
}
.primg2{
	height: 100px;
	width: 100%;
	border-radius: 100%;
}
.provimgsec{
	padding: 20px 100px;
}
.cer{
	float: right;
}
.isosec2{
	display: none;
}

.imgbox {
  position: relative;
  width: 100%;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.imgbox:hover .image {
  opacity: 0.5;
}

.imgbox:hover .middle {
  opacity: 1;
}

.text {
  background-color: orange;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

/*contact*/

/*contact*/

.contTitle{
	font-weight: bold; 
	padding-top: 180px; 
	margin-bottom: 50px;
	color: #0066ff;
}
.contactLable{
	font-family: 'Gelasio', serif;
	font-size: 20px;
	font-weight: 600;
}
.ContactFormInput{
	border-radius: 10px;
	height: 50px;
	border: 2px solid #ccc;
}
.ContactBtn{
	background-color: #66ccff;
	padding: 10px 20px;
	font-family: 'Gelasio', serif;
	font-weight: 600;
	cursor: pointer;
}
.ContactAdd{
	margin-top: 50px;
	margin-bottom: 100px;
}
.ContactTitle{
	text-align: center;
	margin-top: 50px;
	font-size: 30px;
	font-weight: 600;
	font-family: 'Anton', sans-serif;
	margin-bottom: 10px;
}
.ContAddress{
	box-shadow: 0 0 2px 2px  #e6e6e6;
	padding: 20px;
	border: 8px solid #f2f2f2;
	height: 280px;
	margin-bottom: 50px;
}
.contactDetail{
	font-size: 20px;
	font-weight: 800;
}
.ContAddDetls{
	padding-top: 20px;
	font-family: 'Merriweather', serif;
}
.ContAddDetls2{
	font-family: 'Merriweather', serif;
}
.countdown-timer{
	font-size: 20px;
	padding: 0 100px;
}
