/******** Google Fonts ********/

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&family=Teko:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');


/******** Color Schemes ********/

:root {
  --c-primary: #004960;
  --c-white: #ffffff;
  --c-body-text: #424242;
  --c-red: #F12D2D;
  --c-black-text: #000000;
  --c-light-grey: #C0C0C0;
  --c-dark-grey: #4F4F4F;
  --c-primary-text: #FF5600;
  --c-secondary-text: #2D2D2D;
  --c-semi-grey: #666666;
  --ff-primary: "Rubik", sans-serif;
  --ff-heading: "Teko", sans-serif;
  --ff-tertiary: "Mulish", sans-serif;
  --ff-new:"Assistant", sans-serif;
  --ff-new-2: "Mukta", sans-serif;
  --ff-new-3: "DM Sans", sans-serif;
}


/******** CSS Resets ********/
* {
  padding: 0;
  margin: 0 auto;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a:focus, a:hover {
  outline: none;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0;
  font-size: 17px;
  color: var(--c-black-text);
  font-family: var(--ff-new);
  line-height: 45px;
  font-weight: 400;
}

body {
  font-family: var(--ff-new);
  font-size: 17px;
  color: var(--c-black-text);
	 background-color: #f2f2f2;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--ff-new);
  margin-bottom: 0;
}

/******** Utility Classes ********/

.container {
  width: 100%;
  max-width: 1410px;
}


.custom-pad {
  padding: 90px 0;
}


/*=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+toggle-nav-css-start=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+*/
.navbar-default .navbar-toggler .icon-bar {
  background-color: #fff;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-default .navbar-toggler .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-toggler {
  border-color: #5f4b8b;
  background: #5f4b8b;
  outline: none;
}

.navbar-toggler {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-header {
  display: none;
}

/*=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+toggle-nav-css-end=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+*/

.custom-header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 999;
}
.c-sub-menu {
  display: none;
}
.custom-header ul li:hover .c-sub-menu{
  display: block ;
}
.custom-header {
  padding: 20px 0;
}
.custom-header nav ul li a {
  color: #fff;
  padding: 0 !important;
}
.custom-header nav ul li {
  margin-left: 76px;
  position: relative;
}
.custom-header nav ul li:first-child{
  margin-left: 0;
}
.c-sub-menu {
  background-color: #f1f1f1;
  width: 200px;
  position: absolute;
}
.c-sub-menu li {
  margin-left: 0 !important;
  padding: 10px 20px;
  border-bottom: 1px solid #fff;
}
.c-sub-menu li a {
  color: var(--c-body-text) !important;
}

/* =============================banner======================== */

.custom-banner video {
  width: 100%;
}
.custom-banner {
  position: relative;
}
.banner-content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 170px;
  text-align: center;
}
.banner-content {
  color: var(--c-white);
}
.main-heading h1 {
  font-size: 84px;
  line-height: 0.86;
  letter-spacing: 2px;
}
.main-heading h4 {
  font-size: 32px;
  margin-top: 14px;
  letter-spacing: 3px;
  margin-bottom: 30px;
}
.banner-box-list li {
  background-color: rgba(1,120,174,1);
  padding: 60px 30px;
  border-radius: 20px 0px;
  width: 18%;
}
.banner-box-list {
  display: flex;
}
.banner-box-list li h2 {
  font-size: 68px;
}
.banner-box-list li h5 {
  font-family: var(--ff-new);
  text-transform: capitalize;
  font-size: 21px;
  line-height: 32px;
  font-weight: 300;
}
.banner-drop img {
  height: 80px;
  margin: 30px 0;
  width: 30% !important;
}
.banner-bottom-content h3 {
  font-size: 54px;
  letter-spacing: 1px;
  line-height: 58px;
  font-weight: 300;
  font-family: var(--ff-new);
}

/* ===============================about-us============================== */

.custom-abt {
  padding: 150px 0;
}
.abt-imgs-wrap {
  position: relative;
}

.small-img {
  position: absolute;
  bottom: 0;
  right: 0px;
}
.big-img img {
  border-radius: 8px;
}
.abt-left {
  position: relative;
}
.abt-exp {
  position: absolute;
  top: 98px;
  right: 40px;
  background-color: var(--c-primary);
  display: flex;
  align-items: center;
}
.abt-exp {
  position: absolute;
  top: 98px;
  right: 40px;
  background-color: var(--c-primary);
  display: flex;
  align-items: center;
  padding: 40px;
  gap: 0 20px;
}
.exp-text h3 {
  font-size: 58px;
  color: var(--c-white);
  line-height: 29px;
  font-weight: 600;
}
.exp-text p {
  color: var(--c-white);
  font-weight: 500;
  line-height: 18px;
  margin-top: 15px;
}
.abt-exp::after {
  content: '';
  position: absolute;
  width: 91%;
  height: 80%;
  border: 2px solid var(--c-white);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.abt-imgs-wrap::before {
  content: '';
  position: absolute;
  width: 166px;
  height: 78px;
  background-image: url(../images/abt-captcha.png);
  right: 40px;
  top: 20px;
}
.custom-heading span {
  font-size: 16px;
  font-weight: 500;
  color: var(--c-primary);
  text-transform: uppercase;
  position: relative;
}
.custom-heading span::before {
  content: '';
  position: absolute;
  top: 0;
  width: 31px;
  height: 1px;
  background-color: var(--c-primary);
  top: -16px;
  left: 0;
}
.custom-heading span::after {
  content: '';
  position: absolute;
  top: 0;
  width: 36px;
  height: 3px;
  background-color: var(--c-primary);
  top: -12px;
  left:0;
}
.custom-heading h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  margin: 16px 0 28px;
  letter-spacing: 0.56px;
}
.cus-btn {
  background-color: var(--c-primary);
  color: var(--c-white);
  padding: 18px 36px 18px 14px;
  border-radius: 6px;
  position: relative;
  margin-top: 22px;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
}
.cus-btn span {
  position: absolute;
  right: 15px;
  transform: rotate(-34deg);
  transition: all 0.3s ease-in-out;
}
.cus-btn:hover span{
  transform: rotate(0deg);
}
.cus-btn:hover{
  color: var(--c-white);
  background-color: #3f4459;
}
.form-control{background:#f2f2f2;}
/* =====================================services=================================== */

.service-content {
  padding-right: 20%;
}
.service-image {
  clip-path: polygon(0 0, 100% 0, 100% 91%, 0 100%);
  position: relative;
}
.service-image::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: #e3e3e3;
  bottom: 7px;
  z-index: 9;
  transform: rotate(-3deg);
	left:0;
}
.service-box {
  background-color: #F2F2F2;
}
.service-icon {
  position: absolute;
  background-color: #e3e3e3;
  width: 49px;
  height: 44px;
  text-align: center;
  line-height: 41px;
  border-radius: 4px;
  top: -30px;
  left: 25px;
}
.service-box-content {
  position: relative;
  padding: 36px 20px 40px;
}
.ser-heading {
  display: block;
  color: var(--c-black-text);
  font-family: var(--ff-new);
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
.service-box-content span {
  color: #373737;
  font-size: 12px;
  font-weight: 600;
}
.service-box-content p {
  line-height: 26px;
  font-size: 15px;
  margin-bottom: 12px;
  color: #424242;
  min-height: auto;
}
.service-box-content span.opportunity {
  color: #373737;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  margin-top: 8px;
}
.service-btn {
  font-size: 12px;
  color: var(--c-primary);
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.service-btn span {
  height: 14px;
  width: 14px;
  background-color: var(--c-primary);
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 8px;
  line-height: 14px;
  margin-left: 4px;
  transform: rotate(-37deg);
  transition: all 0.3s ease-in-out;
}
.ser-heading:hover {
  color: var(--c-primary);
}
.service-btn:hover {
  color: #42475c;
}
.service-btn:hover span{
  transform: rotate(0deg);
}
.our-services {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; width:100%; overflow:hidden;
}
.our-services .row:nth-child(2) {
  margin-top: 60px;
}
.fund-req p {
  padding-right: 16%;
  line-height: 36px;
  margin-bottom: 50px;
}
.fund-list ul {
  column-count: 2;
}
.fund-list ul li {
  display: flex;
  position: relative;
  padding-left: 224px;
  margin-bottom: 27px;
}
.list-left {
  margin-left: 0;
  width: 220px;
  margin-right: 0;
  position: absolute;
  left: 0;
}
.list-left h4 {
  font-size: 23px;
  position: relative;
  padding-left: 36px;
}
.list-left h4 span {
  position: absolute;
  left: 0;
}

/* =====================================custom projection============================== */

.cus-projection .custom-heading h2{color: var(--c-white);}
.cus-projection p{color:#fff;}
.cus-projection {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.pro-img {
  margin-top: 40px;
}
/* ==================================custom-sensor============================== */

.custom-sensor .custom-heading span::before {
  right: 0;
    margin: 0 auto;
  }
.custom-sensor .custom-heading span::after {
   right: 0;
  margin: 0 auto;
 }
 .senson-top-con {
  display: flex;
  align-items: start;
  gap: 0 40px;
  margin-bottom: 40px;
}
.senson-top-con h4 {
  line-height: 33px !important;
  min-width: 200px;
}
.senson-top-con p {
  line-height: 33px;
  color: #424242;
}
.sensor-top-sub-heading {
  padding: 0 8%;
}
.sensor-top-sub-heading{
  margin-bottom: 110px;
}
.sensor-box-wrap {
  background-color: #f1f1f1;
  padding: 40px 30px;
  min-height: 311px;
}
.sensor-box-icon {
  display: inline-block;
  width: 82px;
  height: 71px;
  background-color: var(--c-primary);
  text-align: center;
  line-height: 68px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.sensor-box-content p {
  line-height: 35px;
  color: #424242;
}
.col-lg-11 .senson-top-con {
  margin-top: 40px;
}
.sensor-right ul {
  display: flex;
  flex-wrap: wrap;
}
.sensor-right ul li:first-child {
  width: 60%;
}
.sensor-right ul li:last-child {
  width: 40%;
}
.sensor-right ul li img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}
.sensor-right h4 {
  font-size: 52px;
  line-height: 1;
  margin-bottom: 12px;
}
.graph-img img {
  width: 100%;
}
.custom-sensor {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* ==================================compund sec================================= */

.custom-compund-sec{
  padding-top: 100px;
}
.custom-compund-sec .container p {
  padding: 0 6%;
  margin-bottom: 100px;
}
.custom-compund-sec .custom-heading span::before , .custom-compund-sec .custom-heading span::after{
  right: 0;
  margin: 0 auto;
}
.compund-sec-btm {
  padding: 100px 0;
  background-size: 59%;
  background-position: 0% 20%;
  background-repeat: no-repeat;
  background-color: #f8f8f8;
}
.compund-sec-btm .custom-heading h2{
  color: var(--c-white);
}
.custom-heading h2 span{
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
}
.custom-heading h2 span::before , .custom-heading h2 span::after{
  display: none;
}
.compund-sec-btm ul {
  width: 46%;
  margin-top: 50px;
}
.compund-sec-btm ul li {
  position: relative;
  margin-bottom: 30px;
  color: #fff; 
  padding-left: 50px;
}
.compund-sec-btm ul li:last-child{
  margin-bottom: 0;
}
.compund-sec-btm ul li::before {
  content: "\f061";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: var(--c-primary);
  border-radius: 50%;
  color: var(--c-white);
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  top: 2px;
}
.compund-sec-btm .col-lg-12 {
  position: relative;
}
.compund-machine-image-wrap {
  position: absolute;
  right: 20px;
  top: 20%;
}
.compund-machine-image-wrap img {
  width: 80%;
}
/* ==========================================redical-sec================================= */

.redi-innovation {
  margin-top: 100px;
  padding: 100px 0;
  background-repeat: no-repeat;
  background-position: right center;
}
.redi-innovation .custom-heading h2{
  color: var(--c-white);
}
.redi-innovation ul {
  margin-top: 50px;
}
.redi-innovation ul li {
  position: relative;
  margin-bottom: 30px;
  color: #fff;
  padding-left: 50px;
}
.redi-innovation ul li:last-child{
  margin-bottom: 0;
}
.redi-innovation ul li::before {
  content: "\f061";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: var(--c-primary);
  border-radius: 50%;
  color: var(--c-white) !important;
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  top: 2px;
}
.redi-innovation {
  margin-top: 100px;
  padding: 100px 0;
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #f8f8f8;
  background-size: 60%; 
}
.redi-innovation p {
  color: #fff;
}
.redi-innovation .row {
  position: relative;
}
.radical-img {
  position: absolute;
  left: 60px;
  width: 27%;
  top: 50%;
  transform: translateY(-50%);
}
.radical-img img {
  width: 100%;
}

/* ========================================custom-products=============================== */

.custom-products{
  padding: 120px 0;
}
.custom-products .custom-heading span::before , .custom-products .custom-heading span::after{
  right: 0;
  margin: 0 auto;
}
.product-box-head {
  background-color: var(--c-black-text);
  min-height: 192px;
  text-align: center;
  clip-path: polygon(9% 11%, 81% 0, 100% 100%, 0 100%);
  position: relative;
}
.product-box-head a {
  font-family: var(--ff-new);
  color: var(--c-white);
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  position: absolute;
  width: 100%;
  left: -10px;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.product-box-head a span{
  color: var(--c-primary);
}
.pro-logo{width:80%; height:auto; }
.product-box-head a img{width:80%; height:auto; }
.shadow-shape {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 34px solid transparent;
  border-right: 0px solid transparent;
  border-top: 34px solid #1f1f1f;
  top: 192px;
  left: 0;
  z-index: 9;
}
.product-box-wrap {
  position: relative;
}
.product-box-body {
  background-color: #f2f2f2;
  padding: 150px 0 40px;
  margin-top: -90px;
  position: relative;
  z-index: -1;
  clip-path: polygon(4.3% 0, 100% 0, 90% 100%, 10% 100%);
}
.product-description {
  padding: 0 50px;
  min-height: 340px;
}
.product-description li {
  margin-bottom: 16px;
  font-size: 15px;
  color: #424242;
  position: relative;
  margin-left: 20px;
}
.product-description li::before {
  content: "\f061";
  font-family: FontAwesome;
  position: absolute;
  left: -30px;
  height: 23px;
  width: 23px;
  background-color: var(--c-primary);
  border-radius: 50%;
  color: var(--c-white);
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  top: 2px;
}
.product-points {
  text-align: center;
}
.product-points ul {
  background-color: #ebebeb;
}
.product-points ul .close-bg {
  background-color: #e1e1e1;
}
.product-points ul .close-bg span {
  color: var(--c-red);
  padding: 0 3px;
}
.product-points ul li {
  font-size: 15px;
  font-family: var(--ff-new);
  font-weight: 600;
  color: var(--c-primary);
  text-transform: uppercase;
  padding: 5px;
}
.product-points ul li:first-child {
  padding-top: 10px;
}



/*Milestone*/
.milestone {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.milestone .custom-heading {
  text-align: center;
}
.milestone .custom-heading h2 {
  color: var(--c-white);
}
.mileston .custom-heading span::before {
  right: 0;
  margin: 0 auto;
}
.mileston .custom-heading span::after {
  right: 0;
  margin: 0 auto;
}
.mileston-range ul {
  display: flex;
  position: relative;
  width: 100%;
}
.mileston-range ul::after {
  position: absolute;
  content: '';
  background-color: var(--c-white);
  width: 88%;
  height: 8px;
  bottom: -24px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
}
.mileston-range ul li {
  font-family: var(--ff-new);
  font-weight: 700;
  font-size: 37px;
  color: var(--c-white);
  margin: 0;
  width: 50%;
  position: relative;
}
.mileston-range ul li:last-child {
  text-align: end;
}
.mileston-range ul li::before {
  content: "\f061";
  font-family: FontAwesome;
  position: absolute;
  left: 70px;
  height: 23px;
  width: 23px;
  background-color: var(--c-primary);
  border-radius: 50%;
  color: var(--c-white);
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  bottom: -30px;
  transform: rotate(90deg);
  z-index: 1;
}
.mileston-range ul li:last-child::before {
  right: 70px;
  left: auto;
}
.mileston-range {
  margin-top: 25px;
}
.milestone-content-wrap {
  margin-top: 80px;
}
.milestone-content-box {
  display: flex;
  align-items: center;
}
.milestone-content-box ul {
  width: 40%;
}
.milestone-content-img img {
  width: 100%;
  object-fit: cover;
}
.milestone-content-img {
  position: relative;
}
.milestone-content-img .milestone-year {
  font-size: 35px;
  font-weight: 700;
  color: var(--c-white);
  font-family: var(--ff-new);
  transform: rotate(90deg);
  position: absolute;
  top: 50px;
  left: 8px;
} 
.milestone-content-wrap .milestone-content-box:first-child .milestone-content-img .milestone-year {
  top: 63px;
}
.milestone-content-wrap .milestone-content-box:nth-child(2) .milestone-content-img .milestone-year {
  top: 63px;
}
.milestone-content-wrap .milestone-content-box:nth-child(3) .milestone-content-img .milestone-year {
  top:56px;
  left: -15px;
}
.milestone-content-wrap .milestone-content-box:nth-child(4) .milestone-content-img .milestone-year {
  top: 130px;
}
.milestone-content-wrap .milestone-content-box:nth-child(5) .milestone-content-img .milestone-year {
  top: 130px;
}
.milestone-content-box ul li {
  font-family: var(--ff-new);
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  line-height: 35px;
}
.team .custom-heading {
  text-align: center;
  margin-bottom: 90px;
}
.team .custom-heading span::before {
  right: 0;
  margin: 0 auto;
}
.team .custom-heading span::after {
  right: 0;
  margin: 0 auto;
}
.team-box .team-img img {
  width: 100%;
  object-fit: cover;
  min-height: 290px;
}
.team-box .team-img {
  position: relative;
}
.member-name {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  z-index: 2;
}
.team-box {
  overflow: hidden;
}
.team-box .team-img::before {
  position: absolute;
  content: '';
  background-color: rgba(0,0,0,0.8);
  width: 100%;
  height: 75%;
  bottom: -290px;
  left: 0;
  z-index: 0;
  border-radius: 100%;
  right: 0;
  margin: 0 auto;
}
.member-name h3 {
  font-size: 22px !important;
  font-weight: 700;
  color: var(--c-white);
}
.member-name h6 {
  font-size: 13px;
  font-weight: 600;
  min-height: 30px;
  color: var(--c-primary);
  text-transform: uppercase;
}
.contact {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.contact .custom-heading h2 {
  color: var(--c-white);
}
.contact .custom-heading span {
  color: var(--c-white);
}
.contact .form-wrap {
  margin-top: 20px;
  padding-right: 500px;
}
.contact .form-wrap form .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #b9b9b9;
  border-radius: 0;
  padding: 12px 0px;
  font-size: 17px;
  color: var(--c-white);
  font-weight: 400;
}
.contact .form-wrap form .form-control::placeholder {
  color: #6e6e6e;
}
.contact-form-btn .btn.btn-primary.cus-btn {
  border: none;
  margin-top: 30px;
}
.footer-wrap {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0 0;
}
.copyright {
  background-color: #898989;
  padding: 10px 0;
  margin-top: 60px;
}
.copyright-content p {
  font-family: var(--ff-new);
  font-size: 15px;
  font-weight: 300;
  color: #c8c8c8;
  text-align: center;
}
.footer-logo ul li ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px 0 0;
}
.footer-logo ul li {
  padding-bottom: 15px;
}
.footer-logo ul li ul li:first-child a i {
  background-color: #e0e0e0;
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 5px;
  line-height: 50px;
  color: #5f6681;
  font-size: 30px;
  text-align: center;
}
.footer-logo ul li ul li h5 {
  font-family: var(--ff-new);
  font-size: 17px;
  font-weight: 400;
  color: var(--c-body-text);
}
.footer-logo ul li ul li a {
  font-family: var(--ff-new);
  font-size: 17px;
  font-weight: 400;
  color: var(--c-body-text);
}
.footer-logo img {
  margin-bottom: 45px;
}
.footer-social ul li {
  display: inline-block;
  padding: 0 20px 0 0;
}
.footer-social ul {
  border-top: 1px solid var(--c-light-grey);
  padding-top: 20px;
}
.footer-social ul li a {
  display: inline-block;
  color: var(--c-dark-grey);
  border: 1px solid var(--c-dark-grey);
  width: 30px;
  height: 30px;
  line-height: 29px;
  border-radius: 30px;
  text-align: center;
  font-size: 15px;
}
.footer-social ul li a:hover {
  color: var(--c-primary-text);
}
.footer-social {
  margin-top: 20px;
  display: none;
}
.footer-head {
  font-size: 24px;
  font-weight: 500;
  border-left: 3px solid var(--c-primary);
  padding-left: 10px;
  margin: 15px 0 40px;
}
.footer-links ul li a {
  font-family: var(--ff-new);
  font-size: 17px;
  font-weight: 400;
  color: var(--c-body-text);
  position: relative;
}
.footer-links ul li {
  padding-bottom: 12px;
}
.footer-links ul li a:hover {
  color: var(--c-primary-text);
}
.footer-logo {
  padding-right: 50px;
}
.newsletter ul li {
  color: var(--c-body-text);
  margin-bottom: 30px;
}
.newsletter form .form-control {
  border: none;
  padding: 15px 15px;
}
.newsletter form .btn-outline-secondary {
  background-color: var(--c-primary);
  color: var(--c-white);
  border:none;
  padding: 0 20px;
}
.newsletter form .btn-outline-secondary:hover {
  background-color: var(--c-primary-text);
  border:none;
}
.footer-logo ul li ul li a:hover {
  color: var(--c-primary-text);
}
.milestone .custom-heading span::after {  
  right: 0;  
  margin: 0 auto;
}
.milestone .custom-heading span::before {  
  right: 0;  
  margin: 0 auto;
}



/*Changes(21.3.24)*/
.custom-header .navbar-nav li a {
  font-family: var(--ff-new);
  font-weight: 600;
}
.footer-links ul li a::after {
  position: absolute;
  content: '»';
  top: 0px;
  left: 0;
  opacity: 0;
}
.contact-form-btn p {
  position: relative;
}
.contact-form-btn p::after {
  position: absolute;
  content: '➜';
  color: var(--c-white);
  top: 33px;
  left: 100px;
  z-index: 5;
  width: 30px;
  height: 20px;
  transform: rotate(-30deg);
  transition: all 0.3s ease-in-out;
}
.contact-form-btn p:hover::after {
  transform: rotate(0);
  top: 34px;
  left: 110px;
}

.contact .form-wrap form textarea {
	height: 200px;
}
.footer-links ul li a {
	padding-bottom: 0;
	padding-top: 0;
}







/***********========Inner-Pages=========***********/

/*About*/
.custom-inner-banner {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 275px 0 195px;
}
.inner-banner-content h1 {
  font-family: var(--ff-heading);
  font-size: 142px;
  font-weight: 700;
  color: var(--c-white);
  text-align: center;
  text-transform: uppercase;
}
.inner-banner-content .breadcrumb {
  justify-content: center;
}
.inner-banner-content .breadcrumb .breadcrumb-item {
  margin: 0;
  font-family: var(--ff-new-2);
  font-size: 17px;
  font-weight: 400;
  color: #d4d4d4;
}
.inner-banner-content .breadcrumb .breadcrumb-item a {
  color: #d4d4d4;
}
.inner-banner-content .breadcrumb .breadcrumb-item a:hover {
  color: var(--c-white);
}
.inner-banner-content .breadcrumb  .breadcrumb-item + .breadcrumb-item::before {  
  content: '>';
}
.about-inner .abt-right p {
  font-size: 20px;
  line-height: 45px;
  color: #424242;
}
.about-inner .container .row:last-child {
  margin-top: 20px;
}
.about-inner .about-inner-content-2 ul li {
  font-size: 20px;
  color: #424242;
  font-family: var(--ff-new);
  line-height: 45px;
  font-weight: 400;
}
.about-inner .abt-right {
  margin-left: 30px;
}



/*Contact*/
.contact-inner-content form .form-control {
  font-family: var(--ff-new-3);
  font-size: 17px;
  color: #3a3a3a;
  padding: 15px 15px;
  border: none;
  background-color: #f8f8f8;
}
.form-btn .btn.btn-primary.cus-btn {
  border: none;
}
.form-btn .btn.btn-primary.cus-btn::after {
  position: absolute;
  right: 15px;
  transform: rotate(-34deg);
  transition: all 0.3s ease-in-out;
  content: '→';
}
.form-btn .btn.btn-primary.cus-btn:hover {
  background-color: #3f4459;
}
.form-btn .btn.btn-primary.cus-btn:hover::after {
  transform: rotate(0deg);
}
.contact-inner-content h2 {
  font-size: 80px;
  font-weight: 800;
}
.contact-inner-content form {
  margin-top: 50px;
}
.contact-map .col-12 {
  line-height: 0;
}



/*Financial Goal*/
.financial-info {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.financial-info-content .custom-heading h2 {
  color: var(--c-white);
}
.financial-info-content ul li {
  color: #ababab;
  font-family: var(--ff-new);
  font-size: 20px;
  line-height: 45px;
}
.financial-img {
  text-align: center;
  margin-top: 100px;
}
.financial-img img{
  width: 75%;
  object-fit: cover;
}
.financial-info-content ul {
  margin-top: 30px;
}



/*Aviation*/
.aviation-info {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.aviation-info-content .aviation-img-1 img {
  width: 100%;
  object-fit: cover;
}
.aviation-info-content ul li {
  font-family: var(--ff-new);
  font-size: 20px;
  font-weight: 400;
  color: #424242;
  padding: 0px 0 30px;
  line-height: 45px;
}
.aviation-img-1 {
  margin-bottom: 65px;
}
.aviation-info-content ul li ul {
  display: flex;
  gap: 60px;
  align-items: center;
}




/*Changes(23.4.24)*/
.aviation-content-text {
  padding: 0 0;
}
.aviation-content-img {
  padding: 0 0;
}
/*.about-inner-content-2 p {
  font-size: 20px;
  line-height: 45px;
  color: #424242;
}*/
.team-box .member-info {
  position: absolute;
  text-align: center;
  bottom: 20px;
  padding: 0 10px;
  width: 100%;
}
.team-box .member-info p {
  min-height: 230px;
}
.about-inner-content-2 p {
  font-size: 20px;
  line-height: 45px;
  color: #424242;
}
.aviation-info-content p {
  font-size: 20px;
  line-height: 45px;
  color: #424242;
}

.service-box-content .ser-heading {  
  font-size: 18px; 
  min-height: 40px;
}
.dis-none{display:none !important}
.custom-header .navbar-brand img {
  height: 63px;
  width: auto !important;
}