@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

/* .body-bg {
    background-image: url("../images/PSI_web_portal.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: auto;
} */
.body-bg {
    background-image: url(../images/PSI_web_portal.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
	background-size:cover;
    /* background-size: 100% 100%; */
}
.top-left {
    /*position: absolute;*/
    margin-top: 100px;
    left: 116px;
    color: #fff;
}

.bottom-right {
    position: fixed;
    bottom: 15px;
    right: 140px;
    /* height: 50px; */
    /* Width: 50px; */
    color: #fff !important;
}

.slogan-app {
    color: #f18904;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

.heading1 {
    color: #fff;
    font-size: 70px;
    line-height: 85px;
    font-weight: normal;
    font-family: normal;
}

.heading2 {
    color: #fff;
    font-size: 65px;
    line-height: 85px;
    font-weight: 800;
    font-family: 'Roboto', sans-serif;
}

.heading3 {
    color: #fff;
    font-size: 65px;
    line-height: 85px;
    font-weight: 800;
    font-family: 'Roboto', sans-serif;
}

.btn-custom {
    color: #fff !important;
    background-color: #f18904 !important;
    border-color: #f18904 !important;
    border-radius: 0px !important;
    padding: 5px 60px !important;
    font-size: 40px !important;
    margin-top: 15px;
}

    .btn-custom:hover {
        color: #fff;
        background-color: #f37c04 !important;
        border-color: #f37c04 !important;
    }

.margin-top-50 {
    margin-top: 50px;
}

.space {
    margin-top: 10px;
}

.welcome {
    color: #f18904;
    text-transform: uppercase;
    font-size: 18px;
    border-bottom: 1px solid #ff9950;
    width: 60%;
    padding-bottom: 8px;
}

.nav-link {
    display: block;
    color: #1c1c1a !important;
    padding: 2px 0px !important;
    font-size: 14px;
    font-family: font-family: 'Roboto', sans-serif;
}

.nav-item .active {
    display: block;
    color: #1c1c1a;
    padding: 2px 0px !important;
    font-size: 16px;
    font-weight: 700px !important;
    font-family: 'Roboto', sans-serif !important;
}

.nav-item a:hover {
    color: #f18904 !important;
}

.border-right {
    border-right: 1px solid #ddd;
}

/*.service-box {
    margin-left: 100px;
}*/

.box1-fg-color {
    background: #f18904;
}

.box1-bg-color {
    background: #1c1c1a;
}

.box2-fg-color {
    background: #00b5e2;
}

.box2-bg-color {
    background: #c0d731;
}

.box3-fg-color {
    background: #00b5e2;
}

.box3-bg-color {
    background: #c0d731;
}


.relative1 {
    position: relative;
    width: 175px;
    height: 175px;
}

.absolute1 {
    position: absolute;
    top: -20px;
    left: 10px;
    bottom: 10px;
    width: 175px;
    height: 175px;
}
 
.title-style {
    color: #fff;
    font-size: 12px;
    padding-top: 15px;
    text-align: center;
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
}
.text-style1 {
    color: #1c1c1a;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    padding: 70px 20px 0 100px;
    font-family: 'Roboto', sans-serif;
}

/* .text-style1 {
    color: #1c1c1a;
    font-size: 14px;
    padding: 70px 20px 0 100px;
    font-family: 'Roboto', sans-serif
} */

.project-icon {
    text-align: center;
    margin-top: 50px;
}

.project-dis {
    width: 75px;
    margin-left: 50px;
    margin-top: 25px;
    float: left;
}

.bg-1 {
    background: url('../images/project1.png') no-repeat;
    height: 197px;
    width: 203px;
}

.bg-2 {
    background: url('../images/project2.png') no-repeat;
    height: 197px;
    width: 203px;
}

.margin-top-35 {
    margin-top: 35px;
}

.footer {
    background: #f6931e;
    color: #333;
    width: 100%;
   /*  margin-top: 15px; */
    padding: 15px 0;
     text-align:center;
    
}

    .footer p {
        color: #333;
        font-size: 14px !important;
        font-weight: 400 !important;
    }

p {
    margin: 0px !important;
}


@media only screen and (min-device-width: 768px) and (max-device-width: 768px) 
  and (orientation: portrait)    {

	  .footer {
    background: #f6931e;
    color: #333;
    width: 100%;
   /*  margin-top: 15px; */
    padding: 15px 0;
    position: fixed !important;
    bottom: 0;
	text-align:center;
}
  }
	

@media only screen and (min-device-width: 1024px) and (max-device-width: 2500px) 
{
	  .footer {
    background: #f6931e;
    color: #333;
    width: 100%;
    /* margin-top: 15px; */
    padding: 15px 0;
    position: fixed;
    bottom: 0;
	text-align:center;
}
  }	
	
	
@media screen and (max-width: 767px) and (min-width: 320px) {
    .top-left {
       
         top: 0px !important; 
        left: 0px !important;
        color: #fff;
    }
    /*.service-box {
        margin-left: 50px;
        text-align: center;
    }*/

    .text-style1 {
        padding: 10px 10px 0 10px; text-align:center;
    }

    .footer {
        position: static;
        bottom: 0
    }

    .heading1 {
          font-size: 55px;
        line-height: 65px;
       
    }
    .heading2 {
        font-size: 55px;
        line-height: 65px;
    }
    .heading3 {
        font-size: 55px;
        line-height: 65px;
    }
    .btn-custom {
         
        padding: 5px 40px !important;
        font-size: 25px !important;
        margin-top: 15px;
    }
    .border-right {
        text-align:center;
    }
    .welcome {
        width:100%;
    }
    .logo { margin-top:0px !important;
    }
    .footer {
        text-align:center;
    }
}

.bottom-right1 {
 
    float: right;}

.img-con {
    height: 197px;
    width: 203px;
    margin: 0 auto;
}
 
.nav-item{ color: #1c1c1a !important;padding: 2px 0px !important;font-size: 14px;}
.margin-bottom-135{ margin-bottom:100px;}

.mobile-container{min-height: 300px; margin-bottom:100px; }
@media only screen and (min-device-width: 767px) and (max-device-width: 1023px) 
  and (orientation: portrait)    {
	  
	    .footer {
    background: #f6931e;
    color: #333;
    width: 100%;
    /* margin-top: 15px; */
    padding: 15px 0;
    position: static;
    bottom: 0;
	text-align:center;
	  
	  
  }
  
@media only screen and (min-device-width: 576px) 		 and (max-device-width: 668px) 
  and (orientation: portrait)    {
.mobile-container{
    max-width:100% !important;
}
}
