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

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

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

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

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.woff2') format('woff2'),
        url('../fonts/Gilroy-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/roboto-regular.woff2') format('woff2'), url('../fonts/roboto/roboto-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/roboto-medium.woff2') format('woff2'), url('../fonts/roboto/roboto-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/roboto-regular.woff2') format('woff2'), url('../fonts/roboto/roboto-regular.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/roboto-bold.woff2') format('woff2'), url('../fonts/roboto/roboto-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/roboto-light.woff2') format('woff2'), url('../fonts/roboto/roboto-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
.menuToggle {
    display: none;
}
.mobileMenuArea {
    display: none;
}
.header_site button.menuToggle:hover {
    background: transparent;
}
/*****end font family*****/
body { font-size: 16px; line-height: 1.4; color: #253b58; font-weight: normal;}
ul {  padding: 0; margin: 0; list-style: none; }
a { text-decoration: none; transition: all ease 0; }
h1,h2,h3,h4,h5,h6 { font-family: 'Gilroy'; font-weight: bold; }  

.heading h2 {
    font-size: 50px;
    color: #000;
    font-weight: bold;
    font-family: 'Gilroy';
}

/* wrapper */
#wrapper {
    width: 100%; 
}
.container {
    max-width: 1325px;
    padding: 0 15px;
    margin: 0 auto;
    
}
.header_site .container {
    width: 100%;
}
/*.footerContentBox .container{
    width: 100%;
}*/
.displayflex {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.bnrLogo {
    position: absolute;
    bottom: 78px;
    left: 0;
    right: 0;
    margin: auto;
}
.bnrLogo ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.bnrLogo ul li{
    list-style: none;
        margin: 0px 15px;
}
.bnrLogo ul li img{
    max-height: 38px;
    max-width: 100%;
}
.borderList {
    margin: 0px 20px;
}
.alignitemscenter { align-items: center; }
/* header_site */
.header_site {
    padding: 2px 0px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
}
.logo svg {
    max-width: 120px;
}
.menu ul li { 
    display: inline-block;
    padding: 0 20px;
}
.menu ul li:last-child {
    padding-right: 0;
 }
.menu ul li a { 
   display: inline-block;
    color: #253b58;
    position: relative;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}
.logo a {
    display: block;
    max-height: 43px;
}
/*.menu ul li a.contact { color: #e3151e; }*/
.menu ul li a.contact {
    color: #fff;
    background: #e3151e;
    padding: 4.6px 6.9px;
    line-height: 15px;
    display: inline-block;
    height: 24px;
    font-family: 'Roboto';
    font-display:swap;
}
.menu ul li a:after {
    content: '';
    display: block;
    max-width: 100%;
    height: 2px;
    background: #e3151e;
    position: absolute;
    left: 0;
    bottom: -7px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    width: 0;
}
.menu ul li a.contact::after { 
    width: 30px; 
}
.menu ul li a:hover:after, .menu ul li a.contact:hover:after  {
    width: 100%;
}

.menu ul li a:hover{
    color: #e3151e;
}
.header_site {
  padding: 0px 0px;
  position: relative;
 } 
.header_site.stickyheader{
  position: fixed;
  box-shadow: 0px 3px 12px 0px rgb(0 0 0 / 10%);
}
.mainMenu > ul > li:hover > a {
  color: #e3151e;
}
.mainMenu > ul > li > a {
  display: block;
 /* font-size: 20px;
  color: #253b58;
  font-weight: 500;
  text-decoration: none;*/
  padding: 14px 5px 15px 5px;
  position: relative;
  font-family: 'Roboto';
  line-height: 3;
  font-display:swap;
}
.mainMenu .subMenu {
  position: absolute;
  top: 115px;
  left: 0px;
  width: 100%;
  background: #e3151e;
  padding: 10px 0;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  color: #000;
  border-top: 1px solid #e3151e;
  box-shadow: 0px 3px 12px 0px rgb(0 0 0 / 10%);
}

.sub_menu_list.iconList {
    margin-bottom: 10px;
}
.mainMenu > ul > li:hover .subMenu {
  display: block;
  opacity: 1;
  visibility: visible;
  top: 100%;
  overflow: auto;
  height: calc(90vh - 46px);
}	
.mainMenu .subMenu > ul > li{
  display: block;
}
.mainMenu > ul > li > a::after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%,0);
  content: "";
  border-width: 0px 12px 14px 12px;
  border-color: #e3151e transparent;
  border-style: solid;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  background: transparent;
  display: none;
}
.mainMenu > ul > li >last-child a::after {
  content: inherit;
}
.mainMenu > ul > li:hover > a::after {
  bottom: 0px;
  visibility: visible;
  opacity: 1;
  width: 0px;
}
.mainMenu > ul > li:nth-child(5):hover > a::after{
 display: none;
}
.mainMenu > ul > li:last-child > a::after {
    display: none;
}
.menu ul li a::after {
    height: 1.2px;
    bottom: -1px;
    background: transparent;
}
.mainMenu .technologiesM {
  width: 100%;
  float: left;
  position: relative;
  padding: 0px 7px;
}
.sub_menu_list.iconList {
    margin-bottom: 30px;
}
.mainMenu .technologiesM .row{
  display: flex;
  flex-wrap: wrap;
}
.sub_menu_list ul li a{
	color: #fff;
}
.mainMenu .technologiesM h3{
  color: #000;
  margin-bottom: 15px;
  font-size: 28px;
}
.menu .sub_menu_list ul li {
    display: block;
    padding: 0 20px;
    padding-left: 0px;
}
.subMenu ul li {
  display: block;
/*  padding-left: 0px;*/
  border-bottom: 1px solid #fff;
}
.mainMenu > ul > li:hover .subMenu p{
  color: #fff;
  font-size: 22px;
  margin-bottom: 6px;
  font-weight: 700;
}
.mainMenu > ul > li:hover .subMenu p a{
  color: #fff;
  font-size: 22px;
  margin-bottom: 6px;
  font-weight: 700; 
}
.menu ul li a:hover {
    color: #000;
}
.menu ul li a.contact:hover{
    color: #fff;
}
.menu ul li a:hover .subMenu ul li{
   border-color: #000;
}
.subMenu ul li a{
  color: #fff;
  font-family: 'Roboto';
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  padding: 9px 0px;
  display: block;
  transition: all 0.5s;
  text-decoration: none;
  font-display:swap;
}
.subMenu ul li a span {
    text-transform: lowercase;
}
.menu .sub_menu_list.custom_menu_view p {
    margin-top: 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
    padding-bottom: 6px;
}
.menu .sub_menu_list p a {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
}
.mainMenu > ul > li.our_work_menu:hover > a::after{
  content: inherit;
  opacity: 0;
}
.mainMenu > ul > li:hover .subMenu.about_menu {
    max-width: 220px;
    position: absolute;
    left: auto;
    height: auto;
   /*background: #fff;*/
}
.mainMenu > ul > li:hover .subMenu.about_menu.maintenance_support{
    max-width: max-content;
}
.subMenu.about_menu ul li a {
    /*color: #000;*/
}
.subMenu.about_menu li {
   /*border-bottom: 1px solid #000;*/
   padding: 0px;
}
@media (max-width: 767px){
  .mobileMenuArea li.submenu > a::after{
    font-family: 'Font Awesome 5 Pro';
  }
.mobileMenuArea li.submenu > a.active::after {
    content: "\f106";
    font-family: 'Font Awesome 5 Pro';
}
.header_site {
    padding: 0px 0px 10px;
    box-shadow: 0px 3px 12px 0px rgb(0 0 0 / 10%);
}
}

@media only screen and (max-width: 991px){
.menu ul li {
    padding: 0 12px;
}
.menu ul li a{
    font-size: 12px;
}
}
/****Mobile Menu****/

@media (max-width: 767px){
    .menu {
        display: none;
    }
    .closeMenuMobile {
        width: 40px;
        height: 40px;
        float: left;
        border: none;
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        background: #e3151e;
        cursor: pointer;
        position: absolute;
        top: 21px;
        right: -40px;
        display: block;
        border-radius: 0 3px 3px 0;
        padding: 6px;
    }
    .menuToggle {
        display: block;
        outline: none !important;
        float: left;
        width: 40px;
        background: none;
        border: none;
        margin: 0;
        padding: 0px;
    }
    .menuToggle span {
        width: 100%;
        height: 4px;
        margin-bottom: 5px;
        float: left;
        background: #202945;
        border-radius: 2px;
    }
    .menuToggle span:last-child {
        margin-bottom: 0px;
    }


    .openMobileMenu::after {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0px;
        left: 0px;
        content: "";
        background: rgba(0,0,0,0.7);
        z-index: 9999;
    }

    .mobileMenuArea {
        display: block;
        width: 80%;
        position: fixed;
        top: 0px;
        left: -100%;
        background: #000;
        z-index: 99999;
        height: 100%;
        width: 400px;
        transition: 0.3s all;
        padding: 0;
    }
    .openMobileMenu .mobileMenuArea {
        left: 0px;
    }
    .mobileMenuArea .scrollMenu {
        width: 100%;
        height: 100%;
        float: left;
        overflow: auto;
    }
    .mobileMenuArea ul {
        list-style: none;
    }
    .mobileMenuArea li a {
        display: block;
        font-size: 16px;
        color: #fff;
        border-bottom: 1px solid rgba(255,255,255,0.4);
        padding: 10px 15px;
        position: relative;
        text-decoration: none;
    }
    .mobileMenuArea li.submenu > a::after {
        content: "\f107";
        font-family: 'FontAwesome';
        position: absolute;
        top: 0px;
        right: 0px;
        height: 100%;
        width: 43px;
        font-size: 20px;
        text-align: center;
        line-height: 43px;
        border-left: 1px solid rgba(255,255,255,0.4);
    }
    .mobileMenuArea li.submenu > a.active::after {
        content: "\f106";
        font-family: 'FontAwesome';
    }

    .mobileMenuArea li.submenu ul {
        display: none;
        background: rgba(255,255,255) !important;
    }
    .mobileMenuArea li.submenu li a {
        font-size: 14px;
        font-weight: 300;
        color: #000;
    }
    .mobileMenuArea ul ul li.submenu.current ul {
        padding: 0px 10px;
    }
}

@media (max-width: 479px){
    .mobileMenuArea {
        width: 260px;
    }
}
/****Footer CSS****/
/*footer_Site*/
.footer_Site {
    position: relative;
}
.footerContentBox  {
    padding: 40px 0;
    background: #000;
}
.footerContentBox .Ftr_item .address {
    margin: 0 0 30px;
}
.footerContentBox .Ftr_item h4 {
    margin: 0 0 20px;
    font-size: 16px;
    color: #84909f;
    font-weight: 500;
} 
.footerContentBox .Ftr_item .address p {    
    font-size: 16px;
    color: #fff;    
}
.footerContentBox .Ftr_item .address p a {
    color: #fff;
}

.footerContentBox .Ftr_item .text { 
    margin: 0 0 40px; 
}
.footerContentBox .Ftr_item .text h5 { 
    margin: 0 0 18px;
    font-size: 28px; 
    color: #fff; 
    font-weight: 500;
} 
.footerContentBox .Ftr_item .text p {
    margin: 0;
    font-size: 16px;
    color: #fff;
    max-width: 180px;
    display: block;
   
}  
.footerContentBox .Ftr_item .text p a { 
    color: #84909f;
    cursor: text;
    display: block;
 }

.footerContentBox .Ftr_item .text.sub {
    padding: 45px 0 0;
}
.footerContentBox .Ftr_item .text {
    margin: 0 0 0px;
}
.footerContentBox .social_icon{
    list-style: none;
    padding: 0px;
    display: flex;
    background: transparent;
    position: relative;
}
.footerContentBox .social_icon li a{
    color: #fff;
    margin-right: 20px;
    font-size: 20px;
    background: transparent;
    padding: 0px 0px 0px 0px;
}
.footerContentBox .social_icon li a i.fa{
    font-family: 'FontAwesome';
    font-weight: 300;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
     text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.footer_cpyright{
    background: #243a57;
    padding: 20px 0px;
}
.footer_menu_link{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
}
.footer_menu_link li a{
    color: #fff;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 300;
}
.footer_cpyright p{
    color: #fff;
    font-size: 16px;
    margin: 0px;
    font-weight: 300;
}
.services_list{
    list-style: none;
}
.services_list li {
    padding: 0 0 10px;
}
.services_list li a{
    color: #fff;
}
/*Footer End Here...*/
.Ftr_item.footer_address ul.services_list {
/*    display: block;*/
}
/*****Footer For Mobile*****/
 @media only screen and (max-width: 575px){
 ul.services_list {
    display: none;
    margin-bottom: 10px;
     }
.Ftr_item.footer_address ul.services_list {
/*    display: block;*/
}
.col-sm-6.col-lg-3.Ftr_item:nth-child(1) {
    order: 4;
    padding-top: 10px;
}

.col-sm-6.col-lg-3.Ftr_item:nth-child(2) {
    order: 1;
}
.col-sm-6.col-lg-3.Ftr_item:nth-child(3) {
    order: 2;
}
.col-sm-6.col-lg-3.Ftr_item.footer_address {
    order: 3;
}
.footerContentBox .Ftr_item h4 {
    padding: 0 0 15px;
    margin: 0px;
}
.col-sm-6.col-lg-3.Ftr_item:nth-child(3) {
    order: 2;
}
.col-sm-6.col-lg-3.Ftr_item:nth-child(2) .text{
    margin-bottom: 15px;
}
.footerContentBox .Ftr_item .text {
   /* margin-top: 40px;
    margin-bottom: 15px;*/
}
.footer-box {
    border-bottom: 0.8px solid #fff;
    margin-bottom: 15px;
}
.footer-box > h4.header-link{
    position: relative;
    cursor: pointer;
}
.footer-box > h4:before {
    position: absolute;
    top: -3px;
    right: 0;
    padding: 0px 0px 0px 0px;
    content: '\f0d7';
    font-family: 'FontAwesome';
/*    font-family: 'Font Awesome';*/
    font-weight: 900;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}
.footer-box > h4:after {
   /* display: block;
    content: '\f0d7';*/
    width: 100%;
    padding-top: 5px;
    border-bottom: 0px solid rgba(255,255,255,0.5);
}
.footer-box.rotate > h4:before {
    transform: rotate(180deg);
}
.footerContentBox .row{
    flex-direction: column;
    display: flex;
}
.footer_menu_link li a {
    padding-right: 12px;
    font-size: 12px;
}
}
@media only screen and (max-width: 480px){
    .footerContentBox .Ftr_item .address {
    margin: 0 0 20px;
}
}
/*****end footer Mobile****/
/* footer_bottom */
.footer_bottom {
    padding: 65px 0 30px;
}
.footer_bottom .address_title {
    margin-bottom: 30px;
    display: flex;
    position: relative;
    border-right: 1px solid #ddd9d9;
}
.footer_bottom .address_title:last-child {
    border-right: 1px solid transparent;
}
.footer_bottom .address_title .box {
    padding-bottom: 22px;
    width: 100%;
}
.footer_bottom .address_title .box h3 {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #253b58;
    margin-bottom: 16px;
}
.footer_bottom .address_title .box  small {
    font-family: 'Gilroy';
    font-size: 16px;
    line-height: 160.69%;
    align-items: center;
    letter-spacing: 0.065em;
    color: #000;        
    font-weight: 500;
    font-style: normal;
    text-align: center;
}
.footer_bottom .address_title .box  small a {
    color: #000;
    display: block;
    margin-bottom: 20px;
}
.footer_bottom .address_title .box  small a:last-child {
    margin-bottom: 0;
}

.footer_bottom .address_title .box small .phone_number {
    color: #e3151e;
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

@media only screen and (max-width: 991px){
    .footer_bottom .address_title {
        border-right: 0;
    }
.contact_teams h3, .contact_teams h2 {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}    
}
/* End angad 28-062024 */