/*
Template Name: Wrakit UI Kit
Author: wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/**
 * Table Of Content
 *
 *  1. Globals
 *  2. Headers
 *  3. Navigations
 *  4. Banners
 *  5. Footers
 *  6. app
 *  7. Widgets 
 *  8. Custom Templates
 */
/*
Template Name: Wrapkit
Author: wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*Gradiant*/
@import url(../css/animate.css);
/* @import url(../../assets/icons/font-awesome/css/font-awesome.min.css);
@import url(../../assets/icons/simple-line-icons/css/simple-line-icons.css);
@import url(../../assets/icons/iconmind/iconmind.css);
@import url(../../assets/icons/themify-icons/themify-icons.css); */
/*
Template Name: Wrakit UI Kit
Author: wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*******************
Preloader
********************/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800");
.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #fff;
}
.preloader .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
}

.loader,
.loader__figure {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loader {
  overflow: visible;
  padding-top: 2em;
  height: 0;
  width: 2em;
}

.loader__figure {
  height: 0;
  width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0 solid #1976d2;
  border-radius: 50%;
  -webkit-animation: loader-figure 1.15s infinite
    cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation: loader-figure 1.15s infinite
    cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.loader__label {
  float: left;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0.5em 0 0 50%;
  font-size: 0.875em;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  color: #1976d2;
  white-space: nowrap;
  -webkit-animation: loader-label 1.15s infinite
    cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation: loader-label 1.15s infinite
    cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

@-webkit-keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: #1976d2;
  }
  29% {
    background-color: #1976d2;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}

@-moz-keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: #1976d2;
  }
  29% {
    background-color: #1976d2;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}

@keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: #1976d2;
  }
  29% {
    background-color: #1976d2;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}

@-webkit-keyframes loader-label {
  0% {
    opacity: 0.25;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}

@-moz-keyframes loader-label {
  0% {
    opacity: 0.25;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}

@keyframes loader-label {
  0% {
    opacity: 0.25;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}

/*
Template Name: Wrakit UI Kit
Author: wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*
Template Name: Wrapkit
Author: wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*Gradiant*/
/******************* 
This is the font import from the google api 
*******************/
/******************* 
Global Styles 
*******************/
* {
  outline: none;
}

body {
  background: #ffffff;
  font-family: sans-serif;
  margin: 0;
  overflow-x: hidden;
  color: #000000;
  font-weight: 300;
}

html {
  position: relative;
  min-height: 100%;
  background: #ffffff;
}

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

a.link {
  color: #3e4555;
}
a.link:hover,
a.link:focus {
  color: #009efb;
}

a.white-link {
  color: #ffffff;
}
a.white-link:hover,
a.white-link:focus {
  color: #263238;
}

.img-responsive {
  width: 100%;
  height: auto;
  display: inline-block;
}

.img-rounded {
  border-radius: 4px;
}

html body .mdi:before,
html body .mdi-set {
  line-height: initial;
}

/*******************
Headings
*******************/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-family: serif;
}

h1 {
  line-height: 40px;
  font-size: 36px;
}

h2 {
  line-height: 36px;
  font-size: 30px;
  font-family: sans-serif;
}

h3 {
  line-height: 30px;
  font-size: 24px;
  font-family: sans-serif;
}

h4 {
  line-height: 26px;
  font-size: 21px;
}

h5 {
  line-height: 22px;
  font-size: 18px;
  font-weight: 400;
}

h6 {
  line-height: 20px;
  font-size: 16px;
  font-weight: 400;
}

.display-5 {
  font-size: 3rem;
}

.display-6 {
  font-size: 36px;
}

.display-7 {
  font-size: 26px;
}

.box {
  border-radius: 4px;
  padding: 10px;
}

html body .dl {
  display: inline-block;
}

html body .db {
  display: block;
}

.no-wrap td,
.no-wrap th {
  white-space: nowrap;
}

.circle {
  border-radius: 100%;
}

/*******************
Blockquote
*******************/
html body blockquote {
  border-left: 5px solid #009efb;
  border: 1px solid rgba(120, 130, 140, 0.13);
  padding: 15px;
}

.clear {
  clear: both;
}

ol li {
  margin: 5px 0;
}

/*******************
Paddings
*******************/
html body .p-0 {
  padding: 0px;
}

html body .p-10 {
  padding: 10px;
}

html body .p-15 {
  padding: 15px;
}

html body .p-20 {
  padding: 20px;
}

html body .p-30 {
  padding: 30px;
}

html body .p-40 {
  padding: 40px;
}

html body .p-l-0 {
  padding-left: 0px;
}

html body .p-l-10 {
  padding-left: 10px;
}

html body .p-l-20 {
  padding-left: 20px;
}

html body .p-r-0 {
  padding-right: 0px;
}

html body .p-r-10 {
  padding-right: 10px;
}

html body .p-r-20 {
  padding-right: 20px;
}

html body .p-r-30 {
  padding-right: 30px;
}

html body .p-r-40 {
  padding-right: 40px;
}

html body .p-t-0 {
  padding-top: 0px;
}

html body .p-t-10 {
  padding-top: 10px;
}

html body .p-t-20 {
  padding-top: 20px;
}

html body .p-t-30 {
  padding-top: 30px;
}

html body .p-b-0 {
  padding-bottom: 0px;
}

html body .p-b-5 {
  padding-bottom: 5px;
}

html body .p-b-10 {
  padding-bottom: 10px;
}

html body .p-b-20 {
  padding-bottom: 20px;
}

html body .p-b-30 {
  padding-bottom: 30px;
}

html body .p-b-40 {
  padding-bottom: 40px;
}

/*******************
Margin
*******************/
html body .m-0 {
  margin: 0px;
}

html body .m-l-5 {
  margin-left: 5px;
}

html body .m-l-10 {
  margin-left: 10px;
}

html body .m-l-15 {
  margin-left: 15px;
}

html body .m-l-20 {
  margin-left: 20px;
}

html body .m-l-30 {
  margin-left: 30px;
}

html body .m-l-40 {
  margin-left: 40px;
}

html body .m-r-5 {
  margin-right: 5px;
}

html body .m-r-10 {
  margin-right: 10px;
}

html body .m-r-15 {
  margin-right: 15px;
}

html body .m-r-20 {
  margin-right: 20px;
}

html body .m-r-30 {
  margin-right: 30px;
}

html body .m-r-40 {
  margin-right: 40px;
}

html body .m-t-0 {
  margin-top: 0px;
}

html body .m-t-5 {
  margin-top: 5px;
}

html body .m-t-10 {
  margin-top: 10px;
}

html body .m-t-15 {
  margin-top: 15px;
}

html body .m-t-20 {
  margin-top: 20px;
}

html body .m-t-30 {
  margin-top: 30px;
}

html body .m-t-40 {
  margin-top: 40px;
}

html body .m-b-0 {
  margin-bottom: 0px;
}

html body .m-b-5 {
  margin-bottom: 5px;
}

html body .m-b-10 {
  margin-bottom: 10px;
}

html body .m-b-15 {
  margin-bottom: 15px;
}

html body .m-b-20 {
  margin-bottom: 20px;
}

html body .m-b-30 {
  margin-bottom: 30px;
}

html body .m-b-40 {
  margin-bottom: 40px;
}

/*******************
vertical alignment
*******************/
html body .vt {
  vertical-align: top;
}

html body .vm {
  vertical-align: middle;
}

html body .vb {
  vertical-align: bottom;
}

/*******************
Opacity
*******************/
.op-8 {
  opacity: 0.8;
}

.op-7 {
  opacity: 0.7;
}

.op-5 {
  opacity: 0.5;
}

.op-3 {
  opacity: 0.3;
}

/*******************
font weight
*******************/
html body .font-bold {
  font-weight: 700;
}

html body .font-semibold {
  font-weight: 600;
}

html body .font-normal {
  font-weight: normal;
}

html body .font-light {
  font-weight: 300;
}

html body .font-medium {
  font-weight: 600;
  font-family: sans-serif;
  font-size: 18px;
  border-left: 3px solid #fed700;
  padding: 0 0px 0px 8px;
}

html body .font-16 {
  font-size: 16px;
  font-family: sans-serif;
}

html body .font-14 {
  font-size: 14px;
}

html body .font-13 {
  font-size: 13px;
}

html body .font-10 {
  font-size: 10px;
}

html body .font-18 {
  font-size: 18px;
}

html body .font-20 {
  font-size: 20px;
}

html body .font-stylish {
  font-family: "Calafia-Regular";
}

/*******************
Border
*******************/
html body .b-0 {
  border: none !important;
}

html body .b-r {
  border-right: 1px solid rgba(120, 130, 140, 0.13);
}

html body .b-l {
  border-left: 1px solid rgba(120, 130, 140, 0.13);
}

html body .b-b {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

html body .b-t {
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}

html body .b-all {
  border: 1px solid rgba(120, 130, 140, 0.13) !important;
}

/*******************
Thumb size
*******************/
.thumb-sm {
  height: 32px;
  width: 32px;
}

.thumb-md {
  height: 48px;
  width: 48px;
}

.thumb-lg {
  height: 88px;
  width: 88px;
}

.hide {
  display: none;
}

.img-circle {
  border-radius: 100%;
}

.radius {
  border-radius: 4px;
}

/*******************
Text Colors
*******************/
.text-white {
  color: #ffffff !important;
}

.text-danger {
  color: #ff4d7e !important;
}

.text-muted {
  color: #000000 !important;
  font-family: serif;
}

.text-warning {
  color: #fec500 !important;
}

.text-success {
  color: #07d79c !important;
}

.text-info {
  color: #188ef4 !important;
}

.text-inverse {
  color: #3e4555 !important;
}

.text-success-gradiant {
  background: #07d79c;
  background: -webkit-linear-gradient(
    legacy-direction(to right),
    #07d79c 0%,
    #3aba85 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#07d79c),
    to(#3aba85)
  );
  background: -webkit-linear-gradient(left, #07d79c 0%, #3aba85 100%);
  background: -o-linear-gradient(left, #07d79c 0%, #3aba85 100%);
  background: linear-gradient(to right, #07d79c 0%, #3aba85 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.text-info-gradiant {
  background: #188ef4;
  background: -webkit-linear-gradient(
    legacy-direction(to right),
    #188ef4 0%,
    #316ce8 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#188ef4),
    to(#316ce8)
  );
  background: -webkit-linear-gradient(left, #188ef4 0%, #316ce8 100%);
  background: -o-linear-gradient(left, #188ef4 0%, #316ce8 100%);
  background: linear-gradient(to right, #188ef4 0%, #316ce8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

html body .text-blue {
  color: #02bec9;
}

html body .text-purple {
  color: #7460ee;
}

html body .text-primary {
  color: #316ce8 !important;
}

html body .text-megna {
  color: #1dc8cd;
}

html body .text-dark {
  color: #8d97ad;
}

html body .text-themecolor {
  color: #009efb;
}

/*******************
Background Colors
*******************/
.bg-primary {
  background-color: #316ce8 !important;
}

.bg-success {
  background-color: #07d79c !important;
}

.bg-info {
  background-color: #188ef4 !important;
}

.bg-warning {
  background-color: #fec500 !important;
}

.bg-danger {
  background-color: #ff4d7e !important;
}

.bg-orange {
  background-color: #ff6a5b !important;
}

.bg-yellow {
  background-color: #fed700;
}

.bg-facebook {
  background-color: #3b5a9a;
}

.bg-twitter {
  background-color: #56adf2;
}

.bg-success-gradiant {
  background: #07d79c;
  background: -webkit-linear-gradient(
    legacy-direction(to right),
    #07d79c 0%,
    #3aba85 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#07d79c),
    to(#3aba85)
  );
  background: -webkit-linear-gradient(left, #07d79c 0%, #3aba85 100%);
  background: -o-linear-gradient(left, #07d79c 0%, #3aba85 100%);
  background: linear-gradient(to right, #07d79c 0%, #3aba85 100%);
}

.bg-info-gradiant {
  background: #188ef4;
  background: -webkit-linear-gradient(
    legacy-direction(to right),
    #188ef4 0%,
    #316ce8 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#188ef4),
    to(#316ce8)
  );
  background: -webkit-linear-gradient(left, #188ef4 0%, #316ce8 100%);
  background: -o-linear-gradient(left, #188ef4 0%, #316ce8 100%);
  background: linear-gradient(to right, #188ef4 0%, #316ce8 100%);
}

.bg-danger-gradiant {
  background: #ff4d7e;
  background: -webkit-linear-gradient(
    legacy-direction(to right),
    #ff4d7e 0%,
    #ff6a5b 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff4d7e),
    to(#ff6a5b)
  );
  background: -webkit-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
  background: -o-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
  background: linear-gradient(to right, #ff4d7e 0%, #ff6a5b 100%);
}

html body .bg-megna {
  background-color: #1dc8cd;
}

html body .bg-theme {
  background-color: #009efb;
}

html body .bg-inverse {
  background-color: #3e4555;
}

html body .bg-purple {
  background-color: #7460ee;
}

html body .bg-light {
  background-color: #eef7ff !important;
}

html body .bg-light-primary {
  background-color: #f1effd;
}

html body .bg-light-success {
  background-color: #e8fdeb;
}

html body .bg-light-info {
  background-color: #cfecfe;
}

html body .bg-light-extra {
  background-color: #ebf3f5;
}

html body .bg-light-warning {
  background-color: #fff8ec;
}

html body .bg-light-danger {
  background-color: #f9e7eb;
}

html body .bg-light-inverse {
  background-color: #f6f6f6;
}

html body .bg-light {
  background-color: #f5f7fa;
}

html body .bg-white {
  background-color: #ffffff;
}

/*******************
Rounds
*******************/
.round {
  line-height: 48px;
  color: #ffffff;
  width: 50px;
  height: 50px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  border-radius: 100%;
  background: #188ef4;
}
.round img {
  border-radius: 100%;
}

.round-lg {
  line-height: 65px;
  width: 60px;
  height: 60px;
  font-size: 30px;
}

.round.round-info {
  background: #188ef4;
}

.round.round-warning {
  background: #fec500;
}

.round.round-danger {
  background: #ff4d7e;
}

.round.round-success {
  background: #07d79c;
}

.round.round-primary {
  background: #316ce8;
}

/*******************
Labels
*******************/
.label {
  padding: 3px 15px;
  line-height: 13px;
  color: #ffffff;
  font-weight: 400;
  border-radius: 4px;
  font-size: 75%;
}

.label-rounded {
  border-radius: 60px;
}

.label-custom {
  background-color: #1dc8cd;
}

.label-success {
  background-color: #07d79c;
}

.label-info {
  background-color: #188ef4;
}

.label-warning {
  background-color: #fec500;
}

.label-danger {
  background-color: #e9f75c;
}

.label-megna {
  background-color: #1dc8cd;
}

.label-default {
  background-color: #316ce8 !important;
  line-height: 20px;
}

.label-primary {
  background-color: #316ce8;
}

.label-purple {
  background-color: #7460ee;
}

.label-red {
  background-color: #fb3a3a;
}

.label-inverse {
  background-color: #3e4555;
}

.label-default {
  background-color: #316ce8 !important;
  line-height: 20px;
}

.label-white {
  background-color: #ffffff;
}

.label-light-success {
  background-color: #e8fdeb;
  color: #07d79c;
}

.label-light-info {
  background-color: #cfecfe;
  color: #188ef4;
}

.label-light-warning {
  background-color: #fff8ec;
  color: #fec500;
}

.label-light-danger {
  background-color: #f9e7eb;
  color: #ff4d7e;
}

.label-light-megna {
  background-color: #e0f2f4;
  color: #1dc8cd;
}

.label-light-primary {
  background-color: #f1effd;
  color: #316ce8;
}

.label-light-inverse {
  background-color: #f6f6f6;
  color: #3e4555;
}

/*******************
 Badge
******************/
.badge {
  font-weight: 400;
}

.badge-xs {
  font-size: 9px;
}

.badge-xs,
.badge-sm {
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

.badge-success {
  background-color: #07d79c;
}

.badge-info {
  background-color: #188ef4;
}

.badge-primary {
  background-color: #316ce8;
}

.badge-warning {
  background-color: #fec500;
}

.badge-danger {
  background-color: #ff4d7e;
}

.badge-purple {
  background-color: #7460ee;
}

.badge-red {
  background-color: #fb3a3a;
}

.badge-inverse {
  background-color: #3e4555;
}

/*******************
List-style-none
******************/
ul.list-style-none {
  margin: 0px;
  padding: 0px;
}
ul.list-style-none li {
  list-style: none;
}
ul.list-style-none li a {
  color: #8d97ad;
  padding: 8px 0px;
  display: block;
  text-decoration: none;
}
ul.list-style-none li a:hover {
  color: #009efb;
}

/*******************
dropdown-item
******************/
.dropdown-item {
  padding: 8px 1rem;
  color: #8d97ad;
}
.download-item {
  padding: 8px 1rem;
  color: #ffffff;
}

/*******************
Buttons
******************/

.back_button {
  display: block;
  width: 100px;
  height: 30px;
  text-align: center;
  background-color: yellow;
  border: 1px solid #000000;
}

/*.btn {
  color: #ffffff;
  padding: 10px 25px;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14);
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s; }
  .btn:hover {
    color: #ffffff; }
  .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }*/

.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #263238;
  padding: 10px 15px;
}
.btn-link .underline {
  border-bottom: 1px solid #263238;
}
.btn-link:hover {
  color: #07d79c;
}

.btn-light {
  color: #263238;
}
.btn-light:hover {
  background: #263238;
  color: #ffffff;
  border-color: #263238;
}

.btn-lg {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

.btn-md {
  padding: 15px 45px;
  font-size: 16px;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 12px;
}

.btn-xs {
  padding: 0.25rem 0.5rem;
  font-size: 10px;
}

.btn-circle {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 10px;
}
.btn-circle.btn-md {
  padding: 18px 0px;
  width: 60px;
  height: 60px;
  font-size: 20px;
}

.btn-circle.btn-sm {
  width: 35px;
  height: 35px;
  padding: 8px 10px;
  font-size: 14px;
}

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 14px 15px;
  font-size: 20px;
  line-height: 23px;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 14px 15px;
  font-size: 24px;
}

.btn-rounded {
  border-radius: 60px;
  -webkit-border-radius: 60px;
}

.btn-arrow {
  position: relative;
}
.btn-arrow span {
  display: inline-block;
  position: relative;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  will-change: transform;
}
.btn-arrow:hover span,
.btn-arrow:focus span {
  -webkit-transform: translate3d(-1rem, 0, 0);
  transform: translate3d(-1rem, 0, 0);
}
.btn-arrow i {
  position: absolute;
  width: 1.1em;
  right: 0px;
  right: 0rem;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  will-change: right, opacity;
}
.btn-arrow:hover i,
.btn-arrow:focus i {
  opacity: 1;
  right: -2rem;
}

/*.btn-secondary,
.btn-secondary.disabled {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  background-color: #ffffff;
  color: #8d97ad; }
  .btn-secondary:hover,
  .btn-secondary.disabled:hover {
    color: #ffffff !important; }
  .btn-secondary.active, .btn-secondary:active, .btn-secondary:focus,
  .btn-secondary.disabled.active,
  .btn-secondary.disabled:active,
  .btn-secondary.disabled:focus {
    color: #ffffff !important;
    background: #263238;
    border-color: #263238; }*/

/*.btn-primary,
.btn-primary.disabled {
  background: #316ce8;
  border: 1px solid #316ce8;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  font-weight: 600;  
}
  .btn-primary:hover,
  .btn-primary.disabled:hover {
    background: #345bcb;
    border: 1px solid #345bcb; }
  .btn-primary.active, .btn-primary:active, .btn-primary:focus,
  .btn-primary.disabled.active,
  .btn-primary.disabled:active,
  .btn-primary.disabled:focus {
    background: #345bcb; }*/

.btn-forgot-password,
.btn-forgot-password.disabled {
  background: #316ce8;
  border: 1px solid #316ce8;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.btn-forgot-password:hover,
.btn-forgot-password.disabled:hover {
  background: #345bcb;
  border: 1px solid #345bcb;
}
.btn-forgot-password.active,
.btn-forgot-password:active,
.btn-forgot-password:focus,
.btn-forgot-password.disabled.active,
.btn-forgot-password.disabled:active,
.btn-forgot-password.disabled:focus {
  background: #345bcb;
}

.btn-themecolor,
.btn-themecolor.disabled {
  background: #009efb;
  color: #ffffff;
  border: 1px solid #009efb;
}
.btn-themecolor:hover,
.btn-themecolor.disabled:hover {
  background: #028ee1;
  border: 1px solid #028ee1;
}
.btn-themecolor.active,
.btn-themecolor:active,
.btn-themecolor:focus,
.btn-themecolor.disabled.active,
.btn-themecolor.disabled:active,
.btn-themecolor.disabled:focus {
  background: #028ee1;
}

/*.btn-success,
.btn-success.disabled {
  background: #07d79c;
  border: 1px solid #07d79c; }
  .btn-success:hover,
  .btn-success.disabled:hover {
    background: #3aba85;
    border: 1px solid #3aba85; }
  .btn-success.active, .btn-success:active, .btn-success:focus,
  .btn-success.disabled.active,
  .btn-success.disabled:active,
  .btn-success.disabled:focus {
    background: #3aba85; }*/

/*.btn-info,
.btn-info.disabled {
  background: #188ef4;
  border: 1px solid #188ef4;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in; }
  .btn-info:hover,
  .btn-info.disabled:hover {
    background: #2c73cb;
    border: 1px solid #2c73cb; }
  .btn-info.active, .btn-info:active, .btn-info:focus,
  .btn-info.disabled.active,
  .btn-info.disabled:active,
  .btn-info.disabled:focus {
    background: #2c73cb; }

.btn-warning,
.btn-warning.disabled {
  background: #fec500;
  color: #ffffff;
  border: 1px solid #fec500; }
  .btn-warning:hover,
  .btn-warning.disabled:hover {
    background: #dcaf17;
    color: #ffffff;
    border: 1px solid #dcaf17; }
  .btn-warning.active, .btn-warning:active, .btn-warning:focus,
  .btn-warning.disabled.active,
  .btn-warning.disabled:active,
  .btn-warning.disabled:focus {
    background: #dcaf17;
    color: #ffffff; }

.btn-danger,
.btn-danger.disabled {
  background: #ff4d7e;
  border: 1px solid #ff4d7e;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in; }
  .btn-danger:hover,
  .btn-danger.disabled:hover {
    background: #d73e6b;
    border: 1px solid #d73e6b; }
  .btn-danger.active, .btn-danger:active, .btn-danger:focus,
  .btn-danger.disabled.active,
  .btn-danger.disabled:active,
  .btn-danger.disabled:focus {
    background: #d73e6b; }*/

.btn-inverse,
.btn-inverse.disabled {
  background: #3e4555;
  border: 1px solid #3e4555;
  color: #ffffff;
}
.btn-inverse:hover,
.btn-inverse.disabled:hover {
  background: #232a37;
  color: #ffffff;
  border: 1px solid #232a37;
}
.btn-inverse.active,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse.disabled.active,
.btn-inverse.disabled:active,
.btn-inverse.disabled:focus {
  background: #232a37;
  color: #ffffff;
}

.btn-red,
.btn-red.disabled {
  background: #fb3a3a;
  border: 1px solid #fb3a3a;
  color: #ffffff;
}
.btn-red:hover,
.btn-red.disabled:hover {
  border: 1px solid #d61f1f;
  background: #d61f1f;
}
.btn-red.active,
.btn-red:active,
.btn-red:focus,
.btn-red.disabled.active,
.btn-red.disabled:active,
.btn-red.disabled:focus {
  background: #d73e6b;
}

.btn-success-gradiant {
  background: #07d79c;
  background: -webkit-linear-gradient(
    legacy-direction(to right),
    #07d79c 0%,
    #3aba85 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#07d79c),
    to(#3aba85)
  );
  background: -webkit-linear-gradient(left, #07d79c 0%, #3aba85 100%);
  background: -o-linear-gradient(left, #07d79c 0%, #3aba85 100%);
  background: linear-gradient(to right, #07d79c 0%, #3aba85 100%);
  border: 0px;
}
.btn-success-gradiant:hover {
  background: #3aba85;
  background: -webkit-linear-gradient(
    legacy-direction(to right),
    #3aba85 0%,
    #07d79c 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#3aba85),
    to(#07d79c)
  );
  background: -webkit-linear-gradient(left, #3aba85 0%, #07d79c 100%);
  background: -o-linear-gradient(left, #3aba85 0%, #07d79c 100%);
  background: linear-gradient(to right, #3aba85 0%, #07d79c 100%);
}
.btn-success-gradiant.active,
.btn-success-gradiant:active,
.btn-success-gradiant:focus {
  -webkit-box-shadow: 0px;
  box-shadow: 0px;
  opacity: 1;
}

.btn-danger-gradiant {
  background: #ff4d7e;
  background: -webkit-linear-gradient(
    legacy-direction(to right),
    #ff4d7e 0%,
    #ff6a5b 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff4d7e),
    to(#ff6a5b)
  );
  background: -webkit-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
  background: -o-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
  background: linear-gradient(to right, #ff4d7e 0%, #ff6a5b 100%);
  border: 0px;
}
.btn-danger-gradiant:hover {
  background: #ff6a5b;
  background: -webkit-linear-gradient(
    legacy-direction(to right),
    #ff6a5b 0%,
    #ff4d7e 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff6a5b),
    to(#ff4d7e)
  );
  background: -webkit-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
  background: -o-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
  background: linear-gradient(to right, #ff6a5b 0%, #ff4d7e 100%);
}
.btn-danger-gradiant.active,
.btn-danger-gradiant:active,
.btn-danger-gradiant:focus {
  -webkit-box-shadow: 0px;
  box-shadow: 0px;
  opacity: 1;
}

.btn-info-gradiant {
  background: #188ef4;
  background: -webkit-linear-gradient(
    legacy-direction(to right),
    #188ef4 0%,
    #316ce8 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#188ef4),
    to(#316ce8)
  );
  background: -webkit-linear-gradient(left, #188ef4 0%, #316ce8 100%);
  background: -o-linear-gradient(left, #188ef4 0%, #316ce8 100%);
  background: linear-gradient(to right, #188ef4 0%, #316ce8 100%);
  border: 0px;
}
.btn-info-gradiant:hover {
  background: #316ce8;
  background: -webkit-linear-gradient(
    legacy-direction(to right),
    #316ce8 0%,
    #188ef4 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#316ce8),
    to(#188ef4)
  );
  background: -webkit-linear-gradient(left, #316ce8 0%, #188ef4 100%);
  background: -o-linear-gradient(left, #316ce8 0%, #188ef4 100%);
  background: linear-gradient(to right, #316ce8 0%, #188ef4 100%);
}
.btn-info-gradiant.active,
.btn-info-gradiant:active,
.btn-info-gradiant:focus {
  -webkit-box-shadow: 0px;
  box-shadow: 0px;
  opacity: 1;
}

.btn-outline-secondary {
  background-color: #ffffff;
  color: #727b84;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.btn-outline-secondary.active,
.btn-outline-secondary:active,
.btn-outline-secondary:focus {
  background: #263238;
}

.btn-outline-primary {
  color: #316ce8;
  background-color: #ffffff;
  border-color: #316ce8;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  background: #316ce8;
  color: #ffffff;
  border-color: #316ce8;
}
.btn-outline-primary.active,
.btn-outline-primary:active,
.btn-outline-primary:focus {
  background: #345bcb;
}

.btn-outline-success,
a.btn-outline-success {
  color: #07d79c;
  background-color: transparent;
  border-color: #07d79c;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success.focus,
a.btn-outline-success:hover,
a.btn-outline-success:focus,
a.btn-outline-success.focus {
  background: #07d79c;
  border-color: #07d79c;
  color: #ffffff;
}
.btn-outline-success.active,
.btn-outline-success:active,
.btn-outline-success:focus,
a.btn-outline-success.active,
a.btn-outline-success:active,
a.btn-outline-success:focus {
  background: #3aba85;
}

.btn-outline-info {
  color: #188ef4;
  background-color: transparent;
  border-color: #188ef4;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info.focus {
  background: #188ef4;
  border-color: #188ef4;
  color: #ffffff;
}
.btn-outline-info.active,
.btn-outline-info:active,
.btn-outline-info:focus {
  background: #2c73cb;
}

.btn-outline-warning {
  color: #fec500;
  background-color: transparent;
  border-color: #fec500;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  background: #fec500;
  border-color: #fec500;
  color: #ffffff;
}
.btn-outline-warning.active,
.btn-outline-warning:active,
.btn-outline-warning:focus {
  background: #dcaf17;
}

.btn-outline-danger {
  color: #ff4d7e;
  background-color: transparent;
  border-color: #ff4d7e;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  background: #ff4d7e;
  border-color: #ff4d7e;
  color: #ffffff;
}
.btn-outline-danger.active,
.btn-outline-danger:active,
.btn-outline-danger:focus {
  background: #d73e6b;
}

.btn-outline-red {
  color: #fb3a3a;
  background-color: transparent;
  border-color: #fb3a3a;
}
.btn-outline-red:hover,
.btn-outline-red:focus,
.btn-outline-red.focus {
  background: #fb3a3a;
  border-color: #fb3a3a;
  color: #ffffff;
}
.btn-outline-red.active,
.btn-outline-red:active,
.btn-outline-red:focus {
  background: #d73e6b;
}

.btn-outline-inverse {
  color: #3e4555;
  background-color: transparent;
  border-color: #3e4555;
}
.btn-outline-inverse:hover,
.btn-outline-inverse:focus,
.btn-outline-inverse.focus {
  background: #3e4555;
  border-color: #3e4555;
  color: #ffffff;
}

.btn-outline-light:hover {
  color: #263238 !important;
}

/*.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus {
  background-color: #345bcb;
  border: 1px solid #345bcb; }

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover,
.btn-success.focus,
.btn-success:focus {
  background-color: #3aba85;
  border: 1px solid #3aba85; }

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover,
.btn-info.focus,
.btn-info:focus {
  background-color: #2c73cb;
  border: 1px solid #2c73cb; }

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning.focus,
.btn-warning:focus {
  background-color: #dcaf17;
  border: 1px solid #dcaf17; }

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger.focus:active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger.focus,
.btn-danger:focus {
  background-color: #d73e6b;
  border: 1px solid #d73e6b; }

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse:hover,
.open > .dropdown-toggle.btn-inverse {
  background-color: #232a37;
  border: 1px solid #232a37; }

.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.btn-red.focus,
.btn-red:active,
.btn-red:focus,
.btn-red:hover,
.open > .dropdown-toggle.btn-red {
  background-color: #d61f1f;
  border: 1px solid #d61f1f;
  color: #ffffff; }

.btn span.btn-devider {
  display: inline-block;
  padding-left: 10px; }*/

/*-------------------*/
/*On off switch*/
/*-------------------*/
.onoffswitch {
  position: relative;
  width: 70px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin: 0 auto;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 20px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "";
  padding-right: 27px;
  background-color: #07d79c;
  color: #ffffff;
}
.onoffswitch-inner:after {
  content: "";
  padding-right: 24px;
  background-color: #3e4555;
  color: #999999;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 23px;
  margin: 6px;
  background: #ffffff;
  height: 23px;
  position: absolute;
  top: -1px;
  bottom: 0;
  right: 35px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

/* New Back Button for Add Documents start */
.newPrevButton {
  color: #ffffff;
  background-color: #17a2b8;
  cursor: pointer;
}
/* New Back Button for Add Documents End */

/* New Print Button on Patent Detials Starts */
.printPatent {
  position: absolute;
  right: 20px;
  padding: 10px;
  background-color: #4caf50;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

/* New Print Button on Patent Detials Ends */

/*-------------------*/
/*Bootstrap 4 hack*/
/*-------------------*/
.card-columns {
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.card-columns .card {
  margin-bottom: 30px;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

/*
Template Name: Wrakit UI Kit
Author: wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/******************* 
Topbar
*******************/
.topbar {
  padding: 0px;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  width: 100%;
  position: fixed;
  z-index: 20;
  background: #ffffff;
}
.topbar.fixed-header {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  background: #ffffff;
}
.topbar.fixed-header .navbar .navbar-brand img {
  height: 50px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

/*******************
Header 6
*******************/
.header6 .navbar-toggler {
  color: #ffffff;
}

.header6 .navbar-brand {
  line-height: 80px;
}

.h6-nav-bar {
  padding: 0px;
}
.h6-nav-bar .navbar-nav .nav-link {
  padding: 35px 15px;
  color: rgba(255, 255, 255, 0.5);
}
.h6-nav-bar .navbar-nav .nav-item:hover .nav-link,
.h6-nav-bar .navbar-nav .nav-item.active .nav-link {
  color: white;
}
.h6-nav-bar .act-buttons .btn {
  margin: 10px 0 10px 10px;
}

@media (max-width: 1023px) {
  .h6-nav-bar .navbar-nav .nav-link {
    padding: 15px 15px;
  }
  .h6-nav-bar .act-buttons .btn {
    margin: 10px 0 10px 0px;
  }
}

/******************* 
Main & Page wrapper
*******************/
.page-wrapper {
  padding-top: 0px;
}

#main-wrapper {
  overflow: hidden;
}

/******************* 
container fluid
*******************/
.container-fluid {
  padding: 0px;
}

/******************* 
footer
*******************/
.footer {
  padding: 20px 0;
  text-align: center;
}

/******************* 
Fix-width
*******************/
.fix-width {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

/******************* 
Spacer
*******************/
.spacer {
  padding: 40px 0;
}

.mini-spacer {
  padding: 40px 0;
}

/******************* 
Title
*******************/
.title {
  margin: 20px 0 15px;
}

/******************* 
Subtitle
*******************/
.subtitle {
  color: #4b515d;
  line-height: 24px;
  font-family: sans-serif;
  margin: 50px 0 0px 0;
}

/******************* 
card
*******************/
.card {
  border: 0px;
  margin-bottom: 30px;
}
.card.card-shadow {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.card-group .card {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin-bottom: 30px;
}

/******************* 
Icon space
*******************/
.icon-space {
  margin: 20px 0;
}

.linking {
  color: #3e4555;
}
.linking i {
  font-size: 14px;
  margin-left: 10px;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.linking:hover {
  color: #009efb;
}
.linking:hover i {
  margin-left: 15px;
}

/******************* 
Listing
*******************/
.list-block {
  margin: 0px;
  padding: 0px;
}
.list-block li {
  list-style: none;
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.list-block li i {
  margin-right: 10px;
  -webkit-flex-shrink: 0px;
  -ms-flex-negative: 0px;
  flex-shrink: 0px;
  margin-top: 3px;
}
.list-block.with-underline li {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  padding: 15px 0;
}

/******************* 
Listing
*******************/
.img-inline {
  margin: 0px;
  padding: 0px;
}
.img-inline li {
  list-style: none;
}
.img-inline li.half-width {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}

/******************* 
Image shadow
*******************/
.img-shadow {
  /*-webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);*/
  /*box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3); */
  padding: 10px;
  height: 150px;
  width: 150px;
  margin: 0 auto;
}

/******************* 
Image shadow
*******************/
.icon-round {
  width: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
}

.no-shrink {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/******************* 
up section
*******************/
.up {
  z-index: 10;
  position: relative;
}

.bt-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  visibility: hidden;
}

/******************* 
both space
*******************/
.both-space {
  margin: 80px 0;
}

/******************* 
Side text content
*******************/
.side-content {
  padding: 40px 60px;
}

/******************* 
background cover
*******************/
.bg-cover {
  background-size: cover;
  min-height: 200px;
}

/******************* 
Owl carousel
*******************/
.owl-carousel {
  display: block;
  width: 100%;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
}
.owl-carousel .owl-stage {
  position: relative;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-carousel .owl-nav.disabled {
  display: none;
}

/******************* 
Max width
*******************/
.max-300 {
  max-width: 300px;
}

.max-400 {
  max-width: 400px;
}

.max-500 {
  max-width: 500px;
}

.max-600 {
  max-width: 600px;
}

/******************* 
line sticks
*******************/
.stick-bottom {
  position: relative;
  margin-bottom: 30px;
}
.stick-bottom > span {
  width: 30px;
  height: 2px;
  position: absolute;
  bottom: -7px;
  left: 0px;
  display: inline-block;
}

/******************* 
position
*******************/
.po-absolute {
  position: absolute;
}

.po-relative {
  position: relative;
}

/*-------------------*/
/*Bootstrap 4 hack*/
/*-------------------*/
.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

/*************/
/* Dropdown*/
/*************/
.navbar-nav .dropdown-toggle::after {
  display: none;
}

.navbar-nav .dropdown-menu.b-none {
  border: 0px;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.navbar-nav {
  font-weight: 400;
}

.navbar-nav .dropdown-menu.b-none {
  border: 0px;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.pre-scroll {
  position: relative;
}

.mega-dropdown {
  position: static;
}
.mega-dropdown .dropdown-menu {
  width: 100%;
  padding: 30px;
  margin-top: 0px;
  overflow: hidden;
}
.mega-dropdown .list-style-none {
  font-size: 14px;
}
.mega-dropdown .inside-bg {
  margin: -30px 0 -30px -30px;
}
.mega-dropdown .inside-bg-right {
  margin: -30px -30px -30px 0;
}
.mega-dropdown .bg-img {
  background-size: cover;
  height: 100%;
  padding: 30px;
}
.mega-dropdown h6 {
  margin: 15px 0;
  font-size: 15px;
}

/*************/
/* General Listing*/
/*************/
.general-listing {
  padding: 0px;
  margin: 0px;
}
.general-listing li {
  list-style: none;
}
.general-listing li a {
  color: #8d97ad;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.general-listing li:hover a {
  color: #009efb;
  padding-left: 10px;
}
.general-listing li i {
  margin-right: 7px;
  vertical-align: middle;
}
.general-listing.two-part li {
  width: 49%;
  display: inline-block;
}
.general-listing.only-li li {
  padding: 5px 0;
}

/*************/
/* form dark*/
/*************/
.form-control-dark {
  background: rgba(120, 130, 140, 0.13);
  color: #ffffff;
  border-color: rgba(120, 130, 140, 0.13);
}
.form-control-dark:focus {
  background: rgba(120, 130, 140, 0.13);
  color: #ffffff;
}

/*************/
/* social-round */
/*************/
.round-social a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  margin: 0 5px;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.round-social a:hover {
  -webkit-transform: translate3d(0px, -5px, 0px);
  transform: translate3d(0px, -5px, 0px);
}

.round-social.light a {
  color: #263238;
  background: #f5f7fa;
}

.round-social.light a:hover {
  background: #263238;
  color: #ffffff;
}

/*************/
/* Form Banner */
/*************/
.banner {
  position: relative;
  max-height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  display: table;
}
.banner .banner-content {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

@media (max-width: 992px) {
  .banner {
    height: auto !important;
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .banner {
    padding: 30px 0;
  }
}

.form-control {
  padding: 0.75rem;
  border: 2px solid rgba(120, 130, 140, 0.13);
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 12px);
}

/*******************
UI-Elements
******************/
/*******************
Buttons
******************/
.button-group .btn {
  margin-bottom: 7px;
}

/*******************
Grid page
******************/
.show-grid {
  margin-bottom: 10px;
  padding: 0 15px;
}

.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid rgba(120, 130, 140, 0.13);
  background-color: #f5f7fa;
}

/*******************
list and media
******************/
.list-group a.list-group-item:hover {
  background: #f5f7fa;
}

.list-group-item.active,
.list-group .list-group-item.active:hover {
  background: #009efb;
  border-color: #009efb;
}

.list-group-item.disabled {
  color: #8d97ad;
  background: #f5f7fa;
}

.media {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin-bottom: 10px;
  padding: 15px;
}

/*******************
Notification page Jquery toaster
******************/
.alert-rounded {
  border-radius: 60px;
}

/*******************
Progress bar
******************/
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-vertical {
  min-height: 250px;
  height: 250px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
}

.progress-vertical-bottom {
  min-height: 250px;
  height: 250px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.progress-animated {
  -webkit-animation-duration: 5s;
  -webkit-animation-name: myanimation;
  -webkit-transition: 5s all;
  animation-duration: 5s;
  animation-name: myanimation;
  -o-transition: 5s all;
  transition: 5s all;
}

@-webkit-keyframes myanimation {
  from {
    width: 0;
  }
}

@keyframes myanimation {
  from {
    width: 0;
  }
}

/*******************
Vertical tabs
******************/
.vtabs {
  display: table;
}
.vtabs .tabs-vertical {
  width: 150px;
  border-bottom: 0px;
  border-right: 1px solid rgba(120, 130, 140, 0.13);
  display: table-cell;
  vertical-align: top;
}
.vtabs .tabs-vertical li .nav-link {
  color: #263238;
  margin-bottom: 10px;
  border: 0px;
  border-radius: 4px 0 0 4px;
}
.vtabs .tab-content {
  display: table-cell;
  padding: 20px;
  vertical-align: top;
}

.tabs-vertical li .nav-link.active,
.tabs-vertical li .nav-link:hover,
.tabs-vertical li .nav-link.active:focus {
  background: #009efb;
  border: 0px;
  color: #ffffff;
}

/*Custom vertical tab*/
.customvtab .tabs-vertical li .nav-link.active,
.customvtab .tabs-vertical li .nav-link:hover,
.customvtab .tabs-vertical li .nav-link:focus {
  background: #ffffff;
  border: 0px;
  border-right: 2px solid #009efb;
  margin-right: -1px;
  color: #009efb;
}

.tabcontent-border {
  border: 1px solid #ddd;
  border-top: 0px;
}

.customtab2 li a.nav-link {
  border: 0px;
  margin-right: 3px;
  color: #8d97ad;
}
.customtab2 li a.nav-link.active {
  background: #009efb;
  color: #ffffff;
}
.customtab2 li a.nav-link:hover {
  color: #ffffff;
  background: #009efb;
}

/*******************
Timeline page
******************/
.timeline {
  position: relative;
  padding: 20px 0 20px;
  list-style: none;
  max-width: 1200px;
  margin: 0 auto;
}

.timeline:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  margin-left: -1.5px;
  background-color: #f5f7fa;
}

.timeline > li {
  position: relative;
  margin-bottom: 20px;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  float: left;
  position: relative;
  width: 46%;
  padding: 20px;
  border: 1px solid rgba(120, 130, 140, 0.13);
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}

.timeline > li > .timeline-panel:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 26px;
  right: -8px;
  border-top: 8px solid transparent;
  border-right: 0 solid rgba(120, 130, 140, 0.13);
  border-bottom: 8px solid transparent;
  border-left: 8px solid rgba(120, 130, 140, 0.13);
}

.timeline > li > .timeline-panel:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 27px;
  right: -7px;
  border-top: 7px solid transparent;
  border-right: 0 solid #ffffff;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #ffffff;
}

.timeline > li > .timeline-badge {
  z-index: 10;
  position: absolute;
  top: 16px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  font-size: 1.4em;
  line-height: 46px;
  color: #fff;
  overflow: hidden;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -8px;
  border-right-width: 8px;
  border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -7px;
  border-right-width: 7px;
  border-left-width: 0;
}

.timeline-badge.primary {
  background-color: #316ce8;
}

.timeline-badge.success {
  background-color: #07d79c;
}

.timeline-badge.warning {
  background-color: #fec500;
}

.timeline-badge.danger {
  background-color: #ff4d7e;
}

.timeline-badge.info {
  background-color: #188ef4;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
  font-weight: 400;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

/*============================================================== 
 Ui-bootstrap
 ============================================================== */
ul.list-icons {
  margin: 0px;
  padding: 0px;
}
ul.list-icons li {
  list-style: none;
  line-height: 30px;
  margin: 5px 0;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
ul.list-icons li a {
  color: #8d97ad;
}
ul.list-icons li a:hover {
  color: #009efb;
}
ul.list-icons li i {
  font-size: 13px;
  padding-right: 8px;
}

ul.list-inline li {
  display: inline-block;
}
ul.list-inline li:first-child {
  padding-left: 0px;
}
ul.list-inline li a {
  color: #8d97ad;
}
ul.list-inline li a:hover {
  color: #009efb;
}

ul.two-part {
  margin: 0px;
}
ul.two-part li {
  width: 48.8%;
}

/*Accordion*/
html body .accordion .card {
  margin-bottom: 0px;
}

#accordion4 .card-header {
  border: 1px solid rgba(120, 130, 140, 0.13);
  background: transparent;
  margin-bottom: 10px;
}
#accordion4 .card-header a {
  color: #8d97ad;
}
#accordion4 .card-header:hover {
  background-color: #188ef4;
  border: 1px solid #188ef4;
}
#accordion4 .card-header:hover a {
  color: #ffffff;
}

#accordion4 .card.active .card-header {
  background-color: #188ef4;
  border: 1px solid #188ef4;
}
#accordion4 .card.active .card-header a {
  color: #ffffff;
}

/*===================== 
Breadcrumb
=====================*/
.bc-colored .breadcrumb-item,
.bc-colored .breadcrumb-item a {
  color: #ffffff;
}
.bc-colored .breadcrumb-item.active,
.bc-colored .breadcrumb-item a.active {
  opacity: 0.7;
}

.bc-colored .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.4);
}

.breadcrumb {
  margin-bottom: 0px;
}

/*******************
 Card title
*******************/
.card-title {
  font-size: 18px;
}

.card-subtitle {
  color: #8d97ad;
  margin-bottom: 30px;
  font-size: 14px;
}

.card-inverse .card-bodyquote .blockquote-footer,
.card-inverse .card-link,
.card-inverse .card-subtitle,
.card-inverse .card-text {
  color: rgba(255, 255, 255, 0.65);
}

.card-default .card-header {
  background: #ffffff;
  border-bottom: 0px;
}

.card-success {
  background: #07d79c;
  border-color: #07d79c;
}

.card-danger {
  background: #ff4d7e;
  border-color: #ff4d7e;
}

.card-warning {
  background: #fec500;
  border-color: #fec500;
}

.card-info {
  background: #188ef4;
  border-color: #188ef4;
}

.card-primary {
  background: #316ce8;
  border-color: #316ce8;
}

.card-dark {
  background: #3e4555;
  border-color: #3e4555;
}

.card-megna {
  background: #1dc8cd;
  border-color: #1dc8cd;
}

/*============================================================== 
 Cards page
 ============================================================== */
.card-columns .card {
  margin-bottom: 20px;
}

.collapsing {
  -webkit-transition: height 0.08s ease;
  -o-transition: height 0.08s ease;
  transition: height 0.08s ease;
}

.card-info {
  background: #188ef4;
  border-color: #188ef4;
}

.card-primary {
  background: #316ce8;
  border-color: #316ce8;
}

.card-outline-info {
  border-color: #188ef4;
}
.card-outline-info .card-header {
  background: #188ef4;
  border-color: #188ef4;
}

.card-outline-inverse {
  border-color: #3e4555;
}
.card-outline-inverse .card-header {
  background: #3e4555;
  border-color: #3e4555;
}

.card-outline-warning {
  border-color: #fec500;
}
.card-outline-warning .card-header {
  background: #fec500;
  border-color: #fec500;
}

.card-outline-success {
  border-color: #07d79c;
}
.card-outline-success .card-header {
  background: #07d79c;
  border-color: #07d79c;
}

.card-outline-danger {
  border-color: #ff4d7e;
}
.card-outline-danger .card-header {
  background: #ff4d7e;
  border-color: #ff4d7e;
}

.card-outline-primary {
  border-color: #316ce8;
}
.card-outline-primary .card-header {
  background: #316ce8;
  border-color: #316ce8;
}

/*******************
Custom-select
******************/
.custom-select {
  background: url(../../assets/images/ui/custom-select.png) right 0.75rem center
    no-repeat;
  border: 2px solid rgba(120, 130, 140, 0.13);
  height: calc(2.25rem + 12px);
}

/*******************
textarea
******************/
textarea {
  resize: none;
}

.form-control-danger,
.form-control-success,
.form-control-warning {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  -webkit-background-size: 1.125rem 1.125rem;
  background-size: 1.125rem 1.125rem;
}

.has-success .col-form-label,
.has-success .custom-control,
.has-success .form-check-label,
.has-success .form-control-feedback,
.has-success .form-control-label {
  color: #07d79c;
}

.has-success .form-control-success {
  background-image: url(../../assets/images/ui/success.svg);
}

.has-success .form-control {
  border-color: #07d79c;
}

.has-warning .col-form-label,
.has-warning .custom-control,
.has-warning .form-check-label,
.has-warning .form-control-feedback,
.has-warning .form-control-label {
  color: #fec500;
}

.has-warning .form-control-warning {
  background-image: url(../../assets/images/ui/warning.svg);
}

.has-warning .form-control {
  border-color: #fec500;
}

.has-danger .col-form-label,
.has-danger .custom-control,
.has-danger .form-check-label,
.has-danger .form-control-feedback,
.has-danger .form-control-label {
  color: #ff4d7e;
}

.has-danger .form-control-danger {
  background-image: url(../../assets/images/ui/danger.svg);
}

.has-danger .form-control {
  border-color: #ff4d7e;
}

.input-group-addon [type="radio"]:not(:checked),
.input-group-addon [type="radio"]:checked,
.input-group-addon [type="checkbox"]:not(:checked),
.input-group-addon [type="checkbox"]:checked {
  position: initial;
  opacity: 1;
}

.input-form .btn {
  padding: 14px 12px;
}

.form-control-sm {
  padding: 0.25rem 0.5rem;
}

/*******************
custom modals
******************/
.custom-modal .close-btn {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #8d97ad;
  font-size: 25px;
  background: #ffffff;
  width: 20px;
  height: 20px;
  text-align: center;
  display: block;
  border-radius: 100%;
  line-height: 19px;
}

.custom-modal .modal-body {
  overflow: hidden;
}

.custom-modal .modal-bg-img {
  background-size: cover;
  background-position: center center;
  min-height: 300px;
}

.modal1 .modal-bg {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 40px;
}

.modal1 .input-group {
  margin-top: -45px;
}

.modal2 .modal-bg {
  padding: 30px 30px 30px 15px;
}

.modal3 .modal-bg {
  padding: 50px 40px 60px 25px;
}

.modal4 .modal-bg {
  padding: 55px 55px 55px 40px;
}

/*******************
Overlay headers and thrid dropdown
******************/
.header-overlay {
  position: absolute;
  width: 100%;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #009efb;
}

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu .dropdown-item > .ml-auto {
  position: absolute;
  right: 15px;
  top: 10px;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0;
  border-radius: 0.25rem;
  display: none;
}
.dropdown-submenu > .dropdown-menu.menu-right {
  left: auto;
  right: 100%;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -75%;
}

.dropdown-menu .divider {
  background-color: rgba(120, 130, 140, 0.13);
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
}

/*******************
common-innerpage-banner
*******************/
.banner-innerpage {
  padding: 150px 0 100px;
  background-size: cover;
  background-position: center center;
}
.banner-innerpage .title {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
}
.banner-innerpage .subtitle {
  color: #ffffff;
}

@media (max-width: 900px) {
  .static-slider10 .title {
    font-size: 40px;
    line-height: 45px;
  }
}

.with-noborder .media {
  border: 0px;
  padding: 0px;
  margin: 50px 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #009efb;
}

/*******************
Footer 4
*******************/
.footer4 .f4-bottom-bar {
  padding-top: 10px;
  margin-top: 20px;
}
.footer4 .f4-bottom-bar a {
  color: #8d97ad;
}
.footer4 .f4-bottom-bar a:hover {
  color: #188ef4;
}

.footer4 .round-social.light a {
  width: 34px;
  height: 34px;
  line-height: 34px;
}
.footer4 .round-social.light a:hover {
  background: #188ef4;
}

/*******************
Modal in center
*******************/
.modal-dialog {
  min-height: calc(100vh - 60px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: auto;
}
@media (max-width: 768px) {
  .modal-dialog {
    min-height: calc(100vh - 20px);
  }
}

.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

/*******************
icons path
*******************/
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.ttf?-rdmvgc") format("truetype");
}

@font-face {
  font-family: "simple-line-icons";
  src: url("fonts/Simple-Line-Icons.ttf?-i3a2kk") format("truetype");
}

@font-face {
  font-family: "themify";
  src: url("fonts/themify.ttf") format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  src: url("fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype");
}

/*
Template Name: Wrapkit Ui Kit
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/*============================================================== 
 For Laptop & above all (1650px) 
 ============================================================== */
/*============================================================== 
 For Laptop & above all (1370px) 
 ============================================================== */
@media (max-width: 1370px) {
  /*.slider2,.slider3 {
    overflow-y: hidden; }
    .slider2 .slide-image{
      height: 280px;
      width: auto !important; }

    .slider3 .slide-image{
      height: 300px;
      width: auto !important; }
    .slider2 .slider-control span,
    .slider3 .slider-control span  {
      width: 44px;
      height: 44px;
      line-height: 44px; }*/
}

/*-- ============================================================== 
 Small Desktop & above all (1024px) 
 ============================================================== */
@media (min-width: 1024px) {
  .page-wrapper {
    padding-top: 195px;
  }
  .hover-dropdown .navbar-nav > .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0px;
  }
  .navbar-nav > .dropdown .dropdown-menu {
    min-width: 210px;
    margin-top: 0px;
  }
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}

@media (max-width: 1023px) {
  .d-flex {
    display: block !important;
  }
  .d-flex.no-block {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .h14-info-bar .donate-btn a {
    display: block;
    margin-left: 0px;
  }
  .h14-info-bar .nav-item .nav-link {
    padding: 0 10px;
    margin: 10px 0;
  }
  .po-absolute {
    position: relative;
  }
  .slider2 h2,
  .slider3 h2 {
    font-size: 34px;
  }
  .slider2 .slide-image {
    left: -20%;
    position: relative;
  }
  .slider3 .slide-image {
    left: 0%;
    position: relative;
  }
  .slider2 .slide-text {
    width: 80% !important;
  }

  .slider3 .slide-text {
    width: 100% !important;
  }
  .topbar {
    background: #ffffff;
    position: relative;
  }
  .topbar.animated {
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
  }
  .topbar.animated.slideInDown {
    -webkit-animation-name: none;
    animation-name: none;
  }
}

/*-- ============================================================== 
 Ipad & above all(768px) 
 ============================================================== */
/*-- ============================================================== 
 Phone and below ipad(767px) 
 ============================================================== */
@media (max-width: 767px) {
  /*This is for the Global*/
  .b-l,
  .b-r {
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  }
  .img-inline li.half-width {
    width: 100%;
  }
  .both-space {
    margin: 10px 0;
  }
  .side-content {
    padding: 40px 20px;
  }
  .general-listing.two-part li {
    width: 100%;
    display: block;
  }
  .testimonial6 .testi6 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    border-right: 0px solid rgba(120, 130, 140, 0.13);
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
    margin-bottom: 40px;
  }
  .testimonial6 .testi6 .nav-link {
    margin: 0px 0px -2px 0;
    padding: 10px;
  }
  .testimonial6 .testi6 .nav-link.active {
    border-right: 0px solid #fed700;
    border-bottom: 3px solid #fed700;
  }
  .testimonial6 .testi6 .nav-link img {
    width: 40px;
  }
  .slider2 .slider-control span,
  .slider3 .slider-control span {
    width: 34px;
    height: 34px;
    line-height: 34px;
  }
  .slider2 .slide-text {
    padding: 0 !important;
    width: 80% !important;
  }

  .slider3 .slide-text {
    padding: 0 !important;
    width: 100% !important;
  }
  .slider2 h2,
  .slider3 h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  .slider2 .slide-image {
    left: 0;
    height: 300px;
  }

  .slider3 .slide-image {
    left: 0;
    height: auto;
  }
  .slider2 .btn,
  .slider3 .btn {
    padding-left: 15px;
    padding-right: 15px;
  }
  .slider2 .btn.btn-md,
  .slider3 .btn.btn-md {
    padding-left: 25px;
    padding-right: 25px;
  }
  .slider2 .btn-pad,
  .slider3 .btn-pad {
    padding-right: 0;
  }
  .dropdown-submenu > .dropdown-menu.show {
    display: block;
  }
}

@media (max-width: 428px) {
  .slider2 .slider-control span,
  .slider3 .slider-control span {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 12px !important;
  }
  .slider2 h2,
  .slider3 h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .slider2 i.icon-Play-Music,
  .slider3 i.icon-Play-Music {
    font-size: 26px;
  }
  .slider2 a.btn-md,
  .slider3 a.btn-md {
    text-align: center;
    margin-bottom: 10px;
  }
  .slider2 .slide-image {
    left: -75%;
    height: 380px;
  }

  .slider3 .slide-image {
    left: 0%;
    height: auto;
  }
  .slider3 #slider-sec1 .carousel-item {
    height: auto;
  }
  .slider2 .btn,
  .slider3 .btn {
    padding-left: 0;
  }
  .slider2 video,
  .slider3 video {
    width: 160%;
  }
}

/* Custom CSS */
a.comitteeMemberBut {
  width: 40% !important;
  /* float: left;
    display: block;*/
  float: none;
  display: inline-block;
  margin: 0px 0 20px 0px;
}
a.addIPButton {
  width: 40% !important;
  float: left;
  display: block;
  margin: 20px 0 20px 0px;
}
a.updateAISHEButton {
  width: 20% !important;
  float: left;
  display: block;
  margin: 20px 0 20px 0px;
}

a.uploadDocBut {
  width: auto !important;
  /*float: right;
    display: block;
    margin: 20px 0 20px 0px;*/
  float: none;
  display: inline-block;
  margin: 10px 0 0 0;
  padding: 15px;
  border-radius: 5px;
}
a.btn-danger.edit {
  background: #05a53a;
  border: 1px solid #05a53a;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  border-radius: 50px;
  padding: 8px;
}
i.fa.fa-pencil-square-o {
  font-size: 16px;
}
i.fa.fa-trash {
  font-size: 16px;
}
i.fa.fa-download {
  font-size: 16px;
}
button.btn-danger.delete {
  background: #ff0000;
  border: 1px solid #ff0000;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  border-radius: 50px;
  padding: 5px 10px;
  cursor: pointer;
}
.rwd-table tr th.tableAction {
  text-align: center;
}
a.btn-danger.download {
  background: #f81496;
  border: 1px solid #f81496;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  border-radius: 50px;
  padding: 8px 9px;
}
form.invernFormMargin {
  margin: 0 0 20px 0;
}
button.btn.btn-success.successBut {
  float: right;
  background: #3c6257;
  border: 1px solid #3c6257;
  margin: 0 0 30px 0;
}
.spacer.feature12.ipSubPage .successBut {
  display: inline-block;
  margin-top: 15px;
}
button.btn.btn-success.successBut:hover {
  background: #07d79c;
  border: 1px solid #07d79c;
}
button.btn.btn-success.successBut a {
  color: #fff;
}

input.btn.btn-success.successBut {
  float: right;
  background: #3c6257;
  border: 1px solid #3c6257;
  margin: 0 0 30px 0;
}
input.btn.btn-success.successBut:hover {
  background: #07d79c;
  border: 1px solid #07d79c;
}
a.btn-success.viewAddDetailsBut {
  padding: 2px 6px;
  border-radius: 2px;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-family: sans-serif;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #034fa1;
  background-color: #fed700;
  border-color: #fed700;
  font-weight: 600;
}
h5.font-medium.landingIPRDetails {
  border: none;
}

h4.text-muted.font-light.abtKapila {
  font-family: sans-serif;
  font-size: 18px;
}
h2.font-bold.m-t-20.kapilaTitle {
  border-bottom: 1px solid #188ef4;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  color: #074a85;
  font-size: 30px;
  text-transform: uppercase !important;
}
h2.title.font-bold.kapilaIPRTitle {
  color: #074a85;
  text-transform: uppercase !important;
}
p.intro span {
  font-weight: 600;
}
ul.expeOutList {
  margin: 0;
  padding: 0 0 0 20px;
}
ul.expeOutList li {
  margin: 0 0 10px 0;
  text-align: justify;
}
.col-md-8.textJustify p {
  text-align: justify;
}
table.table.table-bordered.mt-20 {
  margin: 30px 0 20px 0;
}
table.table.table-bordered.mt-20 tbody tr th {
  background: #2f343a;
  color: #fff;
}
ul.fundingAsst {
  margin: 0;
  padding: 0 0 0 20px;
}
ul.fundingAsst li {
  margin: 0 0 10px 0;
  text-align: justify;
}
p.orTab {
  font-weight: 600;
  background: #2f343a;
  width: 5%;
  color: #fff;
  text-align: center;
  padding: 7px;
  border-radius: 4px;
}
.bg-darkBlack {
  background-color: #2f343a;
}
h3.montH3 {
  color: #fed700;
  font-size: 28px;
  font-weight: 600;
}
h6.font-16.montH6 {
  color: #fff;
  font-size: 22px;
  margin: 0;
  padding: 5px 0 0 0;
}
a.btn.btn-outline-info.montRegisterBut {
  border-color: #fed700;
  color: #fed700;
  padding: 16px 50px;
  margin: 0;
  font-size: 22px;
  background: #000;
}
a.btn.btn-outline-info.montRegisterBut:hover {
  background: #fed700;
  color: #000;
}
h4.text-muted.font-light.abtKapila.landingJusti {
  text-align: justify;
}
p.landingJusti {
  text-align: justify;
}
span.label-danger.redImportant {
  color: #fe0000;
  font-weight: 600;
  padding: 9px;
  border: 1px solid #fe0000;
  display: block;
}
span.fa.fa-angle-right {
  font-size: 30px;
}
span.fa.fa-angle-left {
  font-size: 30px;
}
a.btn-success.viewAddDetailsBut.disable {
  padding: 2px 6px;
  border-radius: 2px;
}
a.btn-danger.edit.disable {
  background: #08def369;
  border: 1px solid #08def369;
  cursor: default;
}
button.btn-danger.delete.disable {
  background: #ffdf004f;
  border: 1px solid #ffdf004f;
  cursor: default;
}
a.btn-success.viewAddDetailsBut.disable {
  background: #b7e5d8;
  border: 1px solid #b7e5d8;
  color: #34495eb3;
  display: block;
}
a.btn-success.viewAddDetailsButEditgreen.disable {
  background: #147c00;
  border: 1px solid #ffffff;
  color: #ffffff;
  display: block;
  text-align: center;
}
.btn-success.focus,
.btn-success:focus {
  box-shadow: none;
}
button.btn.btn-primary.regiGuideBut {
  margin: 20px 0 0 0;
}
a.download-item.regiGuideBut:hover {
  color: #fff;
}
table.rwd-table-ip tr td {
  word-break: break-all;
}
table.rwd-table-ip {
  background: #34495e;
  color: #fff;
  border-radius: 0.4em;
  overflow: hidden;
}

.rwd-table-ip th,
.rwd-table-ip td:before {
  color: #dd5;
}

.rwd-table-ip th,
.rwd-table-ip td {
  padding: 10px 10px !important;
}

.rwd-table-ip tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.rwd-table-ip tr {
  border-color: #46637f;
}
p.signupsuccess {
  color: #fd0018;
  font-family: sans-serif;
}
a.btn-danger.print {
  background: #188ef4;
  border: 1px solid #188ef4;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  border-radius: 50px;
  padding: 8px 10px;
}
marquee#scroll_news a {
  color: #fff;
}

/*
Code Added By
Author Name: 
Date: 06-04-2022
*/

/*Admin login page css*/

.noti-photo h2 {
  padding: 10px 0 !important;
}
.noti-photo .photo-title {
  padding: 40px 0 40px 0 !important;
}
.noti-photo h3 {
  padding: 0 0 15px !important;
  color: #074a85;
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
  margin: 0 0 50px 0;
}
.link-outer {
  padding: 15px;
  height: 300px;
  box-shadow: 0px 0px 30px rgb(115 128 157 / 75%);
  margin-bottom: 20px;
  overflow: hidden;
  /*border: 1px solid #fed700;*/
  border: 1px solid #074a85;
  /* border-top-left-radius: 47px; */
  /* border-bottom-right-radius: 47px; */
  border-radius: 15px;
}
.link-outer a {
  display: block;
  position: relative;
  margin-bottom: 5px;
}
.link-outer h4 {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
.link-outer h4::before {
  position: absolute;
  content: "\f1c1";
  left: 0;
  top: 0;
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 25px;
  color: red;
  display: inline-block;
  vertical-align: middle;
}

.gallery-outer {
  padding: 15px;
  height: auto;
  box-shadow: 0px 0px 30px rgb(115 128 157 / 30%);
  margin-bottom: 20px;
  overflow-y: scroll;
  border: 1px solid #fed700;
}

/* Lightbox css */
.photo-gallery {
  color: #313437;
  background-color: #fff;
}

.photo-gallery p {
  color: #7d8285;
}

.photo-gallery h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}
.photo-gallery a img {
  border: 4px solid #074a85;
  padding: 5px;
  min-height: 195px;
  object-fit: cover;
}
.photo-gallery h4 {
  font-weight: bold;
}

/* Scrollbar css */
.link-outer::-webkit-scrollbar,
.gallery-outer::-webkit-scrollbar {
  width: 5px;
}
.link-outer::-webkit-scrollbar-track,
.gallery-outer::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #fed700;
  border-radius: 10px;
}
.link-outer::-webkit-scrollbar-thumb,
.gallery-outer::-webkit-scrollbar-thumb {
  background: #f59e0b;
  border-radius: 10px;
}
.search-form label {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  text-transform: capitalize;
}
.list-outer table {
  border: 2px solid #074a85 !important;
}
.list-outer table th {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  text-transform: capitalize;
}
.list-outer a {
  font-size: 16px;
  font-weight: normal;
  position: relative;
  padding-left: 25px;
  color: #blue;
  display: inline-block;
  padding-top: 3px;
}
.list-outer a:hover {
  color: #074a85;
}

/*.list-outer a::before {
    position: absolute;
    content: '\f1c1';
    left: 0;
    top: 0;
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 25px;
    color: red;
    display: inline-block;
    vertical-align: middle;
}*/
.list-outer ol {
  padding-left: 55px;
}
.list-outer li {
}
.list-outer li a {
  color: #000000;
  text-transform: uppercase;
}
.list-outer li a:hover {
  text-decoration: none;
  color: blue;
}
#slider3 span.fa.fa-angle-right:hover,
#slider3 span.fa.fa-angle-left:hover {
  cursor: pointer;
}
.light-head {
  font-weight: 600;
}
.galMain {
  opacity: 0.8;
  transition: all 300ms ease;
  line-height: 100px;
  margin: 10px;
  padding: 2%;
  position: relative;
  text-align: center;
}
.slick-slide.slick-cloned.slick-active .galMain {
  opacity: 0.8;
  transition: all 300ms ease;
  line-height: 100px;
  margin: 10px;
  padding: 2%;
  position: relative;
  text-align: center;
}
.slick-slide.slick-current.slick-active.slick-center .galMain {
  opacity: 1;
  transform: scale(1.08);
  transition: all 300ms ease;
  line-height: 100px;
  margin: 10px;
  padding: 2%;
  position: relative;
  text-align: center;
}
.slick-slide.slick-active .galMain {
  opacity: 0.8;
  transition: all 300ms ease;
  line-height: 100px;
  margin: 10px;
  padding: 2%;
  position: relative;
  text-align: center;
}
.slider {
  /* border-top-left-radius: 47px; */
  /* border-bottom-right-radius: 47px; */
  border-radius: 15px;
}
.slider.center.slick-initialized.slick-slider {
  box-shadow: 0px 0px 30px rgb(115 128 157 / 75%);
  border: 1px solid #074a85;
  padding: 0 0 10px 0;
}
.spacer.feature12 .card {
  -webkit-box-shadow: 0px 0px 22px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 22px rgba(115, 128, 157, 0.3);
  min-height: 394px;
}
.noti-photo .slider.slick-initialized.slick-slider {
  height: 300px;
}
.noti-photo .slick-list.draggable {
  height: 300px;
}
.noti-photo .slider.center.slick-initialized.slick-slider {
  padding: 6px 0 0px 0;
}
.noti-photo .slider {
  overflow: hidden;
}
.slick-next {
  right: 10px !important;
}
.slick-prev {
  left: 10px !important;
  z-index: 1 !important;
}
#clg-list {
}
#clg-list label {
  margin-right: 15px;
  color: #000000;
  font-weight: 600;
}
#clg-list input {
  margin-right: 15px;
  height: 40px;
  border: 1px solid #000000;
}
.list-outer .colg-box tr th,
.list-outer .colg-box tr td {
  text-align: center;
}
.list-outer .colg-box tr td:nth-of-type(2) {
  text-align: left;
}

/* IPR Session CSS */

.ipr-section h1 {
  font-family: "sans-serif";
  border-bottom: 1px solid #188ef4;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  color: #074a85;
  font-size: 25px;
  font-weight: 700;
  line-height: 36px;
}

.thumbnail_section {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #188ef4;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.status {
  float: left;
  font-size: 16px;
  color: #ff5402;
  font-weight: 600;
  margin: 20px 0 0 5px;
  animation: blinkingText 1.2s infinite;
}
.ribbon-horizontal span {
  position: relative;
  padding: 3px 15px 7px 20px;
  text-align: center;
  top: -12px;
}
.ses_theme_text {
  float: right;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  margin: 0;
}
.thumb_title {
  color: #048bb7;
  font-weight: 600;
  font-size: 14px;
  font-family: "Conv_Segoe UI Semibold", Sans-Serif;
  padding: 4px 5px;
  margin-bottom: 0;
}
.thumb_title strong {
  color: #ff5402;
}
.thumb_extra {
  margin-top: 10px;
  padding: 5px 5px;
}
.thumb_extra a {
  color: #ff5402;
  display: inline-block;
  margin-top: 10px;
}
.thumb_auth {
  color: #048bb7;
  font-weight: 600;
  font-family: "Conv_Segoe UI Regular", Sans-Serif;
  float: left;
  font-size: 14px;
}
.datime {
  color: #ff5402;
}
.thumb_dur {
  color: #048bb7;
  font-weight: 600;
  font-family: "Conv_Segoe UI Regular", Sans-Serif;
  float: right;
  font-size: 14px;
}
.datime {
  color: #ff5402;
}
.top-info {
  position: relative;
  margin-bottom: 15px;
}
.ribbon-horizontal {
  position: absolute;
  right: 0;
  bottom: -10px;
  border: 20px solid #ff5402;
  border-right: 0;
  border-left: 16px solid transparent;
  height: 0;
  width: auto;
  color: white;
  z-index: 10;
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}
.thumb_extra.thumb_video {
  padding-top: 0;
  padding-bottom: 0;
}
.speaker-desc {
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  font-family: "Conv_Segoe UI Semibold", Sans-Serif;
  margin-bottom: 0;
  padding: 0 5px;
  padding-left: 80px;
}

.gly-video {
  position: relative;
}
.gly-video .youtub-logo {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 0;
}
#imd-map {
  height: 700px;
}
.city_services2_wrap h4 {
  line-height: 36px;
  font-size: 30px;
  font-family: sans-serif;
  color: #074a85;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 50px;
  padding-bottom: 50px;
}
.map-outer {
  position: relative;
  width: 88%;
  margin: 0 auto;
}
.map-outer .map-details {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  right: -20px;
  bottom: 100px;
}
.map-details {
  list-style: none;
}
.map-details li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.map-details .firstRange,
.map-details .secondRange,
.map-details .thirdRange,
.map-details .fourthRange,
.map-details .fifthRange {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 5px;
}
.map-details .firstRange {
  /*background-color: #bfc7eb;*/
  background-color: #ecf3fb;
}
.map-details .secondRange {
  /*background-color: #8f9ee3;*/
  background-color: #b8d6ea;
}
.map-details .thirdRange {
  /*background-color: #576ccd;*/
  background-color: #94c4df;
}
.map-details .fourthRange {
  /*background-color: #3b4a91;*/
  background-color: #83bbdc;
}
.map-details .fifthRange {
  /*background-color: #283055;*/
  background-color: #204f8a;
}

/* IPR Page CSS*/
.ipr-section {
  padding-top: 40px;
}
.ipr-section p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #000000;
}
.ipr-section .link-box {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.link-box-outer {
  border: 0.5px solid #000000;
  padding: 5px;
  box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.5);
}
.ipr-section .link-box a:nth-of-type(1) {
  padding: 5px 20px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  background-color: #ff0000;
  border-radius: 40px;
  text-decoration: none;
  text-transform: capitalize;
}
.ipr-section .link-box a:nth-of-type(2) {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  text-transform: capitalize;
}
.ipr-section .link-box a:nth-of-type(1):hover,
.ipr-section .link-box a:nth-of-type(2):hover {
  text-decoration: none;
}
.ipr-section .link-box a:nth-of-type(1):hover {
  color: #ffffff;
}
.ipr-section .link-box a:nth-of-type(2):hover {
  color: blue;
}
.spacer.feature12 .card {
  transition: all 0.5s ease-in-out;
}
.spacer.feature12 .card:hover {
  transform: translateY(-20px);
}
.spacer.feature12 .card .welcomeKapila {
  font-family: "Poppins", sans-serif;
  font-size: 18;
  font-weight: 700;
  color: #000000;
  text-align: center;
}
.spacer.feature12 .card p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  /* text-align: center !important; */
}
.home-link .fa.fa-home {
  font-size: 1.1rem !important;
}
.navbar-expand-lg .navbar-nav .nav-item.dropdown .dropdown-menu {
  box-shadow: 0 2px 3px 3px rgb(0 0 0 / 50%);
}
/* Notification CSS */
.notification-section .box-outer .fa-file-text-o,
.notification-section .box-outer .fa-check-circle-o,
.notification-section .box-outer .fa-address-book-o {
  font-size: 54px;
  margin-bottom: 20px;
  margin-top: 38px;
  color: #fed700;
}
.notification-section .box-outer .card-text {
  font-size: 50px;
  font-weight: 800;
  color: #fed700;
}
.notification-section .box-outer h5 {
  font-size: 17px;
  text-transform: uppercase;
  color: #ffffff;
  padding-left: 0;
}
.notification-section .box-outer {
  box-shadow: 0 1px 2px 1px rgb(0 0 0 / 50%);
  line-height: 60px;
  padding: 20px;
  border-bottom-right-radius: 25px;
  border-top-left-radius: 25px;
  background-color: #093b66;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 152px;
}
.notification-section .box-outer:hover {
  box-shadow: 0px 0px 30px rgb(115 128 157 / 75%);
}
.notification-section .box-outer .box-img {
  width: 20%;
}
.notification-section .box-content {
  padding-left: 15px;
  width: 75%;
}
.common-button {
  background-color: #188ef4;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  border: 1px solid #188ef4;
}
.common-button:hover {
  background-color: #ffffff;
  color: #188ef4;
  border-color: #188ef4;
}

/*Progress Bar*/

.progress {
  width: 150px;
  height: 150px !important;
  float: left;
  line-height: 150px;
  background: none;
  margin: 20px;
  box-shadow: none;
  position: relative;
}
.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress .progress-left {
  left: 0;
}
.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 12px;
  border-style: solid;
  position: absolute;
  top: 0;
}
.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress .progress-right {
  right: 0;
}
.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}
.progress .progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: #000;
  font-size: 24px;
  color: #fff;
  line-height: 135px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
}
.progress.blue .progress-bar {
  border-color: #049dff;
}
.progress.blue .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.8s;
}
.progress.yellow .progress-bar {
  border-color: #fdba04;
}
.progress.yellow .progress-right .progress-bar {
  animation: loading-3 1.8s linear forwards;
}
.progress.yellow .progress-left .progress-bar {
  animation: none;
}

.guidelines-box {
  background-color: #f2f2f2;
  padding: 10px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

.guidelines-box p {
  font-weight: bold;
  margin-bottom: 5px;
}

.guidelines-box ul {
  margin: 0;
  padding: 0;
  list-style-type: disc;
}

.guidelines-box li {
  margin-left: 20px;
  margin-bottom: 5px;
}
@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}

.blue-outer {
  padding: 15px;
}
.blue-outer {
  padding: 15px;
  background-color: #fdba04;
  display: inline-block;
  width: 100%;
  border-radius: 5px;
}
.yellow-outer {
  padding: 15px;
  background-color: #049dff;
  display: inline-block;
  width: 100%;
  border-radius: 5px;
}
.blue-outer,
.yellow-outer {
  display: flex;
  align-items: center;
  margin: 40px 0 0 0;
}
.blue-left,
.yellow-left {
  width: 100%;
}
.blue-right h4,
.yellow-right h4 {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
  padding-left: 15px;
}

.h14-navbar {
  background-color: #283055;
}
.h14-navbar .navbar .navbar-nav .nav-link {
  color: #ffcdcd;
}
.h14-navbar .navbar .navbar-nav .nav-item:hover .nav-link,
.h14-navbar .navbar .navbar-nav .nav-item.active .nav-link {
  color: #ffffff;
}
.navbar-expand-lg .navbar-nav .nav-item.dropdown .dropdown-menu {
  background-color: #283055;
}
.h14-navbar .navbar .dropdown-menu .dropdown-item {
  color: #ffffff;
}
.h14-navbar .navbar .dropdown-menu .dropdown-item.active,
.h14-navbar .navbar .dropdown-menu .dropdown-item:active,
.h14-navbar .navbar .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
}
#demo {
  padding: 60px 0;
  background-color: #eef7ff;
}
#demo .carousel-indicators {
  display: none;
}

#demo .carousel .carousel-item {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  text-align: center !important;
  text-align: center;
  overflow: hidden;
  min-height: 290px;
  padding: 50 100px;
  background-color: #ffffff;
}
#demo .carousel .carousel-item .img-box {
  width: 135px;
  height: 135px;
  margin: 0 auto;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 50%;
}
#demo .carousel .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}
#demo .carousel .testimonial {
  padding: 30px 0 10px;
}
#demo .carousel .overview {
  font-style: italic;
}
#demo .carousel .overview b {
  text-transform: uppercase;
  color: #283055;
}
#demo .carousel-control-prev,
.carousel-control-next {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  top: 50%;
  background: none;
  opacity: 1;
}

#demo .carousel-control-prev i,
.carousel-control-next i {
  font-size: 68px;
  line-height: 42px;
  position: absolute;
  display: inline-block;
  color: #fff;
  background: #c71e23;
  font-size: 40px;
  padding: 10px;
  line-height: 21px;
}
#demo .carousel-control-prev:hover i,
.carousel-control-next:hover i {
  background-color: #ffffff;
  border: 1px solid #c71e23;
  color: #c71e23;
}
.carousel-control-next {
  /* right: -27px; */
  right: 0px;
}
.carousel-control-prev {
  /* left: -27px; */
  left: 0px;
}
#demo .carousel-indicators {
  bottom: -40px;
}
#demo .carousel-indicators li,
.carousel-indicators li.active {
  width: 12px;
  height: 12px;
  margin: 1px 3px;
  border-radius: 50%;
  border: none;
}
#demo .carousel-indicators li {
  background: #999;
  border-color: transparent;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}
#demo .carousel-indicators li.active {
  background: #555;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}
#demo h3 {
  padding: 0 0 15px !important;
  color: #074a85;
  font-weight: bold;
  text-transform: uppercase !important;
  line-height: 36px;
  font-size: 30px;
  font-family: sans-serif;
}
#demo .carousel-inner {
  box-shadow: 0 0.5rem 1rem rgba(22, 28, 45, 0.15);
}
.rural-icon {
  font-size: 30px;
  color: #ffffff;
}
.blue-left .progress.blue {
  float: none;
  margin: 0 auto;
}
.blue-outer .blue-right {
  width: 50%;
  text-align: center;
  display: flex;
}
.u-outer {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  align-items: baseline;
}
.u-outer h4 {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
  padding-left: 15px;
}
.blue-outer .blue-right h4 {
}
.blue-outer.blue-box {
  background-color: #188ef4 !important;
}
.blue-outer.blue-box .progress.blue .progress-bar {
  border-color: #fdba04;
}
section.kapilaEstablished {
  padding: 60px 0;
  background: #eef7ff;
}
.statsHeading p {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  background: #fff;
  padding: 3px 0;
  border-radius: 5px;
}
.box-outer.estFirst {
  margin: 57px 0 68px 0;
}
section.notification-section.region-section {
  padding: 30px 0;
}
h2.font-bold.kapilaIPRTitle {
  font-weight: 700;
  text-transform: uppercase !important;
  color: #074a85;
}

/* Testimonial Slider Start */

.testim {
  width: 90%;
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  transform: translatey(-50%);
}

.testim .wrap {
  position: relative;
  width: 90%;
  max-width: 1020px;
  padding: 40px 20px;
  margin: auto;
}

.testim .arrow {
  display: block;
  position: absolute;
  color: #eee;
  cursor: pointer;
  font-size: 2em;
  top: 65%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px;
  z-index: 22222222;
  background: #074a85;
}

.testim .arrow:before {
  cursor: pointer;
}

.testim .arrow:hover {
  color: #ea830e;
}

.testim .arrow.left {
  left: -40px;
}

.testim .arrow.right {
  right: -36px;
}

.testim .dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 0;
  display: block;
  z-index: 3333;
  height: 12px;
}

.testim .dots .dot {
  list-style-type: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #283055;
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
  background: #ea830e;
  border-color: #ea830e;
}

.testim .dots .dot.active {
  -webkit-animation: testim-scale 0.5s ease-in-out forwards;
  -moz-animation: testim-scale 0.5s ease-in-out forwards;
  -ms-animation: testim-scale 0.5s ease-in-out forwards;
  -o-animation: testim-scale 0.5s ease-in-out forwards;
  animation: testim-scale 0.5s ease-in-out forwards;
}

.testim .cont {
  position: relative;
  /* overflow: hidden; */
}

.testim .cont > div {
  text-align: center;
  position: absolute;
  top: 30px;
  left: 0;
  padding: 0;
  opacity: 0;
}

.testim .cont > div.inactive {
  opacity: 1;
}

.testim .cont > div.active {
  position: relative;
  opacity: 1;
}

.testim .cont div .img img {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
}

.testim .cont div h2 {
  color: #ea830e;
  font-size: 1em;
  margin: 15px 0;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  line-height: 20px;
}

.testim .cont div p {
  font-size: 16px;
  color: #000;
  width: 80%;
  margin: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.testim .cont div.active .img img {
  -webkit-animation: testim-show 0.5s ease-in-out forwards;
  -moz-animation: testim-show 0.5s ease-in-out forwards;
  -ms-animation: testim-show 0.5s ease-in-out forwards;
  -o-animation: testim-show 0.5s ease-in-out forwards;
  animation: testim-show 0.5s ease-in-out forwards;
}

.testim .cont div.active h2 {
  -webkit-animation: testim-content-in 0.4s ease-in-out forwards;
  -moz-animation: testim-content-in 0.4s ease-in-out forwards;
  -ms-animation: testim-content-in 0.4s ease-in-out forwards;
  -o-animation: testim-content-in 0.4s ease-in-out forwards;
  animation: testim-content-in 0.4s ease-in-out forwards;
}

.testim .cont div.active p {
  -webkit-animation: testim-content-in 0.5s ease-in-out forwards;
  -moz-animation: testim-content-in 0.5s ease-in-out forwards;
  -ms-animation: testim-content-in 0.5s ease-in-out forwards;
  -o-animation: testim-content-in 0.5s ease-in-out forwards;
  animation: testim-content-in 0.5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
  -webkit-animation: testim-hide 0.5s ease-in-out forwards;
  -moz-animation: testim-hide 0.5s ease-in-out forwards;
  -ms-animation: testim-hide 0.5s ease-in-out forwards;
  -o-animation: testim-hide 0.5s ease-in-out forwards;
  animation: testim-hide 0.5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
  -webkit-animation: testim-content-out 0.4s ease-in-out forwards;
  -moz-animation: testim-content-out 0.4s ease-in-out forwards;
  -ms-animation: testim-content-out 0.4s ease-in-out forwards;
  -o-animation: testim-content-out 0.4s ease-in-out forwards;
  animation: testim-content-out 0.4s ease-in-out forwards;
}

.testim .cont div.inactive p {
  -webkit-animation: testim-content-out 0.5s ease-in-out forwards;
  -moz-animation: testim-content-out 0.5s ease-in-out forwards;
  -ms-animation: testim-content-out 0.5s ease-in-out forwards;
  -o-animation: testim-content-out 0.5s ease-in-out forwards;
  animation: testim-content-out 0.5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -webkit-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-moz-keyframes testim-scale {
  0% {
    -moz-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -moz-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -moz-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -moz-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-ms-keyframes testim-scale {
  0% {
    -ms-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -ms-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -ms-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -ms-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-o-keyframes testim-scale {
  0% {
    -o-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -o-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -o-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -o-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@keyframes testim-scale {
  0% {
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-webkit-keyframes testim-content-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes testim-content-in {
  from {
    opacity: 0;
    -moz-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes testim-content-in {
  from {
    opacity: 0;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes testim-content-in {
  from {
    opacity: 0;
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes testim-content-in {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes testim-content-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-moz-keyframes testim-content-out {
  from {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-ms-keyframes testim-content-out {
  from {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-o-keyframes testim-content-out {
  from {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes testim-content-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}

@-webkit-keyframes testim-show {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes testim-show {
  from {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-ms-keyframes testim-show {
  from {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes testim-show {
  from {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes testim-show {
  from {
    opacity: 0;
    transform: scale(0);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes testim-hide {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-moz-keyframes testim-hide {
  from {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }
}

@-ms-keyframes testim-hide {
  from {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }
}

@-o-keyframes testim-hide {
  from {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes testim-hide {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(0);
  }
}

@media all and (max-width: 300px) {
  body {
    font-size: 14px;
  }
}

@media all and (max-width: 500px) {
  .testim .arrow {
    font-size: 1.5em;
  }

  .testim .cont div p {
    line-height: 25px;
  }
}

/* Testimonial Slider End */
.blueLineHeading:after {
  content: " ";
  position: absolute;
  top: 35%;
  left: 50%;
  height: 40px;
  width: 180px;
  border-radius: 4px;
  transform: translateX(-50%);
  background: url(../images/heading-line-blue.png);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9;
}
.blueLineHeading2:after {
  content: " ";
  position: absolute;
  top: 80%;
  left: 50%;
  height: 40px;
  width: 180px;
  border-radius: 4px;
  transform: translateX(-50%);
  background: url(../images/heading-line-blue.png);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9;
}
.blueLineHeading3:after {
  content: " ";
  position: absolute;
  top: 10%;
  left: 50%;
  height: 40px;
  width: 180px;
  border-radius: 4px;
  transform: translateX(-50%);
  background: url(../images/heading-line-blue.png);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9;
}
.blueLineHeading4:after {
  content: " ";
  position: absolute;
  top: 10%;
  left: 50%;
  height: 40px;
  width: 180px;
  border-radius: 4px;
  transform: translateX(-50%);
  background: url(../images/heading-line-blue.png);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9;
}

/* Photo Gallery CSS Start */

.carousel {
  width: 108%;
  margin: 0px auto;
  margin-left: -14px;
}
.slick-slide {
  margin: 10px;
}
.slick-slide img {
  width: 100%;
}
.slick-prev,
.slick-next {
  background: #000;
  border-radius: 15px;
  border-color: transparent;
}
.card {
  border: 2px solid #fff;
  box-shadow: 1px 1px 15px #ccc;
}
.card-body {
  background: #fff;
  width: 100%;
  vertical-align: top;
}
.card-content {
  text-align: left;
  color: #333;
  padding: 15px;
}
.card-text {
  font-size: 14px;
  font-weight: 300;
}

/* Photo Gallery CSS End */

.statsViewAll {
  margin: 50px 0 0 0;
}
.statsViewAll a {
  background: #fed700;
  font-size: 22px;
  padding: 10px 0;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 5px;
  color: #204f8a;
  font-weight: 600;
  transition: 0.2s ease-in;
}
.statsViewAll a:hover {
  background: #204f8a;
  color: #fed700;
}
select.form-control {
  width: 60% !important;
}
table.table.table-bordered tbody tr.statTableHead {
  background: #4c5060;
  color: #fff;
}
table.table.table-bordered tbody tr.statTableHead th {
  color: #fff;
}
p.countpara {
  background: #a5d4fd61;
  padding: 10px 0px;
  font-size: 22px;
  font-weight: 600;
  border: 1px solid #9bbedb;
}
/* implementation team css starts */

section.designBoxMain {
  padding: 70px 0px;
}
.row-margin-10 {
  margin-top: 1em;
}
.table {
  max-width: 100% !important;
  margin: auto !important;
  margin-bottom: 50px !important;
}
.table > thead > tr > th {
  vertical-align: bottom !important;
  border-bottom: 2px solid #ddd;
  text-align: left;
}
table td,
table th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.5em;
  text-align: left;
  font-size: 16px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #5d58ef17;
  border-radius: 0;
  border-bottom: 1px solid #5d58ef3b;
}
.breadcrumb span:not(.current) {
  display: inline-block;
  margin: 7px 12px 0px 12px;
  padding: 0;
  color: #000;
}
.breadcrumb a {
  color: #3e3e42;
}
.breadcrumb a:hover {
  color: #f1aa00;
}
.dt-sc-anytitle {
  text-align: center;
  clear: both;
  float: left;
  margin: 50px 0 20px;
  position: relative;
  width: 100%;
}
.dt-sc-anytitle .anytitle-heading {
  margin: 0 0 10px;
  font-size: 36px;
}
.dt-sc-anytitle span {
  border-bottom: 1px solid #ff6d9d;
  display: inline-block;
  position: relative;
  text-align: center;
  width: 180px;
}
.dt-sc-anytitle span:after {
  background-color: #ff6d9d;
  bottom: -3px;
  border-radius: 20px;
  content: "";
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
}
.col-md-12.batchPadd {
  padding-left: 0;
}
.col-md-12.topHeading {
  padding-left: 15px;
}
img.team_img {
  width: 50%;
  margin: 0 auto;
  display: block;
  border: 1px solid #000000;
}
img.team_img2 {
  width: 30%;
  margin: 0 auto;
  display: block;
  border: 1px solid #000000;
}
.teamtitle {
  padding-left: 0;
  padding-top: 20px;
  text-align: center;
}
.teamtitle h4 {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0px;
}
.teamtitle p {
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  color: #20156f;
}
.leadershipTeamBox .dt-sc-anytitle {
  margin-bottom: 70px;
}
img.team_img.MoS {
  width: 60%;
}
.dt-sc-anytitle.dt-sc-anytitleImpteam {
  margin: 0 0 30px 0;
}
.aboutteam.abtTeamFirst {
  margin: 0 0 20px 0;
}
.dt-sc-anytitle.dt-sc-anytitle1 {
  margin: 0px 0 20px;
}
a.btn-success.viewAddDetailsButEditred.disable {
  background: #ff0000;
  border: 1px solid #ffffff;
  color: #ffffff;
  display: block;
  text-align: center;
}
a.btn-success.viewAddDetailsButLightGreen {
  background: #07d79c;
  border: 1px solid #07d79c;
  color: #34495eb3;
  display: block;
}
.info-box {
  background-color: #f8d7da;
  padding: 10px;
  margin-bottom: 10px;
}

.info-text {
  color: black;
  font-weight: bold;
}
span.dateBold {
  font-weight: 900;
  color: #fff900;
}
/* implementation team css ends */

/************* Card CSS Start ****************/

/* implementation team style start */
#spacc {
  word-spacing: 30px;
  padding-left: 0px !important;
  color: #2c2f90;
  font-family: Rubik;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 20px 0;
}
#spacc2 {
  word-spacing: 30px;
  padding-left: 0px !important;
  color: #2c2f90;
  font-family: Rubik;
  font-size: 18px;
  font-weight: 500;
}

#spacc2 {
  word-spacing: 30px;
  padding-left: 0px !important;
  color: #2c2f90;
  font-family: Rubik;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 20px 0;
}

.card-container {
  perspective: 700px;
}

.card-flip,
.card-container {
  transform-style: preserve-3d;
  transition: all 0.7s ease;
}

.card-flip div {
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.back {
  transform: rotateY(-180deg);
}

.card-container:hover .card-flip {
  transform: rotateY(180deg);
}

.card-flip {
  display: grid;
  grid-template: 1fr / 1fr;
  grid-template-areas: "frontAndBack";
  transform-style: preserve-3d;
  transition: all 0.7s ease;
}

.front {
  grid-area: frontAndBack;
}

.back {
  grid-area: frontAndBack;
  transform: rotateY(-180deg);
  background-color: transparent !important;
  box-shadow: none;
  border: none !important;
}

.card-container {
  display: grid;
  perspective: 700px;
}

.asd {
  display: flex;
  justify-content: space-between;
  margin-left: 20px;
  margin-right: 20px;
}
.card.profile-card-5.implementCardBox {
  box-shadow: 0 0.5rem 1rem rgba(22, 28, 45, 0.15) !important;
}
.imgCenterRound img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  display: block;
  margin: 0 auto;
}
.card-img-block {
  background: #ccd3ed;
  padding: 20px 0;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 2.25rem !important;
}
h5.card-title.text-center.cardTitleImplementation {
  font-family: sans-serif;
  line-height: 22px;
  font-weight: 600;
  font-style: normal;
  color: #333333;
  font-size: 18px;
  margin: 10px 0;
}
p.text-center.cardSmallFont {
  font-size: 16px;
  margin: 10px 0 0 0;
  font-weight: 500;
}
.card.front.implementCardBox {
  box-shadow: 0 0.5rem 1rem rgba(22, 28, 45, 0.15) !important;
}
/* tr:nth-child(even) {
    background-color: #f6f9ff;
    border: 1px solid #ddd;
} */
caption,
th,
td {
  font-weight: normal;
  text-align: center;
}
/* td{
	border: 1px solid #dadada;
} */
tr.btn-primary-table {
  background: #2c2f90;
  color: #fff !important;
}
td#td4 {
  padding: 0 !important;
}
td#td1 {
  color: #fff !important;
  padding: 0;
}
tr.btn-primary-table {
  background: #2c2f90;
  color: #fff !important;
}
td#td2 {
  padding: 0 !important;
  font-size: 14px;
  margin: 0;
}
section.iic-implement-box-bottom {
  padding: 0 0 50px 0;
}
p.impTeamFirstPara {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #2d3091;
  margin: 0;
}
h5.card-title.text-center.cardTitleImplementation.cardImpleTitleTop {
  margin-bottom: 10px;
}
section.zonalCordinaterBox {
  padding: 0 0 50px 0;
}
/* implementation team style end */

.col-xl-4.col-md-4.mt-4.card-container.offset-right-mar {
  margin-right: 16.66666667%;
}
.emailText,
.phoneText {
  font-family: "Calibri" !important;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 22px;
  color: #c71e23;
  text-decoration: none;
}
.phoneText {
  font-size: 16px;
  font-weight: 700;
}
.emailText:hover,
.phoneText:hover {
  /*text-decoration: underline;*/
}
.cb-text {
  min-height: 105px;
}
/* Implementation Team New Card CSS Start */
.card.profile-card-5.newImpBoxCard {
  background: #ccd3ed !important;
  border-radius: 0 !important;
}
h5#spacc1 {
  word-spacing: 30px;
  padding-left: 0px !important;
  color: #2c2f90;
  font-family: sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin: 0;
}
.card-img-block1 {
  background: #ccd3ed;
  padding: 35px 0 30px 0;
}
.col-md-6.cardBdrRight {
  border-right: 1px solid #e1e1e1;
}
h5.card-title.text-center.cardTitleImplementation1 {
  font-family: sans-serif;
  line-height: 22px;
  font-weight: 600;
  font-style: normal;
  color: #333333;
  font-size: 22px;
  margin: 20px 0 0 0;
}
p.impTeamFirstPara1 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0 0 0;
}
.imgCenterRound1 img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  display: block;
  margin: 0 auto;
}
.card.profile-card-5 {
  box-shadow: none;
  border: 0;
}

/************ Card CSS End *******************/

.spacer.feature12.dashpage,
.spacer.feature12.commitPage,
.spacer.feature12.ipSubPage,
.spacer.feature12.colInfo,
.spacer.feature12.formCommittee,
.spacer.feature12.commitFormat,
.spacer.feature12.loginForm {
  padding-top: 0;
}
#tabList {
  /*background-color: #03aeb6 !important;*/
  background-image: linear-gradient(to right, #fdc654, #fdc654);
  transition: all 1s !important;
}
#tabList .tabButton {
  /*background-image: linear-gradient(to right, #d94081, #fdc654);*/
  background-image: linear-gradient(to right, #02929a, #03aeb6);
  transition: all 1s !important;
  color: #ffffff !important;
  border: 0px !important;
}
#tabList .tabButton:focus,
#tabList .tabButton:hover {
  /*background-image: linear-gradient(to right, #fdc654, #f93789);*/
  background-image: linear-gradient(to right, #03aeb6, #02929a);
  color: #fdc654 !important;
  border: 0px !important;
  /* background: -webkit-linear-gradient(#eee, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
}
#tabList .tabButton:active {
  /*background-image: linear-gradient(to right, #fdc654, #f93789);*/
  background-image: linear-gradient(to right, #03aeb6, #02929a);
  border: 0px !important;
}
#tabList .tabButton.active {
  color: #fdc654 !important;
}
.mainHeading {
  /*color: #188ef5;*/
  color: #545f91;
}

#tabNav .nav-tabs .nav-link {
  border: 1px solid transparent;
  color: #ffffff;
  font-size: 20px;
  background-color: #283055 !important;
  border-radius: 0 !important;
  transition: all 1s;
}
#photoOuter .item {
  position: relative !important;
  opacity: 1 !important;
}
#tabNav {
  background-color: #ffffff !important;
}
#tabNav .nav-item.nav-link:focus,
#tabNav .nav-item.nav-link.active {
  background-color: #283055 !important;
  color: #fc9965;
  font-weight: 500;
  border-bottom: 6px solid #fc9965;
}
#nav-video .item {
  opacity: 1;
}
.userImage {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  margin-right: 10px;
  margin-top: -4px;
}

.commitPage .uploadButton {
  /*background-image: linear-gradient(to right, #eb6d9f, #fdcf51) !important;*/
  background-color: #fdcf51;
  color: #000000;
  font-weight: 600;
  transition: all 0.5s;
  border: 1px solid #000000;
}

.comitteeMemberBut.uploadButton,
.successBut a,
.uploadButton.addIPButton,
.uploadButton.updateAISHEButton {
  /*background-image: linear-gradient(to right, #eb6d9f, #fdcf51) !important;*/
  background-color: #fdcf51 !important;
  color: #000000 !important;
  font-weight: 600;
  width: auto !important;
  padding: 15px !important;
  border-radius: 5px;
  transition: all 0.5s;
  border: 1px solid #000000 !important;
}
.successBut {
  appearance: none !important;
  border: 0px !important;
  background-color: transparent !important;
  float: right;
}
/*.comitteeMemberBut.uploadButton:hover {
  box-shadow: 0 2px 3px 1px rgba(0,0,0,0.5);
}
*/ /*button.btn.btn-success.successBut {
  background-image: linear-gradient(to right, #eb6d9f, #fdcf51) !important;
  font-weight: 600;
  width: auto !important;
  padding: 15px !important;
  border-radius: 5px;
  border: 0;
  transition: all 1s;
}*/

button.btn.btn-success.successBut:hover,
.commitPage .uploadButton:hover,
.uploadButton.addIPButton:hover,
.comitteeMemberBut.uploadButton:hover,
.successBut a:hover,
.uploadButton.addIPButton:hover,
.uploadButton.updateAISHEButton:hover {
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.3) !important;
  border: 1px solid #000000 !important;
  /*color: #374278;*/
  color: #ffffff !important;
  background-color: #ebb623 !important;
  text-shadow: 1px 1px #000000 !important;
  /*text-shadow: 0 0 2px 2px rgba(0,0,0,0.5) !important;*/
}
button.btn.btn-success.successBut a {
  color: #000000;
}
button.btn.btn-success.successBut:hover {
  border: 0 !important;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.uploadButton.addIPButton,
.uploadButton.updateAISHEButton,
button.btn.btn-success.successBut {
  /*background-image: linear-gradient(to right, #eb6d9f, #fdcf51) !important;*/
  background-color: #fdcf51;
  color: #000000;
  font-weight: 600;
  width: auto !important;
  padding: 15px !important;
  border-radius: 5px;
  border: 0;
  transition: all 1s;
}
#nav-news .item {
  opacity: 1;
  position: relative;
}

#nav-video a img,
#nav-news a img {
  border: 4px solid #074a85 !important;
  padding: 5px !important;
}
#nav-news a img {
  min-height: 200px;
  overflow: hidden;
  height: 200px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
  object-fit: cover;
}

.page-wrapper.addDocuments {
  /* padding-top: 140px; */
}
/*.previousButton {
    background-image: linear-gradient(to right, #eb6d9f, #fdcf51) !important;
    color: #000000;
    font-weight: 600;
    width: auto !important;
    padding: 15px !important;
    border-radius: 5px;
    border: 0;
    transition: all 1s;
}*/
.previousButton {
  color: #ffffff;
  font-weight: 600;
  width: auto !important;
  padding: 15px !important;
  border-radius: 5px;
  border: 0;
  transition: all 1s;
  display: inline-block;
  margin-bottom: 15px;
}
.previousButton:hover {
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.5) !important;
  color: #ffffff;
}
#committee-tab {
  background-color: #ffffff !important;
}
#committee-tab {
  color: #f3f3f3;
  background-color: transparent;
  border-color: transparent transparent #f3f3f3;
  border-bottom: 4px solid !important;
  font-size: 20px;
  font-weight: bold;
}

#committee-tab a:focus,
#committee-tab a.active {
  /*background-color: #283055 !important;*/
  background-color: #ed5565 !important;
  /*color: #fc9965;*/
  color: #ffffff;
  /*border-bottom: 4px solid #fc9965 !important;*/
}

#committee-tab a {
  border: 1px solid transparent;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  background-color: #283055 !important;
  border-radius: 0 !important;
  /*transition: all 0.3s;*/
  position: relative;
}
#committee-tab a.active::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%) rotate(45deg);
  height: 15px;
  width: 15px;
  background-color: #ed5565;
}
.wp-notes {
  display: block;
  width: 100%;
  border-radius: 5px;
  border: 1px solid red;
  padding: 10px;
  /*background-color: #efefef;*/
}
.wp-notes strong {
  color: red;
}
.wp-notes p {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
  font-weight: 500;
}
.date-metting {
  /*position: relative;*/
}
/*.date-metting::after {
  position: absolute;
  content: '\f073';
  font-family:'FontAwesome';
  top: 0;
  right: 0;
  font-size: 20px;
  display: inline-block;
  z-index: 1;
  #a3b3c3
}*/
.date-outer {
  position: relative;
  display: inline-block;
}
.custom-calendar {
  position: absolute;
  content: "";
  top: 4px;
  right: 8px;
  font-size: 20px;
}
.editButton {
  height: 35px;
  width: 35px;
  border-radius: 50px;
  margin-right: 15px;
}
.outerField-1,
.outerField-2,
.outerField-3,
.outerField-4 {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  border-radius: 5px;
  min-height: 120px;
}

.outerField-1 .leftField,
.outerField-2 .leftField,
.outerField-3 .leftField,
.outerField-4 .leftField {
  text-align: left;
}
.outerField-1 .leftField h4,
.outerField-2 .leftField h4,
.outerField-3 .leftField h4,
.outerField-4 .leftField h4 {
  font-size: 40px;
  font-weight: 600;
  line-height: 25px;
  color: #ffffff;
  margin-bottom: 15px;
}
.outerField-1 .leftField p,
.outerField-2 .leftField p,
.outerField-3 .leftField p,
.outerField-4 .leftField p {
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  color: #ffffff;
  padding-bottom: 0;
  margin-bottom: 0;
}
.outerField-1 .rightField,
.outerField-2 .rightField,
.outerField-3 .rightField,
.outerField-4 .rightField {
  text-align: right;
}

.outerField-1 {
  background-color: #17a2b8;
}
.outerField-2 {
  background-color: #28a745;
}
.outerField-3 {
  background-color: #ffc107;
}
.outerField-4 {
  background-color: #dc3545;
}

.outerField i {
  font-size: 40px;
  color: #ffffff;
  opacity: 0.5;
}

.addDocument,
.finalSubmit {
  font-size: 13px !important;
  padding: 5px !important;
  border-radius: 5px !important;
  color: #ffffff !important;
}

.addDocument {
  background-color: #28a745 !important;
  border: 1px solid #28a745 !important;
  width: 160px !important;
  margin-top: 5px;
}
.finalSubmit {
  background-color: #17a2b8 !important;
  color: #ffffff;
  width: 170px !important;
}
#ipSubmission .addDocument.disable {
  background-color: #147c00 !important;
  border: 1px solid #28a745 !important;
  color: #c1c1c1 !important;
}
#ipSubmission .editButton.disable,
#ipSubmission .editButton {
  display: inline-block;
  height: 35px;
  width: 35px;
  border-radius: 50px;
}
#ipSubmission .delete.disable {
  background-color: #e97777 !important;
}

#ipSubmission .printButton {
  display: inline-block;
  height: 35px;
  width: 35px;
  border-radius: 50px;
}
#ipSubmission .finalSubmit {
  background-color: #5bd4e7 !important;
  border: 1px solid #5bd4e7 !important;
}
#ipSubmission .finalSubmit.disable {
  background-color: #2e98a9 !important;
  border: 1px solid #2e98a9 !important;
  color: #d3cece !important;
}
#ipSubmission .finalSubmit.disable:hover,
#ipSubmission .addDocument.disable:hover,
#ipSubmission .editButton.disable:hover,
#ipSubmission .delete.disable:hover,
.coinventor.disable:hover {
  cursor: not-allowed;
}
#ipSubmission .editButton.disable:focus {
  border-color: #08def3;
  box-shadow: none !important;
}

#ipSubmission .editButton.disable:active {
  border-color: #08def3;
  box-shadow: none !important;
  background-color: #08def3;
}
.coinventor.disable {
  background-color: #4c76a3 !important;
  border-color: #4c76a3 !important;
  color: #d3cece !important;
}
.coinventor.disable:focus {
  border-color: #08def3;
  box-shadow: none !important;
}

.coinventor.disable:active {
  background-color: #4c76a3 !important;
  border-color: #4c76a3 !important;
  color: #d3cece !important;
}
#ipSubmission .edit {
  display: inline-block;
  height: 35px;
  width: 35px;
  border-radius: 50px;
}
#ipSubmission .edit:focus {
  border-color: #05a53a;
  box-shadow: none !important;
}
#ipSubmission .edit:active {
  border-color: #05a53a;
  box-shadow: none !important;
  background-color: #05a53a;
}
.rwd-table-ip tr {
  background-color: #ffffff !important;
  color: #000000;
}
.btnDownload {
  display: inline-block;
  height: 35px;
  width: 35px;
  border-radius: 50px;
}
.page-wrapper.patentDel {
  padding-top: 150px;
}
.nextBox {
  width: 100% !important;
  float: right !important;
}
#nextButton {
  background-color: #fdcf51 !important;
  color: #000000 !important;
  font-weight: 600;
  width: auto !important;
  padding: 10px 15px !important;
  border-radius: 5px;
  transition: all 0.5s;
  border: 1px solid #000000 !important;
}
#nextButton:hover {
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.3) !important;
  border: 1px solid #000000 !important;
  color: #ffffff !important;
  background-color: #ebb623 !important;
  text-shadow: 1px 1px #000000 !important;
}
#subButton {
  background-color: #fdcf51 !important;
  color: #000000 !important;
  font-weight: 600;
  width: auto !important;
  padding: 10px 15px !important;
  border-radius: 5px;
  transition: all 0.5s;
  border: 1px solid #000000 !important;
}
#subButton:hover {
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.3) !important;
  border: 1px solid #000000 !important;
  color: #ffffff !important;
  background-color: #ebb623 !important;
  text-shadow: 1px 1px #000000 !important;
}
.nextTabBtn {
  background-color: #fdcf51 !important;
  color: #000000 !important;
  font-weight: 600;
  width: auto !important;
  padding: 10px 15px !important;
  border-radius: 5px;
  transition: all 0.5s;
  border: 1px solid #000000 !important;
}
.nextTabBtn:hover {
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.3) !important;
  border: 1px solid #000000 !important;
  color: #ffffff !important;
  background-color: #ebb623 !important;
  text-shadow: 1px 1px #000000 !important;
  cursor: pointer;
}

/*Add Co Inventor and Add Document Button Width code start*/
.coinventor {
  width: 160px !important;
}

/*Add Co Inventor and Add Document Button Width code end*/

#college-info-table-1 .bgColorChange {
  background-color: #ffffff !important;
}


.main-content  {
  margin-left: 0px !important;
}


@media only screen and (max-width: 320px) {
  .photo-gallery a {
    padding: 0;
  }
  .spacer.feature12 .card {
    min-height: auto;
  }
  .noti-photo .slider.slick-initialized.slick-slider {
    height: auto;
  }
  .noti-photo .slick-list.draggable {
    height: 152px;
  }
}
@media (max-width: 767px) {
  .photo-gallery h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}
.photo-gallery .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 40px;
}
.photo-gallery .intro p {
  margin-bottom: 0;
}
.photo-gallery .photos {
  padding-bottom: 20px;
}
.photo-gallery .item {
  padding-bottom: 30px;
}

@media only screen and (max-width: 992px) {
  .navbar-brand {
    width: 70%;
  }
  .h14-info-bar img {
    width: 100% !important;
  }
  #h14-info ul li {
    margin-bottom: 15px;
  }
  #header14 {
    width: 100%;
  }
  #header14 .navbar-nav li a {
    white-space: initial;
    word-wrap: break-word;
    word-break: keep-all;
  }
  .font-medium.welcomeKapila {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .font-medium.welcomeKapila {
    margin-top: 30px;
  }
  .photo-gallery a {
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  .gallery-outer {
    width: 100%;
  }
  .gallery-outer .photo-gallery iframe {
    height: 85px;
    width: 100%;
  }
  .thumb_dur {
    float: left;
    width: 100%;
  }
  .progress {
    width: 100px;
    height: 100px !important;
  }
  .progress .progress-value {
    line-height: 92px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .gallery-outer {
    width: 100%;
  }
  .gallery-outer .photo-gallery iframe {
    height: 60%;
    width: 100%;
  }
  #imd-map {
    height: 570px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
  .city_services2_wrap h4 {
    font-size: 16px;
  }
  #imd-map {
    height: 382px;
  }
  .map-outer {
    width: 100%;
  }
  .map-outer .map-details {
    right: 0;
    bottom: 0;
  }
  .ipr-section .link-box {
    display: block;
  }
  .ipr-section .link-box a:nth-of-type(1) {
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #imd-map {
    height: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .city_services2_wrap h4 {
    font-size: 20px;
  }
  #imd-map {
    height: 640px;
  }
  .map-outer .map-details {
    right: 0;
    bottom: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  #imd-map {
    height: 630px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .spacer.feature12 .card {
    min-height: 416px;
  }
  .noti-photo .slick-list.draggable {
    height: 300px;
  }
  .noti-photo .slider.center.slick-initialized.slick-slider {
    padding: 38px 0 0px 0;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .gallery-outer {
    width: 100%;
  }
  .gallery-outer .photo-gallery iframe {
    height: 75%;
    width: 100%;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1440px) {
  .gallery-outer {
    width: 100%;
  }
  .gallery-outer .photo-gallery iframe {
    height: 80%;
    width: 100%;
  }
}
@media only screen and (min-width: 1441px) {
  .gallery-outer .photo-gallery iframe {
    height: 80%;
  }
}
