@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Montserrat:wght@700&family=Outfit:wght@500;600;700&display=swap");
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  scroll-behavior: smooth;
}

body {
  scroll-behavior: smooth;
}
/*.testmImg{*/
/*    position: relative;*/
/*}*/
/*.testmImg .gradi{*/
/*     background: rgba(0, 0, 0, 0.46);*/
/*     height: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*}*/
.onHov {
  color: #FFF;
  background: none;
  border: none;
  padding: 20px 20px;
  color: #000;
  font: 400 17px/27px "Inter", sans-serif;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .onHov {
    padding: 20px 10px;
  }
}
@media (max-width: 1200px) {
  .onHov {
    padding: 20px 7px;
    font: 400 14px/24px "Inter", sans-serif;
  }
}
@media (min-width:992px){
      .Uhome .homeSlider .item img{
    height: calc(100vh - 60px);
}
}
@media (max-width: 992px) {
  .onHov {
    padding: 10px;
    font: 400 17px/27px "Inter", sans-serif;
  }
}
.parentHead .blueBtn:hover{
    color: #19268F;
}
.onHov:hover, .onHov:active, .urNav:hover {
  color: #19268F;
  border: none;
}

.hoverMe .dis {
  background: transparent;
  position: absolute;
  display: none;
  padding: 0;
}
.hoverMe .dis li {
  /*padding: 0 20px;*/
  list-style: none;
}
.hoverMe .dis li a {
 color: #343434;
  font: 400 17px/19px "Inter", sans-serif;
  padding-bottom: 16px;
  text-transform: capitalize;
  /*padding: 10px 0;*/
}
.hoverMe .dis li a:hover {
    color: #19268F;
}
.hoverMe .dis li:last-child {
  border-bottom: none;
}

.hoverMe:hover {
  cursor: pointer;
}
.hoverMe:hover .dis {
  position: absolute;
  display: block;
  z-index: 1024;
  transition: 0.5s;
  background: white;
  padding: 20px 18px 0px 20px;
  /*padding: 0 0px;*/
}

@media (max-width: 992px) {
  .hoverMe:hover {
    cursor: pointer;
  }
  .hoverMe:hover .dis {
    background: transparent !important;
    position: static;
    padding: 10px 11px 0px 20px;
  }
}
.dropdown-item:hover {
  background: transparent;
  color: #19268F;
}

.pos, .rel {
  z-index: 1;
  position: relative;
}

.absolute {
  position: absolute;
  top: 45px;
  right: 3%;
  z-index: -1;
}
@media (max-width: 992px) and (min-width: 768px) {
  .absolute {
    top: 0;
  }
  .absolute img {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .pos .row {
    flex-direction: column-reverse;
  }
  .pos .rel {
    text-align: center;
    background: url("../images/map.webp");
    background-size: cover;
  }
  .pos .rel img {
    width: 60%;
  }
  .pos .absolute {
    display: none;
  }
  .leftHead {
    position: relative !important;
    padding-left: 31px;
    margin-top: 30px;
  }
}
.onlymobile {
  display: none;
}

.parentHead {
  border-left: 1px solid #CFCFCF;
}

header {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.493);
}
header .headerWrraper {
  position: relative;
  background: #F8F8F8;
}
header .headerWrraper .headerLogo {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
  header .headerWrraper .headerLogo {
    top: 25px;
  }
  header .headerWrraper .headerLogo img {
    width: 100px;
  }
}
@media screen and (max-width: 990px) {
  header .headerWrraper .headerLogo {
    display: none;
  }
}
header .topHeader {
  background: #F8F8F8;
  border-bottom: 1px solid #CFCFCF;
}
header .topHeader .topHeaderInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 0;
}
header .topHeader .topHeaderInner a {
  color: #19268F;
  text-decoration: none;
}
header .topHeader .topHeaderInner .phnMail .mr_19 {
  margin-right: 19px;
  padding-left: 35px;
}
@media screen and (max-width: 570px) {
  header .topHeader .topHeaderInner .phnMail .mr_19 {
    padding-left: 10px;
  }
}
header .topHeader .topHeaderInner .phnMail i {
  padding-right: 6px;
}
header .topHeader .topHeaderInner .phnMail .phnLink {
  font: 400 14px/20px "Inter", sans-serif;
  color: #838383;
}
@media screen and (max-width: 570px) {
  header .topHeader .topHeaderInner .phnMail {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
}
header .topHeader .topHeaderInner .upperRight {
  display: flex;
  align-items: center;
  justify-content: start;
  -moz-column-gap: 9px;
       column-gap: 9px;
}
header .topHeader .topHeaderInner .upperRight .square {
  border: 1px solid #19268F;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
}
header .topHeader .topHeaderInner .upperRight .soLink {
  color: #2B2729;
}
@media screen and (max-width: 770px) {
  header .topHeader .topHeaderInner .upperRight .soLink {
    display: none;
  }
}
header .topHeader .topHeaderInner .upperRight .soLink .iconn {
  font-size: 15px;
  color: #2B2729;
}
@media screen and (max-width: 990px) {
  header .bottomHeader .customNav .togglerCust {
    outline: none;
    border: none;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #19268F;
    display: grid;
    place-items: center;
  }
}
header .bottomHeader .customNav .navbar-brandOpacity {
  display: none;
}
header .bottomHeader .customNav .navbar-brandOpacity .mobileLogo {
  width: 0px;
}
@media screen and (max-width: 990px) {
  header .bottomHeader .customNav .navbar-brandOpacity {
    display: block;
    opacity: 0;
    scale: 0;
  }
}
header .bottomHeader .customNav .navbar-brand {
  display: none;
}
header .bottomHeader .customNav .navbar-brand .mobileLogo {
  width: 97px;
}
@media screen and (max-width: 990px) {
  header .bottomHeader .customNav .navbar-brand {
    display: block;
  }
}
header .bottomHeader .customNav .collapseCust .closeDiv {
  display: none;
}
@media screen and (max-width: 990px) {
  header .bottomHeader .customNav .collapseCust .closeDiv {
    display: block;
    text-align: right;
  }
  header .bottomHeader .customNav .collapseCust .closeDiv .cls {
    border: none;
    outline: none;
    background: transparent;
    padding: 25px;
  }
  header .bottomHeader .customNav .collapseCust .closeDiv .cls .iconn {
    color: black;
    font-size: 20px;
  }
}
header .bottomHeader .customNav .collapseCust .nav-item .nav-link {
  padding: 20px 20px;
  color: #000;
  font: 400 17px/27px "Inter", sans-serif;
}
.Uhome .homeSlider .grad {
  background: rgba(11, 17, 67, 0.25);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/*.Uhome .homeSlider .item {*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
/*    max-height: 100vh;*/
/*    overflow: hidden;*/
/*}*/
/*.Uhome .homeSlider .item img {*/
/*    width: auto;*/
/*    max-width: 100%;*/
/*    max-height: 100%;*/
/*}*/
.homeSlider .owl-dots{
    position: absolute;
    left: 35px;
    bottom: 36px;
}
.homeSlider .owl-dot span {
    background: rgba(244, 244, 244, 0.56) !important;
}
.homeSlider .owl-dot.active span {
    background: #19268F !important;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  header .bottomHeader .customNav .collapseCust .nav-item .nav-link {
    padding: 20px 10px;
  }
 
}
@media screen and (max-width: 1200px) {
  header .bottomHeader .customNav .collapseCust .nav-item .nav-link {
    padding: 20px 7px;
    font: 400 14px/24px "Inter", sans-serif;
  }
}
header .bottomHeader .customNav .collapseCust .nav-item .nav-link:hover {
  color: #19268F;
}
header .bottomHeader .customNav .collapseCust .nav-item .nav-link.active {
  -webkit-text-decoration: underline 2px;
          text-decoration: underline 2px;
  text-underline-offset: 7px;
}
@media screen and (max-width: 990px) {
  header .bottomHeader .customNav .collapseCust {
    display: block;
    background: #F8F8F8;
    padding-left: 50px;
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transform: translateX(-100%);
    opacity: 0;
    transition: all 0.4s;
  }
  header .bottomHeader .customNav .collapseCust .parentHead {
    border-left: none;
 }
  header .bottomHeader .customNav .collapseCust.show {
    transform: translateX(0%);
    opacity: 1;
  }
  header .bottomHeader .customNav .collapseCust .nav-item .nav-link {
    padding: 10px;
    font: 400 17px/27px "Inter", sans-serif;
  }
  header .bottomHeader .customNav .collapseCust .nav-item .nav-link.active {
    -webkit-text-decoration: underline 2px;
            text-decoration: underline 2px;
    text-underline-offset: 7px;
  }
}

@media (max-width: 575px) {
  
  .upperRight {
    display: none;
  }
}
.blueBtn {
    
 font: 400 17px/27px "Inter", sans-serif;
  text-align: center;
  color: #000;
 padding: 20px 27px;
  text-decoration: none;
  display: inline-block;
}
@media (max-width: 1200px) {
  .blueBtn {
    padding: 23px 14px;
    font: 500 15px/20px "Inter", sans-serif;
  }
}
@media (max-width: 992px) {
  .blueBtn {
    padding: 16px 17px;
    font: 500 16px/20px "Inter", sans-serif;
  }
}

.Uhome .homeSlider {
  position: relative;
}
.Uhome .homeSlider .owl-nav {
  position: absolute;
  right: 35px;
  bottom: 36px;
}
.Uhome .homeSlider .owl-nav button.owl-prev {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  background: rgba(244, 244, 244, 0.56);
}
.Uhome .homeSlider .owl-nav button.owl-next {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  background: rgba(244, 244, 244, 0.56);
}
.Uhome .info {
  transform: translate(0%, -50%);
  position: absolute;
  top: 50%;
}
.Uhome .info .heading {
  font: 700 48px/58px "Outfit", sans-serif;
  color: #FFF;
  padding-bottom: 23px;
   width: 820px;
}
@media (min-width: 1200px) {
  .Uhome .info {
    padding-left: 65px;
  }

}
/*@media (min-width: 1200px) {*/
/*  .Uhome .info .heading {*/
/*    width: 820px;*/
/*  }*/
/*}*/
.Uhome .info .heading span {
    color: #FFF;
  /*color: #E7790C;*/
}
.Uhome .info .subHeading {
  font: 500 20px/30px "Inter", sans-serif;
  color: #FFFFFF;
  padding-bottom: 31px;
  width: 523px;
}
.Uhome .info .btns .explore {
  width: 187px;
  display: inline-block;
  font: 500 14px/20px "Inter", sans-serif;
  text-align: center;
  text-transform: capitalize;
  color: white;
  background: transparent;
  padding: 13px 0;
  text-decoration: none;
  border: 1px solid var(--white, #FFF);
  margin-right: 30px;
  transition: all .40s ease;
} 
.Uhome .info .btns .explore:hover {
                background: #19268F;
                border: 1px solid #19268F;
 }
.Uhome .info .btns i {
  padding-left: 7px;
}
.Uhome .info .btns .getInBtn {
  width: 150px;
  display: inline-block;
  font: 500 14px/20px "Inter", sans-serif;
  text-align: center;
  text-transform: capitalize;
  color: white;
  border: 1px solid #19268F;
  background: #19268F;
  padding: 13px 0;
  text-decoration: none;
  transition: all .40s ease;
}
.Uhome .info .btns .getInBtn:hover{
        border: 1px solid white;
        background: transparent;
}
.blueText {
  font: 500 14px/6px "Outfit", sans-serif;
  color: #19268F;
  text-transform: uppercase;
  position: relative;
  border-bottom: 6px solid #E2EEFA;
  width: -moz-fit-content;
  width: fit-content;
}

.aboutUni {
  padding-top: 101px;
}
.aboutUni .left {
  padding-right: 43px;
  position: relative;
}
.aboutUni .parent {
    overflow: hidden;
} 
.aboutUni .exp {
            bottom: 17%;
            left: 36%;
            width: 240px;
            height: 47px;
            background: #222;
            position: absolute;
            color: white;
            font: 500 17px/20px 'Inter', sans-serif;
            padding: 14px 0;
            text-align: center;
}
.aboutUni .triangle {
            height: 0px;
            width: 0px;
            border: 23px solid rgb(34 34 34);
            border-top: 25px solid #ffffff00;
            border-left: 21px solid #3c3c3c00;
            position: absolute;
            bottom: 0;
            left: -18%;
}
.aboutUni .line {
            width: 100px;
            height: 5px;
            background: #17328a;
            rotate: 133deg;
            transform: translateX(37%);
}
.aboutUni  .wrap {
            width: 70px;
            height: 48px;
            position: absolute;
            bottom: 0px;
            left: -59px;
            overflow: hidden;
}
.aboutUni .left .img2 {
  position: absolute;
  left: 26%;
  top: 33%;
}
.aboutUni .left .plus {
  font: 700 76px "Outfit", sans-serif;
  color: #19268F;
  right: 25%;
  top: 25%;
  position: absolute;
}
/*.aboutUni .left .experiance {*/
/*  border-bottom: 50px solid #2E2E2E;*/
/*  border-left: 50px solid transparent;*/
/*  height: 0;*/
/*  width: 257px;*/
/*  font: 500 17px/45px "Inter", sans-serif;*/
/*  color: white;*/
/*  padding-left: 20px;*/
/*  position: absolute;*/
/*  bottom: 16%;*/
/*  left: 29%;*/
/*}*/
.aboutUni .right .heading {
  font: 700 42px/52px "Outfit", sans-serif;
  letter-spacing: 0.84px;
  text-transform: capitalize;
  color: #000;
  padding-bottom: 46px;
  padding-top: 18px;
}
@media (min-width: 1200px) {
  .aboutUni .right .heading {
    padding-right: 40px;
  }
}
@media (min-width: 570px) {
  .aboutUni .right .service {
    padding-left: 32px;
  }
}
.aboutUni .right .subHeading {
  font: 500 17px/25px "Inter", sans-serif;
  color: #000;
  padding-bottom: 10px;
}
.aboutUni .right .desc {
  font: 500 16px/23px "Inter", sans-serif;
  color: #313131;
  text-align: justify;
}
.aboutUni .right .serviceImg img {
  border: 10px solid #F1F1F1;
}

.UniService {
  background: #F8F8F8;
  padding-top: 120px;
  /*padding-bottom: 176px;*/
}
.UniService .heading {
  font: 700 28px/40px "Outfit", sans-serif;
  letter-spacing: 0.84px;
  text-transform: capitalize;
  color: #000;
  padding-top: 18px;
}
.UniService .desc {
  font: 16px/23px "Inter", sans-serif;
  color: #313131;
  padding-top: 28px;
  text-align: justify;
}
.UniService .pt_70 {
  padding-top: 70px;
}
.UniService .solution .imgBox {
  position: relative;
  display: block;
}
.UniService .solution .imgBox .solInfo {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 24px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #020202 100%);
}
.UniService .solution .imgBox .solInfo .solText {
  font: 600 17px "Inter", sans-serif;
  color: white;
  margin-bottom: 0;
  padding-bottom: 8px;
  text-transform: capitalize;
}
.UniService .solution .imgBox .solInfo .orngBtn {
  text-decoration: none;
  font: 500 14px "Inter", sans-serif;
  color: #E59137;
}

.infras .infraImg {
  height: 100%;
}
.infras .infraInfo {
  background: #000;
  padding-top: 80px;
  padding-left: 105px;
  padding-right: 105px;
  height: 100%;
}
.infras .infraInfo .heading {
  font: 500 14px/10px "Outfit", sans-serif;
  text-transform: uppercase;
  color: #FFFFFF;
  border-bottom: 4px solid #545454;
  width: -moz-fit-content;
  width: fit-content;
}
.infras .infraInfo .subHeading {
  font: 700 42px "Outfit", sans-serif;
  line-height: normal;
  letter-spacing: 0.84px;
  font-style: normal;
  text-transform: capitalize;
  color: #FFFFFF;
  padding: 18px 0 20px;
}
.infras .infraInfo .desc {
  font: 400 16px/23px "Inter", sans-serif;
  font-style: normal;
  color: #E9E7E7;
}

.infraPlant .infraplantWrapper {
  margin-top: -50px;
}
.infraPlant .plantBg {
  background: #FFF;
 padding-bottom: 30px;
    padding-top: 5px;
}
.infraPlant .imgBtn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.infraPlant .imgBtn .square {
  width: 72px;
  height: 72px;
  background: #EDF4FF;
  display: grid;
  place-items: center;
}
.infraPlant .imgBtn .btns .plantBtn {
  font: 600 20px/25px "Outfit", sans-serif;
  font-style: normal;
  color: #19268F;
  text-decoration: none;
  padding-left: 16px;
}

.group {
  background: #F8F8F8;
  padding: 112px 0 112px;
}
.group .heading {
  font: 700 42px/52px "Outfit", sans-serif;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.84px;
  text-transform: capitalize;
  color: #000;
  padding: 18px 0 64px;
}
.group .icon {
  background-blend-mode: multiply;
  position: absolute;
  background: rgba(0, 0, 0, 0.09);
  bottom: 0;
  width: 100%;
  height: 0;
  transition: all 0.4s ease;
}
.group .companyImg:hover .icon {
  transform: none;
  height: 100%;
}
.group .companyImg:hover .companyName {
  background: #19268F;
  transition: all 0.4s ease;
}
.group .company .companyImg {
  position: relative;
  overflow: hidden;
  display: block;
  
}

.group .company .companyImg .card-overlay{
    /*border:2px solid red;*/
        position: absolute;
    top: 55%;
    /* bottom: -57%; */
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.group .company .companyImg .companyName {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 29px 21px 24px;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 33px;
       column-gap: 33px;
  align-items: center;
  transition: all 0.8s ease;
}
.group .company .companyImg .companyName i {
  color: white;
  padding-left: 16px;
}
.group .company .companyImg .companyBtn {
  text-decoration: none;
  font: 600 15px/18px "Inter", sans-serif;
  line-height: normal;
  color: white;
  /*color:#000;*/
}
.group .company .companyImg .borderLeft {
  border-left: 1px solid white;
}
.group .companyParent {
  padding-left: 25px;
  padding-right: 25px;
}

.clients {
  padding: 81px 0 86px;
}
.clients .heading {
  font: 700 42px/52px "Outfit", sans-serif;
  line-height: normal;
  letter-spacing: 0.84px;
  text-transform: capitalize;
  font-style: normal;
  color: #000;
  padding-bottom: 55px;
}

.CompleteSol {
  padding-top: 112px;
  background: #F8F8F8;
  padding-bottom: 100px;
}
.CompleteSol .bussSol {
  padding-bottom: 118px;
}
.CompleteSol .quality .bgBlue {
  background: #19268F;
  justify-content: center;
  align-items: center;
  display: flex;
}
.CompleteSol .quality .text {
  font: 700 42px/50px "Outfit", sans-serif;
  letter-spacing: 0.84px;
  text-transform: capitalize;
  color: white;
  padding-left: 84px;
}
.CompleteSol .quality .contactBtn {
  font: 500 14px/20px "Inter", sans-serif;
  color: #19268F;
  background: #FFFFFF;
  padding: 13px 17px;
  text-decoration: none;
  /*width: 170px;*/
  display: inline-block;
  transition: all .40s ease;
}
.CompleteSol .quality .contactBtn:hover{
            background: transparent;
            color: #FFFFFF;
            border: 1px solid white;
}
.Unicontact {
  background: #F8F8F8;
  padding-bottom: 112px;
}
.Unicontact .sliderBox {
  border: 1px solid #E6E6E6;
  background: #FFF;
  padding: 50px 51px 75px;
}
.Unicontact .sliderBox, .Unicontact .formDiv {
  margin-top: -135px;
}
.Unicontact .sliderBox .heading {
  font: 700 42px/50px "Outfit", sans-serif;
  letter-spacing: 0.84px;
  text-transform: capitalize;
  color: #000;
  padding: 10px 0 33px;
}
.Unicontact .testBox .quoteImg img {
  width: 143px;
  height: 143px;
}
.Unicontact .testBox .desc {
  font: 400 16px/23px "Inter", sans-serif;
  color: #313131;
  font-style: italic;
  padding: 18px 0 40px;
}
.Unicontact .testBox .testmName {
  font: 600 20px/25px "Outfit", sans-serif;
  color: #313131;
  padding-bottom: 10px;
}
.Unicontact .testBox .testmDesgn {
  font: 400 15px/23px "Inter", sans-serif;
  color: #313131;
}
.Unicontact .formDiv {
  border: 1px solid #E6E6E6;
  background: #F2F2F2;
  padding: 25px 28px;
}
.Unicontact .formDiv .heading {
  font: 700 42px/49px "Outfit", sans-serif;
  letter-spacing: 0.84px;
  text-transform: capitalize;
  color: #000;
  padding-bottom: 13px;
}
.Unicontact .formDiv .text {
  font: 400 16px/23px "Inter", sans-serif;
  color: #313131;
  padding-bottom: 26px;
}
.Unicontact .formDiv input, .Unicontact .formDiv textarea {
  border: none;
  outline: none;
  width: 100%;
  padding: 15px 0 13px 24px;
  font: 400 15px/23px "Inter", sans-serif;
  color: #848484;
}
/*.Unicontact .formDiv .inner {*/
/*  margin-bottom: 26px;*/
/*}*/
.Unicontact .formDiv .submitReq {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  background: #19268F;
  color: white;
  padding: 15px 0;
  width: 100%;
  border: 1px solid #19268F;
  text-transform: uppercase;
}

.uniAddress .commanPlant {
    /*border-bottom: 1px solid #19268F;*/
  /*border-right: 1px solid #19268F;*/
  padding-right: 20px;
    padding-left: 35px;
}

.uniAddress {
  border: 1px solid #19268F;
  padding: 70px 22px;
  margin-top: 112px;
}
.uniAddress span {
  color: #19268F;
}
.uniAddress .heading {
  font: 600 18px/28px "Outfit", sans-serif;
  color: #000;
  position: relative;
}
.uniAddress .heading::after {
  content: "";
  width: 39px;
  height: 2px;
  position: absolute;
  background-color: #19268F;
  bottom: -4px;
  left: 0;
}
.uniAddress .address {
  font: 500 16px/26px "Inter", sans-serif;
  color: #343434;
  padding-top: 23px;
}
.uniAddress .phone {
  font: 500 16px/26px "Inter", sans-serif;
  color: #343434;
  padding-top: 18px;
  padding-bottom: 18px;
}
.uniAddress .email {
  font: 400 16px/26px "Inter", sans-serif;
  color: #343434;
}

footer {
  background: #101010;
  padding-top: 100px;
}
footer .addr .element{
    display:flex;
}
footer .fHead {
  font: 600 22px/25px "Outfit", sans-serif;
  color: #FFF;
  position: relative;
}
footer .fHead::after {
  content: "";
  width: 39px;
  height: 4px;
  position: absolute;
  background-color: #19268F;
  bottom: 8px;
  margin-left: 13px;
}
footer ul {
  margin-top: 40px;
}
footer ul li a, footer .addr .element .text {
  font: 400 15px/23px "Inter", sans-serif;
  color: white;
  text-decoration: none;
  text-transform: capitalize;
}
footer .addr .element .text{
    margin-left: 16px;
}
footer .addr .element i{
    color: white;
}
footer .mlSpan li {
  margin-bottom: 19px;
}
footer .mlSpan span {
  margin-left: 16px;
}
footer ul li {
  margin-bottom: 13px;
}
footer .servCenter {
  display: grid;
  justify-content: center;
}
footer .upperRight {
  display: flex;
  align-items: center;
  justify-content: start;
  -moz-column-gap: 9px;
  column-gap: 9px;
}
footer .upperRight .square {
  border: 1px solid #19268F;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
}
footer .upperRight .square i {
  color: white;
}
footer .hr {
  border: 1px solid #7C727A;
  margin-bottom: 13px;
  margin-top: 35px;
}
footer .copyright {
  font: 400 14px/23px "Inter", sans-serif;
  color: #EFFFED;
  padding-bottom: 18px;
}
footer .hovB a:hover{
    color: #19268F;
}
.custSlider .owl-theme .owl-nav [class*=owl-]:hover {
  background: rgba(255, 255, 255, 0);
  color: black;
  text-decoration: none;
}
.custSlider .owl-carousel .owl-nav button.owl-next, .custSlider .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  bottom: 30%;
}
.custSlider .owl-carousel .owl-nav button.owl-next i, .custSlider .owl-carousel .owl-nav button.owl-prev i {
  font-size: 30px;
}
.custSlider .owl-carousel .owl-nav button.owl-prev {
  left: -40px;
}
.custSlider .owl-carousel .owl-nav button.owl-next {
  right: -40px;
}
.ourPeople{
  background: #F8F8F8;
}
.ourPeople .facilities .round{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #000000;
  display: grid;
  place-items: center;
  border: 1px solid white;
}
.ourPeople .facilities{
  display: flex;
  align-items: center;
}
.ourPeople .facilities .number{
  font: 700 17px/24px "Outfit", sans-serif;
  text-transform: uppercase;
  color: white;
}
.ourPeople .facilities .title{
  font: 600 14px/17px "Outfit", sans-serif;
  text-transform: uppercase;
  color: white;
  padding-left: 14px;
}
.ourPeople .fEmpl{
  column-gap: 62px;
  margin-top: -140px;
}
.ourPeople .sliderMain{
  margin-top: -250px;
}
.ourPeople .sliderParent{
  border-top: 1px solid #646787;
  border-right: 1px solid #646787;
  border-left: 1px solid #646787;
  background: #19268F;
  padding: 58px 50px 54px 38px;
  margin-left: 50px;
}
.ourPeople .sliderParent .smallHead{
  font: 500 14px/17px "Outfit", sans-serif;
  text-transform: uppercase;
  color: white;
  padding-bottom: 14px;
}
.ourPeople .sliderParent .head{
  font: 700 42px/52px "Outfit", sans-serif;
  letter-spacing: 0.84px;
  text-transform: capitalize;
  color: white;
  padding-bottom: 14px;
}
.ourPeople .peopleSlider .info{
  font: 400 15px/23px "Inter", sans-serif;
  color: white;
  padding-bottom: 33px;
  width: 441px;
}
.ourPeople .peopleSlider .name{
  font: 500 15px/18px "Outfit", sans-serif;
  color: white;
  text-transform: uppercase;
  padding-bottom: 7px;
}
.ourPeople .peopleSlider .design{
  font: 500 12px/15px "Outfit", sans-serif;
  color: white;
  text-transform: uppercase;
}
.ourPeople .peopleSlider .imgText{
 column-gap: 20px;
 align-items: center;
}
.ourPeople .peopleSlider .imgText .peopleImg .AdityaBakshiImg{
   border:1px solid #fff;
   border-radius:54px;
}
.ourPeople .peopleSlider .owl-dots{
  right: -2%;
  position: absolute;
}
.peopleSlider .owl-dot.active span {
  background: #FFFFFF !important;
}
.peopleSlider .owl-dot span {
  background: #4F5696 !important;
}
.locationP {
  padding: 70px 0 174px;
}
.locationP .locBox{
  padding: 36px 37px;
  border: 1px solid #19268F;
  height: 315px;
}
.locationP .locBox .heading{
  font: 600 18px/28px "Outfit", sans-serif;
    color: #000;
    position: relative;
}
.locSol .CompleteSol{
  background: white;
}
.locationP .locBox .heading::after {
  content: "";
  width: 39px;
  height: 2px;
  position: absolute;
  background-color: #19268F;
  bottom: -4px;
  left: 0;
}
.locationP .locBox .desc{
  font: 400 16px/20px "Inter", sans-serif;
    color: #000;
  padding-top: 23px;
}
.locationP .locBox .desc span{
  font: 500 16px/20px "Inter", sans-serif;
    color: #000;
}
.locationSec .locationAddr .locationABox .Head{
  font: 600 28px/25px "Outfit", sans-serif;
  color: #000;

}
.locationSec .locationAddr {
  padding-left: 120px;

}
.locationSec .locationAddr .locationABox .imgTxt{
  column-gap: 15px;
  padding-bottom: 28px;
  align-items: center;
}
.locationSec .locationAddr .locationABox ul{
  margin-bottom: 0;
  padding-left: 29px;
}
.locationSec .locationAddr .locationABox ul li{
  font: 500 16px/20px "Inter", sans-serif;
  text-transform: capitalize;
  color: #000;
  padding-bottom: 13px;
}
.locationSec .locationAddr .locationABox {
  border: 1px solid #E59137;
  padding: 30px;
  margin-bottom: 26px;
}
/*@media (min-width: 1300px) {*/
/*  .Uhome .info .subHeading {*/
/*    width: 523px;*/
/*  }*/
/*}*/
@media (max-width: 1400px) {
    .ourPeople .sliderParent .head {
    font: 700 38px/48px "Outfit", sans-serif;
}
    .locationSec .locationAddr {
    padding-left: 55px;
}
     .locationP .locBox {
    padding: 30px;
    height: 300px;
}
    .ourPeople .peopleSlider .info {
    width: 401px;
}
    .Unicontact .formDiv {
    padding: 32px 28px;
}
  .aboutUni .exp {
    left: 36%;
    width: 200px;
    height: 45px;
    padding: 13px 0;
}
.aboutUni .triangle {
    border: 21px solid rgb(34 34 34);
    border-top: 25px solid #ffffff00;
    border-left: 17px solid #3c3c3c00;
    left: -18%;
}
.aboutUni .wrap {
    width: 56px;
    height: 47px;
    left: -57px;
}
.aboutUni .line {
    rotate: 131deg;
}        
 .infraPlant .infraplantWrapper {
    margin-top: -35px;
} 
  .aboutUni .left .plus {
    right: 19%;
  }
  .infras .infraInfo {
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .infras .infraInfo .subHeading {
    padding: 18px 0 20px;
  }
  .infraPlant .plantBg {
    background: #FFF;
    padding-top:5px;
    padding-bottom:30px;
    /*padding: 5px 0;*/
 }   
  .CompleteSol .quality .text {
    font-size: 32px;
    line-height: 42px;
  }
  .Unicontact .sliderBox {
    padding: 40px 51px 76px;
  }
  .uniAddress .commanPlant {
    padding-right: 45px;
    padding-left: 45px;
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
   footer .mlSpan span {
    margin-left: 10px;
}
footer ul li a {
    font: 400 14px/23px "Inter", sans-serif;
}
}
@media (max-width: 1200px) {
    .ourPeople .sliderParent .head {
    font: 700 30px/40px "Outfit", sans-serif;
}
    .locationSec .locationAddr {
    padding-left: 20px;
}
    .locationP .locBox {
   padding: 24px;
    height: 330px;
}
     .ourPeople .peopleSlider .info {
    width: auto;
}
.ourPeople .sliderParent {
  padding: 45px 49px 50px 37px;
  margin-left: 42px;
}
.ourPeople .sliderMain {
  margin-top: -204px;
}
.ourPeople .fEmpl {
  column-gap: 50px;
}
    .infraPlant .imgBtn .btns .plantBtn {
        font-size:17px;
    }
    .uniAddress {
    padding: 50px 30px;
    }
    .custSlider .owl-carousel .owl-nav button.owl-next {
        right: -20px;
    }
    .custSlider .owl-carousel .owl-nav button.owl-prev {
        left: -18px;
    }
  .aboutUni .left .experiance {
    width: 230px;
    padding-left: 3px;
    bottom: 16%;
    left: 24%;
  }
  .Uhome .info .btns .explore {
    width: 160px;
  }
  .aboutUni .right .heading {
    font-size: 38px;
    line-height: 47px;
  }
  .aboutUni .left .plus {
    right: 9%;
  }
  .infraPlant .infraplantWrapper {
    margin-top: 24px;
  }
  .group .company .companyImg .companyName {
    padding: 0 20px 21px 20px;
  }
  .CompleteSol .quality .text {
    font-size: 20px;
    line-height: 32px;
    padding-left: 50px;
  }
  .Unicontact .sliderBox {
    padding: 30px 46px 54px;
  }
 .Unicontact .sliderBox .heading {
    font-size: 36px;
    line-height: 46px;
    padding: 10px 0 26px;
  }
  .Unicontact .formDiv {
    padding: 30px 28px;
  }
  .Unicontact .formDiv .heading {
    font-size: 32px;
    font-size: 36px;
    line-height: 46px;
  }
  .uniAddress .commanPlant {
    padding-right: 5px;
    padding-left: 5px;
  }
  footer .servCenter {
    display: block;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .infras .infraInfo {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
}
.infras .infraInfo .subHeading {
    font: 700 32px "Outfit", sans-serif;
}
  .infras .infraInfo .subHeading {
    padding: 5px 0 10px;
  }
  .aboutUni .exp {
    left: 36%;
    width: 170px;
    height: 44px;
    padding: 13px 0;
   font: 500 16px/20px 'Inter', sans-serif;
}
.aboutUni .triangle {
    border: 20px solid rgb(34 34 34);
    border-top: 25px solid #ffffff00;
    border-left: 16px solid #3c3c3c00;
    left: -20%;
}
.aboutUni .wrap {
    width: 56px;
    height: 45px;
    left: -57px;
}
.aboutUni .line {
    rotate: 130deg;
}
}
@media (max-width: 992px) {
    .locationP {
    padding: 70px 0 70px;
}
      .ourPeople .sliderMain {
    margin-top: -20px;
}
.ourPeople .facilities .round {
  width: 75px;
  height: 76px;
}
.ourPeople .sliderParent {
  margin-left: 36px;
}
.ourPeople .fEmpl {
  margin-left: 36px;
}
  header .topHeader .topHeaderInner .upperRight {
    display: none;
  }
  .aboutUni .left {
    padding-right: 0px;
  }
  .aboutUni .left .experiance {
    width: 230px;
    padding-left: 3px;
    bottom: 18%;
    left: 32%;
  }
  .collapseCust ul {
    align-items: start !important;
  }
  .Uhome .info .heading {
    font-size: 40px;
    line-height: 48px;
    width: 770px;
  }
  .UniService {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .UniService .pt_70 {
    padding-top: 50px;
  }
  .UniService .heading {
    font-size: 27px;
    line-height: 39px;
  }
  .aboutUni {
    padding-top: 80px;
  }
  .aboutUni .right .heading {
    font-size: 32px;
    line-height: 42px;
  }
  .aboutUni .left .plus {
    right: 31%;
  }
  .aboutUni .business {
    padding-bottom: 30px;
  }
  .infraPlant .imgBtn .btns .plantBtn {
    font-size: 16px;
   padding-left: 2px;
 }
  .infras .infraInfo .subHeading {
    font-size: 38px;
    padding: 15px 0 15px;
  }
  .infraPlant .infraplantWrapper {
    margin-top: -40px;
  }
  .infras .infraInfo {
    padding-top: 35px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 75px;
  }
  .infraPlant .plantBg {
    background: #FFF;
    padding-top: 5px;
    padding-bottom: 30px;
  }
  .group {
    background: #F8F8F8;
    padding: 80px 0 80px;
  }
  .group .heading {
    font-size: 32px;
    line-height: 42px;
    padding: 18px 0 40px;
  }
  .clients {
    padding: 50px 0 50px;
  }
  .clients .heading {
    font-size: 32px;
    line-height: 42px;
    padding-bottom: 35px;
  }
  .CompleteSol {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .CompleteSol .bussSol {
    padding-bottom: 80px;
  }
  .CompleteSol .quality .qualityDesc .text {
    font-size: 20px;
    line-height: 30px;
    padding-left: 40px;
  }
  .CompleteSol .quality .contactBtn {
    padding: 13px 13px;
    /*width: 160px;*/
  }
  .CompleteSol .quality .qualBtn {
    padding-right: 25px;
  }
  .Unicontact .sliderBox {
    margin-top: -64px;
  }
  .Unicontact .formDiv {
    margin-top: 35px;
  }
  .uniAddress .commanPlant {
    border-right: 0;
    /*border-bottom: 1px solid #19268F;*/
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .uniAddress {
    padding: 15px 15px;
  }
  .uniAddress .commanPlant {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .uniAddress {
    margin-top: 80px;
  }
  .Unicontact {
    padding-bottom: 80px;
  }
}
@media (max-width: 992px) and (min-width: 770px) {
    .infraPlant .imgBtn {
    justify-content: start;
}
}
@media (max-width: 770px) {
     .locationP .locBox {
    padding: 25px;
    height: 290px;
}
     .ourPeople .facilities .round {
    width: 60px;
    height: 60px;
}
.ourPeople .fEmpl {
  margin-top: -124px;
}
.ourPeople .sliderMain {
  margin-top: -30px;
}
.ourPeople .facilities .number {
  font: 700 15px/22px "Outfit", sans-serif;
}
  .aboutUni .left .experiance {
    width: 230px;
    padding-left: 3px;
    bottom: 17%;
    left: 29%;
  }
  #navbarSupportedContent {
    overflow-y: scroll;
  }
  .infraPlant .imgBtn .btns .plantBtn {
    padding-left: 16px;
}
  .Uhome .homeSlider .owl-nav {
    bottom: 10px;
  }
  .Uhome .homeSlider .owl-dots {
    bottom: 10px;
  }
  .Uhome .info .heading {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 10px;
    width: 570px;
  }
  .Uhome .info .subHeading {
    font: 500 18px/28px "Inter", sans-serif;
}
  .Uhome .homeSlider .owl-item img {
    height: 360px;
}
  .aboutUni {
    padding-top: 80px;
  }
  .aboutUni .right .heading {
    font-size: 29px;
    line-height: 39px;
    padding-bottom: 30px;
  }
  .aboutUni .right .desc {
    padding-bottom: 20px;
  }
  .aboutUni .left .plus {
    right: 16%;
  }
  .UniService .heading {
    font-size: 24px;
    line-height: 35px;
  }
  .infraPlant .infraplantWrapper {
    margin-top: -38px;
  }
  .infraPlant .plantBg {
    padding: 2px 0;
  }
  .plantBg .pb_30 {
    padding-bottom: 30px;
  }
  .CompleteSol .quality {
    flex-wrap: wrap;
  }
  .CompleteSol .quality .text {
   font-size: 16px;
    line-height: 26px;
    padding-left: 1px;
    padding-bottom: 10px;
    text-align: center;
  }
  .CompleteSol .quality .qualBtn {
    padding-right: 0;
    text-align: center;
}
  .CompleteSol .quality .contactBtn {
    padding: 8px 8px;
    font-size: 13px;
  }
  .Unicontact .sliderBox {
    margin-top: -50px;
    padding: 29px 43px 54px;
  }
  .Unicontact .sliderBox .heading  {
    font-size: 32px;
    line-height: 42px;
    padding: 10px 0 20px;
  }
  .Unicontact .testBox .desc {
    padding: 18px 0 30px;
  }
  .uniAddress {
    margin-top: 50px;
  }
  footer .mlSpan span {
    margin-left: 1px;
  }
}
@media (max-width: 575px) {
    .clients{
        padding: 40px 0 50px;
    }
    .locationP .locBox .desc {
    padding-top: 18px;
}
    .locationSec .pt_28 {
    padding-top: 20px;
}
      .locationSec .locationAddr .locationABox .imgTxt {
    padding-bottom: 18px;
}
.locationSec .locationAddr .locationABox {
    padding: 20px;
}
.locationSec .locationAddr .locationABox .Head {
    font: 600 24px/25px "Outfit", sans-serif;
}
     .locationP {
    padding: 50px 0 50px;
}
  .locationP .locBox {
    padding: 20px;
}
     .ourPeople .sliderMain {
    margin-top: -14px;
}
.ourPeople .sliderParent {
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px 38px 45px 38px;
}
.ourPeople .sliderParent .smallHead {
    font: 500 14px/17px "Outfit", sans-serif;
    padding-bottom: 5px;
}
.ourPeople .sliderParent .head {
    font: 700 20px/30px "Outfit", sans-serif;
    padding-bottom: 10px;
}
.ourPeople .peopleSlider .info {
    padding-bottom: 25px;
}
.ourPeople .fEmpl {
  margin-top: -75px;
margin-left: 20px;
column-gap: 44px;

}
.ourPeople .facilities .round {
  width: 45px;
  height: 45px;
}
.ourPeople .facilities .number {
  font: 700 13px/19px "Outfit", sans-serif;
}
.ourPeople .facilities .title {
  font: 600 13px/15px "Outfit", sans-serif;
  padding-left: 10px;
}
    .Uhome .info .btns .getInBtn {
    width: 130px;
    padding: 10px 0;
}
    .UniService .pt_70 {
    padding-top: 20px;
}
    .custSlider .owl-carousel .owl-nav button.owl-next i, .custSlider .owl-carousel .owl-nav button.owl-prev i {
    font-size: 20px;
  }
  .custSlider .owl-carousel .owl-nav button.owl-prev {
    left: -5px;
  }
  .custSlider .owl-carousel .owl-nav button.owl-next {
    right: -5px;
  }
  .custSlider .owl-carousel .owl-nav button.owl-next {
    right: 0px;
 }
    .custSlider .owl-carousel .owl-nav button.owl-prev {
        left: 0px;
    }
    .aboutUni .exp {
    left: 36%;
    width: 150px;
    height: 45px;
    padding: 10px 0;
   bottom: 16%;
  font: 500 14px/22px 'Inter', sans-serif;
}
.aboutUni .triangle {
    border: 21px solid rgb(34 34 34);
    border-top: 25px solid #ffffff00;
    border-left: 17px solid #3c3c3c00;
    left: -25%;
}
.aboutUni .wrap {
    width: 56px;
    height: 45px;
    left: -59px;
}
.aboutUni .line {
    rotate: 130deg;
}
.aboutUni .right .desc {
    padding-top: 25px;
}
  .aboutUni .left .experiance {
    font: 500 15px/46px "Inter", sans-serif;
    border-bottom: 45px solid #2E2E2E;
    border-left: 45px solid transparent;
  }
  .aboutUni .left .experiance {
    width: 190px;
    padding-left: 0px;
    bottom: 13%;
    left: 23%;
  }
  .pl_10 {
    padding-left: 10px;
  }
  .Uhome .homeSlider .owl-nav {
    bottom: 5px;
    right: 5px;
  }
  .Uhome .homeSlider .owl-dots {
    bottom: 13px;
    left: 5px;
  }
  .Uhome .homeSlider .owl-item img {
    height: 300px;
  }
  .Uhome .info {
    top: 45%;
    transform: translate(1%, -50%);
  }
  .Uhome .info .heading {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 14px;
   width: 332px;
  }
  .Uhome .info .subHeading {
    padding-bottom: 14px;
    font-size: 14px;
    line-height: 24px;
    width: 330px;
  }
  .Uhome .info .btns .explore {
    width: 163px;
    margin-right: 20px;
    padding: 10px 0;
  }
  .Uhome .info .btns .getInBt {
    padding: 10px 0;
  }
  .aboutUni {
    padding-top: 50px;
  }
  .aboutUni .right .heading {
    font-size: 22px;
    line-height: 32px;
  }
  .aboutUni .right .subHeading {
    padding-top: 20px;
  }
  .aboutUni .right .business {
    flex-wrap: wrap;
  }
  .aboutUni .left .img2 {
    left: 16%;
    top: 34%;
  }
  .aboutUni .left .plus {
    right: 30%;
    top: 24%;
  }
  .aboutUni .serviceImg {
    display: block;
    margin: auto;
  }
  .blueBtn {
    padding: 13px 13px;
    margin-top: 10px;
  }
  header .topHeader .topHeaderInner .upperRight {
    display: none;
  }
  .UniService {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .UniService .solution .imgBox .solInfo {
    padding: 10px 10px;
  }
  .UniService .solution .imgBox .solInfo .solText {
    font-size: 15px;
  }
  .UniService .heading {
    font-size: 18px;
    line-height: 29px;
  }
  .UniService .desc {
    padding-top: 15px;
  }
  .infras .infraInfo {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 75px;
  }
  .infras .infraInfo .subHeading {
    font-size: 30px;
  }
  .group {
    padding: 30px 0 50px;
  }
  .group .heading {
    font-size: 28px;
    line-height: 38px;
    padding: 15px 0 30px;
  }
  .CompleteSol {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .CompleteSol .bussSol {
    padding-bottom: 50px;
  }
  .btncenter {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .CompleteSol .quality .text {
    padding-top: 20px;
     padding-right: 5px;
    padding-left: 5px;
    
  }
  .CompleteSol .quality .qualBtn {
    padding-bottom: 20px;
  }
  .Unicontact .sliderBox {
    margin-top: -35px;
    padding: 20px 40px 25px;
  }
  .Unicontact .sliderBox .heading  {
    font-size: 24px;
    line-height: 34px;
    padding: 10px 0 10px;
  }
  .Unicontact .testBox .desc {
    padding: 18px 0 20px;
  }
  .Unicontact .formDiv .heading {
    font-size: 24px;
    line-height: 46px;
    padding-bottom: 8px;
  }
  .Unicontact .formDiv {
    padding: 20px 20px;
  }
  .Unicontact .formDiv .text {
    padding-bottom: 20px;
  }
  .Unicontact {
    padding-bottom: 50px;
  }
  .Unicontact .testBox .quoteImg img {
    width: 90px;
    height: 90px;
  }
  .Unicontact .testBox .testmName {
    font-size: 18px;
  }
  .Unicontact .testBox .testmDesgn {
    font-size: 14px;
  }
  footer .wrap575 {
    flex-wrap: wrap;
  }
  footer {
    padding-top: 50px;
  }
  footer .fHead::after {
    left: 0;
    bottom: -12px;
    margin-left: 0px;
  } 
}

.description > p {
  padding: 0;
  margin: 0;
  }

  .brief-description > p {
    margin-bottom: 0;
  }
  
.peopleImg img{
    height: 62px;
    width: 62px;
    border-radius: 50%;
}



/*# sourceMappingURL=style.css.map */