#about{
	width: 1200px;
	min-height: 600px;
	z-index: 9;
	margin: 30px auto;
	border-left:1px solid rgba(0,0,0,0.2);
	border-right:1px solid rgba(0,0,0,0.2);
	position: relative;
}
#about h1{
	padding: 20px;
	text-align: left;
	color: #ffff;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    font-size: 22px;
    margin-top: -100px;
    position: absolute;
    z-index: 9;
}
#about h1::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    margin-top:5px;
    background-color: var(--primary-hover-color);
    border-radius: 2px;
}

#about div{
	font-size: 15px;
    line-height: 25px;
    color: #1b242d;
    padding: 5px;
    margin-left: 0px;
    font-family: "Regular";
    width: 96%;
    margin: auto;
    
}
.Partners_image {
    width: 333px !important;
    height: 231px;
    position: absolute;
    background-size: cover;
    background-position: center center;
    border-radius: 20px;
    border: 3px solid #fff;
    top: -300px;
}

 .video-container {
            position: relative;
            width: 96% !important;
            margin-left: 1.2% !important;
            margin-top: -50px !important;
        }
        .video-container iframe {
            width: 100%;
            height: 450px;
            border-radius: 10px;
            border:5px solid #e3e3ff;
        }


}
    
.video-container iframe {
            width: 96%;
            height: 250px;
	}
#page-servise{
	max-width: 1200px;
	margin: 30px auto;
	overflow: hidden;
	position: relative;
	text-align: center;
}
#page-servise h2{
	width: 100%;
	text-align: center;
	margin-top: 20px;
	color: #3f4141;
}
#page-servise p{
	max-width: 900px;
	margin: auto;
	text-align: center;
	margin-top: 20px;
	color: #7e8383;
	line-height: 25px;
	font-size: 14px;
}
.col-lg-3{
	width: 245px !important;
    height: 300px;
    float: left;
    display: inline-block;
    margin: 20px 10px !important;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    border: 5px solid #e9ecff;
    border-radius: 5px;
    background-size: cover;
    background-position: center center; 
    	-webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	transition: all 0.3s;
   
}
.col-lg-3::after {
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    background-color: rgba(255, 255, 255, 0.2);
    left: 5%;
    margin-top: 5%;
    -webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	transition: all 0.3s;
}
.col-lg-3:hover::after{
	 background-color: rgba(74,193,201, 0.7);
	 opacity: 0.6;
}
/*! littlelightBox v0.9 */

.lightbox-wrap * {
	padding: 0;
	margin: 0;
}

/* Mask layer */

.lightbox-mask {
	position: fixed;
	top: 0;
	left: 0;
	background: url('../resource/opacity.png');
	z-index: 1000;
	display: none;
	cursor: pointer;
}

.lightbox-wrap .lightbox-skin,
.lightbox-wrap .lightbox-outer,
.lightbox-wrap .lightbox-inner {
	width: auto;
	height: auto;
	margin: auto;
}

.lightbox-loading,
.lightbox-skin .lightbox-closeBtn,
.lightbox-skin .lightbox-prevBtn span,
.lightbox-skin .lightbox-nextBtn span {
	background: url('../resource/lightbox_sprite.png');
}

.lightbox-wrap .lightbox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.lightbox-skin .lightbox-closeBtn {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -13px;
	margin-right: -13px;
	cursor: pointer;
	width: 36px;
	height: 34px;

	background-position: 0 0;
	z-index: 1060;
}

.lightbox-skin .lightbox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	background: transparent url(../resource/transparent.png);
	cursor: pointer;
	z-index: 1040;
	
}

.lightbox-skin .lightbox-nav:hover span {
	visibility: visible;
}

.lightbox-skin .lightbox-nav span {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	width: 36px;
	height: 34px;
	z-index: 1040;
	visibility: hidden;
}

.lightbox-skin .lightbox-prevBtn {
	left: 0px;
}
.lightbox-skin .lightbox-prevBtn span {
	left: 20px;
	background-position: 0 -36px;
}

.lightbox-skin .lightbox-nextBtn {
	right: 0px;
}
.lightbox-skin .lightbox-nextBtn span {
	right: 20px;
	background-position: 0 -72px;
}

.lightbox-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	z-index: 1050;
}

.lightbox-loading div {
	background: url('../resource/lightbox_loading.gif') center center no-repeat;
	width: 44px;
	height: 44px;
}

.lightbox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
}

.lightbox-wrap .lightbox-outer,
.lightbox-wrap .lightbox-skin {
	position: relative;
}

.lightbox-wrap .lightbox-skin,
.lightbox-wrap .lightbox-outer,
.lightbox-wrap .lightbox-image {
	background-color: white;
	border-radius: 10px;
}

/* Title helper */

.lightbox-wrap .lightbox-title {
	font: normal 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 1030;
	width: 80%;
}

.lightbox-wrap .lightbox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 40px;
	line-height: 40px;
	vertical-align: middle;
	color: #FFF;
	background: #000;
	background: rgba(0, 0, 0, .7);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	opacity: 0;
}

.lightbox-wrap .lightbox-title-over p {
	float: left;
	padding-top: 5px;
}

.lightbox-wrap .lightbox-title p {
	padding-left: 10px;
}

.lightbox-wrap .lightbox-title span {
	float: right;
	padding-right: 10px;
}

.lightbox-wrap .lightbox-title-inside {
	padding-bottom: 5px;
}

.lightbox-wrap .lightbox-outer + .lightbox-title-inside {
	padding-top: 5px;
	padding-bottom: 0;
}
@media only screen and (max-width: 1220px) {
	  #about{
          max-width: 900px;
    }
    
}
@media only screen and (max-width:920px) {
	  #about{
          max-width: 600px;
    }
     .video-container {
           
            width: 93% !important;
          
        }
@media only screen and (max-width:620px) {
	  #about{
          max-width: 380px;
    }
    .video-container {
           
            width: 91% !important;
           
        }
        .video-container iframe{
			height: 250px;
		}
    .col-lg-3 {
    width: 300px !important;
        margin: 20px 20px !important;
		}