


#playArea {
	/*background: #000; */
	background-image: url("../img/background_img.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width:100%; 
	height:100vh;
	overflow: hidden;
	background-attachment: fixed;
}
.bg-white{
	opacity: .6;
	box-shadow: 0 0 15px #5674bc;
}
.sticky_nav{
	background: #fff !important;
	opacity: 1;
	box-shadow: 0 0 15px #5674bc;
}
.bg_black{
	background: #0f1b38;
	width: 100%;
	min-height: 100px;
}
.navbar-light .navbar-brand{
	padding: 0;
}
/********************navbar menu**********************8*/
div.container1{
    margin: 0 auto;
	text-align: center;
}
div.container1 a{
    color: #000;
    text-decoration: none;
    font: 14px;
    margin: 0px 10px;
    position: relative;
    z-index: 0;
    cursor: pointer;
  list-style:none;
  display:inline-block
}
/* Border X get width  */
div.borderXwidth a:before, div.borderXwidth a:after
{
    position: absolute;
    opacity: 0;
    width: 0%;
    height: 2px;
    content: '';
    background: #5674bc;
    transition: all 0.3s;
    opacity: .6;
}
div.borderXwidth a:before{
    left: 0px;
    top: 0px;
}
div.borderXwidth a:after{
    right: 0px;
    bottom: 0px;
}
div.borderXwidth a:hover:before, div.borderXwidth a:focus:before, div.borderXwidth a:hover:after, div.borderXwidth a:focus:after{
    opacity: 1;
    width: 100%;
    opacity: 1;
    color: #5674bc;
}
.navbar-light .navbar-nav .nav-link{
	font-weight: 600;
	color: #000;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #5674bc !important;
    transition: all 0.3s;
    /*font-weight: 600;*/
}
/********************navbar menu**********************8*/
.heading_allmenu{
	padding: 15px 0 0px;
}
.heading_allmenu h6{
	font-size: 24px;
    padding: 25px 0 35px;
    border-bottom: 3px solid #5775bd;
    font-weight: 600;
    letter-spacing: .8px;
    text-transform: uppercase;
    border-bottom-left-radius: 90px;
    border-bottom-right-radius: 90px;
    color: #000;
    margin: 0 auto;
    width: 496px;
    /*border-top: 2px solid #5675c1;*/
}
.client_profile{
	height: 185px;
	background-color: #5574bc;
}
.client_profile img{
    width: 150px;
    height: 150px;
    position: relative;
    top: 62px;
    box-shadow: 0 0 15px #5675bc;
}
.client_profile h4{
	margin: 0;
    position: relative;
    top: 35px;
    color: #fff;
}
.client_review p{
	padding-top: 70px;
    color: #aaa;
    text-align: center;
}
.btn-zanjo{
	color: #000;
    border: 1px solid #5472bc;
    border-radius: 0;
    padding: 6px 20px;
    font-weight: 600;
    letter-spacing: .6px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background: transparent;
    transition: ease all .6s;
    box-shadow: 0 0 10px #5472bc;
    width: 200px;
}
.btn-zanjo:hover, .btn-zanjo:focus{
	color: #5472bc;
    border: 1px solid #000;
    transition: ease all .6s;
    box-shadow: 0 0 10px #000;
}
.home_heading{
	position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
}
.home_heading h1{
	color: #5171bb;
    text-transform: capitalize;
    text-align: center;
}
/*.custom-file-control, .form-control, .is-focused .custom-file-control, .is-focused .form-control {
    background-image: linear-gradient(0deg,#5675bd 1px,rgba(0,150,136,0) 0),
    linear-gradient(0deg,rgba(0,0,0,.26) 1px,transparent 0) !important;
}*/
.form-control{
	border-radius: 0 !important;
    border: none !important;
    border-bottom: 1px solid #aaa !important;
    padding: 6px 0 !important;
}
.custom-file-control:focus, .form-control:focus{
	box-shadow: none !important; 
}

.form_btn{
	position: absolute !important;
    bottom: -22px;
    right: 0;
    text-align: right;
}
.form_btn .form_btn1{
	background: #fff ;
}
.bg_contact_us{
	background-image: url("../img/contact_us.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	min-height: 300px;
	padding: 30px 0;
	-webkit-filter: grayscale(100%);
    filter: gray;
}
.card_left{
	position: relative; left: 49%;z-index: 9;
}
.card_left1{
	box-shadow: 0 0 15px #5675bd;
}
.bg_white_map{
	background: #fff;
	width: 100%;
	min-height: 30px;
	box-shadow: 3px 10px 10px -10px #5674bc;
}
.contry_name{
	color: #000;
	font-weight: 600;
	margin: 0 0 20px 0;
	position: relative;
}
.contry_name:after{
	content: "";
    position: absolute;
    width: 43px;
    height: 46px;
    left: 50%;
    /* top: 95%; */
    margin: 0 auto;
    transform: translate(-50%,-6%);
    border-top: 4px solid #5674bd;
    border-bottom: 4px solid #5674bd;
}
.circle{
	width: 50px;
    height: 50px;
    /* border: 1px solid #000; */
    border-radius: 100%;
    position: relative;
    text-align: center;
    margin: 5px auto;
    box-shadow: 0 0 5px #5774bc;
}
.circle a{
	position: absolute;
    left: 50%; padding: 12px;
    top: 50%; color: #000;
    transform: translate(-50%,-50%);
}
.bdr_rc p, .bdr_rc1 p{
	font-size: 16px;
    color: #848484;
    padding-top: 17px;
}
.bdr_rc{
	position: relative;
}
.bdr_rc:before{
	content: "";
    position: absolute;
    background: rgba(87, 116, 188, 0.15);;
    height: 66%;
    width: 1px;
    right: 0;
    top: 110px;
    bottom: 0px;
}
.pc_l{
	padding-left:0 !important; 
}
.contact_index{
	z-index: -1;
}
hr.hr{
	border-top: 1px solid rgba(235, 235, 235, 0.4);
}
.nav1 {
	padding: 0 !important;
}
.ftr_brd{
	padding-top: 40px;
}
.ftr_brd li{
	list-style: none;
}
.social_1{
	padding: 0 0 0 12px !important ;
}
.we-worked {
    min-height: 400px;
    background: url(../img/images_6.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    box-shadow: 3px 10px 10px -10px #5674bc;
    /* border-top: 25px solid #5674bc; */
    /* border-bottom: 25px solid #fff; */
}
.carouselcenter{
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
}








/*.................ljr....................*/
.we_dop{
	/*font-weight: 600;*/
    color: #868686;
    font-size: 18px;
}
.bg_blacklrj{
    background: url(../img/blackbackground_1.jpg) fixed no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 100px;
    padding: 40px 15px;
}
.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;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #172549;
    color: white;
    cursor: pointer;
    padding: 15px;
    width: 100%;
}
/*
#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;
}
.item img{
	max-width: 100%;
	margin: 0 auto;
}
@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-top: 6px;
    margin-bottom: 0px;
}
.img p a{
	color: #bfbfbf;
}
.img p a:hover, .img p a:focus{
	text-decoration: none;
	color: #5674bc;
}
.zanjo_copyrights p{
	color: #bfbfbf;
    margin: 0;
    background: #122653;
    padding: 10px;
    font-size: 12px;
}
.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;
}
.img-responsive{
	max-width: 100%;
}
/*.................ljr....................