html{
    overflow-x:hidden; scroll-behavior: smooth;
}
body{
    margin: 0;   overflow-x:hidden;  
  font-family: "Inter", sans-serif !important;  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

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: 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;
    margin-top: 0;
}
.header_menu_area > ul > li {
      width: auto;
      display: inline-block;
      vertical-align: middle;
}
     
.header_menu_area > ul > li > a:hover {
          color: #a5aeff !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) {
    .enq{
        float:none;
        display:table;
        margin:auto;
    }
      #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: 8px;
  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: #0d4c36;
  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: #0d4c36 !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: #0d4c36 !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;
  background: #ffffff;
  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: 10px 0;
}
.nav .navLink {
  /* position: relative; */
  display: inline-flex;
  font-size: 20px;
  /* letter-spacing: 0.1em; */
  text-decoration: none;
  color: #000000;
  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;
}.activeli2 {
   
    font-weight: 600 !important;
}
.activeli{
  color: #d6d4fd !important;
  /* font-weight: 600 !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: 15px;
    font-weight: 400;
    color: #ffffff;
    margin: 0px 17px;
    padding: 58px 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: #000000;
    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: 57px;
    /* 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: #292d80;
    background: #ffffff;
    text-align: left;
    border-bottom: solid 1px rgb(207 215 251);
    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;padding: 0;}
.logo{width: 16%;float: left;position: relative;z-index: 9;margin-top: 35px;margin-bottom: 17px;}
.logo img{width: 183px;float: left;}
.header2{width: 84%;float: left;position: relative;}

      #fixed-nr-header .logo img{
        width: 145px;
      }
      
      /***************************Phone Menu********************/
   


/*phone-mnu*/
.cd-dropdown-wrapper {
  display: inline-block;
  position: relative;
  height: 50px;
  margin: 40px 0 0 5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-dropdown-trigger {
  display: block;
  position: relative;
  /*  padding: 0 36px 0 20px;*/
  line-height: 15px;
  background-color: transparent;
  color: #ffffff;
  border-radius: 3px;
  z-index: 3;
}
.no-touch .cd-dropdown-trigger:hover {
  background-color: #171b46;
}
.cd-dropdown-trigger::before, .cd-dropdown-trigger::after {
  /* this is the arrow inside the dropdown trigger*/
  /* content: ''; */
  position: absolute;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 9px;
  background: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: width 0.3s, -webkit-transform 0.3s;
  -moz-transition: width 0.3s, -moz-transform 0.3s;
  transition: width 0.3s, transform 0.3s;
}
.cd-dropdown-trigger::before {
  /* right: 22px; */
  /* -webkit-transform: rotate(45deg); */
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  /* transform: rotate(45deg); */
}
.cd-dropdown-trigger::after {
  right: 17px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown-trigger {
    font-size: 1.5rem;
  }
  .cd-dropdown-trigger.dropdown-is-active {
    background-color: #3f8654;
  }
  .no-touch .cd-dropdown-trigger.dropdown-is-active:hover {
    background-color: #47975f;
  }
  .cd-dropdown-trigger.dropdown-is-active::before, .cd-dropdown-trigger.dropdown-is-active::after {
    /* transform the arrow into a 'X' */
    width: 14px;
  }
  .cd-dropdown-trigger.dropdown-is-active::before {
    /* transform the arrow into a 'X' */
    -webkit-transform: translateX(5px) rotate(-45deg);
    -moz-transform: translateX(5px) rotate(-45deg);
    -ms-transform: translateX(5px) rotate(-45deg);
    -o-transform: translateX(5px) rotate(-45deg);
    transform: translateX(5px) rotate(-45deg);
  }
  .cd-dropdown-trigger.dropdown-is-active::after {
    /* transform the arrow into a 'X' */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a {
  height: 50px;
  line-height: 50px;
}
@media only screen and (min-width: 768px) {
  .cd-dropdown h2,
  .cd-dropdown-content a,
  .cd-dropdown-content ul a {
    height: 60px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown h2,
  .cd-dropdown-content a,
  .cd-dropdown-content ul a {
    height: 50px;
    line-height: 50px;
  }
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a,
.cd-dropdown-content .cd-divider {
  padding: 0 40px;
}

.cd-dropdown {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  color: #ffffff;
  visibility: hidden;
  /* Force Hardware Acceleration */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
  transition: transform 0.5s 0s, visibility 0s 0.5s;
}
.cd-dropdown h2 {
  /* dropdown title - mobile version only */
  position: relative;
  z-index: 1;
  color: #585a70;
  background-color: #111433;
  border-bottom: 1px solid #242643;
}
.cd-dropdown .cd-close {
  /* 'X' close icon - mobile version only */
  position: absolute;
  z-index: 1;
  right: 24px;
  top: 18px;
  height: 50px;
  width: 50px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}
.cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before {
  /* this is the 'X' icon */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 20px;
  width: 2px;
  background-color: #202020;
}
.cd-dropdown .cd-close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.cd-dropdown .cd-close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.cd-dropdown.dropdown-is-active {
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
  transition: transform 0.5s 0s, visibility 0s 0s;
}
@media only screen and (min-width: 768px) {
  .cd-dropdown .cd-close {
    top: 5px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown {
    /* position: absolute; */
    /* top: calc(100% - 2px); */
    /* reset style*/
    /* height: auto; */
    /* width: auto; */
    /* -webkit-transform: translateX(0); */
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    /* transform: translateX(0); */
    /* background-color: #ffffff; */
    /* color: #111433; */
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
    /* opacity: 0; */
    /* -webkit-transform: translateY(30px); */
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    /* transform: translateY(30px); */
    /* -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s; */
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
    /* transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s; */
  }
  .open-to-left .cd-dropdown {
    /* use the .open-to-left class if you want to open the dropdown on the left */
    right: 0;
    left: auto;
  }
  .cd-dropdown h2, .cd-dropdown .cd-close {
    /* on desktop - hide title and 'X' */
    /* display: none; */
  }
  .cd-dropdown.dropdown-is-active {
    /* opacity: 1; */
    /* -webkit-transform: translateY(0); */
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    /* transform: translateY(0); */
    /* -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s; */
    -moz-transition: opacity 0.3s 0s, visibility 0.3s 0s, -moz-transform 0.3s 0s;
    /* transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s; */
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
    transition: transform 0.5s 0s, visibility 0s 0s;
  }
}

.cd-dropdown-content, .cd-dropdown-content ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  padding-top: 50px;
}
.cd-dropdown-content a, .cd-dropdown-content ul a {
  display: block;
  font-size: 17px;
  color: #000;
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  white-space: nowrap;
  border-top-width: 1px;
  border-color: transparent;
  border-style: solid;
  font-weight: 400;
}
.cd-dropdown-content li:first-of-type > a, .cd-dropdown-content ul li:first-of-type > a {
  border-top-width: 0;
}
.cd-dropdown-content li:last-of-type > a, .cd-dropdown-content ul li:last-of-type > a {
  border-bottom-width: 1px;
}
.cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0b0e23;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #585a70;
  text-transform: uppercase;
}
.cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
  border-top-width: 0;
}
.cd-dropdown-content a, .cd-dropdown-content .cd-search, .cd-dropdown-content .cd-divider, .cd-dropdown-content ul a, .cd-dropdown-content ul .cd-search, .cd-dropdown-content ul .cd-divider {
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.cd-dropdown-content.is-hidden, .cd-dropdown-content ul.is-hidden {
  /* push the secondary dropdown items to the right */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
  /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
  opacity: 0;
}
.cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
  /* push the dropdown items to the left when secondary dropdown slides in */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.dropdown-is-active .cd-dropdown-content, .dropdown-is-active .cd-dropdown-content ul {
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 768px) {
  .cd-dropdown-content, .cd-dropdown-content ul {
    padding-top: 60px;
    list-style: none;
  }
  .cd-dropdown-content a, .cd-dropdown-content ul a {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown-content, .cd-dropdown-content ul {
    padding-top: 0;
    overflow: visible;
  }
  .cd-dropdown-content a, .cd-dropdown-content ul a {
    color: #111433;
    height: 50px;
    line-height: 50px;
    font-size:17px;
    /* border-color: #ebebeb; */
  }
  .cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
    background-color: transparent;
    color: #b3b3b3;
    border-top: 1px solid #ebebeb;
  }
  .cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
    border-top-width: 1px;
  }
  .cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
    /* reset mobile style */
    opacity: 1;
  }
}

.cd-dropdown-content .see-all a {
  /* different style for the See all links */
  color: #000;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
  /* items with picture (or icon) and title */
  height: 80px;
  line-height: 80px;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
  padding-left: 90px;
}
.cd-dropdown-content .cd-dropdown-gallery img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
  padding-left: 75px;
  position: relative;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
  color: #111433;
  font-size: 1.3rem;
  /* hide description on small devices */
  display: none;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
  /* item icon */
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-1::before {
  background-image: url("../img/nucleo-icon-1.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-2::before {
  background-image: url("../img/nucleo-icon-2.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-3::before {
  background-image: url("../img/nucleo-icon-3.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-4::before {
  background-image: url("../img/nucleo-icon-4.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-5::before {
  background-image: url("../img/nucleo-icon-5.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-6::before {
  background-image: url("../img/nucleo-icon-6.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-7::before {
  background-image: url("../img/nucleo-icon-7.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-8::before {
  background-image: url("../img/nucleo-icon-8.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-9::before {
  background-image: url("../img/nucleo-icon-9.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-10::before {
  background-image: url("../img/nucleo-icon-10.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-11::before {
  background-image: url("../img/nucleo-icon-11.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-12::before {
  background-image: url("../img/nucleo-icon-12.svg");
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown-content {
    /* reset mobile style */
    /* position: static; */
    /* height: auto; */
    /* width: 280px; */
    padding-top: 60px;
    list-style: none;
  }
  .cd-dropdown-content > li:last-of-type a {
    border-bottom: none;
  }
  .no-touch .cd-dropdown-content > li:not(.has-children) a:hover {
    color: #3f8654;
  }
  .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .cd-dropdown-content .cd-secondary-dropdown, .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    left: 100%;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
  }
  .cd-dropdown-content .cd-secondary-dropdown::after, .cd-dropdown-content .cd-dropdown-gallery::after, .cd-dropdown-content .cd-dropdown-icons::after {
    clear: both;
    content: "";
    display: table;
  }
  .open-to-left .cd-dropdown-content .cd-secondary-dropdown, .open-to-left .cd-dropdown-content .cd-dropdown-gallery, .open-to-left .cd-dropdown-content .cd-dropdown-icons {
    /* use the .open-to-left class if you want to open the dropdown on the left */
    left: auto;
    right: 100%;
  }
  .cd-dropdown-content .cd-secondary-dropdown.is-hidden, .cd-dropdown-content .cd-dropdown-gallery.is-hidden, .cd-dropdown-content .cd-dropdown-icons.is-hidden {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-dropdown-content .cd-secondary-dropdown.fade-in, .cd-dropdown-content .cd-dropdown-gallery.fade-in, .cd-dropdown-content .cd-dropdown-icons.fade-in {
    /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
    -webkit-animation: cd-fade-in 0.2s;
    -moz-animation: cd-fade-in 0.2s;
    animation: cd-fade-in 0.2s;
  }
  .cd-dropdown-content .cd-secondary-dropdown.fade-out, .cd-dropdown-content .cd-dropdown-gallery.fade-out, .cd-dropdown-content .cd-dropdown-icons.fade-out {
    /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
    -webkit-animation: cd-fade-out 0.2s;
    -moz-animation: cd-fade-out 0.2s;
    animation: cd-fade-out 0.2s;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .go-back, .cd-dropdown-content .cd-dropdown-gallery > .go-back, .cd-dropdown-content .cd-dropdown-icons > .go-back {
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .see-all, .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
    position: absolute;
    bottom: 20px;
    height: 45px;
    text-align: center;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .see-all a, .cd-dropdown-content .cd-dropdown-gallery > .see-all a, .cd-dropdown-content .cd-dropdown-icons > .see-all a {
    margin: 0;
    height: 100%;
    line-height: 45px;
    background: #ebebeb;
    pointer-events: auto;
    -webkit-transition: color 0.2s, background-color 0.2s;
    -moz-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-gallery > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-icons > .see-all a:hover {
    color: #ffffff;
    background-color: #111433;
  }
  .cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item, .cd-dropdown-content .cd-secondary-dropdown a, .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-gallery a, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons a {
    border: none;
  }
  .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
    padding: 20px 30px 100px;
  }
  .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
    width: calc(100% - 60px);
  }
  .cd-dropdown-content .cd-dropdown-icons > li, .cd-dropdown-content .cd-secondary-dropdown > li {
    width: 50%;
    float: left;
  }
  .cd-dropdown-content .cd-secondary-dropdown {
    overflow: hidden;
    width: 550px;
    padding-bottom: 65px;
  }
  .cd-dropdown-content .cd-secondary-dropdown::before {
    /* this is the separation line in the middle of the .cd-secondary-dropdown element */
    position: absolute;
    content: '';
    top: 290px;
    left: 15px;
    height: 1px;
    width: 520px;
    background-color: #ebebeb;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > a {
    color: #3f8654;
    font-size: 1.6rem;
    margin-bottom: 10px;
    line-height: 30px;
    height: 30px;
    pointer-events: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > a::after, .cd-dropdown-content .cd-secondary-dropdown > li > a::before {
    /* hide the arrow */
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown.move-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-dropdown-content .cd-secondary-dropdown > li {
    margin: 20px 0;
    border-right-width: 1px;
    border-color: #ebebeb;
    border-style: solid;
    padding: 0 30px;
    height: 250px;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li:nth-of-type(2n) {
    border-right-width: 0;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > ul {
    /* reset mobile style */
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    position: relative;
    height: auto;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > ul > .go-back {
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown a {
    line-height: 25px;
    height: 25px;
    font-size: 1.3rem;
    padding-left: 0;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
    color: #3f8654;
  }
  .cd-dropdown-content .cd-secondary-dropdown ul {
    padding-bottom: 25px;
    overflow: hidden;
    height: auto;
  }
  .cd-dropdown-content .cd-secondary-dropdown .go-back a {
    padding-left: 20px;
    color: transparent;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
    color: transparent;
  }
  .cd-dropdown-content .cd-secondary-dropdown .go-back a::before, .cd-dropdown-content .cd-secondary-dropdown .go-back a::after {
    left: 0;
  }
  .cd-dropdown-content .cd-secondary-dropdown .see-all {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .cd-dropdown-content .cd-dropdown-gallery {
    width: 600px;
    padding-bottom: 100px;
  }
  .cd-dropdown-content .cd-dropdown-gallery > li {
    width: 48%;
    float: left;
    margin-right: 4%;
  }
  .cd-dropdown-content .cd-dropdown-gallery > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
    padding: 0;
    height: auto;
    line-height: normal;
    color: #3f8654;
    margin-bottom: 2em;
  }
  .cd-dropdown-content .cd-dropdown-gallery > li:nth-last-of-type(2) a,
  .cd-dropdown-content .cd-dropdown-gallery > li:last-of-type a {
    margin-bottom: 0;
  }
  .cd-dropdown-content .cd-dropdown-gallery img {
    position: static;
    height: auto;
    width: 100%;
    margin: 0 0 0.6em;
  }
  .cd-dropdown-content .cd-dropdown-icons {
    width: 600px;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    height: 80px;
    line-height: 1.2;
    padding: 24px 0 0 85px;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:hover {
    background: #ebebeb;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
    color: #3f8654;
    font-weight: bold;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
    display: block;
    font-size: 1.2rem;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
    left: 25px;
  }
  .cd-dropdown-content > .has-children > ul {
    visibility: hidden;
  }
  .cd-dropdown-content > .has-children > ul.is-active {
    /* when hover over .cd-dropdown-content items - show subnavigation */
    visibility: visible;
  }
  .cd-dropdown-content > .has-children > .cd-secondary-dropdown.is-active > li > ul {
    /* if .cd-secondary-dropdown is visible - show also subnavigation */
    visibility: visible;
  }
  .cd-dropdown-content > .has-children > a.is-active {
    /* hover effect for .cd-dropdown-content items with subnavigation */
    box-shadow: inset 2px 0 0 #3f8654;
    color: #3f8654;
  }
  .cd-dropdown-content > .has-children > a.is-active::before, .cd-dropdown-content > .has-children > a.is-active::after {
    background: #3f8654;
  }
  .open-to-left .cd-dropdown-content > .has-children > a.is-active {
    box-shadow: inset -2px 0 0 #3f8654;
  }
}

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@-moz-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
.cd-search input[type="search"] {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #242643;
  color: #ffffff;
  border: none;
  border-radius: 0;
}
.cd-search input[type="search"]::-webkit-input-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]::-moz-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]:-moz-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]:-ms-input-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]:focus {
  background: #ffffff;
  color: #111433;
  outline: none;
}
.cd-search input[type="search"]:focus::-webkit-input-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus::-moz-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus:-moz-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus:-ms-input-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
@media only screen and (min-width: 1024px) {
  .cd-search input[type="search"] {
    background-color: #ebebeb;
  }
  .cd-search input[type="search"]::-webkit-input-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type="search"]::-moz-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type="search"]:-moz-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type="search"]:-ms-input-placeholder {
    color: #b3b3b3;
  }
}

.has-children > a, .go-back a {
  position: relative;
}
.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: '';
  position: absolute;
  top: 56%;
  margin-top: -2px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  float: left;
  text-align: left;
}
.has-children > a::before, .go-back a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.has-children > a::after, .go-back a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 1024px) {
  .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    background: #b3b3b3;
  }
}

.has-children > a {
  padding-right: 40px;
}
.has-children > a::before, .has-children > a::after {
  /* arrow goes on the right side - children navigation */
  left: 156px;
  -webkit-transform-origin: 9.5px 50%;
  -moz-transform-origin: 9.5px 50%;
  -ms-transform-origin: 9.5px 50%;
  -o-transform-origin: 9.5px 50%;
  transform-origin: 9.5px 50%;
}

@media only screen and (min-width: 1024px) {
  .open-to-left .cd-dropdown-content > .has-children > a {
    padding-left: 40px;
    padding-right: 20px;
  }
  .open-to-left .cd-dropdown-content > .has-children > a::before, .open-to-left .cd-dropdown-content > .has-children > a::after {
    right: auto;
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
  }
}
.cd-dropdown-content .go-back a {
  padding-left: 40px;
}
.cd-dropdown-content .go-back a::before, .cd-dropdown-content .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  -moz-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  -o-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}

.cd-main-content {
  background-color: #e6e6e6;
  min-height: calc(100vh - 100px);
  padding: 2em 5%;
  line-height: 2;
}

.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.no-js .cd-dropdown-wrapper .cd-close {
  display: none;
}
@media (min-width: 576px) {
    .mob-banim {
        display: none !important;
    }
}
@media(max-width:575px)
{
    .p6-max {
    width: 100% !important;
}.p6-min {
    margin-left: 0 !important;
}
        .get-st {
       width: 100% !important;
        float: none !important;
        border-bottom: 0 !important;
        margin-top: 15px !important;
        max-width: 160px !important;
        display: table;
        margin: auto;
    }    .get-line {
        width: 100%;
        float: left;
        border-bottom: 1px solid #cecece;
    }    .dt-banim {
        display: none !important;
    }
    .p7-text a{
        left:23%!important;
    }
    .panel1
 {
    width: 100%;
    float: left;
    padding: 65px 0 30px!important;
}
    .img-p7 {
    position: relative!important;
    z-index: 999!important;
    left: inherit!important;        top: inherit !important;
    width: 41px!important;
    float: none!important;
    margin: -64px auto 0!important;
}
    .ct-box img{
        width: 100% !important;
        margin-bottom: 10px;
    }
    .contact-full h6{
        float: none;
    display: table;
    margin: auto;
    }
    .cd-dropdown-content, .cd-dropdown-content ul {
    
    list-style: none;
  }
    
    
    
    .head-menu {
    width: auto!important
        
    }
    
    
    
    
      .menu-img {
        width: 28px !important;
    }
    .cd-dropdown-wrapper {margin: 0 0 0 5%;}
}





.mobile-menu-tag{float:right;margin-top: -62px;margin-right: 30px;}

@media(max-width:767px){
    .panel4 .accordion{
        display:none;
    }
}
@media(min-width:768px){
    .mob-acc{
        display:none;
    }
}
.mob-acc{
    width: 100%;
    float: left;
}
.mob-acim{
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 20px;
}
.mob-acim img{
    width: 100%;
    float: left;
}
.mob-actxt{
    position: absolute;
    top: 0;
    text-align: center;
    padding: 20px;
}
.mob-actxt h5{
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.mob-actxt p{
    font-size: 15px;
    color: #fff;
}
@media(max-width:767px){
    .r1{
        width:100%;margin-left:0;
    }
    .abtgreen-stack{
        display:none;
    }
}
@media(min-width:768px){
    .gr-carousel{
        display:none !important;
    }
}

.cdr h3 {
  color: #002726;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 16px;
}

.cdr p {
  font-size: 16px;
  color: #6D6D6D;
  font-weight: 400;width:100%;float:left;
  line-height: 1.6;
  text-align: left;
}

.cdr{
    width:100%;
    float:left;
    background: #aeffd3;
  border-radius: 16px;
  border: 1px solid #D0D0D0;
  padding: 35px;
}
.cdr img{
     max-width: 56px;
  float: left;
}




/*----------------------------------------*/
/*  3. Slider Area
/*----------------------------------------*/
.slider-images img{
  width:100%;
  height: 764px;
  object-fit: cover;
}
.intro-content {
    position: relative;
    z-index: 1;
}
.intro-content::after {/* background: #000000 none repeat scroll 0 0; */ /* Old browsers */background: -moz-linear-gradient(top, #000000 1%, #093b3b 89%); /* FF3.6-15 *//* background: -webkit-linear-gradient(top, #000000 1%,#093b3b 89%); */ /* Chrome10-25,Safari5.1-6 *//* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.62) 1%,rgba(9, 59, 59, 0.73) 89%); */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#093b3b',GradientType=0 ); /* IE6-9 */content: "";height: 100%;left: 0;position: absolute;top: 0;width: 100%;z-index: 1;/* opacity: 0.1; *//* background: rgba(0, 0, 0, 0.39); */}
.slider-content {
    position: absolute;
    right: 0;
    text-align: left;
    top: 50%;
    z-index: 3;
    left: 0;
    /* margin: 0 auto; */
    margin-top: -170px;
    width: 39%;
    left: 9%;
}
.layer-1 {
    /* margin: 0px 0 20px 7%; */
}
.layer-2 p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    max-width: 600px;
    margin-bottom: 30px;
}
.layer-1 h1 {
    color: #fff;
    font-size: 64px;
    font-weight: 600;
    line-height: 70px;
    margin: 0px 0px 10px;
    max-width:100%;
    /* font-family: 'Work Sans', sans-serif; */
    /* text-align:center; */
}
.layer-1 h1 span{
 color: #fff;
 /* font-weight: 900; */
 /* font-size: 50px; */
}
.ready-btn {
    border: 1px solid #FFA100;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #FFA100;
    width: 160px;
    border-radius: 30px;
}
.ready-btn:hover{
    color: #fff;
    background: #FFA100;
    border: 2px solid #FFA100;
    text-decoration: none;
}
.ready-btn.right-btn {
    margin-left: 15px;
    background: transparent;
    border: 2px solid #fff;
    color:#fff;
}
.ready-btn.right-btn:hover{
    background: #FFA100;
    border: 2px solid #FFA100;
}
.ready-btn.left-btn:hover{
    background: transparent;
    border: 2px solid #fff;
    color:#fff;
}
.layer-1-2 .color {
    color: #FFA100;
    font-weight: 900;
}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, 
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 22px;
    /* margin-top: -20px; */
    position: absolute;
    top: 66%;
    text-align: center;
    line-height: 48px;
    opacity: 1;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: transparent;
    left: 6%;
}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev{
    /* left: 10%; */
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next{
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev{
    /* left: 2%; */
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover{
    /* color:#fff; */
    /* background: #7b2f89; */
    /* border: 2px solid #7b2f89; */
}
.intro-carousel .owl-item .layer-1{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 0.3s;
    text-align: left;
    float: left;
}
.intro-carousel .owl-item .layer-2{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1s;
}
.intro-carousel .owl-item .layer-3{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1.5s;
}
.intro-carousel .owl-item.active .layer-1,
.intro-carousel .owl-item.active .layer-2,
.intro-carousel .owl-item.active .layer-3{
    transform: translateY(0);
    opacity: 1;
}
.intro-carousel .owl-item.active .slider-images img{
    transform: scale(1.1);
    transition: 10s;
}


.intro-area {
    float: left;
    width: 100%;
    margin-top: -174px;
    height: 764px;
}

.margintop_80{margin-top: 55px;}

.arrow_slider{
    float: left;
    text-align: -webkit-center;
    text-align: -moz-center;
    width: 100%;
    margin-top: -140px;
    position: relative;
    z-index: 11;
}
.slider-content p{
  color:#D0CFE4;
  font-size:18px;
  font-weight:400;
}.slider-content a img{
  width: 36px;
  height: 37px;
  float: left;
  margin-right: 10px;
}
.slider-content a{
    background: linear-gradient(66deg,rgba(41, 38, 96, 1) 35%, rgba(75, 96, 184, 1) 100%);
    float: left;
    width: 160px;
    height: 53px;
    padding: 8px;
    text-decoration: none;
    border-radius: 10px;
}.slider-content a:hover img{
      -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.slider-content a:hover{
  background: linear-gradient(-66deg, rgba(41, 38, 96, 1) 35%, rgb(75 179 226) 100%);
}.slider-content a span{
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 6px 0;
  float: left;
}.veri:after{
      content: "";
      position: absolute;
      top: 50%;
      left: 0px;
      width: 0px;
      height: 5px;
      background-color: rgb(42 166 223);
      transition: none 0s ease 0s;
      border-top-left-radius: 35px;
      border-top-right-radius: 20px;
      border-bottom-right-radius: 35px;
      border-bottom-left-radius: 20px;
}
.veri:hover::after{    width: 120%;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.4s ease-in-out 0s;}
.veri
{
    float: right;
    position: relative;
    z-index: 9;
    background: linear-gradient(77deg, #1d1b6c -7%, #4a5fb7 100%);
    width: 130px;
    height: 53px;
    padding: 16px 0;
    text-decoration: none;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
    margin-top: 41px;
    font-weight: 400;
    background-position: 0%;
    }
.veri:hover{
  background: linear-gradient(2deg, rgba(41, 38, 96, 1) 35%, rgb(41 38 96) 100%);
}
.panel1{width: 100%;float: left;padding: 100px 0 30px;}
.p1-left{width: 30%;float: left;margin-right: 3%;}
.p1-left h6{font-size: 32px;color: #8C8C8C;font-weight: 500;}
.p1-left img{width: 100%;/* margin-top: 154px; */height: 440px;object-fit: cover;}
.p1-right{float: right;width: 67%;}
.p1-right h2{font-size: 43px;font-weight: 400;line-height: 151%;}
.get-st{width: 100%;float: left;border-bottom: 1px solid #b2b2b27a;margin-top: 15px;}
.get-st span{font-size: 16px;color: #000;font-weight: 500;}
.get-st a{background: linear-gradient(66deg, rgba(41, 38, 96, 1) 35%, rgba(75, 96, 184, 1) 100%);float: right;width: 36px;height: 36px;text-align: center;padding: 3px 0;border-radius: 5px;margin-bottom: 10px;}
.get-st a img{width: 20px;/* filter: invert(1); */}
.get-st a:hover{
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.vi-box{width: 48%;float: left;margin-top: 30px;margin-right: 2%;}
.vi-box img{width: 66px;}
.vi-box p{font-size: 16px;color: #6D6D6D;font-weight: 300;line-height: 159%;}
.vi-box h5{
  font-size: 24px;
  color: #000;
  font-weight: 500;
  margin-top: 10px;
}
@keyframes scroller-1 { from { top: 0; filter: blur(0.3px); } to { top: -100% } }
@keyframes scroller-2 { from { top: 0; filter: blur(0.6px); } to { top: -200% } }
@keyframes scroller-3 { from { top: 0; filter: blur(1.0px); } to { top: -300% } }
@keyframes scroller-4 { from { top: 0; filter: blur(1.3px); } to { top: -400% } }
.panel2{width: 100%;float: left;padding: 70px 0;}
.r12{

}@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #2eb84300
    }

    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)
    }
}
.r12 h2{font-size: 48px;color: #fff;font-weight: 500;width: 100%;float: left;clear: both;}
.r12 h6{font-size: 17px;color: #D0CFE4;font-weight: 400;width: 100%;float: left;clear: both;}
.img-r4
{position: absolute;right: 15px;bottom: 21px;animation: 1.5s infinite pulse;}
.img-r3
{position: absolute;right: 0;bottom: 2px;animation: 1.5s infinite pulse;}
.img-r2
{position: absolute;right: 15px;bottom: 21px;animation: 1.5s infinite pulse;}
.img-r1
{position: absolute;right: 15px;bottom: 21px;animation: 1.5s infinite pulse;}
.r1-col1 a{position: absolute;bottom: 21px;left: 20px;/* border: 1px solid #fff; *//* width: 30px; *//* height: 30px; */text-align: center;border-radius: 100%;}
.r1-col1 a img{
    width: 45px;
    /* filter: invert(1); */
    transform: rotate(1deg);
}
.r1-col1 a:hover{
      -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.r12{width: 100%;float: left;}
.r1-col1{width: 25%;background-image: url('../images/bg11.png');background-position: center;background-size: cover;min-height: 377px;position: relative;padding: 30px 15px;float: left;}#counters {
}
.r1-col2{width: 25%;background-image: url('../images/bg22.png');background-position: center;background-size: cover;max-height: 377px;position: relative;padding: 30px 15px;float: left;}#counters {
}
.r1-col3{width: 25%;background-image: url('../images/bg33.png');background-position: center;background-size: cover;min-height: 377px;position: relative;padding: 30px 15px;float: left;overflow: hidden;}#counters {
}
.r1-col4{width: 25%;background-image: url('../images/bg44.png');background-position: center;background-size: cover;min-height: 377px;position: relative;padding: 30px 15px;float: left;}#counters {
}
.r1-col3 .number-block{
  width: 90px;
}.r1-col2 .number-block {
    width: 118px;
}.r1-col1 .number-block {
    /* width: 105px; */
}.r1-col4 .number-block{
  width: 100px;
}
.r1-col3  a {
  border-color: #292660;
}
.r1-col3  a img{
  filter: brightness(0.1);
}
.r1-col3 h2{
  color: #292660;
}
.r1-col3 .suffix-container{
    background: #292660;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.r1-col3 h6{
  color: #5C58A1;
}
.count {
  font-size: 48px;
  color: #0c4a6e;
  font-weight: 700;
}

.counter-box p {
  margin-top: 8px;
  font-size: 18px;
  color: #555;
}
.panel3{width: 100%;float: left;padding: 70px 0;background: #E5F1FE;}
.panel3 h6{width: 201px;height: 33px;display: table;margin: auto;background: #293679;font-size: 16px;color: #fff;font-weight: 500;text-align: center;padding: 6px 0px;border-radius: 30px;}
.panel3 h2{text-align: center;font-size: 55px;color: #02001F;font-weight: 500;margin-top: 10px;}
.p3-box h6{

}.panel3:nth-child(2) .p3-box{
  
}
.p3-box{
  width: 100%;
  float: left;
  border: 1px solid #B3B3B3;
  padding: 33px 24px;
  margin-top: 30px;
}
.p3-box h5{font-size: 24px;color: #292660;font-weight: 600;}
.p3-box p{font-size: 15px;color: #5A596D;font-weight: 300;line-height: 159%;}
.p3-box a{font-size: 16px;color: #292660;font-weight: 500;text-decoration: none;}
.p3-box a img{
  width: 20px;
  margin-left: 5px;
  margin-top: -5px;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
}.p3-box a:hover{
  color: #49b0e3;
}
.p3-box a:hover img{
  margin-left: 10px;
}
.p3-img{
  width: 100%;
  height: 254px;
  object-fit: cover;
  float: left;
  /* margin-top: 20px; */
}
.panel4{width: 100%;float: left;padding: 70px 0;}
.cert-img{margin-top: 40px;width: 180px;float: right;animation: 1.5s infinite pulse;margin-left: 30px;}
.panel4 h6{width: 145px;height: 33px;background: #D5D3FF;text-align: center;padding: 7px 0;font-size: 16px;color: #3B4D9D;border-radius: 30px;}
.panel4 h2{font-size: 42px;color: #8785A7;width: 60%;margin-top: 15px;line-height: 151%;/* letter-spacing: -1px; */}
.panel4 h2 span{color: #292660;}
.p4-a{background: linear-gradient(66deg, rgba(41, 38, 96, 1) 35%, rgba(75, 96, 184, 1) 100%);float: left;width: 227px;height: 53px;padding: 8px;text-decoration: none;border-radius: 10px;margin-bottom: 70px;margin-top: 10px;}
.p4-a img{width: 36px;height: 37px;float: left;margin-right: 10px;}
.certi-sec {width: 100%;float: left;margin-top: -20px;padding: 20px 0;border-top: 1px solid #DBDBDB;}
.p4-img{width: 25%;float: left;margin-top: -20px;opacity: 0;transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;max-height: 224px;object-fit: cover;}
.p4-a span{
  font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 5px 0;
    float: left;
}
.p4-a:hover{
      background: linear-gradient(-66deg, rgba(41, 38, 96, 1) 35%, rgb(75 179 226) 100%);
}
.p4-a:hover img{
      -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.certi-sec p{font-size: 16px;color: #6D6D6D;font-weight: 300;width: 30%;float: left;margin-left: 2%;margin-bottom: 0;padding-top: 50px;}
.certi-sec h5{font-size: 18px;color: #292660;font-weight: 400;float: left;width: 4%;margin: 0;padding-top: 60px;}
.certi-sec a{width: 63px;height: 36px;float: right;border: 1px solid #cecece;text-align: center;border-radius: 6px;margin-top: 62px;}
.certi-sec h4{
  color: #292660;
  font-size: 35px;
  font-weight: 500;
  float: left;
  width: 30%;
  padding-top: 50px;
}
.certi-sec a img{width: 16px;height: 16px;margin-top: 6px;}
.certi-sec a:hover{

}
.certi-sec a:hover img{

}
.certi-sec:hover a{background: linear-gradient(66deg, rgba(41, 38, 96, 1) 35%, rgba(75, 96, 184, 1) 100%);}
.certi-sec:hover a img{filter: brightness(1111);}
.certi-sec:hover .p4-img{opacity: 1;}
.certi-sec:hover{border-color: #292660;}
.certi-sec:last-child{border-bottom: 1px solid #DBDBDB;padding-bottom: 0;}
.panel5{width: 100%;float: left;background: #0D0D0D;padding: 70px 0;}
.panel5 h6{width: 114px;height: 33px;background: #D5D3FF;text-align: center;padding: 7px 0;font-size: 16px;color: #3B4D9D;border-radius: 30px;display: table;margin: auto;}
.panel5 h2{text-align: center;font-size: 55px;color: #fff;font-weight: 500;margin-top: 10px;}
.p5-box{width: 100%;background: #212121;padding: 25px;margin-top: 30px;transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;position: relative;}
.p5-box img{width: 100%;height: 202px;object-fit: cover;}
.p5-box h5{color: #D3D9F0;font-size: 16px;width: 175px;height: 33px;border: 1px solid #fff;text-align: center;padding: 6px 0;transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;border-radius: 6px;margin-top: 30px;font-weight: 500;}
.p5-box h4{color: #ECEBFF;font-size: 32px;font-weight: 500;margin-bottom: 0;margin-top: 20px;}
.p5-box:hover{background: #3B4D9D;}
.p5-box:hover h5{
  background: #40D5F6;
  color: #292660;
  border-color: #40D5F6;
}
.p5-box:after{
  position:absolute;
  content:'';
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-left: 60px solid #0d0d0d; /;
  right: 0;
  bottom: 0px;
  transform: rotate(270deg);
}
.panel5 a{
      background: linear-gradient(66deg, rgba(41, 38, 96, 1) 35%, rgba(75, 96, 184, 1) 100%);
      float: none;
      width: 195px;
      height: 53px;
      padding: 8px;
      text-decoration: none;
      border-radius: 10px;
      margin-bottom: 70px;
      margin-top: 10px;
      display: table;
      margin: 40px auto 0;
}
.panel5 a img{
  width: 36px;
  height: 37px;
  float: left;
  margin-right: 10px;
}
.panel5 span{
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 5px 0;
  float: left;
}
.panel5 a:hover{background: linear-gradient(-66deg, rgba(41, 38, 96, 1) 35%, rgb(75 179 226) 100%);}

.panel5 a:hover img{
  -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.panel6{width: 100%;float: left;padding: 70px 0 70px 9%;}
.panel6 h6{width: 145px;height: 33px;background: #D5D3FF;text-align: center;padding: 7px 0;font-size: 16px;color: #3B4D9D;border-radius: 30px;}
.panel6 h2{font-size: 55px;color: #02001F;font-weight: 500;}
.p6-carousel{

}.p6-box:hover{
  border-bottom-color: #292660;
}
.p6-box{width: 100%;float: left;border: 1px solid #C5C5C5;background: #FDFDFD;border-bottom: 8px solid #C5C5C5;padding: 40px 25px;margin-top: 40px;transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;min-height: 350px;}
.p6-box img{width: 65px;\: zoomInOut 4s ease-in-out infinite;animation: pulse 2s ease-in-out infinite;}
.p6-box h5{font-size: 24px;color: #292660;font-weight: 600;margin-top: 20px;}
.p6-box p{font-size: 16px;color: #5A596D;font-weight: 300;}
.p6-box a{float: left;color: #292660;font-weight: 500;width: 100%;text-decoration: none;}
.p6-box a img{width: 20px;margin-top: 7px;margin-left: 6px;float: left;transform: rotate(-45deg);transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;}
.p6-box a:hover img{margin-left: 10px;}
.p6-box a:hover img{
  
}
.p6-box a span{
  float: left;
}
.panel6 .owl-nav{
    position: absolute;
    right: 5%;
    top: -100px;
}
.panel6 .owl-next{
    border: 1px solid #cecece !important;
    width: 60px !important;
    height: 60px;
    margin-right: 20px;
    transform: rotate(-540deg);
}
.panel6 .owl-next img{
    width: 30px;
    opacity: .7;
}
.panel6 .owl-prev{
    border: 1px solid #cecece !important;
    width: 60px !important;
    height: 60px;
    transform: rotate(359deg);
    margin-right: 20px;
}
.panel6 .owl-prev img{
    width: 30px;
    opacity: .7;
}




.panel11 .owl-nav{
    position: absolute;
    right: 5%;
    top: -110px;
}
.panel11 .owl-next{
    border: 1px solid #cecece !important;
    width: 60px !important;
    height: 60px;
    margin-right: 20px;
}
.panel11 .owl-next img{
    width: 30px;
    /* opacity: .7; */
    filter: brightness(0.5);
}
.panel11 .owl-prev{
    border: 1px solid #cecece !important;
    width: 60px !important;
    height: 60px;
    transform: rotate(180deg);
    margin-right: 20px;
}
.panel11 .owl-prev img{
    width: 30px;
    /* opacity: .7; */
    filter: brightness(0.5);
}
.panel7{
    width: 100%;
    float: left;
    background-image: url('../images/bg7.webp');
    background-size: cover;
    background-position: center;
    padding: 70px 0 150px;
    animation: moveBg 40s linear infinite;
    background-repeat: repeat-x;
   }
@keyframes moveBg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1000px 0;
  }
}
.panel7 h6{
    width: 190px;
    height: 33px;
    background: #D5D3FF;
    text-align: center;
    padding: 7px 0;
    font-size: 16px;
    color: #3B4D9D;
    border-radius: 30px;
    display: table;
    margin: auto;
}
.panel7 h2{
    text-align: center;
    font-size: 55px;
    color: #fff;
    font-weight: 500;
    margin-top: 10px;
}
.p7-car{
    width: 100%;
    float: left;
    padding: 10px 0 0 9%;
}
.p7-box{
    width: 100%;
    float: left;
    position: relative;
    border: 1px solid #fff;
    min-height: 190px;
    position: relative;
    padding: 30px 20px 50px;
    text-align: center;
}
.p7-img{
    width: 100%;
    float: left;
}
.p7-img img{
    width: 100%;
    height: 385px;
    display: none !important;
    object-fit: cover;
    border-radius: 10px;
}
.p7-text{
    /* position: absolute; */
    /* bottom: 20px; */
    /* left: 15px; */
}
.p7-text h5{
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    padding-top: 10px;
}
.p7-text img{
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: none !important;
    float: left;
    margin-right: 15px;
}
.p7-text p{
    color: #d8d3d3;
    width: 100%;
    float: left;
    /* padding-top: 10px; */
    font-weight: 300;
    line-height: 159%;
    font-size: 16px;
    margin: 0;
}
.p7-text a{
    color: #292660;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    margin-top: 4px;
    /* float: left; */
    text-align: center;
    bottom: -20px;
    width: 54%;
    left: 22%;
    background: #fff;
    border-radius: 30px;
    padding: 10px;
}.p7-text a:hover{
  color: #ffffff;
  background: #2b3184;
}
.p7-text a img{
    
}
.p7-car .owl-nav{
    
}
.panel7 .owl-next{
    border: 1px solid #cecece !important;
    width: 60px !important;
    height: 60px;
    margin-right: 20px;
}
.panel7 .owl-next img{
    width: 30px;
    opacity: .7;
    /* filter: invert(1); */
}
.panel7 .owl-prev{
    border: 1px solid #cecece !important;
    width: 60px !important;
    height: 60px;
    transform: rotate(180deg);
    margin-right: 20px;
}
.panel7 .owl-prev img{
    width: 30px;
    opacity: .7;
    /* filter: invert(1); */
}.panel7 .owl-nav{
    position: absolute;
    right: 5%;
    bottom: -90px;
}
.panel8{
    width: 100%;
    float: left;
    padding: 70px 0;
    background: #e5f1fe;
}
.p8-left{
    width: 40%;
    float: left;
    margin-right: 5%;
}
.p8-left img{
    width: 100%;
}
.p8-right{
    width: 55%;
    float: right;
    margin-top: 40px;
}
.p8-right h6{
  width: 132px;
  height: 33px;
  background: #293679;
  text-align: center;
  padding: 7px 0;
  font-size: 16px;
  color: #e5f1fe;
  border-radius: 30px;
}
.p8-right h2{
  font-size: 55px;
  color: #02001F;
  font-weight: 500;
}
.p8-right .item img{
    width: 100%;
    margin-top: 15px;
}
.panel9{
    width: 100%;
    float: left;
    padding: 70px 0;
    position: relative;
    z-index: 99;
    background: #fff;
}
.p9-left{
    
}
.p9-left h6{
    width: 185px;
    height: 33px;
    background: #D5D3FF;
    text-align: center;
    padding: 7px 0;
    font-size: 16px;
    color: #3B4D9D;
    border-radius: 30px;
}
.p9-left h2{
    font-size: 46px;
    color: #02001F;
    font-weight: 500;
}
.p9-left h5{
    color: #6D6D6D;
    font-size: 16px;
    margin-top: 190px;
    font-weight: 300;
    line-height: 159%;    width: 90%;
}
.p9-left a{
    background: linear-gradient(66deg, rgba(41, 38, 96, 1) 35%, rgba(75, 96, 184, 1) 100%);
    float: left;
    width: 147px;
    height: 53px;
    padding: 8px;
    text-decoration: none;
    border-radius: 10px;
    margin-bottom: 70px;
    margin-top: 10px;
}
.p9-left a:hover{
      background: linear-gradient(-66deg, rgba(41, 38, 96, 1) 35%, rgb(75 179 226) 100%);
}.p7-box:hover a{
   -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.p9-left a:hover img{
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.p9-left a img{
    width: 36px;
    height: 37px;
    float: left;
    margin-right: 10px;
}
.p9-left a span{
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 5px 0;
    float: left;
}
.p9-right{
    width: 100%;
    float: left;
}
.p9-img{position: relative;width: 100%;float: left;}
.p9-img1{
    width: 100%;
    float: left;
    height: 560px;
    object-fit: cover;
}
.p9-img2{
    width: 170px;
    position: absolute;
    left: -121px;
    top: 38%;
    z-index: -1;
}
.p9-box{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.p9-box h4{
    font-size: 24px;
    color: #060330;
    font-weight: 500;
}
.p9-box p{
   color: #787789;
   font-size: 16px;
   font-weight: 300;
   line-height: 159%;
}
.p9-box img{
    width: 60px;
    float: left;
    margin-right: 19px;
    margin-bottom: 70px;
}
.panel10{
    width: 100%;
    float: left;
    padding: 70px 0;
    background: #292660;
    position: relative;
    z-index: 9;
}
.p10-img1{
  width: 300px;
  position: absolute;
  right: -60px;
  z-index: -1;
  top: -90px;
}
.panel10 h6{
    width: 185px;
    height: 33px;
    background: #D5D3FF;
    text-align: center;
    padding: 7px 0;
    font-size: 16px;
    color: #3B4D9D;
    border-radius: 30px;
}
.panel10 h2
{
    font-size: 55px;
    color: #fff;
    font-weight: 500;
    padding-right: 3%;
}
.panel10 p{
    color: #D0CFE4;
    font-size: 16px;
    font-weight: 400;
    line-height: 159%;
}
.p10-carousel {
  width: 40% !important;
  float: right;
  padding-top: 200px;
}
.p10-left{
    width: 50%;
    float: left;
}
.p10-box{
    
}
.p10-box img{
        background: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    width: 100%;
}
.p10-carousel .owl-nav{
    
}
c{
    
}
.p10-carousel .owl-dots span{
    
}
.panel11{width: 100%;float: left;background: #E5F1FE;padding: 70px 0;}
.panel11 h6{width: 145px;height: 33px;background: #D5D3FF;text-align: center;padding: 7px 0;font-size: 16px;color: #3B4D9D;border-radius: 30px;}
.panel11 h1{font-size: 55px;color: #000000;font-weight: 500;margin-top: 10px;}
.p11-carousel
{margin-top: 50px;}
.p11-box{width: 100%;float: left;background: #fff;padding: 29px;}
.img-testi{width: 54px;height: 54px;border-radius: 100%;object-fit: cover;float: left;margin-right: 10px;}
.p11-box h5{font-size: 16px;color: #000;font-weight: 500;padding-top: 10px;}
.p11-box h5 span{clear: both;font-size: 12px;color: #000;opacity: .6;font-weight: 400;}
.p11-box p{width: 100%;float: left;font-size: 16px;color: #000;opacity: .9;font-weight: 400;margin-top: 15px;line-height: 159%;}
.star{
  width: 122px;
  float: left;
}
.panel12{width: 100%;float: left;padding: 70px 0;}
.panel12 h6{width: 125px;height: 33px;background: #D5D3FF;text-align: center;padding: 7px 0;font-size: 16px;color: #3B4D9D;border-radius: 30px;}
.panel12 h1{font-size: 55px;color: #000000;font-weight: 500;margin-top: 10px;float: left;}
.p12-a{float: right;background: linear-gradient(66deg, rgba(41, 38, 96, 1) 35%, rgba(75, 96, 184, 1) 100%);width: 187px;height: 53px;padding: 8px;text-decoration: none;border-radius: 10px;margin-bottom: 0;margin-top: 10px;}
.p12-a img{width: 36px;height: 37px;float: left;margin-right: 10px;}
.p12-a span{font-size: 16px;color: #fff;font-weight: 500;padding: 5px 0;float: left;}
.p12-a:hover{background: linear-gradient(-66deg, rgba(41, 38, 96, 1) 35%, rgb(75 179 226) 100%);}
.p12-a:hover img{
      -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.p12-box{width: 100%;float: left;position: relative;margin-top: 30px;}
.p12-img{

}
.p12-img img{width: 100%;height: 463px;object-fit: cover;}
.p12-text{position: absolute;bottom: 0;height: 100%;width: 100%;}
.p12-a2{position: absolute;top: 0;right: 0;background: #fff;width: 40px;height: 40px;text-align: center;padding: 5px;}
.p12-a2 img{width: 27px;transform: rotate(-41deg);}
.p12-text h5{position: absolute;bottom: 67px;left: 15px;font-size: 24px;color: #fff;font-weight: 500;}
.p12-text p{position: absolute !important;bottom: 0;left: 15px;color: #D0CFE4 !important;font-size: 16px;font-weight: 400;line-height: 157% !important;width: 96% !important;}
.p12-box:hover .p12-a2{
  background: #2c2b68;
}.p12-box:hover .p12-a2 img{
  filter: invert(1);
}
.panel13
{width: 100%;float: left;background: #E5F1FE;padding: 70px 0;}
.panel13-left
{

}
.panel13-left h6{width: 125px;height: 33px;background: #D5D3FF;text-align: center;padding: 7px 0;font-size: 16px;color: #3B4D9D;border-radius: 30px;}
.panel13-left h1{font-size: 55px;color: #000000;font-weight: 500;margin-top: 10px;float: left;}
.panel13-left p{font-size: 16px;color: #000;opacity: .6;font-weight: 500;line-height: 159%;}
.panel13-left a{background: linear-gradient(66deg, rgba(41, 38, 96, 1) 35%, rgba(75, 96, 184, 1) 100%);width: 187px;height: 53px;padding: 8px;text-decoration: none;border-radius: 10px;margin-bottom: 0;float: left;margin-top: 10px;}
.panel13-left a img{width: 36px;height: 37px;float: left;margin-right: 10px;}
.panel13-left a:hover{background: linear-gradient(-66deg, rgba(41, 38, 96, 1) 35%, rgb(75 179 226) 100%);}
.panel13-left a span{
  font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 5px 0;
    float: left;
}.panel13-left a:hover img{
      -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.panel13-box{width: 100%;float: left;}
.panel13-box .p13-img{width: 100%;height: 238px;object-fit: cover;}
.dt-blg{width: 100%;float: left;margin-top: 10px;}
.dt{font-size: 16px;color: #808080;font-weight: 400;float: left;width: 40%;}
.dt-blg .pst{font-size: 16px;color: #808080;font-weight: 400;font-style: italic;border-left: 2px solid #ccc;padding-left: 8%;}
.panel13-box h2{font-size: 24px;color: #000;opacity: .95;padding-top: 8px;float: left;width: 100%;font-weight: 500;padding-bottom: 5px;margin-bottom: 0;}
.panel13-box a{font-size: 16px;color: #000;opacity: .6;font-weight: 600;text-decoration: none;}
.panel13-box a img{width: 25px;margin-left: 2px;transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;}
.panel13-box a:hover{color: #292660;opacity: 1;}
.learn-full .dt-blg{
  padding: 0 15px;
}
.panel13-box a:hover img{
  margin-left: 10px;
}
@keyframes cargoFly {
  /* start / finish: baseline */
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }

  /* gentle lift + slight left tilt */
  25% {
    transform: translateY(-12px) rotate(-2deg);
  }

  /* highest point, centered again */
  50% {
    transform: translateY(-24px) rotate(0deg);
  }

  /* coming back down with a small right tilt */
  75% {
    transform: translateY(-12px) rotate(2deg);
  }
}
.panel14{width: 100%;float: left;background: #292660;margin-top: 70px;padding: 75px 50px;position: relative;overflow: hidden;margin-bottom: 70px;}
.panel14 h6{font-size: 18px;color: #fff;font-weight: 300;opacity: .9;}
 .panel14 h2{font-size: 55px;color: #fff;font-weight: 500;width: 53%;}
 .panel14 a{background: #fff;width: 165px;height: 53px;padding: 8px;text-decoration: none;border-radius: 10px;margin-bottom: 0;float: left;margin-top: 10px;}
 .panel14 a img{width: 36px;height: 37px;float: left;margin-right: 10px;}
 .panel14  h2 span{font-style: italic;}
 .panel14 a:hover{
  background: linear-gradient(-66deg, rgb(5 15 60) 35%, rgb(75 179 226) 100%);
 }.indus-form button:hover{
    background: linear-gradient(-66deg, rgb(6 21 86) 35%, rgb(75 179 226) 100%);
 }
.indus-form button:hover img{
  -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.panel14 a:hover img{
  -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.panel14 a span{
      font-size: 16px;
    color: #000;
    font-weight: 500;
    padding: 5px 0;
    float: left;
}@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05); /* Smaller zoom */
  }
}
.p14-img{
  position: absolute;
  height: 400px;
  right: 0;
  top: 0;
  animation: zoomInOut 4s ease-in-out infinite;
}
.footer{width: 100%;float: left;background: #000;padding: 60px 0 30px;}
.ftr-logo{

}
.ftr-logo img{width: 228px;float: left;}
.footer p{float: right;width: 45%;color: #BDBCD0;font-size: 18px;font-weight: 400;}
.ftr2{width: 100%;float: left;padding-top: 29px;border-top: 1px solid #505050;margin-top: 40px;}
.ftr-box{width: 50%;float: left;}
.ftr-box h2{font-size: 20px;color: #fff;font-weight: 700;padding-bottom: 5px;}
.ftr-box a{font-size: 15px;color: #BDBCD0;font-weight: 300;text-decoration: none;width: 100%;float: left;line-height: 32px;}
.ftr-box a:hover{

}
.ftr-box h6{font-size: 15px;color: #BDBCD0;font-weight: 400;text-decoration: none;width: 100%;float: left;line-height: 27px;margin-bottom: 3px;}
.ftr-box h6 a{

}
.ftr-box h5{font-size: 15px;color: #BDBCD0;font-weight: 400;text-decoration: none;width: 100%;float: left;line-height: 27px;}
.footer form{width: 100%;float: left;margin-top: 10px;}
.footer input{width: 100%;background: #4C4C4C;border: 0;float: left;height: 55px;padding-left: 20px;border-radius: 10px;color: #fff;font-size: 16px;font-weight: 400;}
.footer button{background: linear-gradient(66deg, rgba(41, 38, 96, 1) 35%, rgba(75, 96, 184, 1) 100%);width: 100%;border: 0;margin-top: 10px;font-size: 16px;color: #fff;padding: 10px 0;border-radius: 10px;font-weight: 500;position: relative;overflow: hidden;}
.footer button:hover:after{
      /* background: linear-gradient(-66deg, rgba(41, 38, 96, 1) 35%, rgb(75 179 226) 100%); */
      width: 120%;
      background-color: rgba(255, 255, 255, 0);
      transition: all 0.4s ease-in-out 0s;
}
.footer button:after{
      content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 0px;
    height: 5px;
    background-color: rgb(42 166 223);
    transition: none 0s ease 0s;
    border-top-left-radius: 35px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 20px;
}
.ftr-last{width: 100%;float: left;margin-top: 70px;padding-top: 20px;border-top: 1px solid #505050;}
.ftr-last p{float: left;font-size: 15px;}
.ftr-last .ftr-ico{float: right;}
.ftr-ico a{float: left;margin: 0 6px;}
.ftr-ico a img{width: 20px;height: 20px;object-fit: contain;}
.ftr-ico a:hover img{
  filter: brightness(111);
}
.innerban{width: 100%;background-image: url('../images/innerban.webp');height: 330px;float: left;margin-top: -125px;background-size: cover;background-position: center;}
.about1{width: 100%;float: left;padding: 70px 0;}
.about1 h6{width: 125px;height: 33px;background: #D5D3FF;text-align: center;padding: 7px 0;font-size: 16px;color: #3B4D9D;border-radius: 30px;}
.about1 h3{font-size: 55px;color: #02001F;font-weight: 500;margin-top: 12px;width: 60%;float: left;}
.about1 p{font-size: 22px;color: #6D6D6D;font-weight: 400;line-height: 159%;padding-top: 10px;width: 100%;float: left;}
.about1 img{width: 100%;margin-top: 20px;height: 600px;object-fit: cover;}
.abt2{width: 100%;float: left;background: #292660;padding: 70px 0;}
.abt2-box{width: 100%;float: left;background: #e2e2fe;padding: 40px 30px;position: relative;overflow: hidden;border-right: 1px solid #c5c5f3;}
.abt2-box img{position: absolute;width: 180px;opacity: .2;bottom: -29px;/* animation: 1.5s infinite pulse; */right: 0;}
.abt2-box h2{font-size: 30px;color: #292660;font-weight: 600;}
.abt2-box p{
  font-size: 16px;
  color: #5A596D;
  font-weight: 400;
  line-height: 159%;
  margin-bottom: 0;
  margin-top: 15px;
}.abt2-box:nth-child(3){
  border:0;
}.abt2 .col-lg-4{
  padding:0;
}
.counter-box {
    /* font-size: 40px; */
    /* font-weight: 700; */
    height: 53px;
    display: inline-block;
    align-items: flex-start;
    /* white-space: nowrap; */
    /* font-variant-numeric: tabular-nums; */
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    gap: 0;
    overflow: hidden;
    /* background: #2A337B; */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    /* user-select: none; */
    position: relative;
}.number-block {
    display: flex;
    flex-direction: column;
    transition: transform 2.5s ease-in-out;
    padding: 0;
    margin: 0;
    width: 86px;
    clear: both;
}.suffix-container {
    display: inline-block;
    align-items: baseline;
    font-weight: 500;
    font-size: 48px;
    /* line-height: 100px; */
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 0.05em;
    user-select: none;
    margin-top: 5px;
    z-index: 999;
    position: absolute;
    right: 0;
    top: -6px;
}
.r1-col3 .number-block div {
    background: #292660;
    color: #292660;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.number-block div {
    font-size: 48px;
    background: #fff;
    font-weight: 500;
    width: 100%;
    float: left;
    height: 100px;
    /* line-height: 53px; */
    /* font-size: 40px; */
    /* font-weight: 700; */
    /* background: #2A337B; */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* font-variant-numeric: tabular-nums; */
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    text-align: left;
}






.training-full{width: 100%;float: left;background: #ffffff;padding: 70px 0 0;}
.training-full h6{width: 114px;height: 33px;background: #D5D3FF;text-align: center;padding: 7px 0;font-size: 16px;color: #3B4D9D;border-radius: 30px;display: table;margin: auto;}
.training-full h1{text-align: center;font-size: 55px;color: #000000;font-weight: 500;margin-top: 10px;}
.tr-box{width: 100%;background: #181818;/* padding: 25px; */margin-top: 30px;transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;min-height: 440px;}
.tr-box img{width: 100%;height: 202px;object-fit: cover;}
.tr-box h5{color: #ffffff;font-size: 16px;width: 80%;height: 33px;border: 1px solid #ffffff;text-align: center;padding: 6px 0;transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;border-radius: 6px;margin: 30px auto 0;font-weight: 500;display: table;}
.tr-box h4{color: #ffffff;font-size: 26px;font-weight: 500;margin-bottom: 0;margin-top: 20px;text-align: center;padding: 0 20px;}
.tr-box:hover{background: #323232eb;}
.tr-box:after{
      position: absolute;
      content: '';
      width: 0;
      height: 0;
      border-top: 60px solid transparent;
      border-left: 60px solid #ffffff;
      right: 0;
      bottom: 0px;
      transform: rotate(270deg);
}
.tr-box:hover h5{
  background: #ffffff;
  color: #292660;
  border-color: #ffffff;
}
.training-full .panel13-box{
  margin-top: 30px;
  /* background: #f0f0ff; */
  /* padding: 15px; */
}.about-b1 {
    float: left;
    width: 100%;
    padding: 70px 0px;
}.contact-bx {
    float: left;
    width: 100%;
    padding: 50px 30px;
    border-radius: 20px;
    background: #EDF4FE;
}.contact-bx h2 {
    float: left;
    width: 100%;
    font-size: 28px;
    color: #292660;
    font-weight: 600;
}.contact-bx p {
    float: left;
    width: 100%;
    font-size: 15px;
    color: black;
    font-weight: normal;
    line-height: 27px;
    margin-bottom: 4px;
}.contact-bx-adrs {
    float: left;
    width: 100%;
    margin-top: 15px;
    padding: 15px;
    background: white;
    border-radius: 10px;
}.contact-bx-adrs h4 {
    float: left;
    width: 100%;
    font-size: 17px;
    font-weight: bold;
    color: #1D1F54;
}.contact-bx p {
    float: left;
    width: 100%;
    font-size: 15px;
    color: black;
    font-weight: normal;
    line-height: 27px;
    margin-bottom: 4px;
}.contact-form {
    float: left;
    width: 100%;
    padding: 0 30px;
}.contact-form-hed {
    float: left;
    width: 100%;
}.contact-form-hed h3 {
    float: left;
    width: 100%;
    font-size: 37px;
    color: #000000;
    font-weight: 600;
}.contact-form-hed p {
    float: left;
    font-weight: normal;
    font-size: 15px;
    line-height: 27px;
    color: black;
    margin-bottom: 0px;
    margin-top: 8px;
}.contact-forms {
    float: left;
    width: 100%;
    padding: 25px 0px;
    border-radius: 0px 0px 15px 15px;
}
.s-form {
    
    color: black;
    display: block;
    font-weight: normal;
    font-size: 17px;
    /* text-transform: uppercase; */
    height: 70px;
    margin-bottom: 30px;
    
    outline: none;
    background: #edf4fe;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
   outline: none;
    border: none;
    /* margin-top: 3px; */
    width: 100%;
    float: left;
    padding: 15px;
    /* margin-top: 17px; */
    border-radius: 10px;
}
.contacts-butn button:hover{
      background: linear-gradient(-66deg, rgba(41, 38, 96, 1) 35%, rgb(75 179 226) 100%);
}
.contacts-butn button:hover img{
      -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.contacts-butn button{
  background: linear-gradient(66deg, rgba(41, 38, 96, 1) 35%, rgba(75, 96, 184, 1) 100%);
  width: 195px;
  height: 53px;
  padding: 8px;
  text-decoration: none;
  border-radius: 10px;
  margin-bottom: 0;
  float: left;
  margin-top: 10px;
  border: 0;
  }.contacts-butn button img{
        width: 36px;
    height: 37px;
    float: left;
    margin-right: 10px;
  }.contacts-butn button  span{
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    padding: 5px 0;
    float: left;
  }






.certi-full{width: 100%;float: left;background: #ffffff;padding: 70px 0 0;}
.certi-full h6{width: 130px;height: 33px;background: #D5D3FF;text-align: center;padding: 7px 0;font-size: 16px;color: #3B4D9D;border-radius: 30px;display: table;margin: auto;}
.certi-full h1{text-align: center;font-size: 55px;color: #000000;font-weight: 500;margin-top: 10px;}
.ct-box{width: 100%;background: #dfdfdf;padding: 25px;margin-top: 30px;transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;}
.ct-box img{width: 200px;height: 202px;object-fit: cover;float: left;margin-right: 20px;}
.ct-box h5{color: #202020;font-size: 15px;/* width: 175px; *//* height: 33px; *//* border: 1px solid #fff; *//* text-align: center; */padding: 10px 0 0;transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;border-radius: 6px;/* margin-top: 30px; */font-weight: 300;text-align: justify;line-height: 159%;}
.ct-box h4{color: #111112;font-size: 26px;font-weight: 500;margin-bottom: 0;margin-top: 18px;}
.ct-box:hover{background: #e9ebf9;}.ct-box:hover h5{
  color: #000 !important;
}.ct-box:hover a{
  color: #000 !important;
}
.ct-box:hover h4{
  color: #000;
}
.ct-box:hover a img{
  filter: invert(1);
}
.ct-box:hover h5{
  /* background: #ffffff; */
  color: #ffffff;
  /* border-color: #ffffff; */
}
.certi-full .panel13-box{
  margin-top: 30px;
  background: #f0f0ff;
  padding: 15px;
}
.innerban h1{
  font-size: 50px;
  color: #fff;
  padding-top: 165px;
  font-weight: 600;
  text-align: center;
  /* font-style: italic; */
  /* text-decoration: underline; */
}.ct-presence .p7-box{
  margin-bottom: 50px;
}
.ct-presence{
    width: 100%;
    float: left;
    background-image: url(../images/bg7.webp);
    background-size: cover;
    background-position: center;
    padding: 70px 0;
    animation: moveBg 40s linear infinite;
    background-repeat: repeat-x;
}
.ct-presence h6{
    width: 204px;
    height: 33px;
    background: #D5D3FF;
    text-align: center;
    padding: 7px 0;
    font-size: 16px;
    color: #3B4D9D;
    border-radius: 30px;
    display: table;
    margin: auto;
}
.ct-presence h1{
    text-align: center;
    font-size: 55px;
    color: #fff;
    font-weight: 500;
    margin-top: 10px;
}
.ct-presence .p7-box{
  margin-top: 30px;
}
.insight-full{
    width: 100%;
    float: left;
    padding: 70px 0 0;
}
.insight-left
{

width: 100%;

float: left;
}
.insight-left img{

width: 100%;

height: 457px;

object-fit: cover;
}
.insight-left h1{color: #000000;background-clip: text;text-fill-color: transparent;-webkit-background-clip: text;\: textclip 4s linear infinite;display: inline-block;font-size: 35px;margin-top: 8px;float: left;}
.categ-box img{
    width: 100%;
    float: left;
    height: 220px;
    object-fit: cover;
    /* border-radius: 10px; */
}.categ-box p{
    background-clip: border-box;
    color: #020202;
    background-clip: text;
    text-fill-color: transparent;
    display: inline-block;
    font-size: 20px;
    margin-top: 10px;
    float: left;
}
.insight-left p{font-size: 16px;color: #000000;opacity: .8;line-height: 194%;padding-top: 5px;font-weight: 300;float: left;width: 100%;}
.insight-right{

}
.insight-right h2{width: 100%;float: left;font-size: 40px;color: #292660;font-weight: 500;}
.categ-box{width: 100%;float: left;margin-top: 25px;}
.categ-box:hover{
    
}
.insight-right h4{
    float: left;
    width: 100%;
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    margin-top: 50px;
    margin-bottom: 20px;
}
.more-categ{
    font-size: 16px;
    color: #98989A;
    font-weight: 400;
    float: left;
    clear: both;
    background: #141414;
    border: 1px solid #262626;
    padding: 15px 30px;
    border-radius: 30px;
    margin-bottom: 20px;
    text-decoration: none;
}
.more-categ:hover{
    background: #74624f;
    color: #fff;
}

#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;
}
#fixed-nr-header .veri{
    margin-top:20px;
    box-shadow: inset 0 0 0 0 #0d54a1;
    background-position: -200%;
}
#fixed-nr-header .menu ul li a{
  padding: 18px 10px;
}
#fixed-nr-header li a{
  color: #292660;
  padding: 34px 0 0;
}
/******************faq************************/
.faq-section .accordion {
  width: 100%;
}

.accordion-button:not(.collapsed) {
  /* background-color: #c5e5d8;*/
  background-color: var(--secondary-text);
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:before {
  content: "+";
  position: absolute;
  /*   right: 0.75rem; */
  right: 0.75rem;
  top: 1.25rem;
  height: 2px;
  width: 1rem;
  background-color: var(--primary-text);
}
.accordion-button.collapsed:after {
  content: "";
  position: absolute;
  /*   right: 1.1875rem; */
  right: 1.1875rem;
  top: 0.8125rem;
  height: 1.0625rem;
  width: 0.125rem;
  border-style: none;
  background-color: var(--primary-text);
}

.faq-full .accordion-button h5 {
  /*   color: #7dbc9e; */
  color: #000;
  margin-right: 13px;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}
.faq-full.accordion-body {
  background-color: var(--secondary-text);
}
/* button:focus:not(:focus-visible) {
    outline: 0;
} */


.faq-full.accordion-body ol {
  counter-reset: step-counter;
  list-style-type: none;
  padding-left: 0;
}

.faq-full.accordion-body ol > li {
  counter-increment: step-counter; /* Increment custom counter */
  margin-bottom: 10px;
}

.faq-full.accordion-body ol > li::before {
  content: "Steps " counter(step-counter) ": "; /* Custom prefix */
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  /*   .faq-section .accordion {
    width: 50%;
    margin: 0 auto;
  } */

  .faq-full.accordion-button:before {
    right: 0.75rem;
  }

  .faq-full.accordion-button.collapsed:after {
    right: 1.1875rem;
  }

  .faq-full.faq-section .accordion-button h5 {
    margin-right: 0px;
  }
}

/*******************faq*********************/
.faq-full{width: 100%;float: left;padding: 70px 0;}.faq-full h6{width: 114px;height: 33px;background: #D5D3FF;text-align: center;padding: 7px 0;font-size: 16px;color: #3B4D9D;border-radius: 30px;display: table;margin: auto;}.faq-full h1{text-align: center;font-size: 55px;color: #000000;font-weight: 500;margin-top: 10px;margin-bottom: 20px;}
.faq-full .accordion {
  max-width: 700px;
  display: block;
  margin: auto;
    
  }.faq-full .accordion-body{font-size: 16px;color: #000;line-height: 159%;opacity: .8;font-weight: 400;}
.faq-full .accordion-item{
  background-color: #eeedff !important;
  margin-bottom: 10px;
}
.ct-box a {
    font-size: 16px;
    color: #272a7c;
    /* opacity: .6; */
    font-weight: 600;
    text-decoration: none;
}
.ct-box a img{
      width: 25px;
      object-fit: contain;
      margin-left: 7px;
      /* filter: invert(1); */
      height: 25px;
      transition: all ease-in-out .5s;
      -webkit-transition: all ease-in-out .5s;
      display: none;
}
.ct-box:hover a{
      /* color: #292660; */
      opacity: 1;
}
.ct-box a:hover img{
  margin-left: 10px;
}
.compliance-full{
    width: 100%;
    float: left;
    background: #ffffff;
    padding: 70px 0 0;
}
.compliance-full h1{
    text-align: center;
    font-size: 55px;
    color: #000000;
    font-weight: 500;
    margin-top: 10px;
}
.compliance-full h6{
      width: 114px;
    height: 33px;
    background: #D5D3FF;
    text-align: center;
    padding: 7px 0;
    font-size: 16px;
    color: #3B4D9D;
    border-radius: 30px;
    display: table;
    margin: auto;
}
.policy1{width: 100%;float: left;background: #ffffff;padding: 70px 0  50px;position: relative;}
.policy1 h6{width: 134px;height: 33px;background: #D5D3FF;text-align: center;padding: 7px 0;font-size: 16px;color: #3B4D9D;border-radius: 30px;display: table;margin: auto;display: none;}
.policy2 p{font-size: 16px;color: #5A596D;line-height: 200%;text-align: justify;width: 100%;float: right;font-weight: 300;margin-bottom: 30px;}
.policy1 h1{
      text-align: center;
    font-size: 55px;
    color: #000000;
    font-weight: 500;
    margin-top: 10px;
}.policy2 ul{
      width: 100%;
      float: right;
}
.policy2{width: 100%;float: left;padding: 70px 0;background: #E5F1FE;position: relative;}
.policy2 img{width: 100%;float: left;height: 345px;object-fit: cover;margin-right: 4%;margin-top: 20px;}
.policy2 h2{font-size: 50px;color: #000000;font-weight: 500;margin-top: 10px;padding-right: 0;width: 100%;float: left;}
.policy1 p{font-size: 16px;color: #5A596D;font-weight: 300;text-align: center;line-height: 200%;padding: 10px 100px;}
.policy1 ul{

}
.policy2 ul li{position: relative;font-size: 16px;color: #5A596D;line-height: 193%;list-style: none;padding-left: 10px;font-weight: 300;margin-bottom: 10px;}
.policy2 li:after{
  content: '';
  position: absolute;
  background-image: url('../images/checked.png');
  background-size: contain;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 10px;
  /* animation: 1.5s infinite pulse; */
}
.policy1 img{
  position: absolute;
  right: 0;
  bottom: -40px;
  opacity: .1;
  width: 200px;
  animation: 1.5s infinite pulse;
}.insight-sort{
  width: 100%;
  float: right;
}
.select-container {
    position: relative;
    float: right;
}.sort-span {
    float: right;
    font-size: 16px;
    color: #fff;
    font-weight: 200;
    letter-spacing: 2px;
    margin-top: 14px;
    margin-right: 15px;
}.select-container .select {
    position: relative;
    background: #f0f0ff;
    height: 52px;
    max-width: 160px;
    border-radius: 30px;
    padding: 12px;
    border: 1px solid #ccc;
}.select-container .select input {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    background: none;
    outline: none;
    border: none;
    font-size: 15px;
    color: #292660;
    cursor: pointer;
    opacity: .8;
}.select-container .select::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
    border-bottom: 2px solid #2a2864;
    border-right: 2px solid #292660;
    cursor: pointer;
    transition: border-color 0.4s;
}.select-container.active .select::after {
    border: none;
    border-left: 2px solid #2c2a66;
    border-top: 2px solid #2c2c68;
}.select-container.active .option-container {
    height: 240px;
}.select-container .option-container {
    position: absolute;
    background: #f0f0ff;
    height: 0;
    overflow-y: scroll;
    transition: 0.4s;
    width: 210px;
    top: 100%;
    border-radius: 20px;
    z-index: 9;
}.select-container .option-container .option {
    position: relative;
    padding-left: 15px;
    height: 60px;
    border-top: 1px solid rgb(187 187 247);
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: 0.2s;
    font-size: 15px;
}.select-container .option-container .option label {
    font-size: 15px;
    color: #202020;
    cursor: pointer;
}
.categ-box2 {
    width: 100%;
    float: left;
    margin-top: 15px;
    text-decoration: none;
    background: #e5e9ff;
    padding: 10px;
}.categ-box2 img {
    width: 100%;
    float: left;
    height: 130px;
    object-fit: cover;
    /* border-radius: 10px; */
    margin-right: 0;
}.categ-box2 p {
    background-clip: border-box;
    color: #020202;
    background-clip: text;
    text-fill-color: transparent;
    /* display: inline-block; */
    font-size: 20px;
    margin-top: 10px;
    float: left;
    margin-bottom: 0;
}

#expertise-section {
    float: left;
    width: 100%;
    padding-top: 55PX;
    padding-bottom: 0;
}
.golden-img {
    width: 100%;
    float: left !important;
    margin-right: 0px;
    margin-left: 0px !important;
    margin-bottom: 25px;
    border-radius: 20px;
    height: 380px;
    object-fit: cover;
}
#expertise-section h1 span{
        font-weight: 700;
    color: #2A337B;
}
#expertise-section h1 {
        width: 100%;
        float: left;
        text-align: left;
        color: #02001F;
        margin-bottom: 0;
        margin-top: 0;
        line-height: 120%;
        font-size: 55px;
        font-weight: 500;
        padding-bottom: 10px;
}
.connectus-bg p{
        padding: 10px 0 20px;
        text-align: center !important;
}
#expertise-section p {
  width: 100%;
  float: left;
  text-align: left;
  color: #4E4E4E;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}
.sr-bg {
    float: left;
    width: 100%;
    /* border-radius: 20px; */
    /* padding: 15px; */
    background-color: #ffffff;
    /* margin-top: 25px; */
    /* padding-bottom: 25px; */
    margin-bottom: 25px;
    border-radius: 30px;
}
.sr-bg h4 {
    border-radius: 30px 30px 0px 0px;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    /* margin-top: 15px; */
    font-weight: 500;
    line-height: 30px;
    background: #101863;
    /* background: linear-gradient(338deg, rgb(253 76 105) 0%, rgb(101 95 95) 100%); */
    padding: 15px;
    /* border-bottom-left-radius: 20px; */
    /* -webkit-box-shadow: -1px 2px 30px -15px rgb(0 0 0 / 75%); */
    -moz-box-shadow: -1px 2px 30px -15px rgba(0, 0, 0, .75);
    /* box-shadow: -1px 2px 30px -15px rgb(0 0 0 / 20%); */
    margin-bottom: 0px;
}
.srv-list {
    float: left;
    width: 100%;
}
.srv-nav {
    text-decoration: none;
    float: left;
    background: #2e3787;
    width: 100%;
    overflow: hidden;
    padding: 18px;
    border-bottom: 1px solid #3e4790;
    color: #fff;
    font-weight: 600;
    position: relative;
    font-size: 17px;
    padding-left: 25px;
    /* border-bottom-left-radius: 20px; */
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.srv-nav:after{
  position:absolute;
  content:'';
  background-image: url(../images/certi1.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  width: 40px;
  height: 40px;
  right: -6px;
  opacity: .1;
  top: 13px;
  animation: 1s infinite pulse;
}
.srv-nav:hover {
    padding-left: 30px;
    background-color: #3e478f;
    color: white;
    text-decoration: none !important;
    }
.srv-nav-active {
    padding-left: 20px;
    background-color: #3e4790!important;
    color: white;
    /* border-bottom-left-radius: 20px; */
    /* border-bottom-right-radius: 20px; */
}
.srv-list a img {
    width: 20px;
    filter: invert(1);
    height: 20px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    margin-top: -1px;
}
.comp-full{
  width: 100%;
  float: left;
padding: 50px 0 0;
}
#expertise-section h6{
  width: auto;
  height: 33px;
  background: #D5D3FF;
  text-align: center;
  padding: 7px 30px;
  font-size: 16px;
  color: #3B4D9D;
  border-radius: 30px;
  float: left;
}
.contact-sec{
    width: 100%;
    padding: 70px 2%;
    float: left;
}
.ct-img{
    width: 100%;
    float: left;
    overflow: hidden;
    margin-bottom: 0;
}
.ct-img p{
        font-size: 18px;
        color: #000;
        font-weight: 500;
        margin-top: 40px;
        margin-bottom: 0;
}
.ct-img img{
    width: 340px;
    display: block;
    margin: auto;
    max-width: 100%;
}
.ct-form{
    width: 100%;
    float: left;
}
.ct-form form{
    width: 100%;
    float: left;
    background: #e7ebff;
    padding: 60px;
    border-radius: 20px;
    margin-top: 20px;
}
.ct-form h1{
     
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.ct-field{
    width: 100%;
    float: left;
    margin-bottom: 20px;
    position: relative;
}
.ct-field textarea{
  width: 100%;
  float: left;
  background: #fff;
  border: 0;
  padding: 10px;
  height: 110px;
  border-radius: 10px;
}
.ct-field label{
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: #000;
}
.ct-field input{
    width: 100%;
    float: left;
    background: #fff;
    border: 0;
    padding: 15px;
    border-radius: 10px;
    margin-top: 5px;
}
.ct-field textarea{
    
}
.ct-form button{
    border: 0;
    background: linear-gradient(66deg, rgba(41, 38, 96, 1) 35%, rgba(75, 96, 184, 1) 100%);
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    width: 190px;
    height: 50px;
    border-radius: 10px;
}.ct-form button:hover{
    background: linear-gradient(-66deg, rgba(41, 38, 96, 1) 35%, rgb(75 179 226) 100%);
}
.ct-box{
    width: 100%;
    float: left;
    position: relative;
}
.ct-box i{
       position: absolute;
    left: 0;
    z-index: 9;
    top: 52px;
    background: #f05055;
    font-size: 30px;
    padding: 9px 0;
    border-radius: 10px;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
}
.ct-right{
    position: relative;
    width: 93%;
    background: #f1f1f1;
    padding: 20px 50px;
    border-radius: 10px;
    margin-left: 2%;
    margin-top: 30px;
}
.ct-right h1{
    font-size: 20px;
    font-weight: 600;
    color: #000;
}.ct-right h6{
    font-size: 16px;
    color: #000;
}.join-ct .col-lg-12{
        padding: 0 15px;
}
.join-ct .col-lg-6{
        padding: 0 15px;
}.f-input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #b7b7b7;
    margin-bottom: 40px;
    margin-top: 30px;
    outline: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    padding: 5px 0px;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    opacity: 0;
    left: 0;
}.f-input + span {
    width: 100%;
    font-size: 15px!important;
    font-weight: 300;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 9px;
    /* width: 100%; */
    width: 100%;
    font-weight: 500;
    margin-top: 3px;
    float: left;
    color: #000;
    text-align: lwft;
    /* background: #e24a30; */
    background: #ffffff;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    text-decoration: none !important;
    /* border: 1px solid #b7b7b7; */
    border: none;
}
.join-ct i{
    margin-right:5px;
}.cs-img {
    width: 100%;
    float: left;
    overflow: hidden;
   margin-top: 65px;
}.cs-img img {
width: 100%;
    display: block;
    margin: auto;
    max-width: 100%;
}
.learn-full {
    width: 100%;
    float: left;
    background: #ffffff;
    padding: 70px 0 0;
}
.learn-full h6 {
    width: 114px;
    height: 33px;
    background: #D5D3FF;
    text-align: center;
    padding: 7px 0;
    font-size: 16px;
    color: #3B4D9D;
    border-radius: 30px;
    display: table;
    margin: auto;
}.learn-full .panel13-box {
    margin-top: 30px;
    background: #ffffff;
    border: 1px solid #cecece;
    /* padding: 15px; */
}.learn-full h1 {
    text-align: center;
    font-size: 55px;
    color: #000000;
    font-weight: 500;
    margin-top: 10px;
}
.learn-full .panel13-box h2{
  color: #363636;
  padding: 10px 15px 0;
}
.learn-full .panel13-box .dt-blg span{
  color: #a4abdd;
}
.learn-full .panel13-box a{
  color: #272a7c;
  opacity: 1;
  padding: 0 15px 20px;
  float: left;
}
.learn-full .panel13-box a img{
  filter: invert(1);
}.learn-full .panel13-box:hover{
  background: #edecff;
}
.industry-sec{There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised interpolate-size: allow-keywords;float: left;width: 100%;padding-top: 55PX;padding-bottom: 0;}
.industry-sec img{width: 100%;float: left;border-radius: 20px;margin-bottom: 20px;height: 320px;object-fit: cover;}
.industry-sec h6{width: auto;height: 33px;background: #D5D3FF;text-align: center;padding: 7px 12px;font-size: 16px;color: #3B4D9D;border-radius: 30px;float: left;}
.industry-sec h1{width: 100%;float: left;text-align: left;color: #02001F;margin-bottom: 0;margin-top: 0;line-height: 120%;font-size: 55px;font-weight: 500;padding-bottom: 10px;}
.industry-sec p{width: 100%;float: left;text-align: left;color: #4E4E4E;font-size: 16px;font-weight: 400;line-height: 30px;}
.indus-form{width: 100%;float: left;background: #292660;padding: 20px;border-radius: 20px;}
.indus-form form{

}
.indus-field{width: 100%;float: left;margin-top: 10px;}
.indus-field label{width: 100%;float: left;color: #fff;font-size: 16px;font-weight: 500;margin-bottom: 5px;}
.indus-field input{width: 100%;float: left;background: #fff;padding: 15px;border: 0;border-radius: 10px;}
.indus-form button{border: 2px solid #cecece;width: 100%;float: left;margin-top: 15px;border-radius: 15px;background: linear-gradient(66deg, rgba(41, 38, 96, 1) 35%, rgba(75, 96, 184, 1) 100%);padding: 10px;}
.indus-form img{width: 40px;border-radius: 0;margin: 0;height: auto;float: right;}
.indus-form h2{
  font-size: 28px !important;
  color: #fff !important;
  font-weight: 600;
  text-align: center;
}.indus-field textarea{width: 100%;float: left;background: #fff;padding: 15px;border: 0;border-radius: 10px;}
.indus-form button span{
  font-size: 16px;
  color: #fff;
  text-align: left;
  float: left;
  padding: 7px 5px;
}
.other-ind{width: 100%;float: left;padding: 70px 0;background: #E5F1FE;margin-top: 40px;}
.other-ind h1{
  font-size: 50px;
  color: #000;
  text-align: center;
  font-weight: 600;
}
.event-full {
    width: 100%;
    float: left;
    padding: 70px 0 0;
}.event-full h2 {
    width: 100%;
    float: left;
    text-align: center;
    color: #000;
    /* margin-bottom: 0px; */
    margin-bottom: 10px;
    font-size: 55px;
    font-weight: 500;
    line-height: 130%;
}.event-full p {
    width: 100%;
    float: left;
    color: #4E4E4E;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    /* padding-top: 125px; */
    position: relative;
}.event-full .nav-tabs {
    border: 0;
    margin-bottom: 20px;
    margin-top: 40px;
    width: 100%;
    float: left;
    text-align: center;
}.event-full .nav-link.active {
    background: #2a337b;
    color: #fff;
}.event-full .nav-link {
    /* border: 1px solid #ccc !important; */
    border-radius: 10px !important;
    padding: 10px 40px;
    margin-right: 10px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
}.event-full .tab-content {
    border: 0;
}.event-full .tab-pane {
    border: 0;
}.event-full h2 {
    /* width: 100%; */
    /* float: left; */
    /* text-align: left; */
    /* color: #323138; */
    /* margin-bottom: 0px; */
    /* margin-bottom: 10px; */
    /* font-size: 43px; */
    /* font-weight: 400; */
    /* line-height: 54px; */
}.event-full .accordion-body {
    padding: 0;
    border: 0 !important;
}.test-main2 {
    /* margin-top: 35px; */
    width: 100%;
    float: left;
    /* background: #F9F9F9; */
    border-radius: 20px;
    position: relative;
    /* padding: 17px 19px; */
}
.test-main2 img {
    width: 100%;
    float: left;
    /* max-width: 218px; */
    /* border-radius: 20px; */
    height: 302px;
    object-fit: cover;
}.event-full h4 {
    position: absolute;
    top: 48%;
    background: #253084;
    font-size: 14px;
    padding: 11px;
    /* border-bottom-left-radius: 20px; */
    color: #fff;
}.test-pr2 {
    padding-top: 24px;
    width: 100%;
    float: left;
    padding-left: 0px;
}.test-pr2 h1
{
    width: 100%;
    float: left;
    text-align: left;
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0px;
    padding-bottom: 14px;
}.event-full p {
    width: 100%;
    float: left;
    color: #5A596D;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    /* padding-top: 125px; */
    position: relative;
}.bg-ev {
    background: linear-gradient(150deg, rgba(241, 242, 251, 1) 0%, rgba(255, 255, 255, 1) 91%);
    float: left;
    width: 100%;
    margin: 0px 0 15px;
    padding: 15px;
    /* border-radius: 30px; */
}.test-pr2 h3 {
    /* width: 100%; */
    float: left;
    text-align: left;
    color: #2A337B;
    padding-right: 12px;
    /* padding-top: 14px; */
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
    /* padding-bottom: 25px; */
}.more-btnex {
    text-align: left;
    padding-top: 0px;
}
.more-btnex a{
      font-size: 16px;
      color: #292660;
      font-weight: 500;
      text-decoration: none;
      float: left;
}
.more-btn {
    width: 100%;
    float: left;
    text-align: center;
    /* padding-top: 26px; */
}
.more-btn a img{
  width: 20px;
  height: 20px;
  border-radius: 0;
  object-fit: contain;
  float: none;
  margin-left: 5px;
}.event-full h6{
      width: 145px;
      height: 33px;
      background: #D5D3FF;
      text-align: center;
      padding: 7px 0;
      font-size: 16px;
      color: #3B4D9D;
      border-radius: 30px;
      display: table;
      margin: auto;
}
.event-full .nav-tabs li{
  /* display: inline-block; */
  /* margin: auto; */
}
.eve-det-full{

width: 100%;

float: left;

padding: 70px 0;
}
.eve-left{

width: 100%;

float: left;
}
.eve-left img{width: 100%;float: left;border-radius: 20px;height: 400px;object-fit: cover;}
.eve-left h1{font-size: 46px;color: #000;font-weight: 500;width: 100%;float: left;margin-top: 20px;}
.eve-left p{font-size: 16px;color: #5A596D;line-height: 167%;width: 100%;float: left;padding-top: 20px;margin: 0;font-weight: 300;}
.eve-det-time{float: left;width: 100%;background: #eef0fc;border-radius: 10px;}.eve-det-time h5 img{
  width: 30px;
  border-radius: 0;
  height: 20px;
  object-fit: contain;
  opacity: .9;
}
.eve-det-time h5{

float: left;

font-size: 18px;

padding: 20px;

color: #2a337b;

margin: 0;

border-right: 1px solid #dee3fc;

font-weight: 500;
}
.eve-det-time h5 span{

color: #000;
}
.eve-left h4{

font-size: 26px;

color: #2a337b;

padding: 10px 0;

width: 100%;

float: left;

margin-top: 20px;
}
.eve-left h6{
    position: relative;
    width: 100%;
    float: left;
    font-size: 16px;
    padding-top: 10px;
    padding-left: 30px;
}
.eve-left h6:after{content: '';position: absolute;background-image: url('../images/checked.png');background-size: contain;width: 20px;height: 20px;left: 0;}
.eve-right{

width: 100%;

float: left;
}
.eve-right-box{

}
.eve-right-box h2{background:#2d2e3b;padding: 15px;margin: 0;font-size: 24px;color: #fff;text-align: center;font-weight: 500;border-top-left-radius: 12px;border-top-right-radius: 12px;}
.eve-bx{width: 100%;float: left;background: #f0f1fc;padding: 10px 10px 20px;}
.eve-bx img{width: 40%;height: 78px;border-radius: 10px;object-fit: cover;float: left;margin-right: 10px;}
.eve-bx p{font-size: 15px;color: #2d2e3b;font-weight: 400;padding: 0;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;-webkit-line-clamp: 2;margin-bottom: 0;}
.eve-bx h6{font-size: 15px;color: #253189;width: 100%;float: left;display: none;}
.eve-bx a{color: #2d2e3b;font-size: 15px;text-decoration: none;font-weight: 600;}
.intro-area .owl-dots{position: absolute;right: 5%;bottom: 9px;}
.intro-area .owl-dots button{

}.intro-area .owl-dot.active span{
  background: #fff;
}
.intro-area .owl-dots button span{
  width: 58px;
  height: 6px;
  display: inline-block;
  background: #ccc;
  margin-right: 5px;
}
.p8-right .owl-dots{position: relative;width: 100%;float: left;text-align: center;top: 10px;}
.p8-right .owl-dots button{

}.p8-right .owl-dot.active span{
  background: #252083;
}
.p8-right .owl-dots button span{
  width: 38px;
  height: 6px;
  display: inline-block;
  background: #D9D7FF;
  margin-right: 5px;
}
.career-full{width: 100%;float: left;padding: 70px 0 0;}
.career-full h6{width: 144px;height: 33px;background: #D5D3FF;text-align: center;padding: 7px 0;font-size: 16px;color: #3B4D9D;border-radius: 30px;display: table;margin: auto;}
.career-full h1{text-align: center;font-size: 55px;color: #000000;font-weight: 500;margin-top: 10px;}
.career-full form{width: 100%;float: left;background: #edf4fe;padding: 30px;border-radius: 20px;margin-top: 20px;}
.career-field{width: 100%;float: left;margin-bottom: 15px;}
.career-field label{width: 100%;float: left;font-size: 16px;color: #000;font-e: 500;}
.career-field input{width: 100%;float: left;background: #fff;border: 0;padding: 15px;margin-top: 10px;border-radius: 10px;}.career-full button{background: linear-gradient(66deg, rgba(41, 38, 96, 1) 35%, rgba(75, 96, 184, 1) 100%);width: 32%;height: 53px;padding: 14px 0;text-decoration: none;border-radius: 10px;color: #fff;font-size: 16px;margin-left: 10px;margin-top: 20px;font-weight: 500;border: 0;display: block;margin: auto;}.career-full button:hover{
  background: linear-gradient(-66deg, rgba(41, 38, 96, 1) 35%, rgb(75 179 226) 100%);
}
.verify-full{width: 100%;float: left;padding: 70px 0 0;text-align: center;}
.verify-box{max-width: 700px;width: 100%;display: block;margin: auto;background: #efefff;padding: 60px 30px;border-radius: 20px;position: relative;overflow: hidden;}
.verify-box h6{width: 183px;height: 33px;display: table;margin: auto;background: #868ebb;font-size: 16px;color: #fff;font-weight: 500;text-align: center;padding: 6px 0px;display: none;border-radius: 30px;}
.verify-box h1{text-align: center;font-size: 45px;color: #292660;font-weight: 600;/* margin-top: 10px; */position: relative;}
.verify-full form{width: 100%;/* float: left; */margin-top: 20px;position: relative;z-index: 9;}
.verify-full label{font-size: 19px;color: #000;width: 100%;text-align: center;font-weight: 500;margin-bottom: 5px;}
.verify-full input{width: 100%;text-align: center;border: 0;padding: 15px;border-radius: 10px;max-width: 420px;margin-bottom: 20px;}
.verify-full button{/* float: right; *//* position: relative; *//* z-index: 9; */background: linear-gradient(66deg, rgba(41, 38, 96, 1) 35%, rgba(75, 96, 184, 1) 100%);width: 250px;height: 63px;padding: 13px;text-decoration: none;border-radius: 10px;border: 0;color: #fff;font-size: 14px;/* margin-left: 10px; */margin: auto;font-weight: 500;display: table;}
.verify-full button img{width: 35px;float: left;margin-right: 10px;}
.verify-full button:hover{
  background: linear-gradient(-66deg, rgba(41, 38, 96, 1) 35%, rgb(75 179 226) 100%);
}
.verify-full button:hover img{
  -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.pro-img{
      /* position: absolute; */
      opacity: .1;
      z-index: 0;
      right: 0;
      width: 19%;
      top: -40px;
      animation: pulse 2s ease-in-out infinite;
      display: block;
      margin: auto;
}
.verify-full button span{
  padding: 6px 0;
  float: left;
}
@media(min-width:576px){
    .ftr-last br{
        display:none;
    }
}
@media(max-width: 575px) {
    .p12-text h5{
        width:100%;
        text-align:center;
    }
    .ftr-last span{
        display:none;
    }.tr-box h4
 {
    text-align: center;
 }
  .abt-left1 {
    width: 100% !important;
    float: right;
    margin-left: 0 !important;
}.abt-right1 {
    width: 100% !important;
    float: left;
    padding-top: 20px !important;
    text-align: center;
}.abt3 h6{
  float: none;
  display: table;
  margin: auto;
}
.abt3 h3 {
    font-size: 33px !important;
    }
  .career-full button{
    width: 100%;
  }
  .ct-form form {
    width: 100%;
    float: left;
    background: #e7ebff;
    padding: 30px;}.ct-form button{
      width: 100%;
    }
  .faq-full h1 {
    text-align: center;
    font-size: 35px;}
  .about-b1 .row>*{
    width: 100%;
  }.contact-form-hed{
    margin-top: 20px;text-align: center;
  }.contact-bx h2{
    text-align: center;
  }.contact-bx p{
    text-align: center;
  }
  .select-container {
    position: relative;
    float: none;
    display: table;
    margin: auto;
}.eve-det-time h5 img {
    width: 30px;
    border-radius: 0;
    height: 20px;
    object-fit: contain;
    opacity: .9;
    float: none;
}.eve-det-time h5 {
    float: left;
    font-size: 14px;
    padding: 10px;
    color: #2a337b;
    margin: 0;
    border-right: 0;
    font-weight: 500;
    width: 100%;
    /* display: table; */
    /* margin: auto; */
    text-align: center;
}.eve-det-time h5 span {
    color: #000;
    float: none;
    display: inline-block;
}
  .policy1 h1 {
    text-align: center;
    font-size: 35px;}.policy1 p{
      padding: 10px;
    }.policy2 img {
    width: 100%;
    float: right;
    height: auto;
    object-fit: cover;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
}
  .cert-dec{
    right: 0px !important;
    width: 50px !important;
    height: 50px !important;
  }
  
  .policy2 h2 {
    font-size: 35px;
    color: #000000;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
    width: 100%;
}.policy2 p{
  text-align: center;
  width: 100%;
  }.policy2 ul{
      width: 100%;
  }
  .p6-box img{
    display: block;
    margin: auto;
  }
  .verify-box h1 {
    text-align: center;
    font-size: 30px;
    color: #292660;
    font-weight: 600;
    margin-top: 10px;
    position: relative;

}
  .slider-images img {
    width: 100%;
    height: 554px;
    object-fit: cover;
}.slider-content p {
    color: #D0CFE4;
    font-size: 18px;
    font-weight: 400;
    display: none;
}.logo img {
    width: 143px;
    float: left;
}.slider-content a {
    background: linear-gradient(66deg, rgba(41, 38, 96, 1) 35%, rgba(75, 96, 184, 1) 100%);
    float: none;
    width: 156px;
    height: 46px;
    padding: 8px;
    text-decoration: none;
    border-radius: 10px;
    display: table;
    margin: auto;
}.slider-content a img {
    width: 28px;
    height: 28px;
    float: left;
    margin-right: 10px;
}.slider-content a span {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    padding: 3px 0;
    float: left;
}.layer-1 h1 {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    padding: 0 20px;
    line-height: 45px;
    margin: 0px 0px 15px;
    max-width: 100%;
    text-align: center;
}.slider-content {
    position: absolute;
    right: 0;
    text-align: center;
    top: 43%;
    z-index: 3;
    left: 0;
    /* margin: 0 auto; */
    margin-top: -80px;
    width: 100%;
    left: 0;
}.intro-area .owl-dots{
  display: none;
}
  #fixed-nr-header{
    display: none !important;
  }
  .intro-area {
    float: left;
    width: 100%;
    margin-top: -108px;
    height: auto;
}.p1-left {
    width: 100%;
    float: left;
    margin-right: 0;
}.p1-left h6 {
    font-size: 32px;
    color: #8C8C8C;
    font-weight: 500;
    text-align: center;
    width: 100%;
}
  .p1-img1{
    margin-top: 0 !important;
    height: auto !important;
  }.p1-left img {
    width: 100%;
    margin-top: 10px;
    height: auto;
    object-fit: cover;
}.p1-right {
    float: right;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}.p1-right h2 {
    font-size: 25px;
    font-weight: 400;
    line-height: 151%;
}.get-st span {
    font-size: 16px;
    color: #000;
    font-weight: 500;        padding-top: 6px;
    text-align: left;
    float: left;
}.vi-box {
    width: 100%;
    float: left;
    margin-top: 30px;
    margin-right: 0;
}.panel2 {
    width: 100%;
    float: left;
    padding: 0 0 70px;
}.r1-col1 {
    width: 100% !important;
    margin-bottom: 20px;
  }.panel3 h2 {
    text-align: center;
    font-size: 32px;
  }.p3-box
  {
    text-align: center;
  }.cert-img {
    width: 180px;
    float: none;
    animation: 1.5s infinite pulse;
    margin: auto;
    display: block;
}.panel4 h6 {
    width: 145px;
    height: 33px;
    background: #D5D3FF;
    text-align: center;
    padding: 7px 0;
    font-size: 16px;
    color: #3B4D9D;
    border-radius: 30px;
    display: table;
    margin: 20px auto 0;
}.panel4 h2 {
    font-size: 30px;
    color: #8785A7;
    width: 100%;
    margin-top: 15px;
    text-align: center;
}.p4-a {
    background: linear-gradient(66deg, rgba(41, 38, 96, 1) 35%, rgba(75, 96, 184, 1) 100%);
    float: none;
    width: 227px;
    height: 53px;
    padding: 8px;
    text-decoration: none;
    border-radius: 10px;
    margin-bottom: 70px;
    margin-top: 10px;
    margin: 10px auto 70px;
    display: table;
}.p4-img {
    width: 100%;
    float: left;
    margin-top: 10px;
    opacity: 2;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}.certi-sec h5 {
    font-size: 18px;
    color: #292660;
    font-weight: 400;
    float: left;
    width: 17%;
    margin: 0;
    padding-top: 2px;
}.certi-sec h4 {
    color: #292660;
    font-size: 23px;
    font-weight: 500;
    float: left;
    width: 58%;
    padding-top: 0;
}.certi-sec p {
    font-size: 14px;
    color: #6D6D6D;
    font-weight: 400;
    width: 81%;
    float: left;
    margin-left: 2%;
    margin-bottom: 20px;
    padding-top: 25px;
}.certi-sec a {
    width: 43px;
    height: 36px;
    float: right;
    border: 1px solid #cecece;
    text-align: center;
    border-radius: 6px;
    margin-top: 32px;
}.panel5 h2 {
    text-align: center;
    font-size: 35px;
    color: #fff;
    font-weight: 500;
    margin-top: 10px;
}.p5-box h4 {
    color: #ECEBFF;
    font-size: 23px;
}.panel6 {
    width: 100%;
    text-align: center;padding: 70px 9% 30px;
  }.panel6 h6{
    display: table;
    margin: auto;
  }.panel6 h2 {
    font-size: 35px;        margin-top: 12px;
  }.panel6 .owl-nav{
    display: none;
}.panel7 h2 {
    font-size: 35px;
  }.p7-car {
    width: 100%;
    float: left;
    padding: 40px 9% 0;
}
.panel7 .owl-nav{
  display: none;
 }.panel7{
  padding-bottom: 70px;
 }.p8-left {
    width: 100%;
    float: left;
    margin-right: 0;
}.p8-right {
    width: 100%;
    float: right;
    margin-top: 40px;
    text-align: center;
}.p8-right h6{
  display: table;
  margin: auto;
}.p8-right h2 {
    font-size: 35px;        margin-top: 12px;
  }.p9-left {
    text-align: center;
}.p9-left h6{
  display: table;  margin: auto;
}.p9-left h2 {
    font-size: 35px;        margin-top: 12px;
  }.p9-left h5 {
       margin-top: 10px;
  }.p9-left a{
    float: none;
    display: table;
    margin: auto;
  }.p9-img1 {
    width: 100%;
    float: left;
    height: auto;
    object-fit: cover;
    margin-top: 20px;
    margin-bottom: 20px;
}.p10-left {
    width: 100%;
    float: left;
    text-align: center;
}.panel10 h6{
  margin: auto;
  display: table;
}.panel10 h2 {
    font-size: 35px;
    color: #fff;
    font-weight: 500;
    padding-right: 0;
    margin-top: 10px;
}.p10-carousel {
    width: 100% !important;
    float: right;
    padding-top: 0;
}.p10-box img {
    width: 100%;
}.panel11 h6{
  display: table;
  margin: auto;
}.panel11 h1 {        text-align: center;
    font-size: 35px;
  }.panel11 .owl-nav{
    display: none;
  }.panel12 h6{
    display: table;
    margin: auto;
  }.panel12 h1 {
    font-size: 35px;
text-align: center;
  }.p12-a{
    float: none;
    display: table;
    margin: auto;
  }.p12-text p {
    position: absolute;
    bottom: -10px;
    left: 15px;
    color: #D0CFE4;
    font-size: 15px;
    font-weight: 400;
    right: 15px;
}.p12-text {
    position: absolute;
    bottom: 0;
    height: 100%;
    text-align: center;
    width: 100%;
}.panel13-left h6{
  display: table;
  margin: auto;
}.panel13-left h1 {
    font-size: 35px;        width: 100%;
    text-align: center;
  }.panel13-left p{
    text-align: center;        width: 100%;
        float: left;
  }.panel13-left a{
    float: none;
    display: table;
    margin: auto;
  }.panel13-box{
    margin-top: 20px;
  }.p14-img {
    height: 100px;
}.panel14 {
    text-align: center;
    width: 100%;
    float: left;
    background: #292660;
    margin-top: 70px;
    padding: 55px 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 70px;
}.panel14 a{
  float: none;
  display: table;
  margin: auto;
}.panel14 h2 {
    font-size: 35px;
    color: #fff;
    font-weight: 500;
    width: 100%;
}.footer p {
    float: right;
    width: 100%;
    color: #BDBCD0;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    text-align: center;
}.ftr-logo img {
    width: 198px;
    float: none;
    display: block;
    margin: auto;
}.ftr-box {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}
  .ftr-box a{
    width:50%;
  }.ftr-box h6 a{
    width:100% !important;
  }
  
  .ftr-last .ftr-ico {
    float: right;
    width: 100%;
    text-align: center;
}.ftr-ico a {
    float: none;}
    .innerban {
    width: 100%;
    background-image: url(../images/innerban.webp);
    height: 232px;
    float: left;
    margin-top: -110px;
    background-size: cover;
    background-position: 70% 20%;
}.innerban h1 {
    font-size: 35px;
    color: #fff;
    padding-top: 134px;
    text-align: center;
    font-weight: 600;
    /* font-style: italic; */
    /* text-decoration: underline; */
}.about1 h6{
  display: table;
  margin: auto;
}.about1 h3 {
    font-size: 35px;
    color: #02001F;
    font-weight: 500;
    margin-top: 12px;
    width: 100%;
    float: left;
    text-align: center;
}.about1 p{
  text-align: center;
}.abt2-box{
  margin-top: 20px;
}.abt2 {
      margin-bottom: 60px;
}.certi-full h1 {
    text-align: center;
    font-size: 35px;
      }.training-full h1 {
    text-align: center;
    font-size: 35px;
  }.compliance-full h1 {
    text-align: center;
    font-size: 35px;
  }.learn-full h1 {
    text-align: center;
    font-size: 35px;
  }#expertise-section h6{
    float: none;
    display: table;
    margin: auto;
  }#expertise-section h1 {
     font-size: 35px;
     text-align: center;
}#expertise-section p{
  text-align: center;
}.p6-box {
text-align: center;
}.p6-box a {
    float: none;
    color: #292660;
    font-weight: 500;
    text-align: center;
    width: 100%;
    text-decoration: none;
    display: table;
    margin: auto;
}.p6-box a span {
    float: none;
    display: inline-block;
}.p6-box a img {
    width: 20px;
    margin-top: 0;
    margin-left: 6px;
    float: none;
    transform: rotate(-45deg);
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    display: inline-block !important;
}.insight-left {
    width: 100%;
    float: left;
    text-align: center;
}.insight-left img {
    width: 100%;
    height: auto;
    object-fit: cover;
}.event-full h2{
  font-size: 35px;
}.test-main2{
  margin-bottom: 20px;
}.eve-left h1 {
    font-size: 30px;
    color: #000;
    font-weight: 500;
    width: 100%;
    float: left;
    margin-top: 20px;
    text-align: center;
}.eve-left p{
  text-align: center;
}.eve-bx p {
    margin: 0;
  }.eve-right-box {
    margin-top: 20px;
}
}
@media(min-width: 576px) and (max-width: 767px){
    .policy2 h2{
        width:100%;
    }.policy2 p{
          width:100%;
    }.policy2 ul{
             width:100%;
    }
  .contact-form-hed{
    margin-top: 30px;
  }.career-full button{
    width: 100%;
  }
  .about-b1 .row>*{
    width: 100%;
  }
  .abt3 img {
    width: 100%;
    max-width: 400px;
    display: table;
    margin: auto;
}.abt-left1 {
    width: 100%;
    float: right;
    margin-left: 0;
}.abt-right1 {
    width: 100%;
    float: left;
    padding-top: 40px;
}
  .training-full h1 {
    text-align: center;
    font-size: 45px;}
  .eve-left h1 {
    font-size: 35px;}
  .policy1 p {
    padding: 10px 50px;
}.learn-full h1 {
    font-size: 45px;
    }.event-full h2{
      font-size: 45px;
    }
  .about1 h3 {
    font-size: 45px;
    color: #02001F;
    font-weight: 500;
    margin-top: 12px;
    width: 100%;
    float: left;
}.policy1 h1 {
    text-align: center;
    font-size: 45px;
}.policy2 img {
    width: 100%;
    float: right;
    height: auto;
    object-fit: cover;
    margin-left: 0;
    margin-bottom: 20px;
}
  .slider-content p{
    display: none;
      }
      .slider-content {
        width: 70%;        top: 80%;
      }.layer-1 h1 {
color: #fff;
        font-size: 34px;
        font-weight: 600;
        line-height: 41px;
}
.intro-area {
    float: left;
    width: 100%;
    margin-top: -107px;
}.p1-left {
    width: 100%;
    float: left;
    margin-right: 0;
}
  .p1-img1{
    margin-top:0 !important;
  }
  .p1-left img {
    width: 100%;
    margin-top: 0;
    height: 440px;
    object-fit: cover;
}.p1-right {
    float: right;
    width: 100%;
}.p1-right h2{
  margin-top: 10px;
}.r1-col1 {
    width: 50% !important;
  }.panel4 h2 {
    font-size: 26px !important;
  }.p4-img {
    width: 52%;
  }.certi-sec h4 {
    color: #292660;
    font-size: 20px;
    font-weight: 500;
    float: left;
    width: 40%;
    padding-top: 0;
}.certi-sec h5 {
    font-size: 18px;
    color: #292660;
    font-weight: 400;
    float: left;
    width: 8%;
    margin: 0;
    padding-top: 0;
}.p4-img {
    height: 170px;
    width: 52%;
    object-fit: cover;
    float: left;
    margin-top: 0;
    opacity: 1;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}.certi-sec p {
    font-size: 15px;
    color: #6D6D6D;
    font-weight: 400;
    width: 40%;
    float: left;
    margin-left: 2%;
    margin-bottom: 20px;
    padding-top: 0;
    position: absolute;
    top: 55px;
}
.certi-sec{
  position: relative;
}.certi-sec a {
    width: 63px;
    height: 36px;
    float: left;
    border: 1px solid #cecece;
    text-align: center;
    border-radius: 6px;
    margin-top: -10px;
    margin-bottom: 20px;
    margin-left: 2%;
}.panel6 h2 {
    font-size: 37px;
}.p8-right h2 {
    font-size: 38px;
    color: #02001F;
    font-weight: 500;
}.p8-left {
    width: 100%;
    float: left;
    margin-right: 0;
}.p8-right {
    width: 100%;
    float: right;
    margin-top: 40px;
}.p9-left h5{
margin-top: 0;
}.p9-img1 {
    width: 100%;
    float: left;
    height: 560px;
    object-fit: cover;
    margin-bottom: 40px;
}.p10-left {
    width: 100%;
    float: left;
}.p10-carousel {
    width: 100% !important;
    float: right;
    padding-top: 0;
}.panel12 h1 {
    font-size: 38px;
    color: #000000;
    font-weight: 500;
    margin-top: 10px;
    float: left;
    width: 60%;
}.panel13-box{
  margin-top: 20px;
}.p14-img {
    position: absolute;
    height: 250px;
  }.panel14 h2 {
    font-size: 37px;
    color: #fff;
    font-weight: 500;
    width: 58%;
}
.ftr-box{
  margin-bottom: 20px;
}
}
@media(max-width:1024px){  .cd-dropdown-content, .cd-dropdown-content ul {
    
    list-style: none;
  }
      .head-menu {
    width: auto!important
        
    }
    
      .menu-img {
        width: 28px !important;
    }
    .cd-dropdown-wrapper {margin: 0 0 0 5%;}
  }


  @media(min-width: 768px) and (max-width: 991px){
    .policy2 h2 {
    font-size: 43px;
    color: #000000;
    font-weight: 500;
    margin-top: 0;
}.contact-form {
    float: left;
    width: 100%;
    padding: 0;
}.abt-right1 {
    width: 55%;
    float: left;
    padding-top: 0;
}.abt3 h3 {
    font-size: 40px;
    color: #02001F;
    font-weight: 500;
    margin-top: 12px;
}
.abt2{
  margin-bottom: 70px;
}
    .about1 h3 {
    font-size: 55px;
    color: #02001F;
    font-weight: 500;
    margin-top: 12px;
    width: 80%;
    float: left;
}.tr-box h4 {
    color: #ECEBFF;
    font-size: 18px;}
  .slider-content {
    position: absolute;
    right: 0;
    text-align: left;
    top: 64%;
    z-index: 3;
    left: 0;
    /* margin: 0 auto; */
    margin-top: -170px;
    width: 77%;
    left: 9%;
}.layer-1 h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    line-height: 49px;
    margin: 0px 0px 10px;
    max-width: 100%;
    /* font-family: 'Work Sans', sans-serif; */
    /* text-align: center; */
}.p1-right h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 151%;
}.panel2 {
    width: 100%;
    float: left;
    padding: 0px 0 70px;
}.certi-sec h5 {
    font-size: 15px;
    color: #292660;
    font-weight: 400;
    float: left;
    width: 4%;
    margin: 0;
    padding-top: 36px;
}.certi-sec h4 {
    color: #292660;
    font-size: 21px;
    font-weight: 500;
    float: left;
    width: 30%;
    padding-top: 31px;
}.certi-sec p {
    font-size: 13px;
    color: #6D6D6D;
    font-weight: 400;
    width: 30%;
    float: left;
    margin-left: 2%;
    margin-bottom: 0;
    padding-top: 0;
}.certi-sec a {
    width: 57px;
    height: 33px;
    float: right;
    border: 1px solid #cecece;
    text-align: center;
    border-radius: 6px;
    margin-top: 0;
}.p5-box h4 {
    color: #ECEBFF;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 10px;
}.p8-right h2 {
    font-size: 42px;
  }.p8-right {
    width: 55%;
    float: right;
    margin-top: 0;
}.p9-left h5{
  margin-top: 0;
}.p9-left h2 {
    font-size: 35px;
    color: #02001F;
    font-weight: 500;
}.p9-box {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}.panel11 h1 {
    font-size: 45px;
  }.panel12 h1 {
    width: 70%;
    font-size: 50px;
  }.p12-text p {
    position: absolute !important;
    bottom: 0;
    left: 15px;
    color: #D0CFE4 !important;
    font-size: 13px;
    font-weight: 400;
}.panel13-left h1 {
    font-size: 34px;
  }.p14-img {
    position: absolute;
    height: 300px;
  }.panel14 h2 {
    font-size: 45px;
  }
  .ftr-box{
    margin-bottom: 10px;
  }
}
@media(min-width: 992px) and (max-width: 1024px){
  .layer-1 h1 {
    color: #fff;
    font-size: 54px;
    font-weight: 600;
    line-height: 50px;
  }.p1-right h2 {
    font-size: 37px;
    font-weight: 400;
    line-height: 151%;
}.abt-right1 {
    width: 55%;
    float: left;
    padding-top: 0;
}.p3-box h5 {
    font-size: 22px;
  }.certi-sec h4 {
    color: #292660;
    font-size: 28px;
  }.p9-left h2 {
    font-size: 40px;
  }
}
@media(min-width: 1025px) and (max-width: 1199px){
  .header_menu_area > ul > li > a {
    margin-top: 0px;
    /* margin-bottom: -13px; */
    width: auto;
    float: left;
    /* margin: -2px 0px; */
    position: relative;
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    margin: 0px 4px;
  }.abt-right1 {
    width: 55%;
    float: left;
    padding-top: 0;
}.layer-1 h1 {
    color: #fff;
    font-size: 55px;
    font-weight: 600;
    line-height: 63px;
    margin: 0px 0px 10px;
    max-width: 100%;
    /* font-family: 'Work Sans', sans-serif; */
    /* text-align: center; */
}.p1-right h2 {
    font-size: 37px;
    font-weight: 400;
    line-height: 151%;
}.p3-box h5 {
    font-size: 21px;
}.certi-sec h4 {
    color: #292660;
    font-size: 28px;
  }.p9-left h2 {
    font-size: 45px;
    color: #02001F;
    font-weight: 500;
}.p9-box {
    width: 100%;
    float: left;
    margin-bottom: 0;
}.panel13-left h1 {
    font-size: 45px;
}
}
.abt3{width: 100%;float: left;padding: 70px 0;background: #e5f1fe;}
.abt3 img{width: 100%;}
.abt3 h6{width: 232px;height: 33px;background: #293679;text-align: center;padding: 7px 0;font-size: 16px;color: #e5f1fe;border-radius: 30px;}
.abt3 h3{
    font-size: 55px;
    color: #02001F;
    font-weight: 500;
    margin-top: 12px;

}
.abt3 p{font-size: 16px;color: #5A596D;font-weight: 300;line-height: 176%;padding-top: 10px;}
.abt-left1
{width: 40%;float: right;margin-left: 5%;}
.abt-right1{
  width: 55%;
  float: left;
  padding-top: 30px;
}
.panel10 .owl-dots{width: 100%;float: left;text-align: center;}
.panel10 .owl-dots span{width: 30px;height: 5px;background: #D9D7FF;float: left;margin-right: 5px;}
.panel10 .owl-dot.active span{
  background: #25A1DC;
}
.contact-bx-adrs a{
  color: #000;text-decoration: none;
}@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1288px!important;
    }
}
@media(max-width:1399px){
    .header_menu_area > ul > li > a{
        font-size:14px!important;
        margin: 0 10px;
    }
}
#fixed-nr-header .logo{
    margin-top:15px;
}#fixed-nr-header.header_menu_area > ul > li > a{
    padding:38px 0 0;
}
.p1-img1{
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    margin-top: 154px;
    height: 440px;
    object-fit: cover;
}
.p1-img1:after{
    position: absolute;
    top: 0;
    left: -81%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(57 65 138) 100%);
    background: linear-gradient(to right, rgb(226 226 254 / 20%) 0%, rgb(60 70 144 / 72%) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.p1-img1:hover::after{
        -webkit-animation: shine .75s;
    animation: shine .75s;
}@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.p6-max{
     width:36%;
}
.p6-min{
    margin-left:-3%;
}
.c-leaf {
  position: relative;
  overflow: hidden;
  width: 75px;
  object-fit: cover;
  height: 142px;
  margin: 0 auto;
  background: #ffffff;
  transform: scale(1);
}

.c-leaf__icon {
  position: absolute;
  top: -1px;
  left: 0px;
  z-index: 1;
  width: 213px;
  height: 167px;
  object-fit: contain;
}

.c-leaf__fill {
  width: 195px;
  height: 79px;
  background: #ffffff;
  position: relative;
  z-index: 1;
  -webkit-animation: fillUp 1.5s ease-in-out infinite;
  animation: fillUp 1.5s ease-in-out infinite;
}

@-webkit-keyframes fillUp {
  0% {
    transform: translate(0, 135px);
  }
  100% {
    transform: translate(0, -135px);
  }
}

@keyframes fillUp {
  0% {
    transform: translate(0, 135px);
  }
  100% {
    transform: translate(0, -135px);
  }
}

#expertise-section h5{
    width: 100%;
    float: left;
    text-align: left;
    color: #02001F;
    padding-top: 10px;
}
#expertise-section  h2{
    
}
#expertise-section .col-md-8 ul{
    padding: 0;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
#expertise-section .col-md-8 ul li{
    width: 100%;
    float: left;
    text-align: left;
    color: #4E4E4E;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    list-style: none;
    padding-left: 30px;
    position: relative;
}
#expertise-section .col-md-8 ul li:after{
    position:absolute;
    content:'';
    background-image: url('../images/checked.png');
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 20px;
    left: 0;
    top: 6px;
}#expertise-section h2{
    width: 100%;
    font-size: 29px;
    float: left;
    text-align: left;
    color: #20236c;
    margin: 0;
    font-weight: 600;
}
.img-p7{
    position: absolute;
    top: -34px;
    z-index: 999;
    left: 47%;
    width: 41px;
}
.p7-carousel .owl-stage-outer{
        padding-top: 40px;
        padding-bottom: 50px;
}
.train12{
        justify-content: center;
    align-items: center;
    display:inline-grid;
}
.p7-box:hover{
    background: #333066;
}
.com-im{
        position: relative;
        overflow: hidden;
        float: left;
        width: 100%;
        margin-top: 20px;
}
.com-im:after{
        position: absolute;
    top: 0;
    left: -81%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(57 65 138) 100%);
    background: linear-gradient(to right, rgb(226 226 254 / 20%) 0%, rgb(60 70 144 / 72%) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}
.com-im:hover::after{
        -webkit-animation: shine .75s;
    animation: shine .75s;
}
.tr1
{
        min-height: 390px;
}
.tr2{
    min-height: 350px;
}
@media(min-width:1400px){
    .policy2 img{
        height:330px;
    }.about1 img {
    width: 100%;
    margin-top: 20px;
    height: 659px;
    object-fit: cover;
}.abt-right1 {
    width: 55%;
    float: left;
    padding-top: 130px;
}
}
#fixed-nr-header .activeli{
    color:#1a2489 !important;
}
.img-tri{
    position: relative;
    float: left;
}
.img-tri:after{
    position:absolute;
    content:'';
    width: 0;
    height: 0;
    border-top: 70px solid transparent;
    border-left: 70px solid #e5f1fe;
    right: 0;
    bottom: 0px;
    transform: rotate(270deg);
}
.cert-dec{
    position: absolute;
    width: 100px !important;
    height: 100px !important;
    background: #fff;
    padding: 10px;
    border-radius: 100%;
    right: -40px;
    top: -30px;
    animation: 1.5s infinite pulse;
}
.panel14 a:hover span{
    color:#fff !important;
}
@media(min-width:1400px){
    .p10-left {
       padding-top: 30px !important;
}
.abt2-box {
     padding: 40px 36px !important;
}
}
.abt-min{
    
}
.abt-min:after{
    
}
.abt-min:hover::after{
    
}

.submit-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px; /* prevents shrinking */
  min-height: 45px; /* adjust to your button height */
}

.submit-btn .form-loader {
  font-size: 18px; /* spinner size */
  color: #fff;     /* change if needed */
}
