body {
    overflow-x: hidden!important
}
.box-content {
    float: left;
    width: 100%;
    text-align: center;
    border-right: 1px dotted #999
}
.box-content .content {
    float: left;
    width: 100%;
    background: #FFF;
    height: auto;
    padding: 20px;
    box-sizing: border-box
}
.box-content .content h2, .box-content .content h3 {
    border-bottom: 1px solid #0076c0;
    color: #0076c0;
    float: left;
    font-size: 22px;
    height: auto;
    padding: 0 0 15px;
    text-align: center;
    width: 100%;
    font-weight: 600
}
.dyicon {
    float: left;
    height: auto;
    width: 100%
}
.dyicon .hover, .dyicon .main {
    float: left;
    height: auto;
    width: 100%;
    text-align: center
}
.box-content .content p {
    float: left;
    width: 100%;
    height: auto;
    min-height: 108px;
    font-size: 14px;
    margin-top: 15px;
    color: #333;
    line-height: 18px
}
.box-content .image {
    float: left;
    width: 100%;
    height: auto;
    position: relative
}
.box-content .image img {
    display: block;
    width: 100%;
    height: auto
}
.box-content .image .img-hr {
    background: url(../images/yallow_bg.png) top left;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    text-align: center
}
.box-content .image .img-hr .arrow {
    background: url(../images/bottom-arrow.png) top no-repeat;
    position: relative;
    top: 0;
    left: 50%;
    margin-left: -12px;
    height: 13px;
    width: 24px
}
.box-content .image .img-hr a {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -50px;
    background: #007fc3;
    border: 1px solid #FFF;
    text-transform: uppercase;
    padding: 10px 15px;
    width: auto;
    font-size: 14px;
    color: #FFF
}
.box-content .image .img-hr a:hover {
    background: #0069a5;
    color: #FC0;
    text-decoration: none
}
.box-content:hover .content {
    background: #0076c0
}
.box-content:hover .content h2, .box-content:hover .content h3 {
    color: #FFF;
    border-color: #FFF
}
.box-content:hover .content .icon2 {
    background: url(../images/icon_home_hr.png) top center no-repeat
}
.box-content:hover .content .icon3 {
    background: url(../images/icon_plane_hr.png) top center no-repeat
}
.box-content:hover .content .icon4 {
    background: url(../images/icon_Industries_hr.png) top center no-repeat
}
.box-content:hover .content .icon5 {
    background: url(../images/icon_lubricants_hr.png) top center no-repeat
}
.box-content:hover .content .icon6 {
    background: url(../images/icon_Industries_hr.png) top center no-repeat
}
.box-content:hover .content .icon7 {
    background: url(../images/icon_ship_hr.png) top center no-repeat
}
.box-content:hover .content .icon8 {
    background: url(../images/icon_lng_hr.png) top center no-repeat
}
.box-content:hover .content .icon9 {
    background: url(../images/icon_bprl_hr.png) top center no-repeat
}
.box-content:hover .content .icon10 {
    background: url(../images/icon_industry_hr.png) top center no-repeat
}
.box-content:hover .content .icon11 {
    background: url(../images/icon_proficiency_testing_hr.png) top center no-repeat
}
.box-content:hover .content .icon12 {
    background: url(../images/icon_bharatgas_hr.png) top center no-repeat
}
.carousel-wrap, .carousel-wrap-bpLabs {
    clear: both;
    z-index: 10;
    float: left;
    position: relative;
    width: 100%;
    display: block;
    margin: 0 auto;
    background: #f3f3f3
}
.box-content:hover .content p {
    color: #fff
}
.box-content:hover .image .img-hr {
    display: block
}
.carousel-wrap {
    padding: 0
}
.carousel-wrap-bpLabs {
    padding: 30px 0
}
.carousel-wrap-bpLabs .h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #007fc3;
    padding: 10px 0
}
.carousel-wrap-bpLabs p {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 1.4em;
    color: #333;
    margin-bottom: 10px
}
.video-wrap {
    float: left;
    margin: 0 auto;
    width: 100%;
    background: url(../images/video_bg.jpg) bottom center no-repeat #001e30;
    padding: 60px 0;
    clear: both;
    position: relative;
    display: block;
    text-align: center;
    z-index: 10
}
.video-div {
    margin: 0 auto;
    width: 60%;
    height: 400px;
    display: inline-block
}
.box-bpLabs {
    width: 100%;
	position: relative;
	background: #FFF;
}

.box-bpLabs .image {
    width: 100%;
    height: auto;
    position: relative;
	overflow: hidden;
}
.box-bpLabs .image img {
    display: block;
    width: 100%;
    height: auto;
	transition: all ease 0.3s;
}
.box-bpLabs:hover .image img {transform: scale(1.2);}


.box-bpLabs .content {
    padding:25px  20px;
    box-sizing: border-box;
	display: flex;
	text-align: left;
	min-height: 145px;
}

.box-bpLabs .content p {
    font-size: 16px;
	font-weight: 600;
    margin: 0;
    color: #000;
	padding-right: 60px;
}
.box-bpLabs .content p:after {
	content: '';
	height: 3px;
	width: 110px;
	background: #f8ce47;
	display: block;
	margin: 10px 0 0;
}
.box-bpLabs .content .btn-read {
	color: #3075bb;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	width: 60px;
	text-align: center;
}
.box-bpLabs .content .btn-read:before {
	content: '';
	display: block;
	background: url(../images/icon-arrow-right.jpg) center center no-repeat;
	background-size: contain;
	height: 28px;
	margin-bottom: 8px;
}

@media (max-width: 992px) {
	.box-bpLabs .content p {padding-right: 15px;}
}
@media (max-width: 767px) {
	.box-bpLabs .content {min-height: 50px;}
	.box-bpLabs .content .btn-read {width: 50px;}
}


.adlet-set .image, .adlet-wrap {
    position: relative
}
.box-bpLabs .image .img-hr a:hover {
    background: #0069a5;
    color: #FC0;
    text-decoration: none
}
.mapIframe {
    padding-bottom: 20px;
    background: #ffce1a
}
.ie8 .mapIframe {
    padding-bottom: 20px;
    float: left!important;
    background: 0 0!important
}
.mapIframe iframe {
    height: 480px!important;
    width: 100%
}

.adlet-wrap {
    float: left;
    margin: 0 auto;
    width: 100%;
    background: url(../images/middle_bg_img.jpg) bottom center no-repeat #e6e6e6;
    padding: 70px 0;
    display: block
}
.adlet-set, .adlet-set .image {
    float: left;
    width: 50%;
    height: auto;
	
}
.adlet-set {
    background: #FFF;
    min-height: 195px;
	transition: all ease 0.3s;
}
.adlet-set .image .arrow {
    background: url(../images/right-arrow-wh.png) top no-repeat;
    position: absolute;
    top: 20px;
    right: 0;
    height: 24px;
    width: 13px;
    z-index: 10
}
.adlet-set .image img {
    display: block;
    width: 100%;
    height: auto
}
.adlet-set .image .img-hr {
    background: url(../images/yallow_bg.png) top left;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
	visibility: hidden;
    text-align: center;
	transition: all ease 0.3s;
	transform: scale(0.4);
}
.adlet-set:hover .image .img-hr {
    visibility: visible;
	transform: scale(1);
	opacity: 1;
}
.adlet-set .image .img-hr .arrow {
    background: url(../images/bottom-arrow.png) top no-repeat;
    position: relative;
    top: 0;
    left: 50%;
    margin-left: -12px;
    height: 13px;
    width: 24px
}
.adlet-set .image .img-hr a {
    display: inline-block;
    position: relative;
    top: 40%;
    background: #007fc3;
    border: 1px solid #FFF;
    text-transform: uppercase;
    padding: 10px 15px;
    width: auto;
    font-size: 14px;
    color: #FFF
}
.adlet-set .image .img-hr a:hover {
    background: #0069a5;
    color: #FC0;
    text-decoration: none
}

.adlet-set .content {
    float: left;
    width: 50%;
    height: auto;
    padding: 20px
}
.adlet-set .content h2, .adlet-set .content h3 {
    font-size: 22px;
    color: #0076c0;
    padding-bottom: 5px;
    font-weight: 600
}
.adlet-set .content hr {
    border-bottom: 3px solid #f9de09;
    width: 20%
}
.adlet-set .content .cont-wrap {
    float: left;
    width: 100%;
    height: auto;
	margin-top: 10px;
}
.adlet-set .content .cont-wrap .cont-set {
    float: left;
    width: 100%;
    height: auto;
    border-bottom: 1px dashed #999;
    padding-bottom: 10px;
    margin-top: 15px;
	color: #000;
}
.adlet-set .content .cont-wrap .cont-set p {
    font-size: 14px;
    text-align: left;
    padding-bottom: 10px
}
.adlet-set .content .cont-wrap .cont-set .left {
    float: left;
    height: auto;
    width: auto;
    font-style: italic;
    font-size: 13px
}
.adlet-set .content .cont-wrap .cont-set .right {
    float: right;
    height: auto;
    width: auto
}
.adlet-set .content .cont-wrap .cont-set .right a {
    color: #000;
    font-size: 12px;
	font-weight: 600;
}
.adlet-set:hover {
    background: #007fc3
}
.adlet-set:hover .content h2, .adlet-set:hover .content h3 {
    color: #fff
}
.adlet-set:hover content hr {
    border-bottom: 3px solid #fff!important
}
.adlet-set:hover .content .cont-wrap .cont-set p {
    font-size: 14px;
    text-align: left;
    padding-bottom: 10px;
    color: #FFF
}
.adlet-set:hover .content .cont-wrap .cont-set .left {
    float: left;
    height: auto;
    width: auto;
    font-style: italic;
    color: #fff;
    font-size: 14px
}
.adlet-set:hover .content .cont-wrap .cont-set .right {
    float: right;
    height: auto;
    width: auto
}
.adlet-set:hover .content .cont-wrap .cont-set .right a {
    color: #fff;
}

.adlet-set:hover .image .arrow {
    background: url(../images/right-arrow-bl.png) top no-repeat;
    position: absolute;
    top: 20px;
    right: 0;
    height: 24px;
    width: 13px;
    z-index: 10
}
.adlet-set-1 {
    float: left;
    width: 50%;
    height: auto;
    background: #FFF;
	transition: all ease 0.3s;
}
.adlet-set-1 .image {
    float: right;
    width: 50%;
    height: auto;
    position: relative
}
.adlet-set-1 .image .arrow {
    background: url(../images/left-arrow-wh.png) top no-repeat;
    position: absolute;
    top: 20px;
    left: 0;
    height: 24px;
    width: 13px;
    z-index: 10
}
.adlet-set-1 .image img {
    display: block;
    width: 100%;
    height: auto
}
.adlet-set-1 .image .img-hr {
    background: url(../images/yallow_bg.png) top left;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
	visibility: hidden;
    text-align: center;
	transition: all ease 0.3s;
	transform: scale(0.4);
}
.adlet-set-1:hover .image .img-hr {
    opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.adlet-set-1 .image .img-hr .arrow {
    background: url(../images/bottom-arrow.png) top no-repeat;
    position: relative;
    top: 0;
    left: 50%;
    margin-left: -12px;
    height: 13px;
    width: 24px
}
.adlet-set-1 .image .img-hr a {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -50px;
    background: #007fc3;
    border: 1px solid #FFF;
    text-transform: uppercase;
    padding: 10px 15px;
    width: auto;
    font-size: 14px;
    color: #FFF
}
.adlet-set-1 .image .img-hr a:hover {
    background: #0069a5;
    color: #FC0;
    text-decoration: none
}
.adlet-set-1 .content {
    float: left;
    width: 50%;
    height: auto;
    padding: 20px
}
.adlet-set-1 .content h2, .adlet-set-1 .content h3 {
    font-size: 22px;
    font-weight: 600;
    color: #0076c0;
    padding-bottom: 5px
}
.adlet-set-1 .content hr {
    border-bottom: 3px solid #f9de09;
    width: 20%
}
.adlet-set-1 .content .cont-wrap {
    float: left;
    width: 100%;
    height: auto
}
.adlet-set-1 .content .cont-wrap .cont-set {
    float: left;
    width: 100%;
    height: auto;
    border-bottom: 1px dashed #999;
    padding-bottom: 10px;
    margin-top: 15px
}
.adlet-set-1 .content .cont-wrap .cont-set p {
    font-size: 14px;
    text-align: left;
    padding-bottom: 10px
}
.adlet-set-1 .content .cont-wrap .cont-set .left {
    float: left;
    height: auto;
    width: auto;
    font-style: italic;
    color: #999;
    font-size: 14px
}
.adlet-set-1 .content .cont-wrap .cont-set .right {
    float: right;
    height: auto;
    width: auto
}
.adlet-set-1 .content .cont-wrap .cont-set .right a {
    color: #333;
    font-size: 14px
}
.no-border {
    border: none
}
.adlet-set-1:hover {
    background: #007fc3
}
.adlet-set-1:hover .content h2, .adlet-set-1:hover .content h3 {
    color: #fff
}
.adlet-set-1:hover .content hr {
    border-bottom: 3px solid #fff!important
}
.adlet-set-1:hover .content .cont-wrap .cont-set p {
    font-size: 14px;
    text-align: left;
    padding-bottom: 10px;
    color: #FFF
}
.adlet-set-1:hover .content .cont-wrap .cont-set .left {
    float: left;
    height: auto;
    width: auto;
    font-style: italic;
    color: #fff;
    font-size: 14px
}
.adlet-set-1:hover .content .cont-wrap .cont-set .right {
    float: right;
    height: auto;
    width: auto
}
.adlet-set-1:hover .content .cont-wrap .cont-set .right a {
    color: #fff;
    font-size: 14px
}

.adlet-set-1:hover .image .arrow {
    background: url(../images/left-arrow-bl.png) top no-repeat;
    position: absolute;
    top: 20px;
    left: 0;
    height: 24px;
    width: 13px;
    z-index: 10
}


.adlet-set .cont-wrap p, .adlet-set .cont-wrap li, .adlet-set .cont-wrap a {color: #333;}
.adlet-set:hover .cont-wrap p, .adlet-set:hover .cont-wrap li, .adlet-set:hover .cont-wrap a {color: #fff;}




h2.title02 {
    color: #007ec4;
    font-size: 20px;
    padding-bottom: 20px;
    text-align: left
}




.service-section, .bpl-section, .gallery-section {background: #f3f3f3; clear: both;}

.po-section {padding: 0;}
.po-container {display: flex; flex-wrap: nowrap;}

.po-container .item {width: 50%;}
/* Update 20-02-2020 */
.new-page .item {width: 100%;}

.po-box {transition: all ease 0.3s;}
.po-box a {display: flex; height: 200px; align-items: center; /*background: rgba(51,102,204,0.85);*/ transition: all ease 0.6s;}
.po-container .item:first-child .po-box a{text-align: right; justify-content: flex-end;}
.po-container .item:last-child .po-box a{text-align: left; justify-content: center; background: #027ec4;/*background: rgba(30,65,137,0.85);*/ color: #fff;}
/*.po-container .item .po-box .po-boxInner {text-align: center; width: 80%;}
.po-container .item:first-child .po-box .po-boxInner {padding-right: 100px;}
.po-container .item:last-child .po-box .po-boxInner {padding-left: 100px;}*/
.po-box h3 {font-size: 28px; color: #fff; /*margin: 15px 0 0 15px;*/ font-weight: 600; text-transform: uppercase;}
.po-box a:hover {text-decoration: none;}
.new-page img {margin: 0 20px 0 10px;}
.po-container img {transition: all ease 0.6s;}
.po-container .item:hover img {transform: rotateY(360deg);}
/*.po-container .item:first-child .po-box a:hover{background: rgba(51,102,204,0.95);}*/
.po-container .item:last-child .po-box a:hover{background: rgba(30,65,137,0.95);}

@media (max-width:1400px) {
	.po-box h3 {font-size: 24px;}
	.po-box img {max-width: 100px;}
}
@media (max-width:767px) {
	.po-box h3 {font-size: 14px;}
	.po-box img {max-width: 40px;}
	.po-container .item:first-child .po-box .po-boxInner {padding: 0 15px; width: 100%;}
	.po-container .item:last-child .po-box .po-boxInner {padding: 0; width: 100%;}
	/*.po-box a {height: 150px;}*/
}



.gallery-container {display: flex; flex-wrap: nowrap; margin-top: 15px;}
.gallery-container .item {width: 50%; position: relative;}

.gallery-container .item:first-child {padding: 12px 0; z-index: 2}
.gall-thumb {height: 100%; margin-right: -40%;}

.gallery-container .item:last-child {background: #fadc4b; z-index: 1;}

.gall-content {padding: 150px 50px; margin-left: 40%;}
.gall-content h3 {margin-bottom: 15px; font-size: 28px; font-weight: 600; color: #000;}
.gall-content p {color: #000;}
.gall-content .btn {margin-top: 15px;}
.gall-content .a-link {font-size: 14px;}

@media (max-width:1200px) {
	.gall-content {padding: 70px 40px;}
}
@media (max-width:992px) {
	.gall-content {padding: 60px 30px; margin-left: 30%;}
	.gall-thumb {margin-right: -30%;}
}
@media (max-width:767px) {
	.gall-content {padding: 60px 30px; margin-left: 30%;}
	.gall-thumb {margin-right: -30%;}
	.gallery-container {flex-wrap: wrap;}
	.gallery-container .item {width: 100%;}
	.gallery-container .item:first-child {padding: 0 10px;}
	.gall-thumb {margin: 0 0 -30px 0; height: 170px;}
	.gall-content {margin: 0; padding: 50px 25px 20px;}
}




.bpLabs-slide {margin-top: 20px;}


.video-wrap h2.title02 {
    color: #fff
}
.video-galery {
    padding: 0 10%;
    display: block
}
.video-galery .video-frame {
    float: left;
    width: 70%
}
.video-galery .video-frame iframe {
    display: block;
    width: 100%;
    height: 400px
}
.video-galery .video-list {
    float: left;
    width: 30%;
    padding-left: 20px
}
.video-list ul {
    display: block;
    padding-right: 10px
}
.video-list ul li {
    float: left;
    width: 50%;
    padding: 0 10px 15px 0
}
.vdothumb-scroll {
    height: 400px
}
.video-list .handle3 {
    background: #fff
}
.overlay_shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 99999;
    opacity: .7
}
.lightbox {
    position: fixed;
    left: 5px;
    bottom: 0;
    z-index: 999999;
    overflow: hidden;
    height: 0
}
* html .lightbox, .closepopup {
    position: absolute
}
* html .overlay_shadow {
    position: absolute;
    top: 0;
    left: 0
}
.closepopup {
    cursor: pointer;
    float: right;
    right: 0;
    top: 0;
    font-size: 13px;
    font-weight: 700;
    background-color: #007ec4;
    text-align: center;
    color: #FFF;
    padding: 3px 6px
}
.popoupdiv {
    position: relative;
    width: 300px;
    height: 180px;
    overflow-x: hidden!important;
    overflow-y: auto!important;
    background: #FFF;
    padding: 25px
}
.popoupdiv ul, .popoupdiv ul li {
    display: block;
    width: 100%;
    text-align: center
}
.popoupdiv ul li label {
    font-family: proxima_nova_rgbold;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    margin: 20px 0
}
.popoupdiv ul li a {
    background: #007ec4;
    padding: 10px 20px;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    margin: 15px 10px 0;
    transition: color .2s linear 0s, background .2s linear 0s
}
.popoupdiv ul li a:hover {
    background: #ffdc05;
    color: #333
}
.cont_wrap {
    float: left
}
.hmMap-div {
    background: #ffce1a;
    clear: both;
    display: inline-block;
    width: 100%
}
.hmMap-div iframe {
    height: 650px;
    background: #ffce1a
}




/* banner */
.banner-section {
   /* float: left;*/
    width: 100%;
    height: auto;
    position: relative;
	background: #f4da35;
}
/*update 02-03-2020*/
.yello-bottom {display: block; width: 100%; height: 70px; background: #f4da35;}
.banner-text {position: absolute; top: 50%; left: 0; width: 100%; transform: translate(0, -50%);}
.banner-text .content-lhs, .banner-text .content-rhs{width: 40%;}
.banner-text .content-rhs {float: right;}
.banner-text h2 {
	font-family: proxima_nova_rgbold;
	font-size: 45px;
	color: #ffffff;
	margin-bottom: 4px;
}
.banner-text p {
	font-family: proxima_nova_rgregular;
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 15px;
}
.banner-text .btn-primary {background: #ffffff; color: #272201; border: 1px solid #ffffff; font-size: 18px; padding: 6px 20px;}
.banner-text .btn-primary:hover {background: #272201; color: #ffffff; border: 1px solid #ffffff;}
.banner-text .btn-primary:focus {background: #ffffff !important; color: #272201 !important;}
.banner-section .owl-carousel .owl-nav button.owl-prev, .banner-section .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    height: 60px;
    width: 60px;
	border-radius: 50%;
    font-size: 0;
    cursor: pointer;
    margin-top: -17px;
}
.banner-section .owl-carousel .owl-nav button.owl-prev {
    left: 100px;
    background: rgba(120, 123, 117, 0.8) url(/images/home-arrow-left.png) center center no-repeat;
}
.banner-section .owl-carousel .owl-nav button.owl-next {
    right: 100px;
    background: rgba(120, 123, 117, 0.8) url(/images/home-arrow-right.png) center center no-repeat;
}
/**/
.homeslide-caption {
	background: #f4da35;
	font-size: 22px;
	color: #000;
	padding: 15px 0;
	font-weight: 600;
}
.bl-homeslide.owl-carousel img {display: block;}
.bl-homeslide.owl-carousel .btn {display: inline-block; vertical-align: baseline;}

.bl-homeslide.owl-carousel .owl-dots {
	position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%, 0)
}
.bl-homeslide.owl-carousel .owl-dots .owl-dot {display: inline-block; vertical-align:baseline; height: 12px; width: 12px; background: #d0d0d0; border-radius: 50%; margin: 0 5px; transition: all ease 0.4s;}
.bl-homeslide.owl-carousel .owl-dots .owl-dot.active {background: #0076c0; transform: scale(1.1);}

@media (max-width: 1500px) {
	
	/*update 02-03-2020*/
	.banner-section .owl-carousel .owl-nav button.owl-prev {
		left: 30px;
	}
	.banner-section .owl-carousel .owl-nav button.owl-prev {
		right: 30px;
	}
	/**/
}

@media (max-width: 1440px) {
	.services-box {height: 220px;}
	
	/*update 02-03-2020*/
	.banner-text .btn-primary { font-size: 15px;}
	.banner-section .owl-carousel .owl-nav button.owl-prev {
		left: 10px;
	}
	.banner-section .owl-carousel .owl-nav button.owl-next {
		right: 10px;
	}
	/**/
}

@media (max-width: 1400px) {
	.services-box {height: 220px;}
	/*update 02-03-2020*/
	.banner-text .btn-primary { font-size: 15px;}
	
	/**/
}
@media (max-width: 1200px) {
	.bl-services .item {width: 33.3333%;}
}
@media (max-width: 1024px) {

	/*update 02-03-2020*/
	.yello-bottom {
		height: 50px;
	}
	.bl-homeslide.owl-carousel .owl-dots {
		bottom: -35px;
	}
	.banner-section .owl-carousel .owl-nav button.owl-prev {
		background-color: transparent;
		left: -12px;
	}
	.banner-section .owl-carousel .owl-nav button.owl-next {
		background-color: transparent;
		right: -12px;
	}
	/**/

	.banner-text .content-lhs, .banner-text .content-rhs {
    width: 70%;
	}
}
@media (max-width: 992px){
	/*update 02-03-2020*/
	.banner-text h2 {
		font-size: 30px;
		margin-bottom: 5px;
	}
	.banner-text p {
		font-size: 15px;
		margin-bottom: 15px;
	}
	
	/**/
}
@media (max-width: 767px) and (orientation: portrait) {
	/*update 02-03-2020*/
	.banner-section .item  {
		height: 145px;
	}
	.banner-section .owl-item {overflow: hidden;}
	.banner-section .item img  {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		height: 100%;
		max-width: none;
		width: 100% !important;
	}
	/**/
}
@media (max-width: 767px) {
	.banner-text .content-lhs, .banner-text .content-rhs {
    width: 70%;
	}
	/*update 02-03-2020*/
	.banner-text h2 {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.yello-bottom {
		height: 30px;
	}
	.bl-homeslide.owl-carousel .owl-dots {
		bottom: -25px;
        width: 100%;
        text-align: center;
	}
	.banner-text p {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.banner-section .owl-nav {display: none;}
	.bpl-section-mob .container {padding: 0 30px;}
	.bpl-section-mob .owl-carousel .owl-nav button.owl-next {right: -26px;}
	.bpl-section-mob .owl-carousel .owl-nav button.owl-prev {left: -26px;}
	/**/


	.banner-section {padding-top: 70px;}
	.bl-homeslide.owl-carousel .owl-dots {margin-right: 0;}
	.homeslide-caption {padding: 5px 0; font-size: 14px; text-align: center;}
	.bl-homeslide.owl-carousel .btn {font-size: 12px; padding: 3px 12px; margin: 5px;}	 
}
/* banner end */

/* sevices */
.bl-services {display: flex; flex-wrap: wrap;justify-content: center;}
.bl-services .item {width: 20%; padding: 3px;}
.services-box {background: #fff; box-shadow: 0 0 6px rgba(0,0,0,0.1); position: relative; overflow: hidden; height: 245px; text-align: center;}
.services-main {
	height: 100%;
	position: relative;
	background: #000;
}
.srv-middle {
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 15px;
}
.services-main h3 {
	font-size: 20px;
	color: #ffffff;
	margin: 20px 0 0;
	font-weight: 600;
}
.services-main h3:after {
	content: '';
	height: 3px;
	width: 130px;
	background: #f8ce47;
	display: block;
	margin: 30px auto 0;
}
.services-main img.srv-hr-icon {display: none;}

.services-over {
	position: absolute;
	left: 0;
	top: 100%;
	transition: all ease 0.4s;
	width: 100%;
	height: 100%;
	z-index: 2;
	color: #fff;
	overflow: hidden;
}
.services-over .blue-overlay{
	width: 100%;
	height: 100%;
	background: rgba(48,118,186,1);
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.services-over img.hr-big {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) scale(1.2);
}
.services-over h3 {margin: 0 0 10px; color: #fff; font-weight: 600; padding: 0; font-size: 16px;}
.services-over p {font-size: 12px;}

.services-box:hover .services-over{
	top: 0;
}

.mob-icon {display:none;}
.sermain-img {position: absolute; top: 50%; left:50%; transform: translate(-50%, -50%) scale(1.2); opacity: 0.5;}

@media (max-width: 1400px) {
	.services-box {height: 220px;}
}
@media (max-width: 1200px) {
	.bl-services .item {width: 33.3333%;}
}
@media (max-width: 767px) {
	.bl-services .item {width: 100%; padding: 1px 0;}
	.services-box { border-radius: 3px; height: auto;}
	
	.services-main .srv-middle {position: relative; transform: none; left: 0; top: 0; height: 100%; display: flex; align-items: center;}
	.services-main {text-align: left; height: 38px; background: #fff;}
	.services-main img {margin: 0; padding: 0; width: 25px;}
	.services-main h3 {margin: 0; padding: 0 0 0 20px; font-size: 14px; color: rgba(48,118,186,1);}
	.services-main h3:after {display: none;}
	.bl-services .item.active .services-main img {display: none;}
	.bl-services .item.active .services-main img.srv-hr-icon {display: block;}
	
	.services-over {position: relative; top: auto; left: auto; background: rgba(48,118,186,1); display: none;}
	.services-over .srv-middle {position: relative; transform: none; left: 0; top: 0; height: 100%; padding: 15px 25px 25px; text-align: left;}
	.services-over img {display: none;}
	.services-over h3 {display: none;}
	.bl-services .item.active .services-box{background: #007cc4;}
	.bl-services .item.active .services-main h3 {color: #fff;}
	.bl-services .item.active .services-over {display: block;}
	.bl-services .item.active .services-over .blue-overlay {background: none;}
	
	.sermain-img {display:none;}
	.mob-icon {
		display: block;
	}
	.bl-services .item.active .services-main {background: rgba(48,117,187,1);}
}
/* sevices */






@media (max-width:1024px) {

.video-div {
    margin: 0 auto;
    width: 90%;
    height: 400px
}

}

@media (max-width:980px) {
.video-galery {
    padding: 0
}
.video-list ul li {
    width: 100%;
    padding-right: 0
}
.mapIframe iframe {
    height: 505px!important
}
	.footer .ft-links .b-footer-nav-list:last-child {margin-bottom: 20px;}
}

@media (max-width:768px) {
.adlet-set .content h2, .adlet-set .content h3 {
    font-size: 1.8em;
    font-weight: 600
}
.adlet-set {
    min-height: 159px
}
}

@media (max-width:767px) {
.footer .ft5 {
    min-height: 270px;
    height: auto!important
}
.topContent {
    display: none
}
.box-content .content h2, .box-content .content h3 {
    font-size: 1.7em;
    font-weight: 600
}
.box-content .content p {
    min-height: 126px
}
.adlet-set, .adlet-set-1 {
    width: 100%
}
.video-div {
    margin: 0 auto;
    width: 90%;
    height: 200px
}
.mapIframe iframe {
    height: 600px!important
}

}

@media (max-width:480px) {
.adlet-set, .adlet-set-1 {
    margin-bottom: 20px
}
.adlet-set, .adlet-set .content, .adlet-set .image, .adlet-set-1, .adlet-set-1 .content, .adlet-set-1 .image {
    width: 100%
}
.adlet-set .image .arrow, .adlet-set-1 .image .arrow {
    display: none
}
.video-div {
    margin: 0 auto;
    width: 80%;
    height: 200px
}
.vdothumb-scroll, .video-galery .video-frame iframe {
    height: 210px
}
.video-galery .video-frame {
    width: 70%
}
.video-galery .video-list {
    width: 30%;
    padding-left: 5px
}
.popoupdiv {
    width: 300px
}
.popoupdiv ul li label {
    font-size: 20px
}
.mapIframe iframe {
    height: 770px!important
}
}
.ie7 .hr, .ie8 .hr {
    float: left!important;
    display: block;
    text-align: left!important
}
.locate-us-div {
padding-top:0 
}
.ie7 body {
    overflow-x: hidden!important
}
.ie7 .header {
    height: 166px!important
}
.ie .adlet-set {
    border: 1px solid #0F0!important
}
.ie7 .box-content .content {
    width: 87.5%
}
.ie7 .box-content .image .img-hr .arrow {
    background: url(../images/bottom-arrow.png) top no-repeat;
    margin-left: -315px!important
}
.ie7 .scrollbar, .scrollbar-tbl {
    overflow: auto;
    padding: 0 5px;
    width: 90%!important;
    float: left!important
}
.ie7 .adlet-set .content .cont-wrap {
    width: 100%!important
}
.ie7 .adlet-set .content {
    width: 42%!important
}
.ie7 .adlet-set-1 .content .cont-wrap {
    width: 100%!important
}
.ie7 .adlet-set-1 .content {
    width: 40%!important
}
.ie7 .owl-carousel .box-bpLabs .content {
    width: 90%
}
.ie7 .adlet-set .content h2 .hr, .ie7 .adlet-set .content h3 .hr {
    float: inherit!important
}
.ie7 .petrodaily-div .hr {
    display: block!important;
    text-align: left!important;
    width: 50px!important;
    border-bottom: #f9de09 3px solid!important
}
.ie7 .home-map {
    overflow: hidden!important;
    height: auto
}
.ie7 .hmMap-div {
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden
}
.ie7 .yallow-bg {
    overflow: hidden!important;
    box-sizing: inherit
}
.ie7 .adlet-wrap {
    float: left;
    width: auto;
    overflow: hidden!important
}
.ie7 .video-list ul li {
    width: 40%;
    padding: 0;
    margin-right: 10px
}
.banner-section .flexslider .slides li .inner-content .text-top p {
    font-size: 1.6em!important;
    color: #000;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: proxima_nova_rgregular;
    width: 100%;
    height: auto;
    padding: 0;
    font-weight: 700
}
.banner-section .flexslider .slides li .inner-content h2 {
    font-family: proxima_nova_rgregular;
    font-size: 22px!important;
    color: #000!important;
    text-transform: uppercase;
    padding: 0 15px 0 0!important;
    margin-right: 15px;
    float: left;
    line-height: 1em!important;
    border-right: 1px solid #000
}
