/* vars */
@import url('https://fonts.googleapis.com/css?family=Raleway:400,700,900');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');


/*COLORS*/


/*MEDIA QUERIES*/

/* basics */
body {
	background: #fff;
	font-family: 'Raleway', sans-serif;
	color: #363C41;
	font-size: 18px;
}

h1,h2,h3,h4,h5,h6{
    font-weight: 700;
}

p {
  font-size: 1em;
  font-weight: 400;
  text-align: justify;
}

a {
  color: #1D83C1;
		font-size: 1em;
  font-weight: 400;
  -webkit-text-decoration: none;
  text-decoration: none;
}

hr{
  border-top: 1px solid #CCCCD1;
}

.noPadding,.noPad{
  padding: 0;
}

.sep10{
  margin-top: 10px;
}
.sep20{
  margin-top: 20px;
}
.sep40{
  margin-top: 40px;
}
.sep50{
  margin-top: 50px;
}
.sep60{
  margin-top: 60px;
}
.sep80{
  margin-top: 80px;
}
.sep100{
  margin-top: 100px;
}

.center{
  display: block;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.imgResponsive,.imgRes{
  width: 100%;
}

input:focus,
textarea:focus
{
	outline: none;
}

input::-moz-focus-inner { 
  border: 0; 
}

a img {outline : none;}

img {border : 0;}

button, 
button:link, 
button:focus, 
button:active,
button:hover,
button:visited,
.btn,
.btn:link,
.btn:focus,
.btn:active,
.btn:hover,
.btn:visited,
a,
a:link,
a:focus,
a:active,
a:hover,
a:visited
{
	border : 0; 
	outline:none;
	outline:0;
	border-color: transparent;
}

.clearfix{
	clear: both;
}

.des{
	display: block !important; 
}

@media (max-width: 576px) {

.des{
		display: none !important; 
}
	}

.mob{
	display: none !important; 
}

@media (max-width: 576px) {

.mob{
		display: block !important; 
}
	}


body {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  line-height: 25px;
}
.pad-bottom {
  padding-bottom: 60px;
}

.btn {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.set-bk-clr {
  background-color: #1D83C1;
}
.clr-set {
  color: #1D83C1;
}
.f-big {
  font-size: 40px;
  font-weight: 900;
}
.set-bk-clr:hover {
  background-color: rgba(0, 59, 95, 0.96);
}
.btn-danger{
  border: none;
}
.btn-danger:hover {
  color: #fff;
  border: none;
}
/*==============================
NAVBAR STYLES
==============================*/
.navbar-light .navbar-nav .nav-link {
  color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus {
  color: #fff;
}
.main_menu_area {
  position: absolute;
  width: 100%;
  top: 42px;
  left: 0px;
  z-index: 30;
  padding: 0px 75px;
  background-color: rgba(1, 44, 87, 0.85);
}
@media (max-width: 576px){
.main_menu_area {
    padding: 10px 20px;
    background-color: #012c57;
}
  }

.main_menu_area .navbar {
  background-color: transparent !important;
}

.main_menu_area .navbar {
  padding: 0px;
}
.main_menu_area .navbar .navbar-collapse {
  text-align: right;
}
@media (min-width: 992px) {
  .main_menu_area .navbar .navbar-collapse {
    display: block !important;
  }
}
.main_menu_area .navbar .navbar-nav {
  display: inline-block;

}
@media (max-width: 576px){
.main_menu_area .navbar .navbar-nav {
    display: block;

}
  }
@media (max-width: 992px){
.main_menu_area .navbar .navbar-nav {
    text-align: center;

}

  }

.main_menu_area .navbar .navbar-nav li {
  display: inline-block;
  margin-right: 50px;
}

@media (max-width: 576px){

.main_menu_area .navbar .navbar-nav li {
    display: block;
    margin-right: 10px;
    line-height: 1;
}
  }

@media (max-width: 1200px){

.main_menu_area .navbar .navbar-nav li {
    margin-right: 25px;
}
  }

.main_menu_area .navbar .navbar-nav li a {
  padding: 0px;
  line-height: 99px;
  color: #fff;
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
  transition: all 400ms linear 0s;
}

@media (max-width: 576px){

.main_menu_area .navbar .navbar-nav li a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.5em;
}
  }

@media (max-width: 768px){

.main_menu_area .navbar .navbar-nav li a {
    line-height: 3;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}
  }
@media(max-width:575px){
  .main_menu_area .navbar .navbar-nav li a {
    line-height: 3;
    text-align: center; 
  }
}
.main_menu_area .navbar .navbar-nav li:last-child {
  margin-right: 0px;
}
.main_menu_area .navbar .navbar-nav li:hover a, .main_menu_area .navbar .navbar-nav li.active a {
  color: #1D83C1;
}
@media (min-width: 992px) {
  .main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu {
    transition: all 300ms ease-out;
    transform: scaleY(0);
    display: block;
    transform-origin: 50% 0;
    min-width: 246px;
    background: #fff;
    border-radius: 0px;
    border: none;
    top: 99%;
    padding: 25px 0px 30px 0px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  }
}
.main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu li {
  display: block;
  margin-right: 0px;
}
.main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu li a {
  padding: 0px 25px;
  line-height: 50px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-shadow: none;
  line-height: 42px;
  color: #232d37;
  transition: all 400ms linear 0s;
  text-transform: capitalize;
}
.main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu li a:before {
  display: none;
}
.main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu li:hover a {
  color: #1D83C1;
}
@media (min-width: 992px) {
  .main_menu_area .navbar .navbar-nav li.submenu:hover.submenu .dropdown-menu {
    transform: scaleY(1);
  }
}
.main_menu_area .navbar .navbar-nav.justify-content-end {
  margin-left: 85px;
}
.main_menu_area .navbar .navbar-nav.justify-content-end li {
  margin-right: 25px;
}
.main_menu_area .navbar .navbar-nav.justify-content-end li a {
  font-size: 16px;
}
.main_menu_area .navbar .navbar-nav.justify-content-end li:last-child {
  margin-right: 0px;
}
.main_menu_area.navbar_fixed {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  background: #012c57;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  z-index: 9999;
}
@media (max-width: 576px){
.main_menu_area.navbar_fixed {
    background: #012c57;
}
  }
.main_menu_area.navbar_fixed .navbar .navbar-nav li a {
  line-height: 70px;
}
.search_area {
  position: fixed;
  top: -100px;
  left: 0px;
  width: 100%;
  z-index: 40;
  background: #fff;
  padding: 0px 110px;
  transition: all 300ms ease-out;
}
.search_area .search_inner {
  position: relative;
}
.search_area .search_inner:before {
  content: "";
  height: 34px;
  width: 4px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: #1D83C1;
}
.search_area .search_inner input {
  border: none;
  border-radius: 0px;
  width: 100%;
  padding: 0px 32px 0px 10px;
  height: 98px;
  outline: none;
  box-shadow: none;
  font-size: 36px;
  color: #b5aec4;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 98px;
  font-weight: normal;
}
.search_area .search_inner input.placeholder {
  font-size: 36px;
  color: #b5aec4;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 98px;
  font-weight: normal;
}
.search_area .search_inner input:-moz-placeholder {
  font-size: 36px;
  color: #b5aec4;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 98px;
  font-weight: normal;
}
.search_area .search_inner input::-moz-placeholder {
  font-size: 36px;
  color: #b5aec4;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 98px;
  font-weight: normal;
}
.search_area .search_inner input::-webkit-input-placeholder {
  font-size: 36px;
  color: #b5aec4;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 98px;
  font-weight: normal;
}
.search_area .search_inner i {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  color: #1D83C1;
  font-size: 30px;
  cursor: pointer;
}
.search_area.open {
  top: 0px;
}


/*topbar*/
.topbar{
  background-color: #001b38;
  color: #fff;
  padding: 7px 0;
  border-top: 1px solid #001b38;
}
.topbar .contact-info {
  text-align: right;
  margin: 0;
}
.contact-info span {
  display: inline-block;
  margin-right: 20px;
  font-size: 0.75em;

}
@media (max-width: 576px){
.contact-info span {
    text-align: center;
    /*display: block;*/

}
    .contact-info span:nth-child(2){
      display: none;
    }
  }
.topbar .contact-info i {
  display: inline-block;
  padding-right: 5px;
  color: #1D83C1;
}


#header {
  background: url(../assets/images/bg-home2.jpg) no-repeat center center;
  padding: 0;
  background-size: cover;
  -moz-background-size: cover;
  background-attachment: fixed;
  color: #fff;
}
#header .overlay {
  background-color:rgba(0, 64, 133, 0.55);
  min-height: 650px;
}
@media (max-width: 576px){
#header .overlay {
    min-height: 750px;
}
  }
#header h1 {
  line-height: 60px;
  font-size: 45px;

  padding-bottom: 35px;
  color: #FFF;
}
#header h4 {
  line-height: 30px;
  font-size: 12px;
  padding-bottom: 40px;
  text-transform: uppercase;
}
.slideTxt{
  margin-top: 205px;
}
@media (max-width: 992px){
.slideTxt{
    margin-top: 105px;
}
  }
@media (max-width: 576px){
.slideTxt{
    margin-top: 30%;
}
  }

.headerInt2{
  
  background: url(../assets/images/bg-home2.jpg) no-repeat center center;
}

#headerInt {
  /*background: url(../assets/images/bg-home2.jpg) no-repeat center center;*/
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0;
  background-size: cover;
  -moz-background-size: cover;
  background-attachment: fixed;
  color: #fff;
}

#headerInt .overlay {
  background-color:rgba(0,64,133,.55);
 height: auto;
 padding-bottom: 50px;
  min-height: 540px;
}

@media (max-width: 576px){

#headerInt .overlay {
    min-height: 700px;
}
  }
#headerInt h1 {
  line-height: 60px;
  font-size: 45px;

  padding-bottom: 35px;
  color: #FFF;
}
#headerInt h4 {
  line-height: 30px;
  font-size: 12px;
  padding-bottom: 40px;
  text-transform: uppercase;
}
.slideTxtInt{
  margin-top: 130px;
}

.videoBtnSlide a span{
  color: white;
  font-size: 1em;
  padding-left: 10px;
}
.videoBtnSlide a i{
  color: white;
  font-size: 1em;
}
#services {
  background-color: #fff;
}
#services h2{
    font-size: 2em;
  }
#services i {
  font-size: 80px;
  padding: 30px;
  color: #1D83C1;
}
#services h4 {
  padding-bottom: 5px;
  padding-top: 15px;
  color: #1D83C1;
}
#homeBanner1 {
  background: url(../assets/images/depslip1.jpg) no-repeat center center;
  padding: 0;
  background-size: cover;
  -moz-background-size: cover;
  background-attachment: fixed;
}
#homeBanner1 .overlay {
  background-color: rgba(0,64,133,.55);
  padding-top: 90px;
  min-height: 300px;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
#functionality {
  background-color: #fff;   

}
#functionality h3{
    font-size: 1.65em;
  }
@media (max-width: 576px){
#functionality h3{
      text-align: center;
  }
    }
#functionality h2{
    font-size: 2em;
  }

@media (max-width: 768px){

.homelapImg{
    margin-bottom: 50px;
}
  }


.funcParts{
  padding-bottom: 10px;
}


@media (max-width: 576px){


.funcParts{
    text-align: center;
}
    .funcParts:nth-child(1){
      margin-top: 50px;
    };
  }
#homeBanner2 {
  background: url(../assets/images/bg-home1.jpg) no-repeat center center;
  padding: 0;
  background-size: cover;
  -moz-background-size: cover;
  background-attachment: fixed;
}
#homeBanner2 .overlay {
  background-color: rgba(0,64,133,.55);
  padding-top: 90px;
  min-height: 300px;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.main{
  margin-top: 100px;
}

.aboutUs{
  margin-bottom: 150px;
}

section {
  padding-top: 100px;
    padding-bottom: 25px;
}

section:is(last-child){
  padding-bottom: 120px;
  }

@media (max-width: 576px){

section {
    padding-top: 25px;
    padding-bottom: 25px;
}
  }

section h2{
    line-height: 60px;
    font-size: 2.2em;

    padding-bottom: 35px;
    color: #012c57;
    text-align: center;
    margin: 0 auto;
}

section h3{
  line-height: 60px;
    font-size: 2em;

    color: #1D83C1;
    margin-bottom: 10px;
    line-height: 1
}

section p{
  text-align: justify;
}

@media (max-width: 768px){

.adminEmail{
  word-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
  }


/*Time line*/
.timeline {
    position: relative;
    padding:4px 0 0 0;
    margin-top:22px;
    list-style: none;
}

@media (max-width: 1200px){

  .timeline {
    width: 70%;
    margin: 0 auto;
  }

  .timeline li{
    display: flex;
}

}

@media (max-width: 576px){

  .timeline {
    width: 100%;
    margin: 0 auto;
  }

  .timeline li{
    display: flex;
    
}

}


.timeline>li:nth-child(even) {
    position: relative;
    margin-bottom: 50px;
    height: 180px;
    right:-100px;
}

.timeline>li:nth-child(even) p{
      text-align:left;
    }

@media (max-width: 576px){

.timeline>li:nth-child(even) p{
        text-align: center;
    }
      }

@media (max-width: 1200px){

.timeline>li:nth-child(even) {
      left:auto;
      left:initial;
      margin: 0;
      right: auto;
      right: initial;
}
    }

@media (max-width: 576px){

.timeline>li:nth-child(even) {
      margin-bottom: 100px;
}
    }

.timeline>li:nth-child(odd) {
    position: relative;
    margin-bottom: 50px;
    height: 180px;
    left:-100px;
}

@media (max-width: 1200px){

.timeline>li:nth-child(odd) {
      left:auto;
      left:initial;
}
    }

@media (max-width: 576px){

.timeline>li:nth-child(odd) {
      margin-bottom: 100px;
}
    }

@media (max-width: 576px){

.timeline>li .lastPanel{
      margin-bottom: 0px !important; 
}
    }

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
    min-height: 170px;
}

.timeline > li .timeline-panel {
  position: relative;
  float: left;
  width: 41%;
  padding: 0 20px 20px 100px;
  text-align: right;
}

@media (max-width: 1200px){

.timeline > li .timeline-panel {
      width: 70%;
      padding: 2% 4%;
      text-align: left
}

.timeline-body p {
    text-align: left;
}
    }

@media (max-width: 576px){

.timeline > li .timeline-panel {
      margin-bottom: 10px;
      display: block;
      width: 100%;
      text-align: center;
}
    }

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 58%;
    border: 7px solid #012c57;
    border-radius: 100%;
    background-color: #012c57;
    width: 120px;
    height: 120px;
    margin-left: -145px;
}

@media (max-width: 1200px){

.timeline>li .timeline-image {
      position: relative;
      left:auto;
      left:initial;
      width: 120px;
      display: inline-block;
      margin: 0;
}
    }

@media (max-width: 576px){

.timeline>li .timeline-image {
      margin: 0 auto;
      text-align: center;
      display:block;
}
    }

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

@media (max-width: 576px){

.timeline>li.timeline-inverted{
    display: block;
      width: 100%;
      text-align: center;
      height: auto;
      margin-bottom: 10%;
}
    }
.timeline-body p{
  text-align: right;
}

@media (max-width: 1200px){

  .timeline-body p {
      text-align: left;
  }
.timeline>li:nth-child(odd) {
    margin-bottom: 0;
    height: auto;
}

}


@media (max-width: 576px){

.timeline>li:nth-child(odd) {
      display: block;
      width: 100%;
      text-align: center;
      height: auto;
      margin-bottom: 10%;

}

.timeline>li:after {
    clear: both;
    min-height: 0px;
}

    }

@media (max-width: 576px){
.timeline-body p{
    text-align: center;
}
  }


.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 100px 20px 20px;
    text-align: left;
}


@media (max-width: 1200px){


.timeline>li.timeline-inverted>.timeline-panel {
      float: right;
      padding: 2% 4%;
      display: block;
      width: 70%;
}
    }


@media (max-width: 576px){


.timeline>li.timeline-inverted>.timeline-panel {
      float:none;
      width: 100%;
      text-align: center;
}
    }

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top:22px;
    margin-bottom: 4px;
    padding:0;
    color: #0062cc;
}

.timeline .timeline-heading h4.subheading {
  margin:0;
  padding:0;
    text-transform: none;
    font-size:18px;
    color:#333333;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
    color:#808080;
}
/*Style for even div.line*/
.timeline>li:nth-child(odd) .line:before {
    content: "";
    position: absolute;
    top: 70px;
    bottom: 0;
    left: 645px;
    width: 4px;
    height: 215px;
    background-color: #3b5998; /* IE 9 */ /* Safari */
    transform: rotate(-45deg);
    box-shadow: 0 0 5px #4582ec;
}
@media (max-width: 1200px){
.timeline>li:nth-child(odd) .line:before {
      display:none;
}
    }
/*Style for odd div.line*/
.timeline>li:nth-child(even) .line:before  {
    content: "";
    position: absolute;
    top: 70px;
    bottom: 0;
    left: 465px;
    width: 4px;
    height: 215px;
    background-color: #3b5998; /* IE 9 */ /* Safari */
    transform: rotate(45deg);
    box-shadow: 0 0 5px #4582ec;
}
@media (max-width: 1200px){
.timeline>li:nth-child(even) .line:before  {
      display:none;
}
    }

.yearCircle{
    position: absolute;
    display: block;
    width: 100px;
    text-align: center;
    color: white;
    font-size: 180%;
    top: 35%;
    left: 3%;
    font-weight: 900;
}

/*@media (max-width: 1199px) {
  .timeline > li{
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
    display: block;
    width: 20%;
  }

  .timeline>li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0px;
  }
  .timeline>li:nth-child(odd) .timeline-image {
    left: 0;
    margin-left: 0px;
  }
  .timeline>li .timeline-panel {
    width: 76%;
    padding: 0 0 20px 0px;
    text-align: left;
    display: inline-block;
  }

  .timeline > li .line {
    display: none;
  }
}*/
/* Small Devices, Tablets */
/*@media (min-width: 768px) and (max-width: 991px) {
  .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
  .timeline>li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0px;
  }
  .timeline>li:nth-child(odd) .timeline-image {
    left: 520px;
    margin-left: 0px;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: left;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: right;
  }
  .timeline > li .line {
    display: none;
  }
}*/
/* Custom, iPhone Retina */
/*@media only screen and (max-width: 767px) {
  .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;

  }
  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
  .timeline>li .timeline-image {
    position: static;
    width: 150px;
    height: 150px;
    margin-bottom:0px;
  }
  .timeline>li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0;
    display: inline-block;
  }
  .timeline>li:nth-child(odd) .timeline-image {
    float:right;
    left: 0px;
    margin-left:0;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 100%;
    padding: 0 0 20px 14px;
            display: inline-block;
    width: 60%;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 100%;
    padding: 0 14px 20px 0px;
            display: inline-block;
    width: 60%;
  }
  .timeline > li .line {
    display: none;
  }
}*/



.productIcon{

  text-align: center;
   width: 100%;
}



@media (max-width: 992px){



.productIcon img{
      width: 100%;
  }
    }



@media (max-width: 768px){



.productIcon img{
      width: 100%;
  }
    }



@media (max-width: 576px){



.productIcon img{
      width: 30%;
  }
    }



@media (max-width: 576px){



.productIcon{
      margin-bottom: 50px;
}
    }
.productIcon i{
  font-size: 12em;
}

.prodTit{
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.cardProd{
  margin-bottom: 50px;
      background: #e9ecef;
}

.card-header {
    background-color: #0062cc;
}

.callTxt p{
  text-align: center;
}

.callUs h3{
    line-height: 60px;
    font-size: 2em;
    
    padding-bottom: 35px;
    color: #0062cc;
    text-align: center;
    margin: 0 auto;
}

.callSection{
  margin-bottom: 100px;
}

.btnCallUs{
  margin-bottom: 40px;
}

footer{
  width: 100%;
  color: white;
  font-size: 80%;
  background: #001b38;
  padding: 90px 0;
  height: auto;
}

@media (max-width: 576px){

footer{
    text-align: center;
}
  }
.footer .col-md-4{
  padding-bottom: 20px;
}
.subfooter{
  width: 100%;
  font-size: 70%;
  text-align: center;
  color: white;
  background: #012c57;
  padding: 10px;
}
.subfooter p{
    margin-bottom: 0;
    line-height: 3;
  }
@media (max-width: 576px){
.subfooter p{
      text-align: center;
      line-height: 2;
      margin-bottom: 20px;
  }
    }
footer h5{
  color: #1D83C1;
}
@media (max-width: 576px){
footer h5{
    margin-top: 50px;
}
  }
footer li a{
  color: white;
  font-size: 1.1em;
}
footer li a:hover{
  color: #999;
}
footer ul{
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 0;
  padding-bottom: 0;

}
.footerlogo{
  padding-bottom: 20px;
}

#partners{
  padding-top: 50px;
  padding-bottom: 50px;
}

.partners{
  width: 100%;
  margin: 0 auto;  
}

@media (max-width: 768px){

.partners{
    margin-bottom: 20%;
    width: 100%;  
}
  }

@media (max-width: 576px){

.partners{
    margin-bottom: 20%;
    width: 80%;  
}
  }
.partners img{
  width: 100%;
  height: auto;
}
.btn-danger.focus, .btn-danger:focus {
  box-shadow:   none;
}

span.keyIcons i{
    font-size: 2.5em;
    color: #1D83C1;
    padding-top: 5px;
  }

@media (max-width: 576px){

span.keyIcons{
      text-align: center;
      display:block; 
}
    }

h3.media-heading{
  line-height: 1;
  padding: 0;
  margin: 0;
}
.socialIcons{
  color: white !important;
}
.socialIcons{
  font-size: 2em;
  padding: 0 10px;
  display: inline-block;
  padding-top: 5px;
}
.socialIcons:hover i{
    color:#1D83C1;
  }
.barsBtn{
  color: white;
  font-size: 2em;
}
button:focus {
  outline: none;
}
.imgResponsive,.imgRes{
  width: 100%;
}

.product{
  margin-bottom: 0px;
  padding-bottom: 0;
}

.product h2 {
    line-height: 60px;
    font-size: 2.2em;
 
    padding-bottom: 80px;
    color: #012c57;
    text-align: center;
    margin: 0 auto;
}

.callUs{
  margin-top: 50px;
}

.worksVid{
  margin-left: 10px;
}

.newsWrapp{
  margin-bottom: 50px;
}
.newsTit{
  color: #FFF
}

.login-form{
    background: rgba(255, 255, 255, 0.75);
    padding: 20px 20px;
    margin-top: 25%;
}

@media (max-width: 768px){

.login-form{
      margin-top: 40%;
}
    }

.login-form-employee{
    background: #CCCCD1;
    padding: 20px 20px;
    margin-top: 25%;
    text-align: center;
}

@media (max-width: 768px){

.login-form-employee{
      margin-top: 40%;
}
    }

.homeVidBtn i{
  font-size: 3em;
  color: white;
  }
.loginTxt{
  color: #012c57;
  text-align: center;
  margin-bottom: 5%;
}

@media (max-width: 768px){

.authTit{
    text-align: center;
}
  }
    /*CONTACT*/
    .menu-left{
      list-style-type: none;
      padding-left: 0px;
      margin-bottom:  40px;
    }
    .white{
      color: #FFF
    }
    legend{
      padding: 10px 0 20px 0
    }
    .help-block {
      color: red;
    }
    .form-control{
      height: 3em;
      background: #f5f5f5;
      border-radius: 0;
      margin-bottom: 10px;
      border: none;
    }
    .form-control:focus{
      background: #f5f5f5;
    }
    .select{
      color: #99999C;
    }
    .select1{
      color: #1d83c1;
    }
    .btn-send{
      width: 200px;
      text-align:  center;
      display:  block;
      margin: 0 auto;
    }
    @media (max-width: 576px){
    .btn-send{
        width: 100%;
        padding: 20px 0;
        margin-top: 30px;
    }
      }
    .contact-l{
      margin-bottom: 40px;
    }
    @media (max-width: 576px){
    .contact-l{
        text-align: center;
    }
        .contact-l p{
        text-align: center;
        }
      }

.contactIcons i{
    padding-right: 10px;
  }

@media (max-width: 576px){

.contactIcons{
    text-align: center;
}
  }

.socialIconsCont{
  color: white !important
}

.socialIconsCont{
  font-size: 2em;
  padding: 0 10px
}

.socialIconsCont i{
color: #004085;
}

.white{
  color: #fff;
}

.forgot a{
  color:#1D83C1;
    display: block;
    margin-bottom: 25px;
}

@media (max-width: 576px){

.forgot a{
    text-align: center;
    margin-bottom: 0;
}
  }

@media (max-width: 576px){

.login-form h3{
    text-align: center;
}
  }


.btnhomeWrap{
  position: relative;
  text-align: center;
  margin: 20px auto 0 auto;
  width: 100%;
}

/*
.pulsing{
  position: absolute;
  left: calc(50% - 25px);

}

.pulsee{
    &:hover i{
  color: $darkBlue;
  }
}

.pulsing:before {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  content: '';
  box-shadow: inset 0 0 0 3px #FFF;
  transition: transform 0.2s, opacity 0.2s;
  animation: pulsing 2.7s infinite;
}

@keyframes pulsing {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}*/

@media (max-width: 576px){

.timelineWrapp{
    margin-bottom: 50px;
}
  }


/*pulsing btn*/

.pulsating-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-55%) translateY(-50%);
  width: 25px;
  height: 25px;
}

.pulsating-circle:before {
    /*content: '';*/
    position: relative;
    display: block;
    width: 300%;
    height: 300%;
    padding-top: 10px;
    box-sizing: border-box;
    margin-left: -100%;
    margin-top: -100%;
    border-radius: 45px;
    background-color: #01a4e9;
    animation: pulse-ring 1.8s linear 2s infinite alternate;
  }

.pulsating-circle:after {
    /*content: '';*/
    position: absolute;
    left: 0; 
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0,0,0,.3);
    animation: pulse-dot 2.5s linear 2s infinite alternate;
  }

@keyframes pulse-ring {
  0% {
    transform: scale(.8);
  }
  80%, 100% {
    opacity: 0.8;
  }
}

@keyframes pulse-dot {
  0% {
    transform: scale(.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(.8);
  }
}

.authTit{
  text-align: center;
}

.userBoxCont{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}



.userBox{
    width: 150px;
    height: 150px;
    background: #032d59;
    padding: 4%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

.userBox:hover{
  background-color: #001b38;
  box-shadow: 2px 2px 10px #0062cc;
}

.userBox:hover, .userBox:hover .userBoxTxt{
  text-decoration: none;
}

.userBox:hover .highlWord{
  color: #86c0ff;
}

.userBoxTxt{
color: white;
}

.highlWord{
font-weight: bold;
}

@media (max-width: 576px){
  .userBoxCont{
    flex-direction: column;
    align-items: center;
  }
  .userBox{
    margin-bottom: 5%;
    padding: 6%;
  }

}
