@font-face {
  font-family: 'open_sansregular';
  src: url(../fonts/opensans-regular-webfont.eot);
  src: url(../fonts/opensans-regular-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/opensans-regular-webfont.woff2) format('woff2'), url(../fonts/opensans-regular-webfont.woff) format('woff'), url(../fonts/opensans-regular-webfont.ttf) format('truetype'), url(../fonts/opensans-regular-webfont.svg#open_sansregular) format('svg');
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'open_sanssemibold';
  src: url(../fonts/opensans-semibold-webfont.eot);
  src: url(../fonts/opensans-semibold-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/opensans-semibold-webfont.woff2) format('woff2'), url(../fonts/opensans-semibold-webfont.woff) format('woff'), url(../fonts/opensans-semibold-webfont.ttf) format('truetype'), url(../fonts/opensans-semibold-webfont.svg#open_sanssemibold) format('svg');
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'open_sansbold';
  src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'), url('../fonts/opensans-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'open_sanslight';
  src: url('../fonts/opensans-light-webfont.woff2') format('woff2'), url('../fonts/opensans-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,800');

* {
	box-sizing: border-box;
}


body.active-preloader-ovh {
  overflow: hidden
}

input:focus, select:focus, textarea:focus, button:focus {
  outline: none
}

body {
  margin: 0;
  padding: 0;
  font-family: 'open_sansregular';
  font-size: 14px;
  background-color: black;
}

ul, ul li {
  list-item: none;
  list-style-type: none;
}

ul {
  padding: 0;
  margin: 0;
}

a {
  color: #000;
  text-decoration: none
}

a:hover, a:focus {
  color: #000
}

.midarea {
  overflow: hidden
}

.midarea, .headerarea, .footer {
  width: 100%
}

/*****only add this classto body if preloader is ono ther wise REMOVE IT.*****/
/* Preloader */
.preloader {
  background-color: grey;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999999;
  transition: 10s;
}

.preloader .spinner {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}

/* Preloader */
.logo {
  position: absolute;
  left: calc(+5%);
  z-index: 9
}

ul.boxes {
  margin-top: 180px
}

ul.boxes li {
  display: inline-block;
  width: 48%;
  -webkit-transition: all 0.6s ease-in-out;
  min-height: auto;
  padding: 6%;
  position: relative;
  text-align: center;
}

ul.boxes li a, ul.boxes li a span {
  display: block;
  text-align: center;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-size: 0.85rem
}

ul.boxes li:hover, ul.boxes li a:focus {
  opacity: .9;
  background: rgba(74, 149, 193, 1);
  background: -moz-linear-gradient(left, rgba(74, 149, 193, 1) 0%, rgba(17, 108, 193, 1) 71%, rgba(14, 106, 193, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(74, 149, 193, 1)), color-stop(71%, rgba(17, 108, 193, 1)), color-stop(100%, rgba(14, 106, 193, 1)));
  background: -webkit-linear-gradient(left, rgba(74, 149, 193, 1) 0%, rgba(17, 108, 193, 1) 71%, rgba(14, 106, 193, 1) 100%);
  background: -o-linear-gradient(left, rgba(74, 149, 193, 1) 0%, rgba(17, 108, 193, 1) 71%, rgba(14, 106, 193, 1) 100%);
  background: -ms-linear-gradient(left, rgba(74, 149, 193, 1) 0%, rgba(17, 108, 193, 1) 71%, rgba(14, 106, 193, 1) 100%);
  background: linear-gradient(to right, rgba(74, 149, 193, 1) 0%, rgba(17, 108, 193, 1) 71%, rgba(14, 106, 193, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a95c1', endColorstr='#0e6ac1', GradientType=1);
  text-decoration: none;
}

ul.boxes li a span.title-text {
  padding: 8px 30px 0 30px;
  display: block;
}

ul.boxes li:nth-child(1):after {
  content: "";
  background: #fbd48f;
  height: 1px;
  width: 155px;
  position: absolute;
  left: 80px;
  bottom: 0
}

ul.boxes li:nth-child(2):before {
  content: "";
  background: #fbd48f;
  height: 115px;
  width: 1px;
  position: absolute;
  left: 0;
  top: 0px
}

ul.boxes li:nth-child(2):after {
  content: "";
  background: #fbd48f;
  height: 1px;
  width: 150px;
  position: absolute;
  left: 25px;
  bottom: 0
}

ul.boxes li:nth-child(3):after {
  content: "";
  background: #fbd48f;
  height: 115px;
  width: 1px;
  position: absolute;
  right: 0px;
  top: 17px
}

ul.boxes li:nth-child(4):after {}

/*ul.boxes li:nth-child(3){padding-top:50px;}*/
/********** Login **********/
.radioBtnGroup {
  margin: 0 0 20px 0;
  padding: 0
}

.radioBtnGroup li {
  display: inline-block;
  vertical-align: middle;
  padding-right: 25px;
  /* padding-top:100px; */
  width: 20%
}

form.loginformarea {
  padding-right: 30%;
}

.loginFormBox.custm_form.registerpass {
  padding-top: calc(+18%);
}

.loginFormBox.custm_form {
  padding-top: calc(+5%);
}

.loginFormBox.custm_form.forgotpass {
  padding-top: calc(+30%);
}

.mobile {
  margin-top: 15px;
}

label a {
  color: #ffffff;
  text-decoration: none;
  width: 208px;
}

label a:hover {
  color: #ffffff;
  text-decoration: none;
  width: 208px;
}

/*Check Button*/
.checkBtnGroup {
  margin: 0;
  padding: 0;
}

.checkBtnGroup li {
  display: inline-block;
  vertical-align: middle;
  padding-right: 25px;
}

/* Customize the label (the container) */
.containerCheck {
  display: block;
  position: relative;
  padding-right: 10px;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.containerCheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: #929292 solid 1px;
}

/* On mouse-over, add a grey background color */
.containerCheck:hover input~.checkmark {
  /*background-color: #ccc;*/
}

/* When the checkbox is checked, add a blue background */
.containerCheck input:checked~.checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containerCheck input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containerCheck .checkmark:after {
  left: 7px;
  top: 2px;
  width: 7px;
  height: 12px;
  border: solid #2196F3;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*Radio Button*/
input[type="radio"] {
  display: none;
}

/* input[type="radio"]+label {
  color: #222;
  font-size: 25px;
  cursor: pointer;
  position: relative;
  padding: 4px 0 -1px 28px;
} */

input[type="radio"]+label:before {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
}

input[type="radio"]+label:after {
  width: 12px;
  height: 12px;
  outline: none;
  border-radius: 50%;
  background-color: blue;
  content: "";
  position: absolute;
  left: 7px;
  top: 12px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0ms;
  -webkit-transition: all 0.3s ease 0ms;
}

input[type="radio"]:checked+label:after {
  opacity: 1;
  visibility: visible;
}

.file-upload-button:hover, .file-upload-wrapper label.file-upload-button:hover {
  background: rgba(255, 255, 255, 0.1);
  opacity: 0.7;
}

.animateBdrField {
  position: relative;
  background-color: #fff;
}

.customSelectOuter .animateBdrField {
  background: none;
}

.animateBdrField {
  background: none;
}

.loginFormBox .fieldRow {
  margin-bottom: 0px;
  margin-top: 10px;
}

.loginFormBox .inputField {
  position: relative;
}

.loginFormBox .fieldRow input[type="text"], .fieldRow input[type="email"], .loginFormBox .fieldRow input[type="password"] {
  border: 1px solid #dddddd;
  font-size: 15px;
  color: #777;
  height: 44px;
  line-height: 40px;
  padding: 5px 0 5px 60px;
  position: relative;
  width: 100%;
  border-radius: 25px;
}

.captabg {
  background-color: #789ced;
  border-radius: 25px;
  padding-left: 20px;
  padding-top: 10px
}

.inputField.userName:before, .loginFormBox .inputField.password:before, .loginFormBox .inputField.emailid:before, .loginFormBox .inputField.mobile:before {
  background-color: #789ced;
  width: 50px;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0px;
  height: 44px;
  border-radius: 25px 0px 0px 25px;
}

.loginFormBox ::-webkit-input-placeholder {
  color: #777777;
  opacity: 1;
  text-transform: uppercase;
}

.loginFormBox :-moz-placeholder {
  color: #777777;
  opacity: 1;
  text-transform: uppercase;
}

.loginFormBox ::-moz-placeholder {
  color: #777777;
  opacity: 1;
  text-transform: uppercase;
}

.loginFormBox :-ms-input-placeholder {
  color: #777777;
  opacity: 1;
  text-transform: uppercase;
}

.loginFormBox .inputField:after {
  position: absolute;
  left: 9px;
  top: 5px;
  width: 30px;
  height: 25px;
  content: "";
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  z-index: 99;
}

.loginFormBox .inputField.userName:after {
  background-position: -2px 0;
}

.loginFormBox .inputField.password:after {
  background-position: -33px 0;
}

.loginFormBox .inputField.emailid:after {
  background-position: -65px 0;
}

.loginFormBox .inputField.mobile:after {
  background-position: -91px -2px;
}

.loginFormBox .button {
  display: block;
  position: relative;
  height: 40px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 22px;
  border: 0;
  margin-top: 20px;
  border-radius: 25px;
  cursor: pointer;
  background-image: linear-gradient(to right top, #86c55c, #6fc26e, #86c55c, #6ac172, #74c26a);
}

.loginFormBox .button {
  position: relative;
}

.loginFormBox .button:before {
  position: absolute;
  left: 0;
  top: 7px;
  width: 30px;
  height: 25px;
  content: "";
  background-color: red;
  /*    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;*/
}

.login-arrow {
  position: relative;
}

.login-arrow:after {
  content: "";
  background: url(../images/arrow.png) no-repeat center;
  width: 28px;
  height: 26px;
  top: 18px;
  right: -15px;
  position: absolute;
}

.loginFormBox .button:hover {
  background-color: red;
}

.bannerslide {
  position: absolute;
  right: 0px;
  top: calc(+15%);
}

.forgotpas {
  padding-top: 10px;
}

.forgotpas a {
  text-align: right;
  float: right;
  color: #a1a7a0;
  font-size: 15px;
  text-decoration: underline;
}

span.or_box {
  border: 1px solid #f17c53;
  background: #fff;
  border-radius: 50%;
  padding: 12px;
}

.or_box_btn {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 7px;
}

.wrap {
  padding: 15px;
}

h1 {
  font-size: 28px;
}

h4,
modal-title {
  font-size: 18px;
  font-weight: bold;
}

.no-borders {
  border: 0px;
}

.body-message {
  font-size: 18px;
}

.centered {
  text-align: center;
}

.btn-primary {
  background-color: #2086c1;
  border-color: transparent;
  outline: none;
  border-radius: 8px;
  font-size: 15px;
  padding: 10px 25px;
}

.btn-primary:hover {
  background-color: #2086c1;
  border-color: transparent;
}

.btn-primary:focus {
  outline: none;
}

.custm-btn {
  background-color: #f07449;
}

.custm-modal {
  top: 23% !important;
}

/**/
form.radioarea .radioBtnGroup {
  float: left
}

form.radioarea {
  float: left
}

form.radioarea .radioBtnGroup li {
  display: inline;
  float: left
}

.rote {
  transform: rotate(-90deg);
  top: 80px
}

.login2 {
  top: 155px;
  left: 21px;
}

.list-group-item {
  border: 0;
  background: none;
}

.custm_form {
  padding: 0;
  left: 0;
}

.modal-custm {
  padding: 0;
  top: 0;
  left: 0;
}

.nodel-inner {
  margin-top: 0 !important;
}

.nopd {
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-left: 0px !important;
}

.col-12.col-sm-12.col-md-10.col-lg-10.contsection {
  position: absolute;
  top: calc(+30%);
}

.whiteshape {
  position: relative;
}

.parallelogram:after {
  content: " ";
  position: fixed;
  display: block;
  top: calc(+20.3%);
  right: calc(-15%);
  z-index: -1;
  background: #ffffff;
  -ms-transform: skew(-30deg, 0deg);
  -webkit-transform: skew(-30deg, 0deg);
  transform: skew(19deg, 0deg);
  transform-origin: 5% -9%;
  height: 200px;
  width: 25px;
}

.captchatext input[type="text"] {
  padding-left: 15px !important;
}

#minimal-bootstrap-carousel .carousel-indicators {
  justify-content: start;
  padding-left: 8% !important;
}

/* home slider */
/* 5. banner styles
***************************/
#minimal-bootstrap-carousel {
  margin-top: 0px;
  position: relative;
  z-index: 991;
}

#minimal-bootstrap-carousel .carousel-caption {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  text-align: right;
  text-shadow: none;
}

#minimal-bootstrap-carousel .carousel-caption .container {
  display: table;
  width: 100%;
  height: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#minimal-bootstrap-carousel .carousel-caption .container .box {
  display: table-cell;
  text-align: left;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
  vertical-align: top;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
  vertical-align: bottom;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
  vertical-align: middle;
}

#minimal-bootstrap-carousel .carousel-caption .container .box .content {
  display: block;
}

#minimal-bootstrap-carousel .carousel-control {
  width: 66px;
  height: 66px;
  font-size: 16px;
  line-height: 66px;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.2);
  visibility: visible !important;
  opacity: 1;
  font-weight: normal;
  margin-top: -33px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 50%;
  z-index: 99;
  position: absolute;
}

#minimal-bootstrap-carousel .carousel-control:hover {
  /*  background: #fe5a0e; */
  background: #e66b20;
}

@media (max-width: 667px) {
  #minimal-bootstrap-carousel .carousel-control {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
  }
}

#minimal-bootstrap-carousel .carousel-control.left {
  left: 1%;
  text-align: center;
}

#minimal-bootstrap-carousel .carousel-control.right {
  right: 1%;
  text-align: center;
}

#minimal-bootstrap-carousel .carousel-control:hover {
  opacity: 1;
}

/* processing for fadeing effect styles */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/* fixing slider height */
#minimal-bootstrap-carousel .custom-navigation {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 999;
  margin: 0;
}

#minimal-bootstrap-carousel .custom-navigation, #minimal-bootstrap-carousel .custom-navigation li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#minimal-bootstrap-carousel .custom-navigation li {
  border-radius: 50%;
  text-indent: 0;
  width: 12px;
  height: 12px;
  background: transparent;
  border: 1px solid #fff;
  cursor: pointer;
  opacity: 1
}

#minimal-bootstrap-carousel .custom-navigation li+li {
  margin-left: 10px;
}

#minimal-bootstrap-carousel .custom-navigation li.active {
  opacity: 1;
  background: #fff;
}

#minimal-bootstrap-carousel.slider-home-one .carousel-inner .item {
  min-height: 650px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #181818;
}

#minimal-bootstrap-carousel.slider-home-two .carousel-inner .item {
  min-height: calc(70vh - 70px);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #34424F;
}

/* 12 aug changes */
.loginFormBox .small-input input {
  padding: 5px 8px !important;
}

.loginFormBox .small-input input::placeholder {
  font-size: 13px;
  text-transform: initial;
}

.loginFormBox .small-input:after {
  content: none;
}

/* 12 aug changes */
@media (max-height: 600px) {
  #minimal-bootstrap-carousel.slider-home-two .carousel-inner .item {
    min-height: 400px;
  }
}

#minimal-bootstrap-carousel.slider-home-three .carousel-inner .item {
  min-height: 420px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #fff;
}

/* home slider */
.top-header {
  background: #2d2d8e;
  padding: 6px 0;
}

.top-header a:hover {
  text-decoration: none;
}

.top-header ul {
  display: flex;
}

.top-header ul li {
  border-right: 1px solid #ccc;
  padding: 0 5px;
  line-height: 1;
  display: flex;
}

.nobdr {
  border: none !important;
}

.top-right-nav ul {
  justify-content: flex-end;
}

.lang select {
  background: transparent;
  color: #fff;
  border: none;
  font-size: 14px;
}

.text-size a {
  display: inline-block;
  margin: 0 5px;
}

.theme span.wt {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  height: 14px;
  width: 14px;
  margin: 3px;
}

.theme span.blak {
  background: #000;
  border-radius: 2px;
  display: inline-block;
  height: 14px;
  width: 14px;
  margin: 3px;
}

.register {
  background: #ff7e42;
  margin-top: -6px;
  margin-bottom: -6px;
  display: flex;
  align-items: center;
}

.register a {
  padding-left: 10px;
  padding-right: 10px;
}

.register:hover {
  background: #ccc;
}

.top-header ul li a {
  color: #fff;
}

.home-banner-left-sec h2 {
  font-family: 'open_sanslight';
  text-transform: uppercase;
  font-size: 40px;
}

.home-banner-left-sec h2 span {
  font-family: 'open_sansbold';
  display: block;
}

.facility-box {
  padding: 15px;
  ;
  border-top-left-radius: 35px;
  border-bottom-right-radius: 35px;
}

.facility-box h3 {
  font-size: 24px;
  font-family: 'open_sansbold';
  margin-bottom: 0
}

.facility-box2 h3 {
  font-size: 24px;
  font-family: 'open_sansbold';
  color: #000;
}

.facility-box2 p {
  font-size: 24px;
  font-family: 'open_sansbold';
  color: #000;
}

.facility-box p {
  font-size: 14px;
  margin-bottom: 0;
}

.facility-box1 {
  background: rgba(65, 72, 186, 0.9);
}

.facility-box3 {
  background: rgba(199, 95, 29, 0.8);
}

.facility-box2 {
  background: rgba(219, 219, 218, 0.8);
}

.home-banner-right-sec {
  background: #fff;
  color: #333;
  border-radius: 25px;
  border: 1px solid #e96c21;
  padding: 45px;
  position: relative;
}

.home-banner-right-sec h3 {
  font-size: 22px;
  text-transform: uppercase;
}

.home-banner-left-sec {
  padding-top: 10%;
}

.home-banner-right-sec h3 span {
  color: #f17022;
}

.bulding-enter-link a {
  display: inline-block;
  width: 90%;
  border-bottom: 3px solid #ccc;
  text-transform: uppercase;
  color: #000;
  font-family: 'open_sansbold';
}

.bulding-enter-link a:hover {
  text-decoration: none;
}

.home-banner-right-sec .nav {
  position: absolute;
  bottom: -72px;
  left: 10%;
}

.home-banner-right-sec .nav-tabs .nav-link.active {
  background-color: #e66b20 !important;
  color: #fff;
}

.home-banner-right-sec .nav-tabs .nav-link {
  background-color: rgba(215, 214, 212, 0.8) !important;
  color: #291674;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: none !important;
  text-transform: uppercase;
  padding: 15px 15px 15px 55px
}

.home-banner-right-sec .nav-tabs .nav-item:first-child .nav-link {
  border-bottom-left-radius: 10px;
  background: url(../images/user1-active.png) no-repeat;
  background-position: 8% 30%;
}

.home-banner-right-sec .nav-tabs .nav-item:first-child .nav-link.active {
  border-bottom-left-radius: 10px;
  background: url(../images/user1.png) no-repeat;
  background-position: 8% 30%;
}

.home-banner-right-sec .nav-tabs .nav-item:last-child .nav-link {
  border-bottom-right-radius: 10px;
  background: url(../images/user2.png) no-repeat;
  background-position: 8% 50%;
}

.home-banner-right-sec .nav-tabs .nav-item:last-child .nav-link.active {
  border-bottom-right-radius: 10px;
  background: url(../images/user2-deactive.png) no-repeat;
  background-position: 8% 50%;
}

.home-banner-right-sec .nav-tabs {
  border-bottom: none;
}

.home-banner-right-sec .nav-tabs .nav-item {
  width: 45%;
}

.home-banner-right-sec .tab-pane p {
  margin: 20px 0;
}

.logo-sec img {
  float: left;
  margin-right: 5px;
}

.logo-sec a:hover {
  text-decoration: none;
}

.logo-sec p {
  font-size: 18px;
  color: #434abc;
  line-height: 1;
  margin: 0;
  font-family: 'open_sansbold';
}

.logo-sec p span {
  font-family: 'open_sansregular';
  font-size: 12px;
  color: #000;
  display: block;
  margin-top: 5px;
}

.main-menu-sec {
  padding: 7px 0;
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
}

.home-slider-sec {
  position: relative;
}

.main-menu-right-sec ul {
  display: flex;
  align-items: center;
}

.main-menu-right-sec ul li {
  margin: 0 10px;
  width: 33%;
  text-align: center;
}

.main-menu-right-sec ul li i.fa {
  font-size: 28px;
}

i.fa-bars {
  color: #23298a;
  cursor: pointer;
}

li.search {
  background: #fff;
  height: 60px;
  text-align: center;
  padding-top: 16px;
  cursor: pointer;
}

.site-search-btn {
  background: none;
  padding: 10px 15px;
  border: none;
  outline: none;
  color: #555;
}

#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  display: none;
}

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  z-index: 99999;
  display: block;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}

#searchform i.fa-search {
  color: #fff;
}

#search form {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -51px;
  width: 60%;
  margin-left: 20%;
  color: #ffffff;
  background: transparent;
  border: 1px solid #f4f4f4;
  font-size: 40px;
  font-family: Roboto;
  font-weight: 300;
  text-align: left;
  outline: none;
  padding: 10px;
  border-radius: 20px;
}

#search input[type="search"] {
  width: 85%;
  background: none;
  border: none;
  padding: 0px 30px;
}

#search .search-btn {
  border: none;
  background: none;
  padding: 0px 30px;
}

#search .search-btn i {
  font-size: 36px;
}

#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  opacity: 1;
  font-size: 27px;
  color: #fff;
  width: 30px;
  height: 30px;
}

#search .close:after, #search .close:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 32px;
  background-color: #fff;
  right: 20px;
  top: 0px;
}

#search .close:after {
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari */
  transform: rotate(45deg);
}

#search .close:before {
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Safari */
  transform: rotate(-45deg);
}

#search .close:hover:after, #search .close:hover:before {
  cursor: pointer;
}

#searchform input {
  color: #fff;
}

/* .main-menu{    background: rgba(65, 70, 171, 0.9);
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9999;top:0;bottom:0;padding-top: 10%;	}
.main-menu ul{ text-align:center;}
.main-menu ul li{margin:10px;}
.main-menu ul li a{padding:10px 15px;color:#fff;}
.main-menu ul li a:hover{text-decoration:none;}*/
.main-menu h3 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: 'open_sansbold';
  font-size: 20px;
  margin-bottom: 30px;
}

#menuModal {
  background: rgba(4, 22, 123, 0.95);
  z-index: 9999;
}

#menuModal .close span {
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#menuModal .modal-content {
  background: transparent;
  border: none;
}

#menuModal .close {
  opacity: 1
}

#menuModal .modal-content ul li {
  margin-bottom: 15px;
}

#menuModal .modal-content ul li a {
  font-size: 16px;
  color: #fff
}

#menuModal .modal-content ul li a:hover {
  text-decoration: none;
}

#menuModal .modal-content ul li ul.dropdown-menu {
  transform: initial !important;
  position: initial !important;
  clear: both;
  float: none !important;
  background: transparent;
  border: none;
  text-align: center;
}

.latest-update {
  padding: 0;
  background-image: linear-gradient(to right, #d9daf1 20%, #4148ba 20%);
}

.update-controls li {
  display: inline-block;
  margin: 0 1px;
  padding: 0 5px;
  cursor: pointer;
}

.latest-update h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.latest-update h3 span {
  font-family: 'open_sansbold';
}

.update-controls li .fa-pause {
  color: #e16920;
}

.update-controls li i.fa {
  font-size: 16px;
}

.update-controls-left {
  background: #d9daf1;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#news-slider .carousel-item {
  height: auto;
  min-height: auto;
}

#news-slider .carousel-item p {
  color: #fff;
  margin: 0;
  padding-top: 20px;
  padding-left: 15px;
}

div#news-slider {
  width: 90%;
  display: inline-block;
}

.view-all {
  color: #fff;
}

.view-all:hover {
  text-decoration: none;
  color: #fff;
}

.welcome-sec {
  padding: 0px 0 30px 0;
  background-size: cover;
  background-color: grey;
  height: 89vh
}

.know-more {
  background: #f17022;
  color: #fff;
  padding: 8px 15px;
  border-radius: 8px;
  display: inline-block;
  border: 1px solid #fff;
}

.know-more:hover {
  background: #4148ba;
  color: #fff;
  text-decoration: none;
}

.welcome-sec-left h3 {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 60px;
  position: relative;
}

.welcome-sec-left h3:after {
  content: "";
  position: absolute;
  height: 2px;
  background: #ccc;
  width: 50%;
  left: 0;
  bottom: -25px;
}

.welcome-sec-left h3 span {
  font-family: 'open_sansbold';
  margin-left: 5px;
}

.welcome-sec-left p {
  margin-bottom: 50px;
}

.welcome-sec-right {
  position: absolute;
  right: 0;
  top: 0px;
  background: rgba(231, 190, 23, 1);
  background: -moz-linear-gradient(left, rgba(231, 190, 23, 1) 0%, rgba(173, 126, 6, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(231, 190, 23, 1)), color-stop(100%, rgba(173, 126, 6, 1)));
  background: -webkit-linear-gradient(left, rgba(231, 190, 23, 1) 0%, rgba(173, 126, 6, 1) 100%);
  background: -o-linear-gradient(left, rgba(231, 190, 23, 1) 0%, rgba(173, 126, 6, 1) 100%);
  background: -ms-linear-gradient(left, rgba(231, 190, 23, 1) 0%, rgba(173, 126, 6, 1) 100%);
  background: linear-gradient(to right, rgba(231, 190, 23, 1) 0%, rgba(173, 126, 6, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7be17', endColorstr='#ad7e06', GradientType=1);
  min-height: 85vh;
  border-radius: 0px 0px 0px 70px
}

#welcom-slider .carousel-control {
  position: absolute;
  top: 50%;
}

#welcom-slider .carousel-control i.fa {
  font-size: 30px;
}

#welcom-slider .carousel-control.left {
  left: -25px;
}

#welcom-slider .carousel-control.right {
  right: -25px;
}

#welcom-slider .carousel-item img {
  width: 100%;
  border-radius: 10px;
}

#welcom-slider .carousel-item {
  min-height: auto;
  height: auto;
}

#welcom-slider .carousel-indicators li {
  border: none;
  width: 12px;
  border-radius: 50%;
  height: 12px !important
}

#welcom-slider .carousel-indicators li.active {
  background: #b1b1b1;
}

#welcom-slider .carousel-indicators {
  bottom: -55px;
}

.wel-slider-img i.fa {
  float: right;
}

.wel-slider-img a {
  display: inline-block;
  width: 100%;
}

.wel-slider-img a:hover {
  text-decoration: none;
}

.wel-slider-img-text {
  background: #d9daf1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 5px 15px;
  margin-top: -7px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.wel-slider-img {
  position: relative;
}

.scheme-sec-wraper {
  background: url(../images/minster-bg.png) no-repeat;
  background-size: cover;
  padding: 40px 0;
}

.scheme-img1 {
  background: url(../images/scheme1.png) no-repeat center center;
  height: 50px;
}

.scheme-img2 {
  background: url(../images/scheme2.png) no-repeat center center;
  height: 50px;
}

.scheme-img3 {
  background: url(../images/scheme3.png) no-repeat center center;
  height: 50px;
}

.scheme-img4 {
  background: url(../images/scheme4.png) no-repeat center center;
  height: 50px;
}

.scheme-img5 {
  background: url(../images/scheme5.png) no-repeat center center;
  height: 50px;
}

.scheme-img6 {
  background: url(../images/scheme6.png) no-repeat center center;
  height: 50px;
}

.scheme-img7 {
  background: url(../images/scheme7.png) no-repeat center center;
  height: 50px;
}

.scheme-img8 {
  background: url(../images/scheme8.png) no-repeat center center;
  height: 50px;
}

/*hover image*/
.scheme-sec ul li:hover .scheme-img1, .scheme-sec ul li a.active .scheme-img1 {
  background: url(../images/scheme1-hover.png) no-repeat center center;
}

.scheme-sec ul li:hover .scheme-img2, .scheme-sec ul li a.active .scheme-img2 {
  background: url(../images/scheme2-hover.png) no-repeat center center;
}

.scheme-sec ul li:hover .scheme-img3, .scheme-sec ul li a.active .scheme-img3 {
  background: url(../images/scheme3-hover.png) no-repeat center center;
}

.scheme-sec ul li:hover .scheme-img4, .scheme-sec ul li a.active .scheme-img4 {
  background: url(../images/scheme4-hover.png) no-repeat center center;
}

.scheme-sec ul li:hover .scheme-img5, .scheme-sec ul li a.active .scheme-img5 {
  background: url(../images/scheme5-hover.png) no-repeat center center;
}

.scheme-sec ul li:hover .scheme-img6, .scheme-sec ul li a.active .scheme-img6 {
  background: url(../images/scheme6-hover.png) no-repeat center center;
}

.scheme-sec ul li:hover .scheme-img7, .scheme-sec ul li a.active .scheme-img7 {
  background: url(../images/scheme7-hover.png) no-repeat center center;
}

.scheme-sec ul li:hover .scheme-img8, .scheme-sec ul li a.active .scheme-img8 {
  background: url(../images/scheme8-hover.png) no-repeat center center;
}

/*hover image*/
.scheme-sec ul li {
  width: 50%;
  float: left;
  background: #fff;
  text-align: center;
  border: 1px solid #f4f4f4;
  padding: 0;
}

.scheme-sec ul li p {
  width: 165px;
  min-height: 65px;
  margin: 0 auto;
}

.scheme-sec ul li a:hover {
  text-decoration: none;
}

.scheme-sec ul li:hover {
  background: #f17022;
}

.scheme-sec .nav-tabs .nav-link {
  border-radius: 0;
}

.scheme-sec .nav-tabs .nav-link.active {
  background: #f17022;
  background-color: #f17022;
  color: #fff;
  border-color: transparent;
}

.scheme-sec .nav-tabs .nav-link {
  padding-top: 5px;
  padding-bottom: 5px;
}

.scheme-sec ul li:hover p {
  color: #fff;
}

.scheme-right-sec {
  color: #fff;
}

.light-smal-text {
  font-family: 'open_sanslight';
}

.semibold-smal-text {
  font-family: 'open_sanssemibold';
  font-size: 22px;
}

.regular-smal-text {
  font-size: 22px;
}

.light-midium-text {
  font-family: 'open_sanslight';
  font-size: 18px;
}

.arrow-beore li {
  position: relative;
  padding: 5px 15px;
}

.arrow-beore li:before {
  position: absolute;
  content: "\f105";
  font-family: FontAwesome;
  color: #fff;
  left: 0;
}

.know-more.transparent-bg {
  background: transparent;
  border: 1px solid #fff;
}

.know-more.transparent-bg:hover {
  background: #f17022;
}

.more-scheme-sec {
  padding: 35px 0;
  background: #eeedf1;
}

.more-scheme-sec p {
  margin-top: 5px;
  font-family: 'open_sanssemibold';
  color: #333333;
}

.newsuppdate-photo-wraper {
  background-image: linear-gradient(to right, #4148ba 20%, #d9daf1 20%);
}

.news-update {
  background: #4148ba;
  padding-bottom: 30px;
  padding-right: 15px;
}

.news-update-heading {
  padding: 30px 0 30px 0;
  color: #fff;
  font-size: 22px;
  font-family: 'open_sanssemibold';
}

.photo-sec-heading {
  padding: 30px 0 20px 0;
  color: #333;
  font-size: 22px;
  font-family: 'open_sanssemibold';
}

.photo-sec-heading a {
  font-size: 12px;
}

.photo-sec-heading a .fa-long-arrow-right {
  color: #f17022;
}

.photo-sec-heading a:hover {
  text-decoration: underline;
}

.news-update i.fa {
  color: #fff;
}

.news-update i.fa-pause {
  color: #9a5350;
}

.news-update-ticker li {
  padding-left: 15px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #fff;
  padding-top: 20px !important;
  position: relative;
}

.news-update-ticker li a {
  color: #fff;
}

.news-update-ticker li a:hover {
  text-decoration: none;
}

.news-update-ticker li:last-child {
  border-bottom: none;
}

.news-update-ticker li:before {
  position: absolute;
  content: "\f105";
  font-family: FontAwesome;
  color: #fff;
  left: 0;
}

.photogallery {
  display: flex;
  flex-wrap: wrap;
}

.social-sec .tab-content .tab-pane img {
  width: 100%;
}

.social-sec {
  padding-top: 30px;
}

.social-sec .nav-item a {
  font-size: 22px;
  font-family: 'open_sanssemibold';
}

.social-sec .nav-item .nav-link {
  background: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.social-sec .nav-item {
  margin-right: 1px;
  margin-bottom: 0;
}

.social-sec .nav-item .nav-link.active {
  background: #4e71a8;
  color: #fff;
}

.footer-web-links {
  background: url(../images/foter-logo-bg.png) repeat-x;
  padding: 15px 0;
}

.visitor-sec {
  text-align: right;
}

.section-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.section-box ul li {
  width: 50%;
  float: left;
  position: relative;
}

.section-box ul li span {
  display: table;
  margin: 0 auto;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  position: relative;
}

.box-outer a .box-inr {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.box-outer a, .box-outer {
  display: table;
  width: 100%;
  height: 140px;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  text-transform: uppercase;
  color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.box-outer a img {
  margin-bottom: 15px;
}

.box-outer a:hover, .box-outer a:focus {
  background: rgba(74, 149, 193, 1);
  background: -moz-linear-gradient(left, rgba(74, 149, 193, 1) 0%, rgba(17, 108, 193, 1) 71%, rgba(14, 106, 193, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(74, 149, 193, 1)), color-stop(71%, rgba(17, 108, 193, 1)), color-stop(100%, rgba(14, 106, 193, 1)));
  background: -webkit-linear-gradient(left, rgba(74, 149, 193, 1) 0%, rgba(17, 108, 193, 1) 71%, rgba(14, 106, 193, 1) 100%);
  background: -o-linear-gradient(left, rgba(74, 149, 193, 1) 0%, rgba(17, 108, 193, 1) 71%, rgba(14, 106, 193, 1) 100%);
  background: -ms-linear-gradient(left, rgba(74, 149, 193, 1) 0%, rgba(17, 108, 193, 1) 71%, rgba(14, 106, 193, 1) 100%);
  background: linear-gradient(to right, rgba(74, 149, 193, 1) 0%, rgba(17, 108, 193, 1) 71%, rgba(14, 106, 193, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a95c1', endColorstr='#0e6ac1', GradientType=1);
  text-decoration: none;
}

.section-box ul li:hover span:after {
  opacity: 1;
  content: "";
  background: #e0e0e0;
  height: 3px;
  width: 50px;
  margin: 0 auto;
  display: block;
  margin-top: 5px;
}

.section-box ul li span:after {
  content: "";
  background: #e0e0e0;
  height: 3px;
  width: 50px;
  margin: 0 auto;
  display: block;
  margin-top: 5px;
  opacity: 0;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}

/*
.section-box ul:before {
    content: "";
    background: #fbd48f;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 135px;
}
*/
.col-12.col-sm-12.col-md-8.col-lg-8.contsection {
  position: absolute;
  top: calc(+28%);
  left: calc(+6%);
}

.section-box ul li:nth-child(2):before {
  content: "";
  background: #fbd48f;
  height: 115px;
  width: 1px;
  position: absolute;
  left: 0;
  top: calc(+14%);
}

.section-box ul li:nth-child(1):after {
  content: "";
  background: #fbd48f;
  height: 1px;
  width: 155px;
  position: absolute;
  left: calc(+30%);
  bottom: 0;
}

.section-box ul li:nth-child(2):after {
  content: "";
  background: #fbd48f;
  height: 1px;
  width: 155px;
  position: absolute;
  left: 11px;
  bottom: 0;
}

.section-box ul li:nth-child(3):after {
  content: "";
  background: #fbd48f;
  height: 108px;
  width: 1px;
  position: absolute;
  right: -1px;
  top: 11px;
}

.section-box ul li:hover:nth-child(2):before, .section-box ul li:hover:nth-child(5):before, .section-box ul li:hover:nth-child(2):after, .section-box ul li:hover:nth-child(1):after {
  display: none;
}

.bottom-logo {
  background: #efefef;
}

.bottom-logo ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bottom-logo ul li {
  display: inline-block;
}

.bottom-logo {
  background: #efefef;
  text-align: center;
  padding: 10px 0px;
}

/*
footer { font-size:13px; padding: 10px 0px; background: #1b47c3; color:#ffffff; }
footer a , footer a:hover , footer a:focus {   color: #fff; }
footer ul {    list-style: none;    margin: 0;    padding: 0; }
footer ul li {    display: inline-block;    margin-right: 15px; }
.mt-5 { margin-top:10px;}
*/
.rote a {
  font-size: 16px;
}

.parallelogram {
  position: relative;
  background-color: silver;
  height: 92vh;
  padding-top: 170px;
  padding-left: 80px;
}

.parallelogram:before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: silver;
  -ms-transform: skew(-30deg, 0deg);
  -webkit-transform: skew(-30deg, 0deg);
  transform: skew(19deg, 0deg);
  transform-origin: 5% -9%;
  height: 92vh;
}

.loginFormBox .radioBtnGroup {
  margin-bottom: 10px;
}

.radioBtnGroup {
  margin: 0 0 20px 0;
  padding: 0;
}

.radioBtnGroup li {
  display: inline-block;
  vertical-align: middle;
  padding-right: 25px;
}

input[type="radio"] {
  display: none;
}

input[type="radio"] {
  -webkit-appearance: radio;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  margin: 0 5px 0 0;
}

input[type="radio"]+label {
  color: #ffffff;
  font-size: 22px;
  margin-left: 200px;
  cursor: pointer;
  position: relative;
  padding: 2px 0 3px 28px;
}

button {
	border-radius: 20px;
	border: 1px solid #FF4B2B;
	background-color: #FF4B2B;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 12px 45px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: transform 80ms ease-in;
}

button:active {
	transform: scale(0.95);
}

button:focus {
	outline: none;
}

button.ghost {
	background-color: transparent;
	border-color: #FFFFFF;
}

form {
	display: flex;
  background-color: silver;
  opacity: 0.8;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 15px 50px;
	height: 100%;
	text-align: center;
  border-radius: 28px;
}

input {
	background-color: #eee;
	padding: 12px 15px;
	margin: 8px 0;
	width: 100%;
}

/* .footer {
  padding-top: 2px;
  padding-bottom: 1px;
  background-color: whitesmoke;
  min-width: 100%;
  text-align: center;
  font-size: 20px;
}
*/

/* expert login */
.expert-login {
  background: #5567cf;
}

.expert-login .loginFormBox.custm_form {
  padding-top: calc(+5%);
}

.expert-login .loginFormBox .button {
  display: inline-block;
  width: auto;
  padding: 0 30px;
  font-size: 18px;
  background-image: linear-gradient(180deg, #FF9800, #FF5722);
}

.expert-login {
  background: url(../images/expert-login-bg.jpg) no-repeat;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  padding-top: 50px;
  padding-bottom: 30px;
}

.expert-login .radioBtnGroup li {
  padding-top: 0;
}

.expert-login form.loginformarea {
  padding-right: 0;
}

.expert-login-left-sec {
  border: 5px solid #fff;
  background-image: linear-gradient(180deg, #FF9800, #FF5722);
}

/* expert login */
/*07-09-19 Css Start Here*/
.forgot-title {
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
}

.swal2-title {
  font-size: 1.125em !important;
}

.swal2-styled.swal2-confirm {
  font-size: .80em !important;
}

.custm-select {
  border-radius: 25px !important;
  height: 44px !important;
}

.swal2-content {
  font-size: .95em !important;
}

/*07-09-19 Css Start Here*/
@media (min-width: 768px) and (max-width:1199px) {
  .scheme-sec ul li p {
    width: 100px;
  }

  div#news-slider {
    width: 83%;
  }

  .photogallery li {
    flex: 0 0 50%;
  }

  .photogallery li img {
    width: 100%;
  }

  .social-sec .nav-item a {
    font-size: 14px;
  }

  .photo-sec-heading {
    font-size: 16px;
  }

  .news-update-heading {
    font-size: 16px;
  }

  .bulding-enter-link a {
    font-size: 10px;
  }

  .home-banner-right-sec h3 {
    font-size: 18px;
  }

  .home-banner-left-sec h2 {
    font-size: 30px;
  }

  .home-banner-right-sec {
    padding: 15px;
  }

  .latest-update h3 {
    font-size: 15px;
  }
}

@media only screen and (max-width:991px) {
  .logo {
    position: static;
    text-align: center;
  }

  .loginFormBox.custm_form {
    padding-bottom: 20px;
    width: 70%;
    margin: 0 auto;
  }

  form.loginformarea {
    padding-right: 0;
  }

  ul.boxes {
    margin-top: 10px;
  }
}

@media only screen and (max-width:767px) {
  #search form {
    width: 90%;
    margin-left: 5%;
    font-size: 26px;
  }

  #search input[type="search"] {
    padding: 0px 0px 0px 30px;
  }

  #search .search-btn {
    padding: 0px 15px;
  }

  #search .search-btn i {
    font-size: 24px;
  }

  .swal2-title {
    font-size: 1.125em !important;
  }

  .swal2-styled.swal2-confirm {
    font-size: .80em !important;
  }

  .swal2-content {
    font-size: .95em !important;
  }

  /* responsive */
  .top-header ul {
    display: flex;
    justify-content: center;
  }

  .top-right-nav ul {
    justify-content: center;
    flex-wrap: wrap;
  }

  .top-header ul li {
    margin: 3px;
  }

  .register a {
    padding: 5px;
  }

  .main-menu-sec {
    position: initial;
  }

  .logo-sec p {
    margin: 0 0 10px;
    font-size: 16px;
  }

  .home-banner-left-sec h2 {
    font-size: 20px;
  }

  #minimal-bootstrap-carousel .carousel-item {
    min-height: 190vh;
    height: auto
  }

  #minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
    vertical-align: top;
  }

  .scheme-sec .nav-tabs .nav-link {
    padding: 5px;
  }

  .scheme-sec ul li p {
    width: 135px;
  }

  .scheme-sec-wraper .tab-content {
    background: #0595dd;
    padding: 10px;
  }

  .photogallery li {
    flex: 0 0 50%;
  }

  .photogallery li img {
    width: 100%;
  }

  #welcom-slider .carousel-control.left {
    left: 0;
  }

  #welcom-slider .carousel-control.right {
    right: 0;
  }

  .newsuppdate-photo-wraper {
    background-image: linear-gradient(to right, #d9daf1 10%, #d9daf1 20%);
  }

  .wel-slider-img-text {
    font-size: 12px;
    padding: 5px;
  }

  #welcom-slider .carousel-control {
    color: #fff;
    top: 30%;
  }

  #welcom-slider {
    margin-top: 15px;
  }

  .latest-update {
    padding: 0;
    background-image: linear-gradient(to right, #4148ba 20%, #4148ba 20%);
  }

  #news-slider .carousel-item p {
    padding-left: 0;
  }

  .arrow-beore li:before {
    color: #fff;
  }

  .news-update-ticker li:before {
    left: 5px;
  }

  .home-banner-right-sec .nav-tabs .nav-item:first-child .nav-link {
    background: none;
  }

  .home-banner-right-sec .nav-tabs .nav-item:last-child .nav-link {
    background: none;
  }

  .home-banner-right-sec .nav-tabs .nav-link {
    font-size: 12px;
    padding: 5px;
  }

  .home-banner-right-sec .nav {
    bottom: -45px;
  }

  .home-banner-right-sec .nav-tabs .nav-item:first-child .nav-link.active {
    background: none;
  }

  .home-banner-right-sec .nav-tabs .nav-item:last-child .nav-link.active {
    background: none;
  }

  /* responsive */
  .order-2 {
    order: 2;
    -ms-flex-order: 2
  }

  .parallelogram:before {
    width: 0;
    transform: initial;
    transform-origin: 0;
    height: auto
  }

  .parallelogram:after {
    left: 0;
    top: 0;
    width: 0;
    transform: initial;
    transform-origin: 0;
    height: auto
  }

  .loginFormBox.custm_form {
    padding-bottom: 20px;
    width: 90%;
    margin: 0 auto;
  }

  form.loginformarea {
    padding-right: 0;
  }
}

@media only screen and (max-width:400px) {
  #search form {
    font-size: 16px;
  }

  #search input[type="search"] {
    padding: 0px 0px 0px 10px;
  }

  #search .search-btn {
    padding: 0px 15px;
  }

  #search .search-btn i {
    font-size: 18px
  }
}

@media (min-width: 992px) {
  .order-2 {
    order: 1 !important;
    -ms-flex-order: 1 !important
  }
}

.captcha {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: block;
}

.color-white {
  color: white;
}

.has-error {
  border: 1px solid red !important;
  outline: red !important;
}

.headingColor {
  background-color: #70812b;
  color: #fff
}

.radio select, .radio input, .checkbox input, .checkbox select {
  width: auto;
  height: auto;
  margin-left: 5px;
  text-align: center;
  vertical-align: middle;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 12px;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 12px;
}

:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 12px;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-size: 12px;
}
