@font-face {
  font-family: 'Segoe-UI';
  src: url('../fonts/Segoe-UI.eot?#iefix') format('embedded-opentype'), 
  url('../fonts/Segoe-UI.woff') format('woff'), 
  url('../fonts/Segoe-UI.ttf') format('truetype'), 
  url('../fonts/Segoe-UI.svg#Segoe-UI') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'segoe-ui-bold';
  src: url('../fonts/segoe-ui-bold.eot?#iefix') format('embedded-opentype'), 
  url('../fonts/segoe-ui-bold.woff') format('woff'), 
  url('../fonts/segoe-ui-bold.ttf') format('truetype'), 
  url('../fonts/segoe-ui-bold.svg#segoe-ui-bold') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'OpenSans-Light';
  src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'), 
  url('../fonts/OpenSans-Light.woff') format('woff'), 
  url('../fonts/OpenSans-Light.ttf') format('truetype'), 
  url('../fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), 
  url('../fonts/OpenSans-Bold.woff') format('woff'), 
  url('../fonts/OpenSans-Bold.ttf') format('truetype'), 
  url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'OpenSans-Regular';
  src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), 
  url('../fonts/OpenSans-Regular.woff') format('woff'), 
  url('../fonts/OpenSans-Regular.ttf') format('truetype'), 
  url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'OpenSans-SemiBold';
  src: url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'), 
  url('../fonts/OpenSans-SemiBold.woff') format('woff'), 
  url('../fonts/OpenSans-SemiBold.ttf') format('truetype'), 
  url('../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter-Bold';
  src: url('../fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'), 
  url('../fonts/Inter-Bold.woff') format('woff'), 
  url('../fonts/Inter-Bold.ttf') format('truetype'), 
  url('../fonts/Inter-Bold.svg#Inter-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter-Regular';
  src: url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'), 
  url('../fonts/Inter-Regular.woff') format('woff'), 
  url('../fonts/Inter-Regular.ttf') format('truetype'), 
  url('../fonts/Inter-Regular.svg#Inter-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Segoe-UI', sans-serif;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  color: inherit;
  text-decoration: none;
}
*:focus {
  outline: none;
}
button:focus {
  outline: none;
}
button {
  border: 0;
}
ul li {
  list-style: none;
  color: inherit;
}
img {
  max-width: 100%;
}
a:hover {
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
}
.container {
  width: 1200px;
  margin: auto;
}

.head-top {
  height:15px;
  background: #3b7b8a;
}
.menu-main {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 0;
  background: #fff;
  position: relative;
}
.main-menu-rgt,
.main-menu-rgt ul {
  align-items: center;
  display: inline-flex;
}
.main-menu-rgt ul li {
  font-family: 'Segoe-UI', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-right: 30px;
}
.main-menu-rgt ul li:last-child {
  margin-right: 0;
}
.main-menu-rgt ul {
  margin-right: 72px;
}
.link,
.link-fill {
  border-radius: 10px;
  border: solid 1px #2d4756;
  color: #2d4756;
  font-size: 13px !important;
  font-weight: 300 !important;
  line-height: 18px !important;
  text-align: right;
  padding: 7px 31px 7px;
  font-family: OpenSans-Light, sans-serif;
  min-height: 30px;
}
.link-fill {
  background: #2D4756;
  color: #fff;
}
.main-menu-rgt .link-fill {
  margin-left: 21px;
  min-height: 30px;
   -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
.mob-visible {
  display: none;
}
.banner-inner {
  padding: 140px 0 150px;
  position: relative;
}
.testimonial-slider .slick-dots {
  bottom: 37px;
  left: -257px;
  width: calc(100% + 257px);
}
.banner,
.ad-idx {
  background-size: cover;
  position: relative;
}

.banner{
  height:500px;
}

.slider-banner .slick-next{
  right:30px;
}

.slider-banner .slick-prev{
  left:30px;
  z-index: 99;
}

.slider-banner .slick-prev:before, .slider-banner .slick-next:before{
    color: #000;
    font-size:30px;
}

.banner-inner h1 {
  color: #ffffff;
  font-family: 'Segoe-UI', sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 22px;
}
.banner-inner p {
  color: #ffffff;
  font-family: 'Segoe-UI', sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}
.ad-idx {
  padding:40px 0;
  margin-bottom: 80px;
}
.ad-main {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.ad-lft h2 {
  font-family: OpenSans-Bold, sans-serif;
  color: #2d4756;
  font-size:38px;
  font-weight: 700;
  line-height:38px;
}
.ad-lft p {
  color: #2d4756;
  font-family: 'OpenSans-Light', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 33px;
}
.log-link {
  border-radius: 8px;
  border: 2px solid #ffffff;
  background: #2d4756;
  color: #ffffff;
  font-family: 'Segoe-UI', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  padding: 15px 68px;
  margin-right: 22px;
}
.reg-link {
  border-radius: 8px;
  background: #3b7b8a;
  color: #ffffff;
  font-family: 'Segoe-UI', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  padding: 15px 57px;
  border:0px solid transparent;
}
.ad-idx:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d3d3d3;
  opacity: 0.3;
}
.about-main {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  margin-bottom: 117px;
  position: relative;
}
.abt-lft {
  width: 31.67%;
  box-sizing: border-box;
  padding:20px 20px;
  position: relative;
  background: #2D4756;
  color: #fff;
  border-radius: 0 19px 19px 0;
}

.abt-lft ul {
  padding: 0;
}

.abt-lft ul li{
  border:1px solid #fff;
  padding:15px;
  border-radius:10px;
}
.resendotp {
    color: #2e4756;
    font-weight: bold;
}

.abt-lft ul li:last-child {
  margin-top:30px;
}

.abt-lft ul img {
    margin-bottom: 16.5px;
}

.link_btn_main{
  margin-left:30px;
}

.abt_inner_left, .abt_inner_right{
    display: flex;
    align-items: center;
}

.abt-lft ul a.link-btn {
    color:#2d4756;
    font-family: 'OpenSans-SemiBold', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    border-radius: 10px;
    background: #fff;
    padding: 14px 20px;
    display: inline-flex;
    margin: auto;
    margin-bottom: 16.5px;
}

.abt-rgt {
  width: calc(100% - 31.67% - 34px);
}
.abt-lft:before {
  content: '';
  position: absolute;
  width: 100vw;
  height: 100%;
  background: #2D4756;
  z-index: -1;
  left: -97vw;
  top: 0;
}
.abt-lft h5 {
  color: #ffffff;
  font-family: 'Segoe-UI', sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 23px;
}
.abt-lft ul li span {
  color:#fff;
  font-family: 'OpenSans-Light', sans-serif;
  font-size: 14px;
  font-weight:400;
  line-height: 19px;
  margin-bottom: 6px;
  display: block;
}
.abt-lft ul li h6 {
  color: #ffffff;
  font-family: 'OpenSans-Bold', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 6px;
}
.abt-lft ul li .aply-link {
  background: #3b7b8a;
  color: #ffffff;
  font-family: 'OpenSans-Light', sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 19px;
}

.main-title {
  color: #2d4756;
  font-family: 'Segoe-UI', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 20px;
}
.colr {
  color: #3B7B8A;
}
.abt-rgt p {
  color: #4f4f4f;
  font-family: 'OpenSans-Light', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  margin-bottom: 20px;
}
.read-link {
  border-radius: 10px;
  background: #2d4756;
  display: inline-block;
  color: #ffffff;
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  padding: 10px 20px;
  margin-bottom: 10px;
}
.about-main:before {
  content: '';
  position: absolute;
  width: 29%;
  height: 36%;
  left: -31.8%;
  z-index: 999;
  background-image: url(../img/dot.png);
}
.srvc-block {
  margin-top: 50px;
  display: inline-flex;
  justify-content: center;
}
.srvc-idx {
  margin-bottom: 82px;
}
.srvc-block>div {
  width: 25.35%;
  margin: 0 61px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 2px 4px rgb(100 100 100 / 50%);
  padding: 38.5px 12.5px 9px;
  text-align: center;
  position: relative;
  transition: 0.5s ease-out;
}
.aply-link {
  border-radius: 10px;
  background: #3B7B8A;
  color: #ffffff;
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  padding: 9px 20px;
  display: inline-block;
  position: relative;
  bottom: 0px;
  transition: 0.5s ease-out;
}
.srvc-block>div:hover .aply-link {
  transform: translateY(28px);
  background: #2d4756;
}
.srvc-block>div>img {
  margin-bottom: 37.5px;
}
.srvc-block>div h6 {
  font-family: 'OpenSans-Bold', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
  margin-bottom: 20px;
  width: 94%;
  margin: auto;
  margin-bottom: 20px;
}
.srvc-block>div p {
  font-family: 'OpenSans-Light', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  text-align: center;
  margin-bottom: 24px;
  width: 92%;
  margin: auto;
  margin-bottom: 24px;
  /*margin-top: 20px;*/
  display: inline-table;
}
.srvc-block>div:hover {
  box-shadow: 5px 5px 10px 5px rgb(100 100 100 / 50%);
  border: solid 1px #2d4756;
  transform: translate(0, -24px);
}
.cmp-logo {
  background: #3B7B8A;
  padding: 42px 0;
  text-align: center;
}
.cmp-logo-main {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 61px;
  flex-wrap: wrap;
}
.testimonial-slider {
  margin-bottom: 43px !important;
  width: 100%;
  display: inline-block;
  position: relative;
}
.testimonial-sub {
  width: 449px;
  height:318px;
  padding: 67px 50px 62px;
  box-shadow: -5px 0px 4px 2px rgb(100 100 100 / 50%);
  background: #fff;
  display: inline-flex !important;
  margin: 99px 35px 114px 0;
  z-index: 999;
}
.testimonial-sub img {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  margin-right: 15px;
}
.testimonial-sub h6 {
  margin-top: 4px;
  font-family: OpenSans-SemiBold, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}
.testimonial-sub span {
  display: block;
  color: #2d4756;
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 14px;
}
.testimonial-sub p {
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}
.testimonial-slider .slick-list {
  overflow: visible;
}
.testimonial-idx {
  width: 100%;
  overflow-x: hidden;
  padding-left: 257px;
  padding-top: 71px;
  position: relative;
}
.testimonial-slider:before {
  content: '';
  position: absolute;
  right: 0;
  width: calc(100% - 110px);
  height: 100%;
  background: #2D4756;
  z-index: -1;
}
.testimonial-slider .slick-dots {
  bottom: 37px;
}
.testimonial-slider .slick-dots li.slick-active button:before {
  opacity: .75;
  color: #ffffff;
}
.testimonial-slider .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0px 7px;
}
.testimonial-slider .slick-dots li button:before {
  font-family: 'slick';
  font-size: 40px;
  line-height: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  content: '•';
  text-align: center;
  opacity: 1;
  color: #d3d3d3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.testimonial-idx:before {
  content: url(../img/quote.png);
  position: absolute;
  left: 87px;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.map-idx {
  width: 100%;
  position: relative;
  display: inline-block;
  max-height: 600px;
  overflow: hidden;
}
.map-idx img {
  width: 100%;
}
.map-block {
  position: absolute;
  z-index: 99;
  background: #fff;
  top: 75px;
  left: 382px;
  min-width: 382px;
  padding: 52px 33px 40px;
}
.map-block h2 {
  color: #262262;
  font-family: 'Raleway-SemiBold', sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 25px;
}
.map-block span {
  display: block;
  color: #58595b;
  font-family: 'OpenSans-Light', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}
.map-block p {
  color: #58595b;
  font-family: 'OpenSans-Light', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  margin-top: 10px;
  margin-bottom: 21px;
}
.map-block:after {
  border: solid;
  content: '';
  position: absolute;
  top: calc(50% - 17px);
  right: -36px;
  border-width: 18px;
  border-color: #ff000000 #0000ff00 #80808000 #ffffff;
  bottom: 50%;
}
.map-block h4 {
  color: #231f20;
  font-family: 'OpenSans-SemiBold', sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 41px;
  margin-bottom: 18px;
}
.map-block>span>a:not(:only-child):after,
.contct-dtl ul li p a:not(:only-child):after {
  content: " | ";
}
.map-block span>a {
  margin-left: 10px;
}
.contct-dtl ul li p a {
  margin-left: 5px;
}
.map-block>span>a:last-child:after,
.contct-dtl ul li p a:last-child:after {
  display: none;
}
.map-block>span>a:nth-of-type(2),
.contct-dtl ul li p a:nth-of-type(2) {
  margin-left: 0;
}
a.map-link {
  border-radius: 3px;
  background: #3b7b8a;
  color: #ffffff;
  font-family: 'OpenSans-Bold', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.777778px;
  padding: 17.5px 47px;
  display: inline-block;
}
footer {
  background: #2d4756;
  color: #fff;
  padding: 70px 0 51px;
}
footer .container {
  width: 1180px;
}
.ft-top {
  width: 700px;
  margin: auto;
  text-align: center;
  margin-bottom: 70px;
}
.ft-top h6 {
  color: #ffffff;
  font-family: 'OpenSans-Light', sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.ft-top h2 {
  color: #ffffff;
  font-family: 'OpenSans-SemiBold', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
}
.ft-top form input::placeholder {
  color: #fff;
}
.ft-top form {
  width: 100%;
  border: solid 1px #ffffff;
  float: none;
  display: inline-block;
}
.ft-top form input {
  font-family: 'OpenSans-Light', sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 2px;
  background: transparent;
  border: none;
  color: #fff;
  padding: 19px 26px 17px;
}
.ft-top form input[type="email"] {
  width: calc(100% - 183px);
  float: left;
  text-align: left;
}
.ft-top form input[type="submit"] {
  padding-right: 44px;
  padding-left: 44px;
  width: auto;
  border-left: 1px solid;
  float: right;
  font-family: 'OpenSans-SemiBold', sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}
.ft-mid {
  border-top: solid 1px #dedede;
  border-bottom: solid 1px #dedede;
  position: relative;
  display: inline-flex;
  width: 100%;
  justify-content: center;
  padding: 20px 0;
  margin-bottom: 40px;
}
.ft-mid ul li {
  display: inline-block;
  color: #ffffff;
  font-family: 'OpenSans-Light', sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 10px;
}
ul.social-ft {
  position: absolute;
  right: 0;
}
ul.social-ft li {
  margin-left: 10px;
  margin-right: 0;
}
.ft-btm {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
}
.ft-btm ul li {
  display: inline-block;
  font-family: 'OpenSans-Light', sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 15px;
  letter-spacing: 1px;
  margin-right: 7px;
  color: rgba(255, 255, 255, 0.5);
}
.ft-btm ul li a {
  color: #fff;
  text-decoration: underline;
}
.ft-btm div {
  color: rgba(255, 255, 255, 0.5);
  font-family: 'OpenSans-Light', sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 15px;
  letter-spacing: 1px;
}

/*================================
          MOBILE MENU START
  ================================*/

.c-hamburger--htx,
.c-hamburger--htx.is-active,
.c-hamburger--htx.is-active span {
  background: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  height: 1px;
  background: #3b7b8a;
}
.c-hamburger--htx span {
  -webkit-transition: background 0s .3s;
  transition: background 0s .3s;
}
.c-hamburger span::after,
.c-hamburger span::before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #3b7b8a;
  content: "";
}
.c-hamburger span::before {
  top: -8px;
}
.menu-icon {
  position: absolute;
  width: 29px;
  right: 0;
  top: 37px;
}
.c-hamburger--htx span::after,
.c-hamburger--htx span::before {
  -webkit-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0s;
  transition-delay: .3s, 0s;
}
.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.c-hamburger span::after {
  bottom: -8px;
}
.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
header.transparent-header .c-hamburger--htx.is-active span {
  background: 0 0;
}
.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after,
.c-hamburger--htx.is-active span::before {
  -webkit-transition-delay: 0s, .3s;
  -moz-transition-delay: 0s, .3s;
  -ms-transition-delay: 0s, .3s;
  transition-delay: 0s, .3s;
}
header.transparent-header .c-hamburger span,
header.transparent-header .c-hamburger span::after,
header.transparent-header .c-hamburger span::before {
  background: #fff;
}
.c-hamburger.c-hamburger--htx.is-active span::after {
  bottom: 0;
}
.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-icon {
  display: none;
}
@media only screen and (max-width: 900px) {
  .c-hamburger {
    display: block;
  }}
.navigation {
  color: #3b7b8a;
  position: fixed;
  width: 80%;
  height: 100%;
  display: block;
  position: fixed;
  /*position: absolute;*/
  top: 0;
  right: -83%;
  top: 0px;
  margin: 0;
  border: 0;
  border-radius: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding: 55px;
  visibility: visible;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  box-shadow: 0 0 10px 0 rgb(50 50 50 / 75%);
  z-index: 999;
  padding: 60px 15px 35px;
}
@media (max-width: 900px) {
  .content-wrapper {
    z-index: 800;
    transform: translate(0px, 0);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden !important;
  }  .sticky-header {
    top: -1px;
  }}
.head-bottom.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999999;
  box-shadow: 0 0 16px #80808073;
}
.navigation.visible {
  right: 0;
}
.opacity {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -webkit-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
}
.menu-header ul li,
.menu-header ul li a {
  display: block;
  color: #3b7b8a;
  font-family: 'Segoe-UI', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 35px;
  text-align: left;
  text-transform: capitalize;
  margin-right: 30px;
  position: relative;
  width: 100%;
}
.cmp-logo-main .slick-prev {
  left: 0;
  top:35%;
}
.cmp-logo-main .slick-next {
  right: 0;
  top:35%;
}
span.title-mo-menu {
  display: block;
  color: #2f0802;
  font-family: 'Oswald-SemiBold', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  text-align: left;
  text-transform: uppercase;
  margin-right: 30px;
  position: relative;
  width: 100%;
  margin-bottom: 18px;
  margin-top: 15px;
}
.menu-header>ul>li>a:not(:only-child):after {
  content: '\f3d3';
  font-family: 'Ionicons';
  font-size: 15px;
  margin-left: 9px;
  font-weight: bold;
  float: right;
}
.menu-header ul.sub-menu {
  position: relative;
  left: 0;
  right: 0;
  transform: none;
  width: 100%;
  transition: 0s ease out;
  margin-bottom: 15px;
  box-shadow: none;
}
.menu-header ul.sub-menu li a {
  padding: 8px 15px;
  font-size: 17px;
}
.menu-header>ul>li>a.active:after {
  transform: rotate(90deg);
}
.mobile-menu {
  position: absolute;
  right: 16px;
  font-size: 55px;
  top: 10px;
}
.lock-scroll {
  position: fixed;
  overflow: hidden;
}
.read-link:hover,
.link-fill:hover,
.log-link:hover,
.contct-form form input[type="submit"]:hover {
  background-color: #3B7B8A;
  border-color: #3B7B8A;
}
.reg-link:hover,
.map-link:hover {
  background: #2d4756;
  border-color: #2d4756;
}
.link:hover {
  background: #2d4756;
  color: #fff;
}
.cmp-logo-main.slick-slider>div {
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.cmp-logo-main.slick-slider .slick-track,
.slick-slider .slick-list .slick-track a {
  display: inline-flex;
  align-items: center;
}
.cmp-logo-main.slick-slider .slick-track,
.slick-slider .slick-list .slick-track a img {
  margin: auto;
}
.in-banner {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.in-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(59, 123, 138, 0.5);
}
.banner-in-sub {
  position: relative;
  padding: 70px 0;
}
.banner-in-sub h1 {
  color: #ffffff;
  font-family: Inter-Bold;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 10px;
}
.banner-in-sub ul {
  display: flex;
}
.banner-in-sub ul li {
  color: #ffffff;
  font-family: Inter-Regular, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}
.banner-in-sub ul li:after {
  content: '/';
  position: relative;
  margin: 0 5px;
}
.banner-in-sub ul li:last-child:after {
  display: none;
}
.abt-main {
  width: 100%;
  display: inline-flex;
  align-items: normal;
  justify-content: space-between;
  margin-bottom: 50px;
}
.abt-img {
  width: 47.5%;
}
.abt-img img,
.abt-srvc-rgt img {
  width: 100%;
}
.abt-data {
  width: calc(100% - 53.5%);
}
span.pre-title {
  color: #3d7b89;
  font-family: 'Inter-Regular', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 16px;
  display: block;
}
.in-title {
  font-family: segoe-ui-bold, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 20px;
}
.abt-data p {
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
}
.abt-data {
  width: calc(100% - 53.5%);
}
.abt-srvc {
  width: 100%;
  position: relative;
  margin-bottom: 60px;
  padding: 50px 0;
}
.abt-srvc-main {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.abt-srvc-lft {
  width: 29.5%;
}
.abt-srvc-rgt {
  width: calc(100% - 41.4%);
}
.abt-srvc-lft h2 {
  margin-bottom: 14px;
}
.abt-srvc-lft p {
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 20px;
}
.abt-srvc:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 69.35%;
  height: 100%;
  background: rgba(220, 220, 220, 0.2);
  z-index: -1;
}
.abt-srvc-lft span.pre-title {
  color: #000;
}
.team-block {
  position: relative;
  margin-bottom: 50px;
  width: 100%;
}
.abt-team-top {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: normal;
  margin-bottom: 45px;
}
.team-rgt {
  width: 45%;
}
.team-lft {
  width: 45%;
}
.team-rgt h3, .team-lft h3 {
  font-family: 'Segoe-UI', sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 20px;
}
.team-lft p, .team-rgt p {
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 10px;
}
.abt-team-btm {
  width: 100%;
  display: inline-flex;
  align-items: end;
  flex-wrap: wrap;
}
.abt-team-btm div {
  width: calc(100% / 3 - 48px);
  margin-right: 72px;
  position: relative;
  overflow: hidden;
  display: flex;
}
.abt-team-btm div:nth-child(3n) {
  margin-right: 0;
}
.abt-team-btm div .team-dtl {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: rgba(61, 123, 137, 0.7);
  padding: 61px 0 50px;
  color: #fff;
  transform: translateY(100%);
  display: none;
  transition: 0.5s ease-out;
  display: block;
  visibility: hidden;
  opacity: 0;
}
.abt-team-btm div:hover .team-dtl {
  transform: translateY(0%);
  visibility: visible;
  opacity: 1;
}
.team-dtl h4 {
  color: #ffffff;
  font-family: OpenSans-Bold, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 7px;
}
.team-dtl p {
  color: #ffffff;
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 8px;
}
.team-dtl ul {
  /* width: 100%; */
  display: inline-flex;
  /* justify-content: center; */
}
.team-dtl ul li {
  margin: 0 5px;
}
.progress-bar {
  width: 100%;
  display: inline-block;
}
.progress-bar span {
  font-family: 'OpenSans-Bold', sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  margin-bottom: 8px;
  display: inline-block;
}
textarea {
  resize: none;
}
.contact-main {
  margin-top: 20px;
  display: inline-flex;
  width: 100%;
  margin-bottom: 53px;
  justify-content: space-between;
}
.contct-dtl {
  width: 36.5%;
}
.contct-form {
  width: 77.5%;
}
.contct-dtl ul li {
  margin-bottom: 22px;
}
.contct-dtl ul li h5 {
  font-family: OpenSans-Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 5px;
}
.contct-dtl ul li p,
.contct-dtl ul li a {
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.contct-form h2 {
  font-family: segoe-ui-bold, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 26px;
}
.contct-form p {
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  width: 97%;
  margin-bottom: 21px;
}
.contct-form form input,
.contct-form form textarea {
  width: 100%;
  border: solid 1px #808080;
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  padding: 10px 9px 8px;
  margin-bottom: 30px;
  color: #000;
}
.contct-form form input::placeholder,
.contct-form form textarea::placeholder {
  color: #000;
}
.contct-form form textarea {
  height: 237px;
  box-sizing: border-box;
}
.contct-form form input[type="submit"] {
  width: auto;
  border-radius: 10px;
  background: #2d4756;
  cursor: pointer;
  color: #ffffff;
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  padding: 10px 40px;
  margin-bottom: 0;
}
.log-block {
  display: block;
  justify-content: center;
  width: max-content;
  margin: auto;
  margin-top: 134px;
  margin-bottom: 137px;
  background: #fff;
  box-shadow: 8px 8px 10px 5px rgb(100 100 100 / 50%);
  padding: 44px 93px 55px;
  text-align: center;
  box-sizing: border-box;
}
.log-block h2 {
  font-family: 'segoe-ui-bold', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.log-block form label,
.log-block form input {
  display: block;
  width: 100%;
  text-align: center;
}
.log-block form label {
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 5px;
}
.log-block form input {
  border: 0;
  border-bottom: solid 1px #808080;
}
.log-block form input {
  border: 0;
  border-bottom: solid 1px #808080;
  margin-bottom: 31px;
  border-radius: 0;
}
.log-block input[type="submit"] {
  margin-bottom: 0;
  width: auto;
  margin: auto;
  background: transparent;
  border-radius: 8px;
  border: solid 1px;
  background: #ffffff;
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 7px;
  font-weight: 400;
  line-height: 10px;
  text-align: right;
  padding: 3px 18px;
  cursor: pointer;
}
.regular-checkbox {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
.regular-checkbox:checked {
  background-color: #e9ecee00;
  border: 1px solid #000000;
  color: #000000fa;
}
.regular-checkbox:checked:after {
  content: '\2714';
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #000000;
}
.big-checkbox {
  padding: 18px;
}
.big-checkbox:checked:after {
  font-size: 28px;
  left: 6px;
}
.check {
  display: flex;
  justify-content: space-between;
  margin-bottom: 37px;
}
.check>div {
  display: inline-flex;
  align-items: center;
}
.check>div>input {
  width: 13px;
  height: 13px;
  border: solid 1px;
  background: #ffffff;
  margin-right: 7.5px;
  margin-bottom: 0 !important;
  cursor: pointer;
}
.check>div>label {
  font-family: 'Inter-Regular', sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  text-align: right;
  margin-bottom: 0;
}
.check>div a {
  font-family: 'Inter-Regular', sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  text-align: right;
}
.log-block.otp-block input[type="submit"] {
  border-radius: 8px;
  border: solid 1px;
  background: #3d7b89;
  color: #ffffff;
  font-family: 'Inter-Regular', sans-serif;
  font-size: 7px;
  font-weight: 400;
  line-height: 8px;
  text-align: right;
  border-color: #000;
}
.pre-register-main {
  display: block;
  width: 580px;
  margin: auto;
  margin-bottom: 66px;
  margin-top: 10px;
}
.pre-register-main p {
  font-family: 'Inter-Regular', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  margin-bottom: 15px;
}
.reg-jobs {
  margin-top: 45px;
  margin-bottom: 66px;
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
}
.reg-jobs>div {
  width: 25.6%;
  text-align: center;
}
.reg-jobs>div img {
  margin-bottom: 16.5px;
}
.srvc-pg .srvc-block>div {
  margin: 0px 10px;
}
.reg-jobs>div a.link-btn {
  color: #ffffff;
  font-family: 'OpenSans-SemiBold', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  border-radius: 10px;
  background: #2d4756;
  padding: 14px 20px;
  display: inline-flex;
  margin: auto;
  margin-bottom: 16.5px;
}
.reg-jobs>div>span {
  font-family: 'OpenSans-Light', sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  width: 100%;
  display: block;
}
.pre-register-main ul li {
  font-family: 'Inter-Regular', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.pre-register-main ul li:before {
  content: '-';
  position: relative;
  margin-right: 3px;
}
.srvc-main {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  margin-bottom: 138px;
  margin-top: 60px;
}
.srvc-lft {
  width: 64.3%;
}
.srvc-rgt {
  width: 32.5%;
}
.srvc-lft h2 {
  color: #272727;
  font-family: 'Segoe-UI', sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 1px;
  margin-bottom: 22.6px;
}
.pre-register-main p:nth-of-type(2) {
  width: 72.6%;
  margin: auto;
  margin-bottom: 15px;
}
.srvc-lft p,
.srvc-lft {
  color: #272727;
  font-family: OpenSans-Regular, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 40px;
}
.srvc-lft p a {
  color: #01B1E8;
}
.srvc-lft ul li,
.srvc-lft ul li a {
  color: #01B1E8;
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.srvc-lft ul li:before {
  content: '-';
  position: relative;
  margin-right: 6px;
}
.srvc-rgt h3 {
  color: #272727;
  font-family: 'Segoe-UI', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 18px;
}
.srvc-rgt ul li {
  padding: 0 14px 0 25px;
  background: #F8F8F8;
  color: #272727;
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  width:100%;
}
.srvc-rgt ul li:before {
  content: '\2714';
  display: inline-flex;
  margin-right: 15px;
}
.srvc-rgt ul li {
  padding: 0 14px 0 25px;
  background: #F8F8F8;
  color: #272727;
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  display: inline-flex;
}
.srvc-rgt ul li:hover,
.srvc-rgt ul li.active {
  color: #01B1E8;
  background: #E5F5FC;
}
.faq-main {
  padding: 0 65px;
  text-align: center;
  margin-bottom: 100px;
  display:none;
}
.faq-main h3 {
  color: #272727;
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.faq-main h2 {
  color: #272727;
  font-family: "Segoe UI";
  font-size: 36px;
  font-weight: 400;
  line-height: 48px;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 34px;
}
#accordion>li>div ul li:before {
  content: url(../img/faq-bullet.svg);
  margin-right: 12px;
}
.srvc-in {
  margin-top: 28px;
  display: inline-block;
  width: 100%;
  margin-bottom: 70px;
  text-align:left;
  padding: 0 50px;
}

.srvc-in ul{
  padding-bottom:10px;
}

.srvc-in li{
  list-style:disc;
  list-style-position:inside;
  margin-bottom: 10px;
}

.srvc-in h3{
  margin-bottom:15px;
}

.srvc-in p a{
  color: #2d4756;
  font-weight:600;
  cursor:pointer;
}

.srvc-in span.head-title {
  color: #3d7b89;
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 11px;
  display: block;
}
.srvc-in h2 {
  font-family: "Segoe UI";
  font-size: 36px;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 38px;
}
.srvc-in p {
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-align:left;
  margin-bottom: 20px;
}
.srvc-pg .srvc-block {
  margin-top: 0;
}
.srvc-pg {
  margin-bottom: 100px;
}

/*label {
  display: inline-block;
  background-color: indigo;
  color: white;
  padding: 0.5rem;
  font-family: sans-serif;
  border-radius: 0.3rem;
  cursor: pointer;
  margin-top: 1rem;
}*/

.register-main {
  width: 100%;
  margin-top: 10px;
  display: inline-block;
  margin-bottom: 78px;
}
.register-main .title {
  color: #ffffff;
  font-family: OpenSans-Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  width: 100%;
  text-align: center;
  background: #2d4756;
  padding: 10px 0;
  margin-bottom: 30px;
}
.register-main {
  width: 800px;
  margin-top: 50px !important;
  display: block;
  margin-bottom: 78px !important;
  margin: auto;
}
.register-main>form>.col-6 {
  width: calc(100% / 2 - 20px);
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col-6 {
  width: calc(100% / 2 - 15px);
}
.col-3 {
  width: calc(100% / 4 - 15px);
}
.col-4 {
  width: calc(100% / 3 - 10px);
}
.col-12 {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  /*justify-content: space-between;*/
}
.register-main form label.upload {
  display: inline-block;
  width: 150px !important;
  height: 150px;
  border: solid 1px #d9d9d9;
  background: #ffffff;
  position: relative;
  padding: 5%;
  color: #3b7b8a;
  font-family: 'OpenSans-Bold', sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 65px;
  text-align: center;
  border-radius: 0;
}
.justify-block {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
}
.justify-block.work-exp .nice-select,
.justify-block.work-exp input {
  margin-right: 20px;
}
.justify-block.work-exp .nice-select:last-child {
  margin: 0;
}
.justify-block.work-exp {
  margin-bottom: 10px;
}
.register-main form>div>a {
  color: #3b7b8a;
  font-family: 'OpenSans-Bold', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}
.register-main form>div>.regular-checkbox:checked:after {
  content: '';
  position: absolute;
  transform: rotate(45deg);
  height: 12px;
  width: 5px;
  margin-left: 6px;
  border-bottom: 2px solid #3b7b8a;
  border-right: 2px solid #3b7b8a;
  left: 0;
  top: -4px;
}
.register-main form>div>span {
  color: #3b7b8a;
  font-family: 'OpenSans-Light', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}
.register-main form input[type='checkbox'] {
  border: solid 1px #000;
  background: #ffffff;
  width: 15px;
  height: 15px;
  display: inline-flex;
  margin-right: 8px;
  border-radius: 0;
  padding: 0;
  margin-bottom: 0;
  cursor: pointer;
}
.register-main form>div>span.terms {
  font-family: 'Inter-Regular', sans-serif;
  height: 19px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #000000;
}
.register-main form input[type="submit"] {
  margin-top: 10px;
  width: auto;
  margin-bottom: 0;
  color: #ffffff;
  font-family: 'OpenSans-Light', sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  border-radius: 10px;
  background: #2d4756;
  border: 0;
  padding: 12px 113px 10px;
  cursor: pointer;
}
.register-main form .nice-select {
  border-radius: 5px;
  border: solid 1px #808080;
  background: #ffffff;
  width: 100%;
  color: #808080;
  font-family: 'OpenSans-Bold', sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  padding: 11px 10px;
  text-transform: capitalize;
  height: auto;
  min-height: 42px;
}
.register-main form .nice-select:after {
  border-bottom: 1px solid #7d7d7d;
  border-right: 1px solid #7d7d7d;
  right: 11px;
}
.register-main form label {
  color: #3b7b8a;
  font-family: 'OpenSans-Bold', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  padding: 0;
  background: transparent;
  margin-top: 0;
  width: 100%;
  display: block;
  margin-bottom: 7px;
}
.register-main form input {
  border-radius: 5px;
  border: solid 1px #808080;
  background: #ffffff;
  color: #808080;
  font-family: 'OpenSans-Bold', sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  padding: 11px 10px;
  width: 100%;
}
.register-main form>div {
  margin-bottom: 18.5px;
}
.register-main form {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

/*================================
          MOBILE MENU END
  ================================*/


/*ACCORDIAN*/

#accordion {
  list-style: none;
  padding: 0px;
  padding: 0 0 0 33px;
  position: relative;
  text-align: left;
}
#accordion>li {
  display: block;
  list-style: none;
  border-bottom: solid 1px #9ca7ac;
  margin-bottom: 40px;
  padding-bottom: 10px;
}
#accordion>li>span {
  display: block;
  margin: 0 0 28px 0;
  background-size: 20px;
  color: #272727;
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 1px;
  cursor: pointer;
  display: inline-flex;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#accordion>li>div {
  list-style: none;
  padding: 0 0 20px 3px;
  display: none;
  overflow: auto
}
#accordion>ul li {
  font-weight: normal;
  cursor: auto;
  padding: 0 0 0 7px;
}
#accordion a {
  text-decoration: none;
}
#accordion>li>div p {
  color: #465358;
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
#accordion>li>div ul {
  margin-bottom: 20px;
}
#accordion>li>div ul li {
  color: #272727;
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 1px;
}
#accordion>li>span:before {
  content: '\f3d1';
  font-family: 'Ionicons';
  font-size: 20px;
  margin-left: 0;
  position: absolute;
  left: 0px;
  text-align: center;
  display: block;
  width: auto;
  color: #272727;
  font-weight: 400;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#accordion>li>span.active:before {
  transform: rotate(90deg);
}
.contct-dtl ul li > ul {
    display: inline-flex;
}
.contct-dtl ul li > ul li {
    margin-right: 15px;
}
/*mobile submenu*/
.placement-logo{
  table-layout: fixed;
  width: 100%;
  text-align: center;
}
.placement-main {
    margin: 105px 0;
}
table.placement-logo tr td {
  padding: 40px 20px 40px;
  border-bottom: 1px solid #e3e3e3;
}

.placement-logo .sponsors_title{
  margin-top:10px;
  color: #808080;
}

table.placement-logo tr {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
}
table.placement-logo tr td {
    width: calc(100% / 5);
}
.inactive {
    opacity: .5;
    pointer-events: none;
}
.error-border{border:1px solid red !important;}
.error-main {
    position: relative;
    height: 100vh;
    padding: 5% 0;
}
.erroe-msg {
    position: relative;
}
.erroe-msg h1 {
    font-size: 120px;
    font-weight: 700;
    line-height: 151px;
    margin-bottom: 20px;
    color: #2d4756;
    font-family: 'Segoe-UI', sans-serif;
}
.erroe-msg h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.erroe-msg p {
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: 1px;
    margin-bottom: 40px;
    width: 83.4%;
    color: #000000;
    font-family: 'OpenSans-Light', sans-serif;

}

/*model*/
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 10vh auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 70%; /* Could be more or less, depending on screen size */
}
@media (max-width: 1050px){
  .modal-content {width: 95%;}
}
.form-data button {
    display: block;
    text-align: center;
    background: #2d4756;
    padding: 11px;
    min-width: 150px;
    color: #fff;
    margin: 10px 40px 0 0;
    border-radius: 7px;
    font-size: 15px;
    cursor: pointer;
}
.contact-form {
    text-align: left;
}
.form-data table tr td, .form-data table tr th {
    padding: 8px 0;
    font-family: 'Inter-Regular';
    font-size: 15px;
}
@media (min-width: 1366px) {
  .modal-content {
    background-color: #fefefe;
    margin: 10vh auto; /* 15% from the top and centered */
    padding: 25px;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
  }
}
.form-data table {
    width: 100%;
    table-layout: fixed;
}
.btn-block {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 10px 0 0;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

button.button {
  background:none;
  border-top:none;
  border-right:none;
  border-left:none;
  border-bottom:#02274a 1px solid;
  padding:0 0 3px 0;
  font-size:16px;
}

button.button:hover {
  border-bottom:#a99567 1px solid;
  color:#a99567;
}
form#member_register_form a.log-btn {
    margin-top: 10px;
    width: auto;
    margin-bottom: 0;
    color: #ffffff;
    font-family: 'OpenSans-Light', sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    border-radius: 10px;
    background: #2d4756;
    border: 0;
    padding: 12px 113px 10px;
    cursor: pointer;
}
.close_btn{position: absolute;
    right: -45px;
    top: 6px;
    background: #2d4756;
    color: #fff;
    padding: 5px 10px;cursor: pointer;}

.close_btn2{position: absolute;
    right: -45px;
    top: 6px;
    background: #2d4756;
    color: #fff;
    padding: 5px 10px;cursor: pointer;}

.working_currently {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
.working_currently:checked {
  background-color: #3b7b8a;
  border: 1px solid #3b7b8a;
  color: #3b7b8a;
}
.working_currently:checked:after {
  content: '\2714';
  font-size: 14px;
  position: absolute;
  top: -2px;
  left: 1px;
  color: #3b7b8a;
}
.back_register{
  display: block;
    text-align: center;
    background: #2d4756;
    padding: 11px;
    min-width: 150px;
    color: #fff;
    margin: 10px 40px 0 0;
    border-radius: 7px;
    font-size: 15px;
    cursor: pointer;
}
/*19-oct*/
.log-block.cfrm-psw form label,
.log-block.cfrm-psw form input{
    text-align: left;
}
.log-block input[type="submit"],
.log-block.otp-block input[type="submit"] {
    font-size: 11px;
    padding: 10px 30px;
    color: #fff;
    border-color: inherit;
    background: #2d4756;
    font-size: 12px;
}
.log-block.cfrm-psw h2{
  margin-bottom: 31px;
}
.register-main.edit-profile form .prof-img {
    width: 150px;
    height: 150px;
}
.register-main.edit-profile form label.upload {
    padding: 5px;
    font-size: 14px;
    line-height: 24px;
    width: auto !important;
    height: auto !important;
    margin: 0 30px;
    border-radius: 10px;
    color: #fff;
    background: #2d4756;
    padding: 5px 20px;
    font-weight: 400;
    font-family: 'Segoe-UI';
}
a.submit-btn {
    margin-top: 10px;
    width: auto;
    margin-bottom: 0;
    color: #ffffff;
    font-family: 'OpenSans-Light', sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    border-radius: 10px;
    background: #2d4756;
    border: 0;
    padding: 12px 113px 10px;
    cursor: pointer;
}
.log-block.cfrm-psw form input {
    padding: 8px 0;
}

.successfull_payment .payment-container{display: block; position: relative; margin:50px auto; width: 60%; text-align: center;  box-shadow: 0 0 8px #ccc; border-radius: 10px; padding: 30px;}
.successfull_payment .title-data{width: 100%; display: block;}
.successfull_payment .title-data h1{    color: #00AD00;  margin: 0 0 10px 0;}
.successfull_payment .title-data p{    color: #999;   margin-bottom: 10px;}
.successfull_payment .payment-container:before {
    content: '';
    width: 100%;
    position: absolute;
    background: #00AD00;
    height: 20px;
    top: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
}
.successfull_payment .payment-container table{width: 100%; text-align: center; font-size: 14px;}
.successfull_payment .payment-container table tr:nth-child(odd) { background: #f1f1f1;}
.successfull_payment .payment-container table th {width: 40%;text-align: left; padding: 10px;}
.successfull_payment .payment-container table td {width:60%;text-align: left; padding: 10px;}



.failure_payment .payment-container{display: block; position: relative; margin:50px auto; width: 60%; text-align: center;  box-shadow: 0 0 8px #ccc; border-radius: 10px; padding: 30px;}
.failure_payment .title-data{width: 100%; display: block;}
.failure_payment .title-data h1{    color: red;  margin: 0 0 10px 0;}
.failure_payment .title-data p{    color: #999;   margin-bottom: 10px;}
.failure_payment .payment-container:before {
    content: '';
    width: 100%;
    position: absolute;
    background: red;
    height: 20px;
    top: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
}
.failure_payment .payment-container table{width: 100%; text-align: center; font-size: 14px;}
.failure_payment .payment-container table tr:nth-child(odd) { background: #f1f1f1;}
.failure_payment .payment-container table th {width: 40%;text-align: left; padding: 10px;}
.failure_payment .payment-container table td {width:60%;text-align: left; padding: 10px;}
.log-block h2{
      margin-bottom: 31px;
}
.log-block form label {
  line-height: 20px;
    font-size: 15px;
}
.log-block form input {
    font-size: 18px;
    padding: 8px;
}
ul.rgt-sub {
    margin-right: 0;
}
ul.rgt-sub li {
    margin-right: 0;
    position:relative;
}
li.has-child ul {
    position: absolute;
    left: 0px;
    top: 31px;
    z-index:999999;
    width: auto;
    background: #fff;
    margin-right: 0;
    border: 1px solid #2D4756;
    border-radius: 5px;
    width:100%;
    display:none;
    box-shadow: 0 0 5px #8080806e;
    border: 0px;
    animation: moveFromTop 0.3s ease-in-out;
    opacity: 0;
    overflow: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
li.has-child.link-fill:hover ul {
    display: block;
    opacity: 1;
    animation: moveFromBottom 0.3s ease-in-out;
}
@keyframes moveFromBottom {
    from {
        opacity: 0;
        transform: translateY(31%);
    }
    to {
        opacity: 1;
        transform: translateY(0%);
    }
}
@keyframes moveFromTop {
    from {
        opacity: 0;
        transform: translateY(-31%);
    }
    to {
        opacity: 1;
        transform: translateY(0%);
    }
}
li.has-child ul li:last-child {
    border-bottom: 0;
}
li.has-child ul li {
    display: block;
    width: 100%;
    padding: 7px 10px;
    font-family: 'Segoe-UI', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    text-align: left;
    border-bottom: 1px solid #ebebeb;
}

.invoice-main .col-9 {
    width: calc(100% / 2 + 26.6%);
}

.invoice-main .col-3 {
    text-align: right;
}
.invoice-main .col-9 p {
    font-size: 17px;
    font-family: 'Inter-Regular';
    line-height: 24px;
}
.invoice-main .col-3 a {
    color: #2d4756;
}
.invoice-main .col-12 {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid gainsboro;
}
.invoice-main .col-12:last-child{
  border-bottom: 0px;
}
@media (max-width: 750px){
    .invoice-main .col-3 {
      width: calc(100% / 4 - 15px);
  }
}
@media (max-width: 386px){
  .invoice-main .col-9, .invoice-main .col-3 {  width: calc(100%);}
}
/*26-10*/
.digit-sec {
    margin-top: 100px;
    width: 100%;
    background-color: #3B7B8A !important;
    color: #fff;
    padding-top: 5.5em;
    padding-bottom: 2.5em;
    margin-bottom: 100px;
}
.digit-main {
    width: 100%;
    display: inline-flex;
    text-align: center;
}
.digit-main > div {
    margin-bottom: 3em;
    width: 32%;
    text-align: center;
    margin-right: 30px;
    padding: 0 10px;
}
.digit-main > div:last-child {
    margin-right: 0;
}
.sc_skills_icon {
    color: #fff !important;
    font-size: 4.2em;
    font-weight: 300;
    line-height: 1em;
    margin-bottom: 0.4em;
}
.digit-main > div h2 {
    font-weight: 300;
    color: #fff !important;
    font-size: 3.46em !important;
    line-height: 1em;
    font-family: 'OpenSans-Regular' !important;
    margin-bottom: 0;
}
.digit-main > div .sc_skills_info {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.2857em;
    margin: 5px 0;
    font-family: 'Segoe-UI', sans-serif;
}
.sc_skills_icon img {
    width: 63px;
}
.counter {
  animation-duration: 1s;
  animation-delay: 0s;
}

/* Join As Company Page Css  */

.join_as_company .contct-form{
    width:100%
}

.join_as_company .contct-form .form_grp{
    display: flex;
}

.join_as_company .contct-form .form_grp input{
  margin:0 0px 30px 20px!important;
}

.join_as_company .contct-form .form_grp input:first-child{
    margin-left:0px !important
}

.testimonial-sub img {
  display:none;
}

.cmp-logo-main.slick-slider .slick-list .slick-track{
  align-items:flex-start !important;
}

.cmp-logo-main.slick-slider .slick-list .slick-track a{
  display:inline-block !important;
  align-items:flex-start !important;
}

.cmp-logo-main.slick-slider .slick-list .slick-track a .sponsors_title{
  color:#fff;
  margin-top:10px;
}


@media (max-width: 959px){
  .digit-main {
      flex-wrap: wrap;
      justify-content: center;
  }
  .digit-main>div {
      margin-bottom: 3em;
      max-width: 50%;
      margin-right: 0;
      padding: 0 50px;
      width: 312px;
  }
}
@media (max-width: 639px){
  .digit-main>div {
      max-width: 100%;
  }
}
  
@keyframes glowing {
  0% { background-color: #2D4756; box-shadow: 0 0 3px #2D4756; }
  50% { background-color:transparent;color:#2D4756; box-shadow: 0 0 10px #2D4756;border:1px solid #3B7B8A; }
  100% { background-color: #2D4756; box-shadow: 0 0 3px #2D4756; }
}


.blinking_txt{
  text-align: center;
  font-size:22px;
  font-weight:600;
  color:#2D4756;
  align-items:center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: OpenSans-Bold, sans-serif;
}

.Offer_blink{
  display:flex;
  margin-top: 15px;
}

.blinking_txt p.blinking{
  animation: blinking 1500ms infinite;
  padding:5px 15px;
  margin-left:10px;
  border-radius:5px;
  width: 100%;
  max-width: 150px;
  margin: 20px auto 0;
}

.blinking_txt span{
  text-decoration: line-through;
}

@keyframes glowing {
  0% { background-color: #2D4756; box-shadow: 0 0 3px #2D4756; }
  50% { background-color:#FFFF00;color:#2D4756; box-shadow: 0 0 30px #ccc;border:1px solid #2D4756; }
  100% { background-color: #2D4756; box-shadow: 0 0 3px #2D4756; }
}

@keyframes blinking {
  0% { color: #2D4756; background:transparent;font-weight:600;}
  50% {color:#2D4756;  background:#FFFF00;font-weight:600;}
  100% {color: #2D4756; background:#transparent;;font-weight:400;}
}

.head-bottom.sticky-header .menu-main .main-menu-lft img{
    width:130px;
}

.job_portal{
  margin-top:20px;
}

.job_portal a{
  display:inline-block;
}
.razorpay-payment-button{cursor: pointer !important;}