html{
    overflow-x:hidden; scroll-behavior: smooth;
}
body{
    margin: 0;   overflow-x:hidden;      font-family: "Poppins", sans-serif !important;
scroll-behavior: smooth;
}
a{
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}button{
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}
/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #000;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000;
}


/******************************menu**********************/

.header_menu_area {
  float: right;
  position: relative;
  text-align: center;
  padding: 65px 0 0;
}
.header_menu_area > .mob_nav {
    display: none;
}

.header_menu_area > ul {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    padding-left: 0px;
    /* padding-right: 20px; */
    float: left;
}
.header_menu_area > ul > li {
      width: auto;
      display: inline-block;
      vertical-align: middle;
}
     
.header_menu_area > ul > li > a:hover {
          color: #ffffff !important;
}
         


.header_menu_area > ul > li > a:hover::after {
          /* height: 100%; */
}
  .active-class{
 
  color: black; !important;
 
  /* border-bottom: solid 4px #0f703a; */
}

.img-fluid {
    max-width:0%;
    height: auto;
}
@media(min-width: 1025px){
.wrapper{
    display: none;
}
}

@media (max-width: 1024px) {
    .talk {
    background: #F47920;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    padding: 13px 25px 15px;
    border-radius: 30px;
    margin: auto !important;
    overflow: hidden;
    position: relative;
    width: 210px !important;
    height: 49px;
    float: none !important;
    z-index: 9;
    display: block;
    text-align: center;
}
  .talk{
 }

.navItem ul li a{
  color: #fff !important;
}
  .navItem ul {
    visibility: hidden;
    /* display: none; */
    opacity: 1;
    margin: 0;    overflow-y: scroll;
    height: 400px;
    top: 40px;
    padding: 0;
    text-align: center;
    padding: 20px 0 60px;
    width: 100%;
    position: absolute;
    left: 0;
    background: #222357;
    z-index: 99;
    transform: translate(0,20px);
    transition: all .5s ease-out;
    border-radius: revert-layer;
}.navItem:hover>ul {
    visibility: visible;
    /* display: block; */
    opacity: 1;
    transform: translate(0,0);
}
.wrapper {
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* flex-wrap: wrap; */
  /* min-height: 80vh; */
}
.wrapper > * {
  /* margin: 15px; */
}


.frameMobile {
  /* position: relative; */
  /* overflow: hidden; */
  /* width: 300px; */
  /* height: 630px; */
  /* border: 10px solid #000; */
  /* border-radius: 50px; */
  /* -webkit-backface-visibility: hidden; */
  -moz-backface-visibility: hidden;
  /* -webkit-transform: translate3d(0, 0, 0); */
  -moz-transform: translate3d(0, 0, 0);
}
.frameMobile .fmCamera {
  position: absolute;
  z-index: 99;
  top: 7px;
  left: 50%;
  width: 80px;
  height: 25px;
  border-radius: 30px;
  background-color: #000;
  transform: translatex(-50%);
}
.frameMobile .fmCamera .camera-dot {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.frameMobile .fmCamera .camera-dot-2 {
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  opacity: 0.3;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
  filter: blur(1px);
}
.frameMobile .fmCamera .camera-dot-3 {
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  width: 2px;
  height: 2px;
  opacity: 0.7;
}
.frameMobile:after {
  position: absolute;
  z-index: 99;
  bottom: 8px;
  left: 50%;
  width: 100px;
  height: 5px;
  background-color: #000;
  border-radius: 5px;
  transform: translatex(-50%);
}

.menu {
  position: absolute;
  z-index: 99999;
  right: 15px;
  top: 12px;
  width: 50px;
  height: 50px;
}
.menu .menuTrigger {
  --heightIcon: 15px;
  --widthLine: 24px;
  --heightLine: 2px;
  --transitionTime: 0.4s;
  --rotation: 45deg;
  --translateY: calc(var(
  --heightIcon) / 2);
  --translateX: 0;
  position: absolute;
  z-index: 99;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--widthLine);
  height: var(--heightIcon);
}
.menu .menuTrigger .line {
  display: block;
  background: #f47920;
  width: var(--widthLine);
  height: var(--heightLine);
  position: absolute;
  left: 0;
  border-radius: 3px;
  transition: all 0.4s;
  z-index: 999;
}
.menu .menuTrigger .line.line-1 {
  top: 0;
}
.menu .menuTrigger .line.line-2 {
  top: 50%;
}
.menu .menuTrigger .line.line-3 {
  top: 100%;
}
.menu .menuTrigger:hover .line-1, .menu .menuTrigger:focus .line-1 {
  transform: translateY(calc(var(--heightLine) / 2 * -1));
}
.menu .menuTrigger:hover .line-3, .menu .menuTrigger:focus .line-3 {
  transform: translateY(calc(var(--heightLine) / 2));
}
.menu .menuTrigger.active .line-1 {
  transform: translateY(var(--translateY)) translateX(var(--translateX)) rotate(var(--rotation));
  background: #f47920;
}
.menu .menuTrigger.active .line-2 {
  opacity: 0;
}
.menu .menuTrigger.active .line-3 {
  transform: translateY(calc(var(--translateY) * -1)) translateX(var(--translateX)) rotate(calc(var(--rotation) * -1));
  background: #f47920;
}

.nav {
  position: absolute;
  z-index: 11;
  bottom: 15px;
  right: 15px;
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  /* background-color: #000; */
  transition-duration: 0.4s;
}
.nav.active {
  background-color: #fff;
  position: fixed;
  right: 0px;
  bottom: 0px;
  width: 100%;
  --s: 60px;
  --c1: #000000;
  --c2: #171717;
  --c3: #000000;
  background-size: var(--s) calc(var(--s) / 0.577);
  z-index: 9999;
  height: 100%;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav.active .navList {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;    margin-top: -100px;
  width: 100%;
}
.nav .navList {
  display: none;
}
.nav .navItem {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  width: 100%;
  position: relative;
}
.nav .navItem:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.nav .navItem:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.nav .navItem:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.nav .navItem:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.nav .navItem:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.nav .navItem:not(:last-child) {
  margin-bottom: 22px;
}
.nav .navLink {
  position: relative;
  display: inline-flex;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #f47920;
  opacity: 0;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  font-weight: 700;
}
.nav .navLink:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #0e4fa3;
  transform: translateX(-50%);
  transition: 0.25s;
}
.nav .navLink:hover:after {
  width: 100%;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }
  100% {
    opacity: 1;
  }
}
.demoContent {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 30px 0 30px;
  overflow-y: auto;
  background-color: #fff;
}
.demoContent::-webkit-scrollbar {
  width: 6px;
  background-color: #F2F0E9;
}
.demoContent::-webkit-scrollbar-thumb {
  background-color: #555;
  border-radius: 3px;
}
.demoContent::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #f2f0e9;
  background-color: #F2F0E9;
}
.demoContent h1 {
  margin-bottom: 0;
  padding: 15px;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
}
.demoContent .demoHeader {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
.demoContent .demoHeader:before {
  content: "";
  position: relative;
  display: flex;
  width: 100%;
  height: 80px;
  background-color: #E1E9EE;
}
.demoContent .demoHeader:after {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  display: flex;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  transform: translateX(-50%);
  background-color: #E1E9EE;
  border: 3px solid #fff;
}
.demoContent .demoHeader span:first-child {
  display: flex;
  width: 115px;
  height: 15px;
  background-color: #E1E9EE;
  margin: 70px auto 15px;
}
.demoContent .demoHeader span:last-child {
  display: flex;
  width: 200px;
  height: 15px;
  background-color: #E1E9EE;
  margin: 15px auto 15px;
}
.demoContent .demoPost {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin: 15px 0;
  padding: 0 15px;
}
.demoContent .demoPost .demoPostImg {
  width: 30%;
  height: 80px;
  border-radius: 10px;
  background-color: #E1E9EE;
}
.demoContent .demoPost .demoPostContent {
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  width: 70%;
  padding-left: 15px;
}
.demoContent .demoPost .demoPostContent span:nth-child(1) {
  width: 50%;
  height: 15px;
  background-color: #E1E9EE;
  border-radius: 3px;
}
.demoContent .demoPost .demoPostContent span:nth-child(2) {
  width: 30%;
  height: 15px;
  background-color: #E1E9EE;
  border-radius: 3px;
}
.demoContent .demoPost .demoPostContent span:nth-child(3) {
  width: 70%;
  height: 15px;
  background-color: #E1E9EE;
  border-radius: 3px;
}

.menu li:hover>ul {
    width: 100% !important;
    visibility: visible;
    opacity: 1;
    position: unset;
    transform: initial;
    /* height: 122px; */
    z-index: 99999;
    margin-top: 60px;
}
.menu ul:after{
    bottom: 62%;
}

.header_menu_area > ul > li > a {
    width: 100%!important;
}

.sub-menu {
    margin-top: 122px!important;
}
.menu ul li a {

    text-align: center !important;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    /position: unset;/
    transform: initial;
    /* height: 122px; */
    z-index: 99999;
    margin-top: 36px;
}

.menu ul {
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0 !important;
    width: 100%;
    transform: initial;
}
.ham-nav{
    display: none;
}

.header_menu a svg{
    display: none;
}

.sub-menu-1{
    position:unset !important;
    width:100% !important;
}



.header_menu_area {
    position: inherit;
    float: right;
}

.header_menu_area > .mob_nav {
    display: block;
    display: none;
    float: right;
    position: relative;
    z-index: 99999;
    width: 35px;
    height: 28px;
    margin: 0;
    cursor: pointer;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.header_menu_area > .mob_nav > div {
    background: #ce2933;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    width: 100%;
}

.header_menu_area > .mob_nav > div:nth-child(1) {
    top: 2px;
}

.header_menu_area > .mob_nav > div:nth-child(2), .header_menu_area > .mob_nav > div:nth-child(3) {
    top: 13px;
    width: 65%;
}

.header_menu_area > .mob_nav > div:nth-child(4) {
    top: 23px;
}

.mob_nav.open > div:nth-child(1), .mob_nav.open > div:nth-child(4) {
    left: 50%;
    top: 18px;
    width: 0%;
}

.mob_nav.open > div:nth-child(2) {
    background: #ce2933;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.mob_nav.open > div:nth-child(3) {
    background: #ce2933;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.header_menu_area > ul {
    width: 0;
    position: absolute;
    height: 100vh;
    top: 0;
    left: 0px;
    visibility: hidden;
    opacity: 0;
    z-index: 9 !important;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    top: 0;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    /* transform: rotate(-15deg) translate3d(0, 0, 0); */
    padding-bottom: 50px;
    background: #ffffff;
}


.header_menu_area > ul > li > a {
    padding: 15px 18px 15px 18px !important;
    text-align: center;
    color: #fff;
    width: 100%;
    line-height: 30px;
    margin-left: 0px;
}
.header_menu_area > ul > li {
      width: 100%;
}


.header_menu_area ul.view {
    visibility: visible;
    opacity: 1;
    width: 100%;
    z-index: 100;
    z-index: 1111 !important;
    /* transform: rotate(0deg) translate3d(0, 0, 0); */
    top: 0;
}

.header_user_area {
    right: calc(5% + 70px);
}
}

.active-menu{
  background: linear-gradient(to right, rgb(0, 34, 93), rgb(20, 70, 158));
  color: #ffffff !important;
  /* border-bottom: solid 4px #0f703a; */
}


.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
    z-index: 9;
}

.header_menu_area > ul > li > a:after{
  position:absolute;
  content:'';
  width: 0;
  background: #F47920;
  height: 1px;
  left: 0;
  bottom: -4px;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
}.header_menu_area > ul > li > a:hover::after{
width:100%;
}.activeli:after{
  width:100% !important;
}
.activeli{
  /* color: #F47920 !important; */
 }
.header_menu_area > ul > li > a {
    margin-top: 0px;
    /* margin-bottom: -13px;*/
    width: auto;
    float: left;
    /* margin: -2px 0px; */
    position: relative;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin: 15px 18px;
    border-bottom: 1px solid transparent;
    letter-spacing: 0px !important;
    padding: 0px;
    z-index: -2;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    /* text-transform: uppercase; */
    text-decoration: none;
}
/*.header_menu_area > ul > li > a:hover {
    
    color: #f11002; !important;
    



    
}
*/

.menu ul li a:hover, .menu ul li:hover>a {
    background: #222357; !important;
    color: #fff;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    /* text-transform: uppercase; */
}
.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 54px;
    padding: 0;
    width: 211px;
    position: absolute;
    right: 20px;
    left: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 99;
    transform: translate(0,20px);
    transition: all .2s ease-out;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform .5s ease,opacity .6s ease,max-height .6s step-end,max-width .6s step-end,padding .6s step-end;
    -o-transition: -o-transform .5s ease,opacity .6s ease,max-height .6s step-end,max-width .6s step-end,padding .6s step-end;
    transition: transform .5s ease,opacity .6s ease,max-height .6s step-end,max-width .6s step-end,padding .6s step-end;
}


.menu li:first-child {
    margin-left: 0;
}
.menu li:first-child {
    margin-left: 0;
}
.menu ul li {
    display: block;
    float: none;
    background: 0 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
    transition: all .5s ease-out;
}

.menu ul li a {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    padding: 18px 10px;
    display: block;
    color: #000000;
    background: #ffffff;
    text-align: left;
    border-bottom: solid 1px rgb(99 96 96 / 10%);
}
.menu-new {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 13px !important;
    padding: 0;
    width: 211px;
    position: absolute;
    background: #fff;
    z-index: 99;
    margin-top: 0 !important;
    left: inherit !important;
    right: 217px !important;
    transform: translate(0,20px);
    transition: all .2s ease-out;
}

.menu-new li a{
  background: #F6F6F6!important;
}



.menu-new:after {
    top: 10% !important;
    right: -2% !important;
    left: inherit !important;
    border: solid red;
    content: " ";
    height: 0;
    width: 0;
   
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-right-color: red !important;
    border-width: 6px;
    margin-left: -6px !important;
    transform: rotate(
319deg);
}



@media (max-width: 1024px){
    .header_menu_area > ul > li > a{
        margin: 8px 0px 0px 0px;
        font-size: 19px;
    }
    .hamburgermenu{
        display: none;
    }
}



/**********************menu***************/

.header{

width: 100%;

float: left;
}
.logo{

width: 17%;

float: left;

position: relative;

z-index: 9;

margin-top: 30px;
}
.logo img{

width: 143px;
}
.header2{

width: 83%;

float: right;

position: relative;
}


/*ll*/
.ernw{
  width: 100%;
  float: left;
  padding-bottom: 60px;
}
.ernw h2{
  width:100%;
  float: left;
  text-align: left;
  font-size: 55px;
    color: #1F2C3B;
    font-weight: 600;
    margin-bottom: 0;

}
.ernw h2 span{
  color: #F47920;
}

.ernw p {
  width: 100%;
  float: left;
    font-size: 15px;
    color: #686868;
    line-height: 200%;
    font-weight: 400;
    padding-top: 15px;
    margin-bottom: 0;
}
.ernw img{
  width: 100%;
  float: left;
}
.ernw-tw{
  padding-bottom: 60px;
  width: 100%;
  float: left;
}
.ernw-tw h2{
  width: 100%;
  float: left;
  text-align: center;
  font-size: 55px;
    color: #1F2C3B;
    font-weight: 600;
    margin-bottom: 25px;
}
.ernw-tw h2 span{
  color: #F47920;
}
.ernw-twimg{
  width: 100%;
  float: left;
  position: relative;
}
.ernw-twimg img{
  width: 100%;
  float: left;
}
.ernw-twimg h3{
 
  float: left;
  position: absolute;
  left: 20px;
  bottom: 13px;
  color: white;
  font-size: 23px;
  font-weight: 600;
}











/*ll*/

























.banner{

width: 100%;

float: left;

background-image: url('../images/banner.webp');

background-position: center;

background-size: cover;

height: 802px;

margin-top: -165px;

padding-top: 344px;
}
.ban-carousel{

}
.banner h1{font-size: 70px;color: #fff;font-weight: 400;text-transform: uppercase;width: 62%;float: left;}
.banner h1 .span1{

font-weight: 700;
}
.banner .owl-nav{

width: 100%;

float: left;

margin-left: 15px;

margin-top: 20px;
}.banner .owl-prev{
  
margin-right: 15px;
}.banner .owl-next{
  
}
.panel1{

width: 100%;

float: left;

padding: 130px 0;

position: relative;
}
.panel1 h1{

font-size: 55px;

color: #1F2C3B;

font-weight: 600;
margin-bottom: 0;
}
.panel1 h1 span{

color: #F47920;
}
.panel1 p{

font-size: 15px;

color: #686868;

line-height: 200%;

font-weight: 400;
margin-bottom: 10px;
}
.p1-img1{
    top: 15px;    position: relative;
width: 418px;

float: left;

margin-right: 60px;
}
.p1-img2{

width: 604px;

float: left;

margin: 18px 0;
}
.p1-img{
  
position: absolute;
  
right: 0;
  
top: 0;
}
.panel2{

width: 100%;

float: left;

background-image: url('../images/sec-3-bg.webp');

padding: 100px 0;

text-align: center;
}
.panel2 h1{

font-size: 55px;

color: #fff;

font-weight: 600;
}
.panel2 p{

font-size: 15px;

color: #fff;

padding: 10px 260px;

line-height: 30px;

font-weight: 400;
}
.p2-box{

width: 100%;

float: left;

border: 1px solid #878686;

padding: 47px 37px;

border-radius: 20px;

margin-top: 30px;

transition: all ease-in-out .5s;

-webkit-transition: all ease-in-out .5s;
}.p2-box img{

width: 72px;
}
.p2-box h5{

font-size: 20px;

color: #fff;

font-weight: 600;

margin-top: 15px;
}
.p2-box h6{

font-size: 15px;

color: #fff;

font-weight: 400;

line-height: 26px;

margin: 0;
}.p2-box:hover{

background: #fff;
}
.p2-box:hover img{

filter: invert(1);
}
.p2-box:hover h5{

color: #000;
}.p2-box:hover h6{

color: #000;
}
.panel3{

width: 100%;

float: left;
}
.text-p3{
  margin-top: 70px;
  padding-right: 8%;
}
.p3-img{width: 630px;float: left;margin-right: 80px;}
.panel3 h1{font-size: 54px;color: #1F2C3B;font-weight: 600;}
.panel3 h1 span{color: #F47920;}
.panel3 p{font-size: 15px;color: #686868;font-weight: 400;line-height: 200%;margin-top: 18px;}
.panel3 a{width: 191px;height: 49px;background: #F47920;float: left;border-radius: 30px;padding: 12px 20px;text-decoration: none;font-size: 15px;font-weight: 400;color: #fff;text-align: left;margin-top: 15px;position: relative;overflow: hidden;z-index: 9;}
.panel3 a:hover::before{
    left: -5px;
    width: 104%;
}
.panel3 a:before{
      content: "";
      position: absolute;
      z-index: -1;
      background: #1f2c3b;
      height: 250px;
      line-height: 54px;
      width: 0;
      border-radius: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateX(-50%);
      transform: translateY(-50%);
      top: 100%;
      -webkit-transition: all .7s;
      -o-transition: all .7s;
      transition: all .7s;
      z-index: -1;
}
.panel3 a img{float: right;margin-top: 6px;}
.panel3 a:hover img{
  
}
.panel4{

width: 100%;

float: left;

padding: 56px 0 30px;

position: relative;
}
.p4-box{

width: 98%;

float: left;

background: #fff;

box-shadow: 2px 1px 8px 4px rgba(0, 0, 0, 0.05);

padding: 41px 31px;

position: relative;

margin-bottom: 20px;

border-radius: 20px;

margin-top: 10px;

overflow: hidden;

transition: all ease-in-out .5s;

-webkit-transition: all ease-in-out .5s;
}
.p4-box h6{

position: absolute;

font-size: 100px;

color: #F47920;

right: -13px;

top: -19px;

transition: all ease-in-out .5s;

-webkit-transition: all ease-in-out .5s;
}
.p4-box p{

font-size: 15px;

color: #000;

line-height: 200%;

width: 80%;

margin: 0;
}
.p4-box img{

width: 100px;

float: left;

margin-right: 25px;
}
.p4-box h5{

font-size: 20px;

color: #000;

font-weight: 700;
}
.p4-box:hover{

}
.p4-box:hover h6{
  
color: #1F2C3B;
}
.panel5{width: 100%;float: left;background-image: url('../images/ending-bg.webp');text-align: center;background-position: center;background-size: cover;height: 941px;}
.panel5 img{

width: 276px;
}
.panel5 p{

font-size: 15px;

color: #686868;

line-height: 200%;

font-weight: 400;

margin-top: 20px;

margin-bottom: 30px;

padding: 0 100px;
}
.a1{width: 188px;height: 49px;display: inline-block;background: #F47920;font-size: 15px;color: #fff;text-decoration: none;padding: 13px 0;border-radius: 30px;font-weight: 400;margin-right: 15px;position: relative;overflow: hidden;z-index: 9;}
.a1:hover::before{left: -17px;width: 113%;}
.a1:before{
      content: "";
      position: absolute;
      z-index: -1;
      background: #1f2c3b;
      height: 250px;
      line-height: 54px;
      width: 0;
      border-radius: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateX(-50%);
      transform: translateY(-50%);
      top: 100%;
      -webkit-transition: all .7s;
      -o-transition: all .7s;
      transition: all .7s;
      z-index: -1;
}
.a2{width: 148px;height: 49px;display: inline-block;background: #fff;border: 1px solid #1F2C3B;border-radius: 30px;text-align: center;padding: 13px 0;font-size: 15px;color: #1F2C3B;text-decoration: none;margin-left: 15px;position: relative;z-index: 9;overflow: hidden;}
.a2:hover::before{left: -30px;width: 150%;}
.a2:hover{
  color:#fff;
}
.a2:before{
      content: "";
      position: absolute;
      z-index: -1;
      background: #1f2c3b;
      height: 250px;
      line-height: 54px;
      width: 0;
      border-radius: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateX(-50%);
      transform: translateY(-50%);
      top: 100%;
      -webkit-transition: all .7s;
      -o-transition: all .7s;
      transition: all .7s;
      z-index: -1;
}
.footer{

width: 100%;

float: left;

padding: 40px 0;

text-align: center;
}
.ftr-logo{

}
.ftr-logo img{

width: 165px;

max-width: 100%;
}
.ftr-links{

width: 100%;

float: left;

padding: 20px 0;
}
.ftr-links a{

font-size: 15px;

color: #000;

text-decoration: none;

font-weight: 400;

padding: 0 24px;
}
.ftr-links a:hover{

color: #f47920;
}
.ftr-ico{

width: 100%;

float: left;

margin: 10px 0 20px;
}
.ftr-ico a{

}
.ftr-ico a img{

width: 29px;

margin: 0 5px;

transition: all ease-in-out .5s;

-webkit-transition: all ease-in-out .5s;

-o-transition: all ease-in-out .5s;

-moz-transition: all ease-in-out .5s;
}
.ftr-ico a img:hover{
    transform: rotateY(360deg);
    transform-style: preserve-3d;
    transition: transform 0.8s;
}
.copy{

width: 100%;

float: left;
}
.copy p{
  
font-size: 15px;
  
color: #000;
  
font-weight: 400;
  
margin: 0;
}
.talk:before{
      content: "";
      position: absolute;
      z-index: -1;
      background: #1f2c3b;
      height: 250px;
      line-height: 54px;
      width: 0;
      border-radius: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateX(-50%);
      transform: translateY(-50%);
      top: 100%;
      -webkit-transition: all .7s;
      -o-transition: all .7s;
      transition: all .7s;
      z-index: -1;
}
.talk:hover::before{
      top: 0;
      left: -6px;
      width: 107%;
}
.talk {background: #F47920;font-size: 15px;color: #fff;text-decoration: none;padding: 13px 25px 15px;border-radius: 30px;margin-left: 18px;overflow: hidden;position: relative;width: 189px;height: 49px;float: right;z-index: 9;}
.talk:hover{

}.request-sec {
    position: absolute;
    right: 0;
    width: 100%;
    top: -450px;
    right: 0;
    height: auto;
    /* background: #000000a6; */
    z-index: 9999999;
}.close_form {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 483px;
    top: 0;
    background: #F47920 url(../images/close.svg) no-repeat center center;
    background-size: 20px 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
}.req-form {
    width: 485px;
    float: right;
    height: auto;
    margin-right: 0;
    opacity: 1;
    background: #fff;
    padding: 20px 30px;
    top: 0;
    position: relative;
    right: 0;
    height: 100%;
    z-index: 99;
}.req-form h2 {
    font-size: 25px;
    text-align: left;
    font-weight: 700;
    color: #F47920;
}.req-form p {
    font-size: 15px;
    width: 100%;
    line-height: 28px;
    color: #000;
}.field_area {
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 15px;
}.field_area label {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}.field_area textarea:focus{
  border-color:#000000;outline:none !important;
}
.field_area input:focus{
  border-color:#000000;outline:none !important;
}
.field_area input[type=email], .field_area input[type=number], .field_area input[type=text], .field_area textarea {
    width: 100%;
    float: left;
    /* position: relative; */
    font-size: 14px;
    color: #000;
    line-height: 20px;
    margin: 0;
    background: #f5792036;
    padding: 17px 15px;
    border-radius: 20px;
    border: none;
    border: solid 1px rgb(225 222 222 / 86%);
    transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}.quick-send {
    width: 100%;
    float: left;
    background-color: #F47920;
    margin-bottom: 10px;
    padding: 10px;
    overflow: hidden;
    font-size: 18px;
    border: 0;
    font-eight: 400;
    z-index: 8;
    text-decoration: none;
    color: #fff;
    border-radius: 30px;
    position: relative;
    z-index: 9;
    overflow: hidden;
}
.quick-send:before{
      content: "";
      position: absolute;
      z-index: -1;
      background: #1f2c3b;
      height: 250px;
      line-height: 54px;
      width: 0;
      border-radius: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateX(-50%);
      transform: translateY(-50%);
      top: 100%;
      -webkit-transition: all .7s;
      -o-transition: all .7s;
      transition: all .7s;
      z-index: -1;
}
.quick-send:hover::before{
  left: -30px;
  width: 200%;
}
.pattern{
  
position: absolute;
  
top: 0;
  
z-index: -1;
  
right: 0;
  
width: 200px;
}
.innerban{

width: 100%;

float: left;

background-image: url('../images/innerban.png');

padding: 100px 0;

margin-top: -165px;

height: 320px;
}
.contact-sec{

width: 100%;

float: left;

padding: 80px 0;

position: relative;
}
.contact-sec h6{

font-size: 17px;

color: #f47920;

position: relative;

z-index: 9;
}
.contact-sec h1{

font-size: 45px;

color: #000;

font-weight: 700;

position: relative;

z-index: 9;
}
.ct-box{

width: 100%;

float: left;

margin-top: 20px;

position: relative;

z-index: 9;
}
.ct-box h5{font-size: 20px;color: #f77d24;font-weight: 700;}
.ct-box img{width: 60px;float: left;margin-right: 40px;filter: brightness(0);margin-bottom:20px;}
.ct-box p{
  
font-size: 15px;
  
color: #000;
  
width: 90%;
}
.ct-sec2{

width: 100%;

float: left;

position: relative;
}

.ct-sec2 h1{

font-size: 45px;

color: #1F2C3B;

text-align: center;

font-weight: 700;
}
.form-ct{

width: 100%;

float: left;

background: #f479203b;

border-radius: 20px;

padding: 50px 70px;

position: relative;
}
.ct-field{

width: 100%;

float: left;

margin-top: 20px;
}
.ct-field label{

font-size: 15px;

color: #000;

font-weight: 600;

width: 100%;

float: left;
}
.ct-field input{

width: 100%;

float: left;

border: 1px solid #cecece;

background: #fff;

border-radius: 20px;

padding: 15px;

margin-top: 8px;
}
.ct-field textarea{

width: 100%;

float: left;

border: 1px solid #cecece;

background: #fff;

border-radius: 20px;

padding: 15px;

margin-top: 8px;

height: 130px;
}
.form-ct button:before{
  content: "";
  position: absolute;
  z-index: -1;
  background: #1f2c3b;
  height: 250px;
  line-height: 54px;
  width: 0;
  border-radius: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateX(-50%);
  transform: translateY(-50%);
  top: 100%;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
  z-index: -1;
}
.form-ct button:hover::before{
  left: -30px;
  width: 120%;
}
.form-ct button{

width: 210px;

display: table;

margin: 30px auto 0;

border: 0;

background: #f47920;

font-size: 16px;

color: #fff;

font-weight: 400;

padding: 15px 0;

border-radius: 30px;

position: relative;

overflow: hidden;

z-index: 9;
}
.form-ct button:hover{
  
}
iframe{
  filter: grayscale(1);
}
iframe:hover{
  filter: none;
}.careerban2 {
    float: left;
    width: 100%;
    padding: 70px 0;
    background: #ffeee2;
    position: relative;
}.cr-wd {
    margin-right: auto;
    margin-left: auto;
    width: 770px;
    max-width: 100%;
}
.cr-wd h2 span{
  color: #f47920;
}

.cr-wd h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #1F2C3B;
    font-size: 52px;
    line-height: 60px;
    margin-bottom: 15px;
}.cr-wd p {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 400;
    color: black;
    font-size: 15px;
    line-height: 25px;
    padding: 0 70px;
    margin-bottom: 50px;
}.contact-label {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 15px;
    color: #1c1c1c;
    font-weight: 600;
}.mct_form {
    color: #000000;
    display: block;
    font-size: 15px;
    margin-bottom: 25px !important;
    padding: 0 20px;
    outline: none;
    background: #ffffff;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    border: solid 1px rgb(255 255 255 / 30%);
    width: 100%;
    float: left;
    padding: 15px;
    margin-top: 10px;
    border-radius: 20px;
}
.contact-snd2:before{
  content: "";
  position: absolute;
  z-index: -1;
  background: #1f2c3b;
  height: 250px;
  line-height: 54px;
  width: 0;
  border-radius: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateX(-50%);
  transform: translateY(-50%);
  top: 100%;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
  z-index: -1;
}.contact-snd2:hover::before{
  left: -30px;
  width: 120%;
}
.contact-snd2{

background: #f47920;

border: 0;

display: table;

margin: auto;

font-size: 15px;

color: #fff;

padding: 13px 50px;

border-radius: 30px;

position: relative;

overflow: hidden;

width: 180px;

height: 48px;

z-index: 9;
}
.contact-snd2:hover{
  
}
.cr-pattern{
  
position: absolute;
  
top: 0;
  
right: 0;
}
.jindal-full{

width: 100%;

float: left;

padding: 80px 0;

position: relative;
}
.jindal-full h1{

font-size: 51px;

color: #1F2C3B;

font-weight: 600;
}
.jindal-full h1 span{

color: #f47a1f;
}
.jindal-full img{
 
width: 100%;
}
.jindal-full p{

font-size: 15px;

color: #686868;

line-height: 200%;

font-weight: 400;

margin-top: 15px;
}
.img-jin{
  width: 500px;   margin-bottom: 20px;
  float: left;
  margin-right: 40px;
  height: 393px;
  /* background: #f27b1f33; */
  padding: 114px 20px;
  border-radius: 20px;
}
.ct-pt1{
  
position: absolute;
  
top: 0;
  
left: 0;
  
z-index: 0;
}
.ct-pt2{
  
position: absolute;
  
right: 0;
  
top: 0;
  
width: 360px;
  
z-index: -1;
}
.jindal2{

width: 100%;

float: left;

background-image: url('../images/ending-bg.webp');

background-size: cover;

background-position: 99% 88%;

padding: 50px 0 80px;
}

.j2-box{width: 100%;float: left;border: 1px solid #fce5d2;padding: 47px 37px;text-align: center;border-radius: 20px;background: #f47a1fc4;margin-top: 30px;transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;}.j2-box img{

width: 72px;

/* filter: invert(1); */
}
.j2-box h5{

font-size: 20px;

color: #ffffff;

font-weight: 600;

margin-top: 15px;
}
.j2-box h6{

font-size: 15px;

color: #fff;

font-weight: 400;

line-height: 26px;

margin: 0;
}.j2-box:hover{

background: #fff;
}
.j2-box:hover img{

filter: invert(1);
}
.j2-box:hover h5{

color: #000;
}.j2-box:hover h6{

color: #000;
}
.jt-pattern{
  
position: absolute;
  
width: auto !important;
  
right: 0;
  
top: 0;
  
z-index: -1;
}
.abt2{
  background: #fff0e5;
  width: 100%;
  float: left;
  padding: 70px 0;
}
.abt-full{

width: 100%;

float: left;

padding: 80px 0;

position: relative;
}
.abt-full img{width: 400px;float: left;margin-right: 50px;height: 460px;object-fit: cover;border-radius: 30px;}
.abt-full h1{

font-size: 51px;

color: #1F2C3B;

font-weight: 600;

position: relative;

z-index: 9;
}
.abt-full h1 span{

color: #F47920;
}
.pt-ab{
  
position: absolute;
  
width: auto !important;
  
top: 0;
  
right: 0;
}
.abt-full p{
      font-size: 15px;
    color: #686868;
    line-height: 200%;
    font-weight: 400;
    margin-top: 15px;
}
.mission-box:hover h4{
  color: #f47920;
}

.mission-box {
    width: 100%;
    float: left;
    background: #ffffff;
    padding: 40px 30px 40px;
    text-align: center;
    border-radius: 10px;
    position: relative;
    border: 1px solid #fff;
}.mission-box h4 {
    font-size: 29px;
    color: #1F2C3B;
    font-weight: 600;
    transition: ll ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    margin-bottom: 12px;
}.mission-box h6 {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: 26px;
}.mission-box h5 {
    font-size: 36px;
    background: -webkit-linear-gradient(left, #e0d0f5, #e9dcfa);
    background: -o-linear-gradient(right, #e0d0f5, #e9dcfa);
    background: -moz-linear-gradient(right, #e0d0f5, #e9dcfa);
    display: none;
    background: linear-gradient(to right, #185eaa36, #b9d2ed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    bottom: -12px;
    right: 10px;
}.wt-cr {
    /* width: 98px; */
    /* height: 98px; */
    position: absolute;
    left: -16px;
    /* border: 18px solid #fff; */
    border-radius: 100%;
    bottom: -17px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}

.vision-box:hover h4{
      color: #f47920;
}.support-box:hover h4{
      color: #f47920;
}
.vision-box {
    width: 100%;
    float: left;
    background: #ffffff;
    padding: 40px 30px 40px;
    text-align: center;
    border-radius: 10px;
    position: relative;
}.vision-box h4 {
    font-size: 29px;
    color: #1F2C3B;
    font-weight: 600;
    margin-bottom: 12px;
    transition: ll ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}.vision-box h6 {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: 26px;
}.vision-box h5 {
    font-size: 36px;
    background: -webkit-linear-gradient(left, #f5e5c8, #f9eed9);
    background: -o-linear-gradient(right, #f5e5c8, #f9eed9);
    background: -moz-linear-gradient(right, #f5e5c8, #f9eed9);
    background: linear-gradient(to right, #efc19f, #ffb076);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    bottom: -12px;
    right: 10px;
    display: none;
}.vision-box:hover .wt-cr {
    border-color: #fd9345;
}.support-box {
    width: 100%;
    float: left;
    background: #ffffff;
    padding: 40px 30px 40px;
    text-align: center;
    border-radius: 10px;
    position: relative;
}.support-box h4 {
    font-size: 29px;
    color: #1F2C3B;
    font-weight: 600;
    margin-bottom: 12px;
    transition: ll ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}.support-box h6 {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: 26px;
}.support-box h6 {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: 26px;
}.support-box h5 {
    font-size: 40px;
    background: -webkit-linear-gradient(left, #d1e8fa, #deeefa);
    background: -o-linear-gradient(right, #d1e8fa, #deeefa);
    background: -moz-linear-gradient(right, #d1e8fa, #deeefa);
    background: linear-gradient(to right, #d1e8fa, #deeefa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    bottom: -12px;
    right: 10px;
    display: none;
}.wt-cr {
    width: 92px;
    display: none;
    height: 98px;
    position: absolute;
    left: 0;
    /* border: 18px solid #fff; */
    border-radius: 0;
    bottom: -17px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    background-image: url('../images/logo-white.webp');
    background-size: contain;
    background-repeat: no-repeat;
}.support-box:hover .wt-cr {
    border-color: #5492c5;
}.mission-box:hover .wt-cr {
    border-color: #3e90eb;
}
.c-message{width: 100%;float: left;padding: 80px 0;background-image: url('../images/ending-bg.webp');/* margin-top: 70px; */position: relative;background-repeat: no-repeat;background-size: cover;background-position: 100% 20%;}
.c-message h1{

font-size: 51px;

color: #1F2C3B;

font-weight: 600;

position: relative;

z-index: 9;
}
.c-message h1 span{

color: #f47920;
}
.c-message img{

float: right;

width: 330px;

margin-left: 60px;

height: 330px;

border-radius: 20px;

border: 1px solid #cecece;

background: #fff;
}
.c-message p{
  
font-size: 15px;
  
color: #686868;
  
line-height: 200%;
  
font-weight: 400;
  
margin-top: 15px;
}
.pt-c{
  float: none !important;
  position: absolute;
  background: transparent !important;
  border: 0 !important;
  height: auto !important;
  width: auto !important;
  left: 0;
  top: 0;
  margin-left: 0 !important;
  /* display: none; */
}
.p4-p3{
    position: absolute;
    top: 0;
    left: 0;

}
.btn {
    position: absolute;
    top: 32px;
    right: 239px;
    width: 57px;
    height: 43px;
    border-radius: 6px;
    background-color: white;
    color: #0e0c0e;
    text-align: center;
    font-size: 10px;
    font-weight: 900;
    line-height: 40px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 3;
}
.menu-tnumb img{

width: 26px;
}
.menu-tnumb{
  
float: right;
  
margin: 14px 0 0 35px;
  
position: relative;
  
z-index: 99;
  
cursor: pointer;
}



.nav-pd {
    text-align: left;
    padding: 0px 0px;
    transform: rotate(15deg);
    max-width: 1000px;
}
.innerban h1{

font-size: 50px;

color: #fff;

text-align: center;

margin-top: 80px;

font-weight: 600;
}
.innerban h1 span{
  
color: #f47920;
}
.btn2 img{
  
width: 30px;
}
.btn2{
  float: right;
  margin-left: 18px;
  margin-top: 11px;
  position: relative;
  z-index: 999;
}
.hamburgermenu{
  
cursor: pointer;
}
.hd-address {
    width: 100%;
    float: left;
    text-align: left;
    padding: 140px 0px;
    background: transparent;
    height: 100vh;
    margin-right: -80px;
}.hd-address img {
    float: left;
    width: 95px;
    height: 95px;
    margin-right: 20px;
    margin-top: -10px;
    margin-bottom: 21px;
}.menu2 {
    width: 30px !important;padding:5px;
}
.c-message h5{

font-size: 36px;

font-weight: 600;

color: #f47920;

text-transform: uppercase;
}
.c-message h6{
  
font-size: 20px;
  
color: #000;
  
text-transform: uppercase;
}


@media(max-width: 575px){

.ernw h2 {
  text-align: center;
  font-size: 40px !important;
}
.ernw p{
  text-align: center;
}

.ernw-tw h2{
   font-size: 40px !important;
}
.ernw img {
    margin-top: 15px;
  }
  .ernw-twimg {
    margin-bottom: 20px;
  }
  .ernw-twimg h3 {

    font-size: 20px;
  }
    .panel5 {
     background-position: 56% center !important;
    background-size: cover;
    height: 941px;
}.panel5 p{
    color:#000 !important;
}
    .p4-box img {
    width: 80px !important;
    float: left;
    margin-right: 15px !important;
    margin-bottom: 20px !important;
}
    .banner .owl-nav{
        margin-left:0 !important;
    }
    .new-panel p{
        padding:0 !important;
    }.new-panel h1 {    font-size: 40px !important;
}
    .loader2{
        margin:auto;
    }.ip-loader {
        margin-left: auto !important;
}
    .s-box h2 {
    font-size: 17px !important;
      font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    text-align: left;
    margin-top: 69px !important;
}.s-box img {
    max-width: 100%;
    border-bottom: 1px solid #cecece;
    float: left;
    width: 155px !important;
    margin-top: -47px !important;
    margin-right: 18px !important;
    height: 227px !important;
    object-fit: cover;
}.s-box h6 {
    font-size: 13px !important;
}.innerban h1 {
    font-size: 36px !important;
    color: #fff;
    text-align: center;
    margin-top: 99px !important;
    font-weight: 600;
}
    .req-form {
    width: 100%;
    }.close_form {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    background: #F47920 url(../images/close.svg) no-repeat center center;
    background-size: 20px 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
    z-index: 999;
}
    .form-ct {
    padding: 50px 20px;
  }.ct-sec2 h1 {
    font-size: 38px;
    color: #1F2C3B;
    text-align: center;
    font-weight: 700;
}.contact-sec h1 {
    font-size: 40px;
}.ct-box img {
    width: 60px;
    float: left;
    margin-right: 15px;
    filter: brightness(0);
}
    .cr-wd h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #1F2C3B;
    font-size: 37px;
    line-height: 47px;
    margin-bottom: 15px;
}.cr-wd p{
    padding:0;
}
    .img-jin {
    width: 100%;
    margin-bottom: 20px;
    float: left;
    margin-right: 40px;
    height: auto;
    /* background: #f27b1f33; */
    padding: 20px;
    border-radius: 20px;
}.jindal-full h1 {
    font-size: 41px;
    color: #1F2C3B;
    font-weight: 600;
    text-align: center;
}.jindal-full p {
    text-align: center;
}
    .strength h1 {
    font-size: 42px !important;
    }
    .strength p{
        padding:0 !important;
    }
    .mission-box{
        margin-bottom:30px;
    }
    .abt-full p{
        text-align:center;
    }
    .abt-full h1 {
    margin-top: 20px;
    float: left;
    text-align: center;
    width: 100%;
    font-size: 36px;
    color: #1F2C3B;
    font-weight: 600;
    position: relative;
    z-index: 9;
}
    .abt-full img {
    width: 100%;
    float: left;
    margin-right: 0;}
  .logo img {
    width: 93px;
}.banner h1 {
    font-size: 35px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
    float: left;
}.banner{
  padding-top: 250px;        height: auto;
        padding-bottom: 90px;        text-align: center;
}.p1-img1 {
    width: 100%;
    float: left;
    margin-right: 0;
}
.panel1{
  padding: 70px 0;
}
.panel1 h1 {
    font-size: 32px;
    color: #1F2C3B;
    font-weight: 600;
    text-align: center;
    margin-top: 36px;
    float: left;
    width: 100%;
}.p1-img2 {
    width: 100%;
    float: right;
    margin: 32px 0;
}
.panel1 p {
    text-align: center;
  }.panel2 h1 {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
}.panel2 p {
    font-size: 15px;
    color: #fff;
    padding: 10px 0;
    line-height: 30px;
    font-weight: 400;
}
.p2-box h5 br{
  display: none;
}.p3-img {
    width: 100%;
    float: left;
    margin-right: 0;
}.panel3 h1 {
    font-size: 35px;
    color: #1F2C3B;
    font-weight: 600;
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
    padding: 0 15px;
}.panel3 p{
  text-align: center;
  padding: 0 15px;
}.text-p3 {
    padding-right: 0;
}.panel3 a{
  float: none;
  display: table;
  margin: auto;
}.p4-box {
      padding: 41px 20px;
  }.p4-box p {
    font-size: 15px;
    color: #000;
    line-height: 200%;
    width: 100%;
    margin: 0;
}.p4-box h6 {
    position: absolute;
    font-size: 50px;
    color: #F47920;
    right: 0px;
    top: -6px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}.panel5 p{
  padding: 0;
}.ftr-links a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    font-weight: 400;
    padding: 0;
    width: 50%;
    float: left;
    text-align: center;
    line-height: 33px;
}
.a1{
  width: 48%;
  /* font-size: 14px; */
  float: left;
  margin-right: 5px;
}.a2{
  width: 47%;
  float: left;
  margin-left: 10px;
}
} 
.strength{
    width: 100%;
    float: left;
    padding: 80px 0;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.strength h1{
    font-size: 52px;
    color: #1F2C3B;
    font-weight: 600;
}
.strength h1 span{
    color: #F47920;
}
.strength p{
  font-size: 15px;
  color: #686868;
  line-height: 200%;
  font-weight: 400;
  margin-top: 15px;
  padding: 0 200px;
}
.s-box{
    width: 100%;
    float: left;
    /* max-width: 300px; */
    /* display: table; */
    margin: 80px auto 0;
    border-radius: 20px;
    background: linear-gradient(203deg, rgb(155 69 7) 15%, rgba(244, 121, 32, 1) 66%);
}
.s-box h2{
    font-size: 26px;
    margin-top: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    text-align: left;
    margin-top: 71px;
}
.s-box img{
    max-width: 100%;
    border-bottom: 1px solid #cecece;
    float: left;
    width: 190px;
    margin-top: -40px;
    margin-right: 30px;
    height: 244px;
    object-fit: cover;
}
.s-box h6{
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #ffffff;
    text-align: left;
}
.s2{
    /* max-width: 800px; */
    display: block;
    margin: auto;
}

/****************************ban****************/
@keyframes scale {
  100% {
    transform: scale(1);
  }
}
.banner .active h1{
      transform: scale(0.94);
  animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
}
.banner .active h1 span {
  display: inline-block;
  opacity: 0;
  filter: blur(4px);
}

.banner .active h1 span:nth-child(1) {
  animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.banner .active  h1 span:nth-child(2) {
  animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.banner .active  h1 span:nth-child(3) {
  animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.banner .active  h1 span:nth-child(4) {
  animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.banner .active  h1 span:nth-child(5) {
  animation: fade-in 0.8s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.banner .active  h1 span:nth-child(6) {
  animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.banner .active  h1 span:nth-child(7) {
  animation: fade-in 0.8s 0.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.banner .active  h1 span:nth-child(8) {
  animation: fade-in 0.8s 0.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.banner .active  h1 span:nth-child(9) {
  animation: fade-in 0.8s 0.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.banner .active  h1 span:nth-child(10) {
  animation: fade-in 0.8s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.banner .active  h1 span:nth-child(11) {
  animation: fade-in 0.8s 1.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.banner .active  h1 span:nth-child(12) {
  animation: fade-in 0.8s 1.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.banner .active  h1 span:nth-child(13) {
  animation: fade-in 0.8s 1.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.banner .active  h1 span:nth-child(14) {
  animation: fade-in 0.8s 1.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.banner .active  h1 span:nth-child(15) {
  animation: fade-in 0.8s 1.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.banner .active  h1 span:nth-child(16) {
  animation: fade-in 0.8s 1.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.banner .active  h1 span:nth-child(17) {
  animation: fade-in 0.8s 1.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.banner .active  h1 span:nth-child(18) {
  animation: fade-in 0.8s 1.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@media(min-width:576px) and (max-width:767px){


  .ernw h2 {
  text-align: center;
  font-size: 40px !important;
}
.ernw p{
  text-align: center;
}

.ernw-tw h2{
   font-size: 40px !important;
}
.ernw img {
    margin-top: 15px;
  }
  .ernw-twimg {
    margin-bottom: 20px;
  }
  .ernw-twimg h3 {

    font-size: 20px;
  }
    .new-panel p{
        padding:0 !important;
    }
    .img-jin {
    width: 100%;
    margin-bottom: 20px;
    float: left;
    margin-right: 40px;
    height: auto;
    /* background: #f27b1f33; */
    padding: 20px;
    border-radius: 20px;
}
    .mission-box{
        margin-bottom:30px;
    }
    .strength p
    {
        padding:0 !important;
    }
    .abt-full img {
    width: 100%;
    float: left;
    margin-right: 0;
    height: auto;
    object-fit: cover;
    border-radius: 30px;
}
    .banner{
        height:620px;    padding-top: 244px;
    }.banner h1 {
    font-size: 55px;    width: 100%;
    }.p1-img1 {
    width: 218px;
    float: left;
    margin-right: 30px;
}
.panel1 {
    width: 100%;
    float: left;
    padding: 60px 0;
    position: relative;
}.panel1 h1 {
    font-size: 33px;
}.p1-img2 {
    width: 254px;
    float: left;
    margin: 32px 0;
}.panel2 h1 {
    font-size: 40px;
}.panel2 p {
     padding: 10px 0;
}.p3-img {
    width: 330px;
    float: left;
    margin-right: 40px;
}.panel3 h1 {
    font-size: 34px;
    color: #1F2C3B;
    font-weight: 600;
}.panel3 p {
    padding-left: 20px;
}.panel3 a{
    margin-left: 20px;
}.panel5 p{
    padding:0;
}.ftr-links a {
    font-size: 14px;
    font-size: 15px;
    color: #000;
    text-decoration: none;
    font-weight: 400;
    padding: 0 8px;
}
}
@media(min-width:768px) and (max-width:991px){


.ernw h2 {
  text-align: center;
  font-size: 40px !important;
}
.ernw p{
  text-align: center;
}

.ernw-tw h2{
   font-size: 40px !important;
}
.ernw img {
    margin-top: 15px;
  }
  .ernw-twimg {
    margin-bottom: 20px;
  }
  .ernw-twimg h3 {

    font-size: 20px;
  }


    .contact-sec h1 {
    font-size: 36px;}
    .img-jin {
    width: 300px;
    margin-bottom: 20px;
    float: left;
    margin-right: 40px;
    height: 193px;
    /* background: #f27b1f33; */
    padding: 24px 20px;
    border-radius: 20px;
}.jindal-full h1 {
    font-size: 37px;
}
    .jindal-full {
    width: 100%;
    float: left;
    padding: 80px 0 0;
    position: relative;
}
    .j2-box {
    width: 100%;
    float: left;
    border: 1px solid #fce5d2;
    padding: 30px 10px;
    border-radius: 20px;
    background: #f47a1fc4;
    margin-top: 30px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
    .abt-full img {
    width: 300px;
    float: left;
    margin-right: 30px;
    height: 460px;
    object-fit: cover;
    border-radius: 30px;
}.abt-full h1 {
    font-size: 37px;
}
    .banner h1 {
    font-size: 60px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
    float: left;
}.p1-img1 {
    width: 260px;
    float: left;
    margin-right: 30px;
}.panel1 h1 {
    font-size: 40px;
    color: #1F2C3B;
    font-weight: 600;
}.p1-img2 {
    width: 354px;
    float: left;
    margin: 0;
}.panel2 p{
    padding:10px;
}.p3-img {
    width: 330px;
    float: left;
    margin-right: 50px;
}
.panel3 h1 {
    font-size: 40px;
}.panel3 p{
    padding-left:20px;
}.panel3 a{
    margin-left:20px;
}
}

@media(min-width:992px) and (max-width:1024px)
{

  .ernw h2 {
   
    font-size: 40px !important;
  }
    .p4-box {
     padding: 41px 38px;
}.banner h1 {
    font-size: 49px;
}.banner {
    height: 602px;
    margin-top: -165px;
    padding-top: 244px;
}.p1-img1 {
    width: 318px;
    float: left;
    margin-right: 40px;
}.panel1 h1 {
    font-size: 50px;
}.p1-img2 {
    width: 304px;
    float: left;
    margin: 20px 0;
}.p2-box {
    padding: 47px 20px;
}.p3-img {
    width: 430px;
    float: left;
    margin-right: 50px;
}.panel3 h1 {
    font-size: 43px;
}.panel3 p {
    padding-left: 20px;
}
.panel3 a {
    margin-left: 20px;
}
}
@media(min-width:1025px) and (max-width:1199px) {

  .ernw h2 {
   
    font-size: 40px !important;
  }
    .header_menu_area > ul > li > a {
     font-size: 14px;
    margin: 15px 10px;
    }.banner h1 {
    width: 95%;
    }.p1-img1 {
    width: 318px;
    float: left;
    margin-right: 50px;
}.panel1 h1 {
    font-size: 52px;
}.p1-img2 {
    width: 304px;
    float: left;
    margin: 0;
}.p3-img {
    width: 430px;
    float: left;
    margin-right: 40px;
}
.panel3 h1 {
    font-size: 47px;
}.panel3 p{
    padding-left:20px;
}.panel3 a{
    margin-left:20px;
}.p4-box {
     padding: 41px 35px;
}
} 
@media(min-width:1200px) and (max-width:1217px){
    .p4-box {
       padding: 41px 35px;
    }.p3-img {
    width: 630px;
    float: left;
    margin-right: 50px;
}.panel3 h1 {
    font-size: 42px;
}
}
.md-b{
    
}
/* HTML: <div class="loader"></div> */
.loader2 {
  width: 45px;
  aspect-ratio: 1;
  --c: no-repeat linear-gradient(#F47920 calc(50% - 10px),#0000 0 calc(50% + 10px),#F47920 0);
  background: 
    var(--c) 0%   100%,
    var(--c) 50%  100%,
    var(--c) 100% 100%;
  background-size: 20% calc(200% + 20px);
  animation:l4 1s infinite linear;
}
@keyframes l4 {
    33%  {background-position: 0% 50%,50% 100%,100% 100%}
    50%  {background-position: 0%  0%,50%  50%,100% 100%}
    66%  {background-position: 0%  0%,50%   0%,100%  50%}
    100% {background-position: 0%  0%,50%   0%,100%   0%}
}
.i2-c{
    margin-bottom: 80px !important;
}

.hidden-input-field {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

.grecaptcha-badge { 
    visibility: hidden;
}

.new-panel h1 span{
        color: #F47920;
}
.new-panel{
    width: 100%;
    float: left;
    padding: 60px 0;
    text-align: center;
}
.new-panel h1{
    font-size: 55px;
    color: #1F2C3B;
    font-weight: 600;
}
.new-panel p{
    font-size: 15px;
    color: #686868;
    line-height: 200%;
    font-weight: 400;
    padding: 0 200px;
}
.cl-box{
    width: 99%;
    margin-top: 20px;
    float: left;
    background: #fff;
    height: 120px;
    border: 1px solid #bdbdbd;
    padding: 6px;
    border-radius: 10px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
.cl-box img{
    width: 100%;
    height: 100px;
    object-fit: contain;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
.cl-box:hover{
    border-color: #f27c21;
}
.cl-box:hover img{
    filter: grayscale(1);
}
.loader {
    width: 45px;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
   
}