
.top_nv p{
	padding-top: 15px;
  float: right;
}
.tp_nv{
	padding-right: 0px;
}
.top_nv {
    margin-left: 20px;
}
.bx{
	box-shadow: 0 0px 8px 0 rgba(0,0,0,0.2), 0 0px 8px 0 rgba(0,0,0,0.19);
	padding-bottom: 20px;
}
.tec_nav li a{
	color:gray;
	font-weight: bold;
}
.list_item{
	padding-left: 12px;
}
.tec_nav li a:hover{
	color:blue;
	border-bottom: 2px solid blue;
	transition: 1s;
}
.tec_nav .active{
	color:blue;
	border-bottom: 2px solid blue;
}

.img{
	padding-top: 7px;
}
.scl_i{
	padding: 2px;
	
}
.scl_i:hover{
	transform: rotate(360deg);
	transition: 1s;
}
.mar_top{
	margin-top: 50px;
  color:  #655e5e;
}
.pad1{
	padding-right: 0px!important;
}
.pad{
	padding-left: 0px!important;
}
.wel{
color: darkorange;
}

.trns1{
  color: darkgray;
}
.tec{
	padding-left: 15px;
	margin-left: 15px;
	font-size: 22px;
}
.wel_i{
	font-size: 10px;
}
.wel_pad{
	
	border-radius: 50%;
	padding: 20px;
	text-align: center;
  font-size: 30px;
}
.hvr:hover .wel_pad{
	background-color: blue;
	color:white;
	border-radius: 50%;
	box-shadow: 5px 5px lightgray;
	transform: translateY(-10px);
	transition: 2s;
}
.hvr:hover .bx-shw{
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
	transform: translateY(-10px);
	transition: 2s;
}
.ser{
	text-align: center;
	color: darkorange;
}
.bck{
	background-color: lightgray;
  color:  #655e5e;
	padding: 20px;
}

.bck1{
  color:  #655e5e;
}

.ser_h{
	text-align: center;
}
.ser_p{
	text-align: center;
	color: #655e5e;
}
.rotate:hover{
	transform: rotate(360deg);
	transition: 1s;
}
/*About Page CSS*/
.abt_p{
	text-align: justify;
}
/*portfolio page css*/
.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}
/*contact page css*/
.login-container{
    margin-top: 5%;
    margin-bottom: 5%;
}
.login-form-1{
    padding: 5%;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.login-form-1 h3{
    text-align: center;
    color: #333;
}
.login-form-2{
    padding: 5%;
    background: #0062cc;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.login-form-2 h3{
    text-align: center;
    color: #fff;
}
.login-container form{
    padding: 3%;
}
.btnSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    border: none;
    cursor: pointer;
}
.login-form-1 .btnSubmit{
    font-weight: 600;
    color: #fff;
    background-color: #0062cc;
}
.login-form-2 .btnSubmit{
    font-weight: 600;
    color: #0062cc;
    background-color: #fff;
}
.login-form-2 .ForgetPwd{
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.login-form-1 .ForgetPwd{
    color: #0062cc;
    font-weight: 600;
    text-decoration: none;
}
.shadw{
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}

.shadw p{
  padding-top: 30px;
  font-size: 15px;
  line-height: 1.5;
}


/* Chat Box CSS*/

.chatbox {
    position: fixed;
    bottom: 0;
    right: 30px;
    width: 300px;
    height: 400px;
    background-color: #fff;
    font-family: 'Lato', sans-serif;

    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);

    display: -webkit-flex;
    display: flex;

    -webkit-flex-direction: column;
    flex-direction: column;
}

.chatbox--tray {
    bottom: -350px;
}

.chatbox--closed {
    bottom: -400px;
}

.chatbox .form-control:focus {
    border-color: #1f2836;
}

.chatbox__title,
.chatbox__body {
    border-bottom: none;
}

.chatbox__title {
    min-height: 50px;
    padding-right: 10px;
    background-color: #1f2836;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;

    display: -webkit-flex;
    display: flex;

    -webkit-align-items: center;
    align-items: center;
}

.chatbox__title h5 {
    height: 50px;
    margin: 0 0 0 15px;
    line-height: 50px;
    position: relative;
    padding-left: 20px;

    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.chatbox__title h5 a {
    color: #fff;
    max-width: 195px;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chatbox__title h5:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    background: #4CAF50;
    border-radius: 6px;

    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.chatbox__title__tray,
.chatbox__title__close {
    width: 24px;
    height: 24px;
    outline: 0;
    border: none;
    background-color: transparent;
    opacity: 0.5;
    cursor: pointer;

    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
}

.chatbox__title__tray:hover,
.chatbox__title__close:hover {
    opacity: 1;
}

.chatbox__title__tray span {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-bottom: 2px solid #fff
}

.chatbox__title__close svg {
    vertical-align: middle;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.2px;
}

.chatbox__body,
.chatbox__credentials {
    padding: 15px;
    border-top: 0;
    background-color: #f5f5f5;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;

    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.chatbox__credentials {
    display: none;
}

.chatbox__credentials .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.chatbox__body {
    overflow-y: auto;
}

.chatbox__body__message {
    position: relative;
}

.chatbox__body__message p {
    padding: 15px;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
    box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
}

.chatbox__body__message img {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 2px solid #fcfcfc;
    position: absolute;
    top: 15px;
}

.chatbox__body__message--left p {
    margin-left: 15px;
    padding-left: 30px;
    text-align: left;
}

.chatbox__body__message--left img {
    left: -5px;
}

.chatbox__body__message--right p {
    margin-right: 15px;
    padding-right: 30px;
    text-align: right;
}

.chatbox__body__message--right img {
    right: -5px;
}

.chatbox__message {
    padding: 15px;
    min-height: 50px;
    outline: 0;
    resize: none;
    border: none;
    font-size: 12px;
    border: 1px solid #ddd;
    border-bottom: none;
    background-color: #fefefe;
}

.chatbox--empty {
    height: 280px;
}

.chatbox--empty.chatbox--tray {
    bottom: -212px;
}

.chatbox--empty.chatbox--closed {
    bottom: -262px;
}

.chatbox--empty .chatbox__body,
.chatbox--empty .chatbox__message {
    display: none;
}

.chatbox--empty .chatbox__credentials {
    display: block;
}



/* profile card*/
.profile-card {
  background-image: url('');
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  z-index: 2;
  overflow: hidden;
  opacity: 0;
  margin-top: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(0%, -50%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  animation: init 0.5s 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards, 
             moveDown 1s 0.8s cubic-bezier(0.6, -0.28, 0.735, 0.045) forwards, 
             moveUp 1s 1.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards, 
             materia 0.5s 2.7s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}


@keyframes init {
  0% {
    width: 0px;
    height: 0px;
  }
  100% {
    width: 56px;
    height: 56px;
    margin-top: 0px;
    opacity: 1;
  }
}

@keyframes moveDown {
  0% {
    top: 50%;
  }
  50% {
    top: 40%;
  }
  100% {
    top: 100%;
  }
}

@keyframes moveUp {
  0% {
    background: #FFB300;
    top: 100%;
  }
  50% {
    top: 40%;
  }
  100% {
    top: 50%;
  }
}

@keyframes materia {
  0% {
    background: ;
  }
  50% {
    border-radius: 4px;
  }
  100% {
    width: 100%;
    height: 100%;
    background: ;
    border-radius: 4px;
  }
}
.blog_a{
	text-decoration: none;
}
.blog_a:hover{
	text-decoration: none;
}
.pdlr{
	padding-right: 0px!important;
	padding-left: 0px!important;
}

.pdlr h1{
background-image: url(img/2.jpg);
background-repeat: no-repeat;
background-size: 100% 100%;
color: white;
padding-top: 30px;
}

.copy{
  background: black;
  height: 30px;
  color: white;
  text-align: center;
}

.copy p{
  color: white;
  margin-bottom: 0rem;
}

.copy1{
  margin-top: 100px;
}

.navigation{
  margin-top: 100px;
}

.navigation1{
  margin-left: 40px;
}

/* CSS for SEO */

.slider1{
  margin-top: 180px;
}

.slider1 h1{
  color: #655e5e;
  text-align: left;
}

.slider1 p{
color: #655e5e;
text-align: left;
}

.slider2{
   margin-top: 80px;
   margin-bottom: 80px;
}

.car{
padding-right: 80px;
}

.car1{
  padding-left: 80px;
}

.footer{
  background: lightgray;
  height: 400px;
}

.foot-nav li{
list-style: none;
}

.foot-nav li i{
  color: gray;
  padding: 5px;
  margin-right: 0px;
}

.foot-nav li a{
  color: gray;
  }

  .contact{
    margin-top: 100px;
  }

  .ban img{
    width: 100%;
  }

  .mission img{
    height: 220px;
    width: 60%
  }

  .vision img{
    height: 220px;
    width: 70%
  }

  .link p{
    color: blue;
  }

  .blog img{
    margin-top: 15px;
    margin-left: 20px;
    height: 140px;
  }

  .wdd p{
    text-align: justify;
  }

  .soft p{
text-align: justify;
  }

  .mbl p{
text-align: justify;
  }

  .ec p{
text-align: justify;
  }

  .bpo p{
text-align: justify;
  }

  .dgm p{
text-align: justify;
  }

.dgm ul{
line-height: 15px;
  }


/* captcha */
.capbox {
  border-width: 0px 12px 0px 0px;
  display: inline-block;
  *display: inline; zoom: 1; /* FOR IE7-8 */
  padding: 8px 40px 8px 8px;
  }

.capbox-inner {
  font: bold 12px arial, sans-serif;
  margin: 5px auto 0px auto;
  padding: 3px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  }

#CaptchaDiv {
  font: bold 17px verdana, arial, sans-serif;
  font-style: italic;
  background-color: #FFFFFF;
  padding: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  }

#CaptchaInput { margin: 10px 0px 1px 0px; width: 135px; height: 20px; }



/*-- popular-grids --*/
.popular-grids {
    background: #F4F7F9;
}
.popular-info h3{
  color: #292929;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 2em;
    margin: 0;
}
/*-- slider --*/
.sliderport {
    margin: 3em 0 0 0;
}

.slider{
background-color: #eceaea;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
  display: none;
}
.nbs-flexisel-container {
  position: relative;
  max-width: 100%;
}
.nbs-flexisel-ul {
  position: relative;
  width: 9999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
}
.nbs-flexisel-inner {
    overflow: hidden;
    margin-top: 0;
}
.nbs-flexisel-item {
  float: left;
  margin: 0px;
  padding:0 9px;
  cursor: pointer;
  position: relative;
}
ul#flexiselDemo1 li a{
  text-decoration:none;
  display:block;
}
ul#flexiselDemo1 li a h4{
  text-align: left;
    padding-left: 14px;
  color:#478D06;
  font-family: 'Exo2-Medium';
  font-size:1.2em;
  margin-top:0.5em;
}
ul#flexiselDemo1 li a h4:hover{
  color: #DBC585;
}
.nbs-flexisel-item > a img {  
  cursor: auto;
    position: relative;
    width: 100%;
    margin: 0;
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
  width: 45px;
  height: 45px;
  position: absolute;
  cursor: pointer;
  z-index: 100;
  margin-top:0em;
}
.nbs-flexisel-nav-left {
    left: -1%;
    background: url(../images/s-arrow.png) no-repeat 0px 0px;
}
.nbs-flexisel-nav-right {
    right: -1%;
    background: url(../images/s-arrow.png) no-repeat -51px 0px;
}

.popular-grids{
  background-color: white;
  height: 400px;
  margin-top: 50px;
}