@font-face {
    font-family: 'Rubik-BoldI-talic';
    src: url('../fonts/Rubik-BoldItalic.woff2') format('woff2'),
        url('../fonts/Rubik-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik-Extra-Bold-Italic';
    src: url('../fonts/Rubik-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/Rubik-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik-Black-Italic';
    src: url('../fonts/Rubik-BlackItalic.woff2') format('woff2'),
        url('../fonts/Rubik-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik-Black';
    src: url('../fonts/Rubik-Black.woff2') format('woff2'),
        url('../fonts/Rubik-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik-ExtraBold';
    src: url('../fonts/Rubik-ExtraBold.woff2') format('woff2'),
        url('../fonts/Rubik-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik-Light';
    src: url('../fonts/Rubik-Light.woff2') format('woff2'),
        url('../fonts/Rubik-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik-Bold';
    src: url('../fonts/Rubik-Bold.woff2') format('woff2'),
        url('../fonts/Rubik-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik-Italic';
    src: url('../fonts/Rubik-Italic.woff2') format('woff2'),
        url('../fonts/Rubik-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik-Medium';
    src: url('../fonts/Rubik-Medium.woff2') format('woff2'),
        url('../fonts/Rubik-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik-SemiBold';
    src: url('../fonts/Rubik-SemiBold.woff2') format('woff2'),
        url('../fonts/Rubik-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik-Regular';
    src: url('../fonts/Rubik-Regular.woff2') format('woff2'),
        url('../fonts/Rubik-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik-Medium-Italic';
    src: url('../fonts/Rubik-MediumItalic.woff2') format('woff2'),
        url('../fonts/Rubik-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik-Light-Italic';
    src: url('../fonts/Rubik-LightItalic.woff2') format('woff2'),
        url('../fonts/Rubik-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik-Semi-Bold-Italic';
    src: url('../fonts/Rubik-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/Rubik-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6,p,ul{margin: 0}
a:hover{text-decoration: none;}

body{
	font-family: 'Rubik-Regular';
	font-size: 16px;
    line-height: 27px;
}


/*headermenusection*/
header.headermenusection {
    /* background: #fff7f7; */
    box-shadow: 0 0.325em 0.5em 0px rgba(237, 50, 55, 0.1);
}

ul.dropdown-menu li > a:focus,
ul.dropdown-menu li > a:active{    color: #fff;}

.heroslider-owl-carousel > .owl-nav > button.owl-prev
 {
    position: absolute;
    left: 0px;
    top: 45%;
    background: #ed3237;
    width: 45px;
    height: 45px;
    font-size: 28px;
    color: #fff;
    margin: 0px;
    transition: all .3s ease;
}

.heroslider-owl-carousel > .owl-nav > button.owl-next {
    position: absolute;
    right:0px;
    top: 45%;
    background: #ed3237;
    width: 45px;
    height: 45px;
    font-size: 28px;
    color: #fff;
    margin: 0px;
    transition: all .3s ease;
}

.heroslider-owl-carousel > .owl-nav > button.owl-prev:hover,
.heroslider-owl-carousel > .owl-nav > button.owl-next:hover{
    background: #000;
    border-radius: 50%;
}
.heroslider-owl-carousel > .owl-dots {
    display: none;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #fff;
    background: #ed3237;
    border-radius: 2px;
}

a.nav-link {
    font-family: 'Rubik-Regular';

    color: #606062;
    text-transform: uppercase;
    transition: all .5s ease-out;
    margin-right: 10px;
}
a.nav-link:hover{
    color: #fff;
    background: #ed3237;
    border-radius: 2px;
}
a.navbar-brand img{max-width: 250px;}
ul.dropdown-menu {
    padding: 0;
}
ul.dropdown-menu > li.nav-item > a.nav-link {
    margin-right: 0;
    padding: 5px 20px;
}
ul.dropdown-menu {
    border: none;
    box-shadow: 0 0.325em 0.5em 0px rgb(237 50 55 / 10%);
}
ul.dropdown-menu.product-dropdown-menu {
    min-width: 260px;
}
@media (min-width: 767px) {	.dropdown:hover .dropdown-menu {display:block;}}

/*end headermenusection*/

/*bannersection*/
.banner {
    height: 250px;
    width: 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.banner.company-profilebanner {
    background: url("../images/banner.jpg");
    background-size: cover;
    background-position: center;
}
.breadcrume-head {
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Rubik-Bold';
    letter-spacing: .5px;
    line-height: 36px;
}
/*end bannersection*/


.padding{padding: 90px 0;}
.custalignment{display: flex;align-items: center;background: #fdeaeb;}

/*homeaboutussection*/
.homeaboutussection{}
.homeaboutus-right {
    padding: 0 50px;
}
.homeaboutus-right h3 {
    font-size: 22px;
    color: #505050;
    margin-bottom: 10px;
}
.homeaboutus-right h4{
     font-family: 'Rubik-Light';
     font-size: 36px;
     line-height: 43px;
     position: relative;
     margin-bottom: 30px;
}
.homeaboutus-right h4::after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 0;
    background: #606062;
    height: 1px;
    width: 150px;
}

.homeaboutus-right a{
    background: #ed3237;
    text-decoration: none;
    color: #fff;
    padding: 8px 20px;
    display: inline-block;
    font-family: 'Rubik-Medium';
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 2px;
}
.homeaboutus-right a {
    margin-top: 20px;
}
/*end homeaboutussection*/


/*countersection*/
.countersection {
/*    background: #fafafa;*/
    background: #f5f5f5;
}
#counter {
    text-align: center;
    font-size: 50px;
}
#counter span.percent:after {
    display: inline-block;
}
.counterdetails {
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
}
.counter-border {
    border-right: 1px solid #ed3237;
}
.row > .counter-border:last-child {border-right: none;}
.counterdetails #counter > span {
    display: block;
    padding: 30px 0;
    font-size: 48px;
    color: #ed3237;
    font-family: 'Rubik-Light';
    font-weight: bold;
}
.counterdetails img {
    display: inline-block;
    max-width: 50px;
}
.counterdetails h3 {
    font-size: 24px;
}
/*end countersection*/





/*homeproductslidersection*/
.product-title{
    text-align: center;
    margin-bottom: 50px;
}
.product-title h2{
    font-family: 'Rubik-Light';
    font-size: 36px;
    line-height: 43px;
    position: relative;
}
.product-title p {
    font-size: 14px;
    width: 28%;
    margin: 5px auto;
    line-height: 21px;
}

.product-item a{text-decoration: none;}

.product-item a > h4 {
    background: #ed3237;
    text-decoration: none;
    color: #fff;
    padding: 14px 15px;
    font-family: 'Rubik-Medium';
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    border-radius: 3px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.homeproductslider-owl-carousel > .owl-dots, .productslider-owl-carousel > .owl-dots {    display: none;}


.homeproductslider-owl-carousel > .owl-nav > button.owl-prev,
.productslider-owl-carousel > .owl-nav > button.owl-prev
 {
    position: absolute;
    left: -90px;
    top: 40%;
    background: #ed3237;
    width: 45px;
    height: 45px;
    font-size: 28px;
    color: #fff;
    margin: 0px;
    transition: all .3s ease;
}
.homeproductslider-owl-carousel > .owl-nav > button.owl-next,
.productslider-owl-carousel > .owl-nav > button.owl-next {
    position: absolute;
    right:-90px;
    top: 40%;
    background: #ed3237;
    width: 45px;
    height: 45px;
    font-size: 28px;
    color: #fff;
    margin: 0px;
    transition: all .3s ease;
}

.homeproductslider-owl-carousel > .owl-nav > button.owl-prev:hover,
.homeproductslider-owl-carousel > .owl-nav > button.owl-next:hover{
    background: #000;
    border-radius: 50%;
}
 



.productslider-owl-carousel > .owl-nav > button.owl-prev
 {
    position: absolute;
    left: 0px;
    top: 50%;
    background: #ed3237;
    width: 45px;
    height: 45px;
    font-size: 28px;
    color: #fff;
    margin: 0px;
    transition: all .3s ease;
}

.productslider-owl-carousel > .owl-nav > button.owl-next {
    position: absolute;
    right:0px;
    top: 50%;
    background: #ed3237;
    width: 45px;
    height: 45px;
    font-size: 28px;
    color: #fff;
    margin: 0px;
    transition: all .3s ease;
}

.productslider-owl-carousel > .owl-nav > button.owl-prev:hover,
.productslider-owl-carousel > .owl-nav > button.owl-next:hover{
    background: #000;
    border-radius: 50%;
}
/*end homeproductslidersection*/



/*managementsection*/
.managementsection{
    padding: 70px 0;
}
.management-head h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom:75px;
    font-family: 'Rubik-Light';
    position: relative;
}
.management-head h2::after {
    content: "";
    position: absolute;
    top: 55px;
    left: 50%;
    width: 480px;
    height: 2px;
    background: #e9e9e9;
    margin-left: -240px;
}
.management-details {
    box-shadow: rgb(17 17 26 / 5%) 0px 4px 18px, rgb(17 17 26 / 5%) 0px 8px 18px;
    border: 1px solid #cccccc;
}

.management-img {}
.management-txt {
    padding: 0px 20px;
    height: 230px;
}
.management-txt h3 {
    font-size: 24px;
    line-height: 31px;
    font-family: 'Rubik-Medium';
    color: #ed3237;
    padding: 10px 0 5px;
    text-align: center;
}

.management-txt h4 {
    font-size: 16px;
    border-bottom: 2px solid #e9e9e9;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #787878;
    text-align: center;
}
.management-txt p {
    font-size: 16px;
    line-height: 24px;
    color: #423c3c;
}
/*end managementsection*/

.custrow{
    display: flex;
    align-items: center;
}

.greybg{background: #f5f5f5;}
.red-light{background: #fdeaeb;}


/*infrastructuresection*/
.infa-padding{
    padding: 70px 0;
}
.infrastructuresection {
    background: url("../images/infrastructure-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.infrastructure-details h4 {
    font-size: 26px;
    line-height: 38px;
}

.infrastructure-details h3 {
    background: #ed3237;
    color: #fff;
    padding: 10px 0;
    font-family: 'Rubik-Medium';
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    border-radius: 3px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-bottom: 30px;
}

/*end infrastructuresection*/
 

/*qualitysection*/
.qualitysection{
    padding: 90px 0;
}
.quality-cetificate-head h3 {
    font-family: 'Rubik-Light';
    font-size: 36px;
    line-height: 43px;
    position: relative;
    margin-bottom: 30px;
}
.quality-custrow{display: flex;align-items: end;}
.quality-cetificate-head h3::after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 0;
    background: #606062;
    height: 1px;
    width: 150px;
}
.quality-cetificate-head p {
    font-size: 21px;
    line-height: 28px;
}
.quality-text h3 {
    font-family: 'Rubik-Light';
    font-size: 36px;
    line-height: 43px;
    position: relative;
    margin-bottom: 30px;
}
.quality-det h3 {
    background: #ed3237;
    text-decoration: none;
    color: #fff;
    padding: 10px 0;
    font-family: 'Rubik-Medium';
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    border-radius: 3px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.quality-text h3::after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 0;
    background: #606062;
    height: 1px;
    width: 150px;
}
.quality-text h5::after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 0;
    background: #606062;
    height: 1px;
    width: 150px;
}

.quality-text p {
    font-size: 18px;
    line-height: 27px;
}
/*end qualitysection*/


/*contactussection*/
.contactus-head h2 {
    margin-bottom: 50px;
    font-size: 28px;
    text-align: center;
}
.contacus-form > form > p {
    margin-bottom: 10px;
}
.contacus-form > form > p > label {
    font-size: 15px;
    margin-bottom: 5px;
}
input.contactus-btn {
    border: none;
    outline: none;
    background: #ed3237;
    text-decoration: none;
    color: #fff;
    padding: 8px 20px;
    display: inline-block;
    font-family: 'Rubik-Medium';
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 10px;
    margin-top:10px;
}
.contacus-form {    margin-bottom: 25px;    border-bottom: 1px solid #ebebeb;    padding-bottom: 25px;}
.contactus-icon svg {    width: 22px;     fill: #ed3237;}
.contactus-address,.contactus-contactus,.contactus-email {    display: flex;}
.contactus-icon {    margin-right: 15px;}
.contactus-txt {    color: #000; margin-bottom: 15px;}
.contactus-txt a {    color: #000;    text-decoration: none;}
/*end contactussection*/


/*tab*/
.milestonessection{padding: 90px 0 66px;}
.tabs {
    padding-bottom: 1rem;
    text-align:center;
    margin:0 auto;
}

.tab {
    border: 1px solid transparent;
    display: inline-block;
    text-decoration: none;
    padding: 8px 16px;
    color: #FFF;
    background:#606062;
    transition: all 0.7s;
    border-radius:2px;
}

.tab.active {
    color: #FFF;
    background: #ed3237;
    border: 1px solid #ed3237;
    position: relative;
}
 a.tab.active:after {
    content: '';
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    bottom: -18px;
    left: 50%;
    transition: all 0.7s;
    transform: translateX(-50%);
} 
.content {
    display: none;
    padding:0 0 24px;
    color: #4a5666;
    min-height: 220px;
    border-radius:2px;
}
.content h1{
    color:gray;
}
.show {
    display: block;
 
}
.show .fadein{
       animation: fadein 0.7s ease;
}
@keyframes fadein{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
span.rope:before {
    content: '';
    height: 5px;
    width: 5px;
    background: #ed3237;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    right: 0;
}

span.rope {
    display: inline-block;
    height: 1px;
    width: 40px;
    background: #ed3237;
    vertical-align: middle;
    margin: 0 -4px;
    position: relative;
}
/*end tab*/
.spn span{color:#ed3237;}



/*profilesection*/
.corevaluesection{
    padding: 90px 0 60px;
}
.business-statsection.padding {
    background: url("../images/profile/core-purpose.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.business-stat{
    text-align: center;
    color: #fff;
}
.business-stat h2 {
    margin-bottom: 40px;
    font-size: 36px;
    position: relative;
    font-family: 'Rubik-Medium';
}
.business-stat h2::after {
    content: "";
    position: absolute;
    top: 50px;
    left: 50%;
    width: 100px;
    height: 3px;
    background: #ed3237;
    margin-left: -50px;
}
.business-stat h3 {
    font-size: 32px;
    margin-bottom: 10px;
    line-height: 38px;
}
.business-stat p {
    font-size: 20px;
    letter-spacing: 0.7px;
    line-height: 26px;
}
.corevalue {
    text-align: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 30px;
    padding:20px 20px 0px;
    height: 300px;
}
.corevalue h4 {
    margin: 30px 0 10px;
    font-size: 22px;
    font-family: 'Rubik-Medium';
/*    color: #ed3237;*/
}
.corevalue img {
    max-width: 80px;
}

.corevalue-head h2 {
    position: relative;
}
.corevalue-head h2::after {
    content: "";
    position: absolute;
    top: 50px;
    left: 50%;
    width: 100px;
    height: 3px;
    background: #000;
    margin-left: -50px;
}
/*end profilesection*/



/*footersection*/
.footermainsection {
/*    background: #ed3237;*/
    padding: 70px 0 50px;
    background: url("../images/footer-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.footer-details h3 {
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 3px solid #f35152;
    text-transform: uppercase;
    font-family: 'Rubik-Bold';
    font-size: 24px;
}
.footer-logo img {
    max-width: 360px;
    margin-bottom: 20px;
}
.footercopywritesection {
    background: #7a2324;
    padding: 8px 0;
    color: #fff;
}
.footer-logo p {
    color: #fff;
}
.footer-details ul {
    color: #373435;
    padding-left: 20px;
}
.footer-details ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 17px;
}
.footer-icon svg {
    width: 22px;
     fill: #fff;
}
.footer-address,.footer-contactus,.footer-email {    display: flex;}
.footer-icon {    margin-right: 15px;}
.footer-txt {    color: #fff;}
.footer-txt a {    color: #fff;    text-decoration: none;}
.footericon-txt-etc {
    margin-top: 30px;
    border-top: 3px solid #f35152;
    padding-top: 30px;
}
.copyright-left p b {
    letter-spacing: 1px;
    background: #ed3237;
    padding: 3px 10px;
    margin: 0 5px;
}
.copyright-right a {
    text-decoration: none;
    color: #fff;
    letter-spacing: 1px;
}
/*end footersection*/

.hd-clr { background:#902b2c; color:#fff; border-color:#fff;}
.ft-12 {font-size:25px!important; margin-bottom:15px!important; font-weight:bold}
.ft-12::after {bottom:-4px!important;}
.btm-mrg {margin-bottom:15px;}
.sm-ft {font-size:15px; color:#737373; font-weight:normal}


ul.submenu.dropdown-menu.ch-1 {display:none;}
a.dropdown-item {
    display: block;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

	.dropdown-menu li{
		position: relative;
	}
	.dropdown-menu .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.dropdown-menu .submenu-left{ 
		right:100%; left:auto;
	}

	.dropdown-menu > li:hover{ background-color: #ed3237; color:#fff; }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

.dropdown-menu .dropdown-menu{
		margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
}

}	
/* ============ small devices .end// ============ */
/*tr:nth-child(even) {background-color: #f2f2f2;}*/
button.accordion-button {font-size:16px;}
.accordion-item {font-size:16px; background:#ed3237; padding:6px 15px; color:#fff;    border-bottom: 1px solid #ff5458;}
.accordion-item a{font-size:16px; text-decoration:none; color:#fff;display: block;}
.accordion-body {    margin-top: 0;    padding: 1px 5px;    background: #902b2c;}
.accordion-button::after {  /*content: "\f107";    position: absolute;    right: 0;*/ background:url(../images/downarrow.png) no-repeat right 8px;     width: 23px;    display: block;   height: 23px;}
.accordion-button:not(.collapsed)::after { background:url(../images/up-arrow.png) no-repeat right 8px;     width: 23px;    display: block;   height: 23px;}
.accordion-item:last-of-type {background:transparent;border-bottom: none;}
.accordion-body > .accordion-item {    padding: 0;}
.accordion-body.about-us-accordion-body {    margin: 10px 0;}
.accordion-body.components-accordion-body {    margin: 10px 0;}
h2#hFour {    padding: 8px;    border-bottom: 2px solid #7a2425;}
h2#hFive {    padding: 8px;     border-bottom: 2px solid #7a2425;}
div#cSix {    padding: 0 20px;    margin-top: 0px;}
div#cFour {    padding: 0 20px;}
h2#cFive {    padding: 8px;    border-bottom: 2px solid #7a2425;}
.last-tab {background:#ed3237!important;}