
.carousel-indicators{margin-top:10px;}

.carousel:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(10, 51, 107, .8);
    content: "";
}

.sitpl_awards_box{
	cursor:context-menu;
	box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.4);
}
.sitpl_awards_box:hover{
	box-shadow:0 0 9px 0 rgba(0, 0, 0, 0);
}
.scale-img{
	transform:scale(.9,.9);
	transition:all .5s ease-in-out;
	padding-top: 10px;
	opacity:0.6;
}
.sitpl_awards_box:hover .scale-img{
	transform:scale(1,1);
    transition:all .5s ease-in-out;
	opacity:1;
}
.padding-top img{
	padding-top:10px;
}


/*===============================================*/

.business_solution_box {
    border-top: #265378 solid 5px;
    background-color: #f8f8f8;
    margin-left: 2px;
    padding: 40px 30px 20px;
    margin-bottom: 50px;
    min-height: 285px;
	text-align:center;
}
.business_solution_box:hover {
    border-top: #265378 solid 5px;
    background-color: #f8f8f8;
    margin-left: 2px;
    padding: 40px 30px 20px;
    margin-bottom: 50px;
    min-height: 285px;
	 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.wdr_banner_h {
    font-size: 6rem;
    text-align: center;
   
}
.wdr_banner_sh {
    font-size: 32px;
   
    font-weight: 300;
    margin-bottom: 10%;
    display: block;
}
.text-white{
color:#fff;
}
.padding-top-10{
padding-top:15px;
}
.padding-bottom-10{
padding-bottom:15px;
}
.navbar-brand {
    float: left;
    height: 50px;
  padding: 0 !important; 
    font-size: 18px;
    line-height: 20px;
}

.nav > li:hover{
color:blue !important;
}
#first-slider .main-container {
  padding: 0;
}


#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{
    color: #fff;
    font-size: 30px;
      text-transform: uppercase;
      font-weight:700;
}

#first-slider .slide1 h4,#first-slider .slide2 h4,#first-slider .slide3 h4,#first-slider .slide4 h4{
    color: #fff;
    font-size: 20px;
      font-weight:500;
}
#first-slider .slide1 .text-left ,#first-slider .slide3 .text-left{
    padding-left: 40px;
}


#first-slider .carousel-indicators {
  bottom: 15px;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
  background-image: none;
}
#first-slider .carousel .item {
  min-height: 425px; 
  height: 100%;
  width:100%;
}

.carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


#first-slider h3{
  animation-delay: 1s;
}
#first-slider h4 {
  animation-delay: 2s;
}
#first-slider h2 {
  animation-delay: 3s;
}


#first-slider .carousel-control {
    width: 6%;
        text-shadow: none;
}


#first-slider h1 {
  text-align: center;  
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

#first-slider .p {
  padding-top: 125px;
  text-align: center;
}

#first-slider .p a {
  text-decoration: underline;
}
#first-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: rgba(255,255,255,.4);
  border:none;
}
#first-slider .carousel-indicators .active{
    width: 16px;
    height: 16px;
    background-color: #fff;
  border:none;
}


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-angle-left{
    left: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control .fa-angle-right{
    right: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}



/*Slides backgrounds*/

#first-slider .slide1 {
    background-image: url(../img/img-1.png);
      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide2 {
  background-image: url(../img/slide2.png);
      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide3 {
  background-image: url(../img/slide3.png);
      background-size: cover;
    background-repeat: no-repeat;
}
.eff-3{
  width:140px;
  height:50px;
  left:-140px;
  background:#34495e;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
}
.button-3:hover .eff-3{
  left:0;
}
.button-3:hover .eff-3{
  left:0;
}
.button-3:hover a{
  color:#fff;
}
.button-3{
      width: 117px;
    height: 44px;
    border: 2px solid #338bc8;
    float: left;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: -6px -6px 11px 10px;
    border-radius: 10px;
}
.button-3 a{
      font-family: arial;
    font-size: 18px;
    color: #338bc8;
    text-decoration: none;
    line-height: 42px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
}

.eff-4{
  width:180px;
  height:50px;
  left:-180px;
  background:#34495e;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
}
.button-4:hover .eff-4{
  left:0;
}
.button-4:hover .eff-4{
  left:0;
}
.button-4:hover a{
  color:#fff;
}
.button-4{
  width:180px;
  height:50px;
  border:2px solid #fff;
  float:left;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
  margin:9px 6px 35px 10px;
      border-radius: 10px;
}
.button-4 a{
  font-family:arial;
  font-size:18px;
  color:#ffffff;
  text-decoration:none;
  line-height:50px;
  transition:all .5s ease;
  z-index:2;
  position:relative;
}
.eff-6{
  width:140px;
  height:50px;
  left:-140px;
  background:#34495e;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
}
.button-6:hover .eff-6{
  left:0;
}
.button-6:hover .eff-6{
  left:0;
}
.button-6:hover a{
  color:#fff;
}
.button-6{
  width: 140px;
    height: 50px;
    border: 2px solid #232323;
    float: left;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 9px 6px 35px 10px;
    border-radius: 10px;
}
.button-6 a{
 font-family: arial;
    font-size: 18px;
    color: #000000;
    text-decoration: none;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
}
.lead-st{
	 padding-left: 10px;
    padding-top: 20px;
	 }
	 .media-icon-st{
	 border: 1px solid #174369;
    padding: 18px;
    background-color: #ecf0f1;
    border-radius: 54px;
    width: 27%;
    height: 50%;
    color: #000;
    padding-left: 25px !important;
	 }
	 @media screen and (max-width: 480px){
.icon-img img {
    display: none;
}
}
	 .live-chat-btn{
	 background-color: #174369;
    border-radius: 20px;
    padding: 11px !important;
    font-size: 14px !important;
    color: #fff !important;
    margin-top: 13px;
	 }
	 .live-chat-btn:hover{
	     background-color: #b8d1f5 !important;
    border-radius: 20px;
    padding: 11px;
    font-size: 14px;
    color: #000 !important;
    margin-top: 13px;
	 }
	 .single-post {
    box-shadow: 0 5px 10px rgba(0,0,0,.05);
    border: 1px solid #fff;
    margin-bottom: 30px;
    position: relative;
    transition: all .2s;
}
.post-date {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 55px;
}
.post-date {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 55px;
}
.post-date li:first-child span {
    font-size: 11px;
    color: #4c4f60;
}
.post-date li:last-child {
    color: #000;
    background: #bbd4f8;
}
.post-content {
    padding: 15px;
}
.post-content .h4 {
    margin-bottom: 15px;
}
a, a:active, a:focus, a:hover {
    text-decoration: none;
}
.post-meta {
    font-size: 12px;
    color: #8287a7;
    margin-bottom: 20px;
}
.post-meta li:not(:last-child) {
    margin-right: 10px;
}
.btn-transparent:before {
    background-color: transparent;
}
.btn:after {
    background-color: #31333e;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
img {
    max-width: 100%;
    height: auto;
}
.nav-post-news {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.post-date li:first-child {
    font-weight: 600;
    font-size: 12px;
    background: #fff;
}
.post-heading{
    font-size: 19px;
    font-weight: 400;
}
.para {
    line-height: 1.8;
    margin-bottom: 25px;
}
.post-read-more{
        position: relative;
    border: 1px solid #174369;
    border-radius: 0;
    padding: 8px 30px;
    overflow: hidden;
    z-index: 0;
}
.post-read-more:hover{
        position: relative;
    border: 1px solid #174369;
	background-color:#000;
	color:#fff;
    border-radius: 0;
    padding: 8px 30px;
    overflow: hidden;
    z-index: 0;
}
