@charset "utf-8";
/* CSS Document */
html {
    font-family: 'Roboto', sans-serif; 
}

* {
    box-sizing: border-box;
}
.justify{
  text-align: justify;
  text-justify: inter-word;
}


body {
    margin: 0 auto;
    max-width: 100%;
    
}

.justify1 {
	text-align: justify;
}

#logo {
    width: 336px;
    height: 107px;
    margin-left: 20px;
    margin-top: 10px;
}



#nav {
    display: block;
    position: absolute;
    top: 20px;
    right: 50px;
    
}

#nav li {
    list-style: none;
    display: inline-block;
    padding: 10px;
    border-bottom: solid medium #005AA0;
    margin: 0 10px 0 10px;
    
}

/*
#nav li:first-child:hover {
    border-bottom: solid medium #005AA0;
}
*/

#nav li:hover {
    border-bottom: none;
	font-weight: bold;  
}

#nav a {
    text-decoration: none;
    color: #005AA0;
    font-size: 14px;
}

a:link{
    color: black;
}

a:visited {
    color: purple;
}




#mobilenav {
    display: none
}

#currentPage {
    background-color: #005AA0;
    padding: 10px 25px 10px 25px;
    display: block;
	width: 90px;
	text-align: center;
	border-bottom: solid medium #005AA0;
	font-weight: bold;
}

#currentPage a {
	color: white;
	
}

/*
#currentPage:hover {
    border-bottom: solid thick #005AA0;
	font-weight: 100;
}
*/


/*
#nav li:first-child a {
    color: white;
}
*/



.serviceEco {
    -webkit-text-stroke:2px black !important;
    font-weight: bold !important;
    
}



#secondSection {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

#container {
    font-weight: 500;
    font-size: 26px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 1300px;
}

#contact {
    width: 40%;
    margin: 0 auto;
}

#contact > p {
    text-align: center;
}

#mobile_phone {
    display: none;
}

#content1 {
    font-weight: 500;
    font-size: 26px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 1300px;
}

#aboutContent {
	 font-weight: 500;
    font-size: 26px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 1300px;
}

#content1 li {
    padding: 0 0 10px 0;
}



.card-title {
    text-align: center;
    font-weight: bold;
    color: #005AA0;
}

.content2 {
    margin-top: 70px;
    margin-bottom: 70px;
    margin-left: 40px;
    margin-right: 40px;
}

.card-title {
	height: 40px;
}

.card-text {
    
    display: block;
    text-align: justify;    
    margin-left: 30px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
    height: auto;
	width: 90%;
}

.card {
    height: auto;
/*    position: absolute;*/
}

.btn-primary {
    background-color: #228020 !important;
    border: #228020 !important;
}

.btn {
/*
	position: relative;
	bottom: -70px;
*/
	display: inline-block;
	margin-top: 25px;
}



footer {
    display: block;
    width: 100%;
    height: 170px;
    background-color: #AFAFAF;
/*    position: relative;*/
    
    position: absolute;
}

#footerLogo {
    margin-top: 30px;
    margin-left: 30px;
    float: left;
    
}


footer p {
    color: white;
    font-size: 24px;
    line-height: 45px;
    display: block;
    margin-top: 20px;
/*
    position: absolute;
    right: 90px;
    bottom: -15px;
    width: 420px;
*/
    float: right;
    margin-right: 90px;
    
}

.modal-xl{
    width: 90% !important;
}
.modal-backdrop {
    background-color: #005AA0 !important ;
    opacity: 1 !important;
}

.modal-body {
	margin-left: 50px !important;
	margin-right: 50px !important;
	text-align: justify;
}

.text-blue{
     color: #005AA0 !important;
	font-weight: bold !important;
}

@media screen and ( max-width : 800px ){

    .justify{
      text-align: left;
    }

	#firstPara {
		text-align:justify !important;
	}
	
	#aboutContent {
		text-align:justify !important;
	}
    
    body{
        width: 100%;
        position: absolute;
    }
	
	.modal-body {
		margin-left: auto!important;
		margin-right: auto!important;
		text-align: left!important
	}
    
	
    #currentPage {
        text-decoration: underline;
		background-color: transparent;
        margin:0;
		padding: 0;
    
    }
	
    #container {
        width: 100%;
        padding: 0;
       
    }
   
    #contact {
        width: 100%;
        margin: 0;
    }
	

    #phone {
        display: none;
    }

    #mobile_phone {
        display: block;
    }
    
    #firstSection {
        width: 100%;
        margin-top: 10px;
        background-image: url("../img/Home_mobile.jpg");
        background-repeat: no-repeat;
        background-position: center bottom 88%;
        background-size: cover;
        display: block;
    }
	
	
	#firstSection2 {
        width: 100%;
        margin-top: 10px;
        background-image: url("../img/Sectors.JPG");
        background-repeat: no-repeat;
        background-position: left bottom 88%;
        background-size: cover;
/*        display: none;*/
    }
	
	
    
    #logo {
        display: block;
        width: 266px;
        height: 80px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
    }
    
    
    #nav {
        position: absolute;
        top: 150px;
        left: 0;
        z-index: 1;
        background-color: rgba(0,0,0,0.65);
        height: auto;
    }
    
    #nav li {
        padding: 10px 0;
        display: block;
        border: none;
        background-color: none;
        float: left; 
        clear: left; 
        
    }
	#nav ul {
		margin: 0;
		padding: 5px;
	}
	
	#nav ul li {
		margin-left: 10px;
		margin-bottom: 10px;
		padding: 10px;
		width: auto;
	}
	#nav .current-menu-item {
		text-decoration: underline;
		background-color: transparent;
	}
	#nav .current-menu-item a {
	    color: #0AACF8!important;
	}
    #nav li:first-child {
        background-color: none;
        padding: 10px;

    }

    #nav li a {
        color: #0AACF8;
        font-weight: bold;
        font-size: 24px;
    }
    
    
    #nav li:first-child a {
        color: #0AACF8;
        background-color: none !important;
    }
    
    #nav {
        display: none;
    }
    
    #mobilenav {
        display: block;
        
    }
    
    
    #navtoggle {
        color: #005AA0;
        text-decoration: none;
        font-size: 35px;
        margin-left: 20px;
        padding: 0;
        
    }
    .card-title {
		height: auto;
	}
	
	
    .card-text {
        height: auto;
        text-align: center;
		margin: auto auto 20px auto;
    }
    
    .card {
        height: auto;
		margin: auto;
    }

    
    
/*
    .pageHeading {
        color: white;
        font-size: 36px;
        text-align: center;
        text-shadow: 10px 10px #333222;
        padding-top: 50px;
        display: block;
        vertical-align: middle;
    }
*/
	
	.pageHeading2 {
        color: white;
        font-size: 36px;
        text-align: center;
        text-shadow: 10px 10px #333222;
        padding-top: 50px;
        display: block;
        vertical-align: middle;
		margin-left: auto;
		margin-right: auto;
    }
	
	
	
	.btn {
		margin: auto;
	}
    
    #content1 {
        width: 100%;
        padding: 0 50px;
        
    }
	
	#aboutContent {
		width: 100%;
      padding: 0 50px;
	}
    
   

    
    #footerLogo {
        display: none;
        float: none;
    }
    

    footer p {
        padding-top: 5px;
        font-size: 24px;
        float: none;
        text-align: center;
        width: 100%;
    }
}


.current-menu-item {
    background-color: #005AA0;
    padding: 10px 25px 10px 25px;
    display: block;
	width: 90px;
	text-align: center;
	border-bottom: solid medium #005AA0;
	font-weight: bold;
}

.current-menu-item a {
	color: #fff!important;
}

