@font-face {
    font-family: 'Gotham Book';
    src: url('../../assets/fonts/Gotham-Book.eot');
    src: url('../../assets/fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('../../assets/fonts/Gotham-Book.woff2') format('woff2'),
        url('../../assets/fonts/Gotham-Book.woff') format('woff'),
        url('../../assets/fonts/Gotham-Book.ttf') format('truetype'),
        url('../../assets/fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;

    font-display: swap;
}
@font-face {
    font-family: 'Gotham Narrow';
    src: url('../../assets/fonts/GothamNarrow-Black.eot');
    src: url('../../assets/fonts/GothamNarrow-Black.eot?#iefix') format('embedded-opentype'),
        url('../../assets/fonts/GothamNarrow-Black.woff2') format('woff2'),
        url('../../assets/fonts/GothamNarrow-Black.woff') format('woff'),
        url('../../assets/fonts/GothamNarrow-Black.ttf') format('truetype'),
        url('../../assets/fonts/GothamNarrow-Black.svg#GothamNarrow-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


body {
color:#606060;
font-family: 'Gotham Book';
font-size: 15px;
font-weight: 400;
line-height: 26px;
overflow-x:hidden;
background-size: cover;

}


html,
body { height:100%; position:relative;  }
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0px;
  margin-top: 0px;
  font-weight: 400;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

a:focus {
    outline: none;
    text-decoration: none;
}

p {
  margin-bottom: 0;
}
ul,
li {
    margin: 0;
    padding: 0;
    list-style:none;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
b, strong {
    font-weight: 600;
}
.bg-gree-ex{
    background:#ecfbf5;
}
.preloader {
    background:#191A1C;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999; 
}
.spinner {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    text-indent: -12345px;
    z-index: 10000;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
.no-padding { padding: 0 }

::-moz-placeholder { 
  color: #fff;
}
.breadcrumb-inner{ position: absolute; bottom:25px; left: 0; }
.breadcrumb-inner .page-list {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-wrap: wrap;
}
.breadcrumb-inner .page-list li a{
    color:#acabab
   
}
.breadcrumb-inner .page-list li{color:#acabab}
.breadcrumb-inner .page-list li a:hover {
    color: #04c082;
}
.breadcrumb-inner .page-list li.icon {
    padding: 0 6px;
    color:#04c082
}
.breadcrumb-inner .page-list li.active {
    color: #04c082 ;
}
.work-exp-title{ padding-bottom: 35px; }
.padding-top-b{ padding-top: 100px; padding-bottom: 40px; }

.work-exp-title h2{
    font-size: 35px;
    font-weight: 800;
    color: #059669;
    /* font-family: 'Gotham Narrow'; */
    margin: 0px;
}
.work-exp-title h2 span{ 
transform: rotate(360); }

.section-padding { padding: 80px 0 }

.section-title { margin-bottom:60px }
.section-title h1 {
    text-transform: capitalize;
    font-size: 40px;
    font-weight: 600;
}
/* ===========================header-part================== */
.navContainer {text-align: center;width: 100%;}
.navContainer ul {padding: 0;width: 100%;}
.navContainer li {display: inline-block;position: relative;z-index: 1;}
.navContainer li a{color: #acabab;}
.navContainer li + li {margin-left: 1.35rem;}
.current-menu-item a, .header a:focus, .header a:hover {color: #40bc8f;}
.navContainer li.quote {margin-left: 1.2rem;}
.navContainer li.quote a {background-color: #f4ae05;border: .11rem solid #f4ae05;border-radius: .22rem;padding: 0.5rem 1.5rem;text-transform: uppercase;}
.navContainer li.quote a:focus, .navContainer li.quote a:hover {background-color: #39343a;}
.sub-menu li {transition: all .5s ease; display: block;opacity: 0;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);-webkit-transition: all .25s ease-in-out;-moz-transition: all .25s ease-in-out;-ms-transition: all .25s ease-in-out;-o-transition: all .25s ease-in-out;transition: all .25s ease-in-out;white-space: nowrap;}
.sub-menu li + li {margin: 0.5rem 0 0 0;}
.navContainer ul.sub-menu {background-color: #000000; border: #333333 solid 1px; border-top: none; border-bottom-left-radius: 5px;border-bottom-right-radius: 5px; pointer-events: none;left: 0;opacity: 0;padding: 1rem 1rem 1rem;position: absolute;text-align: left;top:22px;-webkit-transition: all .25s ease-in-out;-moz-transition: all .25s ease-in-out;-ms-transition: all .25s ease-in-out;-o-transition: all .25s ease-in-out;transition: all .25s ease-in-out;width: auto;z-index: -1;}
.FixedHeader .navContainer ul.sub-menu {background-color: #39343a;}
.menu-item:focus .sub-menu, .menu-item:hover .sub-menu {opacity: 1;pointer-events: auto;}
.menu-item:focus .sub-menu li, .menu-item:hover .sub-menu li {opacity: 1;-webkit-transform: translateY(0%);-ms-transform: translateY(0%);transform: translateY(0%);}
.menu-item:focus .sub-menu li, .menu-item:hover .sub-menu li a:hover{ background-color: #262626; padding: 5px 15px; }
.FixedHeader .header {background-color: #39343a;}
.FixedHeader .headerContainer {padding: 1rem 0rem;}

#loading {
    -webkit-animation: rotation 2s infinite linear;
    -webkit-transform: rotate(359deg);
}




.banner-mobile-img{
    position: absolute;
    bottom: 0px;
    right: 5%;
    width: 80%;
    z-index: 1;
}
.header {
display: flex;
justify-content: space-between;
align-items: center;
padding:15px 50px;
color: #fff;
position: absolute;
top: 0px;
z-index: 2;
width: 100%;
}
.menu-logo{ padding:30px 0px; }
.logo{ width: 40%; }
.logo h1, .menu-logo h1 {
    letter-spacing: -0.03em;
    background: linear-gradient(90deg, rgb(16, 185, 129) 0%, rgb(6, 182, 212) 100%) text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    font-family: 'Gotham Narrow';

}
.flex-box {
background-color: #004d40;
flex: 0 1 50%;
transition: 0.5s all ease-in-out;
position: relative;
z-index:222;
}
.flex-box:nth-child(2) {
flex: 1 0 100%;
background-color: #333;
display: flex;
justify-content: center;
align-items: center;
font-size: 56px;
color: #fff;
font-weight: 700;
z-index: 1;
}
.nav-menu .flex-box:nth-child(2) {
flex: 0 0 0;
}
.container__open .menu {
display: block;
background: #0f0e0e;
background: linear-gradient(125deg, rgb(10 10 10) 0%, rgb(3 3 3) 49%, rgb(0 0 0) 90%);
}
.container__open .toggle__span:nth-child(1) {
top: 18px;
transform: rotate(45deg);
}
.container__open .toggle__span:nth-child(2) {
background-color: transparent;
}
.container__open .toggle__span:nth-child(3) {
top: 18px;
transform: rotate(-45deg);
width: 92%!important;
}
.container__open .flex-box:nth-child(2) {
flex: 0 0 0;
}
.container:hover.flex-box:nth-child(2) {
flex: 0 0 0;
}
.menu {
display: none;
width: 100%;
position: fixed;
top: 0;
left: 0%;
height: 100vh;
color: #fff;
transform: translateY(-100%);
background-color: transparent;
animation: 0.5s slideDown 0.25s forwards;
z-index: 100;
-webkit-backface-visibility: hidden;
}
.toggle {
    cursor: pointer;
    position: fixed;
    top: 1rem;
    right: 4rem;
    z-index: 10000;
    width: 35px;
    height: 35px;
}
.toggle__span {
height: 3px;
width: 100%;
background-color: #bdb8b8;
position: absolute;
transition: 0.4s;
}
.toggle__span2 { width: 60%!important; }
.toggle__span:nth-child(1) {
top: 10px;
}
.toggle__span:nth-child(2) {
top: 19px;
}
.toggle__span:nth-child(3) {
top: 28px;
}

@keyframes slideDown {
from {
transform: translateX(-100%);
}
to {
transform: translateX(0);
}
}

.mil-menu-frame.mil-active .mil-main-menu {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.mil-menu-frame .mil-main-menu {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
    -webkit-transition: 0.4s 
cubic-bezier(0, 0, 0.3642, 1);
    transition: 0.4s 
cubic-bezier(0, 0, 0.3642, 1);
}
.mil-main-menu {
    height: 75vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mil-main-menu ul {
    padding: 0;
    margin: 0;
}
.mil-main-menu ul li {
    margin-bottom:25px;
}
.mil-main-menu ul li.mil-active > a {
    color: rgb(255, 152, 0);
}
.mil-main-menu ul li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    font-size: 34px;
    -webkit-transition: 0.4s 
cubic-bezier(0, 0, 0.3642, 1);
    transition: 0.4s 
cubic-bezier(0, 0, 0.3642, 1);
}
.mil-main-menu ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.4s 
cubic-bezier(0, 0, 0.3642, 1);
    transition: 0.4s 
cubic-bezier(0, 0, 0.3642, 1);
}
.mil-main-menu ul li.mil-has-children > a:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.mil-main-menu ul li.mil-has-children > a:hover {
    color: rgb(255, 255, 255);
    padding-left: 25px;
}
.mil-main-menu ul li a:hover {
    color: rgb(255, 255, 255);
}
.mil-main-menu ul li a.mil-active:before

 {
    -webkit-transform: scale(1);
    transform: scale(1);
   background-color: rgb(13 184 154);
}
.mil-main-menu ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.4s 
cubic-bezier(0, 0, 0.3642, 1);
    transition: 0.4s 
cubic-bezier(0, 0, 0.3642, 1);
}
.mil-main-menu ul li.mil-has-children ul {
    padding-left: 25px;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: 0.6s 
cubic-bezier(0, 0, 0.3642, 1);
    transition: 0.6s 
cubic-bezier(0, 0, 0.3642, 1);
}
.mil-main-menu ul li.mil-has-children ul li:first-child {
    margin-top: 40px;
}
.mil-main-menu ul li.mil-has-children ul li {
    margin-bottom: 5px;
}
.mil-main-menu ul li.mil-has-children ul li a {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
}
.mil-main-menu ul li a.mil-active {
    padding-left: 25px;
}

.mil-main-menu ul li.mil-has-children ul.mil-active {
    max-height: 200px;
}


.topcontrol {
background: #f0bb62 none repeat scroll 0 0;
border-radius: 30px;
bottom: 5px;
-webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
color: #fff;
cursor: pointer;
font-size: 22px;
height: 50px;
line-height: 47px;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
position: fixed;
right: 5px;
text-align: center;
-webkit-transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
width: 50px;
}

.topcontrol:hover {
    background: #fff;
    color: #1b2032;
}

.social_profile {
    position: fixed;
    top:30%;
    right:0;
}

.social_profile ul{
list-style: outside none none;
margin: 0;
padding: 0;
}
.social_profile ul li{display: inline;}
.social_profile ul li a {
    text-align: center;
    border: 0px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-right: 10px;
    font-size: 16px;
    color: #fff;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
}

.social_profile ul li a:hover{
color:#fff;
}
.navbar-brand img{
    width: 140px;
    height: auto;
}
.navbar-brand h1{ 
    font-weight: 800; 
    font-size: 25px;
    background: linear-gradient(90deg, rgb(16, 185, 129) 0%, rgb(6, 182, 212) 100%) text;
    -webkit-text-fill-color: transparent;
}
.navbar-custom {
    background-color: transparent;
    padding: 10px 0;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    border-bottom: none;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.navbar-custom .navbar-toggler {
    color: #fff;
    font-size: 30px;
    padding: 0px;
}
.navbar-custom .navbar-brand {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.5px;
}
.navbar-custom .navbar-nav li a {
    color: #fff !important;
    font-size: 14px;
    background-color: transparent !important;
    margin: 0 5px;
    line-height: 24px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: capitalize;
    font-weight: 600;
}
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:active,
.navbar-custom .navbar-nav li a.active {
    color: #fff !important;
}
.navbar-custom .navbar-nav .nav-item:last-child .nav-link {
    margin-right: 0;
    padding-right: 0;
}
.navbar-custom.nav-sticky {
    background-color: #1b1e22 !important;
    padding: 5px 0px;
    border-bottom: none;
    box-shadow: 0 10px 40px -10px rgba(0,64,128,.1);
}
@media (max-width: 1023px) {
    .navbar-custom .nav-social {
        display: none;
    }
}
@media (max-height: 480px) {
    .navbar-nav {
        max-height: 200px;
        overflow-y: auto;
    }
}
@media (min-width: 200px) and (max-width: 768px) {
.navbar-custom {
    background-color: #1b1e22;
    padding: 10px 0px !important;
}
}
.mdi-menu::before {
    content: "\F035C";
}
.mdi::before, .mdi-set {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mil-circle-text .mil-ct-svg {
    -webkit-transform: scale(2);
    transform: scale(2);
    width: 140px;
    height: 140px;
}
.mil-circle-text .mil-button {
    position: absolute;
}
.mil-button.mil-icon-button {
    padding: 15px;
}
/* -------------------------------------------

circle text

------------------------------------------- */
.mil-circle-text {
  position: absolute;
  right: 95px;
  bottom: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 140px;
  height: 140px;
  z-index: 1;
}
.mil-circle-text .mil-ct-svg {
  -webkit-transform: scale(2);
          transform: scale(2);
  width: 140px;
  height: 140px;
}
.mil-circle-text .mil-ct-svg text {
  fill: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-circle-text .mil-button2 {
  position: absolute;
}
.mil-circle-text:hover svg text {
  fill: rgb(255, 255, 255);
}
@media screen and (max-width: 992px) {
  .mil-circle-text {
    display: none;
  }
}
.mil-button2:hover {
    -webkit-transform: scale(1.015);
    transform: scale(1.015);
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
}
.mil-button2.mil-icon-button {
    padding: 15px;
}
.mil-button2 {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    letter-spacing: 2px;
    font-size: 12px;
    background-color: rgb(4, 150, 106);
    color: rgb(0, 0, 0);
    border-radius: 70px;
    padding: 0 15px 0 50px;
    height: 70px;
    width: 70px;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: 0.4s 
cubic-bezier(0, 0, 0.3642, 1);
    transition: 0.4s 
cubic-bezier(0, 0, 0.3642, 1);
}
.mil-button2 svg {
    margin-left: 30px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 10px;
    background-color: rgb(0, 0, 0);
    -webkit-transition: 0.4s 
cubic-bezier(0, 0, 0.3642, 1);
    transition: 0.4s 
cubic-bezier(0, 0, 0.3642, 1);
}
.mil-button2.mil-arrow-down svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.mil-button2.mil-icon-button svg {
    margin-left: 0;
}
.mil-button2 svg path {
    fill: rgb(255, 255, 255);
}
/* -------------------------------------------

cursor

------------------------------------------- */
.mil-ball {
    width: 20px;
    height: 20px;
    position: fixed;
    z-index: 9999;
    background-color: rgb(4, 150, 106, 0.8);
    border-radius: 50%;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity:0.5;
}
.mil-ball .mil-icon-1 {
  position: absolute;
  width: 40px;
  height: 40px;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.mil-ball .mil-icon-1 svg {
  fill: rgba(255, 255, 255, 0.9);
}
.mil-ball .mil-more-text, .mil-ball .mil-choose-text {
  position: absolute;
  width: 100%;
  text-align: center;
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.mil-ball.mil-accent .mil-icon-1 svg {
  fill: rgb(0, 0, 0);
}
.mil-ball.mil-accent .mil-more-text, .mil-ball.mil-accent .mil-choose-text {
  color: rgb(0, 0, 0);
}

@media screen and (max-width: 1200px) {
  .mil-ball {
    display: none;
  }
}

.page-header.off-canvas {
    top: -5px;
    z-index: 2;
    background: #000000;
}
.page-header.fixed {
    top: 0;
    z-index: 2;
}
.page-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    transition: top 0.6s;
    
}

.about-inner-menu.fixed.off-canvas {
    margin-top: -0px;
    z-index: 2;
    transition: top 0.6s;
}
.about-inner-menu.fixed {
   margin-top: -150px;

}
/* .about-inner-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    transition: top 0.6s;
    
} */

.home_bg{
    height: 100vh;
    position:relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
}
.home_bg::before {
    background:rgba(0,0,0,0.6);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.about_me_content{padding-top:200px;position:relative;}

.about_me_content h1 {
    font-size: 70px;
    margin-top: 10px;
    font-weight: 700;
    -webkit-text-stroke: 2px #059669;
    color: transparent;
    
}

.about_me_content span {
    text-transform: capitalize;
    font-weight: 500;
}
.basic-info{margin-top:30px;position:relative;}
.basic-info p{
    font-size: 18px;
}
.basic-info{}
.single-basic-info {
    display: inline-block;
    font-size: 14px;
    padding: 10px 0;
    width: 175px;
}
.single-basic-info p {font-size:14px;}
.single-basic-info p span {
    color: #fff;
    font-size:16px
}
/*==================== about-section===================== */
.about-main{
  background: #ffffff;
  color: #161618;
  overflow: hidden;
  padding-top:100px;
  padding-bottom: 100px; 

 }

 .about-main .about-content-tittle h3{
    font-size: 18px;
    color: #000000;
    padding-bottom: 60px;
 }
 .about-main .about-content-tittle h1{
    background: linear-gradient(90deg, rgb(16, 185, 129) 0%, rgb(6, 182, 212) 100%) text;
    -webkit-text-fill-color: transparent;
    font-size:60px;
    font-weight: 500;
    padding-bottom:40px;

 }
  .about-main .about-content-tittle h2{
    font-size:35px;
    padding-bottom: 40px;
    color: #58595b;
    background: linear-gradient(90deg, rgb(16, 185, 129) 0%, rgb(6, 182, 212) 100%) text;
    -webkit-text-fill-color: transparent;
  }
  .about-main .about-content-tittle p{ font-size: 20px; }
 .list-portfolio{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 35px;
    line-height: 1.34;
    width: 95%;

 }
  .list-portfolio li{ 
    color: #808285;
    padding: 0px 5px;
   }
   .list-portfolio li a{ 
    color: #808285;
    transition: all 0.5s;
    font-size: 35px;
    padding-left: 0px;
    position: relative;
   }
/*    .list-portfolio li a:hover{color: #04966a; padding-left: 5px; } */
/* .list-portfolio a::before{
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: 0.5s transform ease;
  transform: scale3d(0,1,1);
  transform-origin: 0 50%;
}
.list-portfolio a:hover::before{
  transform: scale3d(1,1,1);
} */
.menu-1 a::before{
  background: #04966a;
  transform-origin: 100% 50%;
}
.menu-1 a:hover::before{
  transform-origin: 0 50%;
}
.list-portfolio.white-text li a{ color: #ffffff; }
/* .list-portfolio.white-text li a:hover{ color: #04966a; } */

#hero {
    width: 100%;
    height: calc(100vh - 0px);
    background-size: cover;
    margin-top: 0px;
    z-index: -1;
    overflow: hidden;
    top: 0;
    background-attachment: fixed;
    transition: all 0.5s;
}
#hero .hero-container {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    text-align: left;
    padding: 0 0px;
}

#hero2 {
    width: 100%;
    height: calc(100vh - 0px);
    background-size: cover;
    margin-top: 0px;
    z-index:0;
    overflow: hidden;
    top: 0;
    transition: all 0.5s;
    background-attachment: fixed;
}
#hero2 .hero-container {
    position: relative;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    text-align: left;
    padding: 0 0px;
}
.back-video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    bottom: 0;
}
.work-project{
    position: absolute;
    top: 80px;
    left: 110px;

}
.work-project h5{
    text-align: left;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
}
.video-text {
    position: absolute;
    bottom: 100px;
    left: 110px;
    width: 100%;
}
.video-text h5 {
    font-size: 35px;
    color: #ffffff;
    text-align: left;
}
.video-text h5 a{
    font-size: 35px;
    color: #ffffff;
    text-align: left;
}
.banner-stick {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;

}
.awards-main{
    background: #ffffff;
    padding-top:100px;
    padding-bottom:100px;
    background-position: 170px 0px; 
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    z-index: -1;
}
.awards-main .award-sub-title h3, .exprence-main .exprence-subtitle h3, .support-tittle h3{
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
  
}
.awards-main .award-sub-title h3{
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
   
  
}
.awards-main .award-sub-title h2{
    padding-top:30px;
    font-size: 36px;
    color: #262626;
}
.awards-main .award-sub-title h2 a{
    font-size: 36px;
    color: #262626;
}
.award-img{ position: absolute; right: 0px; bottom: 0px; }

.exprence-main{
    padding-top: 100px;
    padding-bottom: 100px;
}

.award-list-part{ margin-top: 40px;  }
.first-sec{ display: flex; flex-wrap: wrap; justify-content: left;}
.first-sec li {
    position: relative;
    width: 15%;
    text-align: center;
    margin-bottom: 30px;
    transition: all 0.3s 
ease;
    transform: perspective(0px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.first-sec li:hover{
   color: #06b0c1; 
  transform: scale(1.1) translateY(-5px);
}

.first-sec li .pos {
    position: absolute;
    top:50%;
    width: 50%;
    transform: translate(-50%, -50%);
    left: 50%;

}
.first-sec li .pos p{
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #000000;
}
.hr{ margin:3px; color: inherit;
    background-color: #00b6d2; }


.unique-ideas h2{
    font-weight: 800;
    color: #059669;
    font-family: 'Gotham Narrow';
    font-size:35px;

}

.mil-thin{   font-family: 'Gotham Book'; font-weight: 100; }
.mil-complex-text .mil-button {
    margin-left: 30px;
}
.mil-button span {
    white-space: nowrap;
}

.mil-services-grid {
  border-top: solid 1px rgb(194 215 212);
}
.mil-services-grid .mil-services-grid-item {
  border-right: solid 1px rgb(194 215 212 / 90%);
  border-bottom: solid 1px rgb(194 215 212 / 90%);
}
.mil-services-grid .mil-services-grid-item:first-child {
  border-left: solid 1px rgb(194 215 212 / 90%);
}
@media screen and (max-width: 992px) {
  .mil-services-grid {
    padding-bottom: 90px;
  }
  .mil-services-grid .mil-services-grid-item {
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  }
  .mil-services-grid .mil-services-grid-item:nth-child(3) {
    border-left: solid 1px rgba(255, 255, 255, 0.1);
  }
}
@media screen and (max-width: 768px) {
  .mil-services-grid {
    padding-bottom:0px;
  }
  .mil-services-grid .mil-services-grid-item {
    border-left: solid 1px rgb(194 215 212 / 90%);
    border-bottom: solid 1px rgb(194 215 212 / 90%);
  }
}
.mil-service-card-sm {
  position: relative;
  display: block;
  padding: 60px 30px;
}
.mil-service-card-sm p {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-service-card-sm .mil-button {
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.4;
}
.mil-service-card-sm:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 0;
  background-color: rgb(12 184 165);
  -webkit-transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-service-card-sm:hover p {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.mil-service-card-sm:hover .mil-button {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}
.mil-service-card-sm:hover:before {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .mil-service-card-sm p {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .mil-service-card-sm .mil-button {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    opacity: 1;
  }
}



.mt-100{
    margin-top: 10%;
}
.intership-box h2{
    color: #262626;
    font-size:25px;
    padding-bottom: 15px;
    font-weight: 900;
}
.intership-box{
    color: #58595b;
    font-size: 16px;
}
.red-more{
    padding-top: 60px;
}
.red-more svg{
    color: #58595b;
    font-size: 18px;
}
.red-more svg:hover{
    background: #04966a;
    border-radius: 50%;

}
.mil-button.mil-icon-button-sm svg {
    margin-left: 0;
    background-color: #04966a;
    color: #ffffff;
}
.mil-button svg {
    margin-left: 30px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 10px;
    background-color: rgb(0, 0, 0);
    -webkit-transition: 0.4s 
cubic-bezier(0, 0, 0.3642, 1);
    transition: 0.4s 
cubic-bezier(0, 0, 0.3642, 1);
}
.mil-button {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    letter-spacing: 2px;
    font-size: 12px;
    
    color: rgb(0, 0, 0);
    border-radius: 70px;
     
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: 0.4s 
cubic-bezier(0, 0, 0.3642, 1);
    transition: 0.4s 
cubic-bezier(0, 0, 0.3642, 1);
}


.get-in-tuch-main{
    background: #ebebeb ;
    padding-top: 100px;
    padding-bottom: 100px;
}
.get-intuch-title h2{
    color: #000000;
    font-size: 2.25rem;
    font-weight: 700;

}
.content-info h3{
    font-size:22px;
    font-weight: 600;
    color: #262626;
}
.email-box .text-item p{
    font-size: 16px;
    color: #262626;
    font-weight: 600;
}
.email-box .text-item p span{
    font-size: 16px;
    color: #333333;
    font-weight: 400;
}
.email-box .text-item a{
    color: #333333;
    transition: all 0.5s;

}
.email-box .text-item a:hover{
    color: #039669;
}
.iocn{ margin-right: 15px; color: #039669; }
.project-consultaion-box{
    background: #ffffff;
    padding:20px;
    border-radius:10px;
    margin-top: 25px;
    width: 95%;
}
.project-consultaion-box p{
    font-size: 15px;color: #000000;
    margin-bottom: 15px;
}
.project-consultaion-box a{
    background: #059669;
    display: block;
    color: #ffffff;
    padding: 5px 15px;
    border-radius: 5px;
    text-align: center;
    transition: all 0.5s;
}
.project-consultaion-box a:hover{
    color: #ffffff;
    background: #047857;

}
.footer-social-icon a{
    color: #333333;
    text-decoration: none;
    display: block;
    padding: 5px 0px;
}
.footer-social-icon a:hover{
    color: #059669;
}
.footer-social-icon a span svg{
    width:40px;
    padding-right: 15px;

}
.form-style label{
    color: #000000;
}
.button-style{
    background: #059669;
    color: #ffffff;
    transition: all 0.5s;
}
.button-style:hover{ background: #047857; }
.footer{
    background: #171717;
    padding:30px 0px;
}
.footer-text-Umang{
    font-size:25px;
    color: #ffffff;
    font-weight: 700;
}
.copyright-social-icon a{
    color: #e5e7eb;
    padding-left:30px;
}
.copyright-social-icon a:hover{ color: #047857; }
.copright{ background: #171717; border-top: #2e2e2e solid 1px; padding: 20px 0px; }


/* abour-page style */

.about-hero-banner{
    background-position: bottom right !important;
    max-width: 100%;
    padding:70px 0px 0px 0px;
    overflow: hidden;
}
.about-banner-content h1{
    background: linear-gradient(90deg, rgb(16, 185, 129) 0%, rgb(6, 182, 212) 100%) text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    font-weight: 800;
}
.about-banner-content p{ font-size: 18px; color: #ffffff; font-weight: 100; }
.py-100{ padding-top: 100px; padding-bottom: 100px; }
.pt-100{ padding-top: 100px; }.pb-100{ padding-bottom: 100px; }
.mt-100{ margin-top: 100px; }.mb-100{ margin-bottom: 100px; }
.about-inner-content p{ font-size:16px; color: #262626;  line-height:30px;}
.wrapper-education-box {
    background: #ffffff;
   /*  background: #f6fbf9; */
   /* background: #f7fffa;
    background: linear-gradient(90deg,rgba(247, 255, 250, 0.67) 0%, rgba(237, 253, 246, 1) 100%); */
    border-radius: 20px;
    padding: 30px 30px 30px 50px;
    position: relative;
    border-left: #059669 solid 4px;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition: all 0.2s;
}
.wrapper-education-box:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-left: #04c082  solid 4px;
    border-right: #04c082  solid 4px;
}
.founder-box{ font-size: 13px; }

.wrapper-education-box h3{
    font-size:24px;
    color: #059669 ;
    font-weight: 600;
    padding-bottom: 40px;
}
.wrapper-education-box .school-part h4,.relevant h4{
    color: #059669;
    font-size: 18px;
    font-weight: 800;

}
.wrapper-education-box p{ color: #262626; }

.g-t{color:#059669!important ;}
.wrapper-education-box .school-part span{
    color:#059669 ;
    padding-right: 10px;
}
.wrapper-education-box .skills-cou{
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}
.wrapper-education-box .skills-cou li{
    color: #047857;
    padding-right:20px;
    position: relative;
    
}
.wrapper-education-box .skills-cou li:after{
    position: absolute;
    content: '|';
    top: 0;
    right: 9px;
    color: #014230;
    
}
.wrapper-education-box .left {
    position: absolute;
    left: 20px;
    top: 20px;
}
/* section-padding */
.wrapper-education-box1 {
    background: #ffffff;
   /*  background: #f6fbf9; */
   /* background: #f7fffa;
    background: linear-gradient(90deg,rgba(247, 255, 250, 0.67) 0%, rgba(237, 253, 246, 1) 100%); */
    border-radius: 15px;
    padding: 50px 15px 30px 15px;
    position: relative;
    border-left: #059669 solid 4px;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition: all 0.2s;
}
.wrapper-education-box1:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-left: #04c082  solid 4px;
    border-right: #04c082  solid 4px;
}



.wrapper-education-box1 {
    border-radius: 15px !important;
    background: #ffffff;
    width: 100%;
    height: 446px !important;
}

.wrapper-education-box1 h3{
    font-size:20px;
    color: #059669 ;
    font-weight: 600;
    padding-bottom: 40px;
}
.wrapper-education-box1 .school-part h4,.relevant h4{
    color: #059669;
    font-size: 15px;
    font-weight: 800;

}
.wrapper-education-box1 p{ color: #262626; }

.g-t{color:#059669!important ;}
.wrapper-education-box1 .school-part span{
    color:#059669 ;
    padding-right: 10px;
}
.wrapper-education-box1 .skills-cou{
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}
.wrapper-education-box1 .skills-cou li{
    color: #047857;
    padding-right:20px;
    position: relative;
    font-size: 14px;
    
}
.wrapper-education-box1 .skills-cou li:after{
    position: absolute;
    content: '|';
    top: 0;
    right: 9px;
    color: #014230;
    
}
.wrapper-education-box1 .left {
    position: absolute;
    left: 20px;
    top: 20px;
}
.project-slider-part{display: flex; width: 100%; height: 100%; max-width: 100%; max-height: 100%; place-items: center; margin: 0px; padding: 0px; list-style-type: none; opacity: 1; mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%); overflow: hidden;}

.project-slider-part .slick-slide img {
    display: block;
    width: 100%;
    height: 405px;
    object-position: center;
    object-fit: cover;
}
.gallery-button{ margin-top:20px; }
.gallery-button a{ background: #059669; padding: 5px 15px;  font-size: 13px; color: #ffffff; border-radius: 15px; font-weight: 400; }
.bg-dark-black{ background: #000000; }
.right-side-img{
    right: 0px;
    position: absolute;
    z-index: 1;
}
.award-icon{
    position: absolute;
    right: 0;
    z-index: 1;
    top:10px;
}
.award-icon img{ width: 80%; opacity: 0.1; }
.media-readmore a{color: #059669; }

.founer-point ul{ list-style: none; margin: 0px; padding: 0px; }
.founer-point ul li{ position: relative; line-height:18px; font-size: 15px; color: #262626; padding: 8px 20px; border-bottom: #dddddd dashed 1px; }
.founer-point ul li:nth-child(odd){background: #ffffff;}
.founer-point ul li:before {
  content: '';
  position: absolute;
  width:5px;
  height:5px;
  background-color: #059669;
  border-radius: 50%;
  top: 14px;
  left:8px;
}

.footer-nav-part ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0px; padding: 0px; list-style: none;
}
.footer-nav-part ul li{ padding: 0px 8px; }
.footer-nav-part ul li a{ font-size: 13px; color: #acabab; }
.copright p{font-size: 13px;}

/* -------------------------------------------
}

dodecahedron

------------------------------------------- */
.mil-animation-frame {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  -webkit-animation: jump 10s linear infinite;
          animation: jump 10s linear infinite;
  pointer-events: none;
}

.mil-animation {
  position: absolute;
  display: inline-block;
  width: 300px;
  height: 300px;
  opacity: 0.2;
  pointer-events: none;
}

.mil-position-1 {
  top: 100px;
  right: 100px;
}
.mil-position-1 .mil-pentagon div {
  border-top: 0.1px solid rgb(255, 255, 255);
}

.mil-position-2 {
  bottom: 0px;
  left:5%;
}
.mil-position-2.mil-position-right2 {
  bottom: 0px;
  right:5%!important;
}
.mil-position-black {
  bottom: 175px;
  left:5%;
}
.mil-position-black .mil-pentagon div {
  border-top: 1px solid rgb(34 32 32)!important;
}
.mil-position-black2 {
  top: 50px;
  right:-6%;
}
.mil-position-black2 .mil-pentagon div {
  border-top: 1px solid rgb(34 32 32)!important;
}

.mil-position-2 .mil-pentagon div {
  border-top: 1px solid rgb(255, 255, 255);
}

.mil-position-2 .mil-dodecahedron {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media screen and (max-width: 1400px) {
  .mil-position-2 {
    display: none;
  }
}

.mil-position-3 {
  bottom: -100px;
  right: 35%;
}
.mil-position-3 .mil-pentagon div {
  border-top: 1px solid rgb(255, 255, 255);
}
.mil-position-3 .mil-dodecahedron {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media screen and (max-width: 1400px) {
  .mil-position-3 {
    display: none;
  }
}

.mil-position-4 {
  top: -60px;
  right: 20%;
}
.mil-position-4 .mil-pentagon div {
  border-top: 0.1px solid rgb(255, 255, 255);
}
.mil-position-4 .mil-dodecahedron {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media screen and (max-width: 1400px) {
  .mil-position-4 {
    display: none;
  }
}
.mil-position-4.mil-dark .mil-pentagon div {
  border-top: 0.1px solid rgb(0, 0, 0);
}

.mil-dodecahedron {
  position: relative;
  left: 100px;
  top: 40px;
  width: 100px;
  height: 223px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-animation: rotate 100s infinite linear;
          animation: rotate 100s infinite linear;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotateX(0deg) rotateY(360deg) rotateZ(360deg);
            transform: rotateX(0deg) rotateY(360deg) rotateZ(360deg);
  }
  to {
    -webkit-transform: rotateX(360deg) rotateY(0deg) rotateZ(-360deg);
            transform: rotateX(360deg) rotateY(0deg) rotateZ(-360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotateX(0deg) rotateY(360deg) rotateZ(360deg);
            transform: rotateX(0deg) rotateY(360deg) rotateZ(360deg);
  }
  to {
    -webkit-transform: rotateX(360deg) rotateY(0deg) rotateZ(-360deg);
            transform: rotateX(360deg) rotateY(0deg) rotateZ(-360deg);
  }
}

.mil-pentagon {
  position: absolute;
  width: 100px;
}
.mil-pentagon:nth-child(1) {
  -webkit-transform: rotateY(0.2turn) translateZ(69px) rotateX(26.5deg);
          transform: rotateY(0.2turn) translateZ(69px) rotateX(26.5deg);
}
.mil-pentagon:nth-child(6) {
  bottom: 0;
  -webkit-transform: rotateY(0.2turn) translateZ(-69px) rotateX(206.5deg);
          transform: rotateY(0.2turn) translateZ(-69px) rotateX(206.5deg);
}
.mil-pentagon:nth-child(2) {
  -webkit-transform: rotateY(0.4turn) translateZ(69px) rotateX(26.5deg);
          transform: rotateY(0.4turn) translateZ(69px) rotateX(26.5deg);
}
.mil-pentagon:nth-child(7) {
  bottom: 0;
  -webkit-transform: rotateY(0.4turn) translateZ(-69px) rotateX(206.5deg);
          transform: rotateY(0.4turn) translateZ(-69px) rotateX(206.5deg);
}
.mil-pentagon:nth-child(3) {
  -webkit-transform: rotateY(0.6turn) translateZ(69px) rotateX(26.5deg);
          transform: rotateY(0.6turn) translateZ(69px) rotateX(26.5deg);
}
.mil-pentagon:nth-child(8) {
  bottom: 0;
  -webkit-transform: rotateY(0.6turn) translateZ(-69px) rotateX(206.5deg);
          transform: rotateY(0.6turn) translateZ(-69px) rotateX(206.5deg);
}
.mil-pentagon:nth-child(4) {
  -webkit-transform: rotateY(0.8turn) translateZ(69px) rotateX(26.5deg);
          transform: rotateY(0.8turn) translateZ(69px) rotateX(26.5deg);
}
.mil-pentagon:nth-child(9) {
  bottom: 0;
  -webkit-transform: rotateY(0.8turn) translateZ(-69px) rotateX(206.5deg);
          transform: rotateY(0.8turn) translateZ(-69px) rotateX(206.5deg);
}
.mil-pentagon:nth-child(5) {
  -webkit-transform: rotateY(1turn) translateZ(69px) rotateX(26.5deg);
          transform: rotateY(1turn) translateZ(69px) rotateX(26.5deg);
}
.mil-pentagon:nth-child(10) {
  bottom: 0;
  -webkit-transform: rotateY(1turn) translateZ(-69px) rotateX(206.5deg);
          transform: rotateY(1turn) translateZ(-69px) rotateX(206.5deg);
}
.mil-pentagon:nth-child(11) {
  -webkit-transform: translateZ(69px) rotateX(-90deg);
          transform: translateZ(69px) rotateX(-90deg);
}
.mil-pentagon:nth-child(12) {
  bottom: 0;
  -webkit-transform: translateZ(-69px) rotateX(90deg);
          transform: translateZ(-69px) rotateX(90deg);
}
.mil-pentagon div {
  position: absolute;
  width: 100px;
  height: 69px;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.mil-pentagon div:nth-child(1) {
  -webkit-transform: rotate(0.2turn);
          transform: rotate(0.2turn);
}
.mil-pentagon div:nth-child(2) {
  -webkit-transform: rotate(0.4turn);
          transform: rotate(0.4turn);
}
.mil-pentagon div:nth-child(3) {
  -webkit-transform: rotate(0.6turn);
          transform: rotate(0.6turn);
}
.mil-pentagon div:nth-child(4) {
  -webkit-transform: rotate(0.8turn);
          transform: rotate(0.8turn);
}
.mil-pentagon div:nth-child(5) {
  -webkit-transform: rotate(1turn);
          transform: rotate(1turn);
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
.gallery-part{ padding-top: 100px; }
.gallery-part a{
    padding: 15px 30px;
    border-radius: 5px;
    font-size:25px;
    background: #059669; 
    color: #ffffff;
}
.hidden {
  overflow: hidden;
  display: none;
  visibility: hidden;
}

.btn-gallery img {
  max-width:100%;
  height: auto;
}
.images-gallery{
    padding: 15px 30px;
    border-radius: 5px;
    font-size:30px;
    color: #ffffff;
    font-weight: 600;
}
.images-gallery:hover{ color: #ffffff; }
.wrapper-education-box.bg-gree {
    background: #059669;
    /* background: #f6fbf9; */
    border-radius: 20px;
    padding: 30px 30px 30px 50px;
    position: relative;
    border-left: #515151 solid 4px;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition: all 0.2s;
}
.wrapper-education-box.bg-gree:hover {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-left: #515151 solid 4px;
    border-right: #515151 solid 4px;
}

.work-project-slider-main .about-content-tittle h3 {
    font-size: 18px;
    color: #000000;
    padding-bottom: 20px;
    }


.img-part img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-position: center;
    object-fit: cover;}



.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
   

}


.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}
.frontside .card-body img{
    border-radius: 15px;
    border: #706e6e solid 1px;
    position: relative;
    overflow: hidden;
}
.frontside .card-body:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top:75%; /* kitna upar tak gradient chahiye, yahan control karo */
    background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.9),
    rgba(0, 0, 0, 0)
    );
    pointer-events: none; /* click/image par koi effect na ho */
    z-index: 1;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}



.backside .card a {
    font-size: 18px;
    color: #007b5e !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #007b5e !important;
}

.frontside .card .card-body img {
    border-radius: 5%;
}
/* .item{
    width:345px;
    height: 405px;
    position: relative;
} */

.img-fluid1{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-position: center;
    object-fit: cover;}
.card-body{
    width: 100%;
    height: 100%;
}
.postion-card-title{ font-size: 18px; 
    color: #ffffff; 
    font-weight: 800; 
    position: absolute;
    bottom: 50px;
    width: 92%;
    z-index: 9999;
}
.supported-main{ padding-top: 100px; padding-bottom: 100px; background: #ffffff !important; border-top: 1px solid #e5e5e5; }






/*========================================

Responsive

==========================================*/

@media (max-width: 1300px){
.footer-nav-part ul li {
    padding: 0px 10px;
}
}
@media (max-width: 1100px) {
.work-project, .video-text {
    left: 65px;
    padding-right: 15px;
}
.list-portfolio li a, .awards-main .award-sub-title h2,.video-text h5 { 
    font-size: 30px;
   
}
.about-hero-banner {
    padding: 80px 0px 0px 0px;
}
.first-sec li {
   
    width: 18%;
    margin-right: 15px;
    margin-bottom: 10px;
}
.awards-main {
background-position: -2%;
  
}
.award-img {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 0;
}
.award-img {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width:0;
}

}
@media (max-width: 1000px) {
.navContainer{ display: none; }
.list-portfolio li a, .awards-main .award-sub-title h2, .video-text h5, .video-text h5 a {
        font-size: 25px;
}
.awards-main .award-sub-title h2 a {
    font-size: 25px;
    color: #262626;
}

.about-banner-content h1 { font-size: 25px; }
.about-hero-banner {
    padding: 110px 0px 0px 0px;
}
.first-sec li {
    width: 18%;
    margin-right: 15px;
    margin-bottom: 10px;
}
.awards-main {
    background-position: 27%;
}

.first-sec li img { width: 100%; }

}
@media (max-width:1100px) { 
.social_profile{display:none;}
}

@media (max-width:880px) { 
.social_profile{display:none;}
.header {
    padding:15px 5px;
   
}
.toggle {
    right: 2rem;
  
}
.awards-main {
    background-position: 35%;
}

}

@media (max-width:768px) { 
.topcontrol {display:none;}
.about_me_content{padding-left:5px;padding-right: 20px;}
.footer-nav-part ul li {
    padding: 0px 15px 0px 0px;
}
.copyright-social-icon a {
    color: #e5e7eb;
    padding-left:0px;
    padding-right:15px;
    padding-top: 15px;
}
    .logo {
    width: 100%;
    }
    .first-sec li {
    width: 22%;
    margin-right: 15px;
    margin-bottom: 10px;
    }
    .award-img {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 25%;
    }

}
@media (max-width:675px) { 
.work-project, .video-text {
        left:30px;
        padding-right: 15px;
    }
     .award-img {
        position: absolute;
        right: 0px;
        bottom: 0px;
        width:30%;
    }
    .banner-mobile-img {
    width: 100%;
   
}
.unique-ideas.mt-100{margin-top: 35px;}
.banner-mobile-img img{}
.work-exp-title h2 {
    font-size: 25px;
   
}
.mil-animation {
    z-index: -1;
}

.first-sec li {
    width:30%;
    margin-right: 8px;
    margin-bottom: 10px;
    }
.first-sec li p {
    font-size: 10px;
    line-height: 12px;
  
}
}

@media (max-width:480px) { 
.social_profile {top:40%;}

    .about_me_content h1 {
        font-size: 40px;

    }
    .about-main .about-content-tittle h1 {
        font-size:30px;
        padding-bottom: 10px;
    }
    .about-main .about-content-tittle h2 {
    font-size: 25px;
    padding-bottom: 10px;
}
.list-portfolio {
    font-size: 18px;
    width: 100%;
}
.home_bg {
        background-position: 65% 0% !important;
        height: 83vh;
        overflow: hidden;
    }
.about-main { padding-top: 40px; padding-bottom: 40px; }
.about-main .about-content-tittle h3 {
    font-size: 18px;
    color: #000000;
    padding-bottom: 20px;
}
.list-portfolio li a {
    font-size: 20px;
  
}
.work-project {
    position: absolute;
    top: 100px;
    left: 15px;
}
.video-text { 
    left: 15px; 
    bottom: 100px;
}
.back-video {
    height: 80vh;
 }
#hero,#hero2 {  
    height: calc(80vh - 0px);  
}
.mil-service-card-sm {
    position: relative;
    display: block;
    padding: 13px 15px;
}
.about-main .about-content-tittle p {
    font-size: 15px;
    line-height: 22px;
}
.award-img {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width:0%;
}
.unique-ideas h2 {
  
    font-size: 30px;
}
.basic-info {
    margin-top: 30px;
    position: relative;
    padding-left: 4px;
}
.awards-main .award-sub-title h2 {
    font-size:20px;
   
}
.video-text h5 {
    font-size: 20px;
   
}
.footer-social-icon { padding-bottom: 40px; }
.red-more {
    padding-top: 20px;
}
.intership-box h2 {
    font-size: 22px;
   
}
.awards-main .award-sub-title h2 {
    padding-top: 8%;
 }
.footer-text-Umang {
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
}
.wrapper-education-box {padding: 30px 25px 30px 26px;}
.wrapper-education-box.padding{ padding: 10px !important; }
.wrapper-education-box .school-part h4, .relevant h4 {
    font-size: 15px;
}
.wrapper-education-box h3 {
    font-size: 20px;}

.jdales span, .Present span{ font-size: 13px!important; }



.get-intuch-title h2 {font-size: 28px;}
.get-in-tuch-main, .about-main-content.py-100 {
   
    padding-top: 50px;
    padding-bottom: 50px;
}
.wrapper-education-box .skills-cou li:after {
   
    top: 0;
    right: 3px;
   
}
.wrapper-education-box .skills-cou li {
   
    padding-right: 14px;
   
}
.wrapper-education-box .skills-cou li:after { 
    top: 0;
    right: 3px;  
}
.footer-nav-part ul li {
    padding: 0px 15px 0px 0px;
}
.copyright-social-icon a {
    color: #e5e7eb;
    padding-left:0px;
    padding-right:15px;
    padding-top: 15px;
}
.banner-mobile-img img{ max-width: 128%; }
.first-sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.first-sec li {
width:50%;
margin-right: 0px;
margin-bottom:25px;
}
.first-sec li p {
    font-size: 12px!important;
    line-height: normal!important;
    }

/* hide honeypot fields */
.hp-field,
.hp-field label,
.hp-field input{
    position:absolute !important;
    left:-9999px !important;
    width:1px !important;
    height:1px !important;
    overflow:hidden !important;
    opacity:0 !important;
    pointer-events:none !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    display:none !important;
}

/* hide generic honeypot inputs by name as a fallback */
input[name="website"]{
    position:absolute !important;
    left:-9999px !important;
    width:1px !important;
    height:1px !important;
    overflow:hidden !important;
    opacity:0 !important;
    pointer-events:none !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    display:none !important;
}

/* responsive video embeds */
.media-videos .video-embed{
    position:relative;
    padding-top:56.25%;
    background:#000;
    border-radius:12px;
    overflow:hidden;
}
.media-videos .video-embed iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.media-videos{
    background:#000;
    color:#fff;
}
.media-videos h3{
    color:#fff;
}

/* hero video overlay on home */
.media-hero{
    position:relative;
    overflow:hidden;
    background:#000;
}
.media-hero .hero-container{position:relative;min-height:100vh;width:100%;}
.media-hero .hero-container,
.media-hero .media-hero-videos{position:relative;z-index:3;}
.media-hero .banner-content{position:absolute;inset:0;z-index:1;}
.media-hero .back-video{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    z-index:1;
}
.media-hero .work-project{position:absolute;top:80px;left:80px;z-index:5;}
.media-hero .work-project h5{
    color:#fff !important;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:18px;
    text-shadow:0 2px 8px rgba(0,0,0,0.35);
}
.media-hero .video-text{
    position:absolute;
    bottom:80px;
    left:80px;
    z-index:5;
    max-width:70%;
}
.media-hero .video-text h5{
    color:#fff !important;
    font-size:32px;
    font-weight:400;
    text-shadow:0 2px 14px rgba(0,0,0,0.5);
    margin:0;
}
.media-hero .media-hero-videos{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    width:90%;
    max-width:1200px;
    z-index:10;
    display:flex;
    gap:24px;
}
.media-hero .media-hero-videos [data-aos]{opacity:1 !important;transform:none !important;}
.media-hero .video-embed{position:relative;padding-top:56.25%;box-shadow:0 10px 30px rgba(0,0,0,0.45);border-radius:14px;overflow:hidden;background:#000;flex:1 1 50%;}
.media-hero .video-embed iframe{position:absolute;inset:0;width:100%;height:100%;}
.media-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.6) 70%, rgba(0,0,0,0.8) 100%);z-index:2;}
.mil-more-btn{
    position:absolute;
    left:50%;
    bottom:40px;
    transform:translateX(-50%) scale(1);
    background:#0f8d63;
    color:#fff;
    border-radius:999px;
    padding:22px 32px;
    text-transform:uppercase;
    letter-spacing:1px;
    font-weight:700;
    opacity:1;
    transition:all 0.25s ease;
    z-index:12;
    text-decoration:none;
}
.media-hero:hover .mil-more-btn{opacity:1;transform:translateX(-50%) scale(1.05);}
/* accessibility widget */
/* legacy accessibility widget (unused)
/* .access-widget{
    position:fixed;
    right:20px;
    bottom:20px;
    z-index:9999;
    background:#059669;
    color:#fff;
    border:none;
    padding:12px 16px;
    border-radius:24px;
    box-shadow:0 10px 25px rgba(0,0,0,0.2);
    cursor:pointer;
    font-weight:600;
}
.access-panel{
    position:fixed;
    right:20px;
    bottom:70px;
    width:220px;
    background:#fff;
    color:#111;
    border-radius:12px;
    box-shadow:0 12px 30px rgba(0,0,0,0.2);
    padding:14px;
    z-index:9999;
    display:none;
}
.access-panel--open{display:block;}
.access-panel__title{font-weight:700;margin-bottom:8px;}
.access-panel__btn{
    width:100%;
    margin:4px 0;
    padding:10px 12px;
    border:1px solid #ddd;
    border-radius:8px;
    background:#f5f5f5;
    cursor:pointer;
}
.hc-mode{
    background:#000 !important;
    color:#fff !important;
}
.hc-mode *{
    color:#fff !important;
    background-color:transparent !important;
    border-color:#fff !important;
}
.font-lg{font-size:112%;}
*/

/* improved in-house accessibility widget (disabled) */
/* .access-fab{
    position:fixed;
    right:22px;
    bottom:22px;
    width:56px;
    height:56px;
    border-radius:50%;
    border:none;
    background:#1d4ed8;
    color:#fff;
    font-size:24px;
    box-shadow:0 10px 25px rgba(0,0,0,0.25);
    cursor:pointer;
    z-index:1200;
}
*/
.access-modal{
    position:fixed;
    right:20px;
    bottom:90px;
    width:320px;
    max-width:calc(100% - 40px);
    background:#fff;
    border-radius:12px;
    box-shadow:0 18px 40px rgba(0,0,0,0.25);
    padding:14px;
    display:none;
    z-index:1200;
}
.access-modal.open{display:block;}
.access-modal__header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:10px;
}
.access-modal__header h4{
    margin:0;
    font-size:16px;
    font-weight:700;
}
.access-close{
    border:none;
    background:transparent;
    font-size:20px;
    line-height:1;
    cursor:pointer;
}
.access-modal__body button{
    width:100%;
    margin:5px 0;
    padding:10px;
    border:1px solid #d1d5db;
    border-radius:8px;
    background:#f9fafb;
    cursor:pointer;
    text-align:left;
    font-weight:600;
}
.font-dys{
    font-family:'Arial', 'Helvetica', sans-serif;
}
.reduce-motion *, .reduce-motion{
    animation-duration:0s !important;
    transition-duration:0s !important;
}
.project-card{
    display:flex;
    flex-direction:column;
    height:100%;
    min-height:420px;
}
.project-card .school-part{
    flex:1 1 auto;
}
