.hader
{
	position: relative;
	width: 100%;
}
/* Shutter Out Horizontal */
.navbar-default .navbar-nav > li > a{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-bottom: 1px solid transparent;
  font-weight: 600;
  color: #000 !important;
}
.navbar-default .navbar-nav > li > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: -3px;
  left: 0;
  right: 0;
    border-bottom: 2px solid #000 ;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  color: #000;
  transition: ease 0.5s;
}
.active1{
    border-bottom:2px solid #000;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active {
  color: #000;
    transition: ease 0.5s;
}
.navbar-default .navbar-nav > li > a:hover:before, .navbar-default .navbar-nav > li > a:focus:before, .navbar-default .navbar-nav > li > a:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
    transition: ease 0.5s;
}
.video-part
{
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	height: 558px;
  top: 65px;
}
.video-part video
{
	margin-top: -15%;
	width: 100%;


}
.video-part-content
{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	padding-top: 8%;
	background:rgba(87, 117, 189, 0.5) ;
}

.video-part-content .carousel-caption
{
	position: relative !important;
	left: 0%;
	right: 0%;
}
.video-part-content .carousel-indicators
{
	top: 300px;
}
.hader .nav.navbar-nav.pull-right
{
	margin-top: 2%;
}
.video-part-content .carousel-caption h1
{
font-size: 34px;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.video-part-content .carousel-caption p
{
font-size: 20px;
}
.affix
{
	width: 100%;
	transition: ease 0.5s;
	background: #fff !important;
  border-bottom: 2px solid #5775bd !important;
  position: fixed ! important;
  top:0px;
  left:0px;

}
.navbar-default.affix .navbar-nav > li > a {
  color: #333;
}
.btn-info
{
	background: #5674bc;
	border: 1px solid #5674bc;
	border-radius: 0px;
		transition: ease 0.5s;
}
.btn-info
{
	color: #5674bc;
	transition: ease 0.5s;
}
.full-width
{
	width: 100%;
	float: left;
}
.video-part-content .btn-info:hover {
  color: #fff;
  border: 1px solid #fff;
  transition: ease 0.5s;
  background: transparent;
}

/*hadder End*/

.part-1
{
background: #5775bd;
width: 100%;
padding: 40px 0px;
display: inline-block;
}
.men-hadding
{
	font-size: 26px;
	text-align: center;
}
.color-white
{
	color: #fff;
}
.part-1 p
{
	color: #fff;
	margin: 10px 0px;
	font-size: 20px;
}
.margintop40
{
	margin-top: 40px;
}

.circel
{
	width: 100px;
	height: 100px;
	border-radius: 100%;
	background: transparent;
	transition: ease 0.5s;
}
.circel img
{
	margin-top: 14px;
}
.part-1 .col-md-3.col-sm-3.text-center:hover .circel
{
background: #000;
transition: ease 0.5s;
}
.hide
{
	display: none;
}
.show
{
	display: inline-block;
}
.affix .hide
{
	display: inline-block !important;
}
.affix .show
{
	display: none !important;
}
.hader .affix .nav.navbar-nav.pull-right
{
	margin-top: 0%;
}
.affix .navbar-brand
{
	padding: 4px 15px;
}


.part-2
{
	background: #f1f1f1;
	display: block;
	width: 100%;
	padding: 0px 0px 0px;
}
.part-3
{
	background: url('../img/testemonial.png') fixed no-repeat;
	background-size: cover;
	padding: 40px 0px;
	width: 100%;
  float: left;
  height: 100vh;
}

.part-3 .item p
{
	color: #fff;
  font-size: 16px;
}
.part-3 h3
{
  color: #fff;
  text-align: center;
  font-size: 30px;
}


/*-------------------------------*/
/*      Code snippet by          */
/*      @maridlcrmn              */
/*-------------------------------*/


.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #fff;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
    overflow: hidden;
}
.part-4
{
  width: 100%;
  float: left;
}
.part-4 h4
{
  font-size: 30px;
  font-weight: bold;
}
.part-4 p
{
  font-size: 20px;
}
.home
{
  width: 100%;
  background: url(../img/home-icon.png);
  background-size: cover;
  padding: 40px 0px;
  text-align: center;
  color: #fff;
}
.home-1
{
  width: 100%;
  background: url(../img/home-icon1.png);
  background-size: cover;
  padding: 40px 0px;
  text-align: center;
  color: #fff;
}
.home-2
{
  width: 100%;
  background: url(../img/home-icon2.png);
  background-size: cover;
  padding: 40px 0px;
  text-align: center;
  color: #fff;
}
.home-3
{
  width: 100%;
  background: url(../img/home-icon3.png);
  background-size: cover;
  padding: 40px 0px;
  text-align: center;
  color: #fff;
}

.fotter-part
{
  width: 100%;
  float: left;
  padding: 40px 0px;
  background: url(../img/footer-bg.png) no-repeat;
  background-size:cover; 
}
.fotter-part h3
{
  text-align: center;
  font-size: 30px;
}

.fotter-part .form-control
{
  background: transparent;
  border-bottom: 1px solid #333;
  height: 50px;
  border-top: none;
   border-left: none;
    border-right: none;
    box-shadow: none;
    color: #000;
    margin: 10px;
    border-radius: 0px;
}
.fotter-part .form-control:focus
{
  box-shadow: none;
  border-top: none;
   border-left: none;
    border-right: none;

}

.fotter-part .form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.fotter-part .form-control:-ms-input-placeholder {
  color: #000;
}
.fotter-part .form-control::-webkit-input-placeholder {
  color: #000;
}
.fotter-part textarea
{
  height: auto;
}
.main-footer
{
  width: 100%;
  padding: 40px 0px 20px;
  float: left;
  background: #0e1321;
  color: #fff;
}
.main-footer p a
{
color: #fff;
font-size: 16px;
margin: 2px 0px;
  transition: ease 0.5s;
  font-weight: lighter;
}
.main-footer h4
{
  font-size: 20px;
  margin: 10px 0px;
}
.main-footer p a:hover
{
  text-decoration: none;
  color: #5674bc ;
  transition: ease 0.5s;
}
.social{
  list-style: none;
  padding-left: 0px;
  color: #fff
}
.social li{
  display: inline-block;
  padding: 2px 0px 0px 12px;
}
.social li a{
  display: inline-block;
  color: #0e1321;
  padding: 10px 10px;
  background: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  transition: ease 0.5s;
  border-radius: 50%;
}
.social li a:hover
{
  border-radius: 100%;
  background: transparent;
  color: #fff;
  transition: ease 0.5s;
  transform: rotate(360deg);
}
.my-btn-2
{
  padding: 5px 15px;
  background: transparent;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin: 4px 0px;
  border-radius: 4px;
  display: inline-block;
    transition: ease 0.5s;
}
.my-btn-2:hover
{
  background: #fff;
  color: #2255bc;
  transition: ease 0.5s;
  text-decoration: none;
}
.copyright
{
  width: 100%;
  float: left;
  padding: 10px 0px;
  background: #5674bc ;
  color: #fff;
}
.copyright p
{
  margin: 0px;
}
.banner-part
{
  position: relative;
  width: 100%;
}
.banner-part-2
{
  position: absolute;
  top: 878px;
  left: 0%;
  background: rgba(00,00,00,0.5);
  width: 100%;
  height: 195px;
  bottom: 0;
}
.banner-part-2 h1
{
  color: #fff;
  padding-top: 8%;
}
.banner-part-2 h1 a
{
  color: #fff;
}
.banner-part-2 h1 a:hover
{
  color: #fff;
  text-decoration: none;
}
.form-joinus
{
  display: inline-block;
  width: 100%;
}
.form-joinus .form-control{
    margin: 10px 0px;
    box-shadow: 8px 8px 20px #969696;
    border: none;
    line-height: 20px;
    height: 50px;
}
.form-joinus textarea
{
  height: auto !important;
}
.join
{
  display: inline-block;
  width: 100%;
  background: #f1f1f1;
  padding: 20px 0px;
}
.we-worked
{
  display: inline-block;
  width: 100%;height: 500px;
  background: #f1f1f1;
  padding: 20px 0px;
}
.we-worked .circel
{
  background: #5674bc;
}
.we-worked .full-width.margintop40 .col-md-3.col-sm-3.text-center p
{
  font-size: 18px;
  margin: 10px 0px;
  display: inline-block;
  color: #5674bc;
}
.padding40
{
  padding: 40px 0px;
  display: inline-block;
}
.effect
{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-top: 61px;
}
.effect-strat
{
  position: absolute;
  top: 0%;
  left:0%;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,142,221,0.5);
  color: #fff;
  padding: 20px 10px;
  opacity: 0;
  transition: ease 0.5s;
  cursor: pointer;
}
.effect:hover .effect-strat
{
  opacity: 1;
  transition: ease 0.5s;
  transform: rotate(360deg);
}
.we-worked  .col-md-3.col-sm-3.text-center:hover .circel
{
  background: #000;
  transition: ease 0.5s;
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
.we-worked  .col-md-3.col-sm-3.text-center:hover p
{
  color: #000;
  transition: ease 0.5s;
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}


/*.............................................................*/
.width{
  width:60%;
  margin: 0 auto;
  padding:12px;
  background-color: #f1f1f1;
  min-height:250px;
  border-radius: 4px;
  -webkit-box-shadow: 1px 10px 3px 1px #777;
  -moz-box-shadow: 1px 10px 3px 1px #777;
  box-shadow: 1px 10px 3px 1px #777;
}



/*.h_1{
  background-color: #000;
  margin: 0% 43%;
}
.H_a_1{
  position: relative;
}
.h_1_a:before{
    position: absolute;
    content: " ";
    background-color: #333;
    height: 1px;
    top: 20px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}
*/
/*@media only screen and (max-width: 300px) {
    .banner-part-2{
    position: absolute;
    top: 1404px;
    left: 0%;
    background: rgba(00,00,00,0.5);
    width: 100%;
    height: 64px;
    bottom: 0;
    }

}*/





/*.................ljr....................*/
.bg_blacklrj{
    display: inline-block;
    width: 100%;
    background: #2d2d38;
    margin-top: 20px;
    padding: 20px 0px;
}
.lrg_wedoc{
  color:#dadada;
}
.lrg_wedoc1{
    color: #dadada;
    text-align: justify;
    width: 80%;
    margin: 0 auto;
}
.divwdth{
  width:12.5%;
  float: left;
  text-align: center;
}
.PT_rltv1, .PT_rltv3, .PT_rltv5, .PT_rltv7{
  margin-top: 7px;
}
.PT_rltv1 a, .PT_rltv1 a:hover, .PT_rltv1 a:focus{
    color: #a815bb;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}
.PT_rltv2 a, .PT_rltv2 a:hover, .PT_rltv2 a:focus{
    color: #d43404;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}
.PT_rltv3 a, .PT_rltv3 a:hover, .PT_rltv3 a:focus{
    color: #ffd400;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}
.PT_rltv4 a, .PT_rltv4 a:hover, .PT_rltv4 a:focus{
    color: #4ba21f;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}
.PT_rltv5 a, .PT_rltv5 a:hover, .PT_rltv5 a:focus{
    color: #2e76e2;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}
.PT_rltv6 a, .PT_rltv6 a:hover, .PT_rltv6 a:focus{
    color: #b1b1b1
    ;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}
.PT_rltv7 a, .PT_rltv7 a:hover, .PT_rltv7 a:focus{
    color: #14BBAE;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}
.PT_rltv8 a, .PT_rltv8 a:hover, .PT_rltv8 a:focus{
    color: #c71158;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}
.brd_lrga{
  padding-top: 35px;
  position: relative;
}
.PT_rltv::before{
    position: absolute;
    content: " ";
    background-color: #4990e2;
    height: 66px;
    width: 1px;
    left: 5px;
    top: 12px;
}
.brd_lrga::before{
    position: absolute;
    content: " ";
    background-color: #4990e2;
    height: 1px;
    top:239px;
    width: 88%;
    left: 6%;
}
.jrn_bolet1{
    height: 13px;
    width: 13px;
    border: 1px solid #a815bb;
    background-color: #a815bb;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}
.PT_rltv{
    margin-top: 10px !important;
    margin-bottom: 65px !important;
}
.width_fix{
  width: 80px;
  height: 80px;
  margin:0 auto;
  margin-top:30px;
}
.jrn_bolet2{
    height: 13px;
    width: 13px;
    border: 1px solid #d43404;
    background-color: #d43404;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}
.jrn_bolet3{
    height: 13px;
    width: 13px;
    border: 1px solid #ffd400;
    background-color: #ffd400;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}
.jrn_bolet4{
    height: 13px;
    width: 13px;
    border: 1px solid #4ba21f;
    background-color: #4ba21f;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}
.jrn_bolet5{
    height: 13px;
    width: 13px;
    border: 1px solid #2e76e2;
    background-color: #2e76e2;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}
.jrn_bolet6{
    height: 13px;
    width: 13px;
    border: 1px solid #b1b1b1;
    background-color: #b1b1b1;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}
.jrn_bolet7{
    height: 13px;
    width: 13px;
    border: 1px solid #14BBAE;
    background-color: #14BBAE;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}
.jrn_bolet8{
    height: 13px;
    width: 13px;
    border: 1px solid #c71158;
    background-color: #c71158;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}
.divwdthbt{
  margin-top:166px;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #5674bc;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  border:1px solid #5674bc;
}

#myBtn:hover {
  background-color: #fff;
  color: #5674bc;
  border:1px solid #5674bc;
}
.hader .hader_bg{
    background-color: #fff;
    border-bottom: 2px solid #5371bb;
}
.hader .nav1 .nav2{
  margin-top: 1% !important;
  margin-bottom: 1% !important;
}
/*slider continue*/
#basicSlider { position: relative; }
#basicSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 2%;
  height: auto;
}
#basicSlider .MS-content .item {
  display: inline-block;
  width: 20%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  /*line-height: 50px;*/
  vertical-align: middle;
}
@media (max-width: 991px) {

#basicSlider .MS-content .item { width: 25%; }
}
@media (max-width: 767px) {

#basicSlider .MS-content .item { width: 35%; }
}
@media (max-width: 500px) {

#basicSlider .MS-content .item { width: 50%; }
}

#basicSlider .MS-content .item a {
  /*line-height: 50px;*/
  vertical-align: middle;
}
/*slider continue*/
.we-worked11{
    display: inline-block;
    width: 100%;
    background: #fff;
    padding: 20px 0px;
}
.btn11 .btn11_1{
    padding: 10px 100px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    margin-top: 10px;
    -webkit-box-shadow: 8px 8px 20px #969696;
    -o-box-shadow: 8px 8px 20px #969696;
    -moz-box-shadow: 8px 8px 20px #969696;
    -ms-box-shadow: 8px 8px 20px #969696;
      box-shadow: 8px 8px 20px #969696;
}
.we_brd_ab h1{
    color: #5674bc;
    padding-top: 45px;
}
.we_brd_ab1 p{
    color: #000;width: 80%;margin: 0 auto;
    padding-bottom: 80px;
    text-align: justify;
    padding-top: 22px;
}
.we_brd_ab{
  position: relative;
}
.we_brd_ab h1::before{
  position: absolute;
  content: "";
  background-color: #5674bc;
  height: 3px;
  bottom: -5px;
  width: 191px;
  margin: 0 auto;
}
.we_brd_ab1 h1{
    color: #5674bc;
    margin-bottom: 25px;
}
.we_brd_ab1 {
    position: relative;
}
.we_brd_ab1 h1::before{
  position: absolute;
  content: "";
  background-color: #5674bc;
  height: 3px;
  bottom: -5px;
  width: 124px;
  margin: 0 auto;
}
.doted{
  width: 10px;
  height: 10px;
  background-color: #000;
  border:1px solid #000;
  position: relative;
  float: left;
  margin-right: 30px;
  margin-left: 15px;
  margin-top: 5px;
  border-radius: 50%;
}
.pr_g{
  float: left;
  width: 80%;
  color:#000;
}
.prgf_wewrk p, .heat_2{
    text-align: justify;
    color: #000;
}
.heat_1{
  color: #000;
}
.top_line{
    padding-top: 16px;
}
.we_brd_ab2 h1{
    color: #5674bc;
    margin-bottom: 25px;
}
.we_brd_ab2 {
    position: relative;
}
.we_brd_ab2 h1::before{
  position: absolute;
  content: "";
  background-color: #5674bc;
  height: 3px;
  bottom: -5px;
  width: 112px;
  margin: 0 auto;
}
.we_brd_ab3 h3{
    color: #5674bc;
    margin-bottom: 25px;
}
.we_brd_ab3 {
    position: relative;
}
.we_brd_ab3 h3::before{
  position: absolute;
  content: "";
  background-color: #5674bc;
  height: 3px;
  bottom: -5px;
  width: 356px;
  margin: 0 auto;
}
.we_brd_ab4 h1{
    color: #5674bc;
    margin-bottom: 25px;
}
.we_brd_ab4 {
    position: relative;
}
.we_brd_ab4 h1::before{
  position: absolute;
  content: "";
  background-color: #5674bc;
  height: 3px;
  bottom: -5px;
  width: 179px;
  margin: 0 auto;
}
.Z_map{
  padding-top: 10px;
}
.cnt_p{
    color: #000;
    text-align: justify;
    width: 80%;
    margin: 0 auto;
    padding-bottom:0px;
}
.bg_footer {
    background-color: #1f2b44;
    min-height: 150px;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 10px;
}
.img p {
    font-size: 14px;
    color: #bfbfbf;
    margin-left: 11px;
    margin-top: 8px;
}
.menu h5, .social h5 {
    color: #bfbfbf;
    margin-left: 13px;
}
.menu .nav1 li a {
    color: #bfbfbf;
    background-color: transparent;
    padding: 2px 13px;
}
.menu .nav1 li a:hover, .menu .nav1 li a:focus {
    background-color: transparent;
    color: #5674bc;
    text-decoration: none;
}
.testinomial{
  margin-top: 80px;
}
/*.................ljr....................*/
.profile-circle img{width:100px; height: 100px;}