@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Vidaloka&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

* {
  margin: 0;
  padding: 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 24px;
  color: #444444;
  /* font-family: 'Montserrat', sans-serif; */
  background: #fff;
  /*background: #f9f7f7;*/
  /*overflow-x: hidden;*/

}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none !important;
  outline: none;

  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

a {}

a:hover {
  color: #3b3ead;

}

button,
button:hover,
button:focus {
  outline: none;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  cursor: pointer;
}

section,
.fullwidth {
  width: 100%;
}

.error {
  color: red;
  float: left;
  display: block;
  font-size: 13px;
}

.relative {
  position: relative;
}

.widthautoLeft {
  width: auto;
  float: left;
}

.widthautoRight {
  width: auto;
  float: right;
}

/*.max_img{
    width: 100%;
}
img{
    max-width: 100%;
    
}*/

.fullradius {
  border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

.radius3 {
  border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.form-control:focus {
  box-shadow: none;
}

/*======Some Margin & Padding Class =====*/
.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

/*padding-top*/
.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

/*padding-bottom*/
.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

/*padding-left-rihgt*/
.pr30 {
  padding-right: 30px;
}

.pr15 {
  padding-right: 15px;
}

.pr40 {
  padding-right: 40px;
}

.pr5 {
  padding-right: 5px;
}

.pl15 {
  padding-left: 15px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

/*========Background Class========*/
.gray {
  background: #f5f5f5;
}

.black {
  background: #000;
}

.white {
  background: #fff;
}

.all_btn {
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  background: transparent;
  padding: 0 35px;
  color: #fff;
  border: 1px solid #ffffff;
  border-radius: 45px;
  -o-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -webkit-border-radius: 45px;
  letter-spacing: 0.5px;
}

.all_btn:hover {
  color: #fff;
  background: #ff9600;
  border-color: #ff9600;
}

/*cookies*/
.cookies {
  padding: 20px 80px;
  background: #0b0c0c;
  position: fixed;
  z-index: 99;
  width: 100%;
}

.Title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

.Text {
  color: #fff;
  line-height: 27px;
  font-size: 14px;
}

a.crossed {
  position: absolute;
  top: 16%;
  right: 7%;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}

.cancel-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  margin: 0px auto;
  left: 9%;
}

.cancel-img img {
  width: 49%;
  opacity: 0.2;
}

/*header*/

.header-logo {
  max-width: 500px;
  height: 100px;
  line-height: 100px;
}

.top-header {
  padding: 5px 18px;
}

.photoGallery .example-image-link {
  display: inline-block;
  width: 24%;
  padding: 4px;
}

.photoGallery .example-image-link img {
  max-width: 100%;
  height: 162px;
  width: 100%;
  object-fit: cover;
}

.onadmi {
  background: #15bcfb;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;

  float: right;
  padding: 11px 15px;
  margin: 0 0 0 15px;

}

.onadmi:hover {
  background: #165cd0;
  color: #fff;
  text-decoration: none;
}

.onadmi1 {
  background: #01e6c6;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;

  float: right;
  padding: 11px 15px;
  margin: 0 0 0 15px;
}

.onadmi1:hover {
  background: #165cd0;
  color: #fff;
  text-decoration: none;
}

.aplus {

  color: #1049a8;
  font-size: 17px;
  float: right;
  padding: 10px;
}

.aminus {

  color: #1049a8;
  font-size: 14px;
  float: right;
  padding: 10px 15px 0 0;
}

.bottom-header {
  background: #0e1aa7;
  float: left;
  width: 100%;
}


.navbar {
  padding: 0rem 0 !important;
}

.search-container {
  position: relative;
  /* padding: 9px 0; */
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  width: 267px;
}

.search-container input[type=text] {
  border: none !important;
  border-radius: 30px;
  height: 40px;
  width: 100%;
  background: #434242;
  color: #4a4a84;
  font-weight: 400;
  font-size: 15px;
  box-shadow: none;
  box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0px 0px 0px rgba rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0px 0px 0px rgba rgba(0, 0, 0, 0);
  padding: 0 33px 0 11px;
}

.search-container input[type=text]:focus {
  border: none;
  outline: none;
}

.search-container button {
  font-size: 17px;
  border: none;
  cursor: pointer;
  color: #8c8b8b;
  position: absolute;
  right: 1rem;
  background: transparent;
  top: 8px;
}

.header-logo img {
  max-width: 100%;
  height: 96px;
}


.navbar-nav {
  margin: 0;
  padding: 0;
  font-size: 0;
}

.navbar-nav li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 0;
}


.navbar-nav li.active {
  background: #0c98fb;
}

.navbar-nav li:hover {
  background: #0c98fb;
}

.navbar-nav li:focus {
  background: #0c98fb;
}

.navbar-nav li a {
  width: auto;
  display: block;
  color: #fff;
  text-align: left;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  font-size: 15px;
  outline: none;
  text-transform: capitalize;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  padding: 15px 14px;
  letter-spacing: .2px;
  font-size: 14px;
  font-weight: 500;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
  background: #0c98fb;
}

.navbar-light .navbar-nav .nav-link:focus {
  color: #fff;
  background: #145bd2;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #fff;
}

.navbar-nav .dropdown-menu {
  background: #145bd2;
  padding: 0;
  border: none;
  border-radius: 0 0 5px 5px;
  /* overflow: hidden;*/
  margin: 0;
  min-width: 260px;
}

.navbar-nav .dropdown-menu a {
  background: #145bd2;
  padding: 8px 12px;
  border-bottom: 1px solid #4c7fd3;
  font-size: 15px;
  font-weight: 500;
}

.navbar-nav .dropdown-menu a:hover {
  color: #fff;
  background: #a4c808;
}

.navbar-nav .dropdown-menu a:focus {
  color: #145bd2;
  background: #fff;
}

.navbar-light .dropdown-menu .dropdown-submenu .dropdown-menu {
  right: -100%;
  width: 200px;
  position: absolute;
  left: initial;
  display: none !important;
  top: 2px;
}

.navbar-light .dropdown-menu .dropdown-submenu .dropdown-menu li a {
  background: #276ee4;
}

.navbar-light .dropdown-menu .dropdown-submenu .dropdown-menu li a:hover {
  background: #a4c808;
}

.navbar-light .dropdown-menu .dropdown-submenu:hover .dropdown-menu {
  display: block !important;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.header_area {
  position: relative;
  width: 100%;
}









.banner {
  overflow: hidden;
}

.banner .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 23px;
  transform: translateX(-50%);
}

.banner .owl-dots .owl-dot {
  height: 11px !important;
  width: 11px !important;
  display: inline-block !important;
  border-radius: 50% !important;
  margin: 0px 4px;
  background: #fff;
}

.banner .owl-dots .owl-dot.active {
  background: #0d4d85 !important;
}



.welcomsec {
  width: 100%;
  display: block;
  overflow: hidden;
  margin: 50px 0;
}

.welcomsec h2 {

  display: block;
  text-align: center;
  font-size: 40px;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 15px;
}

.welcomsec h2 span {
  color: #1049a8;
}

.welcomsec p {

  display: block;
  text-align: center;
  font-size: 15px;
  text-transform: capitalize;
  max-width: 90%;
  margin: 0 auto;
  color: #696868;
  line-height: 24px;
}

.pdf-bar {
  box-shadow: 0px 1px 10px #017e903d;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
}

.pdf-bar a {
  font-size: 18px;
  text-decoration: underline !important;
  margin-bottom: 30px;
  color: #007bff;
  font-weight: 700;
  display: block;
  text-align: center;
  width: 100%;
}

.homedata {
  width: 100%;
  display: block;
  overflow: hidden;
}

.shadowbox {
  display: block;
  overflow: hidden;
  width: 100%;
  background: #f0f0f0;
  margin: 0 0 18px 0;
  min-height: 150px;
  padding: 4px;
}

.shadowbox h3 {

  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  background: #15bcfb;
  padding: 12px 15px;
  display: block;
  /* margin-bottom: 15px;*/
}

.shadowbox ul {
  width: 100%;
  display: block;
}

.shadowbox ul li {
  display: block;
}

.shadowbox ul li a {
  padding: 8px 10px;
  color: #000;
  font-weight: 500;
  width: 100%;
  display: block;
  background: #fff;
  margin-bottom: 2px;
  font-size: 14px;
  position: relative;
  padding-left: 50px;
}

.shadowbox ul li a:hover {
  background: #088deb;
  color: #fff;
}

.shadowbox ul li a i {
  position: absolute;
  top: 0;
  height: 100%;
  background: #088deb;
  left: 0;
  width: 35px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
}

.shadowbox ul li a:hover i {
  background: #a2c703;
  color: #fff;
}

.clpdd {
  padding: 0 7px;
}

.newsec {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 12px;
  border-bottom: 1px solid #ccc;
}

.newsec-pic {
  width: 75px;
  height: 66px;
  float: left;
}

.newsec-pic img {
  max-width: 100%;
}

.newsec-dtls {
  overflow: hidden;
  padding-left: 12px;
}

.newsec-dtls h6 {
  color: #232222;
  font-size: 14px;

  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  margin-bottom: 4px;
}

.newsec-dtls span {
  color: #5484d2;
  font-size: 12px;
  display: block;

  line-height: 16px;
}

.newsec-dtls p {
  color: #757575;
  font-size: 13px;
  display: block;

  line-height: 16px;
}


.calender-list {
  width: 100%;
  height: auto;
  float: left;
  padding: 12px;
  border-bottom: 1px solid #ccc;
}

.calender-image {
  width: 54px;
  float: left;

}

.calender-image span {
  background: #0d46a5;

  text-transform: uppercase;
  color: #ffffff;
  padding: 5px;
  display: block;
  text-align: center;
}

.calender-text {
  overflow: hidden;
  height: auto;
  padding-left: 8px;
}

.calender-text h2 {

  color: #191516;
  font-weight: 500;
  font-size: 14px;
}

.calender-text h2 span {
  width: 100%;
  float: left;

  color: #5484d2;
  font-size: 12px;
}

.calender-text p a {
  width: 100%;
  float: left;

  color: #716f6f;
  line-height: 18px;
  font-size: 11px;
  /*text-align: justify;*/
}


.tndrsec {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 12px;
  border-bottom: 1px solid #ccc;
}

.tndrsec i {
  float: left;
  font-size: 30px;
  color: #83a8cf;
}

.tndrdtl {
  overflow: hidden;
  padding-left: 12px;
}

.tndrdtl span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #0d46a5;

}

.tndrdtl p {
  display: block;
  font-size: 14px;
  color: #2f3031;

}

.fstlink {

  color: #fff;
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 300;
  line-height: 100px;
  display: block;
  border-radius: 9px;
  width: 100%;
  background: #2beabe;
  text-align: center;
  position: relative;
  margin: 30px 0 15px 0;
}

.fstlink span {
  z-index: 2;
  position: relative;
}

.fstlink i {
  position: absolute;
  font-size: 50px;
  color: #498ae3;
  right: 20px;
  top: 28%;
  z-index: 0;
}

.fstlink:hover {
  color: #fff;
  background: #103f7e;
}

.fcltylnk {
  background: #1eaade;
}

.fcltylnk i {
  color: #2786b7;
}














/*footer*/
.main-footer {
  display: inline-block;
  float: left;
  width: 100%;
}

.mid_footer {
  float: left;
  width: 100%;
  background: #02041f;
  padding-top: 30px;
  margin-top: 0px;
}

.fot-box {
  float: left;
  width: 100%;
  padding: 0 0px 30px 0;
}

.fot-box img {
  max-width: 100%;
}

.fot-box h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 12px 0 20px 0;
  text-transform: uppercase;
  letter-spacing: .2px;
}

.fot-box p {
  color: #fff;
  font-size: 13px;
  /* font-weight: 400; */

  line-height: 23px;
  color: #e1e1e1;
}

.view-detls {
  float: left;
  width: 100%;
  margin-top: 16px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;

  text-transform: uppercase;
}

.view-detls:hover {
  color: #dff1ff;
  text-decoration: none;
}

.view-detls i {
  color: #fff;
  font-size: 16px;
}

.view-detls:hover i {
  color: #007eff;
}

.mid-fot-box {
  width: 100%;
}

.mid-fot-box ul {
  margin: 0px;
  padding: 0px 0px 0 0;
  float: left;
  position: relative;
}

.mid-fot-box ul li {
  list-style: none;
  margin-bottom: 8px;
  float: left;
  width: 50%;
  padding-right: 8px;
}

.mid-fot-box ul li a {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  padding-left: 25px;
}

.mid-fot-box ul li a:after {
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  background: #a2c703;
  content: '';
}

.mid-fot-box ul li a:hover,
.mid-fot-box ul li.active a {
  color: #ccc;
  text-decoration: none;
}

.left-border {
  position: absolute;
  left: 0px;
  width: 1px;
  height: 268px;
  background: #cccccc;
  top: 0;
}

.last-fot-box {
  width: 30%;
  padding-left: 5%;
}

.last-fot-box span {
  color: #4c4c4c;
  font-size: 14px;
  margin-bottom: 1px;
  width: 100%;
  float: left;

  font-weight: 400;
}

.last-fot-box p {
  color: #4c4c4c;
  font-size: 14px;
  margin-bottom: 7px !important;

}

.fot_social {
  float: right;
  width: 100%;
  margin: 12px 0;
}

.fot_social li {
  display: inline-block;
  margin-right: 2px;
}

.fot_social li:hover {
  opacity: 0.7;
}

.fot_social li a {
  display: block;
  width: 32px;
  height: 32px;
  background: #fff;
  text-align: center;
  line-height: 35px;
  font-size: 18px;
  border-radius: 3px;
  color: #363c9e;
}

.fot_social li.facebook a {
  background: #117ed5;
  color: #fff;
}

.fot_social li.twitter a {
  background: #34cafd;
  color: #fff;
}

.fot_social li.linkedin a {
  background: #09aafa;
  color: #fff;
}

.fot_social li.linkedin a {
  background: #09aafa;
  color: #fff;
}

.fot_social li.youtube a {
  background: #e22730;
  color: #fff;
}

.fot_social li.pinterest a {
  background: #ff2c33;
  color: #fff;
}


.below-footer {
  float: left;
  width: 100%;
  padding: 15px 0 15px 0;
  text-align: center;
  background: #0e1aa7;
}

.left-copy {
  float: left;
  width: 100%;
  text-align: center;
}

.left-copy p {
  color: #e8e8e8;
  font-size: 15px;
  font-weight: 500;

}

.left-copy span {
  color: #e8e8e8;
  font-size: 15px;
  font-weight: 500;
}

.phflt {
  float: left;
  font-weight: 400;
  margin-right: 10px;
}

.pnmbr {
  overflow: hidden;
  font-weight: 400;
  width: 126px;
  display: block;
}

.ftrtrms {
  width: auto;
  float: left;
}

.ftrtrms ul {
  float: right;
  margin: 0;
}

.ftrtrms ul li {
  float: left;
}

.ftrtrms ul li a {
  color: #2c2d2f;
  font-size: 16px;
  font-weight: 500;

  padding: 4px 20px;
  /* height: 52px; */
}

.ftrtrms ul li a {
  background: url("../images/menu_border2.png") no-repeat left 0px top 8px;
}

.ftrtrms ul li:first-child a {
  background: none;
}

.ftrtrms ul li a:hover {
  color: #dc1c65 !important;
}

#toTop {
  display: none;
  position: fixed;
  bottom: 69px;
  right: 122px;
  width: 40px;
  height: 40px;
  background: #f15732 url(../images/icon19.png) no-repeat 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 99999;
}

#toTop:hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #52237e url(../images/icon19.png) no-repeat 50% 50%;
}

.ftr_menu_box_1 {
  float: left;
  width: 100%;
}

.ftr_menu_box_2 {
  float: left;
  width: 34%;
}

.ftr_menu_box_3 {
  float: left;
  width: 100%;
}

.ftr_menu_box_3 h4,
.footerheading {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 12px 0 20px 0;
  text-transform: uppercase;
  letter-spacing: .2px;
}

.ftr_menu_box_3 p {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  margin: 0;

}

/*footer*/






.login-body {
  float: left;
  width: 100%;
  padding: 50px 0;
  background: #f9f9f9;
}

.login_sec {
  border-radius: 0;
  /* box-shadow: 1px 0px 12px #dbdbdb;
  width: 450px;*/
  margin: 0 auto;
  display: inline-block;
}

.top-login {
  float: left;
  width: 100%;
  padding: 26px;
  background: #fff;
  /* border-bottom: 1px solid #d5d5d5;*/
  text-align: center;
}

.top-login h3 {
  float: left;
  width: 100%;
  text-align: center;
  color: #454444;
  font-weight: normal;
  font-size: 18px;

  margin-bottom: 35px;
}

.top-login form {
  float: left;
  width: 100%;
}

.main-main {
  float: left;
  width: 100%;
}

.login_type {
  background: #fff;
  height: 38px;
  border: none;
  border-radius: 3px;
  width: 100%;
  padding: 0 15px 0 40px;
  color: #333;

  font-size: 14px;
  font-weight: 400;
  float: left;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 2px solid #f1f1f1;
}

.login_submit1 {
  text-align: center;
  color: #fff;
  background: #007eff;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  height: 35px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  margin-top: 12px;
  padding: 0 60px;
}

.one-main {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  float: left;
}

.bottom-login {
  float: left;
  width: 100%;
  padding: 15px;
  background: #f9f9f9;
  text-align: center;
}

.or_address {
  width: 100%;
  margin: 10px 0;
  padding: 0;
  text-align: center;
  font-size: 18px;
}

.or_address span {
  text-align: center;
  color: #706f6f;
  font-size: 14px;
  font-weight: 400;

  margin: 4px 0;
}

.or_address::after {
  display: inline-block;
  margin: 0 0 3px 10px;
  height: 1px;
  content: " ";
  text-shadow: none;
  background-color: #d5d5d5;
  width: 105px;
}

.or_address::before {
  display: inline-block;
  margin: 0px 10px 3px 0;
  height: 1px;
  content: " ";
  text-shadow: none;
  background-color: #d5d5d5;
  width: 105px;
}

.signup-btn {
  text-align: center;
  color: #636161;
  background: #fff;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  border-radius: 3px;
  margin-top: 4px;
  padding: 6px 60px;
  border: 2px solid #eaeaea;
  display: inline-block;
}

.signup-btn:hover {
  background: #000;
  color: #fff;
  border: 2px solid #000;
  text-decoration: none;
}

.type-icon {
  position: absolute;
  top: 4px;
  left: 15px;
}

.login_forgot {
  float: left;
  width: 100%;
  text-align: center;
  color: #0e1aa7;
  font-size: 14px;
  font-weight: 700;
  margin: 4px 0;
}

.checkbox-group {
  position: relative;
  margin-bottom: 12px;
  float: left;
  width: 100%;
}

/*.login_sec .checkbox-group input[type="checkbox"] {*/
/*      position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    visibility: hidden;*/
/*    pointer-events: none;*/
/*}*/
.checkbox-group label {

  cursor: pointer;
  color: #525252;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  float: left;
  /*text-transform: capitalize !important;*/
  margin: 0;
  text-align: left;
}

.checkbox-group label .check {
  top: 3px;
  left: 5px;
  width: 6px;
  height: 9px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  opacity: 0;
  z-index: 10;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  transition-delay: .3s;
}

.checkbox-group label .box {
  background: #fff;
  height: 14px;
  width: 15px;
  z-index: 9;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  transition-delay: .2s;
  border: 1px solid #d8d8d8;
}

.checkbox-group label span {
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  transition-duration: .3s;
}

input[type="checkbox"]:checked~label .box {
  background: #007eff;
  border: 1px solid #007eff;
}

input[type="checkbox"]:checked~label .check {
  opacity: 1;
  -webkit-transform: scale(1) rotate(45deg);
  -moz-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
}









/*register*/

.reg-info {
  position: absolute;
  top: 76%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0px auto;
  text-align: center;
  width: 100%;
  max-width: 900px;

}

.reg-info h2 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 17px;
}

.brdrb_1 {
  border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.tabone ul {
  margin: 0;
  padding: 0;
}

.tabone ul li {
  vertical-align: middle;
  display: inline-block;
  width: 33%;
}

.tabone a {
  display: block;

  padding-bottom: 10px;
  color: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.tabone a.reg_active {
  border-bottom: 2px solid #fff;
  font-size: 17px;
  opacity: 1;
}

.sin_opt {
  margin: 0 auto;
}

.reg-wrapper {
  width: 100%;
  max-width: 710px;
  margin: auto;
}

.reg-sec label {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  border-radius: 0;
}

.reg-sec .form-check-inline {
  color: #000;
  font-weight: 600;
}

.dclrp {
  font-size: 12px !important;
  margin-top: 18px;
  text-align: justify;
  font-weight: 500;
  line-height: 1.5;
}

.reg-sec .form-group {
  margin-bottom: 10px;
}

.reg-sec .form-control {
  border: none;
  border: 1.5px solid #dfdfdf;
  border-radius: 0;
  padding: 0 15px;
  min-height: 36px;
  font-size: 14px;
  font-weight: normal;
  /*appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;*/
  margin-bottom: 0;
  color: #000;
}

.reg-sec select {
  border: none;
  border: 1.5px solid #dfdfdf;
  border-radius: 0;
  padding: 0 23px 0 15px;
  min-height: 44px;
  font-size: 14px;
  font-weight: normal;
  /*font-family: 'Open Sans', sans-serif;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  background: #fff url(../images/cntry-drop.png) no-repeat scroll right 10px top 20px;*/
}

.mm input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  margin: 0px 3px 0px 3px;
}

.mm label {
  color: #504c4c;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
}

.reg-btn {
  color: #fbfbfb;
  font-size: 18px;
  text-align: center;
  display: block;
  background: #e8526d;
  width: 100%;
  max-width: 180px;
  padding: 10px;
  margin: 30px auto;
  border: none;
  outline: none;
  border-radius: 50px;
}

.fullwid {
  width: 100%;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #f09000 !important;
  outline: 0;
  box-shadow: none !important;
}

.reg-box {
  background: #fff;
  padding: 50px;
  box-shadow: 0px 0px 4px #ccc;
  position: relative;
}

.info-1 {
  color: #0c3882;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 10px;
}

.hobbi-point {
  background-color: #ffe6eb !important;
  color: #000000;
  padding: 8px 7px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  font-size: 13px;
  font-weight: 700;
}

.panel {
  padding: 0 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/*.accordion:after {*/
/*    content: '\002B';*/
/*    color: #dc3433;*/
/*    font-weight: bold;*/
/*    float: left;*/
/*    margin-right: 5px;*/
/*    font-size: 24px !important;*/
/*    background: #fbf1f1;*/
/*    padding: 1px;*/
/*}*/

.custom-control-label::before {
  background: #fff;
  border: 1px solid #ef5e7a;
}

.all-infos {
  padding: 10px 0px 0;
  background-size: 63%;
  background-repeat: repeat;
  background-attachment: fixed;
  overflow: hidden;
}

.pp {
  width: 100%;
}

.small-bx {
  width: 35%;
}

.small-cnt {
  width: 10%;
  text-align: center;
}

.higt-bx {
  width: 46%;
}

.higt-cnt {
  width: 8%;
  text-align: center;
}

.rdio-sec {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.optics {
  width: 100%;
  height: 180px;
  overflow: auto;
}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: none !important;
}






.table thead th {
  vertical-align: middle;
  border-bottom: 2px solid #dee2e6;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.table td,
.table th {
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 400;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #7f7f7f !important;
}
.custom-file label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid #000000;
}

.inptbx {
  max-width: 140px;
  border: 1px solid #ccc;
  margin-bottom: 5px;
  padding: 2px 5px;
}

.reg-box.applicationForm p {
  font-size: 15px;
}

.topic {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 30px;
  line-height: 35px;
}

.topic::after {
  position: absolute;
  content: url(../images/border.png);
  width: 100%;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0px auto;
}


.avatar-upload {
  position: relative;
}

.avatar-upload .avatar-edit {
  position: relative;
}


.avatar-upload .avatar-edit input {
  /*display: none;*/
  visibility: hidden;
}

.avatar-upload .avatar-edit input+label {
  display: inline-block;
  width: auto;
  /* height: 34px; */
  margin-bottom: 0;
  border-radius: 0;
  /* background: #ef5e7a; */
  border: 1px solid transparent;
  /* box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12); */
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  text-align: center;
  border: 1px solid #333;
  padding: 5px 10px;
}

.avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.ftrdte {
  max-width: 200px;
}

.upfile {
  width: 220px;
  float: right;
  text-align: center;
  margin: 30px 0;
}

.upfile .avatar-edit input+label {
  width: 100%;
}

.upfile span {
  margin-top: 6px;
  font-size: 13px;
  display: block;
}

.fmtop {
  margin-top: 20px;
}

/*.dclrp{
  font-family: initial;
}*/





.avatar-upload2 {
  position: relative;
  max-width: 160px;
  float: right;
  text-align: center;
}

.avatar-upload2 .avatar-edit2 {
  position: relative;
  z-index: 1;
  bottom: 10px;
}

/*.avatar-upload2 .avatar-edit2 input + label {*/
/*  display: inline-block;*/
/*  width: auto;*/
/*  margin-bottom: 0;*/
/*  border-radius: 2px;*/
/*  border: 1px solid #ccc;*/
/*  cursor: pointer;*/
/*  font-weight: normal;*/
/*  transition: all 0.2s ease-in-out;*/
/*  text-align: center;*/
/*  padding: 5px 8px;*/
/*}*/
.avatar-upload2 .avatar-preview {
  width: 160px;
  height: 205px;
  position: relative;
  border: 1px solid #C4C4C4;
  /* box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1); */
}

.avatar-upload2 .avatar-preview>div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.avatar-upload2 .avatar-preview>div img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

.avatar-upload2 .avatar-edit2 input {
  visibility: hidden;
}

.avatar-upload2 .avatar-preview>div p {
  text-align: center;
  font-size: 13px;
  padding-top: 15px;
}

.signature_image_area {
  max-width: 100%;
  float: right;
  text-align: center;
  display: block;
  width: 100%;
  height: 65px;
  text-align: right;
}

.signature_image_area img {
  width: auto;
  height: 75px;
}

.sbtnn {
  background: #14aed8;
  padding: 10px 30px;
  font-size: 16px;
  color: #fff;
  min-width: 160px;
  font-weight: 500;
}

.sbtnn:hover {
  background: #22b0d4;
  color: #fff;
}








.atchh2 {
  /* display: inline-block; */
  width: auto;
  margin-bottom: 0;
  border-radius: 2px;
  /* border: 1px solid #ccc; */
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  text-align: center;
  padding: 5px 8px;
  width: 150px;
  height: 38px;
  margin-top: 14px;
}

.atchh2 p {
  display: inline-block;
  width: auto;
  margin-bottom: 0;
  border-radius: 2px;
  border: 1px solid #ccc;
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  text-align: center;
  padding: 5px 4px;
  color: #000;
}

/*.atchh2 p:hover {*/
/*  color: #eb63ff;*/
/*}*/
.atchh2 input[type="file"] {
  visibility: hidden;
}

.logbtn {
  padding: 11px 20px;
  background: #1049a8;
  color: #fff;
  float: right;
  margin-left: 6px;
  border-radius: 3px;
}

.logbtn:hover {
  color: #fff;
}

.newsec-pic {
  width: 75px;
  height: 66px;
  float: left;
  text-align: center;
  background: #1a53b0;
  color: #fff;
  font-size: 13px;
  padding: 4px 0 !important;
  margin: 0;
  line-height: 19px;
  border-radius: 3px;
}






.innerbnr {
  width: 100%;
  display: block;
  overflow: hidden;
  min-height: 250px;
  display: flex;
  align-items: center;
  text-align: center;
  background: rgb(27 184 247);
  background: linear-gradient(0deg, rgb(21 188 251) 3%, rgb(6 157 214) 69%);
}

.innerbnr h2 {
  color: #fff;
  font-size: 35px;

  font-weight: 500;
}

.term-sec {
  float: left;
  width: 100%;
  border-radius: 2px;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 28px;
  padding: 20px 20px;
  background: #fff;
  /* margin: 30px 0; */
  position: relative;
  margin: 30px 0 45px;
}

.term-sec h5 {
  width: 100%;

  font-size: 20px;
  font-weight: 600;
  color: #2d2d2d;
  float: left;
  text-transform: capitalize;
  margin: 12px 0;
}

.term-sec p {
  color: #4d6262;
  font-size: 15px;
  font-weight: 400;

  line-height: 25px;
  margin-bottom: 10px;
  /*width: 100%;*/
  /*float: left;*/
}

/*.term-sec span{*/
/*    max-width:400px;*/
/*    float:left;*/
/*    margin:0 15px 15px;*/
/*}*/
.term-sec img {
  max-width: 400px;
  margin: 0 15px 15px;
  float: left;
}

.term-sec ul {
  color: #4d6262;
  font-size: 15px;
  font-weight: 400;

  line-height: 25px;
  margin-bottom: 10px;
  width: 100%;
  float: left;
}

.term-sec li {
  color: #4d6262;
  font-size: 15px;
  font-weight: 400;

  line-height: 25px;
  margin-bottom: 10px;
  width: 100%;
  float: left;
}












/*gallery*/



.carlstbox {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .08), 0 2px 4px 0 rgba(0, 0, 0, .12);
  float: left;
  padding: 10px;
  margin: 14px 0 0;
}

.carlstbox_image {
  float: left;
  width: 100%;
  height: 233px;
  overflow: hidden;
  position: relative;
  background: #f7f7f7;
}

.carlstbox_image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
  z-index: 1;
}

.carlstbox .gal_over {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  position: absolute;
  padding: 11px;
  z-index: 1;
}

.carlstbox .gal_txt {
  width: 100%;
  height: 100%;
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
}

.carlstbox .gal_border {
  width: 100%;
  height: auto;
  padding: 0;
  text-align: center;
  float: left;
}

.carlstbox .gal_border img {
  width: auto !important;
  background: rgba(255, 255, 255, 0.9);
  padding: 16px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  position: relative;
}

.carlstbox:hover .gal_over {
  display: block;
}













.contact-wrap {
  width: 100%;
  float: left;
  margin: 30px 0;
}

.contact-form {
  max-width: 800px;
  margin: 0 auto;
}

.contact-form input,
.contact-form textarea {
  color: #4a4949;
  float: left;
  border: 0;
  font-size: 13px;
  line-height: 32px;
  margin-bottom: 15px;
  padding: 10px 20px;
  width: 100%;
  background: #efefef;
  border-radius: 0;
}

.contact-form textarea {
  height: 90px;
}

.contact-form select {
  color: #8c8c8c;
  float: left;
  border: 1px solid #ddd;
  font-size: 15px;
  line-height: 32px;
  margin-bottom: 15px;
  padding: 12px 20px;
  width: 100%;
  background: url(../images/drp.png) no-repeat right 15px center;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.contact-form {
  text-align: center;
}

.contact-now .contact {
  margin-bottom: 10px;
  padding: 14px 0;
  padding-top: 14px;
}

.contact-form .button {
  padding: 12px 30px 12px;
  background: #0581d5;
  border-radius: 5px;
  overflow: hidden;

  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  transition: all 0.5s ease;
  border: none !important;
  border-radius: 2px !important;
  border: 2px solid #0581d5;
  float: left;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 14px;
  border: 0;
  min-width: 150px;
  border-radius: 0px !important;
}

.contact-form .button:hover {
  background: #000;
  box-shadow: 0 0 0 0px #fff inset;
  color: #FFF;
  border: 2px solid #cc8809;
}

.contact-form h1 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 36px;
}

.contact-form h1:before {
  background: none;
}

.contact-form p {
  margin-bottom: 20px;
}

.contact-icon {
  width: 45px;
  border-radius: 50%;
  float: left;
  height: 45px;
  text-align: center;
  padding: 4px;
  margin-right: 19px;
  background: #8cad00;
}


.contact i {
  border-radius: 50%;
  font-size: 17px;
  line-height: 33px;
  color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border: 1px dashed rgba(336, 336, 336, 0.5);
  width: 100%;
  height: 100%;
}

.information h5 {
  color: #1049a8;
  margin-bottom: 5px;
}

/*.map {
    margin-bottom: 40px;
}
.map iframe {
    width: 100%;
}*/

.contact {
  margin-bottom: 30px;
}

.contact p {
  margin-bottom: 0;
  word-wrap: break-word;
}

.expert_details {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: justify;
}

.expert_details h3 {

  font-size: 30px;
  font-weight: 600;
}

.expert_details h4 {

  font-size: 20px;

}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #e6e6e6 !important;
}

.criminal_defence_links {
  margin: 0;
  padding-left: 20px;
}

.criminal_defence_links li {
  list-style-type: decimal;
  text-align: left;
  margin-bottom: 5px;

}

.criminal_defence_links li ul li {
  list-style-type: lower-alpha;
  text-align: justify;

}

.dif_block {
  width: 100%;
  display: block;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 15px;
}

.dif_block h4 {
  text-align: left;
  font-weight: 500;
}

.contact .information {
  overflow: hidden;
}

.trm {
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
}

/*only check box*/












.nwslist-sec {
  float: left;
  width: 100%;
  border-radius: 2px;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 28px;
  padding: 20px 20px;
  background: #fff;
  /* margin: 30px 0; */
  position: relative;
  margin: 30px 0 45px;
}


.nwslist-sec .newsec {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 15px;
  border-bottom: 0;
  background: #f9f9f9;
  margin-bottom: 12px;
  border-radius: 7px;
}

.nwslist-sec .newsec-dtls p {
  color: #757575;
  font-size: 13px;
  display: block;

  line-height: 22px;
  margin-bottom: 8px;
}

.nwslist-sec .newsec-dtls h6 {
  color: #232222;
  font-size: 16px;

  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 3px;
}

.nwslist-sec .newsec-dtls a {
  font-size: 14px;

}

.nwdtl {
  border: none !important;
}







.ourhomebg {
  float: left;
  width: 100%;
  /*border-radius: 2px;
  box-shadow: 0px 1px 8px rgba(0,0,0,0.1);
  margin-bottom: 28px;
  padding: 20px 20px;*/
  background: #fff;
  /* margin: 30px 0; */
  position: relative;
  margin: 30px 0 45px;
}

.obdybnr {
  width: 100%;
  display: block;
  overflow: hidden;
}

.obdybnr img {
  width: 100%;
}

.ourhomebg p {
  color: #4d6262;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin: 10px 0;
  /* float: left; */
  text-align: justify;
  overflow: hidden;
}

.fstpic {
  max-width: 350px;
  margin: 10px 15px 15px 0;
  float: left;
}


.fstpic2 {
  max-width: 263px;
  margin: 0 15px 15px 0;
  float: left;
}

.fstpic2 img {
  max-width: 100%;
}

.fstpic3 {
  max-width: 200px;
  margin: 10px 0 15px 15px;
  float: right;
}

.fstpic3 img {
  max-width: 100%;
}

.wspace {
  width: 100%;
  float: left;
}

.jpic4 {
  max-width: 230px;
  display: inline-block;
  margin: 10px 15px 10px 0;
  float: left;
}


.fstpic5 {
  max-width: 400px;
  margin: 0 15px 0 0;
  float: left;
}

.fstpic5 img {
  max-width: 100%;
}

.fstpic6 {
  max-width: 400px;
  margin: 0 0 10px 15px;
  float: right;
}

.fstpic6 img {
  max-width: 100%;
}

.fstpic7 {
  max-width: 150px;
  margin: 0 0 10px 15px;
  float: right;
}

.fstpic7 img {
  max-width: 100%;
}

.fstpic8 {
  max-width: 250px;
  margin: 0 15px 10px 0;
  float: left;
}

.fstpic8 img {
  max-width: 100%;
}

.ourhomebg h4 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  line-height: 25px;
  margin: 26px 0 0;
}



.singleparediv {
  width: 100%;
  display: block;
  float: left;
  overflow: hidden;
  padding: 10px 15px;
  background: #f9f9f9;
  margin: 15px 0;
  border-radius: 6px;
}

.singleparediv h4 {
  margin: 15px 0;
  background: #0089bd;
  padding: 4px 16px;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  border-radius: 0;
  border-left: 5px solid #26b9ff;
}

.paper-sec {
  float: left;
  width: 100%;
  border-radius: 2px;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 28px;
  padding: 20px 20px;
  background: #fff;
  /* margin: 30px 0; */
  position: relative;
  margin: 30px 0 45px;
}

.paper-sec img {
  max-width: 100%;
}



/************************************/
.publication-pnl {
  padding: 30px 0;
}

.publication-pnl .nav-tabs {
  display: block;
  text-align: center;
  background: #1049a8;
  border-color: #1049a8;
}

.publication-pnl .nav-item {
  display: inline-block;
}

.publication-pnl .nav-item .nav-link {
  color: #fff;
  min-width: 148px;
  border: 0;
  padding: 10px;
}

.publication-pnl .nav-item .nav-link:hover {
  border: 0;
}

.publication-pnl .nav-tabs .nav-link.active {
  background: #0fafeb;
  color: #ffff;
  border: 0;
  border-radius: 0;
}

.publication-pnl .tab-content {
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 8px #0000001f;
  margin-top: 10px;
}

.contBox .imgBox {
  margin-bottom: 15px;
}

.contBox .imgBox img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.contBox {
  background: #1049a8;
  padding: 10px;
  color: #fff;
  margin-bottom: 20px;
}

.contBox p {
  font-size: 18px;
  margin-bottom: 15px;
}

.contBox p a {
  color: #44ffe5;
}

.imglist {
  margin: 5px;
  display: inline-block;
  vertical-align: top;
}

.imglist img {
  width: 250px;
  height: 280px;
  object-fit: cover;
}

.cover-img {
  margin-bottom: 20px;
}

.tab-pane p {
  margin-bottom: 10px;
}

.articalTable {
  margin: 25px 0 0;
}

.articalTable thead {
  background: #1049a8;
  color: #fff;
}

.articalTable thead th {
  font-weight: 600;
}

.articalTable .btn {
  font-size: 13px;
  border-radius: 30px;
}

.tab-pane h4 {
  margin-bottom: 15px;
}

@media(max-width: 480px) {
  .innerbnr h2 {
    font-size: 26px;
  }

  .publication-pnl .nav-item {
    display: block;
  }

  .publication-pnl .tab-content {
    padding: 10px;
  }
}

@media(max-width: 380px) {
  .imglist {
    width: 100%;
  }

  .imglist img {
    width: 100%;
    height: 220px;
  }

  .contBox p {
    font-size: 15px;
  }
}


/****************/
.login-bg {
  position: relative;
  padding: 20px 0;
  background: #fff;
  box-shadow: 0 0 15px #00000024;
}

.login-bg:after {
  background: #06c3f6;
  /*background: -moz-linear-gradient(-45deg,  #01e5c5 0%, #017e90 100%);
background: -webkit-linear-gradient(-45deg,  #01e5c5 0%,#017e90 100%);
background: linear-gradient(135deg,  #01e5c5 0%,#017e90 100%);*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01e5c5', endColorstr='#017e90', GradientType=1);


  position: absolute;
  left: 0;
  top: 0;
  width: 58.3%;
  height: 100%;
  content: '';
  z-index: 0;
}

.loginlefttext {
  position: relative;
  z-index: 9;
  padding: 50px;
}

.loginlefttext h2 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 18px;
}

.loginlefttext p {
  font-size: 15px;
  color: #fff;
  margin-bottom: 15px;
}

.loginlefttext h3 {
  font-size: 22px;
  margin-bottom: 30px;
  color: #fff;
}

.signupbtn {
  display: inline-block;
  padding: 0 15px;
  min-width: 160px;
  border: 2px solid #fff;
  height: 47px;
  line-height: 44px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 30px;
  transition: all .3s;
}

.signupbtn:hover {
  background: #fff;
  color: #000;
}

.loginform h2 {
  color: #0e1aa7;
  font-size: 30px;
  margin-bottom: 40px;
  font-weight: 600;
}

.loginform .login_type {
  height: 50px;
  background: #f9f9f9;
  border: 1px solid #efefef;
}

.loginform .type-icon {
  top: 13px;
}

.type-icon img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.loginform .login_submitbtn {
  display: inline-block;
  padding: 0 15px;
  min-width: 160px;
  border: 2px solid #eea03f;
  height: 47px;
  line-height: 44px;
  background: #eea03f;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 30px;
  transition: all .3s;
}

.loginform .login_submitbtn:hover {
  border: 2px solid #eea03f;
  color: #eea03f;
  background: #fff;
}

.login_forgot {
  margin-top: 15px;
}

.login_sec {
  padding-right: 15px;
}

.chkterms {
  margin-bottom: 25px;
}

@media(max-width: 767px) {
  .login-bg:after {
    display: none;
  }

  .login-bg {
    background: #06c3f6;
    padding: 0;
  }

  .login_sec.loginform {
    width: 100%;
    padding-right: 0;
  }

}

.bannerImg {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

.bannerImg:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, .5);
}

.bannerImg .container {
  position: relative;
  z-index: 9;
}

.bannerImg h2 {
  font-family: 'Vidaloka', serif;
}

.photoGallery {
  font-size: 0;
}

.photoGallery .gallist {
  width: 25%;
  display: inline-block;
  padding: 8px;
  vertical-align: top;
  position: relative;
  font-size: 14px;
}

.photoGallery .gallist .example-image-link {
  display: block;
  padding: 0;
  width: 100%;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 5px 10px #00000059;
  transition: transform .4s;
}

.photoGallery .gallist .example-image-link:hover img {
  transform: scale(1.3);
  transition: transform .4s;
}

.photoGallery .gallist .example-image-link img {
  height: 200px;
  transition: transform .4s;
}

.galtitle {
  position: absolute;
  bottom: 0;
  background: #0c98fbd1;
  width: 100%;
  padding: 4px 10px;
  line-height: 18px;
  color: #fff;
  text-align: center;
}

.applicationForm .reg-sec .form-control {
  background: #ffffff;
  border: 1px solid #bebebe;
}

.formTitle {
  background: #2e2e2e;
  color: #fff;
  padding: 6px 10px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 15px;
}

.samadd {
  float: right;
  font-size: 13px;
  padding: 2px 10px;
  background: #4050f8;
}

.form-check-inline {
  font-size: 14px;
}

.form-check-inline input[type="checkbox"] {
  margin-right: 4px;
}

.dectext {
  font-size: 12px !important;
  line-height: 18px;
  text-align: justify;
}

.eduTable tbody td,
.eduTable thead th {
  font-size: 13px;
  line-height: 20px;
}

.eduTable {
  margin: 10px 0;
}

.eduTable thead th {
  background: #616161;
  color: #fff;
  padding: 6px 6px;

}

.reg-box.applicationForm {
  padding: 15px;
  box-shadow: 0px 1px 8px rgb(0 0 0 / 10%);
  /*border: 2px solid #909090;*/
}

.reg-box.applicationForm .table .atchh2 {
  padding: 0;
  font-size: 12px;
  width: 100px;
}

.reg-box.applicationForm .table .atchh2 p {
  font-size: 11px;
}

@media(min-width: 1199px) {
  .applicationForm .table-responsive {
    overflow: hidden;
  }
}

.newsec-date span {
  background: #ff8100;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
  padding: 0px 10px;
  color: #fff;
  margin-bottom: 10px;
  display: inline-block;
}

.newseclistDetails {
  padding-left: 0;
}

.newseclistDetails h6 {
  color: #232222;
  font-size: 15px;

  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 3px;
}

.rmorenews {
  display: inline-block;
  font-size: 12px;
  border: 1px solid #bbb;
  color: #848484;
  padding: 0 12px;
  border-radius: 30px;
  margin-top: 10px;
}

.newseclistDetails p {
  font-size: 14px;
  color: #7b7b7b;
}


/*************************/
@media(max-width: 1600px) {
  .cancel-img {
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    text-align: center;
    margin: 0px auto;
    left: 9%;
  }

  .cancel-img img {
    width: 41%;
    opacity: 0.2;
  }
}

.container {
  max-width: 90% !important;
}

.top-mneulist {
  text-align: right;
  margin-bottom: 15px;
}

.top-mneulist .topbtnmenu {
  display: inline-block;
  background: #017e90;
  padding: 9px 16px;
  font-size: 14px;
  color: #fff;
  margin: 0 10px 0 0;
  box-shadow: 0 3px 4px #0000003b;
}

.top-mneulist .topbtnmenu:nth-child(1) {
  background: #e54c4c !important;
}

.top-mneulist .topbtnmenu:nth-child(2) {
  background: #119afb;
}

.top-mneulist .topbtnmenu:nth-child(3) {
  background: #a4c808;
}

.top-mneulist .topbtnmenu span {
  margin-right: 3px;
}

.top-mneulist .topbtnmenu span img {
  width: 18px;
}

.topncotact {
  text-align: right;
}

.topncotact ul {
  display: block;
  padding: 0;
  margin: 0;
}

.topncotact ul li {
  display: inline-block;
  padding: 0 10px;
  font-size: 13px;
}

.topncotact ul li span {
  display: inline-block;
  width: 32px;
  height: 32px;
  padding: 6px;
  border-radius: 50%;
  border: 1px solid #025dcd;
  line-height: 15px;
  margin-right: 5px;
}

.topncotact ul li span img {
  width: 100%;
}

.topncotact ul li a {
  color: #000;
  font-weight: 500;
}

.anouncetitle {
  width: 225px;
  float: left;
  background: #f9487a;
  color: #fff;
  height: 48px;
  line-height: 48px;
  position: relative;
}

.anouncetitle:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #f9487a;
  position: absolute;
  right: -20px;
  content: '';
  top: 13px;
  z-index: 1;
}

.anouncetitle h2 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 48px;
}

.announcementPnl {
  float: left;
  width: 100%;
  margin: 30px 0;
  box-shadow: 0 4px 7px #0000001f;
}

.announcementlist {
  width: calc(100% - 225px);
  float: left;
  height: 48px;
  line-height: 48px;
  position: relative;
  background: #f1f1f1;
  padding: 0 30px 0 50px;
}

.announcementlist ul {
  display: block;
  padding: 0;
  margin: 0;
}

.announcementlist ul li {
  display: inline-block;
  padding: 0 15px;
  border-right: 2px solid #fb8e00;
  line-height: 15px;
  font-size: 13px;
  font-weight: 500;
  color: #000;
}

.announcementlist ul li span {
  background: #fb8e00;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  padding: 1px 5px;
  border-radius: 3px;
  margin-right: 4px;
}

.profeaturelist {
  padding: 0;
  font-size: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  transition: transform .4s;
}

.profeaturelist li {
  display: inline-block;
  font-size: 14px;
  width: 25%;
  text-align: center;
  padding: 1px;
  background: #017e90;
}

.profeaturelist li:hover {
  transform: scale(1.05);
  transition: transform .4s;
}

.profeaturelist li:nth-child(1) {
  background: #192ca0;
}

.profeaturelist li:nth-child(2) {
  background: #a2c703;
}

.profeaturelist li:nth-child(3) {
  background: #088deb;
}

.profeaturelist li:nth-child(4) {
  background: #f94477;
}

.profeaturelist li a {
  display: block;
  padding: 20px;
}

.profeaturelist h2 {
  font-size: 20px;
  color: #fff;
  margin-top: 15px;
}

.boxPnl {
  width: 100%;
  float: left;
  margin: 10px 0;
}

.roundBox {
  width: 105px;
  height: 105px;
  margin: auto;
  border-radius: 50%;
  box-shadow: 0 0 10px #00000052;
  text-align: center;
  line-height: 105px;
}

.roundBox img {
  max-width: 100%;
  width: 55px;
}

.profeaturelist li:nth-child(1) .roundBox {
  background: #1a31c0;
}

.profeaturelist li:nth-child(2) .roundBox {
  background: #acd401;
}

.profeaturelist li:nth-child(3) .roundBox {
  background: #1f9df6;
}

.profeaturelist li:nth-child(4) .roundBox {
  background: #ff5484;
}

.welcomepnl {
  float: left;
  width: 100%;
  margin: 30px 0;
}

.text-title {
  letter-spacing: .2px;
  font-size: 26px;
  color: #000;
  font-weight: 600;
  position: relative;
  margin: 10px 0 40px;
}

.text-title:after {
  position: absolute;
  bottom: -15px;
  width: 122px;
  height: 1px;
  background: #7c9213;
  content: '';
  left: 0;
}

.text-title:before {
  position: absolute;
  bottom: -17px;
  width: 60px;
  height: 5px;
  background: #f94477;
  content: '';
  left: 0;
  z-index: 1;
  border-radius: 2px;
}

.welcomeBox p {
  font-size: 14px;
  line-height: 25px;
  color: #3e3e3e;
  text-align: justify;
  font-weight: 400;
  margin-bottom: 20px;
}

.vcImg {
  height: 265px;
  object-fit: cover;
  border: 2px solid #7c9213;
  padding: 0;
  margin: 0 0 20px 30px;
  width: 265px;
}

.noticehomebox {
  width: 100% !important;
  min-height: 383px;
  padding: 5px 15px;
  border: 2px solid #e2e2e2;
  margin-bottom: 16px;
  box-shadow: 0 0 10px #0000001f;
}

.noticehomebox .scrollbar-content {
  padding-right: 18px;
}

.noticehomebox {
  padding-right: 0;
}

.noticehomebox .newsec {
  padding: 12px 0;
  border-color: #eee;
}

.noticehomebox .scrollbars {
  margin-bottom: 20px;
}

.noticedate span {
  font-size: 13px;
  font-weight: 500;
  color: #080071;
  display: block;
  margin-bottom: 5px;
}

.noticedate span img {
  display: inline-block;
  margin-right: 5px;
}

.noticedtls h6 {
  font-size: 14px;
  margin: 8px 0 5px;
  color: #000;
  font-weight: 600;
}

.noticedtls h6 a {
  color: #000;
}

.noticedtls p {
  font-size: 13px;
  color: #000;
}

.btn-info {
  color: #fff;
  background-color: #088deb;
  border-color: #088deb;
  font-size: 13px;
  padding: 0 15px;
  min-width: 130px;
  height: 40px;
  line-height: 38px;
  font-weight: 500;
}

.btn-info i {
  font-size: 19px;
  padding-left: 5px;
  position: relative;
  top: 1px;
  font-weight: 100;
}

.programspnl {
  width: 100%;
  float: left;
  margin: 0 0 20px 0;
}

.dropdown-toggle::after {
  font-family: 'Fontawesome';
  content: '\f107 ';
  border: 0;
  line-height: 6px;
  position: relative;
  top: 4px;
}

.programmeslist {
  padding: 10px 0 20px 0;
}

.programmeslist .item h2 {
  margin: 0;
  background: #a2c703;
  color: #fff;
  text-align: center;
  padding: 10px 10px;
  font-size: 17px;
}

.programmeslist .progImg img {
  height: 160px;
  object-fit: cover;
}

.progrmBox {
  background: #f0f0f0;
  padding: 12px;
}

.progrmBox p {
  font-size: 13px;
  margin-bottom: 10px;
}

.viewmorebtn {
  background: #fff;
  height: 30px;
  display: inline-block;
  line-height: 29px;
  font-size: 13px;
  padding-left: 15px;
  padding-right: 35px;
  color: #000;
  font-weight: 500;
  position: relative;
  margin: 10px 0;
}

.viewmorebtn i {
  height: 100%;
  background: #088deb;
  position: absolute;
  top: 0;
  line-height: 30px;
  width: 22px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  right: 0;
}

.linkgalleryPnl {
  width: 100%;
  float: left;
  margin: 15px 0;
}

.frontgallery {
  display: block;
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 0;
}

.frontgallery li {
  display: inline-block;
  width: 25%;
  font-size: 15px;
  padding: 5px;
}

.frontgallery li img {
  max-width: 100%;
  height: 164px;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
  transition: transform .4s;
}

.frontgallery li a:hover img {
  transform: scale(1.05);
  transition: transform .4s;
}

.addpnl p span.ftaddress {
  min-height: 50px;
  float: left;
}

.addpnl p span {
  margin-right: 3px;
}

.footerlogo {
  padding: 10px 20px 30px 0;
}

.footerlogo img {
  max-width: 100%;
}

.programmeslist .owl-carousel .owl-next,
.programmeslist .owl-carousel .owl-next:hover {
  position: absolute;
  top: 40%;
  right: -50px;
  color: transparent;
  background: url(../images/next-arrow.png);
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
}

.programmeslist .owl-carousel .owl-prev,
.programmeslist .owl-carousel .owl-prev:hover {
  position: absolute;
  top: 40%;
  left: -50px;
  color: transparent;
  background: url(../images/prev-arrow.png);
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
}

.bgdegree {
  background: #cbcbcb;
  padding: 6px 10px;
  font-size: 15px;
  color: #000;
}

.custom-file label {
  font-size: 13px;
}

/*.formtitle{
  font-family: 'Vidaloka', serif;
}*/
.formtitle span {
  color: #e69530;
}

.man {
  color: red;
  padding: 2px 10px;
  font-weight: 500;
  font-size: 12px;
  background: #eaeaea;
  border-radius: 4px;
}

.modal-body p {
  margin-bottom: 15px;
  color: #000;
  font-weight: 500;
}

@media(min-width: 992px) {
  .navbar-light .navbar-nav .nav-item.show .dropdown-menu {
    display: none;
  }

  .navbar-light .navbar-nav .nav-item:hover .dropdown-menu {
    display: block;
  }

}

.noticeListing {
  padding: 6px 10px 6px 15px;
  border: 1px solid #f3f3f3;
  border-radius: 30px;
  font-size: 14px;
  color: #6464CF;
  position: relative;
  margin-bottom: 10px;
  transition: all .3s;
}

.newsText {
  width: calc(100% - 35px);
  display: inline-block;
}

.newsText h6 {
  font-size: 15px;
  color: #313131;
}

.newsMore {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  border-radius: 30px;
  margin-top: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #a4c808;
}

.newsText span {
  background: #0c98fb;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 13px;
  margin-right: 6px;
}

.noticeListing:hover {
  background: #017e90;
}

.noticeListing:hover .newsText h6 {
  color: #fff;
}

.uploadinfotext {
  display: block;
  font-size: 11px;
  line-height: 4px;
  color: #595959;
  margin-bottom: 5px;
  line-height: 14px;
  font-weight: 500;
}

.contact-form h2 {
  font-family: 'Vidaloka', serif;
  text-transform: capitalize;
  letter-spacing: 1px;
  color: #8cad00;
}

.color-red {
  color: red;
}

.contact-form label {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 13px;
}

.contact-now {
  background: #a4c808;
  padding: 30px 16px;
  border: 4px solid #8cad00;
  margin-bottom: 30px;
}

.contact-now h2 {
  font-family: 'Vidaloka', serif;
  text-transform: capitalize;
  letter-spacing: 1px;
  color: #fff;
}

.information h5 {
  color: #ffffff;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}

.contact .information p {
  color: #fff;
  font-size: 14px;
}

.bgBox {
  background: #333333;
  color: #fff;
  padding: 6px 10px;
  font-size: 16px;
}

.tableapplicant.table tbody td {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.tab-pane .reg-sec p {
  font-weight: 500;
  color: #000;
}

.top-mneulist.formmenulist .topbtnmenu {
  padding: 8px 12px;
  border-radius: 5px;
  background: #00076f;
  border-left: 4px solid #119afb;
}

.top-mneulist.formmenulist .topbtnmenu.active {
  background: #025dcd;
  border-left: 4px solid #017e90;
}

.d-block .active {
  background: #a4c808;
  border-left: 4px solid #00076f;
}

.captchaForm.input-group {
  height: 50px;
}

.captchaForm.input-group .form-control {
  height: 50px;
  font-size: 14px;
  background: #f9f9f9;
  font-weight: 500;
  width: 100%;
  margin-right: 20px;
  max-width: 340px;

}

.captchaForm #txtCaptcha {
  background: url(../images/captcha.jpg) no-repeat;
  color: #000;
  font-weight: 700;
  border: none;
  width: 100%;
  /* max-width: 322px; */
  display: inline-block;
  line-height: 40px;
  flex: 0 0 136px;
  margin-right: 79px;
  letter-spacing: 3px;
  font-size: 20px;
}

.rfrsh {
  background-color: transparent;
  border: none;
  color: #000;
  font-size: 24px;
}

.accoknow .btn-success {
  background: #dc6e47;
  border-color: #dc6e47;
}

.logoform img {
  width: 130px;
  border-radius: 50%;
  height: 130px;
  object-fit: contain;
  padding: 4px;
  background: #fff;
}

.printapplication .table td,
.printapplication {
  font-weight: 500;
  color: #000;
}

/*.login_sec .checkbox-group label .box{visibility:hidden;}*/
@media(max-width: 767px) {

  .singleparediv .fstpic,
  .fstpic2 img,
  .fstpic3 img,
  .jpic4 img,
  .fstpic5 img,
  .fstpic6 img,
  .fstpic7 img,
  .fstpic8 img {
    width: 100%;
    max-width: 100%;
    margin: 5px 0 10px 0;
  }

  .fstpic2,
  .fstpic3,
  .jpic4,
  .fstpic5,
  .fstpic6,
  .fstpic7,
  .fstpic8 {
    width: 100%;
    max-width: 100%;
    float: left;
  }

  .ourhomebg p {
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
  }

  .desktop-contact,
  .icon-none {
    display: none !important;
  }

  .cntct-headline {
    padding: 10px;
    background: #14aed8;
    font-size: 16px;
    font-weight: 600;
  }

  .mbile-view {
    display: block;
  }
}

@media(max-width: 480px) {
  .formTitle {
    font-size: 15px;
  }
}

@media(min-width: 1199px) {
  .banner .owl-carousel .owl-item img {
    height: 520px;
    object-fit: cover;
  }
}

/********/
/*inner banner*/
.inner-banners {
  height: 230px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#01d6c0+0,00488d+100 */
  background: #01d6c0;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #01d6c0 0%, #00488d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #01d6c0 0%, #00488d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #01d6c0 0%, #00488d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01d6c0', endColorstr='#00488d', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.inner-banners h2 {
  text-align: center;
  color: #f9fd9f;
  font-size: 35px;
}

.process_bar_landing_page ul {
  display: flex;
  align-content: center;
  /* justify-content: space-between; */
  align-items: center;
  gap: 15px;
}

.process_bar_landing_page ul li .process__number {
  font-size: 29px;
  -webkit-text-stroke: 1px #fff;
  display: block;
  color: transparent;
  font-family: "Roboto Condensed";
  font-weight: 700;
  transition: 0.4s ease-in-out;
  display: block;
  width: 55px;
  height: 55px;
  border: 2px solid #fff;
  border-radius: 50%;
  line-height: 52px;
  text-align: center;
  margin: 0px auto;
  box-shadow: 0px 0px 10px #fff;
}

.process_bar_landing_page ul li {
  text-align: center;
  position: relative;
  width: 16%;
}

/*.process_bar_landing_page ul li:after {
  position: absolute;
    content: '';
    background: url(../images/right-arrow.png);
    width: 229px;
    height: 159px;
    top: 10%;
    background-size: 32%;
    background-repeat: no-repeat;
    left: 81%;
}*/
.process_bar_landing_page ul li:after {
  position: absolute;
  content: '\f178';
  font-family: 'Fontawesome';
  font-weight: 900;
  font-size: 30px;
  color: #fff;
  top: 19%;
  right: -6%;
}

.process_bar_landing_page ul li:last-child:after {
  display: none;
}

.process_bar_landing_page {
  margin-top: 24px;
}

.single-process p {
  display: block;
  font-family: "Roboto Condensed";
  font-weight: 500;
  /* letter-spacing: 1.5px; */
  font-size: 16px;
  color: #ffffff;
  /* text-transform: uppercase; */
  margin-top: 18px;
  vertical-align: top;
  height: 50px;
}

.increasefont .inner-banners h2,
.increasefont .all-heading {
  font-size: 37px;
}

.decreasefont .inner-banners h2,
.decreasefont .all-heading {
  font-size: 30px;
}

.increasefont .single-process p {
  font-size: 17px;
}

.decreasefont .single-process p {
  font-size: 14px;
}

.text-bodies {
  box-shadow: 0px 1px 10px #017e903d;
  padding: 18px;
  border-radius: 15px;
}

.text-bodies p {
  font-size: 15px;
  line-height: 2;
}

.text-bodies h3 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}

.all-heading {
  text-align: center;
  /* font-family: 'Roboto Condensed', sans-serif; */
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #eea03f;
}

.jq-toast-single {
  font-size: 13px !important;
}

/********/
#loader {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  /*background-image: url(../images/logo-icon.png);*/
  background-color: #f3f3f3f5;
  z-index: 9999;
  background-repeat: no-repeat;
  background-position: center;
}

.dowloadtable.table td {
  border: 0;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 0;
}

.dowloadtable.table .btn {
  font-size: 13px;
  min-width: 114px;
}

.loaderlogo {
  position: absolute;
  top: 0;
  width: 150px;
  height: 150px;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}

.loaderlogo img {
  width: 100%;
}

.dropdown-menu li {
  display: block;
}

.newmenu {
  float: left;
  width: 100%;
}

#navigation.style-1 ul a.loginnav {
  background: #eea03f;
}

/**************/
@media(min-width: 1024px) {
  .modal-popup .modal-dialog {
    max-width: 600px;
  }
}

.modal-popup .modal-body {
  padding: 0;
}

.modal-popup .close {
  position: absolute;
  right: -16px;
  background: #000;
  width: 26px;
  height: 26px;
  opacity: 1;
  text-shadow: none;
  color: #fff;
  border-radius: 50%;
  top: -13px;
}

/*********/
.skipcontent-pnl ul {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0 10px;
  border-right: 1px solid #fff;
  line-height: 24px;
}

.skipcontent-pnl ul li {
  display: inline-block;
  vertical-align: middle;
}

.skipcontent-pnl ul li a {
  text-decoration: none;
  position: relative;
  color: #fff;
  padding: 2px 5px;
  font-weight: 500;
}

.text-mode .darkmode {
  background: #000;
  color: #fff;
}

.text-mode .lightmode {
  background: #eee;
  color: #000;
}

.skipcontent-pnl ul:last-child {
  border-right: 0;
}

.skipcontent-pnl {
  text-align: right;
  background: #14aed8;
  padding: 4px 0 3px 0;
  font-size: 13px;
}

.skipcontent-pnl ul li a span {
  display: block;
  height: 14px;
  line-height: 14px;
  text-align: center;
  position: absolute;
  top: -7px;
  width: 100%;
}

.subhints {
  padding: 0px 20px 1px;
  font-size: 10px;
  font-weight: bold;
  background: #fff;
  color: #000;
  text-transform: none;
  vertical-align: middle;
}

.landingtab .nav-pills .nav-link {
  background: #017bd1;
  border-left: 1px solid white;
  border-radius: 0;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  text-transform: capitalize;
  padding: 10px 4px;
}

.landingtab .nav-pills {
  border-radius: 8px;
  overflow: hidden;
}

.landingtab .nav-pills .nav-item:first-child .nav-link {
  border-left: 0;
}

.landingtab .nav-pills .nav-link.active,
.landingtab .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #f9487a;
}

.landingpnl {
  /*background: url(../images/bg-banner.jpg);*/
  background-size: cover;
  position: relative;
}

.landingpnl:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #ffffffd4;
  z-index: 1;
}

.landingpnl .container {
  position: relative;
  z-index: 9;
}

.glow-btm {
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
  padding: 9px 30px !important;
  border-radius: 5px;
}

@-webkit-keyframes glowing {
  0% {
    background-color: #025dcd;
    -webkit-box-shadow: 0 0 3px #ff7098;
  }

  50% {
    background-color: #025dcd;
    -webkit-box-shadow: 0 0 40px #ff7098;
  }

  100% {
    background-color: #025dcd;
    -webkit-box-shadow: 0 0 3px #ff7098;
  }
}

@-moz-keyframes glowing {
  0% {
    background-color: #025dcd;
    -moz-box-shadow: 0 0 3px #ff7098;
  }

  50% {
    background-color: #025dcd;
    -moz-box-shadow: 0 0 40px #ff7098;
  }

  100% {
    background-color: #025dcd;
    -moz-box-shadow: 0 0 3px #ff7098;
  }
}

@-o-keyframes glowing {
  0% {
    background-color: #025dcd;
    box-shadow: 0 0 3px #ff7098;
  }

  50% {
    background-color: #025dcd;
    box-shadow: 0 0 40px #ff7098;
  }

  100% {
    background-color: #025dcd;
    box-shadow: 0 0 3px #ff7098;
  }
}

@keyframes glowing {
  0% {
    background-color: #025dcd;
    box-shadow: 0 0 3px #ff7098;
  }

  50% {
    background-color: #025dcd;
    box-shadow: 0 0 40px #ff7098;
  }

  100% {
    background-color: #025dcd;
    box-shadow: 0 0 3px #ff7098;
  }
}

/******************/
.glow-btn2 {
  -webkit-animation: glowing2 1500ms infinite;
  -moz-animation: glowing2 1500ms infinite;
  -o-animation: glowing2 1500ms infinite;
  animation: glowing2 1500ms infinite;
}

@-webkit-keyframes glowing2 {
  0% {
    background-color: #025dcd;
    -webkit-box-shadow: 0 0 3px #e54c4c;
  }

  50% {
    background-color: #025dcd;
    -webkit-box-shadow: 0 0 40px #e54c4c;
  }

  100% {
    background-color: #025dcd;
    -webkit-box-shadow: 0 0 3px #e54c4c;
  }
}

@-moz-keyframes glowing2 {
  0% {
    background-color: #025dcd;
    -moz-box-shadow: 0 0 3px #e54c4c;
  }

  50% {
    background-color: #025dcd;
    -moz-box-shadow: 0 0 40px #e54c4c;
  }

  100% {
    background-color: #025dcd;
    -moz-box-shadow: 0 0 3px #e54c4c;
  }
}

@-o-keyframes glowing2 {
  0% {
    background-color: #025dcd;
    box-shadow: 0 0 3px #e54c4c;
  }

  50% {
    background-color: #025dcd;
    box-shadow: 0 0 40px #e54c4c;
  }

  100% {
    background-color: #025dcd;
    box-shadow: 0 0 3px #e54c4c;
  }
}

@keyframes glowing2 {
  0% {
    background-color: #025dcd;
    box-shadow: 0 0 3px #e54c4c;
  }

  50% {
    background-color: #025dcd;
    box-shadow: 0 0 40px #e54c4c;
  }

  100% {
    background-color: #025dcd;
    box-shadow: 0 0 3px #e54c4c;
  }
}

/*************************/
.darkmode a {
  color: #ff0;
}

body.darkmode {
  background: #000;
  color: #ff0;
}

.darkmode .top-login .login_forgot {
  color: #333;
}

.darkmode .header-logo {
  background: #f3f3f3;
  border-radius: 5px;
}

.darkmode .topncotact ul li a {
  color: #ff0;
}

.darkmode .topncotact ul li span img {
  filter: brightness(0) invert(1);
}

.darkmode .announcementlist {
  background: #2c2c2c;
}

.darkmode .announcementlist ul li a {
  color: #ff0;
}

.darkmode .text-title {
  color: #fff;
}

.darkmode .noticedtls p {
  color: #ff0;
}

.darkmode .noticedate span {
  color: #a2c703;
}

.darkmode .noticedtls h6 a {
  color: #ff0;
}

.darkmode .noticehomebox {
  border-color: #4c4c4c;
}

.darkmode .welcomeBox p {
  color: #ff0;
}

.darkmode .shadowbox {
  background: #2c2c2c;
}

.darkmode .shadowbox ul li a {
  background: #141414;
  color: #ff0;
}

.darkmode .shadowbox ul li a:hover {
  background: #000;
}

.darkmode .ourhomebg,
.darkmode .term-sec,
.darkmode .nwslist-sec {
  background: #222;
}

.darkmode .singleparediv {
  background: #111;
}

.darkmode .ourhomebg p,
.darkmode .term-sec p,
.darkmode .term-sec li,
.darkmode .newsText h6 {
  color: #ff0;
}

.darkmode .table,
.darkmode .newseclistDetails h6 {
  color: #ff0;
}

.darkmode .nwslist-sec .newsec {
  background: #111;
}

.darkmode .newseclistDetails p {
  color: #ff0;
}

.darkmode .publication-pnl .tab-content {
  background: #222;
}

.darkmode .login-body {
  background: #222;
}

.darkmode #navigation.style-1 ul a {
  color: #ff0;
}

.darkmode .mid-fot-box ul li a {
  color: #ff0;
}

.darkmode .mid-fot-box ul li a:hover,
.darkmode .mid-fot-box ul li.active a {
  color: #ff0;
}

.darkmode .ftr_menu_box_3 p {
  color: #ff0;
}

.darkmode .left-copy p,
.darkmode .left-copy span,
.darkmode .innerbnr h2 {
  color: #ff0;
}

.darkmode #navigation ul li:hover ul a,
.darkmode #navigation ul ul a {
  color: #ff0 !important;
}

.darkmode .galtitle {
  color: #ff0;
}

.darkmode #navigation ul li:hover ul a:hover,
.darkmode #navigation ul ul a:hover {
  color: #fff !important;
}

.darkmode .reg-box {
  color: #000;
}

.darkmode .dowloadtable.table td {
  color: #000;
}

.darkmode .dowloadtable.table .btn {
  color: #fff;
  font-weight: 600;
}

.darkmode .btn-info {
  background-color: #017e90;
  border-color: #017e90;
}

.darkmode .print_action {
  color: #fff !important;
}

.darkmode .ackmmain {
  color: #000;
}

.darkmode .accoknow .btn-success {
  color: #fff;
}

.darkmode .landingtab .tab-content {
  background: #000 !important;
}

.darkmode .landingtab .table .thead-dark th {
  color: #ff0;
}

.darkmode .landingtab .table-bordered td,
.darkmode .landingtab .table-bordered th {
  border: 1px solid #4e4e4e;
}

.darkmode .landingpnl:after {
  background: #2a2a2ae8;
}

/************/
.increasefont .landingtab .nav-pills .nav-link {
  font-size: 15px;
}

body.increasefont {
  font-size: 16px;
}

.increasefont .tableapplicant.table tbody td {
  font-size: 16px;
}

.increasefont .skipcontent-pnl {
  font-size: 14px;
}

.increasefont .top-mneulist .topbtnmenu {
  font-size: 15px;
}

.increasefont .topncotact ul li {
  font-size: 15px;
}

.increasefont #navigation.style-1 ul a {
  padding: 10px 15px;
  font-size: 15px;
}

.increasefont .anouncetitle h2 {
  font-size: 19px;
}

.increasefont .announcementlist ul li {
  font-size: 15px;
}

.increasefont .profeaturelist h2 {
  font-size: 22px;
}

.increasefont .text-title {
  font-size: 27px;
}

.increasefont .noticedtls h6,
.increasefont .welcomeBox p,
.increasefont .shadowbox ul li a {
  font-size: 16px;
}

.increasefont .noticedtls p {
  font-size: 15px;
}

.increasefont .programmeslist .item h2 {
  font-size: 18px;
}

.increasefont .fot-box h4,
.increasefont .footerheading {
  font-size: 18px;
}

.increasefont .mid-fot-box ul li a {
  font-size: 15px;
}

.increasefont .ftr_menu_box_3 p {
  font-size: 15px;
}

.increasefont .left-copy p,
.increasefont .left-copy span {
  font-size: 15px;
}

.increasefont .innerbnr h2 {
  font-size: 36px;
}

.increasefont .ourhomebg p,
.increasefont .term-sec p,
.increasefont .newsText h6 {
  font-size: 16px;
}

.increasefont .newsText span,
.increasefont .newsec-date span {
  font-size: 14px;
}

.increasefont .table thead th,
.increasefont .table td,
.increasefont .table th {
  font-size: 16px;
}

.increasefont .newseclistDetails h6 {
  font-size: 17px;
}

.increasefont .rmorenews {
  font-size: 14px;
}

.increasefont .newseclistDetails p {
  font-size: 16px;
}

.increasefont .photoGallery .gallist {
  font-size: 16px;
}

.increasefont .contact-now h2,
.increasefont .contact-form h2 {
  font-size: 34px;
}

.increasefont .information h5 {
  font-size: 18px;
}

.increasefont .contact .information p,
.increasefont .contact-form label {
  font-size: 16px;
}

.increasefont .contact-form input,
.increasefont .contact-form textarea {
  font-size: 16px;
}

.increasefont .topic {
  font-size: 27px;
}

.increasefont .reg-sec label,
.increasefont .reg-sec .form-control {
  font-size: 16px;
}

.increasefont .formTitle {
  font-size: 18px;
}

.increasefont .samadd {
  font-size: 15px;
}

.increasefont .bgdegree,
.increasefont .reg-box.applicationForm p {
  font-size: 17px;
}

.increasefont .uploadinfotext {
  font-size: 13px;
}

.increasefont .dclrp,
.increasefont .dectext {
  font-size: 14px !important;
}

.increasefont .sbtnn {
  font-size: 17px;
}

.increasefont .man {
  font-size: 15px;
}

.increasefont .loginform h2 {
  font-size: 32px;
}

.increasefont .loginlefttext h2 {
  font-size: 40px;
}

.increasefont .loginform .login_type {
  font-size: 16px;
}

.increasefont .loginlefttext p {
  font-size: 17px;
}

.increasefont .loginlefttext h3 {
  font-size: 24px;
}

.increasefont .signupbtn,
.increasefont .loginform .login_submitbtn {
  font-size: 18px;
}

.increasefont .login_forgot {
  font-size: 16px;
}

/*******************/
body.decreasefont {
  font-size: 13px;
}

.decreasefont .skipcontent-pnl {
  font-size: 12px;
}

.decreasefont .top-mneulist .topbtnmenu {
  font-size: 12px;
}

.decreasefont .topncotact ul li {
  font-size: 12px;
}

.decreasefont #navigation.style-1 ul a {
  padding: 10px 26px;
  font-size: 12px;
}

.decreasefont .anouncetitle h2 {
  font-size: 14px;
}

.decreasefont .announcementlist ul li {
  font-size: 12px;
}

.decreasefont .profeaturelist h2 {
  font-size: 18px;
}

.decreasefont .text-title {
  font-size: 22px;
}

.decreasefont .noticedtls h6,
.decreasefont .welcomeBox p,
.decreasefont .shadowbox ul li a {
  font-size: 12px;
}

.decreasefont .noticedtls p {
  font-size: 12px;
}

.decreasefont .programmeslist .item h2 {
  font-size: 14px;
}

.decreasefont .fot-box h4,
.decreasefont .footerheading {
  font-size: 14px;
}

.decreasefont .mid-fot-box ul li a {
  font-size: 12px;
}

.decreasefont .ftr_menu_box_3 p {
  font-size: 12px;
}

.decreasefont .left-copy p,
.decreasefont .left-copy span {
  font-size: 12px;
}

.decreasefont .innerbnr h2 {
  font-size: 30px;
}

.decreasefont .ourhomebg p,
.decreasefont .term-sec p,
.decreasefont .newsText h6 {
  font-size: 14px;
}

.decreasefont .newsText span,
.decreasefont .newsec-date span {
  font-size: 11px;
}

.decreasefont .table thead th,
.decreasefont .table td,
.decreasefont .table th {
  font-size: 13px;
}

.decreasefont .newseclistDetails h6 {
  font-size: 14px;
}

.decreasefont .rmorenews {
  font-size: 12px;
}

.decreasefont .newseclistDetails p {
  font-size: 13px;
}

.decreasefont .photoGallery .gallist {
  font-size: 13px;
}

.decreasefont .contact-now h2,
.decreasefont .contact-form h2 {
  font-size: 29px;
}

.decreasefont .information h5 {
  font-size: 14px;
}

.decreasefont .contact .information p,
.decreasefont .contact-form label {
  font-size: 12px;
}

.decreasefont .contact-form input,
.decreasefont .contact-form textarea {
  font-size: 12px;
}

/***/
.decreasefont .topic {
  font-size: 23px;
}

.decreasefont .reg-sec label,
.decreasefont .reg-sec .form-control {
  font-size: 12px;
}

.decreasefont .formTitle {
  font-size: 14px;
}

.decreasefont .samadd {
  font-size: 11px;
}

.decreasefont .bgdegree,
.decreasefont .reg-box.applicationForm p {
  font-size: 13px;
}

.decreasefont .uploadinfotext {
  font-size: 10px;
}

.decreasefont .dclrp,
.decreasefont .dectext {
  font-size: 11px !important;
}

.decreasefont .sbtnn {
  font-size: 13px;
}

.decreasefont .man {
  font-size: 11px;
}

.decreasefont .loginform h2 {
  font-size: 28px;
}

.decreasefont .loginlefttext h2 {
  font-size: 36px;
}

.decreasefont .loginform .login_type {
  font-size: 12px;
}

.decreasefont .loginlefttext p {
  font-size: 13px;
}

.decreasefont .loginlefttext h3 {
  font-size: 20px;
}

.decreasefont .signupbtn,
.decreasefont .loginform .login_submitbtn {
  font-size: 14px;
}

.decreasefont .login_forgot {
  font-size: 12px;
}

.decreasefont .tableapplicant.table tbody td {
  font-size: 12px;
}

.decreasefont .landingtab .nav-pills .nav-link {
  font-size: 12px;
}


/************Steps style*************/
.stepnumber a {
  width: 52px;
  height: 52px;
  margin: auto;
  display: block;
  line-height: 52px;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: #d3d3d3;
  position: relative;
}

.stepname {
  margin-top: 6px;
}

.stepname a {
  color: #d3d3d3;
  font-weight: 600;
  font-size: 15px;
}

.stepslist {
  position: relative;
  background: #fff;
  z-index: 2;
  max-width: 25%;
}

.stepslist:after {
  position: absolute;
  width: 100%;
  left: 0;
  top: 25px;
  height: 2px;
  content: '';
  background: #d3d3d3;
  z-index: -1;
}

.stepslist.active .stepnumber a {
  background: #025dcd;
  color: #fff;
}

.stepslist.active .stepname a {
  color: #161fa7;
}

.stepslist.active:after {
  background: #017e90;
}

.stepslist.active .stepnumber a:after {
  position: absolute;
  content: '\f00c';
  font-family: 'fontawesome';
  background: #0dd500;
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 50%;
  right: -4px;
  top: -4px;
}

/****************/
.form-heading {
  margin-bottom: 20px;
  position: relative;
}

.form-heading span {
  font-size: 14px;
  display: inline-block;
  background: #14aed8;
  line-height: 1.5;
  padding: 8px 15px;
  vertical-align: top;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
}

.form-heading span:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #14aed8;
  position: absolute;
  content: '';
  top: 10px;
  right: -12px;
}

.form-subheading {
  margin-bottom: 25px;
  border-bottom: 2px solid #017e90;
}

.form-subheading span {
  font-size: 14px;
  background: #017e90;
  display: inline-block;
  color: #fff;
  padding: 8px 15px;
  font-weight: 500;
  text-transform: uppercase;
  min-width: 200px;
}

.form-subheading span small {
  text-transform: capitalize;
  background: #dc6e47;
  padding: 2px 4px;
  font-size: 13px;
  border-radius: 0px;
  margin-left: 10px;
}

.applicationForm .form-control {
  border-radius: 0;
  font-size: 14px;
  min-height: 42px;
}

.applicationForm .form-control::placeholder {
  font-size: 13px;
}

.applicationForm label {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
}

.custom-btn {
  background: #017e90;
  color: #fff;
  font-size: 14px;
  min-width: 110px;
  height: 42px;
  border-radius: 0;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.custom-btn:hover {
  color: #fff;
  background: #dc6e47;
}

.formboxpanel {
  position: relative;
  padding: 20px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  margin-bottom: 25px;
  margin-top: 30px;
  padding-top: 30px;
}

.formboxheading {
  position: absolute;
  top: -18px;
  background: #0e1aa7;
  left: 20px;
  display: inline-block;
  padding: 7px 15px;
  font-size: 14px;
  color: #fff;
  border-radius: 30px;
  border: 2px solid #0e1aa7;
}

.formboxheading span {
  display: inline-block;
  margin-left: 20px;
  font-size: 12px;
  text-transform: capitalize;
  background: #fff;
  color: #000;
  padding: 2px 8px;
  border-radius: 14px;
}

.formboxheading span input {
  top: 2px;
  position: relative;
}

a,
a:hover {
  text-decoration: none;
}

.process-banners {
  /*height: 230px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  /*height: 430px;*/
  background: #f4f4f4;
  padding-bottom: 25px;
}

.process-banners h2 {
  text-align: center;
  color: #000;
  font-size: 35px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin-bottom: 40px;
  margin-top: 10px;

}

.processor-img img {
  width: 100%;
}

.process_bar_landing_page {
  margin-top: 24px;
}

.process_bar_landing_page ul {
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.process_bar_landing_page ul li {
  text-align: center;
  position: relative;
  width: 16%;
  list-style: none;
}

.single-process p {
  display: block;
  font-family: 'Merriweather', serif;

  font-weight: 700;
  /* letter-spacing: 1.5px; */
  font-size: 16px;
  color: #000;
  /* text-transform: uppercase; */
  margin-top: 18px;
  vertical-align: top;
  height: 50px;
}

.single-process span {

  width: 100px;
  height: 100px;
  display: block;
  margin: 0px auto;
  border-radius: 50%;
  line-height: 88px;
  text-align: center;

}

.single-process span i {
  font-size: 30px;
  color: #fff;
}

.single-process span img {
  width: 48px;
}

.increasefont .stepname a {
  font-size: 17px;
}

.decreasefont .stepname a {
  font-size: 13px;
}

.latest_news {
  background: rgb(24, 90, 157);
  background: -moz-linear-gradient(left, #1762b8 0%, #09aad0 100%);
  background: -webkit-linear-gradient(left, #1762b8 0%, #09aad0 100%);
  background: linear-gradient(to right, #1762b8 0%, #09aad0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#185a9d', endColorstr='#43cea2', GradientType=1);
  color: #fff;
  width: 15%;
  padding: 16px 10px;
  font-size: 17px;
  text-align: center;
  font-family: 'Merriweather', serif;

}

.scroll_news ul {
  display: flex;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
  list-style: none;
  align-items: center;
  margin: -30px 0 0;
  background: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  padding: 14px 15px 10px;
}

.news_middle {
  width: 100%;
}

.news_middle {
  font-weight: 600;
  color: #e1800e;
}

.importnt-sec {
  padding: 60px 0px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #ccc;
  color: #fff;
  background-color: #22b0d5;
  border: 1px solid #22b0d5;
  letter-spacing: 0.5;
  font-size: 15px;

}

.panel-section_inner {
  background: #FFF;
  border-radius: 4px;
  border: 1px solid #ccc;
  margin-top: 20px;
  padding: 15px 0px;
  padding-top: 15px;
  padding-top: 0px;
  height: 295px;
  overflow: auto;
}

.panel-section_inner ul {
  margin: 0;
  padding: 0px 0 0;
}

.panel-section_inner ul li {
  padding: 10px 12px;
  margin: 0px 0px;
  /*border-bottom: #282828 1px dashed;*/
  color: #282828;
  font-size: 15px;
  list-style: none;

}

.panel-section_inner ul li:last-child {
  border-bottom: 0;
}

.panel-section_inner ul li a {
  color: #282828;
  text-decoration: none;
  margin: 0px 0px 0px 10px;
  font-size: 14px;
  font-weight: 500;
}

.blue {
  color: #0448a3 !important;

  text-align: center;
  margin: 20px auto 0;

  font-weight: 700;
  text-align: left;
}

.black {
  color: #029dbd !important;

  text-align: center;
  margin: 20px auto 0;


  font-weight: 700;
  text-align: left;

}


.panel-box {
  box-shadow: -2px 3px 25px 0px rgb(0 0 0 / 10%);
}

.panel-section_inner ul li:nth-child(even) {
  background: #f4f4f4;
}

.panel-section_inner a span img {
  width: 32px;
  transform: rotate(-175deg);
  float: right;
}

.green {
  color: #72c650;
}

@media only screen and (max-width: 991px) {
  .process-banners {
    height: 450px;
  }

  .panel-box {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {}

/*******************************/
.text-primary {
  color: #025dcd !important;
}

.btnpdf {
  background: #ffffff;
  border-color: #d3d3d3;
  height: 37px;
  padding: 0;
  min-width: 44px;
  line-height: 33px;
  margin-top: 28px;
}

.btnpdf img {
  height: 30px;
}

.unamenotfind {
  font-size: 13.5px !important;
  line-height: 17px;
  background: #efefef;
  padding: 2px 5px;
  border-radius: 0px;
  margin: 5px 0 0 0 !important;
}

.form-group {
  margin-bottom: 10px;
}

.min-height-form {
  min-height: 600px;
}

.table-upload thead th,
.table-upload tbody td {
  text-align: left;
}

.table-upload thead th {
  font-weight: 600;
  border: 0;
  background: #d9e8ff;
  color: #000;
  padding: 6px 10px;
}

.table-upload tbody td {
  padding: 6px;
}

.instructinheading {
  font-weight: 600 !important;
  font-size: 18px;
  color: #1062e7;
  margin-bottom: 10px;
}

.instuctioncontent {
  font-weight: 500;
  font-size: 14px;
}

.faa-flash.animated-hover.faa-fast:hover,
.faa-flash.animated.faa-fast,
.faa-parent.animated-hover:hover>.faa-flash.faa-fast {
  -webkit-animation: flash 1s ease infinite;
  animation: flash 1s ease infinite;
}

@-webkit-keyframes flash {

  0%,
  100%,
  50% {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

@keyframes flash {

  0%,
  100%,
  50% {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

.faa-flash.animated,
.faa-flash.animated-hover:hover,
.faa-parent.animated-hover:hover>.faa-flash {
  -webkit-animation: flash 2s ease infinite;
  animation: flash 2s ease infinite
}

.faa-flash.animated-hover.faa-fast:hover,
.faa-flash.animated.faa-fast,
.faa-parent.animated-hover:hover>.faa-flash.faa-fast {
  -webkit-animation: flash 1s ease infinite;
  animation: flash 1s ease infinite
}

.faa-flash.animated-hover.faa-slow:hover,
.faa-flash.animated.faa-slow,
.faa-parent.animated-hover:hover>.faa-flash.faa-slow {
  -webkit-animation: flash 3s ease infinite;
  animation: flash 3s ease infinite
}

@-webkit-keyframes bounce {

  0%,
  10%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
  }
}

.panel-section_inner::-webkit-scrollbar {
  width: 8px;
}

.panel-section_inner::-webkit-scrollbar-track {
  background: #f1f1f1;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.panel-section_inner::-webkit-scrollbar-thumb {
  background: #161fa7;
}

.panel-section_inner::-webkit-scrollbar-thumb:hover {
  background: #555;
}


/*****************************/
@media(max-width: 991px) {
  .process-banners {
    height: auto;
    padding: 20px 0 50px;
  }

  .desktop-contact,
  .icon-none {
    display: none !important;
  }

  .cntct-headline {
    padding: 10px;
    background: #14aed8;
    font-size: 16px;
    font-weight: 600;
  }

  #navigation ul li.mbile-view {
    display: block;
  }
}

@media(max-width: 575px) {
  .top-mneulist .topbtnmenu {
    padding: 5px 8px !important;
  }

  a.crossed {
    right: 10px;
    top: 10px;
  }

  .stepslist {
    padding: 0 2px;
  }

  .stepname {
    line-height: 1;
  }

  .stepname a {
    font-size: 11px;
  }

  .cookies {
    padding: 15px;
    padding-right: 38px;
  }

  .Text,
  .Title {
    font-size: 13px;
  }

  /*.mmenu-trigger{*/
  /*  background-color: #f94477;*/
  /*}*/
  /*.mm-panel.mm-hasnavbar .mm-navbar{*/
  /*  background-color: #f94477;*/
  /*}*/
  /*.loginlefttext , .login-bg{*/
  /*  background: #161fa7;*/
  /*}*/
  .avatar-upload2 .avatar-preview {
    height: auto;
    border: 0;
  }

  .avatar-upload2 .avatar-preview #imagePreview {
    height: 205px;
  }

  .logoform img {
    width: 130px !important;
  }

  .sbtnn {
    min-width: 90px;
    font-size: 15px;
  }
}

@media(max-width: 420px) {
  .stepname a {
    font-size: 10px;
  }
}