
/* Color the paginatin */

.page-item a.page-link:hover {
    background-color: #FFF!important;
}

.page-item a.page-link:hover {
	background-color: #CEF!important;
}

.page-item a.page-link {
    background-color: #f7f7f7!important;
	border-color: rgba(0, 0, 0, 0.16);
}

.page-item.disabled a.page-link {
    background-color: #f7f7f7!important;
	border-color: rgba(0, 0, 0, 0.16);
	color:#DDD!important;
}

/* Add here all your CSS customizations */

html .body
{
	overflow-x: hidden;
}

/* Implement hidden on mobile or desktop resolutions only */

.mobileOnly
{
	display:none;
}

.nonMobileOnly
{
	display:block;
}

/*@media all and (max-width: 767px) */
@media all and (max-width: 991px)
{
	.mobileOnly
{
	display:block;
}

.nonMobileOnly
{
	display:none;
}
	
}

/* Form styling */

label.error {
    color: #F86408!important;
}

#contactForm .form-control.error {
    border-color: #F86408!important;
}

/*original gradient linear-gradient(41deg,#094,#2448FF); */
.green-blue-gradient
{
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; 
	
	
	background: -webkit-linear-gradient(41deg,#00CF76,#3C3CFF);
	background: -moz-linear-gradient(41deg,#00CF76,#3C3CFF);
	background: -o-linear-gradient(41deg,#00CF76,#3C3CFF);
	background: -ms-linear-gradient(41deg,#00CF76,#3C3CFF);
	background: linear-gradient(41deg,#00CF76,#3C3CFF);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00CF76', endColorstr='#3C3CFF',GradientType=1 );
   -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#00CF76, endColorstr=#3C3CFF)";
}

.green-blue-gradient-2
{
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; 
	
	background: linear-gradient(41deg,#06BF85,#3C3CFF);
	background: -webkit-linear-gradient(41deg,#06BF85,#3C3CFF);
	background: -moz-linear-gradient(41deg,#06BF85,#3C3CFF);
	background: -o-linear-gradient(41deg,#06BF85,#3C3CFF);
	background: -ms-linear-gradient(41deg,#06BF85,#3C3CFF);
	background: linear-gradient(41deg,#06BF85,#3C3CFF);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06BF85', endColorstr='#3C3CFF',GradientType=1 );
   -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#06BF85, endColorstr=#3C3CFF)";
}




.green-blue-gradient-3
{
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; 
	
	
	background: -webkit-linear-gradient(41deg,#0FA999,#3C3CFF);
	background: -moz-linear-gradient(41deg,#0FA999,#3C3CFF);
	background: -o-linear-gradient(41deg,#0FA999,#3C3CFF);
	background: -ms-linear-gradient(41deg,#0FA999,#3C3CFF);
	background: linear-gradient(41deg,#0FA999,#3C3CFF);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0FA999', endColorstr='#3C3CFF',GradientType=1 );
   -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#0FA999, endColorstr=#3C3CFF)";
}

.green-blue-gradient-4
{
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; 
	
	
	background: -webkit-linear-gradient(41deg,#13A1A1,#3C3CFF);
	background: -moz-linear-gradient(41deg,#13A1A1,#3C3CFF);
	background: -o-linear-gradient(41deg,#13A1A1,#3C3CFF);
	background: -ms-linear-gradient(41deg,#13A1A1,#3C3CFF);
	background: linear-gradient(41deg,#13A1A1,#3C3CFF);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13A1A1', endColorstr='#3C3CFF',GradientType=1 );
   -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#13A1A1, endColorstr=#3C3CFF)";
}

html .slider-background
{
	position: absolute;
	width: 100%;
    height:  100vh;
    opacity: 1;
	z-index:0;
}

html .slider-foreground
{
	position: relative;
	width: 100%;
	height:  100vh;
    min-height:  100vh;
	z-index:2;
}

html .secondary-header-background
{
	position: absolute;
	width: 100%;
    height:  200px;
    opacity: 1;
	z-index:0;
}

html .secondary-header-foreground
{
position: relative;
	width: 100%;
	height:  200px;
    min-height:  200px;
	z-index:2;
}

html .blog-overlay
{
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
	background-image:url("../stock/blog.png")!important;
	z-index:2;
	opacity: 1;
}






.gradient-background
{   
    position: absolute;
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index:0;
}



html .background-overlay
{
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
	background-image:url("../myimg/hero-slides/submarine.png")!important;
	z-index:2;
	opacity: 0;
	transition: opacity 1.8s ease-in-out;
}

html .hero-frame-active
{
	  opacity: 1;
}


html .hero-01 {
  background-image:url("../myimg/hero-slides/submarine.png")!important;
}

html .hero-02 {
  background-image:url("../myimg/hero-slides/fa18-pilot.png")!important;
}

html .hero-03 {
  background-image:url("../myimg/hero-slides/circuit-board.png")!important;
}

html .hero-04 {
  background-image:url("../myimg/hero-slides/iot-city.png")!important;
}

html .hero-05 {
  background-image:url("../myimg/hero-slides/smart-logistics.png")!important;
}

html .hero-06 {
  background-image:url("../myimg/hero-slides/army-vehicles.png")!important;
}

html .hero-07 {
  background-image:url("../myimg/hero-slides/computer-operator.png")!important;
}

html .hero-08 {
  background-image:url("../myimg/hero-slides/hirise-office.png")!important;
}

html .hero-09 {
  background-image:url("../myimg/hero-slides/retail.png")!important;
}

html .hero-10 {
  background-image:url("../myimg/hero-slides/business-meeting.png")!important;
}





.plane-canvas {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 3;
}

.main-canvas {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 3;
}

 


/**************************************************************

 Card colors
*/



.flip-front .flip-content h4
{
	/* text-4 pt-3 */
	font-weight:700!important;
	font-size: 1.2em !important;
	padding-top:1rem!important;
	letter-spacing:0.01em!important;;
	line-height:1.2em!important;
}

.flip-back {
	background-size: cover; background-position: center;
}

.theme-fg-color-01
{
	color: #ED017F !important;
}

.theme-bg-color-01
{
	background: #ED017F!important;
}

.theme-fg-color-02
{
	color: #EF3039!important;
}

.theme-bg-color-02
{
	background: #EF3039!important;
} 

.theme-fg-color-03
{
	color: #F37121!important;
}

.theme-bg-color-03
{
	background: #F37121!important;
} 

.theme-fg-color-04
{
	color: #FBAD18!important;
}

.theme-bg-color-04
{
	background: #FBAD18!important;
} 

.theme-fg-color-05
{
	color: #48AD71!important;
}

.theme-bg-color-05
{
	background: #48AD71!important;
} 

.theme-fg-color-06
{
	color: #00BABC!important;
}

.theme-bg-color-06
{
	background: #00BABC!important;
} 

.theme-fg-color-07
{
	color: #00A7E2!important;
}

.theme-bg-color-07
{
	background: #00A7E2!important;
} 

.theme-fg-color-08
{
	color: #765BA7!important;
}

.theme-bg-color-08
{
	background: #765BA7!important;
} 

/***********************************************************
Mail Form
*********************************************************/

 #contactForm   .form-group input,  #contactForm   .form-group textarea 
 {
	 border: none;
	-webkit-box-shadow: none ;
	box-shadow: none;
	border-color:none;
	border-width:0.06rem;
	font-size: 0.9rem;
	background-color:rgba(0, 0, 0, 0);
	 border-bottom: 0.0625rem solid lightgrey;
	 border-radius: 0!important;
	 color:#FFF;
	 line-height:1.2em;
	 margin-top:1.2em;

    padding: 0 0;
 }


 #contactForm  .form-group  input:-webkit-autofill,
 #contactForm   .form-group input:-webkit-autofill:hover, 
 #contactForm   .form-group input:-webkit-autofill:focus,
 #contactForm   .form-group textarea:-webkit-autofill,
 #contactForm   .form-group textarea:-webkit-autofill:hover,
 #contactForm   .form-group textarea:-webkit-autofill:focus,
 #contactForm   .form-group select:-webkit-autofill,
 #contactForm   .form-group select:-webkit-autofill:hover,
 #contactForm   .form-group select:-webkit-autofill:focus 
 {
  border: none;
  
	-webkit-box-shadow: none ;
	-moz-box-shadow: none ;
	box-shadow: none ;
	
	-webkit-text-fill-color: #FF5;
	text-fill-color: #FF5;
	
	
	border-color:none;
	border-width:0.06rem;
	font-size: 0.9rem;
	
	-webkit-text-background-color:rgba(0, 0, 0, 0.7);
	-moz-text-background-color:rgba(0, 0, 0, 0.7);
	text-background-color:rgba(0, 0, 0, 0.7);
	
	 border-bottom: 0.0625rem solid lightgrey;
	 border-radius: 0!important;
	 color:#CCC;

    padding: 0 0;
  transition: background-color 5000s ease-in-out 0s;
}



 #contactForm .form-control input:focus,
 #contactForm .form-control textarea:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none ;
	box-shadow: none ;
	
	border-color: #CCC;
}

 #contactForm .form-control.error {
	border-color:#F00;
	padding: 0 0!important;

}

 #contactForm .form-control.error:focus {
	border-color: #a94442;
	background-color:rgba(0, 0, 0, 0.3);
}

.close {
	color: #FFF;
    text-shadow: 0 1px 0 #000;
}

.modal-title
{
	color: #FFF;
    text-shadow: 0 1px 0 #000;
}

.modal-dialog {
	margin-top:100px;
}

.modal-content {
	background-color:#f7f7f7;

}

.modal-header {
	min-height:136px;
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
	background-image:url("../myimg/careers-img.jpg")!important;

}

 ol.workflow {
	list-style-type: none;
	max-width: 600px;
}

.workflow li {
	counter-increment: list +1;
	position: relative;
	padding: 0.8em;
	color: slategray;
	font-size: 1.0em;
}

.workflow li:before {
	box-sizing: border-box;
	content: counter(list);
	position: absolute;
	top: 1.0em;
	left: -2.5em;
	background: black;
	color: white;
	width: 1.8em; height: 1.8em;
	text-align: center;
	padding-top: .0001em;

}

.workflow li:nth-child(1):before {
	background: violet;
	border-radius: 50%;
}

.workflow li:nth-child(2):before {
	background: indigo;
	border-radius: 50%;
}

ol.workflow li:nth-child(3):before {
	background: blue;
	border-radius: 50%;
}

.workflow li:nth-child(4):before {
	background: green;
	border-radius: 50%;
}

.workflow li:nth-child(5):before {
	background: green;
	border-radius: 50%;
}

.workflow li:nth-child(6):before {
	background: orange;
	border-radius: 50%;
}

.workflow li:nth-child(7):before {
	background: red;
	border-radius: 50%;
}

/***********************************************************/

.hero-middle-vertalign
{
	vertical-align: middle!important;
}


.hero-vertalign
{
	vertical-align: middle!important;
	display: table-cell;
}

@media all and (max-width: 767px) 
{
	.hero-vertalign
	{
		vertical-align: bottom!important;
	}
	
	.hero-middle-vertalign
	{
		vertical-align: middle!important;
	}
}

.hero-vertalign h1
{
	font-size: 60px;
	font-weight:700;
    margin-bottom: 5px;
   text-transform: lowercase;
    color: #fff;
    letter-spacing: 0.05em;
	line-height: 1.0;
}



.hero-vertalign h1.underline
{
	font-size: 60px;
	font-weight:700;
    margin-bottom: 25px;
   text-transform: lowercase;
    color: #fff;
    letter-spacing: 0.05em;
	line-height: 1.0;
}

.hero-vertalign h1.underline:after {
    content: "";
    display: block;
    width: 460px;
    height: 4px;
    margin: 20px auto 0;
    background: #F05F40;
}

.hero-vertalign p
{
	 font-size: 34px;
    line-height: 1.4;
    color: #e4e4e4;
}

/* this is the magic */
.hero-vertalign a {
  text-decoration:none;

  box-shadow: inset 0 -2px 0 #F05F40;

  transition: background 0.1s cubic-bezier(.33,.66,.66,1);
  -ms-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
   transition: all 0.6s ease-in-out;
}

.hero-vertalign a:hover {
color: #141414;
  background: #F05F40;
  -ms-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
   transition: all 0.6s ease-in-out;
}


@media all and (max-width: 1199px) 
{  

    .hero-vertalign h1 {
    font-size: 46px;
    margin-bottom: 5px;
	}
	
	.hero-vertalign h1.underline {
    font-size: 42px;
    margin-bottom: 20px;
	}
	
	.hero-vertalign h1.underline:after {
    width: 320px;
    height: 3px;
    margin: 20px auto 0;
     }
	
	.hero-vertalign p, .hero-vertalign a {
    font-size: 26px;
    line-height: 1.4;
    }
} 

@media all and (max-width: 991px) 
{  
	
	.hero-vertalign h1 {
    font-size: 35px;
    margin-bottom: 5px;
	}
	
	.hero-vertalign h1.underline {
    font-size: 35px;
    margin-bottom: 15px;
	}
	
	.hero-vertalign h1.underline:after {
    width: 270px;
    height: 3px;
    margin: 15px auto 0;
     }
	
	.hero-vertalign p, .hero-vertalign a {
    font-size: 20px;//17px;
    line-height: 1.5;
    }
}


@media all and (max-width: 767px) 
{
	.hero-vertalign h1 {
    font-size: 50px;
    margin-bottom: 5px;
	}
	
	.hero-vertalign h1.underline {
    font-size: 50px;
    margin-bottom: 20px;
	}
	
	.hero-vertalign h1.underline:after {
    width: 380px;
    height: 4px;
    margin: 20px auto 0;
	}
	
	
	.hero-vertalign p, .hero-vertalign a {
    font-size: 28px;//17px;
    line-height: 1.4;
    }
}

@media all and (max-width: 480px) 
{ 

   .hero-vertalign h1 {
    font-size: 35px;
    margin-bottom: 5px;
	}
	
	.hero-vertalign h1.underline {
    font-size: 35px;
    margin-bottom: 15px;
	}
	
	.hero-vertalign h1.underline:after {
    width: 265px;
    height: 3px;
    margin: 15px auto 0;
	}
	 
   .hero-vertalign p, .hero-vertalign a {
    font-size: 22px;//17px;
    line-height: 1.4;
    }
	
	
}


/*****************/

.coming-soon {
  background: #f37124;
  color:#fff;
  font-size: 20px;
  padding: 4px 15px;
  z-index:2000;
}

.slide-tab {
  position:fixed;
  top: 50vh;
  right:-35px; 
  transform: rotate(90deg) scaleX(-1);
  transform-origin: right top 0px;
  margin-top: -125px;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
	
  opacity: 0;

 	
}

.slide-tab .content {
  transform: scaleX(-1);
}

.triggered {
	right:-1px;
	opacity: 1; 
}

/********************************************************************/
.preloader {
  position:fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(41deg,#094,#2448FF);
	background: -webkit-linear-gradient(41deg,#094,#2448FF);
	background: -moz-linear-gradient(41deg,#094,#2448FF);
	background: -o-linear-gradient(41deg,#094,#2448FF);
	background: -ms-linear-gradient(41deg,#094,#2448FF);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#094', endColorstr='#2448FF',GradientType=1 );
   -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#094, endColorstr=#2448FF)";
 background:white;

  z-index: 9998;
}


#preloader-anim
{
  position:fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
}


/******************/
.loader-container {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.svg {
  display: block;
}

.circle1 {
  fill: rgba(217, 38, 38, 0.2);
  animation: rotateCircle1 1.5s ease-out infinite;
}

.circle2 {
  fill: rgba(128, 217, 38, 0.2);
  animation: rotateCircle2 1.5s ease-out infinite;
}

.circle3 {
  fill: rgba(38, 217, 217, 0.2);
  animation: rotateCircle3 1.5s ease-out infinite;
}

.circle4 {
  fill: rgba(128, 38, 217, 0.2);
  animation: rotateCircle4 1.5s ease-out infinite;
}

@keyframes rotateCircle1 {
  0%, 25% {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
    fill: rgba(128, 128, 128, 0.2);
  }
  50% {
    fill: #d92626;
  }
  75%, 100% {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
    fill: rgba(128, 128, 128, 0.2);
  }
}
@keyframes rotateCircle2 {
  0%, 25% {
    transform: rotate(0deg) translateX(-10px) rotate(0deg);
    fill: rgba(128, 128, 128, 0.2);
  }
  50% {
    fill: #80d926;
  }
  75%, 100% {
    transform: rotate(360deg) translateX(-10px) rotate(-360deg);
    fill: rgba(128, 128, 128, 0.2);
  }
}
@keyframes rotateCircle3 {
  0%, 25% {
    transform: rotate(0deg) translateY(10px) rotate(0deg);
    fill: rgba(128, 128, 128, 0.2);
  }
  50% {
    fill: #26d9d9;
  }
  75%, 100% {
    transform: rotate(360deg) translateY(10px) rotate(-360deg);
    fill: rgba(128, 128, 128, 0.2);
  }
}
@keyframes rotateCircle4 {
  0%, 25% {
    transform: rotate(0deg) translateY(-10px) rotate(0deg);
    fill: rgba(128, 128, 128, 0.2);
  }
  50% {
    fill: #8026d9;
  }
  75%, 100% {
    transform: rotate(360deg) translateY(-10px) rotate(-360deg);
    fill: rgba(128, 128, 128, 0.2);
  }
}


/**************************************************/

.fade-end
{
	height: 15em;
	overflow:hidden;
	 position:relative;
	 margin-bottom:1.5em;
}

.fade-end:after {
 content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 75%;
  height: 2.5em;
  background: linear-gradient(to right, rgba(247, 247, 247, 0), rgba(247, 247, 247, 1) 50%);
 }
 
 .fade-end-white
{
	height: 14em;
	overflow:hidden;
	 position:relative;
	 margin-bottom:1.5em;
}

.fade-end-white:after {
 content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 75%;
  height: 1.8em;
  background: linear-gradient(to right, rgba(247, 247, 247, 0), rgba(247, 247, 247, 1) 50%);
 }
 
@media all and (max-width: 767px) 
{
	.fade-end
{
	height: auto;
	overflow:visible;
	 position:relative;
	 margin-bottom:1.5em;
}

.fade-end:after {
 content: "";
  opacity:0;
 }
}

/*********************************************/
.post-content .markdown h1
{
	color:#0099E6!important;
	letter-spacing:0.01em;
	font-weight:400;
	font-size:24px!important;
}

.post-content .markdown h2
{
	color:#0099E6!important;
	letter-spacing:0.01em;
	font-weight:400;
	font-size:16px!important;
}

