/* hero-slider css */

.hero-slider {
    margin-top: -102px;
}
.hsi-slide img {
    height: calc(100vh - 36px);
    object-fit: cover;
}
.hsi-slide {
    position: relative;
}
.hsi-content {
    background: rgba(14,14,14,0.9);
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 480px;
    height: 470px;
    padding: 40px;
    display: flex;
    align-items: center;
}
.hsi-ic h5 span {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.hsi-ic h3 {
    font-size: 36px;
    letter-spacing: 0px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 20px;
}
.hsi-ic p {
    font-size: 16px;
    /* line-height: 1.5; */
    color: #eee;
}

.slick-next {
    right: 19% !important;
    background: url(../../assets/img/arrow-btn.png) !important;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 999999;
    width: 60px  !important;
    height: 60px !important;
    top: 74% !important;
}
.slick-next:before {
    display: none;
}
.slick-prev {
    right: 23% !important;
    background: url(../../assets/img/arrow-btn.png) !important;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 999999;
    width: 60px  !important;
    height: 60px !important;
    top: 74% !important;
    left: unset !important;
    transform: translate(0, -50%) rotate(-180deg) !important;
}
.slick-prev:before {
    display: none;
}
/* quality section css */
.hq-inner {
    position: relative;
}
.hq-inner .inner {
    background-color: #0e141f;
}
section.h-quality {
    background: #111724;
    margin-top: -6px;
}
.hq-inner .inner:before {
    background-color: #0e141f;
}
.hq-inner .inner:before {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 100%;
    width: 100px;
    content: '';
}
.inner:after {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 100%;
    width: 100px;
    content: '';
}
.hq-inner .inner:after {
    background-color: #0e141f;
}
.hq-inner .shape span.shape1 {
    border-right-color: #ff7f0063;
}

.hq-inner span.shape1 {
    position: absolute;
    left: 0px;
    bottom: 100%;
    border-right: 20px solid #ff7f0063;
    border-top: 30px solid transparent;
}
.hq-inner .shape span.shape2 {
    border-left-color: #ff7f0063;
}
.hq-inner span.shape2 {
    position: absolute;
    left: 20px;
    bottom: 100%;
    border-left: 1150px solid #ff7f0063;
    border-top: 30px solid transparent;
}
.hq-inner ul.fn_cs_miniboxes  {
    list-style-type: none;
    margin: 0;
    margin-left: -30px;
    display: flex;
    padding: 0;
}
.hq-inner .hq-inner {
    position: relative;
}
.hq-inner ul.fn_cs_miniboxes li {
    width: 33.3333%;
    /* float: left; */
    padding-left: 30px;
    margin-bottom: 60px;
    margin-top: 60px;
}
.hq-inner .fn_cs_miniboxes .item {
    width: 100%;
    float: left;
    clear: both;
    height: 100%;
    position: relative;
    border: 10px solid #eee;
    padding: 105px 20px 35px 20px;
}
.fn_cs_miniboxes .item, .fn_cs_single_testimonial .inner {
    border-radius: 5px;
}
.hq-inner .item {
    border-color: #eee;
}
.hq-inner .item a {
    color: #eee;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    text-decoration: none;
}
.hq-inner .item h3 {
    color: #eee;
    margin: 0;
    padding: 0;
    font-size: 24px;
    margin-bottom: 18px;
}
.hq-inner .item p {
    color: #eee;
    margin: 0;
    padding: 0;
    letter-spacing: 0px;
    line-height: 27px;
}
.hq-inner .item .icon {
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    bottom: 32px;
    left: 50px;
    color: #eee;
    transition: all .3s ease;
}
.hq-inner .icon svg, .hq-inner .item .icon img {
    width: 15px;
    height: 15px;
    bottom: 0px;
    left: 0px;
    position: absolute;
}
.hq-inner .number_holder {
    background-color: #D24E1A;
    color: #eee;
}
.hq-inner .item .number_holder {
    border-bottom-left-radius: 5px;
}
.hq-inner .item .number_holder {
    position: absolute;
    width: 70px;
    height: 80px;
    left: 50px;
    top: -10px;
    font-size: 36px;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hq-inner .number_holder:after {
    border-top-color: rgba(210,78,26,0.4);
}
.hq-inner .item .number_holder:after {
    border-top: 70px solid rgba(210,78,26,0.4);
    content: '';
    position: absolute;
    left: 100%;
    top: 10px;
    border-right: 20px solid transparent;
    transition: all .3s ease;
}
.hq-inner span.icon svg {
    fill: #eee;
}
.hq-inner .item:hover .number_holder:after {
    border-right-width: 30px;
}
.hq-inner .item:hover .icon svg{
    fill: #FF7F00;
}

.hoi-1 {
    background: #111724;
}

.hoi1-inner {
    display: flex;
    align-items: center;
}
.hoi1-title h2 {
    font-size: 30px;
    text-transform: capitalize;
    color: #eee;
    margin-bottom: 0;
    font-weight: 400;
}
.hoi1-content p {
    position: relative;
    font-size: 16px;
    color: #bbb;
    letter-spacing: 0px;
    margin-left: 62px;
    min-height: 40px;
    display: flex;
    align-items: center;
}
.hoi1-content p:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background: rgba(255,255,255,.1);
    left: -30px;
}
.hoi-1 {
    padding: 55px 0;
}
.hoi-slide .item {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
}
.hoi-slide .item .img_holder{
    position: relative;
    z-index: 1;
}
.hoi-slide .item .img_holder img{
    position: relative;
    z-index: -5;
    opacity: 0;
}
.hoi-slide .item .abs_img{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.hoi-slide .item .img_holder:after {
    background-color: rgba(0,0,0,0.6);
}
.hoi-slide .item .img_holder:after {
    position: absolute;
    z-index: 10;
    content: '';
    left: 0px;
    top: 0px;
    right: 100%;
    bottom: 0px;
    background-color: rgba(0,0,0,0.6);
    transition: all .5s cubic-bezier(0.040, 0.630, 0.000, 0.965);
}
.hoi-slide .item .title{
    top: 0px;
    left: 0px;
    right: 0px;
    position: absolute;
    z-index: 10;
    padding: 45px 50px 100px 50px;
    background: rgba(0,0,0,0.6);
    background: -webkit-linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0));
    background: -o-linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0));
    background: -moz-linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0));
    background: linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0));
}
.hoi-slide .item .title h3 {
    max-width: 229px;
}
.hoi-slide .item .title h3{
    margin: 0;
    padding: 0;
    font-size: 30px;
    line-height: 1.1;
    max-width: 260px;
}
.hoi-slide .item .title h3 a {
    color: #eee;
}
.hoi-slide .item .view_more{
    position: absolute;
    z-index: 15;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 100px 50px 50px 50px;
    background: rgba(0,0,0,0.6);
    background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9));
    background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9));
    background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9));
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9));
}
.hoi-slide .item .view_more a {
    color: #eee;
    border-color: #eee;
}
.hoi-slide .item .view_more a{
    display: inline-block;
    position: relative;
    border: 1px solid #eee;
    border-radius: 100px;
    padding: 0px 47px 0px 20px;
    line-height: 38px;
    color: #eee;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hoi-slide .item .view_more svg{
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
    width: 15px;
    height: 15px;
    transition: right .3s ease;
}
.industify_w_fn_svg {
    width: 20px;
    height: 20px;
    fill: currentcolor;
}
.hoi-slide .item:after{
    content: '';
    position: absolute;
    z-index: 55;
    right: 0px;
    width: 2px;
    top: 0px;
    bottom: 0px;
    background-color: #111724;
}
.hoi-slide .item:hover .img_holder:after{
    right: 0px;
}
.hoi-slider .slick-prev {
    right: 8% !important;
    background-size: cover !important;
    width: 30px  !important;
    height: 30px !important;
    top: -90px !important;
    transform: translate(0, 0%) rotate(-180deg) !important;
}
.hoi-slider .slick-next {
    right: 6% !important;
    background-size: cover !important;
    width: 30px  !important;
    height: 30px !important;
    top: -90px !important;
    transform: none;
}

/* home-our-services css */
.os-overlay {
    background: url(../../assets/img/servie-abstract.webp);
    width: 100%;
    height: 100%;
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-position: top right;
    z-index: -1;
    opacity: 0.1;
    position: absolute;
}
section.h-our-services {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    background-color: #f8feff;
    z-index: 9;
}
.r_inner {
    width: 100%;
    float: left;
    clear: both;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.07);
}

.top_section {
    background-color: #fff;
    border-bottom-color: rgba(0,0,0,0.05);
}
.top_section {
    width: 100%;
    float: left;
    clear: both;
    padding: 50px;
    background-color: #fff;
    padding-bottom: 52px;
    border-bottom: 2px solid rgba(0,0,0,0.05);
    position: relative;
}
.badge_holder {
    border-color: #d24e1a;
}
.badge_holder {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    border: 10px solid #d24e1a;
}
.badge_left {
    width: 50%;
    float: left;
    position: relative;
    padding: 17px 20px 8px 20px;
}
.badge_left .b_title {
    margin-bottom: 60px;
    width: 100%;
    float: left;
    clear: both;
}
.badge_holder h3 {
    color: #14141c;
}
.badge_left h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    letter-spacing: 0;
    color: #14141c;
}
.badge_left .b_desc {
    width: 100%;
    float: left;
    clear: both;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.badge_holder .year {
    color: #14141c;
}
.badge_holder .text {
    color: #d24e1a;
}
.badge_left .text {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #d24e1a;
    font-family: 'Rubik';
}
.badge_left .year {
    font-size: 72px;
    font-family: 'Rubik';
    line-height: 1;
    letter-spacing: -1px;
    color: #14141c;
    font-weight: 300;
    margin-right: 14px;
}
.badge_right {
    left: 50%;
    right: 0px;
    top: 0px;
    bottom: 0px;
    position: absolute;
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    background: url(../../assets/img/ceo.jpg);
}
.rating_holder {
    background-color: #316397;
    color: #fff;
}
.rating_holder {
    position: absolute;
    right: 70px;
    top: 50px;
    width: 80px;
    padding: 6px 13px 11px 13px;
    text-align: center;
    background-color: #316397;
    color: #fff;
}
.r_header {
    background-color: #316397;
}

.r_header {
    position: absolute;
    left: 0px;
    right: 0px;
    height: 10px;
    background-color: #316397;
    bottom: 100%;
}
.r_header:before {
    border-left-color: #111623;
}
.r_header:before {
    border-top: 10px solid transparent;
    border-left: 5px solid #111623;
    content: '';
    position: absolute;
    left: 100%;
    top: 0px;
}
.r_header:after {
    border-right-color: #111623;
}
.r_header:after {
    border-right-color: #111623;
}
.r_header:after {
    border-top: 10px solid transparent;
    border-right: 5px solid #111623;
    content: '';
    position: absolute;
    right: 100%;
    top: 0px;
}
.r_footer:before {
    border-top-color: #316397;
}
.r_footer:before {
    position: absolute;
    top: 100%;
    right: 0px;
    content: '';
    border-top: 15px solid #316397;
    border-left: 40px solid transparent;
}
.r_footer:after {
    position: absolute;
    top: 100%;
    left: 0px;
    content: '';
    border-top: 15px solid #316397;
    border-right: 40px solid transparent;
}
.r_footer:after {
    border-top-color: #316397;
}
.rating_holder a {
    display: block;
    position: absolute;
    top: -10px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 22;
}
.rating_holder svg, .rating_holder img {
    width: 36px;
    height: 36px;
    position: relative;
    margin-top: -11px;
}
.industify_w_fn_svg {
    width: 20px;
    height: 20px;
    fill: currentcolor;
}
h3.rating_number {
    color: #fff;
}
h3.rating_number {
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    letter-spacing: -0.25px;
    font-weight: 500;
    color: #fff;
    position: relative;
    margin-top: -7px;
    margin-bottom: 5px;
}
h3.rating_text {
    color: #fff;
}
h3.rating_text {
    margin: 0px;
    padding: 0px;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 400;
    color: #fff;
}
.bottom_section {
    background-color: #fff;
}
.bottom_section {
    width: 100%;
    float: left;
    clear: both;
    padding: 50px;
    background-color: #fff;
}
.bottom_section .list {
    width: 100%;
    float: left;
    clear: both;
}
.bottom_section ul {
    list-style-type: none;
    margin: 0px;
    padding: 0;
}
.bottom_section li {
    margin: 0px;
    margin-bottom: 20px;
    float: left;
    clear: both;
    width: 100%;
}
.bottom_section .item {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    padding-left: 50px;
    min-height: 30px;
    display: flex;
    align-items: center;
}
.bottom_section .icon {
    color: #d24e1a;
    border-color: #d24e1a;
}
.bottom_section .icon {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 30px;
    height: 30px;
    border: 2px solid #d24e1a;
    color: #d24e1a;
}
.bottom_section .icon svg {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -7px 0px 0px -7px;
}
/* home-our-resposibility css */

section.h-res {
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 0px;
    background-color: #0f0f16;
}
.hres-content h4 {
    font-size: 30px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0px;
    color: #eee;
    margin-bottom: 9px;
}
.hres-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    color: #999;
}
.hres-btn a {
    font-family: "Rubik", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 50px;
    letter-spacing: 0.5px;
    color: #041230;
    background-color: #fff;
    padding: 0 25px;
    display: block;
    border-radius: 2px;
}
/* home-ceo-msg css */
.hceo-overlay {
    background-color: #14151e;
    opacity: 0.9;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
section.h-ceo-msg {
    background: url(../../assets/img/ceo-msg-bg.jpg);
    padding: 150px 0px 150px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.hceo-inner .inner {
    border-radius: 5px;
    width: 100%;
    position: relative;
    border: 10px solid rgba(238,238,238,0.2);
    padding: 61px 150px;
    box-sizing: border-box;
}
.hceo-inner .inner svg{
    color: #d24e1a;
}
.hceo-inner .inner svg{
    position: absolute;
    width: 60px;
    height: 60px;
    top: 60px;
    left: 60px;
    color: #d24e1a;
}
.hceo-inner .inner p {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 300;
    color: #eee;
    margin-bottom: 36px;
}
.hceo-inner .inner h3 {
    padding: 0px;
        margin: 0px;
        letter-spacing: 0px;
        font-weight: 300;
        font-size: 18px;
        margin-bottom: 6px;
        color: #eee;
}
.hceo-inner .inner h5 {
    padding: 0px;
    margin: 0px;
    font-weight: 400;
    color: #d24e1a;
    font-size: 18px;
}
/* home-projects-css */
.hpil-content a {
    font-family: "Rubik", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 50px;
    letter-spacing: 0.5px;
    color: #fff;
    background-color: #FF7F00;
    padding: 20px 25px;
    border-radius: 2px;
}
.hpi-l {
    width: 600px;
    min-width: 600px;
}
.hpil-inner {
    padding: 143px 100px 150px 100px;
    position: sticky;
    top: 0;
}
.hpi-r {
    background: #111724;
    padding: 30px;
    width: 100%;
}
.hpir-box .item{
    border-radius: 5px;
    overflow: hidden;
}
.hpir-box .item {
    width: 100%;
    /* float: left;
    clear: both; */
    display: flex;
    flex-direction: row;
}
.hpir-box .img_holder {
    width: 55%;
    min-width: 55%;
    float: left;
    position: relative;
}
.hpir-box .img_holder img {
    position: relative;
    z-index: 3;
    opacity: 1;
    width: 100%;
}
.hpir-box .abs_img {
    position: absolute;
    z-index: 6;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 3px;
}
.hpir-box .img_holder a {
    position: absolute;
    z-index: 6;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.hpir-box .title_holder {
    width: 45%;
    float: right;
    background-color: #181e2b;
    border: 1px solid rgba(255,255,255,.03);
    border-left-width: 0px;
    padding: 62px 70px 31px 70px;
    display: flex;
    flex-direction: column;
}
.hpir-box .title_holder h3 {
    margin: 0;
    padding: 0;
    letter-spacing: 0px;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 36px;
}
.hpir-box .title_holder h3 a {
    color: #eee;
}
.hpir-box .title_holder span.desc {
    margin-bottom: 45px;
    color: #999;
    font-size: 14px;
    display: block;
    margin-bottom: 30px;
}
.hpir-box .title_holder p {
    border-top-color: rgba(255,255,255,.2);
}
.hpir-box .title_holder p {
    margin: 0;
    padding: 0;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,.2);
    position: relative;
    margin-top: auto;
}
.hpir-box .title_holder p a {
    color: #eee;
}
.hpir-box .title_holder p a {
    display: block;
    max-width: fit-content;
    max-width: max-content;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 29px;
    color: #eee;
    font-size: 18px;
    letter-spacing: 0px;
    position: relative;
    font-family: 'Rubik';
}
.hpir-box {
    position: relative;
    margin-bottom: 30px;
}
.hpir-box span.text {
    padding-right: 12px;
}
.hpir-box:last-child{
    margin-bottom: 0 ;
}