



/* header css start */
nav.navbar {
    z-index: 1000;
    position: relative;
}

.hove_links .tab_menu li a {
    color: #000 !important;
    border-bottom: 1px solid #80808033;
}

.hove_links .tab_menu li a:hover{
    color: var(--red-color) !important;
}

.hove_links .tab_menu li:last-child a {
    border: 0;
}

.hove_links:hover .tab_menu {
    display: block;
    position: absolute;
    left: 0;
    width: 220px;
    background: white;
    padding: 10px 15px;
    transform: translate(0px, 0px);
}

.tab_menu {
    display: none;
    transform: translate(0px, 25px);
    transition: 0.5s;
}

.hove_links {
    position: relative;
    transition: 0.5s;
}

.navbar-toggler{
    border: 0;
}

.header{
    position: relative;
    z-index: 1000;
}

.menu .navbar-nav .nav-item a:hover {
    color:var(--red-color);
}

.menu .navbar-nav .nav-item {
    padding: 17px 18px;
}

.menu .navbar-nav .nav-item a {
    font: normal 500 16px / 14px Saira;
    color: #fff;
    padding: 5px 0px;
    letter-spacing: 0.01em;
    position: relative;
    transition: 0.5s all ease-out;
    display: flex;
    align-items: center;
    font-weight: 600;
    line-height:20px;
}


.logo img {
    max-width: 250px;
}

/* header css end */


/* header css end */


/* hero section start */
.hero_content h1 {
    font: normal normal 700 50px /57px Saira;
    color: #fff;
}
.hero_content h4 {
    font: normal normal 500 17px /26px Saira;
    text-shadow: 3px 3px 0px #0000004f;
}

.hero_banner {
    background: linear-gradient(80deg, black, transparent), url(../images/hero-banner.jpg);
    background-size: cover;
    display: flex;
    align-items: center;
    margin-top: -85px;
    padding: 100px 0px;
    height:100vh;
}

.hero_content h1 span {
    color: transparent;
    -webkit-text-stroke: 2px var(--red-color);
}

.hero_content {
    padding-top: 80px;
}
/* hero section end */

/* our services section start */
.services_section{
    background: url(../images/bg-5.png);
}

.services_box {
    background: #fff;
    padding: 25px 30px;
    border: 1px solid #80808047;
    position: relative;
}

.services_box a {
    font: normal normal 600 15px /30px Saira;
    color: #020202;
    position: relative;
}

.services_box a:before {
    position: absolute;
    left: 0;
    bottom: -3px;
    background:var(--red-color);
    height: 2px;
    content: '';
    width: 100%;
}
.services_box h3 {
    font: normal normal 700 20px Saira;
}

.services_box h4 {
    position: absolute;
    right: 30px;
    bottom: 0px;
    font-size: 45px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px #cfcfcf;
}

.services_box p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.services_box:after {
    width: 0%;
    height: 3px;
    background: #e7194773;
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 0.5s;
}
.services_box:before {
    width: 0%;
    height: 3px;
    background: #e7194773;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.5s;
}

.services_box:hover::before, .services_box:hover::after{
    width: 100%;
}
/* our services section end */


/* about section start */
.about_content h4 {
    font: normal normal 700 20px / 30px Saira;
    color: var(--red-color);
}

.about_content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about_content ul li {
    width: 50%;
}


.about_img {
    position: relative;
    background: url(../images/about_img.png);
    width: 100%;
    background-size: cover;
    height: 100%;
}

.about_section{
    background: url(../images/about_img.png);
    width: 100%;
    background-size: cover;
}

.about_img .about_img-2 {
    top: 0;
    position: absolute;
    width: 77% !important;
    height: 330px;
    object-fit: cover;
    border-radius: 30px 0px 30px 0px;
    object-position: center;
    right: -70px;
    bottom: 0;
    margin: auto;
}

.about_img .about_img-1 {
    width: 90% !important;
    height: 500px;
    object-fit: cover;
    border-radius: 0px 30px;
    object-position: right;
}

.experience_text {
    position: absolute;
    left: -40px;
    bottom: 50px;
    background: var(--red-color);
    text-align: center;
    padding: 30px 30px;
    z-index: 1;
    border-radius: 3px 20px;
}

.experience_text h1 {
    font: normal normal 700 55px Saira;
    color: #fff;
}

.experience_text h5 {
    font: normal normal 500 15px Saira;
    color: #fff;
    letter-spacing: 0.5px;
}

.styles_content ul li i {
    color: var(--red-color);
    padding-right: 5px;
}

.styles_content ul li {
    font: normal normal 600 14px Saira;
    margin-top: 18px;
    color: #252527;
}

/* about section end */


/* our product section start */
.project_box img {
    width: 100%;
    border: 1px dashed #afafaf6e;
    padding: 11px;
}

.panels {
    margin-top: 50px;
}

.project_text h4 {
    font: normal normal 700 18px Saira;
    text-align: center;
}
.project_text h5 {
    font: normal normal 600 15px Saira;
    color: var(--red-color);
    margin-bottom: 5px;
}

.project_box {
    position: relative;
    overflow: hidden;
}

.project_text {
    position: absolute;
    bottom: 20px;
    left: 30px;
}

.project_box:before {
    position: absolute;
    left: 0px;
    bottom: 12px;
    right: 0;
    width: 93.7%;
    height: 0%;
    background: linear-gradient(360deg, var(--red-color), #7b423c00);
    content: '';
    margin: auto;
    transition: 0.5s;
}

.project_box:hover:before{

    height: 32.7%;
}
/* our product section end */


/* contact section start */
.contact_banner{
    background: url(../images/bg.png);
}

.main_accourding button.accordion-button {
    background: #fff;
    color: #0c0c0c;
    font: normal normal 600 16px Saira;
}

.main_accourding button.accordion-button span {
    color: transparent;
    -webkit-text-stroke: 1px #d1004b;
    font-size: 30px;
    padding-right: 10px;
    opacity: .8;
}

.main_accourding .accordion-item {
    background: transparent !important;
    border-bottom: 1px solid #b5b5b566 !important;
    border: 0;
    border-radius: 0;
}
.main_accourding .accordion {
    background: transparent !important;
}

.main_accourding .accordion-body{
    color: #252525;
    font: normal normal 500 14px Saira;
}

.main_accourding button.accordion-button:focus{
    box-shadow: 0px 0px 0px transparent !important;
}

.main_accourding button.accordion-button::after{
    filter: invert(16%) sepia(76%) saturate(4943%) hue-rotate(330deg) brightness(79%) contrast(110%);
}

.accordion-button:not(.collapsed) {
    box-shadow: 0px 0px 4px transparent;
}

.contact_section {
    position: relative;
    z-index: 1;
}
.contact_form input, .contact_form textarea {
    width: 100%;
    font: normal normal 500 15px Saira;
    padding: 13px 20px;
    border: 1px solid #8080804f;
    outline: none;
    border-radius: 0px;
}

.contact_form .main_btn{
    background: black;
    color: #fff;
}


.content_coll h4 {
    font: normal normal 800 17px Arimo;
    font-style: italic;
    margin: 0;
    color: var(--red-color);
}

.content_coll h5 {
    font: normal normal 700 20px Arimo;
    margin: 0;
    color: #1c1c1c;
}

.main_number_row{
    background: black;
    position: relative;
    top: 100px;
    z-index: 1;
    padding: 20px 30px;
    border-radius: 10px;
}
/* contact section end */


/* footer section start */

footer{
    background: linear-gradient(#000000, #000000ed), url(../images/footer-img.jpg);
    position: relative;
    background-attachment: fixed;
}

.copy_right .sigma {
    color: var(--red-color) !important;
}

footer .social_media li a i{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.footer_logo p {
    font: normal normal 400 14px /25px Arimo;
    color: #ffffffc2;
    margin-top: 15px;
}

.footer_logo img {
    max-width: 245px;
}

.footer_links h3 {
    font: normal normal 500 20px /50px Arimo;
    border-bottom: 2px solid #fdfdfd4a;
    width: fit-content;
    color: #fff;
    position: relative;
}

.footer_links h3:before {
    width: 50%;
    height: 2px;
    background: var(--red-color);
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
}
.footer_links ul li a i, .footer_links ul li p i {
    color: var(--red-color);
    padding-right: 4px;
}


.footer_links ul li a, .footer_links ul li p {
    font: normal normal 400 14px / 35px Arimo;
    color: #ffffffb3;
    transition: 0.6s all ease;
}

.footer_links ul li a:hover {
    color: #fff;
    padding-left: 5px;
}

.copy_right p, .copy_right a {
    font: normal normal 400 14px Arimo;
    color: #fff;
}

footer .copy_border {
    border-top: 1px solid #ffffff3d;
}


.footer-nav li {
    position: relative;
    color: #999999;
    font-size: 14px;
    padding-left: 15px;
    line-height: 1.2em;
    padding-right: 14px;
    display: inline-block;
    border-right: 1px solid rgba(255,255,255,0.20);
}

.footer-nav li a {
    position: relative;
    color: #fafafa;
}

/* footer section end */

.sociol_icon ul{
    display: flex;
    list-style: none;
    margin: 0;
}
.sociol_icon ul li{
    background: #e71947;
    height: 26px;
    width: 26px;
    display: flex;
    margin: 0px 7px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    transition: 0.5s;
    padding: 0 !important;
}

.sociol_icon ul li:hover{
    background: #fff;
    transition: 0.5s;

}

.sociol_icon ul li:hover i{
    color: #e71947;
}

.sociol_icon ul li i{
    font-size: 13px;
}