@import url('https://fonts.googleapis.com/css?family=Roboto:300');
@font-face {
	font-family: Alaska;
	src: url('../font/Alaska Trial-VF.ttf');
}


*{
	margin: 0;
	padding: 0;
	font-family: Alaska!important;
	/*overflow: hidden;*/

}
html{
	scroll-behavior: smooth;
}

body{
    font-family: Alaska;
    font-family: Alaska!important;

}
/*banner section start*/

.main{
	padding: 0px;
	margin-right: -20px;
}
#home{
	background: url(../images1/Pit5A5B.JPG);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    overflow-y:hidden;
    justify-content: center;
    background-size:cover;
    padding:0;
    margin:0;

}
.brand-logo{
	position: absolute;
	top: 0;
	margin-left: 30px;
	padding-top: 30px;
}
.brand-logo img{
	height: 100px;
	width: auto;
}

.banner-box{
	box-sizing: border-box;
	position: absolute;
	right: 0;
	background-color:#5000b9ba;
	padding: 60px 60px;
	margin-top:-90px;
}
.banner-box h2{
	font-size: 45px;
    color: #fff;
    font-family: 'Alaska';
    text-align: center;
}

/*Second Slide css start*/
#video{
    background: url(../images1/logo-shape.svg);
    background-size: cover;
    background-color: #5000ab;
}
.page-title h2{
	font-size: 35px;
	color:#fff;
}
.strategy-box{
    background: #fff;
    padding: 10px;
    height: 510px;
}
.startegy-heading h3{
    font-size: 18px;
    color: #5000B9;
    font-weight: 700;
    padding-top: 20px 
}
.strategy-details p{
    font-size:14px;
    line-height: 1.5;
    color: #000;
}
 /*third slide*/
 #about{
    background: url(../images1/icon-with-banner-3.jpg);
    background-size:cover;
    /*background: red;*/
}
.about-title h2{
	font-size: 45px;
    color: #5000b7;
}
.page-title h2 {
    font-size: 35px;
    color: #fff;
}
.about-heading{
	padding-right: 20px
}
.about-heading h4{
	font-size: 22px;
	color: #5000B9;
}

.about-heading p {
    text-align: left;
    color: #000;
    font-size: 15px;
}
/*slide 4*/
#projects{
	background: url(../images1/priorities-bg.png);
	background-size: cover;
}
.prioties-title h4{
	font-size: 35px;
	color: #5000B9;
	margin-top: 0px;
}
/*.prioties{*/
/*    border:6px solid #5000B9;*/
/*}*/
.number h1{
	font-size: 65px;
	color:#5000b7;
	padding-right: 20px;
}
.prioties-details h4{
	font-size: 20px;
	color: #5000B9;
	margin-top: 3px;
}
.prioties-details p {
    color: #000;
    text-align: left;
    padding-right: 60px;
    font-size: 16px;
    margin-top: -15px;
}
.right-box{
    margin-bottom: 6px;
}
.enablers-icon img{
	background: #ff5000;
	padding: 5px;
	border-radius: 50%;
	margin-right: 20px;
	height:70px;
	width: auto;
}
.enablers-details h4{
	font-size: 17px;
	text-transform: uppercase;
	margin-top: 17px;
}
/*slide 5*/
#services{
	background:#5000B9;
}
.map-title h2{
	font-size: 35px;
	color: #fff;
	padding-top: 20px;
}
/*for right scroll dots*/
#pp-nav.right {
    right: 17px;
    display: none;
}
/*footer white logo*/
.white-logo img{
    height: 115px;
    width: auto;
    margin-top: -79px;
}

/*rsponsive css*/
@media only screen and (max-width: 768px){
    .page-title h2 {
        font-size: 30px;
    }
    .about-title h2 {
        font-size: 30px;
        margin:0px 0px;
    }
    .about-heading h4 {
        font-size: 18px;
        margin: 13px 0px;
    }
    .about-heading p {
        font-size: 14px;
    }
    .section-title h2 {
        font-size: 30px;
    }
    .icon-box {
        padding: 30px 20px;
        width: 220px;
        height: 220px;
        margin-bottom: 10px;
}
    }
    .icon-box img {
        width: 109px;
        padding: 5px;
    }
    .icon-box-heading {
        font-size: 20px;
        color: #000;
        letter-spacing: 0.8px;
    }
    .prioties-title h4 {
        font-size: 30px;
        margin-top: 20px;
    }
    .prioties-details h4{
        font-size:18px;
    }
    .number h1 {
        font-size: 50px;
    }
    .prioties-details p {
        padding-right: 40px;
        padding-left: 0px;
        font-size: 14px;
        line-height: 1.2;
    }
    .right-box {
        margin-bottom: -10px;
    }
    .enablers-box{
        width: 180px;
    }
     .enablers-icon img {
        /*padding: 5px;*/
        height: 50px;
        width: auto;
        margin-right:5px;
    }
    .enablers-details h4 {
        font-size: 12px;
        text-transform: uppercase;
        margin-top: 14px;
    }
    .safety-heading h2 {
        color: #ff5000;
        font-size: 30px;
    }
    .safety-text h2 {
          font-size: 25px;
    }
    .map-title h2 {
        font-size: 30px;
    }
    .safety-text {
    width: 80%;
    margin-top: 130px;
    }
}

/**/
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
   .page-title h2 {
        font-size: 30px;
    }
    .about-title h2 {
        font-size: 30px;
        margin:0px 0px;
    }
    .about-heading h4 {
        font-size: 18px;
        margin: 13px 0px;
    }
    .about-heading p {
        font-size: 14px;
    }
    .section-title h2 {
        font-size: 30px;
    }
    .icon-box {
        padding: 30px 20px;
        width: 220px;
        height: 220px;
        /*margin-left: -7px;*/
    }
    .icon-box img {
        width: 109px;
        padding: 5px;
    }
    .icon-box-heading {
        font-size: 13px;
        color: #000;
        letter-spacing: 0.8px;
    }
    .prioties-title h4 {
        font-size: 30px;
        margin-top: 20px;
    }
    .prioties-details h4{
        font-size:18px;
    }
    .number h1 {
        font-size: 50px;
    }
    .prioties-details p {
        padding-right: 40px;
        padding-left: 0px;
        font-size: 14px;
        line-height: 1.2;
    }
    .right-box {
        margin-bottom: -10px;
    }
    .enablers-box{
        width: 180px;
    }
     .enablers-icon img {
        /*padding: 5px;*/
        height: 50px;
        width: auto;
        margin-right:5px;
    }
    .enablers-details h4 {
        font-size: 12px;
        text-transform: uppercase;
        margin-top: 14px;
    }
    .safety-heading h2 {
        color: #ff5000;
        font-size: 30px;
    }
    .safety-text h2 {
          font-size: 25px;
    }
    .map-title h2 {
        font-size: 30px;
    }
    .safety-text {
    width: 80%;
    margin-top: 130px;
    }
    .white-logo img{
    height:auto;
    }
}
/**/

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  .page-title h2 {
        font-size: 30px;
    }
    .about-title h2 {
        font-size: 30px;
        margin:0px 0px;
    }
    .about-heading h4 {
        font-size: 18px;
        margin: 13px 0px;
    }
    .about-heading p {
        font-size: 14px;
    }
    .section-title h2 {
        font-size: 30px;
    }
    .icon-box {
        padding: 30px 20px;
        width: 220px;
        height: 220px;
        /*margin-left: -10px;*/
    }
    .icon-box img {
        width: 109px;
        padding: 5px;
    }
    .icon-box-heading {
        font-size: 13px;
        color: #000;
        letter-spacing: 0.8px;
    }
    .prioties-title h4 {
        font-size: 30px;
        margin-top: 20px;
    }
    .prioties-details h4{
        font-size:18px;
    }
    .number h1 {
        font-size: 50px;
    }
    .prioties-details p {
        padding-right: 40px;
        padding-left: 0px;
        font-size: 14px;
        line-height: 1.2;
    }
    .right-box {
        margin-bottom: -10px;
    }
    .enablers-box{
        width: 180px;
    }
     .enablers-icon img {
        /*padding: 5px;*/
        height: 50px;
        width: auto;
        margin-right:5px;
    }
    .enablers-details h4 {
        font-size: 12px;
        text-transform: uppercase;
        margin-top: 14px;
    }
    .safety-heading h2 {
        color: #ff5000;
        font-size: 30px;
    }
    .safety-text h2 {
          font-size: 25px;
    }
    .map-title h2 {
        font-size: 30px;
    }
    .safety-text {
    width: 80%;
    margin-top: 130px;
    }
    .white-logo img{
        height:auto;
    }
}
/*nitish 17-02-2023*/
.services-box-point ul li img{
    height:25px;
    padding-right:10px;
}
.services-box-point ul li{
    font-size: 16px;
    line-height: 2.5;
    color:#000;
}
.extra{
    margin-bottom:-15px;
}
.extra p{
   font-size: 14px;
    line-height: 1.2;
    color:#000; 
}
.tank-title p{
    color: #343434;
}
.services-box{
        background: #fff;
/*    padding: 0px 10px 10px 10px;*/
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    height: 270px;
}
.services-box-point{
        padding: 0px 10px 10px 16px;
}
.services-box-title h5{
    font-size: 24px;
    background: #5000b7;
    color: #fff;
    padding: 10px;
}
.about-title h2 {
    font-size: 38px!important;
    color: #5000b7;
}
@media screen and (min-width: 768px){
    .services-box {
        height: 185;
        /*width: 315px;*/
}
/*nitish 20-02-2023*/
/*.site-plan-img{
    border: 4px solid #ff5000;
    padding: 32px 0px;
}*/