@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 200;
  src: local('RobotoCondensed-Light'), local('RobotoCondensed-Light'), url("../font/Roboto-Medium.ttf") format('truetype');
}

@font-face {
  font-family: "Bronova-Regular";
  font-style: normal;
  src: local('Bronova-Regular'), local('Bronova-Regular'), url("../font/Bronova-Regular.otf") format('truetype');
}
@font-face {
  font-family: 'Butler_Bold';
  font-style: normal;
  font-weight: 600;
  src: local('Butler_Bold'), local('Butler_Bold'), url("../font/Butler_Bold.otf") format('truetype');
}

@font-face {
  font-family:"Optien";
  font-style: normal;
  font-weight: 600;
  src: local('Optien'), local('Optien'), url("../font/Optien.ttf") format('truetype');
}
@font-face {
  font-family:"Candara";
  font-style: normal;
  font-weight: 600;
  src: local('Candara'), local('Candara'), url("../font/Candara.ttf") format('truetype');
}
@font-face {
  font-family:"Poppins-Light";
  font-style: normal;
  font-weight: 600;
  src: local('Poppins-Light'), local('Poppins-Light'), url("../font/Poppins-Light.ttf") format('truetype');
}
@font-face {
  font-family:"Poppins-Regular";
  font-style: normal;
  font-weight: 600;
  src: local('Poppins'), local('Poppins'), url("../font/Poppins-Regular.otf") format('truetype');
}
@font-face {
  font-family:"Poppins-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: local('Poppins'), local('Poppins'), url("../font/Poppins-SemiBold.otf") format('truetype');
}
@font-face {
  font-family:"Poppins-Bold";
  font-style: normal;
  font-weight: 600;
  src: local('Poppins'), local('Poppins'), url("../font/Poppins-Bold.otf") format('truetype');
}


body {
	margin:0;
	padding:0;
	font-size:18px;
	color:#333;
	background:#fff;
	top:0;
	cursor: none;
	overflow-x: hidden;
	font-family:"Candara";
	}
a {
	text-decoration:none;
	cursor: none;
	}
ul,li,lo {
	list-style-type:none;
	}
.cle {
	clear:both;
	margin:0;
	padding:0;
	}
.full-body {
	
	}

.catlog {
	text-align:center;
	float:right;
	}
.topp {
	width:90%;
	margin:0 auto;
	}
.btni {
  flex: 1 1 auto;
  text-align: center;
  text-transform: uppercase;
  transition:all 0.3s ease-out;
  background-size: 200% auto;
  
 /* text-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
 }
.btni:hover {
  background-position: right center; /* change the direction of the change here */
}
.btn-4 {
  background-image:linear-gradient(to right, #FEB808 0%, #d48602 51%, #FEB808 100%);
}		
button .info {
	padding:9px 25px;
	}					











.about {
  position: fixed;
  z-index: 10;
  bottom:109px;
  left: 10px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  transition: all 0.2s ease;
}
.about .bg_links {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  backdrop-filter: blur(5px);
  position: absolute;
}
.about .logo {
  width: 50px;
  height: 50px;
  z-index: 9;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: 10px 7px;
  background-color: rgb(250 107 0);
  opacity: 0.9;
  transition: all 1s 0.2s ease;
  bottom:0;
  left: 0;
}
.about .logo i {
	color: #fff;
	font-size: 21px;
}
.about .social {
  opacity: 0;
  left: 0;
  bottom: 0;
}
.about .social .icon {
  width: 100%;
  height: 100%;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  display: flex;
  transition: all 0.2s ease, background-color 0.4s ease;
  opacity: 0;
  border-radius: 100%;
}
.about .social i {
	color: #fff;
}
.about .social.portfolio {
  transition: all 0.8s ease;
  background: #25D366;
}
.about .social.portfolio .icon {
  background-image: url(https://rafaelalucas91.github.io/assets/codepen/link.svg);
}
.about .social.dribbble {
  transition: all 0.3s ease;
  background: #2562d3;
}
.about .social.dribbble .icon {
  background-image: url(https://rafaelalucas91.github.io/assets/codepen/dribbble.svg);
}
.about .social.linkedin {
  transition: all 0.8s ease;
  background: #de2202;
}
.about .social.linkedin .icon {
  background-image: url(https://rafaelalucas91.github.io/assets/codepen/linkedin.svg);
}
.about:hover {
  width: 105px;
  height: 105px;
  transition: all 0.6s cubic-bezier(0.64, 0.01, 0.07, 1.65);
}
.about:hover .logo {
  opacity: 1;
  transition: all 0.6s ease;
   transform:rotate(315deg);
   background: #00b7e6;
}
.about:hover .social {
  opacity: 1;
}
.about:hover .social .icon {
  opacity: 0.9;
}
.about:hover .social:hover {
  background-size: 28px;
}
.about:hover .social:hover .icon {
  background-size: 65%;
  opacity: 1;
}
.about:hover .social.portfolio {
  left: 0;
  bottom: calc(110% - 40px);
  transition: all 0.3s 0s cubic-bezier(0.64, 0.01, 0.07, 1.65);
}
.about:hover .social.portfolio .icon:hover {
  background-color: #698fb7;
}
.about:hover .social.dribbble {
  bottom: 55%;
  left: 55%;
  transition: all 0.3s 0.15s cubic-bezier(0.64, 0.01, 0.07, 1.65);
}
.about:hover .social.dribbble .icon:hover {
  background-color: #ea4c89;
}
.about:hover .social.linkedin {
  bottom: 0;
  left: calc(110% - 40px);
  transition: all 0.3s 0.25s cubic-bezier(0.64, 0.01, 0.07, 1.65);
}
.about:hover .social.linkedin .icon:hover {
  background-color: #0077b5;
}
.h-icon {
	background-color: rgb(250 0 0);
}




















.logo {
	padding:0;
	margin-top:0px;
	float:left;
	}
.logo img {
	z-index:99;
	display: -webkit-inline-box;
	height: 80px;
/*	filter: brightness(0) invert(1) !important;*/
	transition:all 0.3s ease-in-out;
	}
.for_res_bg {
	}		
.navbar {
	margin-bottom:0px;
    margin-top: 0px;
	}	
.navibar {
	z-index: 99;
    position: absolute;
    
	}	

header {
  background: linear-gradient(180deg, #00091294, #00091294);
  position: fixed;
  
  z-index: 999;
  top: 0;
  transition: top 0.5s ease-in-out;
  width: 100%;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
}
.hide-nav {
  top: -25%;
  backdrop-filter: blur(11px);

}


.hide-nav .logo img {
		height: 70px;
    filter: none !important;
	}
.hide-nav .navbar-nav > li > a {
	color:#fff ;
	}	
.hide-nav + .content {
  padding-top: 0px;
}
.hide-nav .parallax-button .forground {
	padding: 5px 5px 5px 2rem;
	font-size: 16px;
	line-height:47px;
	}
.hide-nav .main-button i {
	height: 3rem;
    width: 3rem;
    margin-left: 1rem;
    line-height: 3rem;
	}
.hide-nav .navbar-nav > li {
    padding: 0px 1rem;
    line-height: 37px;
}
.hide-nav .navbar-nav > li > a {
	}	
/* Demo purposes only */

.navbar-nav {margin-right:0px;}



.navbar-nav > li {padding:0px 1rem; line-height:55px; transition:all 0.3s ease-out;}
.navbar-nav > li:last-child {background:none;}
.navbar-nav > li > a{
	color:#fff ; 
	transition:all 0.3s ease-in-out; 
	font-size:16px; 
	font-family:"Poppins-Regular"; 
	padding:0px 20px 0px 20px; 
	font-weight:500; 
	position: relative;
	text-transform: uppercase;
}
.dropdown-menu	{
	background-color: #fff;
	border-radius:0px;
	padding: 10px 0;
	}
	.navbar-nav ul.sm-nowrap > li > a {
	padding:8px 20px 8px 10px;
	color:#fff;
	font-size: 13px;
    text-align: left;
    text-transform: uppercase;
    margin: 1px 0;
	}	
.navbar-nav ul.sm-nowrap > li > a:focus, .navbar-nav ul.sm-nowrap > li > a:hover  {
	color:#fff;
	background-color:#3ab54a;
	}
ul.d_down {
	margin:0;
	padding:0;
	}
ul.d_down h3 {
	color:#007dd3;
	font-family:"Poppins-SemiBold";
	font-size:16px;
	margin:7px 0 0 0;
	}
ul.d_down h3 a {
	color:#c7058f;
	font-family:"Poppins-SemiBold";
	font-size:16px;
	margin:7px 0 0 0;
	}		
ul .d_down li  {
	}
ul .d_down li a {
	display:block;
	padding:7px;
	font-size: 17px;
	line-height:33px;
	color:#242065;
	transition:all 0.3s ease-in-out;
	}	
ul .d_down li a:hover {
	color:#e40a65 ;
	padding-left:10px;
	}
ul .d_down li a i {
	margin-right:1rem;
	font-size:9px;
	}	
.r_menu_p_o {
	padding:2rem 0.5rem;
	background:#fff url(../images/Corporate-Web-Designing.png) no-repeat bottom right;
	}	
					
/*menu animation start*/



.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
  position: relative;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width:90%;
  position:fixed;
  left:5%;
  top: auto;
  margin-top:0.2rem;
}
.navbar-toggler {
    border: none;
    padding: 0;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}
.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 2px;
  position: absolute;
  background: #04184a;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}
/*.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}*/
.download{ padding: 1.25rem; border:0; border-radius:3px; background-color:#4F46E5; color:#fff;cursor:pointer; text-decoration:none;}.download:hover{color: #fff}#carbonads{display:block;overflow:hidden;max-width:728px;position:relative;font-size:22px;box-sizing:content-box}#carbonads>span{display:block}#carbonads a{color:#4F46E5;text-decoration:none}#carbonads a:hover{color:#4F46E5}.carbon-wrap{display:flex;align-items:center}.carbon-img{display:block;margin:0;line-height:1}.carbon-img img{display:block;height:90px;width:auto}.carbon-text{display:block;padding:0 1em;line-height:1.35;text-align:left}.carbon-poweredby{display:block;position:absolute;bottom:0;right:0;padding:6px 10px;text-align:center;text-transform:uppercase;letter-spacing:.5px;font-weight:600;font-size:8px;border-top-left-radius:4px;line-height:1;color:#aaa!important}@media only screen and (min-width:320px) and (max-width:759px){.carbon-text{font-size:14px}}



/*curser start*/	
.cursor-dot,
.cursor-dot-outline {
  pointer-events: none;
  mix-blend-mode: difference;
  position: absolute;
  z-index:1000;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  opacity: 0;
  z-index: 1000;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.cursor-dot {
  width: 30px;
  height: 30px;
  background-color: #fff;
  z-index: 1000;
}



/*curser end*/	
.cursor {
			pointer-events: none;
      background-color: #fff;
      border-radius: 50%;
      mix-blend-mode: difference;

  width: 40px;
  height: 40px;
  transition: all 200ms ease-out;
  position: fixed;
  left: 0;
  z-index: 1000;
  top: 0;
}
.hover {
  background-color: orange;
  opacity: 1;
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5); 
}
























.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color:#fcad46;
    /*background: #242065;*/
}	
.nav-link:focus, .nav-link:hover {
	/*background: #242065;*/
	}
.hide-nav .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    /*border-bottom:3px solid #ff2dc3;*/
    color:#fcad46 !important;
}	
.hide-nav .nav-link:focus, .nav-link:hover {
	/*background: #242065;*/
	color:#fcad46 !important;
	}	
/*menu animation end*/






/* Slider
/*-----------------------------------------------------------------------------------*/
.videos {
    width: 110vw;
    height: 76.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0 none;
    z-index: 2;
}
.cliver {
	width: 100%;
    position: absolute;
    height:120vh;
    top: 0;
    background: linear-gradient(180deg, #032d585e, #032d585e);
    z-index: 100;
	}
.flex-caption{ position: absolute; margin: 0 auto 0 auto; width: 100%;}	

.caption_title_line{  height:auto; color:#303030; margin:0 auto; width:100%; float:left; margin-left:0%; }
.caption_title_line p {
	display:inline-block;
	width:100%;
	font-family:"Candara";

	padding:0;
	margin: 0;
	}
	.caption_title_line p span {
    color: #fff;
    border:1px solid #0094c9;
    background: #0094c978;
    display: inline-block;
    border-radius:5px;
    padding: 7px 1.5rem;
	  font-size:23px;
 }	
.caption_title_line h1 {
	display:inline-block;
	color:#fff;
	width:100%;
	font-family:"Candara";
	padding: 20px 0 00px 0;
	margin: 0;
	}
	.caption_title_line h1 span {
	display:inline-block;
	color:#fff;
	width:100%;
	font-family:"Poppins-Bold";
	font-size:75px;
	padding:0px 0 10px 0;
	}
	.caption_title_line h2 {
	display:inline-block;
	color:#fcad46;
	width:100%;
	font-family:"Candara";
	font-size:35px;
	padding: 0 0 10px 0;
	}




section.slide {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  height:120vh;
}

section.slide .slider-container {
  width: 100%;
  height: 100%;
  float: left;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background-color: #FFFFFF;
}
section.slide .slider-container .slider-wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 90;
  height: 100%;
  position: relative;
}
section.slide .slider-container .slider-wrapper li {
/*  display: none;*/
}
section.slide .slider-container .slider-wrapper li.slide-current {
  display: block;
}
section.slide .slider-container .slider-wrapper li.video {
  height: 100%;
  position: relative;
  background: #000000;
}
section.slide .slider-container .slider-wrapper li.video .include {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
}
section.slide .slider-container .slider-wrapper li.video .include::before {
  top: 0;
  left: 0;
  z-index: 4;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
}
section.slide .slider-container .slider-wrapper li.video .include iframe, section.slide .slider-container .slider-wrapper li.video .include object, section.slide .slider-container .slider-wrapper li.video .include embed, section.slide .slider-container .slider-wrapper li.video .include video {
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
}
section.slide .slider-container .slider-wrapper li img {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.slide .slider-container .slider-wrapper li .capa {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 92;
  height: 100%;
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
}
section.slide .slider-container .drt-control {
  z-index:100;
  position: absolute;
  transition: all 0.5s;
}
section.slide .slider-container .drt-control a {
	display: block;
  padding:15px 35px;
  font-size: 29px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  

}

section.slide .slider-container .drt-control a:hover {
  font-size: 15px;
  padding:25.5px 39px;
}
section.slide .slider-container .drt-control.control-left {
  right: 5%;
  bottom: 10rem;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
}
section.slide .slider-container .drt-control.control-right {
  right:5%;
  bottom: 14.7rem;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
}
section.slide .slider-container .drt-control.control-left:hover {
  background-color: rgba(252, 173, 70, 1);
  color: black;
}
section.slide .slider-container .drt-control.control-right:hover {
  background-color: rgba(252, 173, 70, 1);
  color: black;
}
section.slide .slider-container .slider-controls {
  z-index:100;
  bottom:45%;
  right: 5%;
  padding: 5px;
  float: right;
  margin-bottom: 0px;
  position: sticky;
  padding-bottom: 15px;
  
}

section.slide .slider-container .slider-controls li {
  zoom: 1;
    width: 2.1rem;
    height: 4px;
    margin: 1.2rem 2px;
    cursor: pointer;
    text-indent: -9999px;
    display:block;
    background: #ffffffa3;
    transition: all 0.3s;
}
section.slide .slider-container .slider-controls li:hover {
	  background:#0094c9;
	  width: 3.1rem;
	  margin-left: -1.1rem;
}
section.slide .slider-container .slider-controls li.active {
  background:#0094c9;
  width: 4.1rem;
  margin-left: -2.1rem;
}
section.slide .slider-container .tempo-bar {
  position: absolute;
  bottom: 0px;
  height: 5px;
  background:#0094c9;
  width: 0%;
  z-index:100;
  display: block;
  float: left;
}
/*-----------------------------------------------------------------------------------*/





.work_body {
	width:70%;
	margin:0 auto;
	padding: 4rem 0 4rem 0;
	}
.section {
	padding:0rem 0 0 0;
	}
.section__body {
  padding:0 4rem;

}
.section__text {
  padding: 0vw;
}

.section__img__inner {
  background-position: 50% 40%;
  transition: filter 0.6s ease, opacity 0.6s ease, background-position 0.8s ease;
  margin-left: 15px;
}

.section__img__inner img {
  width:100%;
  border-radius:1rem;
}

.section__text h2 {
    font-size:31px;
    font-family: "Poppins-Bold";
    margin: 1rem 0 0.5rem 0;
}
.section__text h2 span {
	background: #0075ee;
	color:#fff;
	padding: 1rem 2rem;
	display: inline-block;
	}
.section__text h4 {
    font-size:55px;
    color: #fcad46;
    font-weight: 600;
	font-family: "Candara";
    margin: 3rem 0 3rem 0;
}
.section__text img {
	height: 50px;
	background: #fff;
	padding: 5px;
}
.section__text p {
    font-size: 21px;
    color: #c8c8c8;
    line-height: 35px;
    margin: 1rem 0 3rem 0;
}






/**************************************************************************************/




/* Slider*/
.floatgoleft {
	float:left;
	}
.floatgoright {
	float:right;
	}	
.bo_image img {
	width: 100%;
    margin-top: -70px;
    z-index: 999;
    position: relative;
	}
.site-top {
    position: absolute;
    float: left;
    background-size: cover;
    padding: 0;
    width: 23%;
    z-index: 4;
    height: 100vh;
    border-right: 1px solid rgba(255,255,255,0.67);
}

.padd_no {
	padding:0;
	}
.padd_no1 {
	padding: 5px !important;
	}	
.productpanel {
	margin:10px auto 30px auto;
	width:96%;
	}
figure.effect-julia h2 {
	font-family:"roboto Condensed";
	font-size:21px !important;
	word-spacing:normal !important;
	background: #00000094;
	}
figure.effect-julia p {
	font-family: "Royal Crescent";
	}
.somebg {
	
	}
.welweight {
	width:80%;
	margin:0 auto;
	}	
.welcomebody {
	width:100%;
	margin:9rem auto 3rem auto;
	
	}
.gleryimg {
	position:relative;
	z-index:100;
	}
.gleryimg img {
    width: 100%;
	margin-top:-50px;
} 	
.welm {
	
	}
.welm img {
	float:left;
	width:104px;
	}	
.welm h2 {
    font-size:51px;
    line-height: 65px;
    margin:0px 0 25px 0;
	font-family:"Poppins-Bold";
	color: #050b29;
	}
.welm h3 span {
	background: #0075ee;
    color: #fff;
    padding: 0.9rem 1.5rem;
    display: inline-block;
	font-family:"Poppins-SemiBold";
	}	
.welm h3 {
    font-size:20px;
    color: #0a3562;
	font-weight: 600;
    margin: 5px 0 15px 0;
	}	
.welm p {
	color: #6161ff;
    float: left;
    padding-bottom: 5px;
    border-bottom: 2px solid #6161ff;
	}			
.welcomecompany {
    margin:5rem auto 3rem auto;
	padding:3rem 4rem 3rem 4rem;
	background:#fff;
	box-shadow: 0 0 25rem #00000038;
	}	
.welcomecompany h4 {
	font-size: 20px;
    line-height: 31px;
    color: #0a3562;
    font-weight: 300;
	}
.welcomecompany h4 b {
	color: #6161ff;
	padding-bottom: 5px;
    border-bottom: 2px solid #6161ff;
	}	
.welcomecompany p {
	font-size: 17px;
	color:#0a3562b5;
    line-height: 31px;
	}
.d_d {
    display: none;
}
#loadLess {
  display: none;
}

.show_ml {
    margin-top: 15px;
}
.founder {
	margin:10rem 0 5rem 0;
	}
.founder_photo {
	margin-top: -2rem;
    width: 135%;
	}
.founder_photo img {
	width:100%;
	}	
.founder_reg {
	margin-top:3rem;
	}
.founder_reg h4 {
	color: #ffffffb3;
	font-family: "Poppins-SemiBold";
	}
.founder_reg h3 {
	color:#fff;
	font-family: "Poppins-Bold";
	font-size:41px;
	margin:0.5rem 0;
	}
.founder_reg p {
	font-size:21px;
    color: #ffffffb3;
	}	
.founder_about {}					
.founder_about h4 {
	color: #0a3562;
	font-family: "Poppins-SemiBold";
	}
.founder_about h3 {
	color:#b8168d;
	font-family: "Poppins-Bold";
	font-size:35px;
	margin:0.5rem 0;
	}
.founder_about p {
	font-size: 19px;
    color: #0a3562;
	}
	
.welcomepart_main {
	padding:0px;
	}
 	
.welm_main {
	}
.welm_main h2 {
    font-size: 57px;
    font-family:"Candara";
	color: #343A42;
    margin: 10px 0 3.5rem 0;
	}
.welm_main h2 span {
	font-size: 25px;
	font-family: "Poppins-Light";
	}	
.welm_main h3 {
		font-family:"Candara";
    font-size: 22px;
    line-height: 38px;
    color: #343A42;
	font-weight: 600;
    margin: 0rem 0 3rem 0;
	}
.welm_main p {
		font-family:"Candara";
    font-size:19px;
    color: #343A42;
    line-height: 35px;
    margin: 5px 0 25px 0;
	}
.welphoto {
	overflow: hidden;
	border-radius:2rem;
	width: 85%;
	position: relative;
}	
.welphoto img {
	width:100%;
	transition: transform 1s ease-in-out;
}
.welphoto:hover img {
	-webkit-transform:scale(1.25,1.25);
	-ms-transform:scale(1.25,1.25);
	transform: scale(1.25,1.25);
}
.img_hover {
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0022826b;
    text-align: center;
}
.img_hover a {
	font-size: 45px;
	color: #fff;
	top: 40%;
	position: relative;
	border: 8px solid #fff;
	border-radius: 50%;
	padding: 7px 17px;
}


.owl-carousel .owl-stage {
    
}	
.video-container {
	display: flex;
	flex-direction: column;
	/*justify-content: center;
	align-items: center;*/
	border-radius:10px;
	position: relative;
	max-width: 100%;
}		
.play-button {
	position: absolute;
  border-radius: 100px;
  background: #fff;
  color: #0092cb;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  right: -32%;
  bottom: 10%;
  opacity: 0;
	z-index:100;
	transition:all 0.8s ease-in-out;
}
.play-button:hover {
	background: #0092cb;
  color: #fff;
}
.play-button:hover span {
	-webkit-transform: rotate(-45deg);
}
.p_name {
	margin: 1rem 0;
  position: absolute;
  bottom: 2%;
  left: 5%;
  width: 75%;
  border-radius: 5rem;
}		
.p_name h2 {
	color: #fff;
  font-size: 25px;
  margin: 0;
  position: relative;
    bottom: 0.8rem;
  padding:0;
  font-family: "Candara";
  transition: all 0.5s ease-in-out;
	}	
.p_name h2 span {
  background: #0092cb;	
  padding: 0.4rem 1rem;
}	
.p_name p {
	color: #fff;
  font-size: 17px;
  margin: -2rem 0 0 0;
    bottom: -6rem;
    position: absolute;
  padding: 0.5rem 0rem;
  font-family: "Candara";
  opacity: 0;
  transition: all 0.5s ease-in-out;
	}						
.video-container:hover .p_name p {
	opacity: 1;
	bottom: 0rem;
}
.video-container:hover .p_name h2 {
	bottom: 8rem;
	position: relative;
}
.video-container:hover .play-button {
	opacity: 1;
	right: 5%;
}
/* END OF MAIN STYLES FOR PLAY BUTTON */

/* Optional */


	
	
	
	
	
		
.pro_block {
	transition: all 0.3s ease-in-out;
	}	
.pro_photo {
    overflow: hidden;
    border-radius: 10px;
}
.pro_photo img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px,0, 0);
    transform: translate3d(-40px,0,0);
}
.pro_block:hover .pro_photo img {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	}
.about_pic2 {
    float: left;
    margin: 0 0rem 0px 0px;
    width: 100%;
	overflow:hidden;
	position: relative;
	border-radius:10px;
}
.about_pic2 img {
	object-fit: cover;
  overflow: hidden;
  transition: transform 1s ease-in-out;
  width: 100%;
  top:0rem;
    position: relative;
}
.video-container:hover .about_pic2 img {
	-webkit-transform: rotateZ(10deg) scale(1.25,1.25);
	-ms-transform: rotateZ(10deg) scale(1.25,1.25);
	transform: rotateZ(10deg) scale(1.25,1.25);
	top:0rem;
	left:0rem;
	}	
.pro_diteals {
    bottom: 0;
    width: 100%;
    padding:0px;
}
.pro_diteals h2 a {
    color: #0a3562;
    padding: 0 0 25px 0;
    margin: 0;
    font-size: 23px;
	font-weight:600;
	font-family:"Poppins-SemiBold";
	transition:all 0.3s ease-in-out; 
}
.pro_diteals h2 a:hover {
	color:#761778;
	} 
.pro_diteals p {
	margin:0;
	color:#0a3562;
	}
.proheading {
	margin:20px 0 25px 0;
	}
.proheading h2 {
    font-size: 45px;
	color:#3ab54a;
	text-align:center;
    line-height:56px;
    font-weight:600;
    margin:10px 0;
}
.proheading h2 span {
	font-family: "Candara";
	color:#0a3562;
	font-size:45px;
	}
.overlay2 {
	bottom: 0;
	text-align:center;
    width: 100%;
    padding: 20px 20px 20px 20px;
	}
.overlay2 h2 {
	text-transform:uppercase;
	}
.overlay2 h3 {
	font-size:21px;
	margin:20px 0;
	}		
.overlay2 a {
	color: #fff;
    padding: 6px 35px 6px 7px;
    font-size: 17px;
    display: inline-block;
    font-weight: 300;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    border-radius: 40px;
    background: #1a30c1;
	}
.overlay2 a i {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    color: #05046c;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    margin-right: 15px;
}	
.overlay2 a:hover {
	box-shadow: 0 15px 20px rgb(66 54 68 / 57%);
	}
.welw {
  width:80%;
  margin:3rem auto 0 auto;
}  
.wel {
	width:80%;
	margin:3rem auto 0 auto;
	}
.fca_la {
	margin: 0 auto 2rem auto;
    width: 70%;
	}	
.fca_la	h2 {
	font-size: 75px;
    font-family: "Candara";
    color: #343A42;
	}
.fca_la p {
	font-size: 21px;
    line-height: 37px;
    color: #343A42;
    margin: 0;
	}	
.faq_photo img {
		width: 90%;
	}
.knowa_la h2 {
	font-size: 51px;
    font-family: "Candara";
    color: #343A42;
}	
.knowa_la p {
	  font-size: 16px;
    line-height: 31px;
    color: #343A42;
    margin: 0;
}	
.tech_ha {
	}	
.tech_ha ul {
	padding:0;
	}	
.tech_ha ul li {
	display:inline-block;
	width: 48.5%;
    margin: 2rem 0;
    padding: 1.5rem 4rem;
	}	
.num {
	float: left;
	z-index: -1;
	margin-right: 1.5rem;
}		
.num h3 {
	-webkit-text-stroke: 1px #00205a;
    color: #ffffff;
    font-size: 75px;
    line-height: 1;
    font-family:"Poppins-Bold";
}
.huma {
	float: left;
    position: absolute;
    margin-left: 8rem;
}
.why h2 {
	font-family: "Candara";
    color: #343A42;
    font-size: 25px;
}	
.why p {
color: #7e838a;
font-size: 18px;
}
.jarallax {
    min-height: auto;
    width: 100%;
    padding: 0;
}
.jarallax-keep-img {
	min-height: 300px;
	}	
.rot_img {
  	position: absolute;
    transform: rotate(270deg);
    left: -9rem;
}	
.rot_img img {
    width: 90%;
    margin-bottom: -0rem;
    margin-left: -13rem;
}
.welcome_block {
	padding:2rem 0;
	background: #000726c4;
	}
.count_tagline {
	padding: 2rem 0 3rem 0;
	}
.count_tagline h4 {
	color:#fff;
	font-family:"Poppins-Bold";
	font-size:111px;
	}
.count_tagline h5 {
	color:#fff;
	font-family:"Poppins-Regular";
	font-size:21px;
	}
.count_tagline p {
	color:#fff;
	font-family:"Poppins-SemiBold";
	font-size:23px;
	margin:0;
	}					
.abtRt {
	margin:0 auto;
	}		
.abtRt ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	padding:0;
	margin:0;
}
.abtRt ul li {
	width:33%;
	padding:0px;
	}
.abtbx {
    width: 100%;
    margin:0px 0 0;
    border-radius: 19px;
    padding:25px 10px 0px 10px;
	transition:all 0.3s ease-in-out;
}
.count_bg {
	display:flex;
	align-items: center;
  align-content: center;
  vertical-align: middle;
	}
span.countsign {
	font-size: 21px !important;
	font-weight: bold !important;
	transition:all 0.3s ease-in-out !important;
	margin-top: -1.5rem;
	}	
.zigimg  {

}	
.zigimg img {
	width: 2.5rem;
	margin-bottom: 1rem;
}
.count {
  display: flex;
  align-items: center;
  align-content: center;
  vertical-align: middle;
  font-size: 32px;
	transition:all 0.3s ease-in-out;
	font-family:"Poppins-SemiBold";
}	
.abtbx h4 {
	font-size:15px;
    color: #343A42;
	    font-family: "Candara";
	}
.abtbx:hover {

	}
.abtbx:hover span {
	}
.abtbx:hover h4 {
	}
.abtbx:hover .counter {
	}

.col1 {
	color:#343A42 !important;
	}	
.col2 {
	color:#343A42 !important;
	}	
.col3 {
	color:#343A42 !important;
	}	
.col4 {
	color:#343A42 !important;
	}	
	
	
	
	
	
	
.v_b_w {
	width:90%;
	margin:0 auto;
	}
.content_p h2 {
	color: #007dd3;
    font-weight: 600;
    font-size: 41px;
    /*font-family:"Poppins-Bold";*/
	}
.content_p p {
	font-size:21px;
	font-weight:600;
	margin:2rem 0;
	color:#0a3562;
	}	
.content_p ul {
	padding:0 0 1rem 0.5rem;
	}	
.content_p ul li {
	width:50%;
	float:left;
	font-size:17px;	
	padding:0.5rem 0;
	color:#0a3562;
	}	
.content_p ul li i {
	font-size: 11px;
    color: #0075ee;
    margin-right: 0.5rem;
	}
.con_pho {
	position:relative;
	}		
.con_pho img {
	width:94%;
	background:#fff;
	padding:4rem;
	box-shadow: 0px 0px 82px #0776b754;
	}	
	




/** Remove Marker */
summary::-webkit-details-marker {
  display: none;
}

/** Rotate Icon */
details[open] .accordion-icon svg {
  transform: rotate(180deg);
}																
.back-to-top {
    position: fixed;
    bottom: 80px;
    text-decoration: none;
    padding: 10px 17px;
    display: none;
    border-radius: 15%;
    text-align: center;
    background: #000c19db;
    right: 25px;
    z-index: 100;
}
.back-to-top i {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}	
	
.heading_big {
	width:90%;
	margin:0 auto 2rem auto;
	text-align: center;
	background: url("../images/banner_bottom.png") no-repeat center bottom;
	padding-bottom: 2rem;
	}
.heading_big h2 {		
	font-size: 55px;
    font-family: "Candara";
    color: #343A42;
	}
.but_bot {
	position:relative;
	top:50%;
	margin-top: 7rem;
	}	
	
	
.viewall {
	margin-top:35px;
	}
		
.viewall a {
	color:#fff;
	padding: 10px 35px 10px 12px;
	font-size:17px;
	display:inline-block;
	font-weight:300;
	transition:all 0.3s ease-in-out;
	text-decoration:none;
	border-radius:40px;
	background:#3ab54a;
	}
.viewall a i {
	width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    color: #3ab54a;
    text-align: center;
    line-height: 30px;
	font-size:14px;
	margin-right:15px;
	}		
.viewall a:hover {
	color:#fff;
	box-shadow: 0 15px 20px rgb(66 54 68 / 57%);
	}

.centd {
	text-align:center;
	}		
.welcomephoto {
	overflow:hidden;
	}	
.welcomephoto img {
	width:100%;
	transition: all 0.3s ease-in-out;
	}
.welcomephoto img:hover {
	-webkit-transform: scale(1.08);
  transform: scale(1.08);
	}	
.pro_dit_bg {
	background: linear-gradient(209.55deg, #882585 19.96%, #00A2E3 91.48%);
    padding: 430px 0 100px;
    position: relative;
	}
.pro_dit_bg:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    background: url(../images/spag.png) no-repeat scroll top center;
    background-size: 100% auto;
    height: 525px;
}	

.rightlight {
	margin:0px auto 0px auto;
	width:97%;
	}
.bgw {
	margin:0 auto;
	background:#fff;
	width:90%;
	padding:6rem 0;
	z-index: 10;
	}	
.agw {
	margin:0 auto;
	background:#fff;
	width:100%;
	padding:3rem 0 3rem 0;
	z-index: 10;
	border-bottom: 1px solid #D6DCE1;
	}	
.agwnew {
	margin:0 auto;
	background:#fff;
	width:80%;
	padding:3rem 0 3rem 0;
	z-index: 10;
}	
.padding-problem {
    padding:7px 15px;
}
	
				
.explore {
	margin:30px 0 0px 0;
	text-align:center;
	}
.explore a {
	color: #fff;
    padding: 15px 40px;
    font-size: 17px;
	text-decoration:none;
    border:2px solid #fff;
	border-radius:35px;
    transition: all 0.3s ease-in-out;
	display:inline-block;
	}
.explore a:hover {
	background:#fff;
	border:2px solid #fff;
	color: #882585;
	box-shadow: 0 15px 20px rgb(66 54 68 / 57%);
	}
.about_photo {
	padding:0;
    position: relative;
	background:#fff;
	}

.whypart {
	padding:30px 0 30px 0;
	}
	
.foot {
	padding: 15px 0 0px 0;
    border-top: 1px solid #ffffff36;
    margin: 3rem auto 0 auto;
	text-align:center;
	}
.Drop_revied {
    position: fixed;
    bottom: 5%;
    left: 2%;
    z-index: 100;
}


.footimf {
	text-align:center;
	}	
.footimf img {
	width:70%;
	opacity:0.08;
	}
.footcont {
	width:90%;
	margin:0 auto;
	}
.footer {
	background: #0b0a19;
	bottom: 0;
    padding-top:3rem;
    width: 100%;
	z-index:10;
	}	
.foot_menu {
	margin-top:0;
	}
.foot_menu p {
	color:#ffffff94;
	font-size:19px !important;
	margin:1rem 0 0 0;
	}	
.foot_menu ul {
    padding: 0;
    margin:2rem 0 0 0;
	  float:left;
	  width: 50%;
}	
.foot_menu ul li {
	display:block;
	padding:4px 7px;
	list-style-type:circle;
	}
.foot_menu ul li a {
	color: #ffffffb0;
    padding: 5px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    font-size: 18px;
	}
.foot_menu ul li a:hover {
	color:#fcad46;
	}		
.foot-cont {
	padding:7px 0;
	}
.foot-cont p {
	color: #ffffffb0;
    font-size: 23px;
	}	
.foot-cont p a {
  color: #fcad46;
  }   				
.foot-cont h3 {
	color: #a34f38;
    font-size: 22px;
    margin-top: 12px;
	}
.foot-cont h4 {
	color: #fff;
    font-size: 19px;
    margin-top: 12px;
	margin-bottom:0;
	}
.foot-cont img {
	background: #fff;
    width: 55px;
    border-radius: 5px;
	margin-right:1rem;
}
.foot-cont span {
	color:#fff;
	font-size: 25px;
  font-family: "Candara";
	}	
.social_wr1 {
	margin-top: 2rem;
}
.social_wr1 a {
    float: left;
    width: 70px;
    height: 70px;
    border-radius:50%;
    text-align: center;
    vertical-align: middle;
    line-height: 75px;
    margin-right: 15px;
    transition: 0.4s ease-in-out;
	border:1px solid #ffffff5c;
}
.social_wr1 a i {
	 font-size: 27px !important;
	 color:#ffffff5c;
	}
.social_wr1 a:hover {
	}	
.foot-cont {
    padding: 7px 0;
}
.foot-cont .cticon {
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
}
.foot-cont .cticon i {
	float:left;
    font-size: 25px;
    color: #c7058f;
    height: 55px;
    width: 55px;
    line-height: 55px;
    border: 1px solid #c7058f;
    text-align: center;
    border-radius: 50%;
    transition: background-color 0.5s ease-out;
}	
.foot-cont .cticontent {
    
    vertical-align: middle;
    width: 100%;
}
.foot-cont .cticontent p {
	float:left;
	color:#ffffffb0;
	font-size:19px;
	margin-top:2rem;
	width:80%;
	}
.icon-Vector {
    background: #3ab54a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100%;
    width: 75px;
    height: 75px;
    margin-right: 19px;
    font-size: 28px;
	float:left;
}
.foot_top {
	padding:2rem 7% 1rem 7%;
	}
.foot_top h2 {
	color:#fff;
	font-weight:600;
	font-size:35px;
	font-family: "Candara";
	}	
.foot_top h3 {
	margin:0;
	font-size:25px;
	font-family: "Candara";
	color:#fff;
	transition:all 0.3s ease-in-out;
	}
.no_pad {
	padding: 0;
}	
.pad {
	padding:1.2rem;
}
.padk {
	padding:0.7rem;
}
.foot_tag {
	border-right: 1px solid #fff;
	padding: 1rem 2rem;
}
.foot_cont {
	padding: 1rem 0rem 1rem 3rem;
}
.foot_t_photo {
	float: left;
	margin-right: 20px;
}	

.foot_t_photo img {
	width:120px;
	float: left;
}
.foot_c_photo {
	float: left;
	margin-right: 20px;
}
.foot_c_photo img {
	width:44px;
	float: left;
}
.foot-requ {
  border: 0;
  padding:0;
  font-size: 33px;
  cursor: pointer;
  color: #fcad46;
  font-family:"Poppins-Regular";
  display: inline-block;
}

.lag {
	float:left;
	width:66%;
	}

.tec_plat {
	}
.tec_plat h3 {
	font-size:111px;
    font-family: "Poppins-Bold";
    color: #09054b;
	}	
.plat_f_l {
	}
.p_b_p_f {
	display: flow-root;
	margin-top: 3rem;
	}	
.d_h_pio {
	float: left;
    margin-right: 1rem;
	margin-bottom:2rem;
	}
.d_h_pio h4 {
	color: #050b29;
    font-family: "Poppins-SemiBold";
	font-size:25px;
	padding: 13px 0 10px 0;
	}			
.p_b_p {
	margin:0;
	display: flow-root;
	}	
.p_b_p h4 {
	color:#0a3562;
	font-size:22px;
	}
.p_b_p h5 {
	color:#0a3562;
	font-size:16px;
	}
ul.p_drop {
	padding:0;
	display:inline-table;
	}	
ul.p_drop li {
	width:150px;
	background:#fff;
	display:inline-block;
	text-align:center;
	height:90px;
	line-height:90px;
	align-content: center;
	position: relative;
	margin:0 3px 3px 0;
	transition:all0.3s ease-in-out;
	}	
ul.p_drop li a {
	
	}		
ul.p_drop li a img {
	width:90%;
	}		
.on_hover_cont {
	position: absolute;
	width:450px;
    background: #fff;
    padding: 2rem;
    margin-top: 0.5rem;
    z-index: 10;
	opacity: 0;
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    font-size: 1.0625rem;
    font-weight: 500;
    line-height: 1.4;
    visibility: hidden;
    pointer-events: none;
	}	
ul.p_drop li:hover .on_hover_cont {
	opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
	}
.on_hover_cont p {
	font-size: 16px;
    line-height: 31px;
    color: #0a3562;
	text-align:left;
	}















#object {
    position: fixed;
    left:0;
    bottom:0%;
    height:109px;
    width:200px;
    border-radius:5px;
    background: url("../images/truck.png");
    z-index: 1000;
}
/*********Banner start************/
.pinWrapper {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 11;
}
.scrollmagic-pin-spacer {
  position: absolute !important;
  clip: rect(auto, auto, auto, auto);
}
.event {
  position: relative;
  overflow: hidden;
  height: 100svh;
  width: 100vw;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.event::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#section1.event::before {
  background-color: rgb(3 45 88 / 45%);
}
#section2.event::before {
  background-color: rgb(3 45 88 / 45%);
}
#section3.event::before {
  background-color: rgb(3 45 88 / 45%);
}
#section4.event::before {
  background-color: rgb(3 45 88 / 45%);
}

#section1 {
  background-image: url("../images/banner/slider/5.jpg");
}
#section2 {
  background-image: url("../images/banner/slider/3.jpg");
}
#section3 {
  background-image: url("../images/banner/slider/4.png");
}
#section4 {
  background-image: url("../images/banner/slider/4.jpg");
}
.image {
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  position: absolute;
  background-size: cover;
  background-position: center center;
  transition: width 1s, height 1s;
  -webkit-transition: width 1s, height 1s;
  box-shadow: 2px 2px 10px 10px rgb(0 0 0 / 12%);
  -webkit-box-shadow: 2px 2px 10px 10px rgb(0 0 0 / 12%);
  transform-origin: center;
  -webkit-transform-origin: center;
  z-index: 8888;
  overflow: hidden;
  border-radius: 0;
}
.image:not(#loaderVideo) {
  top: -50%;
  width: 40%;
  height: 500px;
  left: auto;
  right: 100px;
  position: absolute;
  border-radius: 12px;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
}
#section1 .image video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
#section2 .image {
  background-image: url("../images/banner/slider/3.jpg");
}
#section3 .image {
  background-image: url("../images/banner/slider/4.png");
}
#section4 .image {
  background-image: url("../images/banner/slider/4.jpg");
}

/* Section Text */
.text {
  top: -50%;
  left: 0;
  position: absolute;
  transform: translate(100px, -50%);
  -webkit-transform: translate(100px, -50%);
  width: 60%;
}
#section1 .text {
  top: 50%;
}
#section2 .text {
  top: -50%;
}
#section3 .text {
  top: -50%;
}
#section4 .text {
  top: -50%;
}
/* Scroll Button */

@keyframes animate {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-10px, -10px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(10px, 10px);
  }
}
@-webkit-keyframes animate {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-10px, -10px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(10px, 10px);
  }
}

/* Preloader */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 1s;
  -webkit-transition: all 1s;
}
#preloader img,
#preloader video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
#preloader::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
}
.text-wrapper {
  text-align: center;
  
  overflow: hidden;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
}
#first-text {
  animation: moveUp 1s 1s forwards;
  -webkit-animation: moveUp 1s 1s forwards;
  color: #fff;
  font-family:"Poppins-SemiBold";
  font-size: 55px;
}
#second-text {
  opacity: 0;
  transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  animation: scrollup 1s 1.2s forwards, moveUpAgain 1s 2.2s forwards;
  -webkit-animation: scrollup 1s 1.2s forwards, moveUpAgain 1s 2.2s forwards;
  color: #fff;
  font-family:"Poppins-SemiBold";
}
@keyframes moveUp {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-100px);
    opacity: 0;
  }
}
@-webkit-keyframes moveUp {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-100px);
    opacity: 0;
  }
}

@keyframes scrollup {
  100% {
    transform: translateY(-54px);
  }
}
@-webkit-keyframes scrollup {
  100% {
    transform: translateY(-54px);
  }
}

@keyframes moveUpAgain {
  0% {
    transform: translateY(-54px);
    opacity: 1;
  }
  60% {
    transform: translateY(-54px);
    opacity: 1;
  }
  100% {
    transform: translateY(-60px);
    opacity: 0;
  }
}
@-webkit-keyframes moveUpAgain {
  0% {
    transform: translateY(-54px);
    opacity: 1;
  }
  60% {
    transform: translateY(-54px);
    opacity: 1;
  }
  100% {
    transform: translateY(-60px);
    opacity: 0;
  }
}

/***************banner end****************/


.vid__video {
  display: none;
}
.vid__video--show {
  display: block;
}

.owl-carousel2 .owl-nav .owl-next {
	right:-2rem;
	position: absolute;
}

.owl-carousel2 .owl-nav .owl-prev {
	left:-2rem;
  position: absolute;
}


.learn-more {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  width: 12rem;
  height: auto;
}

a.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #fcad46;
  border-radius: 1.625rem;
}
a.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
a.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
a.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
a.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}
.learn-more:hover .circle {
  width: 100%;
}
.learn-more:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
.learn-more:hover .button-text {
  color: #fff;
}
/* General Button Style */

.btn_ibt {
  display:inline-block;
  position: relative;
  color: #fff;
  text-decoration: none;
  padding: 15px 22px;
  margin-top: 1rem;
  font-size: 25px;
  border-radius: 50%;
  text-align: center;
  background-color: #fcad44;
  transition: all 0.3s ease-in-out;
}

.btn_ibt:hover {
  background-position-y: -50px;
}

.faq-main {
	width: 90%;
}
.faq-item {
	width: 100%;
	margin: 7px 0px;
	border-bottom: #ebebeb 1px solid;
}

.faq-item .faq-label {
	position: relative;
	width: 100%;
	padding: 12px 26px 12px 0px;
	cursor: pointer;
	font-size: 18px;
	color: #000;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
}

.faq-item .faq-label i {
	width: 18px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
}

.faq-item .faq-label i:before {
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	width: 18px;
	height: 2px;
	background-color: #000;
}

.faq-item .faq-label i:after {
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	width: 2px;
	height: 18px;
	background-color: #000;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
}

.faq-item.faq-item-show .faq-label i:after {
	opacity: 0;
}

.faq-cont {
	transition: 0.3s all;
	overflow: hidden;
	height: 0px;
}

.faq-item.faq-item-show  .faq-cont {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: auto;
	height: auto;
}

.faq-cont p {
	margin: 0px 0 20px 0;
}

.faq-cont p:last-child {
	margin-bottom: 0px;
}

@media(max-width:992px) {
	.faq-group .faq-left{
  width: 100%;
 }
.faq-group .faq-right {
 width: 100%;
 border-left: none;
 padding-left: 0;
 margin-left: 0;
}
}	

.tech_logo {
	padding:10px 4px;
	text-align: center;
	}	
.tech_logo img {
	width:auto !important;
	height: 4rem;
	opacity:0.8;
	transition:all 0.3s ease-in-out;
	}
.tech_logo img:hover {
	opacity:1;
	cursor:pointer;
	}	

.img-expand{
  width:20%;
  height:auto;
  background-color: blue;
  margin: 0;
  overflow: hidden;
  position: relative;
  float: left;
  padding-right: 0px;
  padding-left: 0px;
  object-fit: cover !important;
  
}
.img-expand img {
	height: 35rem;
	position: relative;
}
.overl {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(0, 12, 71, 0) 0%, rgba(0, 12, 71, 0.8) 100%);
}
.qualit_cont {
    position: absolute;
    width: 100%;
    text-align: left;
    /* height: 100%; */
    bottom: 1rem; 
    padding: 2rem;
}
.qualit_cont h2 {
    margin: 0;
    color: #fff;
    font-size: 29px;
    font-family: "Candara";
}










/*inpage start*/
.inpage {
    padding: 0;
    position: relative;
    background: #001a89;
    height: 92vh; 
    overflow: hidden;
}
.inpage img {
    width: 100%;
    transition: all 1.3s ease-in-out;
}
.testpage_heading {
    position: absolute;
    top:0rem;
    width:100%;
    height: 92vh;
    padding: 30vh 0 0 0;
    text-align: center;    
    background:linear-gradient(180deg, #0029465c, #00091ee3);
}
.testpage_heading h2 {
    color: #fff;
    font-family: "Roboto Condensed";
    font-size: 65px;
    margin-bottom:1rem;
    background: url(../images/banner_bottom.png) no-repeat center bottom;
    padding-bottom: 2rem;
}
.testpage_heading p {
    color: #fff;
    font-size: 35px;
}
.hdm ul {
	padding: 0;
	margin: 0;
}
.hdm ul li {
	display: inline-block;
	color: #fff;
	padding: 0 0.5rem;
}
.hdm ul li a {
	
}
.hdm ul li a span {

}

.hdm ul li a {
    content: '';
    transform: skew(-15deg);
    display: block;
    z-index: -1;
    padding: 0.2rem 1rem;
    background:#d6a745;
    color: #fff;
}
.truck {
	text-align: center;
    margin-top: -11rem;
    position: relative;
    width: 100%;
  }
.truck img {
	width: 35%;
}
.inner_buttom {
  position: absolute;
    bottom: 0;
}
.inner_buttom img { 
  width: 100%;
 }
.about_inpage {
  width: 70%;
  text-align: center;
  margin: 0 auto;
 }
 .about_inpage p {
  font-family: "Candara";
  font-size: 19px;
  color: #343A42;
  line-height: 35px;
  margin: 3rem 0 5rem 0;
  }
  .somebg_abpage {
    padding: 0;
    background: #f1f1f1;
    margin-bottom: 4rem;
  }
  .about_welphoto {
    width: 100%;
  }
  .about_welphoto img {
    width: 100%;
  }
  .about_cont {
    width: 75%;
    margin: 0 auto;
    padding: 9rem 0px 80px 0;
  }
  .about_cont h2 {
     font-family: "Candara";
     font-size: 49px;
     margin-bottom: 2rem;
  }
  .about_cont p {
    font-family: "Candara";
    font-size: 21px;
    line-height: 35px;
    color: #343A42;
  }
  .ab_pho {
    
  }
  .logo-pump {
    position: absolute;
    right:32%;
  }
  .logo-pump img {
    top: 5%;
    -webkit-animation: zoomeffect 10s infinite;
   -moz-animation: zoomeffect 10s infinite;
   animation: zoomeffect 10s infinite;
  }
  @-webkit-keyframes zoomeffect{
    0%{
      background-position:center;
      transform:scale(0.8,0.8);
    }
    50%{
      background-position:center;
      transform:scale(1.1,1.1);
    }
    100%{
      background-position:center;
      transform:scale(0.8,0.8);
    }
}
@keyframes zoomeffect{
    0%{
      background-position:center;
      transform:scale(0.8,0.8);
    }
    50%{
      background-position:center;
      transform:scale(1.1,1.1);
    }
    100%{
      background-position:center;
      transform:scale(0.8,0.8);
    }
}
.misvis {
  margin: 4rem 0;
}
.member_full {
  background: #f1f1f1;
  padding: 0.5rem 1rem 2rem 1rem;
}
.member_pic2 {
  text-align: center;
}
.member_pic2 img {
  width: 40%;
  border-radius: 50%;

}
.memberdit {
  text-align: center;
  margin-top: 3rem;
}
.memberdit h2 {
  font-family: "Candara";
    font-size:28px;
    color: #343A42;
}
.updat_photo img {
  width: 100%;
  height: 28rem;
}
.update_content {
  margin-top: 1rem;
}
.update_content a {
  font-family: "Candara";
  font-size:29px;
  color: #343A42;
}
.update_content a:hover {
  color: #e38612;
}
.mbotu {
    margin-bottom:1.5rem;
}
.form-control2 {
    display: block;
    width: 100%;
    padding: 15px 10px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #000000bf;
    background-color: rgba(255, 255, 255, 0);
    background-image: none;
    border:1px solid #5f8db24d;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:#30465796;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#30465796;
	border: 1px solid #247ec5b8;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color:#30465796;
	border: 1px solid #247ec5b8;
}	
input[type=text]:focus,input[type=email]:focus, input[type=number]:focus, textarea:focus, select:focus {
  border: 1px solid #247ec5b8;
  padding-left: 7px;
  outline:none;
}
select.form-control1 {
	font-size:14px;
	}
select[type=text]:focus,select[type=email]:focus {
  
  padding-left: 7px;
  outline:none;
}
.quesendsss {
    border-radius:5px;
    padding: 0.7rem 4rem;
    font-size: 19px;
    color: #000;
	border:none;
	width: 100%;
	transition:all 0.3s ease-in-out;
}
.quesendsss:hover {
    color: #000;
	}	
	.from_box {
		padding: 0 7rem 0 0;
	}
.from_head h2 {
	font-family: "Candara";
    font-size: 35px;
    color: #3a4d67;
    margin-bottom: 2rem;
}


.form-group {
  display: block;
  margin-bottom: 15px;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
}

.form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 3px solid #0079bf;
    border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.cont_head h2 {
	font-size: 55px;
    font-family: "Candara";
    color: #343A42;
}
.address_heading {
	margin-bottom: 2rem;
}
.address_heading h3 {
	font-size: 33px;
    font-family: "Candara";
    color: #343A42;
}
.address_ddr h2 {
	font-size: 21px;
	color: #0093c9;
}
.linkm {
	margin-bottom: 2rem;
}
.linkm ul {
	padding: 0;
	margin: 0;
}
.linkm ul li a {
	color: #000;
	border-bottom: 1px solid #000;
}

.owl-carousel4 .owl-nav .owl-next {
	right:-5rem;
	opacity: 0;
	position: absolute;
}

.owl-carousel4 .owl-nav .owl-prev {
	left:-5rem;
	opacity: 0;
  position: absolute;
}
.owl-carousel4 .owl-nav .disabled{opacity:0 !important;cursor:default}
.owl-carousel4:hover .owl-nav .owl-prev {
    opacity: 1;
    left: -1rem;
}
.owl-carousel4:hover .owl-nav .owl-next {
    opacity: 1;
    right: -1rem;
}
.owl-carousel4:hover .owl-nav .disabled {
    opacity: 0.5 !important;
}

.owl-carousel5 .center {
    z-index: 2;
    box-shadow: 0 5px 25px rgb(0 0 0 / 50%);
    position: relative;
    top:0;
    border-radius: 10px;
    -webkit-transform: scale(1.13) !important;
    -ms-transform: scale(1.13) !important;
    transform: scale(1.13) !important;
}
.owl-carousel .center {
    z-index: 2;
    margin-top: -1rem;
    box-shadow: 0 5px 25px rgb(0 0 0 / 50%);
    position: relative;
    top:0;
    border-radius: 10px;
    -webkit-transform: scale(1.11) !important;
    -ms-transform: scale(1.11) !important;
    transform: scale(1.11) !important;
}

.whereuse {
	width: 70%;
	margin: 0 auto;
}
.owl-carousel5 .owl-nav .owl-next {
	right:0rem;
	opacity: 1;
	position: absolute;
}

.owl-carousel5 .owl-nav .owl-prev {
	left:-1.5rem;
	opacity: 1;
  position: absolute;
}
.owl-carousel5 .olay_name {
	opacity:1;
}
.owl-carousel5 .center .olay_name {
	opacity: 1;
}
.overl1 {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(0, 12, 71, 0) 0%, rgba(0, 12, 71, 0.8) 100%);
}
.olay_name {
	margin: 1rem 0;
  position: absolute;
  bottom: 2%;
  left: 5%;
  width: 88%;
  padding: 0.3rem;
  border-radius: 5rem;
}		
.olay_name h2 {
	color: #fff;
  font-size: 25px;
  margin: 0;
  position: relative;
    bottom: 0.8rem;
  padding:0;
  font-family: "Candara";
  transition: all 0.5s ease-in-out;
	}	

.olay_name p {
	color: #fff;
  font-size: 17px;
  margin: -2rem 0 0 0;
    bottom: -6rem;
    position: absolute;
  padding: 0.5rem 0rem;
  font-family: "Candara";
  opacity: 0;
  transition: all 0.5s ease-in-out;
	}
	.swipe_cont:hover .p_name p {
	opacity: 1;
	bottom: 0rem;
}
.swipe_cont:hover .p_name h2 {
	bottom: 8rem;
	position: relative;
}
.swipe_cont:hover .play-button {
	opacity: 1;
	right: 5%;
}
.owl-carousel5 .center .olay_name p {
	opacity: 1;
	bottom: 0rem;
}
.owl-carousel5 .center .olay_name h2 {
	bottom: 9rem;
	font-size: 31px;
}
.inpage2 {
    padding: 0;
    position: relative;
    background: #001a89;
    height: 80vh;
    overflow: hidden;
}
.gallery_inpage {
	width: 80%;
	margin:-4rem auto 5rem auto;
}
.down a {
  color: #fb0000;
  text-decoration: underline;
}
.pro_foot_ba {
  border-top: 1px solid #e2e2e2 !important;
}
.icon_pic {
  padding: 2rem 0;
}
.icon_pic img {
  width: 30%;
}
.icondit {

}
.icondit h2 {
  font-size: 25px;
}
.bdgha {
  border-right: 1px solid #e2e2e2 !important;
}
.prod_foot_w {
  width: 95%;
}
.mamud {
  padding-left: 2rem;
}
.work_inpage {
    width: 65%;
    text-align: center;
    margin:-12rem auto 5rem auto;
}
.inpage3 {
    padding: 0;
    position: relative;
    background: #001a89;
    height: 100vh;
    overflow: hidden;
}
.testpage_heading2 {
    position: absolute;
    top: 0rem;
    width: 100%;
    height: 100vh;
    padding: 30vh 0 0 0;
    text-align: center;
    background: linear-gradient(180deg, #002946a6, #00091ee3);
}
.testpage_heading2 h2 {
    color: #fff;
    font-family: "Roboto Condensed";
    font-size: 75px;
    margin-bottom: 1rem;
    background: url(../images/banner_bottom.png) no-repeat center bottom;
    padding-bottom: 2rem;
}
.work_inpage h2 {
  color: #fff;
}
.video-part {
  display: flex;
    flex-direction: column;
    border-radius: 10px;
    position: relative;
    max-width: 100%;
    margin-top: 3rem;
}
.project_comp {

}
.overl2 {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 10px;
    background: linear-gradient(180deg, rgb(0 12 71 / 40%) 0%, rgb(0 12 71 / 64%) 100%);
}
.h_m {
  height: 17rem;
  overflow: hidden;
}
.work_pic2 {
    float: left;
    margin: 0 0rem 0px 0px;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
.work_pic2 img {
    object-fit: cover;
    overflow: hidden;
    transition: transform 1s ease-in-out;
    width: 100%;
    min-height: 17rem;
    top: 0rem;
    position: relative;
}
.blog {
  padding: 1rem;
  border:1px solid #0000001f;
}
.blog_photo img {
  height: 15rem;
  width: 100%;
}
.blog_content a {
  font-size: 21px;
  color: #000;
  display: block;
  padding:0.5rem 0 0 0; 
}
.blog_content p {
  font-size: 15px;
  margin: 1rem 0 0 0;
}
.blog:hover .blog_content a {
  color: #efa500;
}
.agasw {
  padding: 3rem 0;
} 
.privacy {
  width: 75%;
  margin: 0 auto;
 padding: 3rem 1rem;
}
.blogdetails h2 {
  font-size: 27px;
}
.blogdetails ul li {
  list-style-type: circle;
}

.blog_heading h2 {
  font-size: 33px;
  color: #000;
}
.blogd_photo img {
  width: 100%;
  margin-bottom: 2rem;
}
.w_t_small {
  width: 84%;
}
.inpage4 {
  padding: 0;
    position: relative;
    background: #001a89;
    height: 55vh;
    overflow: hidden;
}
.testpage_heading4 {
  position: absolute;
    top: 0rem;
    width: 100%;
    height: 55vh;
    padding: 20vh 0 0 0;
    text-align: center;
    background: linear-gradient(180deg, #0029465c, #00091ee3);
}
.testpage_heading4 h2 {
    color: #fff;
    font-family: "Roboto Condensed";
    font-size: 55px;
    margin-bottom: 0rem;
    background: url(../images/banner_bottom.png) no-repeat center bottom;
    padding-bottom: 2rem;
}
span.font-poppins {
    font-family: "Poppins-Regular";
    font-size: 16px;
    color: #ffffffb0;
}span.font-poppins-contact {
    font-family: "Poppins-Regular";
    font-size: 15px;
}