@font-face {
  font-family: 'Conv_Poppins-Bold';
  src: url('../fonts/Poppins-Bold.eot');
  src: local('☺'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_Poppins-Regular';
  src: url('../fonts/Poppins-Regular.eot');
  src: local('☺'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_Poppins-Light';
  src: url('fonts/Poppins-Light.eot');
  src: local('☺'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype'), url('../fonts/Poppins-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}




html {
color: #222;
font-size: 1em;
line-height: 1.4;
}

/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* Vendor-prefixed and regular ::selection selectors cannot be combined:
* https://stackoverflow.com/a/16982510/7133471
*
* Customize the background color to match your design.
*/

::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}

::selection {
background: #b3d4fc;
text-shadow: none;
}

/*
* A better looking default horizontal rule
*/

hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}

/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/

audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}

/*
* Remove default fieldset styles.
*/

fieldset {
border: 0;
margin: 0;
padding: 0;
}

/*
* Allow only vertical resizing of textareas.
*/

textarea {
resize: vertical;
}

/* ==========================================================================
 Browser Upgrade Prompt
 ========================================================================== */

.browserupgrade {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}

/* ==========================================================================
 Author's custom styles
 ========================================================================== */
/**/
section.hero_banner {
margin-top: 127px;
}
html {
height: 100%;
box-sizing: border-box;
}

*,
*:before,
*:after {
box-sizing: inherit;
}

body {
  position: relative;
  font-family:'Conv_Poppins-Regular',Sans-Serif; 
  background: #e4f5fd url(../img/pattern.jpg) repeat 0 0;
  width: 100%;
  margin: 0;
  text-align: center;
  box-sizing: border-box;
  -webkit-animation: slide 20s linear infinite;
  padding-bottom: 6rem;
  min-height: 100%;
  }
  
  @-webkit-keyframes slide {
    from { background-position: 0 0; }
    to { background-position: -400px 0; }
  }

/**
* Footer Styles
*/

.footer {
position: absolute;
right: 0;
bottom: 0;
left: 0;
padding: 1rem;
background-color: #efefef;
text-align: center;
}
h1,h2,h3,h4,h5,h6{font-family:'Conv_Poppins-Bold',Sans-Serif;}
h1 {
color: #06244b;
font-size:32px;
text-transform: uppercase;

}
h2{color:#038bfe; font-size:20px;}
h3{color:#333333; font-size: 18px;}
P {
color: #444444;
font-family: 'Conv_Poppins-Light',Sans-Serif;
font-size: 16px;
line-height: 24px;
}
.container {
max-width: 85%;
width: 85%;
}
.p-t-30{
padding-top: 30px;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #007bff;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #007bff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
span#rbtfilteroptions_Modal {
    display: inline-flex;
}
.m-b-0{ margin-bottom:0;}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
height: auto;
transition: all 0.5s;
z-index: 997;
transition: all 0.5s;
box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
background: url(../img/headerBg.png);
background-size:cover;
background-repeat: no-repeat;
}
#header .top_header {
/*
  background-color: #e2e7ed;*/
      padding:10px 0;
}
#header .nav_header {
background: #06244b;
color: #fff;
position: relative;

}
.rightNav{
position: absolute;
right: 0;
background: #038bfe;
padding: 0 15px 0 0;
}


.rightNav ul{padding: 0;}
.rightNav ul li{list-style: none; display: inline-block; padding: 10px;}

.rightNav ul li a{ color: #ffffff; font-family:'Conv_Poppins-Regular',Sans-Serif; letter-spacing: 1px;}
.rightNav ul li a span {
background: #d0012a;
padding: 0 10px;
border-radius: 10px;
margin-left: 5px;
font-size: 14px;
}
.rightNav ul li img {
max-width: 20px;
margin-right:5px;
}
.rightNav ul:before {
content: '';
 border-bottom: 52px solid #038bfe;
border-left: 30px solid transparent;
position: absolute;
left: -28px;
}
#header.header-scrolled,
#header.header-pages {
padding: 0;
}

#header .logo h1 {
font-size: 36px;
margin: 0;
padding: 0;
line-height: 1;
font-weight: 400;
letter-spacing: 3px;
text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
color: #00366f;
text-decoration: none;
}

#header .logo img {
padding: 0;
margin: 7px 0;
max-height: 26px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
/* Drop Down */
/* Deep Drop Down */
}

.main-nav,
.main-nav * {
margin: 0;
padding: 0;
list-style: none;
}
.main-nav > ul > li {
position: relative;
white-space: nowrap;
float: left;
}
.main-nav ul li:last-child a{border: none;}
li.home-icon i {
  font-size: 28px;
  line-height: 0.5;
  color: #e59f00;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  }
li.active.home-icon i {
font-size: 28px;
line-height: 0.5;
color: #e59f00;
display: block;
padding-top: 5px;
padding-bottom: 5px;
}
.main-nav a {
display: block;
position: relative;
color: #ffffff;
transition: 0.3s;
font-size: 16px;
font-family: 'Conv_Poppins-Light',Sans-Serif;
border-right: 1px solid #4b545f;
padding: 10px 15px;
position: relative;
transition: all 0.1s;
}
.main-nav a:hover{
color: #fff;
z-index: 1;

}
/*
.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
color: #fff;
text-decoration: none;
}
*/
.main-nav .drop-down ul {
display: block;
position: absolute;
left: 0;
top: calc(100% + 30px);
z-index: 99;
opacity: 0;
visibility: hidden;
background:rgba(6,36,75, 0.8);
box-shadow: 0px 0px 30px  rgba(127, 137, 161, 0.25);
transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
opacity: 1;
top: 100%;
visibility: visible;
}

.main-nav .drop-down li {
min-width: 180px;
position: relative;
border-bottom: 1px solid  #80d0f8;
}
.main-nav .drop-down li:last-child{border:none;}
.main-nav .drop-down ul a {
padding:7px 15px;
font-size: 15px;
color: #fff;
text-align: left;
}
.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
color: #fff;
z-index: 1;
}

.main-nav  ul li a:after {
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: auto;
width: 0%;
  background:#038bfe;
height: 1px;
text-align: left;
content: '.';
margin: 0;
opacity: 0;
color: transparent;
}
.main-nav  ul li a:hover:after {
z-index: -10;
animation: fill 1s forwards;
-webkit-animation: fill 1s forwards;
-moz-animation: fill 1s forwards;
opacity: 1;
}

/* Keyframes */
@-webkit-keyframes fill {
0% {
  width: 0%;
  height: 1px;
}
50% {
  width: 100%;
  height: 1px;
}
100% {
  width: 100%;
  height: 100%;
  background:#038bfe;
}
}
.main-nav .drop-down > a::after {
content: "\f107";
font-family: FontAwesome;
padding-left: 10px;
color: 
#fff;
position: absolute;
display: table;
top: 10px;
left: 100%;
background: no-repeat;
opacity: 1;
}
.main-nav .drop-down > a:hover:after {
z-index: -10;
animation: none;
-webkit-animation: none;
-moz-animation: none;
opacity: 1;
}

.main-nav .drop-down .drop-down ul {
top: 0;
left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
opacity: 1;
top: 0;
left: 100%;
}

.main-nav .drop-down .drop-down > a {
padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
content: "\f105";
position: absolute;
right: 15px;
}

/* Mobile Navigation */
.mobile-nav {
position: fixed;
top: 0;
bottom: 0;
z-index: 9999;
overflow-y: auto;
left: -260px;
width: 260px;
padding-top: 18px;
background: rgba(6,36, 75, 0.8);
transition: 0.4s;
}
.mobile-nav * {
margin: 0;
padding: 0;
list-style: none;
}

.mobile-nav a {
display: block;
position: relative;
color: #fff;
padding: 10px 20px;
font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
color: #e59f00;
text-decoration: none;
}
.mobile-nav .drop-down > a:after {
content: "\f078";
font-family: FontAwesome;
padding-left: 10px;
position: absolute;
right: 15px;
}
.mobile-nav .active.drop-down > a:after {
content: "\f077";
}
.mobile-nav .drop-down > a {
padding-right: 35px;
}

.mobile-nav .drop-down ul {
display: none;
overflow: hidden;
}

.mobile-nav .drop-down li {
padding-left: 20px;
}

.mobile-nav-toggle {
position: fixed;
right: 0;
top: 0;
z-index: 9998;
border: 0;
background: none;
font-size: 24px;
transition: all 0.4s;
outline: none !important;
line-height: 1;
cursor: pointer;
text-align: right;
}
.mobile-nav-toggle i {
margin: 25px 12px 0 0;
color: #fff;
background: #004289;
padding: 3px 5px;
}

.mobile-nav-overly {
width: 100%;
height: 100%;
z-index: 9997;
top: 0;
left: 0;
position: fixed;
background: rgba(6, 36, 75, 0.8);
overflow: hidden;
display: none;
}

.mobile-nav-active {
overflow: hidden;
}

.mobile-nav-active .mobile-nav {
left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
color: #fff;
background: none;
}
/*--------------------------------------------------------------
#banners
--------------------------------------------------------------*/

.hero_banner figure{background: #06244b; position: relative;}
  
.hero_banner img{ width: 100%; object-fit: cover; opacity: 0.8; }
.hero_banner figcaption {
position: absolute;
bottom: 15%;
width: 100%;
}
.hero_banner figcaption .heading-1{font-family:'Conv_Poppins-Regular',Sans-Serif; margin: 0;  display: flex;}
.hero_banner figcaption .heading-2{font-family:'Conv_Poppins-Regular',Sans-Serif;     display: flex;}
.hero_banner figcaption .heading-1 span {
background:#0850af; 
font-size: 50px;
padding:10px;
line-height: 50px;

}
.hero_banner figcaption .heading-2 span {
background: #06244b;
font-size:36px;
padding:10px;
line-height:36px;
}

.link-tab{padding:15px 0; margin-bottom: 15px;}



/*--------------------------------------------------------------
#breadcrumb
--------------------------------------------------------------*/
/* breadcrumb */

.breadcrumb-arrow {
min-height: 36px;
padding: 0;
line-height: 36px;
list-style: none;
overflow: auto;
background: none; 
}

.breadcrumb-arrow li:first-child a {
border-radius: 4px 0 0 4px;
-webkit-border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
}

.breadcrumb-arrow li,
.breadcrumb-arrow li a,
.breadcrumb-arrow li span {
display: inline-block;
/*vertical-align: top;*/
}

.breadcrumb-arrow li:not(:first-child) {
margin-left: 0;
}

.breadcrumb-arrow li+li:before {
padding: 0;
content: "";
}

.breadcrumb-arrow li span {
padding: 0 10px;
}

.breadcrumb-arrow li a,
.breadcrumb-arrow li:not(:first-child) span {
height: 36px;
padding: 0 10px 0 25px;
line-height: 36px;
}

.breadcrumb-arrow li:first-child a {
padding: 0 10px;
}

.breadcrumb-arrow li a {
position: relative;
color: #fff;
text-decoration: none;
background-color: #06244b;
border: 1px solid #06244b;
}

.breadcrumb-arrow li:first-child a {
padding-left: 10px;
}

.breadcrumb-arrow li a:after,
.breadcrumb-arrow li a:before {
position: absolute;
top: -1px;
width: 0;
height: 0;
content: '';
border-top: 18px solid transparent;
border-bottom: 18px solid transparent;
}

.breadcrumb-arrow li a:before {
right: -10px;
z-index: 3;
border-left-color: #06244b;
border-left-style: solid;
border-left-width: 10px;
}

.breadcrumb-arrow li a:after {
right: -11px;
z-index: 2;
border-left: 11px solid #fff;
}

.breadcrumb-arrow li a:focus,
.breadcrumb-arrow li a:hover {
background-color: #038bfe;
border: 1px solid #038bfe;
}

.breadcrumb-arrow li a:focus:before,
.breadcrumb-arrow li a:hover:before {
border-left-color: #038bfe;
}

.breadcrumb-arrow li a:active {
background-color: #038bfe;
border: 1px solid #038bfe;
}

.breadcrumb-arrow li.active a:before {
right: -10px;
z-index: 3;
border-left-color: #038bfe;
border-left-style: solid;
border-left-width: 10px;
}

.breadcrumb-arrow li a:active:after,
.breadcrumb-arrow li a:active:before {
border-left-color: #038bfe;
}

/*set for Last child*/

.breadcrumb-arrow li.active a {
position: relative;
color: #fff;
text-decoration: none;
background-color: #038bfe;
border: 1px solid #038bfe;
}

.breadcrumb-arrow li.active:first-child a {
padding-left: 10px;
}

.breadcrumb-arrow li.active a:after,
.breadcrumb-arrow li.active a:before {
position: absolute;
top: -1px;
width: 0;
height: 0;
content: '';
border-top: 18px solid transparent;
border-bottom: 18px solid transparent;
}

.breadcrumb-arrow li.active span:before {
right: -10px;
z-index: 3;
border-left-color: #038bfe;
border-left-style: solid;
border-left-width: 11px;
}

.breadcrumb-arrow li.active span:after {
right: -11px;
z-index: 2;
border-left: 10px solid #038bfe;
}

/*--------------------------------------------------------------
# card style
--------------------------------------------------------------*/
.card{
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 2px;
  display: block;
  height: 200px;
  position: relative;
  margin-top: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  
}
.card:hover {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.card img {
max-width:55px;
margin: 10px;
}
.bg-orange{
background: -webkit-gradient(linear,left top,right top,from(#c85869),to(#f2a27c));
background: linear-gradient(to right,#c85869,#f2a27c);
border-radius: 5px;
border: none;
height: 150px; 
display: flex;

}

.bg-violet{
background: -webkit-gradient(linear,left top,right top,from(#632ae6),to(#b698f8));
background: linear-gradient(to right,#632ae6,#b698f8);
border-radius: 5px;
  border: none;
height: 150px; 
display: flex;

}
.bg-violet img{
max-width:50px;
margin: 10px;
}

.bg-blue{
background: -webkit-gradient(linear,left top,right top,from(#054eac),to(#2787d7));
background: linear-gradient(to right,#054eac,#2787d7);
border-radius: 5px;
border: none;
height: 150px; 
display: flex;

}


.bg-yellow {
background: -webkit-gradient(linear,left top,right top,from(#daa403),to(#f9d770));
background: linear-gradient(to right,#daa403,#f9d770);
border-radius: 5px;
border: none;
height: 150px; 
display: flex;


}
.bg-yellow  img{
max-width:50px;
margin: 10px;
}
.card-bg{background-image: url(../img/card-bg.png); background-repeat: no-repeat; height: 100%; width: 100%; background-position:top right;     background-size: contain;}
.card figure {
height: 100px;
width: 100%;
vertical-align: middle;
display: flex;
justify-content: center;
margin: 0;
}
.card figcaption p {
color: #ffffff;
font-size: 17px;
line-height: inherit;
letter-spacing: 1px;

}
.card img {
max-width: 55px;
margin: 10px;
object-fit: contain;
}

/*--------------------------------------------------------------
#contentArea about
--------------------------------------------------------------*/
.contentArea{
padding:30px;
background: rgba(255,255,255, 0.6);
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-o-border-radius: 15px;
border-radius: 15px;
}

h1 {
border-collapse: separate;
border-spacing: 16px 0;
border-spacing: 1rem 0;
color: #123;
display: table;
line-height: 1.3;
margin: 30px 0;
table-layout: auto;
text-align: center;
text-shadow: 0.0625em 0.0625em 0 #b3d7ff;
white-space: nowrap;
width: 100%;
position: relative;
}
h1:before {
  content: "";
  background: url(../img/heading-line.png) no-repeat;
  width: 70px;
  height: 13px;
  position: absolute;
  bottom: -20px;
  left: 0;
  left: 50%;
  margin-left: -35px;
}
.sub_heading{font-family: 'Conv_Poppins-Bold',Sans-Serif; font-size:18px; text-transform: capitalize; color: #038bfe;

}

/*--------------------------------------------------------------
#card-container -------------------------------------------------*/

.card-container {
-webkit-display: -webkit-box;
-webkit-display: -webkit-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
justify-content:center;
align-items: center;
padding-bottom: 30px;

}

.card-container .item {
  height:160px;
  margin: 1%;
  background-color:rgba(105,200,249,0.8);
  -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-flex: 0 1 237px;
  -webkit-box-flex: 0 1 237px;
  -ms-flex: 0 1 237px;
  flex: 0 1 237px;
  cursor: pointer;
  border-radius: 15px;
  border: 1px solid #06244b;
  border-bottom: 4px solid #06244b;
  
}
.sweep-to-right {
position: relative;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition: color 1000ms;
transition: color 1000ms;
}
.sweep-to-right:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #50d3fe;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition: 300ms ease-out;
transition: 300ms ease-out;
}
.sweep-to-right:hover:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}

.sweep-to-top {
position: relative;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition: color 1000ms;
transition: color 1000ms;
}
.sweep-to-top:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #06244b;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition: 300ms ease-out;
transition: 300ms ease-out;
border-radius: 10px;
}
.sweep-to-top:hover:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
}
.card-container .item figure {
height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
height:50%;
margin: 0;
}.card-container .item figure img{ width:40px; display: block; margin: 0 auto;}
.card-container .item figcaption p {
font-size: 16px;
text-align: center;
line-height: 1.3;
color: #06244b;
margin: 0;
font-family: 'Conv_Poppins-Regular',Sans-Serif;
font-weight: bold;s
}
.card-container .item figcaption {
padding: 0;
display: flex;
justify-content: center;
align-items: center;
font-family: 'Conv_Roboto-Regular';
border-top: 1px solid #50d3fe;
margin: 0 15px;
height:50%;
}
.card-container .item .firtsDiv { visibility: visible;  height: 100%;  width: 100%;}
.card-container .item .firtsDiv figcaption {  border-top: 1px solid #26438f;}
.card-container .item .secondDiv{visibility: hidden;  height: 100%;
width: 100%; position: absolute; top:0; left: 0;}
.card-container .item:hover .firtsDiv{visibility: hidden;}
.card-container .item:hover .secondDiv{visibility: visible; color: #50d3fe;}
.card-container .item:hover .secondDiv figcaption p{color: #fff;}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{    position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  font-weight: normal;
  float:left;

}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #26438f;
  border-radius: 100%;
  background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #26438f;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.search_school_bar{
padding: 10px 0;
}

.searchbar {
  color: #212529;
  width: 400px;
  border: 2px solid #212529;
  /* border-bottom: white solid 2px; */
  transition: 0.3s;
  border-radius: 30px;
  padding: 10px 15px;
  font-family: 'Conv_Poppins-Regular',Sans-Serif;
}
.searchbar::placeholder {
color: #06244b;
font-size: 1em;
font-weight: bold;
/* transition: 0.2s; */
}

.searchbar:focus {
width:600px;
font-size: 1em;
font-weight: bold;
transition: 0.3s;
/* Stops the input box from inheriting the styling from the inputs on the request form */
border: #038bfe solid 2px;
outline: none;
}
.btn-search {
  cursor: pointer;
  color: white;
  text-decoration: none !important;
  background: #06244b;
  border-radius: 50%;
  /* padding: 14px 18px; */
  width: 40px;
  height: 40px;
  border: none;
}
.btn-search .fa-search:before {
content: "\f002";
color: #fff;
}
#result_data_table input, #result_data_table  .form-control{width: auto;}
#result_data_table thead {
background: #038bfe;
color: #fff;
}
thead.searchTabelHead {
background: #d97771 !important;
color:#fff;
}
div#result_data_table_info {
text-align: left;
padding-left: 15px;
font-weight: bold;
color: #06244b;
}
div#result_data_table_paginate {
float: right;
margin-right: 15px;
}
div#result_data_table_filter {
float: right;
margin-right: 15px;
}
div#result_data_table_length {
float: left;
padding-left: 15px;
}
#result_data_table a{color:#a2514b; font-weight:bold}

/*--------------------------------------------------------------
#searchDiv
--------------------------------------------------------------*/
.searchDiv{
background: -webkit-gradient(linear,left top,right top,from(#c85869),to(#f2a27c));
  background: linear-gradient(to right,#c85869,#f2a27c);
  border-radius:10px;
  border: none;
      display: flex;
  margin-bottom:40px;
}
.searchDiv h2 {
font-size:20px;
color: #fff;
text-align: center;
margin:30px auto;
}

/* Remove IE arrow */
select::-ms-expand {
display: none;
}
/* Custom Select */
.searchDiv .select {
position: relative;
display: flex;
/*width:25em;*/
height: 3em;
line-height: 3;
overflow: hidden;
border-radius: .25em;
float: left;
    margin-bottom: 20px;
}
.searchDiv select{
outline: 0;
box-shadow: none;
flex: 1;
padding: 0 .5em;
color: #023a4a;
cursor: pointer;
padding: 0 15px;
border-radius: .25em;
height: 3em;
width: 100%;
}
.searchDiv select{
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
outline: 0;
box-shadow: none;
flex: 1;
padding: 0 .5em;
color: #26438f;
cursor: pointer;
padding: 0 15px;
border-radius: .25em;
height: 3em;
}
.searchDiv input[type=text]{margin-bottom:20px}
.formContent .form-control {
border: 2px solid #06244b;
padding: 10px;
height: auto;
border-radius:10px;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{    position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  font-weight: normal;
  margin-right: 15px;

}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #26438f;
  border-radius: 100%;
  background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #26438f;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}/* Reset Select */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  background-image: none;
}
/* Remove IE arrow */
select::-ms-expand {
  display: none;
}
/* Custom Select */
.select {
  position: relative;
  display: block;
  line-height: 3;
  overflow: hidden;
  width: 100%;
}
select {
  flex: 1;
  padding: 0 .5em;
  color: #fff;
  cursor: pointer;
}


/* Arrow */
.searchDiv .select::after {
content: '\25BC';
position: absolute;
top: 0;
right:15px;
padding: 0 1em;
cursor: pointer;
pointer-events: none;
-webkit-transition: .25s all ease;
-o-transition: .25s all ease;
transition: .25s all ease;
background:#06244b;
color: #fff ;
border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}
/* Transition */
.searchDiv .select:hover::after {
color:#038bfe;
}
.selctBox{max-width:1200px; margin: auto;}
.searchDivBtn{
background:#06244b;
margin: 30px auto 20px auto;
border: 0px;
color: #fff;
box-shadow: 0 0 1px #ccc;
-webkit-transition-duration: 0.5s;
-webkit-transition-timing-function: linear;
box-shadow: 0px 0 0 #06244b inset;
text-align: center;
line-height: 2;
font-size:18px;
border-radius: .25em;
padding:5px 30px;
}

.searchDivBtn:hover{
  box-shadow:150px 0 0 #038bfe inset;
  color: #fff;
}
.page-item.active .page-link {
z-index: 1;
color: #fff;
background-color: #06244b;
border-color: #06244b;
}
.searchDiv .card-bg {
    padding: 0 0 30px 0;
}
.radioBtns {
  max-width: 350px;
  margin: 30px auto;
  width: 100%;
}
.radioBtns label{ margin-right:15px}
.search_text_feild {
  width: 100%;
  /*
  max-width: 450px;*/
  border-radius: 10px;
  height: 45px;
  border: 2px solid #26438f;
  padding: 10px;
}
.form-button {
border-radius: 5px;
border: none;
display: block;
text-align: center;
cursor: pointer;
outline: none;
overflow: hidden;
position: relative;
color: #fff;
font-size: 15px;
background-color: #06244b;
padding: 10px 25px;
margin: 0 auto;
box-shadow: 0 5px 15px rgba(0,0,0,0.20);
border-color: #038bfe;
background-image: linear-gradient(45deg, #038bfe 50%, transparent 50%);
background-position: 100%;
background-size: 280px;
transition: background 300ms ease-in-out;
letter-spacing: 1px;
min-height: auto;
margin-top:20px;
font-weight: normal;
}
.form-button:hover[type="submit"]{
  background-position: 0;
  color: #fff;
}
/*--------------------------------------------------------------
#footer
--------------------------------------------------------------*/
footer{ position: absolute;
right: 0;
bottom: 0;
left: 0;}
.footer-top{
background:#212529 ;
}
.footer-top h4{
color: #038bfe;
font-size: 20px;
font-family: 'Conv_Poppins-Bold',Sans-Serif;
}
.important_link {
padding: 0;
margin-bottom: 30px;
}
.important_link li {
list-style: none;
padding: 0;
font-size: 14px;
font-family: 'Conv_Poppins-Light',Sans-Serif;
margin-bottom: 10px;
letter-spacing: 1px;
}
.important_link li a{ color: #ffffff;   font-family: 'Conv_Poppins-Light',Sans-Serif;}
.footer-bottom{
background: #171a1d;
}
.footer-bottom p {
margin: 15px 0;
}
.nic_footer_logo {
max-width: 100px;
margin-right:30px;
object-fit: contain;
}
.footer-bottom p.left-text {
font-size: 12px;
font-family: 'Conv_Poppins-Light',Sans-Serif;
line-height: 18px;
letter-spacing: 1px;
}

.footer-bottom p {
font-size: 24px;
font-family: 'Conv_Poppins-Bold',Sans-Serif;
color: #038bfe;
display: flex;
justify-content: left;
align-items: center;

}
.footer-bottom p span {
font-size: 14px;
font-family: 'Conv_Poppins-Regular',Sans-Serif;
display: inline-flex;
align-items: center;
margin-right: 10px;
font-weight: normal;
}
.footer-bottom .visitor p {
float: right;
}
.contact_us{padding: 0; list-style: none; font-family: 'Conv_Poppins-Light',Sans-Serif; letter-spacing: 1px;font-size: 14px; }
.contact_us li {
margin-bottom: 10px;
padding-left: 30px;
vertical-align: top;
display: flex;
}
.address:before {
content: "\f041";
margin-right: 10px;
margin-left: -30px;
color: #038bfe;
    display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
font-size: 20px;
}

.phone:before{
content: "\f098";
margin-right: 10px;
margin-left: -30px;
color: #038bfe;
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
font-size: 20px;




}
.email:before{
content: "\f0e0";
margin-right: 10px;
margin-left: -30px;
color: #038bfe;
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
font-size: 20px;

}


.about-nic p{  font-size: 14px;   font-family: 'Conv_Poppins-Light',Sans-Serif; letter-spacing: 1px;}
/*pop up*/
.student_enrollment_pop_up{ margin:0;     font-size: 14px;}
.student_enrollment_pop_up .modal-header {
  background: #06244b;
  color: #fff;
  padding: 10px;
}
.student_enrollment_pop_up .modal-title {
  width: 100%;
  text-align:left;
}
.student_enrollment_pop_up button.close {
  color: #fff;
  opacity: 1;}
  
.pageContetArea {
  padding: 20px;
  font-size: 14px;
}
.P-t-30{padding-top:30px;}

/*
* Hide visually and from screen readers
*/

.hidden {
display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
white-space: nowrap;
width: 1px;
/* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
white-space: inherit;
width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}

.clearfix:after {
clear: both;
}

/* ==========================================================================
 Print styles.
 Inlined to avoid the additional HTTP request:
 https://www.phpied.com/delay-loading-your-print-css/
 ========================================================================== */

@media print {
*,
*:before,
*:after {
  background: transparent !important;
  color: #000 !important;
  /* Black prints faster */
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
a,
a:visited {
  text-decoration: underline;
}
a[href]:after {
  content: " (" attr(href) ")";
}
abbr[title]:after {
  content: " (" attr(title) ")";
}
/*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
a[href^="#"]:after,
a[href^="javascript:"]:after {
  content: "";
}
pre {
  white-space: pre-wrap !important;
}
pre,
blockquote {
  border: 1px solid #999;
  page-break-inside: avoid;
}
/*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
thead {
  display: table-header-group;
}
tr,
img {
  page-break-inside: avoid;
}
p,
h2,
h3 {
  orphans: 3;
  widows: 3;
}
h2,
h3 {
  page-break-after: avoid;
}
}


.item.sweep-to-top.active {
background: #06244b;

}
.item.sweep-to-top.active .secondDiv{
visibility: visible;
}
.item.sweep-to-top.active figcaption p{
color: #ffffff;
}

.dialogueBox {
min-width:280px;
width:auto;
height:auto;
background-color:#d97770;
position: relative;
border-radius: 4px;
margin:0 auto;
display: flex;
justify-content: center;
align-items: center;
padding: 10px;
  color: #fff;
font-size: 14px;
    z-index: 999;
  position: absolute;
      max-width: 450px;
      text-align:left;
left:175px;

}/*
.dialogueBox:after {
content: " ";
position: absolute;
right: 44%;
top: -15px;
border-top: none;
border-right: 15px solid transparent;
border-left: 15px solid transparent;
border-bottom: 15px solid #3ad2d2;
}*/

#result_data_table .dialogueBox a.viewMore {
  color: #fff;
}
.dialogueBox p {
  color: #fff;
  font-family: 'Conv_Roboto-Regular',Sans-Serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  margin-bottom:5px;
}
.dialogueBox p span{color:#fff}
.dialogueBox .heading {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Conv_Roboto-Bold',Sans-Serif;
  font-weight: bold;
  color: #fff;
  border-bottom: 2px solid #ab544e;
  line-height: 30px;
}
a:focus, a:hover {
  color: #27448f;
  text-decoration: none;
}
.dialogueBox .close {
  color: #fff;
  opacity: 1;
  font-size: 14px;
}
.dialogueBox .viewMore {
  color: #27448f;
  opacity: 1;
 text-decoration:underline;
}.dialogueBox .viewMore:hover{  color: #fff;}
.rdSpace label{
  margin: 0 10px;
}

#result_data_table td 
{
 font-size:14px; 
  }
#result_data_table_length select{float:left;}

.school_Information_Block {
  border: 1px solid #3498db;
  margin: 30px;
  padding: 15px   ;
 
}
.top-mrg-150 {
  margin-top: 150px;
  padding-top: 1px;
}
.school_Information_Block span{ font-family: 'Conv_Roboto-Regular';
font-size: 14px;}

.school_Information_Block p span{  font-family: 'Conv_Roboto-Bold',Sans-Serif;
font-size: 14px;}


.SchoolinRajasthan thead {
  background: #37128c;
  color: #fff;
} 
.SchoolinRajasthan a{color:#37128c;}
.SchoolinRajasthan .dialogueBox{ background: #37128c;}
div#getdivdetails h2 {
  color: #37118b;
  text-align: center;
  margin-bottom: 10px;
}

.SchoolinRajasthan .dialogueBox .heading{border-bottom:2px solid #fff}

.classGroup  thead {
  background:#daa403;
  color: #fff;
} 

.classGroup  a{ color:#444}
.classGroup  .dialogueBox{ background: #daa403;}
.classGroupdetail h2 {
  color:#daa403 !important;
  text-align: center;
  margin-bottom: 10px;
}
.classGroup .dialogueBox .heading{border-bottom:2px solid #fff}

.sanctionedtabel {text-align:left;}
.sanctionedtabel thead {
  background:#054eac;
  color: #fff;
} 

.sanctionedtabel a{ color:#444}
.sanctionedtabel .dialogueBox{ background:#054eac;}
.sanctionedtabelheading h2 {
  color:#054eac !important;
  text-align: center;
  margin-bottom: 10px;
}
.sanctionedtabel .dialogueBox .heading{border-bottom:2px solid #fff}
/* ==========================================================================
Media Queries for Responsive Design.
========================================================================== */
@media (max-width: 991px) {
 .link-tab .card{margin-bottom: 30px;}
 .contentArea{padding-top:10px;}
 section.hero_banner {
  margin-top: 80px;
}
}

/* add by surendra */
.nav-item a { font-size:15px;}
/* end by surendra*/
.panel-heading {
    border: 1px solid #ccc;
    padding: 10px 10px 5px 10px;
    margin-bottom: 20px;
    background: #458afe;
}
.panel-heading h4 {
    font-size: 15px;
}
.panel-heading h4 a {
    font-size: 14px;
    color: #fff;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
    font-size: 12px;
}
.table-bordered td a, .table-bordered th a{color:#444}
.table-bordered th{
    border: 1px solid #dee2e6;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}
tfoot th {
    color: #06244b !important;
}