/*
Dark Blue: #12232E - (18,35,46)
Lighter Blue: #007CC7 - (0,124,199)
Lightest Blue: #4DA8DA - (77,168,218)
Shadow of Dark Blue: #203647
Shadow of Light Blue: #EEFBFB
*/


/*@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900italic,900);
html, body, html * {
  font-family: 'Roboto', sans-serif;
}*/
/* Ubuntu regular */

@font-face {
    /*font-family: 'Ubuntu', sans-serif;*/
    font-family: 'Roboto Condensed', sans-serif;
    src: url("fonts/RobotoCondensed-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}





body{
  font-family: 'Roboto Condensed', sans-serif;


}

p{
  font-size: 1.2rem;
}

h1, h3, nav, p
{
    font-family: "Roboto Condensed";
    font-weight: 400;
    font-style: normal;

}



.navbar-brand, .nav-link
{
    font-family: "Roboto Condensed";
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    letter-spacing: 0.8px;
    text-transform: uppercase;

    /*line-height:25px;*/
    /*border-radius: 20px;*/
}

.mylogo{
    
    height: 40px;

    /*padding: 0;*/


    /*height: auto;
    width: auto;*/
    /*max-height: 5px;
    max-width: 40px;
*/
}

#about, #services, #portfolio{
    scroll-margin-top: 2em;

}

#middle{
	background-color: #008B8B;	

}

.navbar-custom{
	/*background-color: #008B8B;*/
	background-color: #12232E;
}

/* change the brand text color */
.navbar-custom .navbar-brand{
	color: #ffffff;

}

/* change the menu text color */
.navbar-custom .nav-text { 
    color: #ffffff;
}

/* change the link color and add padding for height */
.navbar-custom .navbar-nav .nav-link{
    color: #ffffff;
    /*padding: 1rem 1rem;*/
}

/* change the color of active or hovered links */

.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    /* color: #007CC7; */
    border-bottom: 2px solid #4DA8DA;
    /*background-color:#ffffff;*/
   /* width: 50px;
    height: 50px;*/



}





/* ################### Toggler Icon: START ################### */

.custom-toggler .navbar-toggler-icon {
  /*background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(18,35,46, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); */
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,124,199, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border-color: rgb(0,124,199);
} 

.custom-toggler.navbar-toggler:hover,
.custom-toggler.navbar-toggler:focus {
    background-color: #ffffff;
}

/* ################### Toggler Icon: END ################### */




h1{
	color: #007CC7;
}

p{
  /*color: #008B8B;  */
}


.button {
  background-color: #007CC7;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border-radius: 50px;


}

.button a, .button a:hover{
  color: white;
  text-align: center;
  text-decoration: none;
 

}

.button:hover {
  background-color: #4DA8DA;
  text-decoration: none;
  color: white;
}

.button:focus {
  outline: none;
  box-shadow: none;
}

/* ########### services ################# */
/* ####################################### */

.container-fluid.services {
background-color: #12232E;


}

.services h3{
    color:white;
    text-align: center;

}

.services hr{
    width: 13%;
    align: center;
    color: white;
    background-color: white;
    border-radius: 5px;
    inset border: 2px solid white;
}
/* ########### services ################# */
/* ####################################### */


/* ########### accordion ################# */
/* ####################################### */
#accordion_left, #accordion_right
{
    font-family: 'Roboto Condensed';
}

#accordion_left .card-header, #accordion_right .card-header{
    background-color:#007CC7;
}
#accordion_left .card-header h5, #accordion_right .card-header h5{
    color:#ffffff;
	text-align:left;

}

#accordion_left .card-header:hover, #accordion_right .card-header:hover{
    color:#27AE60;
	background-color: #12232E;
}
/* ########### accordion ################# */
/* ####################################### */

/* ########### services ################# */
/* ####################################### */

.container-fluid.our-services {
    background-color: #ffffff;
}

.our-services h3{
    text-align: center;
    color:#007CC7;

}

.our-services hr{
    width: 18%;
    align: center;
    color: #007CC7;
    background-color: #007CC7;
    border-radius: 5px;
    inset; border: 2px solid #007CC7;
}

.our-services-tbl{
    color:#ffffff;
    font-family: "Roboto Condensed";
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}
/* Get in touch */

#getintouch{
    scroll-margin-top: 6em;
}

/* FOOTER */

footer, .copyright{
    font-family: "Roboto Condensed";
    font-weight: 400;
    font-style: normal;
}

/* FOOTER */
footer.container-fluid{
	text-align: center;
	/*background-color:#4DA8DA;*/
	background-color: #007CC7;
	color: #ffffff;
}

.copyright{
	text-align:center;
	color:#ffffff;
	background-color:#12232E;
	
}
.copyright a{
    text-decoration:none;
    color:#ffffff;
}

.copyright a:hover{
    color:#4DA8DA;
    text-decoration:none;

}


  

#portfolio .container-fluid, #portfolio .container-sm, #portfolio .container-md, #portfolio .container-lg, #portfolio .container-xl {
  max-width: 1920px;
}
#portfolio .container-fluid .portfolio-box, #portfolio .container-sm .portfolio-box, #portfolio .container-md .portfolio-box, #portfolio .container-lg .portfolio-box, #portfolio .container-xl .portfolio-box {
  position: relative;
  display: block;
}
#portfolio .container-fluid .portfolio-box .portfolio-box-caption, #portfolio .container-sm .portfolio-box .portfolio-box-caption, #portfolio .container-md .portfolio-box .portfolio-box-caption, #portfolio .container-lg .portfolio-box .portfolio-box-caption, #portfolio .container-xl .portfolio-box .portfolio-box-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(18,35,46, 0.9);
  transition: opacity 0.25s ease;
  text-align: center;
}
#portfolio .container-fluid .portfolio-box .portfolio-box-caption .project-category, #portfolio .container-sm .portfolio-box .portfolio-box-caption .project-category, #portfolio .container-md .portfolio-box .portfolio-box-caption .project-category, #portfolio .container-lg .portfolio-box .portfolio-box-caption .project-category, #portfolio .container-xl .portfolio-box .portfolio-box-caption .project-category {
  font-family: "Roboto Condensed";
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
}
#portfolio .container-fluid .portfolio-box .portfolio-box-caption .project-name, #portfolio .container-sm .portfolio-box .portfolio-box-caption .project-name, #portfolio .container-md .portfolio-box .portfolio-box-caption .project-name, #portfolio .container-lg .portfolio-box .portfolio-box-caption .project-name, #portfolio .container-xl .portfolio-box .portfolio-box-caption .project-name {
  font-size: 1.2rem;
}
#portfolio .container-fluid .portfolio-box:hover .portfolio-box-caption, #portfolio .container-sm .portfolio-box:hover .portfolio-box-caption, #portfolio .container-md .portfolio-box:hover .portfolio-box-caption, #portfolio .container-lg .portfolio-box:hover .portfolio-box-caption, #portfolio .container-xl .portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}



/* Social Media Icons */

ul.social {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

ul.social > li {
 display: inline;
 padding:10px;
}

ul.social > li > a {
  /*display: inline-block;*/
  display: inline-block;
  font-size: 35px;
  line-height: 52px;
  width: 50px;
  height: 50px;
  /*border-radius: 36px;*/
  border-radius: 50px;
  /*background-color: #229954;*/
  color: #ffffff;
  /*margin: 0 8px 8px 0;*/
}

ul.social > li > a:hover {
  text-decoration: none;
  background-color: #4DA8DA;
  border-radius: 30px;
}


.hrfooter{

    border: none;
    height: 2px;
    width:100px;

    color: #ffffff;
    background-color:#ffffff;

    /*border-radius: 2px;*/
    /*inset; border: 2px solid #12232E;*/
}

form{
    font-family: 'Roboto Condensed', sans-serif;
    color: #007CC7;
    font-size: 22px;
    font-color:#007CC7;

}

#contact hr + p{
    font-size: 18px;
}

.icon {
  padding: 8px;
  background: #007CC7;
  color: white;
  min-width: 50px;
  text-align: center;
}

form button .icon {
    background-color: transparent;
    padding: 0px;
}

#btnsend{
    border-radius: 0px;
    padding: 5px 17px 5px 0px;
}
input{
    color: #007CC7;
}


footer .row div{
  /*border: 1px solid lightgrey;*/
  border-left: 1px solid lightgrey;

}

#map-container{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
	box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
}

#map-container iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.social a:hover{
    transform: scale(1.2); 
}
