html{
    overflow-x:hidden; scroll-behavior: smooth;
}
body{
    margin: 0;   overflow-x:hidden;  
  font-family: "Outfit", sans-serif !important;

scroll-behavior: smooth;
}
p{
    font-family: "Inter", sans-serif !important;

}
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: 0;
}
.header_menu_area > .mob_nav {
    display: none;
}






.whatsapp {
    background-color: #1daa61;
    z-index: 999;
    right: 1rem;
    bottom: 1rem;
    -webkit-box-shadow: 0 0 0 #0568a8;
    box-shadow: 0 0 0 #0568a8;
    -webkit-animation: 1.5s infinite pulse;
    animation: 1.5s infinite pulse;
    width: 4rem;
    height: 4rem;
    color: white;
    border-radius: 50%;
}

.whatsapp svg {
    width: 2rem;
    height: 2rem;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #2eb843
    }

    70% {
        -webkit-box-shadow: 0 0 0 1.25rem rgba(5,103,168,0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(5,103,168,0)
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 #4e46a1;
        box-shadow: 0 0 0 0 #4e46a1
    }

    70% {
        -moz-box-shadow: 0 0 0 1.25rem rgba(5,103,168,0);
        box-shadow: 0 0 0 1.25rem rgba(5,103,168,0)
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(5,103,168,0);
        box-shadow: 0 0 0 0 rgba(5,103,168,0)
    }
}















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


.header_menu_area > ul > li > a:hover::after {
}
  .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) {
      #fixed-nr-header .wrapper .menu {
              top: 8px !important;}
  #fixed-nr-header  .menu .menuTrigger .line {
        display: block;
        background: #3b4e79 !important;}
   .menuTrigger.active{
        position: fixed!important;
    z-index: 999!important;
    top: 25px!important;
    left: 92%!important;
   }
  .talk{
  float: none!important;
  display: table;
  margin: auto;    background: #1bd584;
    font-weight: 700;
 }

.navItem ul li a{
  color: #fff !important;
  padding: 5px 0;
  text-decoration: none;
  text-align: center;
  width: 100%;
  float: left;
}.navItem ul li {
  /* border-bottom: 2px solid #b7b2cf; */
  text-align: center;
  padding: 10px 0;
  text-align: center;
  list-style: none;
}
  .navItem ul {
    visibility: hidden;
    /* display: none; */
    opacity: 1;
    margin: 0;
    overflow-y: scroll;
    height: auto;
    top: 69px;
    padding: 0;
    text-align: center;
    padding: 20px 0 60px;
    width: 100%;
    position: absolute;
    left: 0;
    background: #080808;
    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%);
}

.wrapper .menu {
  position: absolute;
  z-index: 999;
  right: 15px;
  top: 20px;
  width: 50px;
  height: 50px;
}
.menu .menuTrigger {
  --heightIcon: 18px;
  --widthLine: 28px;
  --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: #ffffff;
  width: var(--widthLine);
  height: var(--heightLine);
  position: absolute;
  left: 0;
  border-radius: 3px;
  transition: all 0.4s;
  z-index: 999;
  transform: none;
}
.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)) !important;
  background: #ffffff !important;
}
.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: #ffffff !important;
}

.nav {
  position: absolute;
  z-index: 11;
  bottom: 0;
  left: 15px;
  display: block;
  height: 0;
  width: 50px;
  border-radius: 0;
  /* background-color: #000; */
  transition-duration: 0.4s;
}
.nav.active {
  background-image: url('../images/blue-bg.webp');
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background-size: var(--s) calc(var(--s) / 0.577);
  z-index: 99;
  height: 100%;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.nav.active .navList {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  /* padding: 0; */
  margin-top: 0;
  width: 100%;
  padding: 0;
}
.nav .navList {
  display: none;
}
.nav .navItem {
  /* display: flex; */
  align-items: center;
  justify-content: left;
  background-color: transparent;
  width: 100%;
  position: relative;
  float: left;
  text-align: center;
}

.nav .navItem {
  margin-bottom: 2px;
  /* border-bottom: 2px solid #0c0c0c; */
  padding: 15px 0;
}
.nav .navLink {
  /* position: relative; */
  display: inline-flex;
  font-size: 20px;
  /* letter-spacing: 0.1em; */
  text-decoration: none;
  color: #ffffff;
  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: #a9b75c;
  transform: translateX(-50%);
  transition: 0.25s;
}
.nav .navLink:hover:after {
  width: 100%;
}

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

@keyframes fadein {
 0% {
    opacity: 0;
    transform: translateY(20px);
  }
  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: 28px;
    height: 28px;
    margin-top: 25px;
    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: #ef2732;
    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: 100%;
}

.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; */
    padding-bottom: 50px;
}

.header_menu_area > ul > li > a:after{
  position:absolute;
  content:'';
  width: 0;
  display: block;
  height: 2px;
  left: 0;
  bottom: 1px;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  margin: auto;
}.header_menu_area > ul > li > a:hover::after{width: 100%;}.activeli:after{
  width: 75% !important;
}
.activeli{
  color: #6b80b1 !important;
 }.header_menu_area > ul > li > a:hover{
  
 }.header_menu_area > ul li a:after{
  content:'';
  position:absolute;
 }.header_menu_area > ul > li > a:hover::after{
  
 }
.header_menu_area > ul > li > a {
    margin-top: 0px;
    /* margin-bottom: -13px;*/
    width: auto;
    float: left;
    /* margin: -2px 0px; */
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    margin: 0 32px;
    padding: 59px 0 0;
    letter-spacing: 0px !important;
    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-decoration: none;
}
/*.header_menu_area > ul > li > a:hover {
    
    color: #f11002; !important;
    



    
}
*/

.menu ul li a:hover, .menu ul li:hover>a {
    /* background: #dad6ef; */ !important;
    color: #ffffff;
    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 li ul{
  top: -30px;
}
.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 99px;
    /* height: 0; */
    padding: 0;
    width: 230px;
    position: absolute;
    right: 20px;
    padding-top: 30px;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 99999;
    /* 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: left;
    background: 0 0;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}
.menu li ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    /* transform: translate(0, 0); */
    transition: all .5s ease-out;
    height: auto;
    right: -230px;
}
.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    /* transform: translate(0,0); */
    transition: all .5s ease-out;
    height: auto;
    right: -70px;
}

.menu ul li a {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    padding: 18px 10px;
    display: block;
    color: #9D9D9D;
    background: #0b0c0e;
    text-align: left;
    border-bottom: solid 1px rgb(16 16 16);
    text-decoration: none;
}
.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;

padding-bottom: 0;

height: 82px;

padding: 0;
}
.logo{width: 18%;float: left;position: relative;z-index: 9;margin-top: 39px;}
.logo img{width: 167px;float: left;}
.header2{width: 81%;float: right;position: relative;}
.bnr-hed{
  width: 100%;
  float: left;
}
.bnr-hed h2{
  /* text-align: center; */
  font-size: 70px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}
.bnr-hed p{
  text-align: left;
  font-size: 16px;
  color: #ffffff;
  line-height: 200%;
  font-weight: 300;
}
.banner {
    padding-top: 140px;
    width: 100%;
    float: left;
    background-image: url('../images/blue-bg.webp');
    margin-top: -82px;
    height: 806px;
    background-size: cover;
    background-position: center;
}
.panel1{

width: 100%;

float: left;

padding: 100px 0;
}
.panel1 h5{font-size: 16px;color: #fff;font-weight: 300;line-height: 160%;m,: 0;m,: 0;margin: 0;}
@keyframes animated-gradient{
  from {
    background-position: 0% 50%;
  }
  to {
    background-position: 100% 50%;
  }
}
.enq{

width: 168px;

height: 56px;

background: #3B4E79;

float: right;

border-radius: 20px;

font-size: 16px;

color: #fff;

font-weight: 600;

margin-top: 43px;

none;

text-align: center;

padding-top: 14px;

text-decoration: none;
}
.enq:hover{
  
background: #3b4e7982;
}
.enq img{
  
width: 15px;
  
margin-left: 8px;
}
.ban-text{
  
width: 48%;
  
float: left;
  
padding-top: 160px;
}
.ban-text h6{
  
font-size: 20px;
  
color: #fff;
  
font-weight: 400;
}
.ban-img{
  
width: 50%;
  
float: right;
}
.ban-img img{
  
width: 100%;
  
/* max-width: 90%; */
  
float: right;
  
margin-top: 104px;
}
.ban-text a{
  
width: 200px;
  
height: 56px;
  
background: #3B4E79;
  
float: right;
  
border-radius: 20px;
  
font-size: 16px;
  
color: #fff;
  
font-weight: 600;
  
margin-top: 0;
  
text-align: center;
  
padding-top: 14px;
  
text-decoration: none;
  
float: left;
}
.ban-text a img{
  
width: 15px;
  
margin-left: 8px;
  
display: inline !important;
}
.ban-text a:hover{
  background: #3b4e7982;
}
.ban-text a:hover img{
  
}
.panel1{

}
.p1-left{

}
.p1-left h6{

font-size: 20px;

color: #3B4E79;

font-weight: 400;
}
.p1-left h1{

font-size: 56px;

color: #000;

font-weight: 600;
}
.p1-left p{

font-size: 16px;

color: #000;

font-weight: 400;

line-height: 200%;

float: left;

width: 85%;
}
.p1-left a{

width: 262px;

height: 56px;

background: #3B4E79;

float: right;

border-radius: 20px;

font-size: 16px;

color: #fff;

font-weight: 600;

margin-top: 0;

text-align: center;

padding-top: 14px;

text-decoration: none;

float: left;
}
.p1-left a img{

width: 15px;

margin-left: 8px;

display: inline !important;
}
.p1-left a:hover{background: #273d6e;}
.p1-left a:hover img{

}
.p1-right
{

position: relative;

width: 100%;

float: right;
}
.p1-img{

width: 100%;

float: right;
}
.circle{

position: absolute;

right: -70px;

top: 17%;

z-index: -1;
}
.count-p1{

position: absolute;

left: -29px;

background: #3B4E79;

width: 173px;

height: 150px;

z-index: 9;

top: 55px;

text-align: center;

padding: 18px 0;

border-radius: 20px;
}
.count-p1 h4{

font-size: 40px;

color: #fff;

font-weight: 600;
}
.count-p1 h5{
  
}
.panel2
{

width: 100%;

float: left;

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

background-size: cover;

background-position: center;

padding: 90px 0;
}
.panel2 h6{

font-size: 20px;

text-align: center;

font-weight: 400;

color: #fff;
}
.panel2 h1{

font-size: 56px;

color: #fff;

font-weight: 600;

text-align: center;
}
.p2-box
{

width: 100%;

float: left;

margin-top: 40px;

border-radius: 25px;

background: #fff;

text-align: center;

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;
}
.p2-box img{

width: 100%;

float: left;

border-top-left-radius: 25px;

border-top-right-radius: 25px;
}
.p2-box h5{

color: #3B4E79;

font-size: 24px;

font-weight: 600;

padding: 30px 0;

margin: 0;

float: left;

width: 100%;
}
.p2-box:hover{

background: #3b4e79;
}
.p2-box:hover h5{

color: #fff;
}
.panel2 a{

width: 262px;

height: 56px;

background: #3B4E79;

float: right;

border-radius: 20px;

font-size: 16px;

color: #fff;

font-weight: 600;

margin-top: 0;

text-align: center;

padding-top: 14px;

text-decoration: none;

float: none;

display: table;

margin: 40px auto 0;
}
.panel2 a img{

width: 15px;

margin-left: 8px;

display: inline !important;
}
.panel2 a:hover{background: #3b4e7982;}
.panel2 a:hover img{
  
}
.panel3
{

width: 100%;

float: left;

padding: 80px 0;
}
.panel3 h6{

color: #3B4E79;

font-size: 20px;

font-weight: 400;

text-align: center;
}
.panel3 h1{font-size: 60px;color: #000;font-weight: 600;text-align: center;margin-bottom: 30px;}
.p3-box
{width: 50%;float: left;padding: 30px 0 30px;border-bottom: 1px solid #cecece;border-right: 1px solid #cecece;}
.p3-box h5{

background: linear-gradient(90deg,rgba(59, 78, 121, 1) 0%, rgba(17, 27, 61, 1) 50%);

float: left;

width: 79px;

color: #fff;

height: 79px;

text-align: center;

font-size: 30px;

font-weight: 600;

padding: 20px;

border-radius: 100%;

margin-bottom: 0;

margin-right: 20px;
}
.p3-box p{
  
font-size: 16px;
  
color: #000;
  
font-weight: 300;
  
line-height: 200%;
  
padding-top: 6px;
  
margin: 0;
}.p3-box:nth-child(4){
  border-right:0;
  padding-left: 5%;
}.p3-box:nth-child(6){
  border:0;
  padding-left: 5%;
}.p3-box:nth-child(5){
  border-bottom:0;
}
.p3-box:hover h5{
  background: linear-gradient(270deg, rgba(59, 78, 121, 1) 0%, rgba(17, 27, 61, 1) 50%);
}
.panel4{

width: 100%;

float: left;

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

background-size: cover;

background-attachment: fixed;

background-position: center;

padding: 70px 0;
}
.panel4 h6{

color: #ffffff;

font-size: 20px;

font-weight: 400;
}
.panel4 h1{

font-size: 60px;

color: #ffffff;

font-weight: 600;

margin-bottom: 30px;

width: 80%;
}
.panel4 a{

width: 203px;

height: 56px;

background: #3B4E79;

float: right;

border-radius: 20px;

font-size: 16px;

color: #fff;

font-weight: 600;

margin-top: 0;

text-align: center;

padding-top: 14px;

text-decoration: none;

float: left;
}
.panel4 a img{

width: 15px;

margin-left: 8px;

display: inline !important;
}
.panel4 a:hover{background: #3b4e7982;}
.panel4 a:hover img{
  
}
.footer{

width: 100%;

float: left;

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

background-size: cover;

background-position: center;
}
.ftr-logo
{padding-top: 70px;float: left;}
.ftr-logo img{

width: 345px;

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

width: 100%;

float: left;

padding-top: 65px;

padding-bottom: 50px;

border-left: 1px solid #284088;

padding-left: 30px;
}
.ftr-links h5{

color: #3B4E79;

font-size: 16px;

font-weight: 600;
}
.ftr-links a{

font-family: "Inter", sans-serif !important;

width: 100%;

float: left;

text-decoration: none;

color: #fff;

font-size: 16px;

font-weight: 300;

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

}
.ftr-links h6{

font-family: "Inter", sans-serif !important;

width: 100%;

float: left;

text-decoration: none;

color: #fff;

font-size: 15px;

font-weight: 300;

margin: 0;

padding: 5px 0;

line-height: 195%;
}
.ftr-last{

width: 100%;

float: left;

border-top: 1px solid #284088;

padding: 30px 0;
}
.ftr-last p{

font-family: "Inter", sans-serif !important;

font-size: 16px;

color: #fff;

font-weight: 300;

margin: 0;
}
.p-last{
  float: right;text-align: right;
}.p-last a{
  color: #fff;
  text-decoration: none;
}.p-last a:hover{
  color: #3B4E79;
}
.innerban{

width: 100%;

float: left;

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

height: 360px;

margin-top: -90px;

background-size: cover;

background-position: center;

padding-top: 230px;
}
.ct-full
{

width: 100%;

float: left;

padding: 80px 0;
}
.ct-left
{

}
.ct-left h6{

font-size: 20px;

color: #3B4E79;

font-weight: 400;
}
.ct-left h1{

font-size: 48px;

color: #000;

font-weight: 600;
}
.ct-left p{

font-size: 16px;

color: #000;

font-weight: 400;

line-height: 200%;

float: left;

width: 100%;
}
.ct-box-full{

}
.ct-box{

float: left;

width: 49%;

background: #edf2ff;

margin-top: 10px;

padding: 25px 15px;

border-radius: 20px;

margin-right: 1%;

height: 130px;
}
.ct-box h5{

font-size: 20px;

color: #3B4E79;

font-weight: 600;
}
.ct-box h4{
  
color: #000;
  
font-size: 15px;
  
margin: 0;
  
font-weight: 400;
  
line-height: 180%;
}
.ct-right
{

width: 100%;

float: left;

padding: 56px;

/* background: #3b4e79; */

border-radius: 20px;

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

background-size: cover;

background-position: center;
}
.ct-right form{

}
.ct-field{

width: 100%;

float: left;

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

color: #fff;

font-size: 16px;

font-weight: 600;

width: 100%;

float: left;
}
.ct-field input{

width: 100%;

float: left;

padding: 15px;

border-radius: 10px;

border: 0;

background: #fff;

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

width: 100%;

float: left;

padding: 15px;

border-radius: 10px;

border: 0;

background: #fff;
}
.ct-right button{

width: 100%;

height: 56px;

background: #3B4E79;

float: right;

border-radius: 20px;

font-size: 16px;

color: #fff;

font-weight: 600;

margin-top: 0;

text-align: center;

padding-top: 0;

text-decoration: none;

float: left;

border: 0;
}.ct-right button:hover{
  
background: #3b4e7982;
}.ct-right button img{
  
width: 15px;
  
margin-left: 8px;
  
display: inline !important;
}
.career-full{

width: 100%;

float: left;

padding: 80px 0;
}
.career-full h6{

font-size: 20px;

color: #3B4E79;

font-weight: 400;

margin-bottom: 20px;

margin: 0;
}
.career-full h1{

font-size: 48px;

color: #000;

font-weight: 600;

width: 50%;

float: left;
}
.career-full p{

font-size: 16px;

color: #000;

font-weight: 400;

line-height: 200%;

float: right;

width: 50%;
}
.cr-field{width: 100%;float: left;margin-bottom: 20px;}
.cr-field label{color: #000000;font-size: 16px;font-weight: 600;width: 100%;float: left;}
.cr-field input{width: 100%;float: left;padding: 15px;border-radius: 10px;border: 0;background: #fff;margin-top: 5px;}
.career-full button{width: 30%;height: 56px;background: #3B4E79;float: right;border-radius: 20px;font-size: 16px;color: #fff;font-weight: 600;margin-top: 0;text-align: center;padding-top: 0;text-decoration: none;float: none;border: 0;display: table;margin: 20px auto 0;}
.career-full button img{width: 15px;margin-left: 8px;display: inline !important;margin-top: -1px;}
.career-full button:hover{

background: #273962;
}
.career-full button:hover img{
  
}
.career-full form{
  width: 100%;
  float: left;
  background: #3b4e7929;
  padding: 40px;
  border-radius: 20px;
  margin-top: 30px;
}.cr-field input:focus{
  outline:none;
}
.pro-full{

width: 100%;

float: left;

text-align: center;

padding: 80px 0;
}
.pro-full h6{

font-size: 20px;

color: #3B4E79;

font-weight: 400;
}
.pro-full h1{

font-size: 60px;

color: #5a6f9f;

font-weight: 600;
}
.pro-box{

width: 100%;

float: left;

margin-top: 40px;

border-radius: 25px;

background: #90a3cf40;

text-align: center;

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;

border: 1px solid #3b4e79;
}
.pro-box img{

width: 100%;

float: left;

border-top-left-radius: 25px;

border-top-right-radius: 25px;

height: 203px;

object-fit: cover;
}
.pro-box h5{

color: #3b4e79;

font-size: 24px;

font-weight: 600;

padding: 30px 0;

margin: 0;

float: left;

width: 100%;
}
.pro-box:hover{

background: #fff;
}
.pro-box:hover h5{
  
color: #3b4e79;
}
.about-sec-full {
    width: 100%;
    float: left;
    padding: 70px 0;
}.about-sec-full h6 {
    font-size: 20px;
    color: #3B4E79;
    font-weight: 400;
}.about-sec-full h1 {
    font-size: 60px;
    color: #000;
    font-weight: 600;
    width: 90%;
}.about-sec-full p {
    font-size: 16px;
    line-height: 200%;
    margin: 0;
    padding: 10px 0 0px;
    color: #000;
    font-weight: 400;
}.abt-right {
    float: left;
    width: 100%;
    margin-top: 55px;
}.about-sec2 {
    float: left;
    width: 100%;
    /* background: #11141c; */
    padding: 70px 0 70px;
}.about-sec2 img {
    width: 100%;
    border-radius: 20px;
    height: 520px;
    object-fit: cover;
}.abt-right h3:after {
    content: '';
    position: absolute;
    background: url(../images/abt-quote.png);
    width: 90px;
    height: 75px;
    left: -15px;
    top: -50px;
}.abt-right h3 {
    position: relative;
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 29px;
    color: #000;
    padding-left: 0;
    font-weight: 600;
    padding-top: 30px;
}.abt-right p {
    font-size: 16px;
    line-height: 200%;
    color: #000;
    font-weight: 400;
}.about-sec4 {
    width: 100%;
    float: left;
    padding: 10px 0 60px;
}.about-sec4 svg {
    width: 94px;
    height: 94px;
}.about-sec4 h2 {
    font-size: 34px;
    font-weight: 600;
    color: #000;
    margin-top: 20px;
}.about-sec4 p {
    font-size: 16px;
    color: #000;
    line-height: 200%;
    padding: 9px 0;
    font-weight: 400;
}
.about-sec4 img{
  
width: 90px;
  
height: 90px;
  
object-fit: contain;
}
.quick-top {
    cursor: pointer;
}

.close_form {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 376px;
    top: 0;
    background: #17244600 url(../images/close.svg) no-repeat center center;
    background-size: 20px 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    z-index: 999999;
    cursor: pointer;
}
.close_form:focus{
outline: none;
}

.request-sec {
    position: absolute;
    right: 0;
    width: 100%;
    top: -450px;
    right: 0;
    height: 100%;
    /* background: #00000096; 
    z-index: 9999999;
}


.req-form {
    width: 427px;
    float: right;
    height: auto;
    margin-right: 0;
    opacity: 1;
    background: #fff;
    padding: 46px 30px;
    top: 0;
    position: relative;
    right: 0;
    /* height: 100%; */
   }
.req-form {
    width: 427px;
    float: right;
    height: auto;
    margin-right: 0;
    opacity: 1;
    background-image: url('../images/blue-bg.webp');
    /* background: #3b4e79; */
    padding: 45px 30px;
    background-size: cover;
    background-position: center;
    top: 0;
    position: relative;
    right: 0;
    /* height: 100%; */
    z-index: 9999;
}

.field_area {
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 15px;
}
.field_area-d {
    width: 50%;
    float: left;
    position: relative;
    margin: 15px 0 28px;
}
.field_area label {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 3px;
}

.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: 15px;
    color: #000;
    border-radius: 10px;
    line-height: 20px;
    background: #fff;
    margin: 0;
    padding: 15px 10px;
    /* background: 0 0; */
    border: none;
    border: solid 1px rgb(255 255 255 / 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;
}

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

.quick-send {
    -moz-transition: all ease-in-out .5s;
}

.quick-send:hover {
    
    
    
    /
    border: none;/
}



.field_area input[type=email], .field_area input[type=number], .field_area input[type=text], .field_area textarea:focus {

outline: none;}
@media(max-width: 575px){
  .innerban h2 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 40px !important;
    color: #fff;
    margin-bottom: 50px;
}
  .p1-left a{
    float: none;
    display: table;
    margin: auto;
  }
  .ct-left {
    width: 100%;
    float: left;
    text-align: center;
}.ct-left h1 {
    font-size: 32px;
    color: #000;
    font-weight: 600;
}.ct-box {
    float: left;
    width: 100%;}.ct-right {
    margin-top: 30px;
    width: 100%;
    float: left;
    padding: 30px;}
  .career-full h6 {
    text-align: center;}.career-full h1 {
    font-size: 32px;
    color: #000;
    font-weight: 600;
    width: 100%;
    float: left;
    text-align: center;
}.career-full p {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    line-height: 200%;
    float: right;
    width: 100%;
    text-align: center;
}.career-full form {
    width: 100%;
    float: left;
    background: #3b4e7929;
    padding: 40px 20px;
    border-radius: 20px;
    margin-top: 30px;
}.career-full button {
    width: 100%;}
  .pro-full h1 {
    font-size: 32px;
    /* color: #000; */
    font-weight: 600;
}
  .about-sec-full{
    text-align: center;
  }.about-sec-full h1 {
    font-size: 32px;
    color: #000;
    font-weight: 600;
    width: 100%;
}.about-sec-full p {
    font-size: 15px;
  }.about-sec4 {
    width: 100%;
    float: left;
    padding: 10px 0 60px;
    text-align: center;
}.about-sec4 h2 {
    font-size: 30px;}
    .about-sec2 img{
      height: auto;
    }
    .abt-right h3:after{
      display: none;
    }.abt-right h3 {
    position: relative;
    font-size: 32px;
    line-height: 130%;
    margin-bottom: 10px;
    color: #000;
    text-align: center;
    padding-left: 0;
    font-weight: 600;
    padding-top: 30px;
}.abt-right p {
    font-size: 15px;
    line-height: 200%;
    color: #000;
    font-weight: 400;
    text-align: center;
}.abt-right {
    float: left;
    width: 100%;
    margin-top: 0;
}

  .logo {
    width: 28%;
    float: left;
    position: relative;
    z-index: 9;
    margin-top: 10px;
}.ban-img img{
    margin-top: 40px;
}.ban-text {
    width: 100%;
    float: left;
    padding-top: 80px;
    text-align: center;
}.bnr-hed h2 {
    /* text-align: center; */
    font-size: 34px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}.bnr-hed p {
    font-size: 15px;
    text-align: center;
    color: #ffffff;
    line-height: 200%;
    font-weight: 300;
}.ban-text a{
  float: none;
  display: table;
  margin: auto;
}.ban-img {
    width: 100%;
    float: right;
}.banner {
    height: auto;
    padding-bottom: 50px;
}.panel1 {
    width: 100%;
    float: left;
    padding: 70px 0;
    text-align: center;
}.p1-left h1 {
    font-size: 32px;
    color: #000;
    font-weight: 600;
}.p1-left p {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    line-height: 200%;
    float: left;
    width: 100%;
}.p1-right {
    position: relative;
    width: 100%;
    float: right;
    margin-top: 50px;
}.circle {
    position: absolute;
    right: 0;
    top: 70px;
    z-index: -1;
    width: 90%;
}.count-p1 {
    position: absolute;
    left: 0;
    background: #3b4e79a8;
    width: 173px;
    height: 150px;
    z-index: 9;
    top: 55px;
    text-align: center;
    padding: 15px;
    border-radius: 20px;
}.panel2 {
    width: 100%;
    float: left;
    background-image: url(../images/blue-bg.webp);
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    margin-top: 60px;
}.panel2 h1 {
    font-size: 34px;
  }.panel3 h1 {
    font-size: 34px;
  }.p3-box {
    border: 0 !important;
    width: 100%;
    float: left;
    padding: 10px 0 10px;
  }.p3-box:nth-child(4){
    padding-left: 0;
  }.p3-box:nth-child(6){
    padding-left: 0;
  }.p3-box p{
    padding-top: 0;
  }
  .panel4{
    text-align: center;
  }.panel4 h1 {
    font-size: 32px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 30px;
    width: 100%;
  }.panel4 a{
    float: none;
    display: table;
    margin: auto;
  }.ftr-logo {
    padding-top: 70px;
    float: left;
    width: 100%;
    padding-bottom: 40px;
}
.ftr-logo img {
    width: 235px;
    max-width: 100%;
    display: block;
    margin: auto;
}.ftr-links{
  border: 0;
  padding: 0 0 30px;
  text-align: center;
}.ftr-links a {
    width: 50%;
    font-size: 14px;
  }.ftr-last p {
    font-family: "Inter", sans-serif !important;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    margin: 0;
    text-align: center;
    width: 100%;
}
}
@media(min-width: 576px) and (max-width: 767px) {
  .ct-left h1 {
    font-size: 38px;}
    .ct-right{
      margin-top: 30px;
    }
  .career-full h1 {
    font-size: 34px;
    color: #000;
    padding-top: 20px;
    font-weight: 600;
    width: 50%;
    float: left;
}.career-full p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: 200%;
    float: right;
    width: 50%;
}
.pro-full h1 {
    font-size: 45px;}
.about-sec-full h1 {
    font-size: 45px;
  }

  .logo {
    width: 18%;
    float: left;
    position: relative;
    z-index: 9;
    margin-top: 20px;
}.ban-text {
    width: 48%;
    float: left;
    padding-top: 20px;
}.bnr-hed h2 {
    /* text-align: center; */
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}.banner{
  height: auto;
  padding-bottom: 50px;
}.p1-left h1 {
    font-size: 40px;
    color: #000;
    font-weight: 600;
}.p1-right {
    position: relative;
    width: 100%;
    float: right;
    margin-top: 30px;
}.panel2 h1 {
    font-size: 40px;}.panel3 h1 {
    font-size: 40px;}.p3-box p {
    font-size: 14px;
    color: #000;
    font-weight: 300;
    line-height: 181%;
    padding-top: 0;
    margin: 0;
}.p3-box h5 {
    background: linear-gradient(90deg, rgba(59, 78, 121, 1) 0%, rgba(17, 27, 61, 1) 50%);
    float: left;
    width: 69px;
    color: #fff;
    height: 69px;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    padding: 14px;
    border-radius: 100%;
    margin-bottom: 0;
    margin-right: 10px;
}.p3-box:nth-child(4) {
    border-right: 0;
    padding-left: 1%;
}.p3-box:nth-child(6) {
    border-right: 0;
    padding-left: 1%;
}.panel4 h1 {
    font-size: 40px;
  }.ftr-links {
    width: 100%;
    float: left;
    padding-top: 65px;
    padding-bottom: 0;
    border-left: 0;
    padding-left: 30px;
}.ftr-last p {
    font-size: 14px;
  }
}
@media(min-width: 768px) and (max-width: 991px){

.ct-left h1 {
    font-size: 32px;}.ct-box {
    float: left;
    width: 100%;}.ct-right {
    width: 100%;
    margin-top: 110px;
    float: left;
    padding: 60px 30px;}

  .pro-box h5 {
    color: #ffffff;
    font-size: 17px;}
  .abt-right h3 {
    position: relative;
    font-size: 35px;
    line-height: 44px;
    margin-bottom: 13px;
    color: #000;
    padding-left: 0;
    font-weight: 600;
    padding-top: 22px;
}
.ban-text {
    width: 48%;
    float: left;
    padding-top: 50px;
}.bnr-hed h2 {
    font-size: 45px;
  }
  .banner{
    height: auto;
    padding-bottom: 50px;
  }.p1-left h1 {
    font-size: 36px;
  }.p1-left p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: 200%;
    float: left;
    width: 100%;
}.panel2 h1 {
    font-size: 45px;
  }.panel3 h1 {
    font-size: 45px;
  }.panel4 h1 {
    font-size: 45px;
  }.ftr-links {
    width: 100%;
    float: left;
    padding-top: 44px;
    padding-bottom: 15px;
    border-left: 1px solid #284088;
    padding-left: 10px;
}.ftr-links a {
    font-size: 13px;
  }.ftr-links h6{
        font-size: 13px;
  }
}
@media(min-width: 992px) and (max-width: 1024px){
  .career-full h1 {
    font-size: 45px;
  }.ct-left h1 {
    font-size: 40px;}
  .abt-right h3 {
    position: relative;
    font-size: 46px;}
  .bnr-hed h2 {
    font-size: 65px;
  }.p1-left h1 {
    font-size: 50px;
  }
}
@media(min-width: 1025px) and (max-width: 1199px){
  .header_menu_area > ul > li > a {
    margin: 0 20px;
  }.bnr-hed h2 {
       font-size: 55px;
  }.p1-left h1 {
    font-size: 50px;
  }
}
#fixed-nr-header {
    background-color: white;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
    display: none;
    position: fixed;
    z-index: 111;
    padding-bottom: 8px;
    padding-top: 8px;
}
.hr-top {
    position: absolute;
    z-index: 11;
}
#fixed-nr-header  .header_menu_area > ul > li > a{
    padding: 20px 0 0;
    color: #3b4e79;
}
#fixed-nr-header .logo img {
    width: 128px;}
  #fixed-nr-header   .logo {
     margin-top: 0;
}
 #fixed-nr-header  .enq {
    margin-top: 5px;
}
.innerban h2{

width: 100%;

float: left;

text-align: center;

font-size: 60px;

color: #fff;

margin-bottom: 30px;
}
.bc{display: table;margin: auto;background: #3b4e79;padding: 15px 50px;border-radius: 10px;}
.bc a{

font-weight: 400;

font-size: 16px;

color: #fff;

text-decoration: none;
}
.bc span img{width: 18px;filter: invert(1);}
.bc a:hover{
  
}
textarea:focus{
outline: none;
}input:focus{
outline: none;
}



.grecaptcha-badge { 
    visibility: hidden;
}

.hidden-input-field {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
        z-index: -1;
    }
    .tel-fix{
        background-color: #3b4e79;
        z-index: 999;
        right: 1rem;
        bottom: 6rem;
        -webkit-box-shadow: 0 0 0 #0568a8;
        box-shadow: 0 0 0 #0568a8;
        -webkit-animation: 1.5s infinite pulse;
        animation: 1.5s infinite pulse;
        width: 4rem;
        height: 4rem;
        color: white;
        border-radius: 50%;
    }
    .tel-fix img{
            width: 2rem;
            height: 2rem;
            filter: invert(1);
    }
    
    
    
    
    
    
    
    
    

.map {
    background-color: #ff2121;
    z-index: 999;
    right: 1rem;
    bottom: 11rem;
    -webkit-box-shadow: 0 0 0 #0568a8;
    box-shadow: 0 0 0 #0568a8;
    -webkit-animation: 1.5s infinite pulse;
    animation: 1.5s infinite pulse;
    width: 4rem;
    height: 4rem;
    color: white;
    border-radius: 50%;
}
    .map img{
            width: 2rem;
            height: 2rem;
          
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    