﻿ * {
           box-sizing: border-box;
  }

html,
body {
    height: 100%;
    background-image: url(../Images/background.jpg);
    background-repeat: repeat;
}

 .formclass{

    width:50%;
    float:left;
    padding:1px 20px;
    margin-top:20px;

    }

  .formclass1{

    width:100%;
    float:left;
    padding:1px 20px;
    margin-top:20px;

    }

  .plsfill{

  font-size:20px;
  color: red;

  }

.form-control{
     
    border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: lightgray;
    color:black;
 
}



.frontuse {

    width: 350px;
    margin: 0 auto; 
    box-shadow: 5px 10px 5px grey; 
    padding: 20px; 
    border-radius: 15px;
    background-color:white;
}



.lowborder{ 
 
    border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
       color:black; 
}

.lowborder1{ 
 
    border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-bottom:30px;
    color:black; 
}


.sideborder{ 
 
    border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FF8A8A;
    color:black; 
}

img{
   
  max-width: 100%;


}

.dcenter {
                max-width: 1176px;
                box-shadow: 0px 10px 5px grey;
                background-color:white;
                margin: 0 auto;
                top: 0;
                padding-bottom: 50px;
                margin-bottom: 50px;
               
            }
			
			
.containbac{
	
	box-shadow: 5px 10px 5px grey; 
	padding: 10px; 
	border-radius: 15px;
    border: thin solid grey;
	margin-top:10px;
	margin-bottom:50px;
	background-color: #FFffff;
	opacity:0.9;
	
}
 
#cusbac1{
			
	        
            		
			
  }
			 
  
  
  
  .cusbac{
			background-image: url(../Images/background.jpg);
		    background-repeat: no-repeat;
			background-size:  cover;
			height: auto;
			background-color: #ffffff;
			bottom: 0px;
			top:110px;
			position: fixed;
			width:100%	
  }
			


.footerx{
			bottom: 0px;
			position: fixed;
			height: 30px;
			width: 100%;
			background-color: #253B50;
			z-index: 1000;
  }

.footer1{
			color: #ffffff;
			padding: 1px;
			background-color: #253B50;
			margin-right: auto;
			vertical-align: middle;
			margin-left: auto;
			text-align: center;

 }

.topsidemenu {
    margin-top: 2px;
    text-align: center;
    padding: 5px;
   
    
}



.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
     display: block;
    margin: auto;
    width: 100%;

  }



 .nav {
    width: 100%; /* Set a width if you like */
}

.nav a {
    background-color: #253B50; /* Grey background color */
    color: white; /* Black text color */
    display: block; /* Make the links appear below each other */
    padding: 10px; /* Add some padding */
    text-decoration: none; /* Remove underline from links */
    margin:5px;
}

.nav a:hover {
    background-color: #ffffff; /* Dark grey background on mouse-over */
    color: black; 
}

.nav a:active {
    background-color: #FF3300; /* Dark grey background on mouse-over */
    color: black; 
}


.nav1 {
    width: 100%; /* Set a width if you like */
}

.nav1 a {
    background-color: #FF3300; /* Grey background color */
    color: white; /* Black text color */
    display: block; /* Make the links appear below each other */
    padding: 10px; /* Add some padding */
    text-decoration: none; /* Remove underline from links */
    margin:5px;
}

.nav1 a:hover {
    background-color: #ffffff; /* Dark grey background on mouse-over */
    color: black; 
}




 /*///////*/
.col-container {
    display: flex;
    width: 100%;
}
.col {
    flex: 1;
    padding: 16px;
}


 .tosizedown {
      
        width: 50%;
		font-size: 22px;
		text-align:left;
		margin: 0 auto;
		color: #253B50;
       
}


/* Hidden by default */

.modal1 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal1-content {
    background-color: #fefefe;
    margin: 8% auto; /* 15% from the top and centered */
    padding: 0px;
    border: 1px solid #888;
    width: 60%; /* Could be more or less, depending on screen size */
    border-radius: 15px;
}

/* The Close Button */
.close1 {
    color: red;
    float: right;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}

    .close1:hover,
    .close1:focus {
        color: darkred;
        text-decoration: none;
        cursor: pointer;
    }

.modal1-header {
    padding: 2px 10px;
    background-color: cornflowerblue;
    color: white;
}

/* Modal Body */
.moda1l-body {
    padding: 5px 10px;
}




@media only screen and (max-width: 600px) {
    .modal1-content {
        background-color: #fefefe;
        margin: 10% auto; /* 15% from the top and centered */
        padding: 0px;
        border: 1px solid #888;
        width: 60%; /* Could be more or less, depending on screen size */
        border-radius: 15px;
    }


    .modal1-content {
        background-color: #fefefe;
        margin: 10% auto; /* 15% from the top and centered */
        padding: 0px;
        border: 1px solid #888;
        width: 99%; /* Could be more or less, depending on screen size */
        border-radius: 15px;
    }


    .topsidemenu {
       margin-left:50px;
      
    }

.dcenter {
                max-width: 100%;

            }

.formclass{

       width:100%;
    }
	
img{
   
  max-width: 80%;

}

.frontuse {
        width: 100%;
}


    .cusbac {
        width: 100%;            
        top: 110px;
        position: static;
       
    }


    .footerx {
        position: static;
        bottom: 0px;       
        height: 30px;
        width: 100%;
        background-color: #253B50;
        z-index: 1000;
    }
	
	 .tosizedown {
      
        width: 100%;
		text-align:center;
       
    }


}