/* START BUTTON */
.btnTheme { background: linear-gradient(64deg ,#33A8B9 0%,#18CAAB 100%); border: none; box-shadow:none; 
border-radius: 2px; color: #012224; font-size: 16px; line-height: 20px; font-weight: 500; padding: 18px 40px; 
text-decoration: none; transition: all 0.5s ease; text-transform: uppercase; position: relative; overflow: hidden;
z-index: 1; }
.btnTheme:hover, .btnTheme:focus { border: none; color: #012224; }
.btnTheme:before { background-color: #18CAAB; content: ""; position: absolute; height: 0%; left: 50%; top: 50%;
width: 600%; transform: translateX(-50%) translateY(-50%) rotate(60deg); z-index: -1; transition: 0.7s ease; }
.btnTheme:hover:before { height: 560%; }
/* END BUTTON */

/* START COMMON CSS */
.headingOther {	margin: 0 0 50px; text-align: center; display: inline-block; width: 100%; }
.headingOther h2 { font-family: 'Quicksand'; color: #fff; font-size: 54px; line-height: 70px; margin: 0 0 15px; text-transform: capitalize; font-weight: 700; }
.headingOther h2 span {	color: #5CE1E6; }
.headingOther p { color: #fff; font-size: 20px; line-height: 30px; margin: 0 0 15px; font-weight: 400; }
.specialPara { color: #ffae11; font-size: 18px; line-height: 23px; margin: 0 0 10px; }
.textWhite { color: #fff !important;}
.textCenter { text-align: center !important;}
h2 { color: #fff; font-size: 30px; line-height: 35px; font-weight: 600;}
h3 { font-size: 26px; line-height: 31px; font-weight: 600;}
h4 {  font-size: 18px; line-height: 23px; font-weight: 600;}
p {	font-size: 14px; line-height: 19px; color: #fff; }
body { background: #012224; color: #fff; font-family: 'Roboto'; font-weight: normal; font-size: 16px; margin: 0;
padding: 0;}
/* END COMMON CSS */

/* START HEADER */
header { min-height: 90px; width: 100%; background: transparent; position: relative; border-bottom: 1px solid rgb(255 255 255 / 30%); z-index: 1; }
.navbar-default { background-color: transparent; border: none; }
.navbar { min-height: auto; background: transparent !important; padding: 0; }
.navbar-brand { height: auto; margin: 0; padding: 28px 15px 20px 0; }
.navbar-brand > img { width: 200px; }
.navbar-nav li { padding: 0 30px; }
.navbar-light .navbar-nav .nav-link { color: #fff; font-size: 16px; font-weight: 500; line-height: 21px; padding: 0; text-decoration: none; }
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link { color: #5CE1E6; }
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus { color: #5CE1E6; }
.navbar-nav li:last-child { padding-right: 0; }
/* END HEADER */


/* START Banner  */
.banner { background: #012224; position: relative; overflow: hidden; width: 100%; z-index: 9; }
.banner video {  object-fit: cover;content: ""; position: absolute; left: 0;bottom: 0; width: 100%; height: 100%; 
z-index: -1; }

.banner:before { background: linear-gradient(180deg, rgb(0 0 0 / 92%) 0%, rgb(1 34 36 / 60%) 100%); content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; }
video::-webkit-media-controls-fullscreen-button {display: none; }
video::-webkit-media-controls-play-button {display: none;}
video::-webkit-media-controls-timeline {display: none;}
video::-webkit-media-controls-current-time-display{display: none;}
video::-webkit-media-controls-time-remaining-display {display: none;}
video::-webkit-media-controls-mute-button {display: none;}
video::-webkit-media-controls-toggle-closed-captions-button {display: none;}
video::-webkit-media-controls-volume-slider {display: none;}

.bannerArea { padding: 150px 0 180px; position: relative; }
.bannerAreaInner {text-align: center; }
.bannerAreaInner h1 { color: #fff; font-size: 60px; line-height: 80px; font-weight: 700; margin: 0 0 30px; font-family: 'Quicksand'; }
.bannerAreaInner h1 span { color: #5CE1E6; }
.bannerAreaInner p { color: #fff; font-size: 20px; line-height: 35px; font-weight: 400; margin: 0;}
.bannerAreaInner p span { color: #5CE1E6; font-weight: 700; }
/* END banner */

/* START aboutMain */
.aboutMain { padding: 100px 0 40px; background: #012224; width: 100%; position: relative; overflow: hidden; }
.about_1 { position: absolute; width: 400px; bottom: 3%; right: -8%; animation: zigZag2 50s infinite linear;}
.aboutLeft { margin: 0 0 30px; }
.aboutLeft .headingOther { text-align: left; }
.aboutListInner { margin: 0 0 55px; padding: 0 0 55px; border-bottom: 1px solid rgb(255 255 255 / 30%); }
.aboutListInner:last-child { border-bottom: none; }
.aboutListInner h3 { color: #5CE1E6; font-size: 24px; line-height: 30px; margin: 0 0 10px;font-family: 'Quicksand'; font-weight: 700; }
.aboutListInner p { color: #fff; font-size: 16px; line-height: 28px; margin: 0; }
.aboutListInner p span { font-weight: 700; }
.aboutRight { position: relative; margin: 0 0 30px; text-align: right; }
.aboutRightInner { width: 400px; position: relative; display: inline-block; }
.aboutRightInner:before { background: transparent; border: 1px solid #5CE1E6; content: ""; position: absolute; 
right: 30px; top: 30px; width: 100%; height: 100%; }
.videoInner { width: 100%;   margin: 0; position: relative; }
.videoInner video { position: relative;object-fit: cover; }
.aboutRightInner img.about_2 { position: absolute; right: -41px; top: -40px; width: auto; height: auto; z-index: 1; }
@keyframes zigZag2 {
	0% {
		-webkit-transform: rotate(0) translate(-10px, -10px);
		-ms-transform: rotate(0) translate(-10px, -10px);
		transform: rotate(0) translate(-10px, -10px)
	}
	20% {
		-webkit-transform: rotate(360deg) translate(-10px, -10px);
		-ms-transform: rotate(360deg) translate(-10px, -10px);
		transform: rotate(360deg) translate(-10px, -10px)
	}
	40% {
		-webkit-transform: rotate(0) translate(10px, 10px);
		-ms-transform: rotate(0) translate(10px, 10px);
		transform: rotate(0) translate(10px, 10px)
	}
	60% {
		-webkit-transform: rotate(360deg) translate(10px, 10px);
		-ms-transform: rotate(360deg) translate(10px, 10px);
		transform: rotate(360deg) translate(10px, 10px)
	}
	80% {
		-webkit-transform: rotate(0) translate(10px, 10px);
		-ms-transform: rotate(0) translate(10px, 10px);
		transform: rotate(0) translate(10px, 10px)
	}
	100% {
		-webkit-transform: rotate(360deg) translate(-10px, -10px);
		-ms-transform: rotate(360deg) translate(-10px, -10px);
		transform: rotate(360deg) translate(-10px, -10px)
	}
}
/* END aboutMain */


/* START pipelineMain */
.pipelineMain { background: #012224; overflow: hidden; position: relative; padding: 50px 0 80px; width: 100%;}
.pipeline_1 { position: absolute; left: 0; top: 0; height: 600px;}
.animatedCustom_1 { animation-duration: 6s; animation-delay: 0.3s; animation-fill-mode: both; animation-iteration-count: infinite; -webkit-animation-name: flash; animation-name: flash; }
.pipelineOuter { background: rgb(255 255 255 / 7%); border: 1px solid rgb(255 255 255 / 10%); margin: 0 0 30px; position: relative; width: 100%; padding: 50px; border-radius: 20px; }
.pipelineLeft {  width: 430px;  max-width: 100%;}
.pipelineLeft h3 { color: #5CE1E6; font-size: 24px; line-height: 30px; margin: 0 0 25px;font-family: 'Quicksand';font-weight: 700; }
.pipelineLeft p { font-size: 16px; line-height: 22px; margin: 0 0 5px; }
.pipelineRight .progress { background-color: rgb(92 225 230 / 26%); border-radius: 60px; height: 30px; }
.pipelineRight .progress-bar { background: #5CE1E6; height: 20px; position: relative; top: 5px; left: 5px;    border-radius: 22px; }
.pipelineRight ul { margin: 0 0 60px; padding: 0; display: flex; justify-content: center; text-align: center; }
.pipelineRight ul li { list-style-type: none; font-size: 16px; line-height: 22px; margin: 0; width: 20%;
position: relative; }
.pipelineRight ul li:before { background: #fff; content: ""; width: 1px; height: 27px; position: absolute; 
left: 50%; top: calc(100% + 12px); }
 

@-webkit-keyframes animatedCustom_1 {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes animatedCustom_1 {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.animatedCustom_1 {
  -webkit-animation-name: animatedCustom_1;
  animation-name: animatedCustom_1;
}
/* END pipelineMain */
 

/* START teamMain */
.teamMain { background: #012224 url(../images/bg_2.png); background-size: 100% 100%; background-position: center bottom; overflow: hidden; position: relative; padding: 70px 0 70px; width: 100%;}
.teamInner { margin: 0 0 40px; }
.teamThumb { position: relative; transition: all ease 0.5s; padding-right: 14px; padding-bottom: 14px;   margin: 0 auto 40px; width: 260px; height: 260px; }
.teamThumb:before {position: absolute; content: ""; bottom: 0; left: 0; right: 0; top: 0; background: url(../images/shape_3.png) no-repeat center center; background-size: cover; transition: all ease 0.5s ease-in-out 0.1s; display: none; animation: rotatecw 15s linear infinite 0s;}
.teamInner:hover .teamThumb:before { display: block; }
.teamThumb:after {position: absolute; content: ""; bottom: 0; left: 0; right: 0; top: 0; border-radius: 50%; border: 1px solid #5CE1E6; z-index: 1; }
.teamThumb img { border-radius: 50%; object-fit: cover; width: 100%; height: 100%; }
.teamContent { text-align: center; }
.teamContent h3 { color: #5CE1E6; font-size: 24px; line-height: 30px; margin: 0 0 10px;font-family: 'Quicksand';font-weight: 700; }
.teamContent p { font-size: 16px; line-height: 22px; margin: 0 0 15px; min-height: 44px; }
.teamSchools { padding: 20px; background: #F2FFFF; width: 230px; max-width: 100%; border-radius: 16px; margin: auto; display: flex; flex-wrap: wrap; gap: 5px 20px; align-items: center; min-height: 120px; }
.teamSchools li { list-style-type: none; margin: 0; padding: 0; width: calc(50% - 10px); }
.teamSchools li img { max-height: 40px; margin: auto; display: block; }
@keyframes rotatecw { 
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); } 
}
/* END teamMain */

/* START partnersMain*/
.partnersMain { padding: 100px 0 70px; width: 100%; position: relative; overflow: hidden; }
.partnersOuter { margin: 0;  width: 100%; padding: 20px; background: #F2FFFF; width: 100%; border-radius: 16px;
margin: auto; }
.partnersInner { transition: all 0.5s ease-in-out 0.3; display: flex; align-items: center; justify-content: center;
 height: 100%;}
.partnersInner img { display: block; margin: auto; }
/* END partnersMain*/

 
/* START contactMain */
.contactMain { background: #012224; overflow: hidden; position: relative; padding: 50px 0 100px; z-index: 1;}
.contact_1 { position: absolute; left: 0; bottom: 0; z-index: -1; opacity: 0.1; }
.contact_2 { position: absolute; right: 0; bottom: 0; z-index: -1; opacity: 0.5; width: 700px; }
.contactInner { background: #123133; border: 1px solid rgb(255 255 255 / 10%);  border-radius: 20px;
 margin: 0; padding: 50px; }
.contactInner .form-group { margin-bottom: 25px; position: relative;}
.contactInner label.error { position: absolute;	left: 0; bottom: -22px;	color: #ff0000;	font-size:12px;}
.contactInner label {margin: 0 0 10px; font-weight: 600; color: #fff; font-size: 16px;}
.contactInner .form-control { background-color: #012224; border: 1px solid rgb(255 255 255 / 10%); border-radius: 4px; box-shadow: none; color: #fff; font-size: 16px; padding: 10px 15px; transition: all 0.4s; }
.contactInner textarea.form-control { height: 100px; padding-top: 12px;	resize: none; }
.contactInner .form-control::-webkit-input-placeholder{ color: #fff; }
.contactInner .form-control::-moz-placeholder { color: #fff; }
.contactInner .form-control::-ms-input-placeholder { color: #fff; }
.btnContact { text-align: center; margin: 15px 0 0;}
/* END contactMain */
  

/* START FOOTER  */
.footer { background: transparent; width: 100%;	position: relative;	overflow: hidden; margin: 0 0 30px; padding: 0 30px;}
.footerTop { padding: 70px 0 0; border-radius: 20px; background: linear-gradient(180deg ,#00585B 0%,#000 100%);
position: relative;	overflow: hidden; z-index: 1; }
.footer_1 { position: absolute; left: 0; bottom: 0; width: 100%; z-index: -1; }
.footerInner {  text-align: center; }
.logoFooter {margin: 0 0 30px;text-align: center;display: inline-block;width: 100%;}
.logoFooter img { width: 200px; }
.footerInner p { color: #fff; font-size: 16px; line-height: 22px; margin: 0 0 30px; font-weight: 400; }
.socialIcon { display: inline-block;  margin: 0 0 60px; width: 100%;}
.socialIcon > ul { margin: 0; padding: 0; text-align: center;}
.socialIcon ul li { display: inline-block; list-style-type: none; margin: 0; width: auto; border: none; }
.socialIcon ul li a { background: #01575A; display: inline-block; margin: 0 3px 0 0; position: relative; 
text-decoration: none; width: 35px; height: 35px; border-radius: 50%; }
.socialIcon ul li a:hover { background: #01575A; transition: all 0.3s ease-in-out 0s;}
.socialIcon a img { width: 15px; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); }
.copy { width: 100%; padding: 25px 0 15px; border-top: 1px solid rgba(255, 255, 255, 0.1); }
.copyLeft { width: 100%; }
.copyLeft p { color: #fff; font-size: 16px; margin: 0 0 10px; font-weight: 400; }
.copyLeft p span { color: #5CE1E6; }
.addressFooter { text-align: right; }
.addressFooter  p { font-size: 16px; margin: 0 0 10px; color: #fff; padding-left: 25px; display: block;}
.addressFooter p i { color: #5CE1E6; margin-right: 5px;}
#myBtn { display: none;	position: fixed; bottom: 80px; right: 60px;	z-index: 99; font-size: 18px; border: none;	outline: none; color: #fff; cursor: pointer; padding: 5px; width: 50px; height: 50px; border-radius: 50%;
background: linear-gradient(64deg ,#33A8B9 0%,#18CAAB 100%);}
#myBtn:hover { background: linear-gradient(64deg ,#18CAAB 0%,#33A8B9 100%); }
.footer_2 { position: absolute; left: 0; top: 35%; }
.footer_3 { position: absolute; right: 2%; top: 15%; }
@keyframes alltuchtopdown {
  0% { transform: rotateX(0deg) translateY(0px); }
  50% { transform: rotateX(0deg) translateY(-30px); }
  100% { transform: rotateX(0deg) translateY(0px); }
}
.alltuchtopdown { -webkit-animation-name: alltuchtopdown; animation-name: alltuchtopdown; -webkit-animation-duration: 6s;    animation-duration: 6s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear;}
@keyframes leftToRight {
  0% { transform: rotateX(0deg) translateX(0px); }
  50% { transform: rotateX(0deg) translateX(50px); }
  100% { transform: rotateX(0deg) translateX(0px); }
}
.leftToRight { -webkit-animation-name: leftToRight; animation-name: leftToRight; -webkit-animation-duration: 8s;    animation-duration: 8s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite;    -webkit-animation-timing-function: linear; animation-timing-function: linear;}
/* END footer */
 .addressFooter p a { color: #5CE1E6; text-decoration: none;}
.addressFooter p a:hover, .addressFooter p
		{ color: #fff;  }
