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

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

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


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

.img-fluid {
    max-width:0%;
    height: auto;
}
@media(min-width: 1025px){
.wrapper{
    display: none;
}
}
@media (max-width: 1024px) {
    .nav .navItem:nth-child(1) {        animation-name: fadein;
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;        -webkit-animation-duration: 1s;
        animation-duration: 1s;
    }    .nav .navItem:nth-child(2) {        animation-name: fadein;
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }    .nav .navItem:nth-child(3) {        animation-name: fadein;
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;        -webkit-animation-duration: 3s;
        animation-duration: 3s;
    }    .nav .navItem:nth-child(4) {        animation-name: fadein;
        -webkit-animation-delay: 0.4s;        -webkit-animation-duration: 4s;
        animation-duration: 4s;
        animation-delay: 0.4s;
    }    .nav .navItem:nth-child(5) {        animation-name: fadein;
        -webkit-animation-delay: 0.5s;        -webkit-animation-duration: 5s;
        animation-duration: 5s;
        animation-delay: 0.5s;
    }    .nav .navItem:nth-child(6) {        animation-name: fadein;
        -webkit-animation-delay: 0.6s;        -webkit-animation-duration: 6s;
        animation-duration: 6s;
        animation-delay: 0.6s;
    }.nav .navItem:nth-child(7) {        animation-name: fadein;
        -webkit-animation-delay: 0.7s;        -webkit-animation-duration: 7s;
        animation-duration: 7s;
        animation-delay: 0.7s;
    }.nav .navItem:nth-child(8) {        animation-name: fadein;
        -webkit-animation-delay: 0.8s;        -webkit-animation-duration: 8s;
        animation-duration: 8s;
        animation-delay: 0.8s;
    }
  .talk{
  float: none!important;
  display: table;
  margin: auto;    background: #1bd584;
    font-weight: 700;
 }

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


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

.menu {
  position: absolute;
  z-index: 999;
  right: 15px;
  top: 5px;
  width: 50px;
  height: 50px;
}
.menu .menuTrigger {
  --heightIcon: 15px;
  --widthLine: 24px;
  --heightLine: 2px;
  --transitionTime: 0.4s;
  --rotation: 45deg;
  --translateY: calc(var(--heightIcon) / 2);
  --translateX: 0;

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

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

@-webkit-keyframes fadein {
  0% {
    opacity: 0.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: 35px;
    height: 28px;
    margin: 0;
    cursor: pointer;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

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

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

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

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

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

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

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

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


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


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

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

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


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

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



    
}
*/

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


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

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

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

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



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



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



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

.header{

width: 100%;

float: left;

border-bottom: 1px solid #e0e0e0;

padding-bottom: 20px;
}
.logo{

width: 17%;

float: left;

position: relative;

z-index: 9;

margin-top: 30px;
}
.logo img{width: 194px;}
.header2{width: 83%;float: right;position: relative;}
.banner{

width: 100%;

float: left;

position: relative;

height: 659px;
}

.banner h1{font-size: 52px;font-weight: 700;color: #000;}
.banner h1 .spann{color: #11b48d;}
.banner p{

font-size: 14px;

font-weight: 400;

line-height: 200%;

color: #6f6f6f;
}
.ban-bt1{

width: 164px;

float: left;

height: 44px;

background: #124e92;

text-align: left;

font-size: 14px;

color: #fff;

text-decoration: none;

padding: 11px 16px;

border-radius: 30px;

margin-top: 10px;

background-size: 300% 100%;
}
.ban-bt1 span{

}
.ban-bt1 img{

float: right;

width: 25px;

margin-top: -2px;
}
.ban-bt1:hover span{

}
.ban-bt1:hover img{

}.ban-bt2{

width: 164px;

float: left;

height: 44px;

background: #11b48d;

text-align: left;

font-size: 14px;

color: #fff;

text-decoration: none;

background-size: 300% 100%;

padding: 11px 16px;

border-radius: 30px;

margin-top: 10px;

margin-left: 15px;
}
.ban-bt2 span{

}
.ban-bt2 img{

float: right;

width: 25px;

margin-top: -2px;
}
.ban-bt2:hover span{

}
.ban-bt2:hover img{
  
}
.ban-img{width: 52%;float: right;}.ban-img img{

width: 600px;

max-width: 100%;

float: right;

margin-top: 46px;
}
.ban-text{width: 47%;float: left;margin-top: 190px;}
.talk:hover{
  
background-position: 100% 0;
  
moz-transition: all .4s ease-in-out;
  
-o-transition: all .4s ease-in-out;
  
-webkit-transition: all .4s ease-in-out;
  
transition: all .5s ease-in-out;
  
color: #fff;
  
text-decoration: none;
  
background-image: linear-gradient(to right, #34be9d, #124e92, #34be9d, #124e92);
}

.talk {
  width: 165px;
  float: right;
  height: 44px;
  background-color: #124e92;
  text-align: center;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  padding: 11px 14px;
  text-align: left;
  border-radius: 30px;
  margin-left: 10px;
  background-size: 300% 100%;
}
.talk img{
      width: 22px;
    float: right;
}
.log-op{
  
width: 182px;
  
height: 178px;
  
position: absolute;
  
bottom: -31px;
  
object-fit: contain;
  
left: -22px;
  
opacity: .1;
  
transform: rotate(189deg);
}
.panel1{

width: 100%;

float: left;

background: #063f80;

padding: 80px 0;

position: relative;
}
.p1-img{
      margin-bottom: 30px;
      position: relative;
      z-index: 1;
      width: 82%;
}
.p1-img:before{

position: absolute;

content: "";

width: 100%;

height: 100%;

top: 0;

left: 0;

background-color: #11b48d;

z-index: -1;

animation: border-transform-default-two 10s linear infinite alternate forwards;
}
.p1-img img{
      animation: border-transform-default 10s linear infinite alternate forwards;
      max-width: 100%;
}
.panel1 h1{

font-size: 50px;

color: #fff;

font-weight: 700;

margin-top: 50px;
}
.panel1 h1 span{

color: #11b48d;
}
.panel1 p{

font-size: 14px;

font-weight: 400;

line-height: 200%;

color: #fff;

margin-top: 15px;
}

.abt1{

width: 100%;

float: left;

/* background: #063f80; */

padding: 80px 0;

position: relative;
}
.abt1-img{
      margin-bottom: 30px;
      position: relative;
      z-index: 1;
      width: 82%;
}
.abt1-img:before{

position: absolute;

content: "";

width: 100%;

height: 100%;

top: 0;

left: 0;

background-color: #11b48d;

z-index: -1;

animation: border-transform-default-two 10s linear infinite alternate forwards;
}
.abt1-img img{
      animation: border-transform-default 10s linear infinite alternate forwards;
      max-width: 100%;
}
.abt1 h1{

font-size: 50px;

color: #000;

font-weight: 700;

margin-top: 50px;
}
.abt1 h1 span{

color: #11b48d;
}
.abt1 p{

font-size: 14px;

font-weight: 400;

line-height: 200%;

color: #545454;

margin-top: 15px;
}
.p1{
  
}
.log-p2{

position: absolute;

bottom: 0;

right: -50px;

width: 200px;

opacity: .2;

transform: rotate(146deg);
}
@keyframes border-transform-default {
    0%,to {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
    }
}

@keyframes border-transform-default-two {
    0%,to {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }

    14% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
    }

    28% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
    }

    56% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
    }

    70% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
    }
}
.panel1 a{

width: 158px;

height: 45px;

float: left;

background: #15b48e;

font-size: 14px;

text-decoration: none;

color: #fff;

padding: 11px 18px;

border-radius: 30px;

margin-top: 5px;

background-size: 300% 100%;
}
.panel1 a:hover{

background-position: 100% 0;

moz-transition: all .4s ease-in-out;

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

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

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

color: #fff;

text-decoration: none;

background-image: linear-gradient(to right, #34be9d, #124e92, #34be9d, #124e92);
}
.panel1 a img{
  
width: 23px;
  
float: right;
  
margin-top: 0px;
}
.log-p1{
  
position: absolute;
  
bottom: 0;
  
right: -70px;
  
height: 186px;
  
transform: rotate(85deg);
}
.panel2{

width: 100%;

float: left;

padding: 85px 0;
}
.panel2 h1{

font-size: 50px;

color: #000;

font-weight: 700;
}
.panel2 h1 span{

color: #15b48e;
}
.panel2 p{

font-size: 14px;

font-weight: 400;

line-height: 200%;

color: #6f6f6f;

float: right;

width: 80%;

margin-bottom: 30px;
}
.p2-box
{

width: 100%;

float: left;

border: 1px solid #063f80;

border-radius: 20px;

text-decoration: none;

padding: 10px 13px;

position: relative;

margin-top: 30px;

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

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

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

width: 100%;

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

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

-moz-transition: all ease-in-out .5s;
}
.p2-box h6{

font-size: 18px;

color: #15b48e;

text-decoration: none;

margin-top: 10px;

margin-bottom: 3px;

font-weight: 600;

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

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

-moz-transition: all ease-in-out .5s;
}
.p2-box .next{

width: 30px;

float: right;

position: absolute;

right: 18px;

top: 60%;

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

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

-moz-transition: all ease-in-out .5s;
}
.p2-box:hover{

background: #15b48e;

border-color: #15b48e;
}
.p2-box:hover h6{

color: #fff;
}
.p2-box:hover .next{

filter: brightness(111);
}
.p2-box:hover .p2-img{
  
}
.p2-box2{

background: #124d92;

width: 100%;

float: left;

height: 223px;

margin-top: 30px;

border-radius: 20px;

text-align: center;

padding: 71px 0;

text-decoration: none;

color: #fff;

font-size: 18px;

font-weight: 600;

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

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

-moz-transition: all ease-in-out .5s;
}
.p2-box2 img{

width: 30px;

clear: both;

float: none;

display: block;

margin: auto;

filter: brightness(111);
}
.p2-box2:hover{

background: #15b48e;
}
.p2-box2:hover img{
  
}.panel3{

width: 100%;

float: left;

background-image: url('../images/get-in_-touch.webp');

background-size: cover;

background-position: center;

text-align: center;

padding: 100px 0;
}
.panel3 h1{

font-size: 50px;

color: #fff;

font-weight: 700;

padding: 0 220px;
}
.panel3 p{

font-size: 14px;

font-weight: 400;

line-height: 200%;

color: #fff;

margin-top: 15px;

padding: 0 300px;
}
.panel3 a{

width: 180px;

height: 45px;

float: none;

background: #15b48e;

font-size: 14px;

text-decoration: none;

color: #fff;

padding: 11px 25px;

border-radius: 30px;

margin: 20px auto;

text-align: left;

display: block;

background-size: 300% 100%;
}
.panel3 a img{

width: 28px;

float: right;

margin-top: -3px;
}
.panel3 a:hover{

background-position: 100% 0;

moz-transition: all .4s ease-in-out;

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

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

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

color: #fff;

text-decoration: none;

background-image: linear-gradient(to right, #34be9d, #124e92, #34be9d, #124e92);
}
.panel3 a:hover img{
  
}
.panel4{

width: 100%;

float: left;

background: #f8f8f8;

padding: 70px 0;
}
.panel4 h1{

font-size: 50px;

color: #000;

font-weight: 700;

text-align: center;

padding: 0 260px;
}
.panel4 h1 span{

color: #15b48e;
}
.p4-box{

width: 100%;

float: left;

border: 1px solid #e9e9e9;

margin-top: 30px;

padding: 20px 11px;

border-radius: 20px;

background-color: #fff;
}
.p4-box img{
width: 100%;
    border-radius: 20px;
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
.p4-box h6{

font-size: 18px;

color: #0f4f92;

font-weight: 600;

margin-top: 15px;

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

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

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

font-size: 14px;

font-weight: 400;

line-height: 174%;

color: #000000;

margin: 0;
}
.panel4 .owl-nav{

width: 100%;

float: left;

text-align: center;

margin-top: 20px;
}
.panel4 .owl-next{

}.panel4 .owl-prev img:hover{
  background: #0f4f92;
}
.panel4 .owl-next img:hover{
  background: #0f4f92;
}
.panel4 .owl-prev{

}.panel4 .owl-next img{

width: 35px;

background: #15b48e;

padding: 7px;

border-radius: 100%;
}
.panel4 .owl-prev img{
  
width: 35px;
  
background: #15b48e;
  
padding: 7px;
  
border-radius: 100%;
  
transform: rotate(180deg);
  
margin-right: 10px;
}.panel4 .owl-next:hover{

}
.panel4 .owl-prev:hover{
  
}.p4-box:hover h6{
  
color: #14b58c;
}
.panel5{

width: 100%;

float: left;

padding: 60px 0 0;

position: relative;
}
.panel5 h1{

font-size: 50px;

color: #000;

font-weight: 700;

padding-top: 15px;
}
.p5-img{width: 515px;height: 634px;object-fit: cover;border-top: 10px solid #e0e8f1;float: right;border-top-left-radius: 40px;border-top-right-radius: 40px;margin-left: 65px;border-left: 10px solid #e0e8f1;border-right: 10px solid #e0e8f1;}
.panel5 h1 span{

color: #15b48e;
}
.p5-logo{width: 476px;height: 84px;object-fit: contain;float: left;margin-top: 15px;}
.p5-box1{

width: 221px;

height: 105px;

background: #0eb68e;

float: left;

margin-right: 25px;

text-align: center;

padding: 20px 15px;

border-radius: 20px;

margin-top: 35px;
}
.p5-box1 h5{

font-size: 18px;

font-weight: 500;

color: #fff;

margin-bottom: 10px;
}
.p5-box1 h6{

margin: 0;

font-size: 16px;

background: #fff;

color: #0eb68e;

padding: 7px;

border-radius: 30px;

font-weight: 400;
}
.panel5 p{
  font-size: 14px;
  font-weight: 400;
  line-height: 200%;
  color: #6f6f6f;
  width: 43%;
  padding-top: 10px;
}
.p5-box2{

width: 221px;

height: 105px;

background: #0f4f92;

float: left;

margin-right: 25px;

text-align: center;

padding: 20px 15px;

border-radius: 20px;

margin-top: 35px;
}
.p5-box2 h5{

font-size: 18px;

font-weight: 500;

color: #fff;

margin-bottom: 10px;
}
.p5-box2 h6{

margin: 0;

font-size: 16px;

background: #fff;

color: #0f4f92;

padding: 7px;

border-radius: 30px;

font-weight: 400;
}
.panel5e a{

background: rgb(17,180,141);

background: linear-gradient(76deg, rgba(17,180,141,1) 17%, rgba(18,78,146,1) 89%);

float: left;

width: 176px;

height: 43px;

border-radius: 30px;

margin-top: 30px;

font-size: 15px;

color: #fff;

padding: 10px 37px;

text-decoration: none;

margin-bottom: 30px;
}
.panel5e a img{

width: 24px;

float: right;

margin-top: -1px;
}
.panel5e a:hover{

background: linear-gradient(273deg, rgba(17, 180, 141, 1) 17%, rgba(18, 78, 146, 1) 89%);
}
.panel5e a:hover img{
  
}
.panel6{

width: 100%;

float: left;

background-color: #124e92;

padding: 90px 0;

background-image: url('../images/why-choose-us.webp');

background-size: 543px 567px;

background-repeat: no-repeat;

background-position: center bottom;

height: 785px;
}
.panel6 h1{

font-size: 50px;

color: #fff;

font-weight: 700;

text-align: center;

margin-bottom: 70px;
}
.panel6 h1 span{

color: #0eb68e;
}
.p6-box{

width: 84%;

float: left;

background: #0b468a;

padding: 20px;

margin-top: 10px;

border-radius: 20px;

margin-bottom: 20px;

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

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

-moz-transition: all ease-in-out .5s;
}
.p6-box img{

width: 45px;

height: 45px;

object-fit: contain;
}
.p6-box h5{

font-size: 20px;

color: #0eb68e;

font-weight: 500;

margin-top: 8px;

margin-bottom: 2px;
}
.p6-box h6{

font-size: 14px;

font-weight: 400;

line-height: 181%;

color: #ffffff;
}
.p6-box:hover{

background: #0eb68e;
}
.p6-box:hover h5{
  
color: #124e92;
}
.panel7{

width: 100%;

float: left;

padding: 65px 0;

position: relative;
}
.panel7 img{

width: 571px;

height: 325px;

float: right;

object-fit: cover;

border-radius: 20px;

margin-left: 100px;
}
.panel7 h1{font-size: 50px;color: #000;font-weight: 700;padding-top: 26px;}
.panel7 h1 span{

color: #0eb68e;
}
.panel7 p{
  
font-size: 14px;
  
font-weight: 400;
  
line-height: 200%;
  
color: #6f6f6f;
  
margin-bottom: 0;
  
padding-top: 5px;
}
.footer{

width: 100%;

float: left;

padding: 60px 0 30px;

background: #124e92;
}
.ftr-logo{

}
.ftr-logo img{

width: 194px;

height: 67px;

object-fit: contain;
}
.ftr-address{

}
.ftr-address h6{

font-size: 20px;

color: #fff;

font-weight: 700;
}
.ftr-address p{

margin-bottom: 0;

font-size: 14px;

color: #fff;

line-height: 200%;
}
.ftr-address{

width: 100%;

float: left;

margin-top: 18px;
}
.ftr-address a{

}
.ftr-address a img{

width: 40px;

margin: 10px 10px 0 0;

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

-webkit-transition: all ease-in-out .5s;
}
.ftr-address a:hover{

}
.ftr-address a:hover img{
  
transform: rotateY(360deg);
  
transform-style: preserve-3d;
  
transition: transform 0.8s;
}
.quick-links{

width: 100%;

float: left;

border-top: 2px solid #265d9c;

border-bottom: 2px solid #265d9c;

margin: 40px 0 20px;

    padding: 30px 4%;}
.quick-links h4{
    font-size: 22px;
    color: #fff;
    float: left;
    /* margin-right: 50px; */
    margin-bottom: 0;
    /* text-align: right; */
    margin-left: 5%;
}
.quick-links a{

text-decoration: none;

color: #fff;

font-size: 14px;

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

color: #11b48d;
}
.copy1{

width: 100%;

float: left;
}
.copy1 p{

margin: 0;

font-size: 14px;

color: #fff;
}
.copy2{

width: 100%;

float: right;
}
.copy2 p{

margin: 0;

font-size: 14px;

color: #fff;

float: right;
}
.copy2 p a{

text-decoration: none;

color: #fff;

}
 .copy2 p a:hover{
  
color: #0fb58f;
 }
 .abt-box{

 }
 .abt-box h6{
  position: relative;
  font-size: 15px;
  color: #4c4c4c;
  float: left;
  width: 50%;
  line-height: 200%;
  padding-left: 34px;
 }
 .abt-box h6:after{
  position: absolute;
  content: '';
  background-image: url('../images/check.png');
  background-size: contain;
  background-color: #11b48d;
  left: 0;
  top: 2px;
  width: 26px;
  height: 26px;
  border-radius: 5px;
 }
 .abt2{width: 100%;float: left;/* background-color: #124e92; */padding: 40px 0 60px;background-image: url('../images/video-bg-3.jpg');background-size: cover;background-repeat: no-repeat;background-position: center;}
 .ab-box{width: 95%;float: left;background-color: #0b468a;padding: 40px 20px;border-radius: 20px;margin-top: 20px;}
 .ab-box img{

width: 50px;

}
 .ab-box h5{

font-size: 18px;

color: #11b48d;

margin-top: 20px;

}
 .ab-box h6{

font-size: 14px;

color: #fff;

font-weight: 400;

line-height: 178%;

margin: 0;

}
 .ab-box:hover{

 }
 .ab-box:hover img{

 }
 .ab-box:hover h5{

 }
 .ab-box:hover h6{
  
 }
 

/*________________Preloader_______________ */
.preloader{ 
    position:fixed; 
    left:0px; 
    top:0px; 
    width:100%; 
    height:100%; 
    z-index:999999999999999999; 
    background-color:#ffffff; 
    background-position:center center; 
    background-repeat:no-repeat; 
    background-image:url(../images/icon/preloader.gif);
}.contain-bg:after{
  position:absolute;
  content:'';
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #11b48d;
  z-index: 999999;
}]
.preloader.style-two {
    background-image: url(../images/icon/preloader-1.gif);
}

.abt2-full{
  
width: 100%;
  
float: left;
  
/* background: #124e92; */
}
.contain-bg{
      position: relative;
      /* z-index: -1; */
      width: 100%;
      float: right;
      background-color: #124e92;
}
.innerban{
      width: 100%;
      float: left;
      background-image: url('../images/innerban.webp');
      background-size: cover;
      background-position: center;
      padding: 60px 0;
      overflow: hidden;
      position: relative;
}
.service-full{

width: 100%;

float: left;

padding: 80px 0 30px;
}
.service-full h1{

font-size: 50px;

color: #000;

font-weight: 700;

margin-top: 20px;
}
.service-full h1 span{

color: #16b48e;
}
.service-full p{

font-size: 14px;

font-weight: 400;

line-height: 200%;

color: #6f6f6f;
}
.s1{

width: 100%;

float: left;

border-radius: 20px;

height: 500px;

object-fit: cover;
}
.s2{
  
width: 100%;
  
float: left;
  
border-radius: 20px;
  
height: 500px;
  
object-fit: cover;
}
.service2{
  
width: 100%;
  
float: left;
  
padding-bottom: 70px;
}
.service2 h2{
    font-size: 45px;
    color: #000;
    font-weight: 700;
    margin-top: 20px;
}
.service2 span{
  color: #16b48e;
}
.doctor-sec{

width: 100%;
 
float: left;

padding: 80px 0 50px;
}
.doc-box{

}
.doc-img{width: 120px;float: left;height: 120px;object-fit: cover !important;border-radius: 100%;border: 1px solid #ccc;margin-right: 30px;margin-top: 10px;background: #fff;}
.doc-box{

width: 100%;

position: relative;

float: left;

border: 1px solid #16b58d;

margin-bottom: 30px;

padding: 20px;

border-radius: 20px;

overflow: hidden;

background: #f1f1f1;

height: 190px;

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

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

-moz-transition: all ease-in-out .5s;
}.doc-box:hover h5{
    color: #1ab691;
}
.doc-box h6{

font-size: 15px;

line-height: 175%;

font-weight: 400;

margin-bottom: 0;

margin-top: 10px;
}
.doc-box h5{

font-size: 18px;

color: #0f4f92;

font-weight: 600;

margin-top: 15px;

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

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

-moz-transition: all ease-in-out .5s;
}.doc-box:hover .doc-logo{
}
.doc-box:hover{border-color: #124e92;}
.doc-logo{
    position: absolute;
    width: 53px;
    bottom: 0px;
    right: -19px;
    transform: rotate(166deg);
    z-index: 0;
    opacity: .3;
}
.contact-sec {
    width: 100%;
    padding: 70px 0;
    float: left;
    position: relative;
    overflow: hidden;
}.ct-img {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-bottom: 32px;
}.ct-img img {
    width: 340px;
    display: block;
    margin: auto;
    max-width: 100%;
}.ct-box {
    width: 100%;
    float: left;
    position: relative;
}.ct-box i {
    position: absolute;
    left: 0;
    z-index: 9;
    top: 52px;
    background: #34be9d;
    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;
    font-weight: 400;
}
.ct-form {
    width: 100%;
    float: left;
}.ct-form h1 {
    font-size: 50px;
    font-weight: 700;
    /* text-transform: uppercase; */
    color: #000;
}.ct-form form {
    width: 100%;
    float: left;
    background: #f1f1f1;
    padding: 52px;
    border-radius: 10px;
    margin-top: 20px;
}.ct-field {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    position: relative;
}.ct-field label {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.ct-field input:focus{
  outline:none;
}

.ct-field input {
    width: 100%;
    float: left;
    background: #fff;
    border: 0;
    font-size: 14px;
    padding: 10px;
    border-radius: 10px;
}.ct-form button {
    border: 0;
    background-color: #34be9d;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    width: 100%;
    height: 50px;
    border-radius: 30px;
    background-size: 300% 100%;
}
.ct-form button:hover{
      background-position: 100% 0;
      moz-transition: all .4s ease-in-out;
      -o-transition: all .4s ease-in-out;
      -webkit-transition: all .4s ease-in-out;
      transition: all .5s ease-in-out;
      color: #fff;
      text-decoration: none;
      background-image: linear-gradient(to right, #34be9d, #124e92, #34be9d, #124e92);
}

.ct-field textarea{
      width: 100%;
      float: left;
      background: #fff;
      border: 0;
      padding: 10px;
      font-size: 14px;
}
.ct-form h1 span{
  
color: #34be9d;
}
.ct-logo{
  
position: absolute;
  
width: 150px;
  
top: -9px;
  
left: -38px;
  
transform: rotate(7deg);
  
z-index: 9;
  
opacity: .4;
}
.ct-form button img{
      width: 23px;
    margin-top: -3px;
    margin-left: 10px;
}
.college-sec
{

width: 100%;

float: left;

padding: 70px 0;
}
.college-sec img{

float: left;

width: 515px;

height: 515px;

object-fit: cover;

margin-right: 40px;

border-radius: 30px;

border: 10px solid #dee5ed;
}
.college-sec h1{

font-size: 50px;

color: #000;

font-weight: 700;

padding-bottom: 10px;
}
.college-sec h1 span{

color: #32be9b;
}
.college-sec p{

font-size: 14px;

font-weight: 400;

line-height: 200%;

color: #6f6f6f;
}
.col-box1{

width: 23%;

float: left;

background: #32be9b;

padding: 20px;

border-radius: 20px;

margin-right: 15px;

height: 204px;
}
.col-box2{

width: 24%;

float: left;

background: #124e92;

padding: 20px;

border-radius: 20px;

height: 204px;
}
.col-box1 h5{

font-size: 20px;

color: #fff;

font-weight: 600;
}
.col-box1 h6{

font-size: 15px;

line-height: 169%;

color: #fff;

font-weight: 400;

margin: 0;
}
.col-box2 h5{

font-size: 20px;

color: #fff;

font-weight: 600;
}
.col-box2 h6{

font-size: 15px;

line-height: 169%;

color: #fff;

font-weight: 400;

margin: 0;
}
.col-box2 ul{

}
.col-box2 li{
  position: relative;
  font-size: 15px;
  line-height: 175%;
  color: #fff;
  font-weight: 400;
  margin: 0;
  list-style: none;
  padding: 5px 0;
}
.col-box2 li:after{
  position: absolute;
  content: '';
  background-image: url('../images/logo-spiral-white.webp');
  background-position: center;
  background-size: contain;
  width: 18px;
  height: 18px;
  left: -30px;
  top: 9px;
}.careerban2 {
    float: left;
    width: 100%;
    padding: 70px 0;
    background: #ffffff;
    position: relative;
}.cr-pattern {
    position: absolute;
    top: 0;
    right: 0;
    width: 190px;
    opacity: .3;
    transform: rotate(87deg);
}.cr-wd {
    margin-right: auto;
    margin-left: auto;
    width: 770px;
    max-width: 100%;
}.cr-wd h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #000000;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 15px;
    padding: 0 100px;
}.cr-wd p {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 400;
    color: #6f6f6f;
    font-size: 14px;
    line-height: 25px;
    padding: 0 70px;
    margin-bottom: 50px;
}.contact-label {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 15px;
    color: #1c1c1c;
    font-weight: 500;
}.mct_form {
    color: #000000;
    display: block;
    font-size: 14px;
    margin-bottom: 25px !important;
    padding: 0 20px;
    outline: none;
    background: #ebebeb;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    border: solid 1px rgb(255 255 255 / 30%);
    width: 100%;
    float: left;
    padding: 15px;
    margin-top: 10px;
    border-radius: 20px;
}.cr-wd h2 span {
    color: #14b58e;
}.contact-snd2 {
    background: #11b48e;
    border: 0;
    display: table;
    margin: auto;
    font-size: 15px;
    color: #fff;
    padding: 13px 10px;
    border-radius: 30px;
    position: relative;
    background-size: 300% 100%;
    overflow: hidden;
    width: 180px;
    height: 48px;
    z-index: 9;
}.contact-snd2 img{
  
width: 25px;
  
margin-top: -3px;
  
margin-left: 11px;
}
.innerban h2{

font-size: 40px;

color: #fff;

font-weight: 700;
}
.innerban p{
  
width: 50%;
  
font-size: 15px;
  
margin: 0;
  
color: #fff;
  
line-height: 180%;
  
padding-top: 5px;
}
.innerban img{
  
position: absolute;
  
right: -30px;
  
width: 200px;
  
bottom: -40px;
  
opacity: .2;
  
transform: rotate(105deg);
}
.contact-snd2:hover{
  
background-position: 100% 0;
  
moz-transition: all .4s ease-in-out;
  
-o-transition: all .4s ease-in-out;
  
-webkit-transition: all .4s ease-in-out;
  
transition: all .5s ease-in-out;
  
color: #fff;
  
text-decoration: none;
  
background-image: linear-gradient(to right, #34be9d, #124e92, #34be9d, #124e92);
}
.ban-bt1:hover{

background-position: 100% 0;

moz-transition: all .4s ease-in-out;

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

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

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

color: #fff;

text-decoration: none;

background-image: linear-gradient(to right, #34be9d, #124e92, #34be9d, #124e92);
}
.ban-bt2:hover{
  
background-position: 100% 0;
  
moz-transition: all .4s ease-in-out;
  
-o-transition: all .4s ease-in-out;
  
-webkit-transition: all .4s ease-in-out;
  
transition: all .5s ease-in-out;
  
color: #fff;
  
text-decoration: none;
  
background-image: linear-gradient(to right, #34be9d, #124e92, #34be9d, #124e92);
}#enroll .modal-content {
    background-color: #124e92;
    /* background-image: url('../images/logo-spiral.webp'); */
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100px;
    z-index: 9999999;
}.close_form {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    z-index: 999;
    top: 0;
    background: #124e92 url(../images/close.svg) no-repeat center center;
    background-size: 20px 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
}.mod-new {
    width: 100%;
    float: left;
    padding: 20px 30px;
}.mod-new h1 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700;
}.log-sec {
    width: 100%;
    float: left;
    background: #fff;
    padding: 50px 30px;
    border-radius: 30px;
}.log-field {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}.log-field label {
    font-size: 14px;
    color: #000;
    width: 100%;
    font-weight: 500;
}.log-field input {
    width: 100%;
    float: left;
    padding: 13px;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    font-size: 15px;
}.mod-right {
    width: 100%;
    float: left;
    padding: 160px 20px;
}.mod-right h5 {
    font-size: 33px;
    color: #11b48d;
    letter-spacing: 2px;
}.mod-right h6 {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    margin-top: 20px;
    line-height: 33px;
}.time-mod {
    font-size: 24px;
    color: #11b48d;
    font-weight: 400;
    margin-top: 30px;
}
@media(max-width: 575px){
      #enroll .mod-right {
        display: none;
    }
}
.log-sec{

}.log-sec button img{
  
width: 23px;
  
margin-left: 10px;
  
margin-top: -2px;
}
.log-sec button{width: 100%;float: left;border-radius: 30px;border: 0;margin-top: 10px;font-size: 14px;color: #fff;background: #11b48d;padding: 10px 0;background-size: 300% 100%;}.log-sec button:hover{
  
}
.mod-img2{
  
position: absolute;
  
right: 30px;
  
width: 120px;
  
opacity: .3;
  
transform: rotate(95deg);
}.log-sec button:hover{
      background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .5s ease-in-out;
    color: #fff;
    text-decoration: none;
    background-image: linear-gradient(to right, #34be9d, #124e92, #34be9d, #124e92);
}
.dt{
  border: 1px solid #b0aaaa;    color: #272626;
    display: block;      font-size: 15px;    height: 50px;     padding: 0 20px;
    outline: none;    background: #ffffff;    width: 100%;
    padding-left: 0px;    border: none;
    transition: all 500ms ease;    border: solid 1px rgba(46, 67, 110, 0.22);
       width: 100%;
    float: left;    padding: 10px;    margin-top: 17px;    border-radius: 5px;
}
.datepicker-dropdown{
    width: 225px;
    padding: 3px;
    background: #8affe8;
    border: 0;
}.datepicker-dropdown th{
    width: 1%;
    font-size: 13px;
    background: #8affe8;
    border: 2px solid #fff;
    padding: 3px;
    text-align: center;
    cursor: pointer;
}.datepicker-dropdown td:hover{
    background: #124e92;
    color: #fff;
}
.datepicker-dropdown td{
    width: 1%;
    font-size: 13px;
    background: #8affe8;
    border: 2px solid #fff;
    padding: 3px;
    text-align: center;
    cursor: pointer;
}
.datepicker-dropdown span{
    padding: 10px;
    word-break: break-all;
}
@media(max-width: 575px){
    .innerban{
        text-align:center;
    }.ab-box {
    width: 100%;}
  .mod-new {
    width: 100%;
    float: left;
    padding: 20px 0;
}.close_form {
    display: block;
    position: absolute;
    width: 36px;
    height: 36px;
  }
  .ct-form h1 {
    font-size: 44px;
    font-weight: 700;
    /* text-transform: uppercase; */
    color: #000;
    width: 100%;
    float: left;
    margin-top: 50px;
    text-align: center;
}.ct-form form {
    width: 100%;
    float: left;
    background: #f1f1f1;
    padding: 42px 20px;
    border-radius: 10px;
    margin-top: 20px;
}
  .cr-pattern{
    width: 90px;
  }
  .cr-wd h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #000000;
    font-size: 33px;
    line-height: 43px;
    margin-bottom: 15px;
    padding: 0;
}.cr-wd p{
  padding: 0;
}
  .college-sec img {
    float: left;
    width: 100%;
    height: auto;
  }.college-sec h1 {
    font-size: 37px;
    color: #000;
    font-weight: 700;
    padding-bottom: 10px;
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
}
.college-sec p{
  text-align: center;
}
.col-box1 {
    width: 100%;    margin-right: 0px;margin-bottom: 20px;
    height: auto;}
    .col-box2 {
    width: 100%}
  .doc-img {
    width: 120px;
    float: left;
    height: 120px;
    object-fit: cover;
    border-radius: 100%;
    border: 1px solid #ccc;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 80px;
    background: #fff;
}.doc-box{
  height: auto;
}
  .innerban h2 {
    font-size: 36px;
  }
  .s1 {
    width: 100%;
    float: left;
    border-radius: 20px;
    height: 270px;
    object-fit: cover;
}.s2 {
    width: 100%;
    float: left;
    border-radius: 20px;
    height: 270px;
    object-fit: cover;
}.service-full h1 {
    font-size: 36px;
    color: #000;
    font-weight: 700;
    margin-top: 20px;
    text-align: center;
}.service-full p{
  text-align: center;
}.service2 h2 {
          font-size: 36px;text-align: center;
  }
  .abt-box h6{
    width: 100%;
  }
  .abt2 {
    width: 100%;
    float: left;
    /* background-color: #124e92; */
    padding: 40px 0 60px;
    background-image: url(../images/video-bg-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: 60% center;
}
  .innerban p {
    width: 100%;
  }.abt1 h1 {
    font-size: 36px;
    color: #000;
    font-weight: 700;
    margin-top: 0px;
    text-align: center;
}.abt1 p {
    text-align: center;
  }.abt-box {
    max-width: 200px;
    display: block;
    margin: auto;
}
  .logo img {
    width: 154px;
}.logo {
    margin-top: 15px;
}
.talk{
float: none;
display: block;
margin: auto;
}
.ban-text {
    width: 100%;
    float: left;
    margin-top: 50px;
    text-align: center;
}.banner h1 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    text-align: center;
}.banner p{
  text-align: center;
}.ban-bt1{

max-width: 44%;

float: none;

display: inline-block;

margin: auto;
}
.ban-bt2{
  
float: none;
  
display: inline-block;
  
  
max-width: 45%;
}.ban-img {
    width: 100%;
    float: right;
}
.ban-img img {
        max-width: 100%;
        float: none;
        margin: auto;
        height: 310px;
        object-fit: contain;
        position: absolute;
        bottom: 0;
        left: 0;
}
.panel1 {
    text-align: center;
    }.p1-img{
      width: 100%;
    }.panel1 h1 {
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    margin-top: 0px;
}.panel1 a{
  float: none;
  display: block;
  margin: auto;
}.log-p1 {
    height: 146px;
  }.panel2 h1 {
    font-size: 36px;
    color: #000;
    font-weight: 700;
    text-align: center;
}.panel2 {
    width: 100%;
    float: left;
    padding: 65px 0;
}.panel2 p {
    font-size: 14px;
    font-weight: 400;
    line-height: 200%;
    color: #6f6f6f;
    float: right;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}.panel3 h1 {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    padding: 0;
}.panel3 p{
  padding: 0;
}.panel4 h1 {
    font-size: 36px;
    color: #000;
    font-weight: 700;
    text-align: center;
    padding: 0;
}.p5-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-top: 10px solid #e0e8f1;
    float: right;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    margin-left: 65px;
    border-left: 10px solid #e0e8f1;
    border-right: 10px solid #e0e8f1;
    border-bottom: 10px solid #e0e8f1;
}.panel5 h1 {
    font-size: 36px;
    color: #000;
    font-weight: 700;
    padding-top: 15px;
    text-align: center;
    width: 100%;
    float: left;
}.panel5 p{
  width: 100%;
  text-align: center;
}.p5-logo {        margin-bottom: 20px;
    width: 100%;
  }
.p5-box1 {
    width: 221px;
    height: 105px;
    background: #0eb68e;
    float: none;
    margin-right: 25px;
    text-align: center;
    padding: 20px 15px;
    border-radius: 20px;
    margin: 35px auto 0;
    display: table;
}
.p5-box2{
  float: none;
  display: table;
  margin: 20px auto 0;
}
.panel5 a{
  float: none;
  display: block;
        margin: 20px auto 40px;
      }
      .panel6 h1 {
    font-size: 36px;
    margin-bottom: 30px;
  }.panel6{
    padding: 60px 0 380px;
    height: auto;        background-size: contain;
  }
  .p6-box{
    float: none !important;
    display: block;
    margin: 20px auto;
  }.panel7 img {
    width: 100%;
    height: 325px;
    float: right;
    object-fit: cover;
    border-radius: 20px;
    margin-left: 0;
}.panel7 h1 {
    font-size: 36px;
    color: #000;
    font-weight: 700;
    padding-top: 20px;
    width: 100%;
    float: left;
    text-align: center;
}.panel7 p{
  text-align: center;
}.quick-links h4 {
    font-size: 22px;
    color: #fff;        margin-left: 0;
    float: left;
    margin-right: 50px;
    margin-bottom: 20px;
    text-align: left;
    width: 100%;
}.quick-links a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    padding: 0;
    text-align: left;
    width: 50%;
    float: left;
    line-height: 30px;
}.quick-links{
  padding: 30px 5%;
}.ftr-logo img {
    width: 194px;
    height: 67px;
    object-fit: contain;
    margin-bottom: 15px;
}.ftr-address {
    width: 100%;
    float: left;
    margin-top: 30px;
}.copy2 p {
    margin: 0;
    font-size: 14px;
    color: #fff;
    float: left;
}
}
@media(min-width: 576px) and (max-width: 767px){
  .ct-form h1 {
    font-size: 40px;
    font-weight: 700;
    /* text-transform: uppercase; */
    color: #000;
    margin-top: 30px;
}
  .cr-wd h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #000000;
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 15px;
    padding: 0;
}
  .col-box2 {
    width: 48%;
  }
  .col-box1 {
    width: 48%;
  }
  .s1{
    height: 400px;
  } .s2{
    height: 400px;
  }
  .innerban p {
    width: 100%;
  }.abt1 h1 {
    font-size: 50px;
    color: #000;
    font-weight: 700;
    margin-top: 0;
}
  .ban-text{
    width: 100%;        margin-top: 40px;
  }.ban-img {
    width: 100%;
    float: right;
}.ban-img img {
    width: 100%;
    max-width: 100%;
    float: right;
    margin-top: 57px;
    height: 331px;
    object-fit: contain;
}.panel1 h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    margin-top: 20px;
}.log-p1{
  height: 160px;
}.panel2 p {
    font-size: 14px;
    font-weight: 400;
    line-height: 200%;
    color: #6f6f6f;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}.p2-box h6 {
    font-size: 17px;
}.panel3 h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    padding: 0;
}.panel3 p {
    padding: 0;
}.panel4 h1 {
      padding: 0;
}.p5-img {
    width: 415px;
    height: auto;
    object-fit: cover;
    display: block;
    border-top: 10px solid #e0e8f1;
    float: none;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    margin: auto;
    border-left: 10px solid #e0e8f1;
    border-right: 10px solid #e0e8f1;
}.panel5 p{
  width: 100%;
}.panel6 h1{
  margin-bottom: 20px;
}.panel6{
  height: auto;
  background-size: unset;
}.p6-box{
  float: left !important;
}
.panel7 img {
    width: 246px;
    height: 325px;
    float: right;
    object-fit: cover;
    border-radius: 20px;
    margin-left: 10px;
}.panel7 h1 {
    font-size: 40px;
    color: #000;
    font-weight: 700;
    padding-top: 0;
}.quick-links a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    padding: 0 15px;
}.copy2 p {
    margin: 0;
    font-size: 14px;
    color: #fff;
    float: left;
}
}
@media(min-width: 768px) and (max-width: 991px){
    .mod-right{
        display:none;
    }
  .ct-form form {
    width: 100%;
    float: left;
    background: #f1f1f1;
    padding: 52px 20px;
  }.ct-img {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-bottom: 15px;
}
  .cr-wd h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #000000;
    font-size: 41px;
    line-height: 46px;
  }
  .college-sec img {
    float: left;
    width: 365px;
  }.college-sec h1 {
    font-size: 40px;
  }.col-box1 {
    width: 48%;margin-top: 20px;
  }.col-box2 {
    width: 48%;margin-top: 20px;
  }
  .doc-box {
    width: 100%;
    position: relative;
    float: left;
    border: 1px solid #16b58d;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 20px;
    overflow: hidden;
    background: #f1f1f1;
    height: 234px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}.doc-img {
    width: 115px;
    float: left;
    height: 115px;
    object-fit: cover;
    border-radius: 100%;
    border: 1px solid #ccc;
    margin-right: 10px;
    margin-top: 10px;
    background: #fff;
    margin-bottom: 44px;
}.doc-box h5 {
    font-size: 16px;
    color: #0f4f92;
    font-weight: 600;
    margin-top: 15px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}.doc-box h6 {
    font-size: 14px;
    line-height: 175%;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 10px;
}
  .abt1 h1 {
    font-size: 36px;
    color: #000;
    font-weight: 700;
    margin-top: 0;
}.abt-box h6

{
  width: 100%;
}

  .ban-text {
    width: 47%;
    float: left;
    margin-top: 80px;
}.banner h1 {
    font-size: 33px;
    font-weight: 700;
    color: #000;
}.ban-bt2 {
    width: 148px;
  }.ban-bt1 {
    width: 141px;
  }.banner{
    height: auto;
  }.panel1 h1 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    margin-top: 0;
}.p1-img {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;margin-top: 20px;
    width: 96%;
}.panel2 h1 {
    font-size: 36px;
  }.panel2 p {
    font-size: 14px;
    font-weight: 400;
    line-height: 200%;
    color: #6f6f6f;
    float: right;
    width: 100%;
    margin-bottom: 30px;
    margin-top: -10px;
}
.p2-box2{
  height: 273px;    padding: 92px 0;
}.panel3 h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    padding: 0;
}.panel3 p {
       padding: 0;
}.panel4 h1{
  padding: 0;
}.p5-img {
    width: 315px;
    height: 382px;
  }.panel5 {
    width: 100%;
    float: left;
    padding: 60px 0 60px;
    position: relative;
}.panel5 a{
  clear: both;
}.p6-box {
    width: 100%;
  }.panel7 img {
    width: 371px;
    height: 315px;
    float: right;
    object-fit: cover;
    border-radius: 20px;
    margin-left: 40px;
}.panel7 h1 {
    font-size: 45px;
    color: #000;
    font-weight: 700;
    padding-top: 10px;
}.ftr-address a img {
    width: 35px;
    margin: 10px 0px 0 0;
  }.quick-links a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    padding: 0 7px;
}.logo {
    width: 17%;
    float: left;
    position: relative;
    z-index: 9;
    margin-top: 15px;
}
}
@media(min-width:992px) and (max-width:1024px){
  .college-sec img {
    float: left;
    width: 415px;
  }
.logo {
    width: 17%;
    float: left;
    position: relative;
    z-index: 9;
    margin-top: 15px;
}
.banner {
    width: 100%;
    float: left;
    position: relative;
    height: auto;
}
.ban-text {
    width: 47%;
    float: left;
    margin-top: 114px;
}
.banner h1 {
    font-size: 46px;
    font-weight: 700;
    color: #000;
}
.panel1 h1 {
       margin-top: 0;
}
.panel4 h1 {
    font-size: 50px;
    color: #000;
    font-weight: 700;
    text-align: center;
    padding: 0 132px;
}
.p5-img {
    width: 407px;
    height: 634px;
    object-fit: cover;
    border-top: 10px solid #e0e8f1;
    float: right;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    margin-left: 65px;
    border-left: 10px solid #e0e8f1;
    border-right: 10px solid #e0e8f1;
}.p5-logo {
    width: 436px;
    height: 84px;
    object-fit: contain;
    float: left;
    margin-top: -3px;
}.p5-box1 {
    width: 209px;
    height: 105px;
    background: #0eb68e;
    float: left;
    margin-right: 15px;
    text-align: center;
    padding: 20px 15px;
    border-radius: 20px;
    margin-top: 35px;
}.p5-box2 {
    width: 215px;
    height: 105px;
    background: #0f4f92;
    float: left;
    margin-right: 25px;
    text-align: center;
    padding: 20px 15px;
    border-radius: 20px;
    margin-top: 35px;
}.panel7 img {
    width: 471px;
    height: 325px;
    float: right;
    object-fit: cover;
    border-radius: 20px;
    margin-left: 60px;
}.panel7 h1 {
    font-size: 50px;
    color: #000;
    font-weight: 700;
    padding-top: 37px;
}.ftr-address a img {
    width: 40px;
    margin: 10px 5px 0 0;
  }
}
@media(min-width:1025px) and (max-width:1199px){
  .college-sec img {
    float: left;
    width: 415px;
  }
.logo img {
    width: 164px;
}.header_menu_area > ul > li > a {
    margin: 10px 9px 0;
  }.banner {
    width: 100%;
    float: left;
    position: relative;
    height: auto;
}.ban-text {
    width: 47%;
    float: left;
    margin-top: 90px;
}.p5-logo {
    width: 326px;
    height: 84px;
    object-fit: contain;
    float: left;
    margin-top: 0;
}.p5-img {
    width: 405px;
  }.p5-box2 {
    width: 210px;
  }
  .p5-box1 {
    width: 200px;
  }.panel7 img {
    width: 520px;
    float: right;
    object-fit: cover;
    border-radius: 20px;
    margin-left: 30px;
}.panel7 h1 {
    font-size: 50px;
    color: #000;
    font-weight: 700;
    padding-top: 30px;
}.ftr-address a img {
    width: 40px;
    margin: 10px 4px 0 0;
  }
}

.log-menu{
      position: absolute;
    width: 74px;
    opacity: .3;
    top: 0;animation: swing cubic-bezier(0.62, 0.49, 0.99, 0.98) 4s infinite;
}@media (min-width: 992px) {
    .modal-lg {
        max-width: 920px !important;
    }
}@keyframes scale {
  100% {
    transform: scale(1);
  }
}.banner .active h1{
      transform: scale(0.94);
  animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
}
.banner .active h1 span {
  display: inline-block;
  opacity: 0;
  filter: blur(4px);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.triple-spinner {
  display: block;
  position: relative;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top: 4px solid #11b48d;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: auto;
}

.triple-spinner::before,
.triple-spinner::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 4px solid transparent;
}
.triple-spinner::before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-top-color: #124e92;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3.5s linear infinite;
}
.triple-spinner::after {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-top-color: #11b48d;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.75s linear infinite;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.panel7 a:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .5s ease-in-out;
    color: #fff;
    text-decoration: none;
    background-image: linear-gradient(to right, #34be9d, #124e92, #34be9d, #124e92);
}
.panel7 a img {
    width: 28px;
    float: right;
    margin-top: -3px;
    margin-left: 0;
    height: auto !important;
}
.panel7 a {
    width: 180px;
    height: 45px;
    float: left;
    background: #15b48e;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    padding: 11px 25px;
    border-radius: 30px;
    margin-top: 20px;
    text-align: left;
    display: block;
    background-size: 300% 100%;
}
.hidden-input-field {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
        z-index: -1;
    }
.grecaptcha-badge { 
    visibility: hidden;
}




