@font-face {
	font-family: "nevis";
	src: url("../fonts/nevis-Bold.woff2") format("woff2"),
		url("../fonts/nevis-Bold.woff") format("woff"),
		url("../fonts/nevis-Bold.ttf") format("truetype"),
		url("../fonts/nevis-Bold.svg#nevis") format("svg");
}

.font-1 {
    font-family: 'nevis';
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'nevis';
}

/* carousel slider */

.carousel {
    position: relative;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.64);
    /*margin-top: 26px;*/
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-open:checked+.carousel-item {
    position: static;
    opacity: 100;
}

.carousel-item {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
}

.content-hero {
    padding-top: 25%;
}

.carousel-item img {
    display: block;
    max-width: 100%;
    height: auto;
    /*opacity: 0.8;*/
}

.carousel-control {
    background: rgba(0, 0, 0, 0.28);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 40px;
    height: 40px;
    line-height: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    cursor: pointer;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    width: 40px;
    z-index: 10;
}

.carousel-control.prev {
    left: 2%;
}

.carousel-control.next {
    right: 2%;
}

.carousel-control:hover {
    background: rgba(0, 0, 0, 0.8);
    color: #aaaaaa;
}

#carousel-1:checked~.control-1,
#carousel-2:checked~.control-2,
#carousel-3:checked~.control-3,
#carousel-4:checked~.control-4,
#carousel-5:checked~.control-5 {
    display: block;
}

.carousel-indicators {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}

.carousel-indicators li {
    display: inline-block;
    margin: 0 5px;
}

.carousel-bullet {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 35px;
}

.carousel-bullet:hover {
    color: #aaaaaa;
}

#carousel-1:checked~.control-1~.carousel-indicators li:nth-child(1) .carousel-bullet,
#carousel-2:checked~.control-2~.carousel-indicators li:nth-child(2) .carousel-bullet,
#carousel-3:checked~.control-3~.carousel-indicators li:nth-child(3) .carousel-bullet,
#carousel-4:checked~.control-4~.carousel-indicators li:nth-child(4) .carousel-bullet,
#carousel-5:checked~.control-5~.carousel-indicators li:nth-child(5) .carousel-bullet {
    color: #222222;
}

.banner-img-01 {
    background-image: url(../images/slider/home-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}

.banner-img-02 {
    background-image: url(../images/slider/home-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}

.banner-img-03 {
    background-image: url(../images/slider/home-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}

.who-we-are-section {
    background-color: #394A58;
}

@media screen and (min-device-width: 1600px) and (max-device-width: 2700px) 
{
    .content-hero {
        padding-top: 15%;
    }
}

@media screen and (min-device-width: 441px) and (max-device-width: 768px) 
{
    
}

@media screen and (min-device-width: 769px) and (max-device-width: 1024px) 
{
    
}	

@media screen and (min-device-width: 320px) and (max-device-width: 440px) 
{
	.credits {
        text-align: center;
    }
    .powered_by {
        margin-right: 55px;
    }
}

@media screen and (min-device-width: 1025px) and (max-device-width: 1319px) 
{
	.credits {
        text-align: center;
    }
}

@media screen and (min-device-width: 320px) and (max-device-width: 767px) 
{
    .top-navigation {
        display: none;
    }
}

.mannai-img {
    width: 130px;
}

.about-bg {
    background: url(../images/about-1.jpg);
    color: white;
    height: 190px;
    background-size: cover;
    background-position: center;
}

.services-bg {
    background: url(../images/about-2.jpg);
    color: white;
    height: 190px;
    background-size: cover;
    background-position: center;
}

.contact-bg {
    background: url(../images/clients.jpeg);
    color: white;
    height: 240px;
    background-size: cover;
    background-position: center;
}

.sectors-bg {
    background: url(../images/bg-sectors.jpg);
    color: white;
    height: 190px;
    background-size: cover;
    background-position: center;
}

.privacy-bg {
    background: url(../images/privacy_policy.jpg);
    color: white;
    height: 190px;
    background-size: cover;
    background-position: center;
}

.content-section h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 5px;
    background: #000000;
    left: calc(50% - 25px);
    margin-top: 15px;
}

.content-section-white h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 5px;
    background: #ffffff;
    left: calc(50% - 25px);
    margin-top: 15px;
}

.content-sections h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 5px;
    background: #000000;
    left: calc(25px - 25px);
    margin-top: 15px;
}