body{
    background-color: #181818;
}

.background-style-right{
    background: url('../img/backgroundStyleRight.png') no-repeat content-box right center;
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 25%;
    right: 0;
}

.background-style-left{
    background: url('../img/backgroundStyleLeft.png') no-repeat content-box left center;
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 25%;
    left: 0;
}

.main-content{
    padding-top: 2%;
}

.blackBackground{
    background-color: black;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.portfolioBB {
	overflow-y: scroll !important;
}

.logo{
    background: url('../img/logo.png') no-repeat content-box center;
    background-size: contain;
    width: 10%;
    height: 150px;
    margin: 0 auto;
}

.seclogo{
    background: url('../img/secLogo.png') no-repeat content-box center;
    background-size: contain;
    width: 10%;
    height: 150px;
    margin: 0 auto;
}

.menu{
    background: url('../img/menuIcon.png') no-repeat content-box center;
    height: 50px;
    cursor: pointer;
}

.search{
    background: url('../img/searchIcon.png') no-repeat content-box center;
    height: 50px;
    cursor: pointer;
}

.bottom-border{
    width: 80%;
    height: 150px;
    position: absolute;
    bottom: 0;
    border-right: 1px solid #FFFF;
    border-left: 1px solid #FFFF;
    border-top: 1px solid #FFFF;
}

.bottom-pic{
    height: 180px;

    -webkit-box-shadow: 0px 0px 26px 36px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 26px 36px rgba(0,0,0,1);
    box-shadow: 0px 0px 26px 36px rgba(0,0,0,1);
}

.bottom-pic-1{
    background: url('../img/bottomPic1.jpg') no-repeat border-box center;
    background-size: contain;
    border: 3px solid #202020;
    margin-top: -70px;
}
.bottom-pic-2{
    background: url('../img/bottomPic2.jpg') no-repeat border-box center;
    background-size: contain;
    border: 3px solid #202020;
    margin-top: -100px;
}
.bottom-pic-3{
    background: url('../img/bottomPic3.jpg') no-repeat border-box center;
    background-size: contain;
    border: 3px solid #202020;
    margin-top: -70px;
}

.search-box{
    padding-top: 15px;
    box-sizing: content-box;
}

.description-index{
	margin-top: 15px;
	color: #FFF;
}

.search-field{
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 10px 0px 0px 10px;
    padding-left: 25px;
}

.search-botton{
    height: 50px;
    background-color: #FFFF;
    float: right;
    border-radius: 0px 10px 10px 0px;
    cursor: pointer;
}

.search-botton div{
    background: url('../img/search.svg') no-repeat content-box center;
    background-size: contain;
    height: 70%;
    margin-top: 7px;
}

.menu-body{
    width: 300px;
    background-color: #FFFF;
    position: absolute;
    right: 15px;
    border-radius: 10px;
    display: none;
}

.close-button{
    width: 100%;
    height: 25px;
    padding: 15px;
    cursor: pointer;
}

.close-button div{
    background: url('../img/cancel.svg') no-repeat content-box center;
    background-size: contain;
    width: 25px;
    height: 25px;
}

.menu-body ul{
    margin: 40px auto;
    text-align: center;
    line-height: 35px;
}

.menu-body ul li a{
    text-decoration: none;
    color: #181818;
}

.menu-body ul li a.active{
    font-weight: bold;
    color: #27bb72;
}

.about-us{
    background-color: #FFFF;
    padding: 20px;
    margin: 20px;
    text-align: justify;
    font-size: 20px;
    line-height: 30px;
    border-radius: 10px;
    height: 60%;
    overflow: auto;
}

.contact-us{
    background-color: #FFFF;
    padding:20px;
    margin: 20px;
    border-radius: 10px;
    height: 60%;
    overflow: auto;
}

.contact-us .email-input,
.contact-us .name-input{
    display: block;
    margin-bottom: 15px;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    border: none;
    border-bottom: 1px solid #181818;
    border-radius: 10px;
}

.contact-us .message-input{
    display: block;
    margin-bottom: 15px;
    width: 100%;
    height: 100px;
    padding-left: 20px;
    border: none;
    border-bottom: 1px solid #181818;
    border-radius: 10px;
}

.contact-us .submit-button{
    background-color: #181818;
    color: #FFFF;
    padding: 10px;
    border: none;
}

.certificate{
	margin-top: 50px;
	height: 300px;
}

.certifErr{
	color: white;
	text-align: center;
	font-size: 25px;
}




/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
    .main-content{
        padding-top: 7%;
    }
    
    .search,
    .menu{
        -moz-transform: scale(0.6);
        -o-transform: scale(0.6);
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }

    .logo{
        height: 100px;
    }

    .bottom-border{
        height: 50px;
        border: none;
    }

    .bottom-pic{
        height: auto;

        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .bottom-pic-1,
    .bottom-pic-2,
    .bottom-pic-3{
        background-size: cover;
    }

    .search-box{
        padding-top: 100px;
    }
	
	.description-index{
		margin-top: 15px;
		color: #FFF;
	}

    .search-field{
        border-radius: 10px 10px 0px 0px;
    }

    .search-botton{
        float: right;
        border-radius: 0px 0px 10px 10px;
		color: #CCC;
    }

    .menu-body{
        width: 150px;
    }
 }

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { 
    .search,
    .menu{
        -moz-transform: scale(0.7);
        -o-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    .logo{
        margin-top: 15px;
        height: 50px;
    }

    .bottom-border{
        height: 70px;
    }
    .bottom-pic{
        background-size: cover;
        height: 70px;
        margin-top: -20px;

        -webkit-box-shadow: 0px 0px 26px 6px rgba(0,0,0,1);
        -moz-box-shadow: 0px 0px 26px 6px rgba(0,0,0,1);
        box-shadow: 0px 0px 26px 6px rgba(0,0,0,1);
    }

    .bottom-pic-2{
        margin-top: -35px;
    }

    .search-botton div{
        height: 100%;
        margin-top: 0px;
    }
 }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
    .search,
    .menu{
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    .logo{
        margin-top: 15px;
        height: 100px;
    }

    .search-box{
        padding-top: 150px;
    }

    .bottom-pic-1,
    .bottom-pic-2,
    .bottom-pic-3{
        background-size: cover;
    }
 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {  }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }