
.hide {
    display: none !important;
}
.show {
    display: block !important;
}

.imgbox{
    position: relative;
    display: block;
    width: 100%;
    height: 100px; /* default*/
    overflow: hidden;
}
.imgbox img{
    height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.zoomImage {
    transition: transform 0.3s ease-in-out;
}

.zoomImage:hover {
    transform: scale(1.1);
}

#banner{
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 600px;
    color: #fff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    text-align: center;
}
#banner h2{
    margin: 0;
    color: #fff;
}

.sec-title .title {
    font-size: 42px;
    font-weight: 700;
    line-height: 53px;
    color: #010d14;
    margin: 0;
}

.rs-about .sec-title .title{
    font-size: 28px;
    line-height: 38px;
}

#news-detail{

}

#news-detail .news_item{
    margin-bottom: 12px;
}
#news-detail .news_item .img{
    margin-right: 15px;
    width: 80%;
}
#news-detail .news_item .img img{
    height: 120px;
    width: 100%;
    object-fit: cover;
}
#news-detail .news_item h2{
    line-height: 22px;
    margin: 0;
}
#news-detail .news_item h2 a{
    display: block;
    font-size: 16px;
    line-height: 22px;
}
#news-detail .news_item .desc{
    line-height: 22px;
    font-size: 14px;
}

#panel-projects-main{

}

#panel-projects-main .box-project{
    margin-bottom: 15px;
}
#panel-projects-main .box-project .img{

}
#panel-projects-main .box-project .img img{
    width: 100%;
    height: 220px;
    object-fit: cover;
}
#panel-projects-main .box-project .title{
    line-height: 18px;
    margin: 0;
}
#panel-projects-main .box-project .title a{
    font-size: 14px;
}

#blog{}
#blog .blog-box{
    margin-bottom: 15px;
}
#blog .imgbox{ height: 220px;}
#blog .blog-box h3{
    line-height: 20px;
    margin: 15px 0;
}
#blog .blog-box h3 a{
    font-size: 16px;
}
#blog .desc{
    font-size: 14px;
    line-height: 22px;
}

.full-width-header .rs-header .menu-area .logo-area img {
    max-height: 82px;
}
.readon.more {
    background: #2e3796;
    padding: 17px 23px 17px 23px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 10px;
}
.readon.more:hover {
    background-color: #010D14;
    color: #ffffff;
}

.rs-slider.slider-style2 .slider .slider-item .slider-inner {
    padding: 200px 0;
    width: 60%;
}

.rs-slider.slider-style2 .slider .slider-item .slider-inner .content-part .sl-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    color: #010d14;
    margin: 0 0 15px;
}
.rs-services.services-style1 .services-slider .services-img {
    margin: 0px 0px 39px 0px;
    text-align: center;
}
.rs-services.services-style1 .services-slider .services-img a {
}
.rs-services.services-style1 .services-slider .services-img img {
    width: 80px;
    display: unset;
    margin: 0 auto;
}

.rs-services.services-style1 .services-slider .services-content .services-titles .title a {
    color: #010d14;
}
.rs-services.services-style1 .services-slider .services-content .services-titles .title a:hover {
    color: #ffcf01;
}

.rs-counter{
    background: url(../images/counter-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.rs-counter.counter-style1 .rs-counter-list {
    text-align: left;
    padding: 28px 35px 40px 35px;
    background: #2e37961F;
    clip-path: polygon(15% 0%, 100% 0, 100% 20%, 100% 74%, 85% 100%, 0 100%, 0% 80%, 0% 25%);
}
.rs-counter.counter-style1 .rs-counter-list .count-text .count-number {
    margin-bottom: 6px;
}
.rs-counter.counter-style1 .rs-counter-list .count-text .count-number .rs-count {
    font-size: 42px;
    line-height: 60px;
    font-weight: 700;
    color: #ffcf01;
}
.rs-counter.counter-style1 .rs-counter-list .count-text .count-number .prefix {
    font-size: 42px;
    line-height: 60px;
    font-weight: 700;
    color: #ffcf01;
}

.rs-project.project-style2 .project-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease;
}
.rs-project.project-style2 .project-item .imgbox{
    height: 280px;
}
.rs-project.project-style2 .project-item .project-content {
    opacity: 0;
    visibility: hidden;

}

.rs-project.project-style2 .project-item .project-content .project-inner {
    position: absolute;
    bottom: -50px;
    left: 0px;
    transition: all ease 700ms;
    background: #000000B3;
    padding: 30px;
}
.rs-project.project-style2 .project-item .project-content .project-inner .category {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    display: block;
    margin-bottom: 8px;
}
.rs-project.project-style2 .project-item .project-content .project-inner .category a {
    color: #ffffff;
}
.rs-project.project-style2 .project-item .project-content .project-inner .category a:hover {
    color: #ffcf01;
}
.rs-project.project-style2 .project-item .project-content .project-inner .title {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 5px;
}

.rs-project.project-style2 .project-item:hover .project-content {
    opacity: 1;
    visibility: visible;
}
.rs-project.project-style2 .project-item:hover .project-content .p-icon {
    right: 30px;
}
.rs-project.project-style2 .project-item:hover .project-content .project-inner {
    bottom: 0px;
}
.rs-project.project-style2 .project-item:hover:before {
    opacity: 0.9;
    visibility: visible;
}
.rs-project.project-style2 .rs-carousel .owl-dots {
    margin-top: 55px;
}

.sec-title .sub-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: #ed1e26;
    text-transform: uppercase;
    font-family: Roboto;
    margin: 0 0 10px;
    display: block;
}
.sec-title .sub-text img {
    position: relative;
    top: -2px;
    margin-right: 7px;
}

ul.check-lists2 li {
    padding-left: 32px;
    position: relative;
    margin-top: 12px;
    margin-bottom: 15px;
}
ul.check-lists2 li:before {
    content: "\f160";
    font-size: 8px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    background: #010d14;
    margin: 0;
    display: inline-block;
    font-family: uicons-regular-rounded !important;
    font-weight: 600;
    text-align: center;
    position: absolute;
    left: 0;
    top: 3px;
}

.services-btn .btn-text {
    position: relative;
    display: inline-block;
    color: #fff;
    transition: all ease .3s;
    padding: 7px 15px 7px 15px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #010d14;
}
.services-btn .btn-text:hover {
    color: #ffcf01;
}

.rs-footer.footer-main-home .footer-top p input[type="email"] {
    border: none;
    width: 100%;
    font-size: 16px;
    padding: 15px 20px;
    color: #fff;
    overflow: hidden;
    background: #333;
    margin-bottom: 20px;
}
.rs-footer.footer-main-home .footer-top p input[type="submit"] {
    position: relative;
    border: none;
    background: #033a94;
    color: #fff;
    padding: 16px 35px 16px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    transition: all 0.3s;
}
.rs-footer.footer-main-home .footer-top p input[type="submit"]:hover {
    background: #fff !important;
    color: #010d14;
}

.rs-project.project-style2 .project-item .project-content .project-inner .title a {
    color: #ffffff;
}
.rs-project.project-style2 .project-item .project-content .project-inner .title a:hover {
    color: #ffcf01;
}
.rs-project.project-style2 .project-item .project-content .p-icon {
    position: absolute;
    top: 40px;
    right: 0px;
    bottom: 20px;
    text-align: right;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #2e3796;
    color: #ffffff;
    border-radius: 50%;
    transition: all ease 800ms;
    z-index: 11;
}
.rs-project.project-style2 .project-item .project-content .p-icon a {
    display: block;
    color: #ffffff;
}

.rs-project.project-style2 .project-item .project-content .p-icon a i:before {
    position: relative;
    font-family: uicons-regular-rounded !important;
    color: #ffffff;
    font-size: 22px;
    top: 5px;
}

#scrollUp {
    text-align: center;
    bottom: 40px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 20px;
    z-index: 999;
    border-radius: 50px 50px 4px 4px;
}
#scrollUp i {
    height: 40px;
    font-size: 24px;
    width: 42px;
    border-radius: 0;
    color: #fff;
    line-height: 36px;
    transition: all 0.3s ease 0s;
    background: #010d14;
    margin-left: 2px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.04);
    display: block;
}
#scrollUp i:before {
    font-weight: 900;
}
#scrollUp i:hover {
    background: #333;
    color: #fff;
}