

html,
body {
padding: 0;
margin: 0;
background: #fff;
letter-spacing: 1px;
font-family: 'Myriad Pro', sans-serif;
}
body a {
outline: none;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
text-decoration: none;
}
body a:hover {
text-decoration: none;
}
body a:focus,
a:hover {
text-decoration: none;
}
input[type="button"],
input[type="submit"] {
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
letter-spacing: 1px;
font-family: 'Myriad Pro', sans-serif;
}
select,
input[type="email"],
input[type="text"],
input[type=password],
input[type="button"],
input[type="submit"],
textarea {
font-family: 'Montserrat', sans-serif;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
letter-spacing: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
padding: 0;
letter-spacing: 1px;
font-family: 'Myriad Pro', sans-serif;
}
p {
margin: 0;
padding: 0;
letter-spacing: 1px;
font-family: 'Myriad Pro', sans-serif;
}
ul {
margin: 0;
padding: 0;
list-style-type: none;
}
ul li {
display: inline-block;
}
/*-- //Reset-Code --*/

/*-- header --*/ 
.header-outs {
position: relative;
}
.header-most-top{
position: absolute;
width: 100%;
/* top: 0px; */
z-index: 99;
}
.headder-nav-icon{
background: #fff;
}
h1 a.navbar-brand {
font-size: 33px;
color: #000 !important;
text-transform: uppercase;
font-weight: 400;
letter-spacing: 2px;
line-height: 28px;
}
.bannerslidetxt{
	    margin: 0;
    position: absolute;
    top: 50%;
    width: 70%;
    left: 60%;
    transform: translate(-50%, -50%);
	color:white;
}
.bannerslidetxt h2{
	font-size:40px;
}
.bannerslidetxt p{
	font-size:14px;
}
button:focus{
	outline:none!important;
}
.plusdiv{
	    background: #006bb3;
    float: right;
    /* padding: 10px; */
    height: 23px;
    color: white;
    width: 23px;
    border-radius: 50%;
}
.readmorebtn{
	width: 140px;
	       background: #ffffff;
    color: #006bb3;
    padding: 10px;
    padding-top: 8px;
    border: none;
	font-weight:bold;
    border-radius: 5px;
    font-size: 14px;
    padding-bottom: 7px;
}
nav.navbar.navbar-expand-lg.navbar-light.pagescrollfix {
background: rgba(0, 0, 0, 0);
z-index: 9999;
padding: 1em 1em;
top: 0;
border:none;
}
.navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    background: #006bb3;
    color: #fff;

}
li.nav-item.active {
background: transparent;
}
.navbar-light .navbar-nav .nav-link {
white-space:nowrap;
padding: 6px 22px !important;
margin-right:3px;
color: #000;
background: transparent;
font-size: 14px;
letter-spacing: 3px;
text-transform: capitalize;
}
a.nav-item.nav-link{
padding: 0.3em 1.2em;
color:#1769ff;
font-size: 1em;
letter-spacing: 1px;
font-weight: 300 !important;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0) !important;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
	color:white !important;
}
.navbar-light .navbar-nav .active>.nav-link,a.nav-item.nav-link:hover {
color: #fff !important;
    background: #006bb3;
}
a.pagescrolldisplay {
visibility: hidden;
transition: all 0s ease;
}
.nav.navbar.shrink.pagescrollfix a.pagescrolldisplay {
visibility: visible;
transition: all 0.5s ease;
color:#1769ff;
font-weight: 300;
}
nav.navbar.shrink.pagescrollfix {
width: 100%;
height: 65px; 
box-shadow: 0 1px 0 0 #dadada;
position: fixed;
left: 0px;
transition: all 1.2s ease;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
background:#fff!important;
z-index: 9;
}
nav.navbar.shrink .navbar-brand img {
transition: all 1s ease;
}
/*--nav.navbar.shrink a {
font-size: 14px;
transition: all 1s ease;
}--*/
nav.navbar.shrink .navbar-toggler {
transition: all 1.5s ease;
}
.one-headder{
padding: 12px 0px;
background:#333;
}
.email-call {
text-align: right;
}
.email-call ul li p a,.email-call ul li p{
font-size: 13px;
color:#dadada;
display: inline-block;
}
.email-call ul li h4, .headder-icons ul li h4 {
font-size: 13px;
color: #fff;
font-weight: 400;
letter-spacing: 2px;
display: inline-block;
}



/*-- //nav--*/


/*-----Banner-------*/
.carousel-control-prev-icon ,.carousel-control-next-icon{
    margin-top: 140px;
}

/*-- Body Content --*/
#pageContent{
background-image:url(../images/bg01.png);
}


.timelineBlock {
    width: 80px;
    height: 80px;
    background: #dfe3d4;
    border-radius: 50%;
}

.timeline-img {
    text-align: center;
    padding: 20px 0px 0px 0px;
}

#timelineImage{
width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 50%;
    border:2px solid #e6cd8b;
    text-align: center;
    padding: 20px 0px 0px 0px;
	margin-right:15px;

}
.TimelineBlock {
}
.timelineText {
	height: 80px;
	padding-top:20px;
	/* display:table; */
	padding-left: 18px;
	
}
.verticalLine {
	border-left: 2px solid #e6cd8b;
	height: 53px;
	width: 57px;
	margin-left: 43px;
}

.f-left {
    float: left;
}
.p-right30 {
    padding-right: 30px;
}

.bottom-grid2 img {
    border-radius: 50%;
    padding: 15px;
    border: 5px solid #333;
}
#bottom-grid2 {
      background: #dfe3d4;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 15px;
    margin: -12px 0px 0px 0px;

}
#leftContent{
border-right:1px solid #cccacf;
}
 @media (min-width:320px) {
.timelineText {
    padding-left: 105px;
}
 }
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
 .gannetDevice{
 margin-top:65px;
 }
 }
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
 .gannetDevice{
 margin-top:65px;
 }
 }
 div#workAllotLine{
     border-right: 1px solid #c0e6e9;
	 }
 #workAllot{
 background-image:url(../images/bg02.jpg);
     background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
	color:#fff;
 }
 .workAllotList{
    margin: 15px 0px 30px 0px;
 }
 #machineLine{
  border-right: 1px solid #e3e3e3;
 }
 
 /**********TimeLIne*********/
 .firstBox,.secondBox,.thirdBox,.fourthBox,.firstBox1{
background:#32454b;
color:#fff;
padding:10px;
margin: 57px 0px 0px 57px;

}

.firstBox1{
background:#32454b;
color:#fff;
padding:10px;
    margin: 63px 83px 0px 0px;
}
.secondBox1{
background:#32454b;
color:#fff;
padding:10px;
    margin: 6px 83px 0px 0px;}


.textBox {
    display: inline-block;
    padding: 5px 5px;
	background: #32454b;
    color: #fff;
}

.curveleft {
    float: left;
    display: inline-block;
}
div#curveleft {
    border-right: 1px solid #e3e3e3;
	padding-bottom: 40px;
}
.curveright {
    float: right;
    display: inline-block;
}
ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline > li:before {
    content: ' ';
    background: #32454b;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #32454b;
    left: 158px;
    width: 10px;
    height: 10px;
    z-index: 400;
    margin-top: -12px;
}
ul.timeline > li {
width:280px;
    /* padding: 10px; */
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 165px;
    width: 119px;
    /* height: 100%; */
    z-index: 400;
    border: 1px solid #333;
    margin-top: 58px;
}
li.secondBox,.thirdBox,.fourthBox {
    margin-top: 5px! important;
}
ul.timeline > li.secondBox:before {
    content: ' ';
    background: #32454b;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #32454b;
    left: 211px;
    width: 10px;
    height: 10px;
    z-index: 400;
    margin-top: -13px;
}
ul.timeline > li.thirdBox:before {
    content: ' ';
    background: #32454b;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #32454b;
    left: 211px;
    width: 10px;
    height: 10px;
    z-index: 400;
    margin-top: -13px;
}
ul.timeline > li.fourthBox:before {
    content: ' ';
    background: #32454b;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #32454b;
    left: 150px;
    width: 10px;
    height: 10px;
    z-index: 400;
    margin-top: -13px;
}
ul.timeline >li.secondBox:after {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 218px;
    width: 68px;
    /* height: 100%; */
    z-index: 400;
    border: 1px solid #333;
    margin-top: -68px;
}
ul.timeline >li.thirdBox:after {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 218px;
    width: 69px;
    /* height: 100%; */
    z-index: 400;
    border: 1px solid #333;
    margin-top: -68px;
}
ul.timeline >li.fourthBox:after {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
	left: 158px;
    width: 126px;
    /* height: 100%; */
    z-index: 400;
    border: 1px solid #333;
    margin-top: -68px;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.curveleft ,.curveright{
display:none;
}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.textBlock,.email-call{
text-align:left;
}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.firstBox1{
margin: 3px 3px 0px 0px;
}
}

 @media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
body{
overflow-x:hidden;
}
} 

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
ul.timeline > li {
margin:0px;
}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
ul.timeline::before,ul.timeline > li.secondBox::after ,ul.timeline > li.thirdBox::after ,ul.timeline > li.fourthBox::after ,
ul.timeline > li.secondBox::before ,ul.timeline > li.thirdBox::before ,ul.timeline > li.fourthBox::before ,ul.timeline > li::before {
display:none;
}
}

@media only screen and (max-device-width: 480px) and (min-device-width: 320px){
ul.timeline1 >li.secondBox1:after,ul.timeline1 >li.secondBox1:before,ul.timeline1 >li.firstBox1:after,ul.timeline1 >li.firstBox1:before{
display:none! important;
}
}


/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */
ul.timeline::before,ul.timeline > li.secondBox::after ,ul.timeline > li.thirdBox::after ,ul.timeline > li.fourthBox::after ,
ul.timeline > li.secondBox::before ,ul.timeline > li.thirdBox::before ,ul.timeline > li.fourthBox::before ,ul.timeline > li::before {
display:none;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
ul.timeline1 >li.secondBox1:after,ul.timeline1 >li.secondBox1:before,ul.timeline1 >li.firstBox1:after,ul.timeline1 >li.firstBox1:before,.curveleft ,.curveright{
display:none! important;
}
}
@media only screen and (min-device-width : 500px) and (max-device-width : 786px) {
/* Styles */
p.block1,.circleText,.curveleft,.curveright{
display:none! important;
}
}





@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
ul.cm-small-circle li {
    width: 30px! important;
    height: 30px! important;
    border: 2px solid rgb(255, 255, 255)! important;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
ul.cm-small-circle li:nth-child(1) {
    top: 160px;
    left: -25px! important;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
ul.cm-small-circle li:nth-child(6) {
    left: -84px! important;
    top: 158px;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
ul.cm-small-circle li:nth-child(5) {
    top: 375px;
    left: -34px! important;
}
} 
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
ul.cm-small-circle li:nth-child(1) {
    top: 160px;
    left: -58px !important;
}
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
ul.cm-small-circle div.logo {
    padding: 99px 50px 54px 132px! important;
	}
	}
	
/**cm-description**/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
ul.cm-small-circle li:nth-child(1) .cm-description {
    left: 120px !important;
    top: -42px! important;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
ul.cm-small-circle li:nth-child(2) .cm-description {
    left: -430px;
    top: -42px! important;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
ul.cm-small-circle li:nth-child(3) .cm-description {
    left: -430px;
    top: -177px! important;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
ul.cm-small-circle li:nth-child(4) .cm-description {
    left: -430px;
    top: -376px! important;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
ul.cm-small-circle li:nth-child(5) .cm-description {
   left: 105px !important;
   top: -361px !important;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
ul.cm-small-circle li:nth-child(6) .cm-description {
    left: 142px! important;
    top: -192px! important;
}
}
/*---second--*/
ul.timeline1 {
    list-style-type: none;
    position: relative;
}
ul.timeline1 > li:before {
    content: ' ';
    background: #32454b;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #32454b;
    left: 167px;
    width: 10px;
    height: 10px;
    z-index: 400;
    margin-top: -10px;
}
ul.timeline1 > li {
width:280px;
    /* padding: 10px; */
}
/* ul.timeline1:before {
   content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 334px;
    width: 162px;
    /* height: 100%; */
    /* z-index: 400; */
/*     border: 1px solid #333;
 */    /* margin-top: 0px; */
/* }*/ 

ul.timeline1 > li.firstBox1:before {
content: ' ';
    background: #32454b;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #32454b;
    left: 479px;
    width: 10px;
    height: 10px;
    z-index: 400;
    margin-top: -13px;
}
ul.timeline1 >li.firstBox1:after {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
position: absolute;
left: 334px;
    width: 146px;
    /* height: 100%; */
    z-index: 400;
    border: 1px solid #333;
    margin-top: -68px;
}


ul.timeline1 > li.secondBox1:before {
content: ' ';
    background: #32454b;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #32454b;
    left: 420px;
    width: 10px;
    height: 10px;
    z-index: 400;
    margin-top: -13px;
}
ul.timeline1 >li.secondBox1:after {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
     left: 320px;
    width: 109px;
    /* height: 100%; */
    z-index: 400;
    border: 1px solid #333;
    margin-top: -68px;
}
.bannertxt{
	
	color:white
}
.aboutinside{
	    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
    border-bottom: 5px solid #3F51B5;
    padding-bottom: 20px;
    padding-top: 20px;
}
.gttxt{
	    padding-left: 40px;
    padding-right: 40px;
    color: #868686;
    padding-top: 15px;
    padding-bottom: 30px;
    font-size: 17px;
    font-weight: bold;
}
.feature li {
    margin-left: 30px !important;
	margin-bottom:10px;
}
ul.feature li::before {
    content: "";
    position: absolute;
    left: 55px;
    margin-top: 6px;
    width: 10px;
    height: 10px;
    background-color: #5561a6;
}
.aboutbanner{
	background-image:url("../images/aboutus.jpg");
	background-repeat:norepeat;
	background-size:cover;
	height:270px;
	display:flex;
	align-items:center;
	justify-content:center
}
.gannetactionbanner{
	background-image:url("../images/gannetinaction.jpg");
	background-repeat:norepeat;
	background-size:cover;
	height:270px;
	display:flex;
	align-items:center;
	justify-content:center
}
.featuresbanner{
	background-image:url("../images/featuresbanner.jpg");
	background-repeat:norepeat;
	background-size:cover;
	height:270px;
	display:flex;
	align-items:center;
	justify-content:center
}
.iotbanner{
	background-image:url("../images/iot.jpg");
	background-repeat:norepeat;
	background-size:cover;
	height:270px;
	display:flex;
	align-items:center;
	justify-content:center
}
.paratxt{
	
	color: #585858;
    padding-left: 20px;
}
.introtxt{
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #3533c7;	
	
}

 
 
 
 
 
 
 
 
 .box {
    overflow: hidden;
}



.selected {
    display: block;
    opacity: 1;
    transition: opacity 1s linear;
    -webkit-transition: opacity 1s linear; }

.checklist_wrap .box{
    display: block;
    opacity: 1;
    transition: opacity 1s linear;
    -webkit-transition: opacity 1s linear; }

  .checklist-wrap{
    padding-top: 2em;}

  .contextNav.onethird {
    background-color: transparent; }
  
  .checklist-select li {
display:inherit;
   color: #000;
    background: #e6e6e6;
    padding: 0.75em;
    margin-bottom:10px;
	font-size:15px
}
.featureimg{
	width:100%;margin-top: 28px;
}
  .checklist-select li.active {
    background-color: #3F51B5; 
	color:white;
  }

  .checklist-select li:hover {
    cursor: pointer;
    background-color: #3f51b5;
    color: white; }
    
	@media screen and (min-width:1200px) {
	.one-headder{
		height:45px;
	}
	
	}
@media screen and (max-width:736px) {
	.bannerslidetxt h3 {
    font-size: 20px;
    margin-bottom: -12px;
}
.bannerslidetxt p {

    margin-bottom: -12px;
}
	.bannerslidetxt{
		margin-top: 195px;
    /* text-align: left; */
    margin-left: -36px;
	}
	.bannerimg2 {
    width: 54% !important;
    margin-top: 327px;
}
.bannerimg3 {
    width: 27% !important;
    margin-top: 327px;
}
	.bannerimg1{
		    width: 25% !important;
    margin-top: 302px;
	}
  .featureimg{
	width:100%;margin-top: -28px ;margin-bottom:20px;
}
.bannertxt {
    color: white;
    margin-top: 30px;
}
    
.checklist-select .active::after{
	content:none !important
}

}
  .contextNav{ display:block; }
  .checklist-wrap .box{
    display: none;
    opacity: 0;
    /*transition: opacity 1s linear;
    -webkit-transition: opacity 1s linear;*/ }

  .checklist-wrap .selected{
    display: block;
    opacity: 1;
    /*transition: opacity 1s linear;
    -webkit-transition: opacity 1s linear;*/ }
  
  .checklist-wrap .box .deptBox > div{ display:none; }
  
  .checklist-wrap .selected .deptBox > div{ display:block;}
.tabshadow{
	    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 20px;
    padding-left: 40px;
	    border-top: 5px solid #3f51b5;
}
.square li{
	margin-left:5px;
	margin-bottom:10px;
}
ul.square li::before {
  content: "";
  position: absolute;
  left: 20px;
  margin-top: 6px;
  width: 10px;
  height: 10px;
  background-color: #5561a6;
}

.checklist-select .active::after {
        content: " ";
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #3F51B5;
    height: 0;
    width: 0;
    position: absolute;
    right: -5px;
    margin-top: 10px;
    /* top: 50%; */
    transform: translateY(-50%);
}










