@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/***** General CSS *****/



body {

  word-break: break-word;

  font: 15px/25px 'Poppins', sans-serif;

  color: #393939;

  overflow-x: hidden;

  background: #0a182a;

}



* {

  scrollbar-width: thin;

  scrollbar-color: #fff #2e81d3;

}

::-webkit-scrollbar {

  width: 10px;

}



::-webkit-scrollbar-track {

  background: #2e81d3;

  border-radius: 10px;

}



::-webkit-scrollbar-thumb {

  background: linear-gradient(180deg, #fff, #2e81d3);

  border-radius: 10px;

  border: 2px solid #2e81d3;

}



::-webkit-scrollbar-thumb:hover {

  background: linear-gradient(180deg, #2e81d3, #fff);

}



a {

  text-decoration: none;

  color: #28b16d;

  white-space: initial;

}



a:hover,

a:focus {

  text-decoration: none;

  color: #393939;

}



a:hover {

  transition: all 0.5s ease-in-out;

  -webkit-transition: all 0.5s ease-in-out;

  -moz-transition: all 0.5s ease-in-out;

}



img {

  max-width: 100%;

}



input[type="text"]:focus,

textarea:focus,

input[type="password"]:focus,

select:focus,

input[type="email"]:focus,

input[type="url"]:focus,

input[type="tel"]:focus,

input[type="number"]:focus {

  transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  outline: none;

}



select,

input[type="text"],

input[type="password"],

input[type="email"],

input[type="url"],

input[type="number"],

textarea,

input[type="tel"] {

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

}



ul {

  margin: 0 0 20px;

  padding: 0;

  list-style-type: none;

}



p {

  font-weight: 500;

}





/***** Font Files *****/



@font-face {

  font-family: 'Fonts Awesome';

  src: url(../fonts/fontawesome-webfont.eot);

  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");

  font-weight: 400;

  font-style: normal

}





/***** Custom Classes *****/



.noPadding {

  padding: 0;

}



.noLeft {

  padding-left: 0;

}



.noRight {

  padding-right: 0;

}



.centerCol {

  float: none;

  margin: 0 auto;

}



.theme-btn {

  line-height: 20px;

  margin: 20px 20px 20px 0;

  text-transform: capitalize;

  background: #2e81d3;

  color: #fff;

  border: unset;

  padding: 13px 20px;

  border-radius: 6px;

  font-family: 'Inter';

  font-weight: 400;

  font-size: 16px;

  display: flex;

  align-items: center;

  gap: 10px;

  width: fit-content;

}



.theme-btn:hover {

  background-color: #fff;

  color: #000;

}



.flexRow {

  display: -webkit-box;

  display: -moz-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  align-items: center;

}



.flexCol {

  -webkit-box-flex: 1;

  -moz-box-flex: 1;

  -webkit-flex: 1;

  -ms-flex: 1;

  flex: 1;

  align-items: center;

}



h1 {

  font-family: "Playfair Display", serif;

  font-size: 55px;

  line-height: 60px;

  color: #fff;

  font-weight: 500;

  margin: 0 0 17px;

}



h2 {

  font-family: "Playfair Display", serif;

  font-size: 55px;

  line-height: 60px;

  color: #393939;

  font-weight: 500;

  margin: 0 0 30px;

}



h3 {

  font-family: "Playfair Display", serif;

  font-size: 30px;

  line-height: 34px;

  color: #000000;

  font-weight: 600;

  margin: 0 0 28px;

}



h4 {

  font-family: "Playfair Display", serif;

  font-size: 24px;

  line-height: 29px;

  color: #393939;

  font-weight: 500;

  margin: 0 0 13px;

}



h5 {

  font-family: "Playfair Display", serif;

  font-size: 20px;

  line-height: 25px;

  color: #393939;

  font-weight: 500;

  margin: 0 0 20px;

}



h6 {

  font-family: "Playfair Display", serif;

  font-size: 18px;

  line-height: 23px;

  color: #393939;

  font-weight: 500;

  margin: 0 0 22px;

}



select {

  background: #fff url('../images/arrow.png') no-repeat right;

  padding: 0 40px 0 30px;

  

}



::-webkit-input-placeholder {

  color: #575757;

}



::-moz-placeholder {

  color: #575757;

  opacity: 1;

}



:-ms-input-placeholder {

  color: #575757;

}



:-moz-placeholder {

  color: #575757;

  opacity: 1;

}





/*header css start */



.menuSec {

  padding: 5px 0;

  background: #1a2b3c;

  border-bottom: 1px solid #ffffffad;

}



.menuSec img {

  margin: 0;

}



.menuSec ul {

  position: relative;

  list-style: none;

  padding: 0;

  margin: 0;

  text-align: right;

  text-transform: capitalize;

}



.menuSec ul li {

  position: relative;

  display: inline-block;

  margin: 0;

  padding: 0;

}



.menuSec li ul {

  display: none;

}



.menuSec ul li a {

    position: relative;

    display: inline-block;

    text-decoration: none;

    color: #fff;

    padding: 10px 22px;

    font-size: 16px;

    font-family: "Inter", sans-serif;

}



.menuSec ul li a:after {

  position: absolute;

  top: 35%;

  right: 0;

  width: 1px;

  height: 13px;

  background-color: #393939;

}



.menuSec ul li:last-child a {

  padding-right: 0px;

}



.menuSec ul li:last-child a:after {

  display: none;

}



.menuSec ul li a:hover,

.menuSec ul li a.active {

  transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  color: #3d83d1;

}



.menuSec li:hover>ul {

  display: block;

  position: absolute;

  z-index: 1000;

  background-color: #000000;

  left: 0px;

  width: 230px;

  text-align: left;

  top: 38px;

}



.menuSec li>ul>li>a {

  border: none;

  padding: 13px 20px !important;

  color: #fff !important;

  overflow: hidden;

  font-size: 13px;

  line-height: 20px;

}



.menuSec li>ul>li,

.menuSec li>ul>li>a {

  display: block;

  margin: 0;

}



.menuSec li>ul>li>a:before,

.menuSec li>ul>li>a:after {

  display: none;

}



.menuSec li:hover li {

  float: none;

}



.menuSec li:hover a {}



.menuSec li ul li a:hover {

  background-color: #ffffff;

  color: #000000 !important;

}



.menuSec ul ul ul {

  left: 100%;

  top: 0;

}



.menuSec ul:before,

.menuSec ul:after {

  content: " ";

  display: table;

}



.menuSec ul:after {

  clear: both;

}



.menuSec li>ul>li:hover>ul {

  left: 230px;

  top: 0px;

  width: 270px;

}

.droopdwon li:hover>ul {

    display: block;

    position: absolute;

    z-index: 1000;

    background-color: #000000;

    left: 0px;

    width: 230px;

    text-align: left;

    top: 40px;

}

.droopdwon {

    float: left;

}

.droopdwon li:hover li a:hover {

    background-color: #ffffff;

    color: #000 !important;

}

/*header css start */



.dropdown-menu {

    position: absolute !important;

    z-index: 1000;

    display: block;

    min-width: 10rem;

    padding: 0.5rem 0;

    margin: 0;

    font-size: 1rem;

    color: #212529;

    text-align: left !important;

    background-color: #fff;

    background-clip: padding-box;

    border: 1px solid rgba(0, 0, 0, 0.15);

    border-radius: 0.25rem;

}

/*banner css start */









.carousel-inner>.item>a>img,

.carousel-inner>.item>img {

  width: 100%;

}

.carousel-control.right,

.carousel-control.left {

  background: none;

  opacity: 1;

  width: 50px;

  height: 50px;

  top: initial;

  top: 40%;

  background: rgba(255, 255, 255, 0.1);

  text-shadow: none;

}

.carousel-control.right:hover,

.carousel-control.left:hover {

  background: rgba(255, 27, 27, 0.6);

  color: #fff;

}

.carousel-control.right .fa,

.carousel-control.left .fa {

  position: relative;

  top: 12px;

  font-size: 20px;

  color: #fff;

  opacity: 0.5;

}

.carousel-control.right {

  right: 0px;

}

.carousel-control.left {

  left: 0px;

}

.carousel-indicators {

    margin-right: 11%;

    margin-left: 0%;

    justify-content: right;

    bottom: 30px;

}

.carousel-indicators [data-bs-target] {

    box-sizing: content-box;

    flex: 0 1 auto;

    width: 89px;

    height: 3px;

    padding: 0;

    margin: 3px!important;

    text-indent: -999px;

    cursor: pointer;

    background-color: #fff;

    background-clip: padding-box;

    border: 0;

    border-top: 10px solid transparent;

    border-bottom: 10px solid transparent;

    opacity: 1;

    /* transition: opacity 0.6s ease; */

    border-radius: unset;

}

.carousel-caption {

  position: absolute;

  top: 0;

  width: 100%;

  height: 100%;

  left: 0;

  right: 0;

  margin: 0;

  padding: 0;

  color: #fff;

  text-align: left;

  display: -webkit-box;

  display: -moz-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  align-items: center;

  background: rgb(0 0 0 / 0%);

}

.carousel-indicators li {

  border: none;

  border-radius: 100%;

  -webkit-border-radius: 100%;

  -moz-border-radius: 100%;

  background: #fff;

  width: 12px;

  height: 12px;

  margin: 0;

}

.carousel-indicators .active {

  margin: 0;

  background-color: #2e81d3;

  width: 89px;

  height: 3px;

}

/*banner css end*/



.blog_sec {

  padding: 5% 0;

}

/*slick slider in tabs css start*/





/* Style the tab */









.tab_sec .tab {

  overflow: hidden;

  border: 0;

  background-color: #ffffff;

}

/* Style the buttons that are used to open the tab content */

.tab_sec .tab button {

  background-color: inherit;

  float: left;

  border: none;

  outline: none;

  cursor: pointer;

  padding: 14px 16px;

  transition: 0.3s;

}

/* Change background color of buttons on hover */

.tab_sec .tab button:hover {

  background-color: #ddd;

}

/* Create an active/current tablink class */

.tab_sec .tab button.active {

  background-color: #ccc;

}

/* Style the tab content */



.tab_sec .tabcontent {

  display: none;

  padding: 6px 12px;

  border: 0;

}

.tabcontent.active {

  display: block;

}

/*slick slider in tabs css start*/



.nav-item {padding: 10px;}





.right-head {

    text-align: center;

    display: flex;

    justify-content: center;

}



.menuSec .row {

    align-items: center;

}







/*Home Banner Start*/



img.banner-img {

    width: 100%;

    animation: smoothZoom 10s infinite alternate;

}

h1 {

    font-size: 64px;

    line-height: 88px;

    font-weight: 600;

    margin-bottom: 10px;

}

.banner_text p {

    font-family: 'Inter';

    font-size: 16px;

    font-weight: 400;

    width: 75%;

    margin-bottom: 28px;

}





.social-media-names ul li {

    font-family: 'Inter';

    font-size: 17px;

    transform: rotate(270deg);

    list-style: disc;

    font-weight: 400;

}



.social-media-names ul {

    display: inline-grid;

    gap: 100px;

    position: absolute;

    left: 0;

    top: 34%;

}



.social-media-names ul li a {

    color: #fff;

}



.social-media-names ul li::marker {

    color: #3d83d1;

}



.rt-scroll-banner a {

    transform: rotate(271deg);

    display: inline-block;

    position: absolute;

    right: 0px;

    bottom: 30%;

    color: #fff;

    font-family: 'Inter';

    font-size: 16px;

    font-weight: 400;

}

section.main_slider {

    position: relative;

}





@keyframes smoothZoom {

  from {

    transform: scale(1);

  }

  to {

    transform: scale(1.2);

  }

}

/*home Banner End*/





/*Section partners Start*/





.partners-text h2 {

    font-family: 'Inter';

    font-size: 14px;

    font-weight: 500;

    margin-bottom: 0px;

    line-height: 34px;

    color: #fff;

}



.partners-img img {

    width: 140px;

    height: 80px;

    margin: 0 auto;

    filter: grayscale(1);

    object-fit: contain;

}



.partners-img {

    text-align: center;

}



.partners-text {

    text-align: center;

    margin-top: 20px;

}



.heading-partners h2 {

    font-size: 64px;

    font-weight: 600;

    color: #fff;

    text-align: center;

    margin-bottom: unset;

}



.partners-main-sec {

    padding: 90px 0px;

    border-bottom: 1px solid #2e81d3;

}



.partner-box:hover {

    box-shadow: 0px 5px 18.05px 0.95px rgba(26, 43, 60, 0.15);

    background: #fff;

    border: 1px solid;

    border-color: rgb(46, 129, 211);

    border-radius: 20px;

    transition: 0.9s;

}



.partner-box {

    padding: 20px 0px 20px;

    border: 1px solid transparent;

    margin-bottom: 26px;

}



.partner-box:hover .partners-img img {

    filter: unset;

    transition: 0.9s;

}



.heading-partners {

    margin-bottom: 40px;

}

.partners-img.for-ftr img {

    filter: brightness(0) saturate(100%) invert(42%) sepia(0%) saturate(5%) hue-rotate(233deg) brightness(98%) contrast(94%);

}

.partner-box:hover .partners-text h2 {

    color: #0c182a;

}

/*Section Partners End*/





/*Section Diagnostic Start */



.stats-wrap{

  display:flex;

  justify-content:center;

  gap:45px;

  padding:80px 40px;

  flex-wrap:wrap;

}



.circle-box{

  width: 200px;

  text-align:center;

  margin: 0 auto;

}



.circle{

  position:relative;

  width: 150px;

  height: 150px;

  margin:auto;

  filter: drop-shadow(0 0 14px rgba(90,170,255,.35));

}



.circle::before{

  content:"";

  position:absolute;

  inset: -1px;

  border-radius:50%;

  box-shadow: 0 0 25px rgb(182 193 206 / 35%), inset 0 0 25px rgba(255, 255, 255, .12);

  border: 2px solid #fff;

}



svg{

  width: 150px;

  height: 150px;

  transform: rotate(-90deg);

  border-radius: 50%;

}



.bg-ring{

  fill:none;

  stroke: rgb(255 255 255 / 0%);

  stroke-width: 5px;

}



.progress-ring{

  fill:none;

  stroke: #3183e3;

  stroke-width: 8px;

  stroke-linecap:round;

  stroke-dasharray:440;

  stroke-dashoffset:440;

  /* filter:

    drop-shadow(0 0 8px rgba(90,170,255,.9))

    drop-shadow(0 0 18px rgba(90,170,255,.5)); */

  transition:stroke-dashoffset 1.8s ease;

}



.circle-content{

  position:absolute;

  inset: 15px;

  border-radius:50%;

  background:rgba(255,255,255,.02);

  border: 2px solid #fff;

  backdrop-filter: blur(5px);

  display:flex;

  align-items:center;

  justify-content:center;

  flex-direction:column;

  z-index:2;

  box-shadow: 0 0 25px rgb(182 193 206 / 76%), inset 0 0 55px rgba(255, 255, 255, .12);

  filter: drop-shadow(0 0 44px rgba(90, 170, 255, .35));

}



.circle-content h3{

  margin:0;

  font-size:24px;

  color: #fff;

  font-family: 'Inter';

  text-shadow: 0px 0px 20px  #fff;

}



.circle-content span{

  font-size:14px;

  color:#4da6ff;

}



.circle-box p{

  margin-top:18px;

  font-size:13px;

  color:#7fc4ff;

  line-height:1.45;

}

.text-diagnostic {

    text-align: center;

    margin-top: 30px;

}



.text-diagnostic p {

    font-family: 'Inter';

    font-size: 16px;

    color: #fff;

    font-weight: 400;

    width: 90%;

    margin: 0 auto;

}



.main-diagnostic-box {

}



.text-diagnostic img {

    margin-bottom: 13px;

}

.diagnostic-main-sec {

    padding: 100px 0px;

    border-bottom: 1px solid #1c5084;

}



.diagnostic-main-sec .heading-partners {

    margin-bottom: 100px;

}





.circle svg{

  position:absolute;

  inset:0;

  width:100%;

  height:100%;

  box-shadow: 0 0 5px #ffffffa6, 0 0 6px #ffffffa6;

}

/*Section Diagnostic End*/







/*Section Ownership Start*/



.ownership-table-wrap{

  max-width: 90%;

  margin: 30px auto;

  border: 1.5px solid #9ec1ff;

  border-radius: 14px;

  overflow: hidden;

  background: #4e6e9f61;

  padding: 20px 20px;

}



.ownership-table{

  width: 100%;

  border-collapse: collapse;

  font-family: Arial, sans-serif;

  font-size: 14px;

  table-layout: fixed;

}



.ownership-head{

  padding: 14px;

  text-align: center;

  font-weight: 600;

  border-bottom: 1px solid #9ec1ff;

  border-right: 1px solid #9ec1ff;

  /* background: #ffffff; */

  color: #95bcd7;

  font-family: 'Inter';

  font-size: 23px;

  text-shadow: 5px 2px 12px #000;

}



.ownership-table th:last-child,

.ownership-table td:last-child{

  border-right: none;

  border-left: unset;

}



.ownership-table td{

  padding: 18px 14px;

  text-align: center;

  border-bottom: 1px solid #9ec1ff;

  border-right: 1px solid #9ec1ff;

  color: #fff;

  font-family: 'Inter';

  font-size: 18px;

}



.ownership-highlight-head{

  background: #7b94bb61;

  border-left: 2px solid #9ec1ff;

  border-radius: 12px 12px 0 0;

}



.ownership-highlight{

  background: #7b94bb61;

  border-left: 2px solid #9ec1ff;

}



.ownership-success{

  color: #2fa84f;

  font-weight: 600;

}



.ownership-table tr:last-child td{

  border-bottom: none;

  border-radius: 0px 0px 10px 10px;

}



small{

  font-size: 11px;

  color: #fff;

}



.ownership-table th,

.ownership-table td{

  width: 25%; 

}

.ownership-table th {

    padding-bottom: 20px;

}

.cownership-main-sec {

    padding: 60px 0px 76px;

    border-bottom: 1px solid #1c5084;

}

th.ownership-head.ownership-highlight-head::before {

    content: "";

    position: absolute;

    inset: -2px;

    border-radius: 10px 10px 0px 0px;

    pointer-events: none;

    box-shadow: 0 0 5px #ffffffa6, 0 0 6px #ffffffa6;

    width: 100%;

    left: 0;

    top: 0;

}



th.ownership-head.ownership-highlight-head {

    position: relative;

}



td.ownership-highlight {

    position: relative;

}



td.ownership-highlight::before {

    content: "";

    position: absolute;

    inset: -2px;

    border-radius: 10px 10px 0px 0px;

    pointer-events: none;

    box-shadow: 0 0 5px #ffffffa6, 0 0 5px #ffffffa6;

    width: 100%;

    left: 0;

    top: 0;

    border-radius: unset;

}



td.ownership-highlight.ownership-success::before {

    border-radius: 0px 0px 10px 10px;

}

.cowner-main-heading h2 {

    color: #fff;

    font-size: 30px;

    text-align: center;

    text-shadow: 3px 7px 12px #000;

}

/*Section Ownership End*/







/*Section Programs Start*/



.program-main-sec {

    padding: 100px 0px;

    border-bottom: 1px solid #1c5084;

}



.program-text h2 {

    font-family: 'Inter';

    font-size: 25px;

    color: #fff;

    line-height: 38px;

}



.program-text h2 span {

    font-family: 'Inter';

    font-size: 18px;

    display: block;

    font-weight: 400;

}



.program-text p {

    font-family: 'Inter';

    font-size: 16px;

    color: #fff;

    font-weight: 400;

    width: 74%;

    margin: 0 auto;

    text-align: center;

    padding-bottom: 13px;

    height: 132px;

}



.main-program-box {

    text-align: center;

}



.program-text h2 span a {

    color: #fff;

}



.main-program-box {

    border: 1px solid #ffffffed;

    padding: 40px 0px;

    border-radius: 20px;

    position: relative;

}



.program-btn {

    text-align: center;

    display: flex;

    justify-content: center;

    margin-bottom: -82px;

    position: relative;

    z-index: 2;

}



.program-main-sec .heading-partners h2 {

    line-height: 73px;

    margin-bottom: 60px;

}

.main-program-box::before {

    content: "";

    position:absolute;

    inset:-2px;

    border-radius:24px;

    pointer-events:none;

    box-shadow: 0 0 5px #ffffffa6 , 0 0 6px #ffffffa6;

}



/*Section Programs End*/





/*Section Diagram Start*/



.text-left-box-diagram h2 {

    color: #fff;

    font-family: 'Inter';

    font-size: 21px;

    display: flex;

    align-items: center;

    gap: 10px;

    line-height: 32px;

}



.text-left-box-diagram p {

    font-family: 'Inter';

    font-size: 16px;

    font-weight: 400;

    color: #fff;

    margin-bottom: 0px;

}



.diagram-main-box {

    position: relative;

    border: 2px solid #fff;

    padding: 36px 20px;

    border-radius: 19px;

    margin-bottom: 30px;

}



.diagram-main-box::before {

    content: "";

    position: absolute;

    inset: -2px;

    border-radius: 24px;

    pointer-events: none;

    box-shadow: 0 0 5px #ffffffa6, 0 0 6px #ffffffa6;

}



.text-left-box-diagram h2 img {

    box-shadow: 0 0 5px #ffffffa6, 0 0 6px #ffffffa6;

    border-radius: 10px;

}

.diagram-main-sec {

    padding: 100px 0px;

}



.diagram-main-sec .heading-partners h2 {

    line-height: 80px;

}



.diagram-main-sec .heading-partners {

    margin-bottom: 50px;

}

img.right-arrow-diagram {

    position: absolute;

    right: -90px;

    top: 50%;

    margin: 0 auto;

    filter: brightness(0) saturate(100%) invert(99%) sepia(63%) saturate(220%) hue-rotate(203deg) brightness(115%) contrast(100%);

    animation: driftLeftRight 6s infinite ease-in-out;

}

img.right-arrow-diagram.equitable-arrow {

    top: 60px;

}



.agreement-main-box h2 {

    font-size: 21px;

    color: #fff;

    text-align: center;

    margin-bottom: 0px;

    padding-top: 22px;

}



.text-agreement h3 {

    font-family: 'Inter';

    font-size: 16px;

    color: #fff;

    text-align: center;

    margin-bottom: 5px;

}



.text-agreement p {
    font-family: 'Inter';
    font-size: 13px;
    color: #fff;
    font-weight: 400;
}



.agreement-shape {

    position: absolute;

    top: -10px;

    z-index: 1;

    width: 100%;

}



.agreement-main-box {

    position: relative;

    z-index: 1;

}

.text-agreement {

    border: 1px solid #233857;

    margin: 0px 32px;

    padding: 9px 14px 0px;

    border-radius: 10px;

    margin-bottom: 20px;

    background: #233857;

}



.agreement-shape img {
    width: 100%;
    height: 720px;
}

img.left-arrow-diagram {

    filter: brightness(0) saturate(100%) invert(99%) sepia(63%) saturate(220%) hue-rotate(203deg) brightness(115%) contrast(100%);

    position: absolute;

    left: -90px;

    top: 50%;

    animation: moveRight 5s infinite ease-in-out;

}



.diagram-main-box.left-box-dia {

    margin-top: 110px;

}



.diagram-main-sec .row {

    justify-content: space-around;

}

.left-line {

    border-bottom: 3px solid #fff;

    width: 60px;

}



.btm-eft-rt-lines {

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 0px 40px;

    margin-top: 31px;

}



@keyframes moveRight {

  0% {

    transform: translateX(0px);

  }

  50% {

    transform: translateX(20px); /* move slightly right */

  }

  100% {

    transform: translateX(0px); /* come back */

  }

}



@keyframes driftLeftRight {

  0% {

    transform: translateX(0px);

  }

  25% {

    transform: translateX(20px); /* move right */

  }

  100% {

    transform: translateX(-20px); /* move left */

  }

  

}

/*Section Diagram End*/





/*Section Styartegic Start*/



.heading-text-startegic h2 {

    font-family: 'Inter';

    font-size: 25px;

    color: #fff;

    font-weight: 600;

    padding-bottom: 22px;

    border-bottom: 1px solid #fff;

    margin-bottom: 0px;

}



.text-startegic p span {

    font-family: 'Inter';

    color: #fff;

    font-weight: 600;

    display: block;

}



.text-startegic p {

    color: #fff;

    font-size: 16px;

    font-weight: 400;

}



.text-startegic {

    display: flex;

    align-items: flex-start;

    gap: 21px;

    border-bottom: 1px solid #fff;

    padding: 17px 0px;

}



.text-tradionalp span {

    font-family: 'Inter';

    color: #fff;

    font-weight: 600;

    display: block;

}



.text-tradional p {

    color: #fff;

    font-size: 16px;

    font-weight: 400;

    position: relative;

    margin-bottom: 0px;

}

.text-tradional p img {

    margin-left: 40px;

    position: absolute;

    right: 40px;

    top: 3px;

}



.text-tradional p span {

    display: block;

}



.text-tradional {

    text-align: center;

    border-bottom: 1px solid #fff;

    padding: 25px 0px;

}

.heading-text-startegic.head-center {

    text-align: center;

}

.startegic-main-sec .row {

    justify-content: center;

    border: 2px solid #fff;

    padding: 40px 0px;

    border-radius: 20px;

    position: relative;

}



.startegic-main-sec .row:before {

    content: "";

    position: absolute;

    inset: -2px;

    border-radius: 24px;

    pointer-events: none;

    box-shadow: 0 0 5px #ffffffa6, 0 0 6px #ffffffa6;

}

.bord-remove {

    border-bottom: unset;

}

.heading-partners h5 {

    font-family: 'Inter';

    text-transform: uppercase;

    color: #fff;

    text-align: center;

    margin-bottom: 0px;

    margin-bottom: 20px;

}



.heading-partners p {

    color: #fff;

    text-align: center;

    font-family: 'Inter';

    font-size: 16px;

}



.startegic-main-sec {

    padding: 100px 0px;

    border-top: 1px solid #1c5084;

    border-bottom: 1px solid #1c5084;

}



.startegic-main-sec .heading-partners h2 {

    line-height: 110px;

}

td.ownership-highlight {

    border-left: unset;

}

td.rt-bor {

    border-right: unset;

}

th.ownership-head.rt-bor {

    border-right: unset;

}

/*Section Startegic ENd*/





/*Section About Start*/





.text-about h2 {

    color: #fff;

    font-size: 61px;

    font-weight: 600;

    line-height: 66px;

}



.text-about p {

    font-size: 16px;

    color: #fff;

    font-weight: 400;

    font-family: 'Inter';

    text-align: justify;

}



.text-about h3 {

    font-family: 'Inter';

    font-size: 19px;

    color: #fff;

    font-weight: 500;

}



.text-about p b {

    text-transform: uppercase;

}



.about-img img {

    width: 100%;

}

.about-main-sec .row {

    align-items: center;

}



.about-main-sec {

    padding: 100px 0px;

    border-bottom: 1px solid #1c5084;

}



/*Section About End*/





/*Footer Start*/



.footer-logo-main p {

    font-family: 'Inter';

    font-size: 16px;

    color: #fff;

    padding-top: 40px;

}



.ft-links ul li a {

    font-family: 'Inter';

    font-size: 16px;

    color: #fff;

}



.ft-links ul li {

    margin-bottom: 10px;

}



.ft-links h2 {

    font-family: 'Inter';

    font-size: 17px;

    color: #fff;

    text-transform: uppercase;

    font-weight: 600;

    margin-bottom: 10px;

}



.ft-links.ft-contacts ul li {

    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 14px;

}



.ft-links.ft-contacts ul li i {

    color: #397bc4;

}



.footer-logo-main {

    padding-top: 14px;

}



footer {

    padding: 60px 0px 60px;

    border-bottom: 1px solid #0d6efd;

}

.footer-btm p {

    font-family: 'Inter';

    color: #fff;

    font-size: 16px;

    font-weight: 400;

    text-align: center;

    padding-top: 20px;

    padding-bottom: 20px;

}

.ft-links {

    width: 70%;

    margin: 0 auto;

}

/*Footer End*/



@keyframes moveDown {

  from {

    transform: translateY(0);

  }

  to {

    transform: translateY(30px); /* neeche move karega */

  }

}



td.ownership-highlight.ownership-success {

    color: #00b109;

}