html{
    overflow-x: hidden;
}
@font-face {
    font-family: AvenirNext;
    src: url(../fonts/AvenirNextCyr-Regular.woff);
}
@font-face {
    font-family: AvenirNext;
    src: url(../fonts/AvenirNextCyr-Bold.woff);
    font-weight: bold;
}
body{
    font-family: "AvenirNext" !important;
}
nav.navbar {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: transparent !important;
    z-index: 999;
}
.banner-home {
    height: 120vh;
    overflow: hidden;
    position: relative;
}
.navbar > .container {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}
.navbar-nav .nav-link {
    padding-right: 20px !important;
    color: #fff;
}  
.navbar-nav .nav-link.active {
    font-weight: bold;
    color: #fff !important;
}  
a.navbar-brand {
    padding-right: 30px;
}
.bh-slides {
    position: relative;
    text-align: center;
}
.slider-text {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    z-index: 99;
    width: 30%;
    color: #fff;
}
.bh-slides::after {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.banner-home::after {
    content: '';
    background: url('../img/border-bottom.svg') no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 0;
    background-size: 100%;
    background-position: bottom;
    z-index: 999999;
    pointer-events: none;
}
.inner-banner{
    position: relative;
    width: 100%;
    height: 700px;
    background: url('../img/inner-page-image.jpg');
    background-size: cover;
}
.inner-banner::before {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.inner-banner::after {
    content: '';
    background: url('../img/inner-vector.svg') no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 0;
    background-size: 100%;
    background-position: bottom;
    z-index: 99;
    pointer-events: none;
}
.inner-banner .container{
    position: relative;
    height: 100%;
}
.inner-banner .inner-page-head{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}
/*.redcol{color: #E71D31;}*/
.redcol {
    color: #f6323e;
}
.inner-banner .inner-page-head h3{font-size: 40px;}
section.abt-neg {
    padding: 120px 0;
    position: relative;
}
.abt-neg::after {
    content: "";
    width: 30%;
    height: 70%;
    position: absolute;
    left: -150px;
    bottom: 0px;
    background: url(../img/grey_logo.svg) no-repeat;
    background-size: 100%;
    z-index: 0;
}
.abt-neg .container{
    position: relative;
    z-index: 1;
}
.img-side {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.img-side img {
    width: 60%;
}
.exmgt-box{
    position: relative;    
    z-index: 9;
    text-align: center;
}
.exmgt-box::after {
    content: "";
    width: 100px;
    height: 150px;
    position: absolute;
    left: 5px;
    bottom: 42px;
    background: url(../img/red_vector.svg) no-repeat;
    background-size: 100%;
}
.txt-side p {
    font-size: 18px;
}
section.news {
    padding: 100px 0;
}
.newstxt h4 {
    font-size: 18px;
    font-weight: bold;
}
.btn.btn-primary{
    background: #f6323e;
    border-color: #f6323e;
    transition-duration: 0.5s;
    padding: 8px 20px;
    display: inline-flex;
}
.btn.btn-primary img{
    margin-left: 10px;
}
.btn.btn-primary:hover,.btn.btn-primary:focus{
    background: rgb(231 29 49 / 75%)  !important;
    border-color: #f6323e !important;
    transition-duration: 0.5s;
}
section.ex-mgt {
    background: #F8F8F8;
    padding-top: 75px;
    padding-bottom: 100px;
}
.ex-mgt .container {
    position: relative;
}
.ex-mgt .container::after {
    content: "";
    width: 100%;
    height: 360px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: url(../img/white_vector.svg) no-repeat;
    background-size: 100%;
    z-index: 0;
}
.exmgt-box img {
    width: 80%;
    border-radius: 10px;
}
.mgt-bot {
    text-align: center;
}
.newsbox img {
    width: 100%;
}
.banner ul.slick-dots {
    position: absolute;
    top: 40%;
    right: 25px;
    list-style: none;
    transform: translateY(-40%);
}
.banner ul.slick-dots li button {
    background: none;
    color: #fff;
    border: none;
    font-size: 20px;
    opacity: 0.5;
}
.banner ul.slick-dots li {
    text-align: center;
}
.banner ul.slick-dots li.slick-active button {
    font-size: 30px;
    opacity: 1;
}

.newsbox {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition-duration: 0.5s;
}

.newstxt {
    position: absolute;
    bottom: 40px;
    width: 100%;
    color: #fff;
    padding: 20px;
    height: 110px;
    overflow: hidden;
    z-index: 9;
    transition-duration: 0.5s;
}

.news a img {
    width: 10px !important;
}


section.banner {
    padding: 0px;
}
section h2 {
    font-weight: bold;
    color: red;
    text-align: center;
    margin-bottom: 40px;
}
.txt-side h3 {
    font-weight: bold;
    font-size: 36px;
}
.mgt-bot h4 {
    font-weight: bold;
    margin-top: 20px;
}
.newsbox::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%,-50%);
    background: url(../img/after-news.svg) no-repeat;
    background-size: 100%;
    background-position: bottom;
    z-index: 0;
    transition-duration:0.5s;
}
.newsbox::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%,-50%);
    background: url(../img/before-news.svg) no-repeat;
    background-size: 100%;
    background-position: bottom;
    z-index: 0;
    transition-duration:0.5s;
}
.newsbox:hover.newsbox::before{
    top: 50%;
}
.newsbox:hover.newsbox::after{
    top: 50%;
}
.newsbox:hover .newstxt{
    height: 230px;
}
.newstxt p{
    font-size: 14px;
}
.newstxt .btn.btn-primary{
    background: none !important;
    border: none !important;
    padding: 0;
}
footer{
    background: #000;
    padding: 50px 0;
    padding-bottom: 25px;
}
footer ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
footer ul li{
    width: 50%;
    margin-bottom: 10px;
}
footer ul li a{
    color: #fff;
    text-decoration: none;
}
footer h3 {
    color: #f6323e;
    font-weight: bold;
    font-size: 20px;
}
footer p {
    color: #fff;
    margin: 0;
}
ul.socio-ul{
    align-items: center;
}
ul.socio-ul li{
    width: auto;
    margin-right: 20px;
}
footer iframe{
    border-radius: 5px;
}
footer .copy{
    border-top: 1px solid #fff;
    text-align: center;
}
footer .copy p{
    padding-top: 10px;
}
.slidam img {
    width: 100%;
    border-radius: 10px;
}
.slidam.small img {
    width: 92%;
    margin: auto;
}
.slideranim .slick-track {
    display: flex;
  }
  .slideranim  .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
  }
section.vismis {
    padding: 100px 0;
    text-align: center;
}
section.vismis h3{
    font-weight: bold;
    color: red;
    text-align: center;
    margin: 25px 0;
}
section.vismis p{
    width: 75%;
    margin: auto;
}
section.vismis .container{
    position: relative;
}
section.vismis .container::after {
    content: "";
    width: 100%;
    height: 360px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: url(../img/visbg.svg) no-repeat;
    background-size: 100%;
    z-index: 0;
}
section.our-team {
    padding-top: 50px;
    background: #F8F8F8;
    padding-bottom: 100px;
}
.lines {
    width: 75%;
    height: 55px;
    background: url(../img/lines.svg) no-repeat;
    background-size: 100%;
    margin: auto;
}
.gov1 {
    position: absolute;
    width: 80%;
    height: 80%;
    object-fit: cover;
    top: 0;
    right: 0;
    border-radius: 10px;
}
.gov2 {
    position: absolute;
    width: 60%;
    height: 60%;
    object-fit: cover;
    bottom: 0;
    left: 0;
    border-radius: 10px;
}
.img2sec{
    position: relative;
    width: 100%;
    height: 100%;
}
.prof-pics{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.prslides {
    height: 550px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.prslides::after {
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 1), transparent);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.prslides img.pr-main{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}
.prslidestxt {
    position: absolute;
    bottom: 25px;
    left: 35px;
    width: 90%;
    color: #fff;
    z-index: 9;
}
.prslidestxt h4{
    font-size: 18px;
    font-weight: bold;
}
.projectslider .slick-slide {
    margin: 0 10px;
}
.projectslider .slick-list {
    margin: 0 -10px;
    padding: 0 20% 0 0 ;
}
section.ourprojects {
    background: #F8F8F8;
    padding-top: 60px;
    padding-bottom: 100px;
}
.projectslider button.slick-prev.slick-arrow {
    position: absolute;
    bottom: -70px;
    width: 48px;
    height:49px;
    background:url(../img/left-arrow-red.svg) no-repeat;
    background-size:100%;
    font-size:0px;
    border:none;
    left: 0;
}
.projectslider button.slick-next.slick-arrow {
    position: absolute;
    bottom: -70px;
    width: 48px;
    height:49px;
    background:url(../img/right-arrow-red.svg) no-repeat;
    background-size:100%;
    font-size:0px;
    border:none;
    left: 60px;
}
.projectslider button.slick-prev.slick-arrow.slick-disabled {
    filter: grayscale(1);
}
section.ourprojects h2{
    text-align: left;
    color: #000;
}
.clslider .slick-list {
    margin: 0 -10px;
    padding: 0 20% 0 0 ;
}
.clslider img{
    width: 100%;
}
.clslider .slick-slide {
    margin: 0 20px;
}
.clslider .slick-list {
    margin: 0 -20px;
    padding: 0 10% 0 0 ;
}
section.clients h2{
    text-align: center;
    color: #000;
}
section.clients{
    padding: 70px 0;
}
.headsrch{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 50px;
}
.headsrch .searchbr{
    display: flex;
    align-items: center;
}
.headsrch .searchbr input{
    margin-right: 10px;
}
.newstxt img{
    width: auto;
}
.btn.btn-primary.btn-paging{
    padding: 8px 12px;    
    margin: 0 10px;
}
.btn.btn-primary.btn-paging img{
    margin: 0px;
}
.btn.btn-primary.btn-paging.prev img{
    transform: scale(-1);
}
.btn.btn-primary.btn-paging.prev {
    background: #787878;
    border-color: #787878;
}
.pagination {
    width: 100%;
    text-align: center;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #575757;
}
.rightpt {
    display: flex;
    align-items: center;
}
.rightpt h4{
    margin: 0;
    font-size: 20px;
    padding: 0 10px;
}
.rep-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 10px;
}
.abt-neg iframe{
    border-radius: 10px;
    margin-top: 25px;
}
.contactsec h4{
    font-weight: bold;
    color: #f6323e;
    font-size: 20px;
}
.contactsec ul{
    padding: 0;
    list-style: none;
}
.contactsec ul img{
    padding-right: 15px;
}
.contactsec ul li{
    margin-bottom: 10px;
}
.contactsec p{
    margin: 0;
} 
.contact-box {
    width: 100%;
    height: 100%;
    padding: 20px;
    text-align: center;
    border: 1px solid #DBDBDB;
    border-radius: 10px;
    box-shadow: 1px 1px 10px rgb(231 29 49 / 17%);
}
.contact-box h3{
    color: #f6323e;
    margin: 30px 0;
}
.contact-box input{
    padding: 15px;
    margin-bottom: 25px;
}
.contact-box textarea{
    padding: 15px;
    margin-bottom: 25px;
}
.contact-box .btn.btn-primary{
    padding:10px 60px;
}
ul.dropdown-menu.show {
    display: flex;
}
.album-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.album-box {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    height: 400px;
    display: block;
}
.album-box::after {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.album-head {
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 1;
    display: flex;
    align-items: center;
    color: #fff;
}
.album-head img {
    width: 35px;
    margin-right: 10px;
}
.album-slider .slick-slide img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.album-slides {
    padding: 40px;
}

.album-slider button.slick-prev.slick-arrow {
    position: absolute;
    bottom: 20px;
    width: 48px;
    height:49px;
    background:url(../img/left-arrow-red.svg) no-repeat;
    background-size:100%;
    font-size:0px;
    border:none;
    left: 45%;
    transform: translateX(-50%);
    z-index: 99;
}
.album-slider button.slick-next.slick-arrow {
    position: absolute;
    bottom: 20px;
    width: 48px;
    height:49px;
    background:url(../img/right-arrow-red.svg) no-repeat;
    background-size:100%;
    font-size:0px;
    border:none;
    left: 55%;
    transform: translateX(-50%);
    z-index: 99;
}


@media (max-width:767px){
    button.navbar-toggler {
        filter: brightness(0) invert(1);
    }
    .slider-text{
        width: 65%;
    }
    .img-side{
        margin-bottom: 50px;
    }
    .exmgt-box{
        margin-bottom: 50px;
    }
    .footerlogo.w-100{
        width: 200px !important;
        margin: auto;
        margin-bottom: 25px;
    }
    .navbar-collapse {
        background: #000;
        padding: 20px;
    }
    .inner-banner .inner-page-head h3 {
        padding-left: 25px;
    }
    .lines{
        display: none;
    }
    .album-slider .slick-slide img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
    .album-slides {
        padding: 15px;
    }
    .img2sec {
        position: relative;
        width: 100%;
        height: 300px;
    }
    .prof-pics{
        margin-bottom: 50px;
    }
    .headsrch{
        flex-direction: column;
    }
    .rep-box {
        flex-direction: column;
        align-items: start;
    }
    .leftpt {
        margin-top: 20px;
    }
    
}