/* ================================================== */
/* 01. General Style */
/* ================================================== */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

@font-face {
  font-family: 'EenaduU';
  src: url('EeenaduWEB.eot');
  src: url(//:) format('no404'), url('https://d1frkna4b32ahm.cloudfront.net/assets/fonts/EenaduU.woff') format('woff'), url('https://d1frkna4b32ahm.cloudfront.net/assets/fonts/EenaduU.woff2') format('woff2'), url('https://d1frkna4b32ahm.cloudfront.net/assets/fonts/EenaduU.ttf') format('truetype'), url('https://d1frkna4b32ahm.cloudfront.net/assets/fonts/EenaduU.svg') format('svg'), url('https://d1frkna4b32ahm.cloudfront.net/assets/fonts/EenaduU.otf') format('otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'EenaduUH';
  src: url('https://d1frkna4b32ahm.cloudfront.net/assets/fonts/EenaduUH.woff') format('woff'), url('https://d1frkna4b32ahm.cloudfront.net/assets/fonts/EenaduUH.ttf') format('truetype'), url('https://d1frkna4b32ahm.cloudfront.net/assets/fonts/EenaduUH.svg') format('svg'), url('https://d1frkna4b32ahm.cloudfront.net/assets/fonts/EenaduUH.otf') format('otf');
  font-weight: normal;
  font-style: normal;
}


html, body {
  height: 100%;
  font-family: 'EenaduU';
  font-size: 26px;
  font-weight: 400;
  vertical-align: baseline;
  color: #000;
word-break: break-word;
}
/*---Typography---*/
h1, h2, h3, h4, h5, h6 {
  padding: 0px;
  margin: 0px;
  font-family: 'EenaduUH';
  /* text-transform: uppercase;*/
  color: #24353b;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 10px;
}
p {
  padding: 0px;
  margin: 0px;
}
ol, ul {
  margin-bottom: 0px;
}
a {
  text-decoration: none !important;
  outline: none;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;

}
label {
  font-weight: normal;
}
::-webkit-input-placeholder {
  opacity: 1;
  text-transform: uppercase;
}
:-moz-placeholder { /* Firefox 18- */
  opacity: 1;
  text-transform: uppercase;
}
::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
  text-transform: uppercase;
}
:-ms-input-placeholder {
  opacity: 1;
  text-transform: uppercase;
}
input:focus, textarea:focus, select:focus {
  outline: none;
}
/*-----------------------
        Page Loader
-----------------------*/
/*#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  background: #fff;
}
#loading .element {
  position: absolute;
  margin: 0 auto;
  left: 0px;
  right: 0px;
  top: 50%;
}
.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff9600;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
  -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}*/
/* ================================================== */
/* 02. header	*/
/* ================================================== */
.header-top {
  display: block;
  background: #025799;
}
.header-top ul.follow-us {
  display: block;
  padding-top: 8px;
  float: left;
}
.header-top ul.follow-us li {
  display: inline-block;
  padding: 0 10px 0 10px;
  font-size: 18px;
}
.header-top ul.follow-us li a {
  color: #ccc;
  font-size: 16px;
  font-family: arial;
}
.header-top .right-block {
  display: block;
  float: right;
}
.header-top ul.top-nav {
  display: block;
  padding-top: 7px;
  /*padding-right: 10px;*/
  float: left;
}
.header-top ul.top-nav li {
  display: block;
  float: left;
  font-size: 13px;
  padding: 0 10px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}
.header-top .follow-us img {
  max-width: 22px;
  width: 100%;
}
.header-top ul.top-nav li a {
  color: #fff;
}
.header-top ul.top-nav li a.facebook {
  background: #016ad3;
  padding: 12px 20px;
  line-height: 40px;
}
.header-top ul.top-nav li a.gplus {
  background: #d84337;
  padding: 12px 20px;
  line-height: 40px;
}
.header-top ul.top-nav li a.twitter {
  background: #53b8e2;
  padding: 12px 20px;
  line-height: 40px;
}
.header-top .lang-wrapper {
  display: block;
  /*  float: right; */
  float: left;
}
.header-top .select-lang, .header-top .select-lang2 {
  display: block;
  float: left;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.header-middle {
  padding-top: 10px;
}
.header-middle .contact {
  display: block;
  padding: 8px 0 0 0;
  float: right;
}
.header-middle .contact ul {
  display: block;
  padding-right: 32px;
  float: left;
}
.header-middle .contact ul li {
  display: block;
  padding: 0 30px;
  border-right: 1px #dedddd solid;
  float: left;
  font-family: 'texgyreadventorbold';
  font-size: 18px;
  color: #4f4a4a;
  line-height: 18px;
}
.header-middle .contact ul li span {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #8f9ba1;
  text-transform: uppercase;
}
.header-middle .contact ul li a {
  color: #4f4a4a;
}
.header-middle .contact ul li a:hover {
  color: #ff9600;
}
.header-middle a.login {
  display: inline-block;
  padding: 5px 20px;
  border: 2px #2c97ea solid;
  border-radius: 5px;
  font-size: 12px;
  color: #6f7a7f;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}
.header-middle a.login:hover {
  background: #2c97ea;
  color: #fff;
}
.header-middle a.login span {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 10px;
  font-size: 14px;
  color: #00aaff;
}
.header-middle a.login:hover span {
  color: #fff;
}
.header-middle .pratibha-logo img {
  max-width: 181px;
  width: 100%;
  position: relative;
  z-index: 99;
  padding: 0px;
  margin: 0px;
}/*
.log-gp {
  background: #d44837;
  padding: 5px 10px;
  color: #fff;
  padding-left: 15px;
  line-height: 25px;
  font-size: 12px;
  }
.log-fb {
  background: #3163a2;
  padding: 5px;
  color: #fff;
  padding-left: 15px;
  line-height: 25px;
  font-size: 12px;
} */
.log-fb a {
  color: #fff;
}
.log-gp a {
  color: #fff;
}
/* ================================================== */
/* 03. navigation */
/* ================================================== */
.navbar {
  border-radius: 0px;
  margin: 0px;
  border: none;
}
.navbar-collapse {
  padding: 0px;
}
.navbar-inverse {
  background: #fff;
}
.nav > li > a {
  padding: 14.5px 26px;
}
#navbar .navbar-nav li .home .fa {
  color: #fff;
}
.navbar-nav > li > a {
  text-transform: uppercase;
}
.navbar-nav > li:last-child {
  border: none;
}
.navbar-inverse .navbar-nav > li > a {
  font-family: 'EenaduUH';
  font-size: 20px;
  color: #025799;
  padding: 13px 10px 13px 6px;
}
.navbar-inverse .navbar-nav > li > a::after {
  content: '/';
  padding-left: 7px;
}
/*
.navbar-inverse .navbar-nav > li > a::after {
        content: '|';
        padding-left: 18px;
}
*/
.navbar-inverse .navbar-nav > li > a i {
  font-size: 20px;
  color: #381b84;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
  background-color: transparent;
  color: #025799 !important;
}
#navbar .navbar-nav li .ate {
  font-family: EenaduUH;
  font-size: 20px;
  font-weight: normal;
  padding-top: 18px;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  background: #4ab866;
}
.navbar-form {
  padding: 0 5px;
  margin: 0px;
  position: relative;
}
.navbar-form .form-control {
  width: 100%;
  margin: 4px 0 4px 0;
  padding-left: 8px;
  height: 26px;
  background: none;
  border-radius: 0px;
  box-shadow: none;
  border: 1px #ccc solid !important;
  border: none;
  font-size: 12px;
  color: #000 !important;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  background: #fff;
}
.navbar-form .form-control::-webkit-input-placeholder {
  color: #ccc;
}
.navbar-form .form-control:-moz-placeholder { /* Firefox 18- */
  color: #ccc;
}
.navbar-form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
}
.navbar-form .form-control:-ms-input-placeholder {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a .fa-home {
  color: #234460 !important;
}
.navbar-inverse .navbar-nav li .blog .fa {
  color: #fff;
}
.navbar-form .search-btn {
  display: block;
  border: none;
  position: absolute;
  right: 11px;
  top: 10px;
  background: none;
  font-size: 13px;
  color: #000;
}
.navbar .dropdown-menu {
  min-width: 192px;
  padding: 0px;
  border: none;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  border-top: 4px #3b688d solid;
}
.navbar .dropdown-menu:after {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-color: rgba(255, 150, 0, 0);
  border-bottom-color: #ff9600;
  border-width: 10px;
}
.navbar .dropdown-menu > li > a {
  padding: 7px 15px;
  font-family: arial;
}
.navbar .dropdown-menu > li > a:focus, .navbar .dropdown-menu > li > a:hover {
  background: #025799;
  color: #fff;
}
/* ================================================== */
/* 04. home page sections */
/* ================================================== */
/*-----------------------
        banner
-----------------------*/
.banner-outer {
  display: block;
  position: relative;
  overflow: hidden;
}
.banner-slider .container {
  display: table;
  height: 100%;
}
.banner-outer .slide1, .banner-outer .slide2, .banner-outer .slide3 {
  display: block;
  height: 588px;
}
.banner-slider .content .fl-right {
  float: right;
}
.banner-outer .content h1 {
  display: block;
  padding: 66px 0 23px;
  font-family: 'texgyreadventorbold';
  font-size: 32px;
  color: #fff;
  line-height: 50px;
  text-transform: uppercase;
  -webkit-animation-delay: 0.2s;
}
.banner-outer .content h1 span {
  display: block;
  font-size: 62px;
  -webkit-animation-delay: 0.3s;
}
.banner-outer .content p {
  display: block;
  font-size: 22px;
  color: #fff;
  -webkit-animation-delay: 0.34s;
  font-family: "EenaduU";
  padding-top: 7px;
  width: 253px;
}
.banner-outer .content a.btn {
  -webkit-animation-delay: 0.36s;
}
.banner-outer .slide2 .content a.btn {
  margin: 0 10px;
}
.banner-outer .slide2 .content {
  float: none;
  text-align: left;
}
.banner-outer .slide2 .content h1, .banner-outer .slide3 .content h1 {
  font-size: 54px;
  color: #fff;
}
.banner-outer .slide2 .content p {
  margin: 0 auto;
  color: #fff;
}
.banner-outer .slide3 .content h1, .banner-outer .slide3 .content p {
  color: #fff;
}
.preview-1 .nivoSlider .nivo-directionNav a.nivo-prevNav {
  font-size: 0;
  transition: all 0.5s;
}
.slider1-area .nivo-directionNav a.nivo-prevNav {
  left: 8px !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider1-area .nivo-directionNav a.nivo-prevNav::before {
  content: "\f053";
  font: normal normal normal 14px/1 FontAwesome;
  color: #ffcdd2 !important;
  cursor: pointer;
  font-size: 16px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 18px;
  z-index: 9;
  height: 10px;
  width: 10px;
  left: 19px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider1-area .nivo-directionNav a.nivo-nextNav {
  right: 8px !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider1-area .nivo-directionNav a.nivo-nextNav::before {
  content: "\f054";
  font: normal normal normal 14px/1 FontAwesome;
  color: #ffcdd2 !important;
  cursor: pointer;
  font-size: 16px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 18px;
  z-index: 9;
  height: 10px;
  width: 10px;
  right: 19px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider1-area .nivo-directionNav a.nivo-prevNav:hover {
  background-color: rgba(2, 102, 204, 0.6);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider1-area .nivo-directionNav a.nivo-nextNav:hover {
  background-color: rgba(2, 102, 204, 0.6);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn {
  display: inline-block;
  padding: 5px 25px;
  border-radius: none;
 /* background: #365e7f;*/
  font-family: 'arial';
  font-size: 13px;
  color: #fff;
  text-transform: none;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn span {
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  content: "";
  opacity: 0.5;
}
.btn:focus {
  border-radius: 50px;
  background: #518bba;
  color: #fff;
  border: none;
}
.btn.white {
  background: #fff;
  color: #595545;
}
.btn.white:hover {
  background: #2c97ea;
  color: #fff;
}
.btn.blue {
  background: #2c97ea;
  color: #fff;
}
.btn.blue:hover {
  background: #17a43b;
}
/** bread crumbs **/
section .breadcrumb {
  border-radius: 0;
  margin-bottom: 9px;
  margin-top: 9px;
  background: #ffffff;
}
.section-breadcrumb {
 /*  margin: 0px 0 19px; */
	margin:0px;
}
section .breadcrumb li {
  font-family: 'EenaduU';
  /*	color: #365e7f; */
  font-size: 27px;
}
section .breadcrumb li a {
  color: #222;
}
.breadcrumb li a:hover {
  color: #2295f4;
  font-weight: normal;
}
#gray-color {
  background: #fff;
}
.breadcrumb > li a {
  display: inline-block;
  font-size: 18px;
  color: #000;
  font-family: 'EenaduUH';
}
/** inner upsc section**/
#civil-section {
  background: #fff;
  margin-bottom: 20px;
}
#civil-section .civil-services {
  padding: 0px 7px 0 20px;
}
.civil-summary p {
  color: #000;
  font-family: 'EenaduU';
  font-size: 22px;
  margin-top: 15px;
}
.civil-summary li::before {
  content: "\F111";
  font-family: FontAwesome;
  font-size: 11px;
  padding: 0 7px 0 0;
  margin: -4px 0 0 0;
  float: left;
}
.civil-title h3 {
  font-size: 17px;
  margin-bottom: 11px;
}
.civil-list a {
  color: #222;
  font-size: 20px !important;
  padding: 5px 0 !important;
}
.online-apply p {
  color: #222;
  font-family: 'arial';
  font-size: 13px;
}
#exTab1 .tab-pane {
  padding: 13px 0;
}
#civil-section .nav-stacked li {
  background: #fff;
  color: #666;
  border-radius: 0;
  border: 0 none;
  line-height: 24px;
  margin-right: 0;
  padding: 5px 10px;
}
#civil-section .nav-stacked > li > a {
  position: relative;
  display: block;
  padding: 10px 13px;
  font-size: 13px;
  color: #222;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-family: 'arial';
}
#civil-section .nav-stacked > li > a:hover {
  background: #234460;
  color: #fff;
}
#civil-section .nav-stacked > li.active > a, #civil-section .nav-stacked > li.active > a:focus, #civil-section .nav-stacked > li.active > a:hover {
  background: #234460;
  color: #fff;
}
#civil-section .nav-stacked > li.active > a::after {
  position: absolute;
  content: "";
  width: auto;
  height: auto;
  border-style: solid;
  border-color: transparent transparent transparent #234460;
  border-width: 24px 22px;
  right: -44px;
  top: -5px;
}
.upsc-main-section #civil-section .pata-pustakalu li a {
  padding: 4px 8.5px;
  font-size: 13px;
  font-weight: normal;
  font-family: 'arial';
}
.pata-pustakalu #exTab1 li.active a {
  background: #234460;
  color: #fff;
  border-radius: 0;
  border: none;
}
.pata-pustakalu .tabs-navi_in li a {
  font-size: 25px;
  background: #365e7f;
  color: #fff;
  padding: 5px 8.1px;
  font-family: 'EenaduU';
}
#exTab1 .nav-pills > li > a {
  border-radius: 0;
}
#apply-online li {
  color: #222;
  font-family: 'arial';
  list-style: disc;
  list-style-position: inside;
  font-size: 13px;
}
#online-exams li {
  list-style: disc
}
#website li a {
  color: #222;
}
.modes-title h3 {
  font-size: 14px;
  font-family: 'arial';
  font-weight: bold;
}
#udyogalu-services .model-papers p {
  color: #222;
  font-size: 25px;
  line-height: 20px;
  margin-bottom: 14px;
}
.model-papers li a .fa {
  color: #ccc;
  font-size: 35px;
}
.modes-title p {
  color: #222;
  font-family: 'arial';
  margin-top: 7px;
  font-size: 13px;
}
.ans-expert {
  background: #fff;
  padding: 16px;
  margin-bottom: 20px;
}
.ans-expert h3 {
  font-size: 17px;
  font-weight: bold;
  margin: 0;
  text-transform: capitalize;
  border-bottom: 0.1px solid #f2f2f2;
  padding-bottom: 10px;
  font-family: 'arial';
}
.show-all-ques {
  font-size: 14px;
  color: #888;
  font-weight: normal;
}
.expert-ans h4 {
  font-size: 12px;
  margin-bottom: 0;
  font-family: 'arial';
}
.expert-ans li {
  border-bottom: 0.1px solid #f2f2f2;
  padding-bottom: 7px;
}
.expert-ans p {
  font-size: 13px;
  font-weight: normal;
  color: #222;
  margin-bottom: 0;
  font-family: 'arial';
}
.expert-ans h4 {
  font-size: 12px;
  margin: 14px 0 3px;
  font-family: 'arial';
}
.expert-ans h5 {
  color: #222;
  padding-left: 23px;
  font-weight: normal;
  font-size: 12px;
  margin: 5px 0;
  font-family: 'arial';
}
#ask-ques-block {
  padding: 20px 0;
}
.expert-ans p::before {
  content: "A:";
  padding-right: 12px;
}
.expert-ans h4::before {
  content: "Q:";
  padding-right: 12px;
}
.view-all .btn.btn-view {
  background: #222;
  font-size: 12px;
  font-family: 'arial';
  padding: 9px 11px;
  font-weight: bold;
  color: #fff;
  margin-right: 10px;
}
.view-all .btn.btn-askques {
  font-size: 12px;
  font-family: 'arial';
  padding: 9px 11px;
  font-weight: bold;
}
.view-all .btn.btn-askques:hover {
  background: #ff9600;
}
.view-all {
  margin-top: 15px;
}
nav #navbar .nav.navbar-nav {
  overflow: visible;
}
.g-science li img {
  width: 105px;
  margin-bottom: 10px;
}
.g-science h3 {
  font-size: 15px;
  margin: 10px 0;
  text-align: center;
}
.g-science li {
  width: 171px;
  /*width: 300px;*/
  box-shadow: 0px 2px 3px #ccc;
  padding: 11px;
  text-align: center;
  display: inline-block;
  margin: 10px 10px 24px;
  font-family: 'EenaduU';
}
.g-science1 li img {
  width: 105px;
}
.g-science1 h3 {
  font-size: 15px;
  margin: 10px 0;
  text-align: center;
}
.g-science1 li {
  width: 164px;
  box-shadow: 0px 2px 3px #ccc;
  padding: 11px;
  text-align: center;
  display: inline-block;
  margin: 10px 10px 24px;
}
/************************
   BANNER NAVIGATION
************************/
.top-nav li a .fa {
  padding-right: 5px;
  font-size: 17px;
}
.header-video li iframe {
  height: 147px;
}
.header-video li {
  display: block;
  padding: 12px 0px 9px;
  border-bottom: 0.1px dotted #d2d2d2;
}
.go-nav {
  width: 111px;
  text-align: center;
  background: rgba(225, 225, 225, 0.7);
  padding: 19px 0;
  border-radius: 5px;
}
.slide-navigation li a {
  color: #222;
  font-weight: bold;
  font-family: 'EenaduU';
  font-size: 26px;
}
.go-nav:hover a {
  color: #fff;
}
.go-nav:hover {
  background: #ff9600;
  color: #fff !important;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.slide-navigation li:hover {
  /* border-radius: 5px; */
  background: rgba(225, 225, 225, 0.3);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.video-block figure img {
  float: left;
  max-width: 120px;
  width: 100%;
}
.latest-notifications {
  max-width: 500px;
  width: 100%;
  position: absolute;
  bottom: 38px;
  z-index: 9999;
  left: 79px;
}
.new-notification .bx-wrapper {
  background: transparent;
}
/*----------------------
  Notification Section
-----------------------*/
.main_title {
  color: #025799;
  margin:20px 0 20px 0;
  padding: 5px 0px 0px 10px;
  font-size: 20px;
  font-weight: normal;
  width: 100%;
  text-align: left;
  border-left: 5px #3a91f3 solid;
}
.main_title_trading {
  color: #025799;
  margin:20px 0 20px 0;
  padding: 5px 0px 0px 10px;
  font-size: 20px;
  font-weight: normal;
  width: 100%;
  text-align: left;
  border-left: 5px #3a91f3 solid;
}

.general {
  color: #025799;
  margin: 0px 60px 7px 0px;
  padding: 5px 0px 0px 10px;
  font-size: 20px;
  font-weight: normal;
  width: 100%;
  text-align: left;
  border-left: 5px #3a91f3 solid;
}

.main_title_lates {
  color: #025799;
  margin: 0;
  padding: 5px 0px 0px 10px;
  font-size: 20px;
  font-weight: normal;
  width: 100%;
  text-align: left;
  border-left: 5px #3a91f3 solid;
}


#english #exTab1 li a {
  padding: 10px 29.5px;
  font-size: 15px !important;
  background: #0eb2c1;
  color: #fff;
  font-weight: normal;
  font-family: 'arial';
}
#latest-notification #exTab1 li a {
  padding: 7px 17.5px 7px 16.5px;
  margin-top: 0px;
  font-size: 18px !important;
  background: #025799;
  color: #fff;
  font-weight: normal;
  border-radius: 0;
  font-family: 'EenaduUH';
}
#old-quetions #exTab1 li a {
  /*padding: 8px 28px 4px 29px;*/
  padding: 8px 21px 4px 27px;
  margin-top: 0px;
  font-size: 18px !important;
  background: #025799;
  color: #fff;
  font-weight: normal;
  border-radius: 0;
  font-family: 'EenaduUH';
}
#old-quetions {
  margin-top: 0px;
  padding: 0px;
}
#old-quetions .nav > li {
  position: static;
}
#old-quetions #exTab1 li.active a {
  background: #234460;
  color: #fff;
  border-radius: 0;
  border: none;
}
#latest-notification .lang-switch > li {
  float: right;
  margin: 0 0 0 3px;
}
#latest-notification #english #exTab1 li a {
  font-size: 16px !important;
  font-family: 'arial';
}
.cen_tab {
  margin-bottom: 10px !important;
  padding: 15px 10px !important;
  background: #fff;
  box-shadow: 1px 1px 0px 2px #f2f2f2;
  /* min-height: 422px; */
}
.notic-desp h3 {
  font-size: 20px;
  font-family: 'EenaduUH';
  color: #000;
}
.post-by li {
  color: #9d9d9d;
  font-size: 13px!important;
  font-family: EenaduUH;
  display: inline;
}
.notic-desp p {
  color: #000;
  font-family: "EenaduU";
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 5px;
  max-height: 89px;
  min-height: auto;
  overflow: hidden;
}
.old-comments h3 a::before {
  content: "\f138";
  font-family: 'FontAwesome';
  list-style-position: outside;
  margin-right: 11px;
  font-size: 16px;
}
.old-comments h3 a:hover::before {
  color: #4691ce;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.old-comments li {
  border-bottom: 1px dotted #ccc;
  padding: 7px 0;
}
.old-comments {
  width: 100%;
  clear: both;
  padding: 18px 0 0;
}
.old-comments li:last-child {
  border: none;
}
.old-comments li .post-by li {
  border: none;
}
#english .tab-pane li a {
  font-size: 16px;
  font-family: "arial";
  color: #000;
  text-transform: capitalize;
}
.eng-notic-desp p {
  color: #000;
  font-size: 16px;
  font-family: Arial;
  line-height: 26px;
  margin-bottom: 10px;
}
.eng-notic-desp h3 {
  font-size: 16px;
  font-family: Arial;
  color: red;
  font-weight: bold;
}
.notice-read {
  background: #234460;
  color: #fff;
  font-weight: normal;
  padding: 3px 10px 1px 10px;
  border-radius: 50px;
  font-family: 'EenaduUH';
  font-size: 13px;
  margin: 0;
  border: thin #234460 solid;
}
.notice-read:hover {
  background: #FFF;
  color: #234460;
}
.notic-desp .post-by a {
  color: #234460;
}
#latest-notification #exTab_en .lang-switch li a {
  font-family: EenaduUH;
  background: #025799;
  color: #fff;
  font-weight: normal;
  padding: 5px 30px 0px 30px !important;
  line-height: 24px;
  border-radius: 3px;
  font-size: 18px !important;
	margin: 0 0 0 6px;
}
#latest-notification #exTab_en .lang-switch li.active a {
  background: #234460;
}
#latest-notification #exTab1 li.active a {
  background: #234460;
  color: #fff;
  border-radius: 0;
  border: none;
}
#exTab_en{
	margin: 20px 0 20px 0;
	padding: 0px;
}

.tabs2 .tabs-navi li.active::before {
  border-color: transparent transparent #234460;
  border-style: solid;
  border-width: 8px;
  top: 64px;
  content: "";
  display: none;
  position: absolute;
}
#latest-notification {
  margin: 0px;
  padding: 0px;
}
/*-----------------------
  Vidya Udyoga Chamacharam
------------------------*/
.panel-heading.active {
  /* background: #1f1f20;*/
}
.panel-default > .panel-heading {
  color: #333;
  padding: 10px 5px 4px 0px;
}
.panel-heading.active .panel-title > a {
  color: #3a91f3;
  font-weight: normal;
  font-family: "EenaduUH";
  font-size: 17px;
  padding-left: 0;
  line-height: 28px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.panel-title > a:hover {
  color: #23527c;
}
.panel-heading.active a.accordion-toggle i {
  background: #234460;
  color: #fff;
  margin-top: -9px;
  line-height: 34px;
}
.panel-group .panel {
  border-radius: 0;
}
.panel-default > .panel-heading {
  color: #333;
  border-color: #ddd;
}
.panel-default > .panel-heading, .panel {
  border: 0 none;
  box-shadow: none;
  border-bottom: thin #CCC dotted;
  background: #fff;
}
.panel-title > a {
  color: #025799;
  font-family: "EenaduUH";
  font-size: 17px;
}
a.accordion-toggle i {
  width: 45px;
  line-height: 34px;
  font-size: 20px;
  margin-top: -6px;
  text-align: center;
  margin-right: -15px;
  background: #c9c9c9;
}
.vidyaudyoga-samacharam .panel.panel-default {
  margin-top: 3px;
}
.bak_te .title_re {
  font-size: 20px;
  font-family: "EenaduUH";
  margin: 9px 15px 5px;
  padding: 0px;
  float: left;
  color: #fff;
}
/*.bak_te .title_re::before{
    content: "|";

    font-size: 35px;
    color: #000;
    font-weight: bold;

    margin: 0px;
    padding: 0px 6px 0 6px;
    position: relative;
    top: 4px;

}*/
.line {
  padding: 0 0 0 5px;
  float: left;
  color: #fff;
  border-left: solid 3px #025799;
}
.more-menu a i {
  color: #234460;
  font-size: 22px;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  background: #fff;
  color: #858586;
  font-family: "EenaduU";
  font-size: 23px;
  padding: 7px 0 9px 0;
}
.accordion-inner h4 {
  margin-top: 0;
}
.jvu-samacharam h3 {
  color: #fff;
  margin: 0 auto 0 auto;
  font-size: 20px;
  position: relative;
  line-height: 35px;
  background: #3b688d;
  width: 100%;
  text-align: center;
  padding: 5px 0px 0px 0px;
  font-family: 'EenaduUH';
}
.jilla-chamacharam a {
  background: #234460;
  color: #fff;
  font-weight: normal;
  padding: 5px 57px 0 !important;
  line-height: 24px;
  border-radius: 50px;
  font-size: 24px !important;
  float: left;
  margin: 10px 5px;
  border: thin #234460 solid;
  font-family: 'EenaduU'
}
.jilla-chamacharam a:hover {
  background: #FFF;
  color: #234460;
}
.ads-section {
  margin-bottom: 20px;
}
/* Downloads section */
.downloads-section .download-ol {
  max-width: 164px;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-bottom: 23px;
}
.downloads-section, .download-sec-lft {
  padding: 19px;
  background: #fff;
  box-shadow: 0 0 8px #e4e7e9;
}
.down-icon img {
  max-width: 50px;
  width: 100%;
  margin: 10px auto;
}
/*----------------------
   Carreer Counciling
------------------------*/
.our-impotance li h3 a {
  color: #222;
  font-weight: normal;
  font-size: 22px;
}
/*----------------------
    custome-slider
----------------------*/
.white-box:hover {
  -webkit-transition: all 250ms ease-in;
  -moz-transition: all 250ms ease-in;
  -ms-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  background-color: #234460;
  color: #fff;
  text-decoration: none;
}
.college-box .white-box:hover {
  text-decoration: none;
}
.college-box .white-box {
  padding: 9px;
}
.college-box {
  margin-bottom: 0;
  padding: 0;
  width: 100%;
}
.college-box {
  margin-top: 0;
}
.white-box {
  height: 111px;
  width: 1000px;
  background: #fff;
  display: table-cell;
  border: 1px solid #ececec;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 250ms ease-in;
  -moz-transition: all 250ms ease-in;
  -ms-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
#interview .browse-colleges li {
  max-width: 153px;
  width: 100%;
  display: inline-block;
  margin-right: 11px;
}
#interview .browse-colleges li:last-child {
  margin-right: 0;
}
.white-box h3 {
  color: #333;
  font-size: 26px;
  font-weight: normal;
  line-height: 18px;
  padding: 11px 0 0;
  margin: 0px;
  font-family: 'EenaduU';
}
#interview .white-box .fa {
  font-size: 40px;
  color: #234460;
}
.white-box:hover h3 {
  color: #fff;
}
#interview .white-box:hover .fa {
  color: #fff;
}
#interview {
  padding: 13px 0 20px;
  background: #f4f4f4;
}
/*-----------------------
        impotance
-----------------------*/
.our-impotance {
  background: #fff;
}
.our-impotance ul {
  display: block;
  text-align: center;
}
.our-impotance ul li {
  display: block;
  margin-bottom: 23px;
  border-right: 1px #e9e9e9 solid;
  position: relative;
}
.our-impotance ul li .inner {
  display: block;
  padding: 30px;
}
.our-impotance ul li .inner img {
  border-radius: 3px;
}
.our-impotance ul li:nth-child(3n) {
  border-right: none;
}
.our-impotance ul li:nth-child(n+4):after {
  display: none;
}
.our-impotance ul li:nth-child(n+4) {
  margin-bottom: 0px;
}
.our-impotance ul li::after {
  width: 80%;
  height: 1px;
  margin: 0 auto;
  left: 0px;
  right: 0px;
  display: block;
  position: absolute;
  bottom: -3px;
  content: "";
  background: #e9e9e9;
}
.our-impotance ul li h3 a {
  display: block;
  padding: 22px 0 12px 0;
  font-family: 'EenaduU';
  font-size: 32px;
  color: #284962;
  text-transform: uppercase;
  line-height: 24px;
}
.our-impotance ul li h3 span {
  display: block;
}
.our-impotance ul li p {
  display: block;
  font-size: 12px;
  color: #969a9e;
  line-height: 20px;
}
.img-desp {
  padding: 15px;
  background: #fff;
}
/*----------------------
    UDYOGA SAMACHARAM ACCORDIAN
----------------------*/
#accordion {
  list-style: none;
  padding: 0 0 0 0;
  width: 170px;
}
.aside-menu .main-tab a {
  color: #fff !important;
}
.aside-menu .main-tab i {
  color: #fff !important;
  font-size: 14px;
  float: right;
}
#accordion li {
  display: block;
  background-color: #234460;
  margin: 1px;
  font-size: 25px;
  padding: 12px 8px 0;
  list-style: circle;
  font-family: 'EenaduU';
  cursor: pointer;
  color: #f2f2f2;
}
.aside-menu #accordion > .main-tab.active > a::after {
  position: absolute;
  content: "dd";
  width: auto;
  height: auto;
  border-style: solid;
  border-color: transparent transparent transparent #234460;
  border-width: 24px 22px;
  right: -44px;
  top: -5px;
}
#accordion ul {
  list-style: none;
  padding: 0 0 0 0;
  display: none;
}
#accordion ul li {
  font-weight: normal;
  background-color: #fff;
  padding: 7px 0 0 8px;
  font-family: 'EenaduU';
  font-size: 25px;
}
#accordion li a {
  color: #222;
  font-family: 'EenaduU';
  font-size: 25px;
  display: block;
}
#accordion a {
  text-decoration: none;
}
#accordion a:hover {
  text-decoration: underline;
}
.udyogalu-section .pata-pustakalu .civil-list li a {
  font-size: 24px !important;
}
.udyogalu-section .pata-pustakalu .civil-list li a:hover {
  color: #222;
}
#udyogalu-services .pata-pustakalu .civil-list li {
  list-style-type: decimal;
  color: #222;
  font-size: 25px;
  margin-left: 21px;
  font-family: 'EenaduU';
}
/*----------------------
   Civil Services page
----------------------*/
.pata-pustakalu .tab-content {
  background: #fff;
}
.civil-title h3 {
  font-size: 25px;
  margin: 4px 0;
  border-bottom: 0.1px solid #ccc;
  padding-bottom: 7px;
  text-transform: uppercase;
  color: #2295f4;
}
.inner_text {
  color: #234460;
  margin-bottom: 14px;
  margin-top: 0;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 1px;
  position: relative;
  line-height: 40px;
  padding: 0 4px;
  text-align: left;
}
.studies-block h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 10px;
  color: #234460;
  font-family: 'arial';
  border-bottom: 0.1px solid #d1d1d1;
  padding-bottom: 6px;
}
.studies-block {
  margin-bottom: 20px;
  line-height: 30px;
}
.civil-studies {
  padding: 16px;
  background: #fff;
  margin-bottom: 20px;
}
#civil-section .pata-pustakalu li a {
  padding: 8px 16px;
  font-family: 'EenaduU';
}
#civil-section .pata-pustakalu .studies-block li a {
  color: #222;
  line-height: 42px;
  font-weight: normal;
}
#civil-section .pata-pustakalu .studies-block li a:hover {
  padding-left: 27px;
  color: #0db8df;
}
#civil-section .pata-pustakalu .studies-block li a .fa {
  padding-right: 7px;
}
.panel-fullscreen {
  display: block;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: auto;
}
/*-----------------------
    Civil Services inner -2
-----------------------*/
.page-count-nav {
  padding: 12px 0 0;
  border-bottom: 0.3px solid #f2f2f2;
}
.page-count lable, .page-count span {
  color: #222;
  padding-right: 10px;
}
.page-count #count-page {
  width: 29px;
  height: 22px;
  color: #222;
  padding: 3px;
  text-align: center;
  font-family: 'arial';
}
.page-nav-section ul {
  padding: 14px 0 0;
  float: right;
  margin: 0;
}
.page-nav-section li {
  display: inline-block;
}
.page-nav-section li a {
  font-size: 15px;
  padding: 7px;
  color: #bababa;
  cursor: pointer;
}
.bookBg {
  position: relative;
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  margin-bottom: 15px;
}
.bookBg h3 {
  margin: 0px;
  padding: 15px 0 0 0;
  font-size: 28px;
  color: #fb0000;
  text-align: center;
  line-height: 28px;
}
.bookBg h1 {
  margin: 0px;
  padding: 15px 0 0 0;
  font-size: 28px;
  color: #fb0000;
  text-align: center;
  line-height: 28px;
  font-weight: 400;
}
.page-count lable, .page-count span {
  color: #222;
  padding-right: 10px;
  font-family: 'arial';
  font-size: 14px;
}
#content-3 p {
  color: #222;
  /*    font-family: 'arial';*/
}
#content-3 {
  padding: 12px;
  /*border-bottom: 0.1px solid #f2f2f2;*/
  margin: 0px;
  line-height: 25px;
}
.full-screen-toggle {
  padding: 0;
}
.pagination-section {
  padding: 0 15px;
  text-align: right;
}
.pagination-section .pagination li a {
  background: #bababa;
  color: #fff;
  font-weight: normal;
  font-family: 'arial';
}
#content-3 h4 {
  font-size: 20px;
  letter-spacing: 0.5px;
}
.content-img-block {
  width: 176px;
  height: auto;
  float: right;
  margin-left: 8px;
}
.lesson-para {
  margin: 0px;
  line-height: 30px;
}
.lesson-para h2 {
  margin: 0px;
  line-height: 44px;
  text-align: center;
}
.lesson-para p {
  margin: 0px;
  padding: 0px;
  font-size: 26px;
  color: #222;
  text-align: justify;
  font-family: 'EenaduU';
  line-height: 30px;
}
.lesson-para img {
  padding: 10px;
}
/*-----------------------
        why choose
-----------------------*/
.why-choose {
  background: url(../images/why-choose-bg.jpg) no-repeat center center / cover;
  position: relative;
}
.why-choose:after {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  z-index: 1;
  content: "";
  background: #17a43b;
  opacity: 0.9;
}
.why-choose .container {
  position: relative;
  z-index: 2;
}
.why-choose h2 {
  padding-bottom: 70px;
  color: #fff;
}
.why-choose h2 span {
  color: #fff;
}
ul.our-strength {
  display: block;
  text-align: center;
}
ul.our-strength li {
  width: 20%;
  display: inline-block;
  color: #fff;
  text-align: center;
  border-right: 1px #94d3a4 solid;
}
ul.our-strength li:last-child {
  border: none;
}
ul.our-strength li .icon {
  display: block;
  padding-bottom: 20px;
}
ul.our-strength li .icon span {
  font-size: 44px;
  opacity: 0.7;
}
ul.our-strength li span {
  padding-bottom: 12px;
  font-family: 'texgyreadventorregular';
  font-size: 48px;
}
ul.our-strength li .couter-outer {
  display: block;
}
ul.our-strength li .title {
  display: block;
  font-family: 'texgyreadventorregular';
  font-size: 14px;
  opacity: 0.8;
  text-transform: uppercase;
}
/*-----------------------
        news & events
-----------------------*/
.news-events {
  background: #f3f6f8;
}
.news-events h2 {
  color: #2a4356;
}
.news-events h2 span {
  color: #2d4256;
}
.news-events ul {
  display: block;
  margin-bottom: 60px;
}
.news-events ul li .inner {
  display: block;
  background: #fff;
  box-shadow: 0px 0px 3px #c4c6c8;
  position: relative;
}
.news-events ul li .img-block {
  display: block;
}
.news-events ul li .img-block img {
  width: 100%;
}
.news-events ul li .cnt-block {
  display: block;
  padding: 40px 30px 30px 30px;
  background: #fff;
  position: relative;
}
.news-events ul li .cnt-block .plus-icon {
  display: block;
  width: 64px;
  height: 64px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  right: 20px;
  top: -32px;
  background: #2c97ea;
  border-radius: 50%;
  font-size: 34px;
  color: #fff;
  box-shadow: 0px 5px 5px #c0e0f9;
}
.news-events ul li .cnt-block .plus-icon:hover {
  background: #ff9600;
}
.news-events ul li .cnt-block h3 {
  display: block;
  padding-bottom: 36px;
  font-family: 'texgyreadventorregular';
  font-size: 22px;
  color: #41484d;
  line-height: 32px;
  text-transform: none;
}
.news-events figure {
  position: relative;
}
.news-events figure img {
  width: 100%;
  display: block;
  position: relative;
}
.news-events figcaption {
  position: absolute;
  top: 0;
  left: 0;
}
/* Caption Style 3 */
.cs-style-3 figure {
  overflow: hidden;
  padding-bottom: 104px;
}
.cs-style-3 figure img {
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.no-touch .cs-style-3 figure:hover img, .cs-style-3 figure.cs-hover img {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}
.cs-style-3 figcaption {
  width: 100%;
  top: auto;
  bottom: 0px;
  -webkit-transform: translateY(40%);
  -moz-transform: translateY(40%);
  -ms-transform: translateY(40%);
  transform: translateY(40%);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
}
.no-touch .cs-style-3 figure:hover figcaption, .cs-style-3 figure.cs-hover figcaption {
  bottom: 0px;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}
.news-events ul li .bottom-block {
  display: block;
  padding: 30px 0 0 0;
  border-top: 1px #e8eef0 solid;
  font-size: 12px;
  color: #96adba;
}
.news-events ul li .date {
  display: block;
  float: left;
}
.news-events ul li .icon {
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: 2px;
}
.news-events ul li .icon span {
  font-size: 20px !important;
  color: #c5d4da !important;
}
.news-events ul li .comment {
  display: block;
  float: right;
}
.news-events ul li .date span, .news-events ul li .comment span {
  font-weight: 700;
  color: #5c7e91;
}
.news-events .know-more-wrapper {
  display: block;
  text-align: center;
  position: relative;
}
.news-events .know-more-wrapper:after {
  width: 100%;
  height: 1px;
  background: #daddde;
  content: "";
  position: absolute;
  left: 0px;
  top: 14px;
  z-index: 1;
}
.news-events .know-more {
  display: inline-block;
  padding: 0 30px;
  position: relative;
  background: #f3f6f8;
  z-index: 2;
  font-family: 'texgyreadventorbold';
  font-size: 14px;
  color: #645847;
  text-transform: uppercase;
}
.news-events a.know-more span {
  margin-left: 4px;
  vertical-align: middle;
  margin-top: -2px;
  display: inline-block;
  color: #ff9600;
  transition: all 0.3s ease 0s;
}
.news-events a.know-more:hover span {
  color: #17a43b;
}
/*-----------------------
        campus tour
-----------------------*/
.campus-tour {
  background: #fff;
  padding-bottom: 0px;
}
.campus-tour h2 {
  color: #2a4356;
}
.campus-tour h2 span {
  color: #2d4256;
}
.campus-tour ul.gallery {
  display: block;
}
.campus-tour ul.gallery li {
  width: 16.66%;
  float: left;
  display: block;
  background: #000;
  position: relative;
}
.campus-tour ul.gallery li figure {
  transition: all 0.3s ease 0s;
}
.campus-tour ul.gallery li:hover figure {
  opacity: 0.2;
}
.campus-tour ul.gallery li .overlay {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -57px;
  z-index: 1;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.campus-tour ul.gallery li:hover .overlay {
  top: 44%;
  opacity: 1;
}
.campus-tour ul.gallery li h3 {
  display: block;
  padding-bottom: 4px;
  font-family: 'EenaduUH';
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
}
.campus-tour ul.gallery li p {
  display: block;
  padding-bottom: 30px;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  opacity: 0.5;
}
#latest-notification .campus-tour ul.gallery li a {
  width: 100px;
  height: 34px;
  margin: 0 8px;
  display: inline-block;
  line-height: 39px;
  border-radius: 3px;
  text-align: center;
  background: #ff9600;
  font-size: 22px;
  color: #fff;
}
#latest-notification ul.gallery li h3 {
  margin: 29px 0;
}
#latest-notification ul.gallery li a {
  width: 100px;
  height: 32px;
  margin: 0 8px;
  line-height: 32px;
  border-radius: 3px;
  background: #ff9600;
  font-size: 15px;
  color: #fff;
  text-align: left;
  padding: 0 9px;
  font-family: 'Roboto', sans-serif;
}
.campus-tour ul.gallery li a {
  width: 56px;
  height: 56px;
  margin: 0 8px;
  display: inline-block;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  background: #ff9600;
  font-size: 22px;
  color: #fff;
}
.campus-tour ul.gallery li a.more {
  background: #17a43b;
}
.campus-tour ul.gallery li a:hover {
  background: #2c97ea;
}
.mfp-arrow-left:before, .mfp-arrow-left:after, .mfp-arrow-right:before, .mfp-arrow-right:after {
  border: none;
}
.mfp-arrow-left:before, .mfp-arrow-right:after {
  width: 20px;
  height: 38px;
  display: block;
  content: "";
  background: url(../images/popup-arrows.png) no-repeat center bottom;
}
.mfp-arrow-left:before {
  background-position: left top;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  width: 28px;
  height: 28px;
  right: 0px;
  padding-right: 0px;
  display: block;
  cursor: pointer;
  background: url(../images/popup-close.png) no-repeat center top;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}
/*-----------------------
        client logos
-----------------------*/
.logos {
  display: block;
  padding: 60px 0;
}
.logos ul {
  display: block;
}
.logos ul .owl-item img {
  width: auto;
}
/* =================
Live Chat Section
===================*/
#live-chat {
  bottom: 0;
  font-size: 12px;
  right: 24px;
  position: fixed;
  width: 300px;
  z-index: 99999;
}
#live-chat header {
  background: #293239;
  border-radius: 5px 5px 0 0;
  color: #fff;
  cursor: pointer;
  padding: 10px 24px;
}
#live-chat {
  font-size: 12px;
}
.chat-message-counter {
  background: #17a43b;
  border: 1px solid #fff;
  border-radius: 50%;
  display: none;
  font-size: 13px;
  font-weight: bold;
  height: 28px;
  left: 0;
  line-height: 28px;
  margin: -15px 0 0 -15px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 28px;
  font-family: 'arial';
}
.chat-close {
  color: #fff;
  display: block;
  float: right;
  font-size: 15px;
  line-height: 12px;
  margin: 2px 0 0 0;
  text-align: center;
}
.chat-message-content p {
  color: #222;
  font-family: 'arial';
}
#live-chat h4 {
  font-size: 13px;
  font-family: 'arial';
  color: #fff;
  font-weight: normal;
}
#live-chat h4::before {
  background: #1a8a34;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  margin: 0 8px 0 0;
  width: 8px;
}
#live-chat input[type="text"] {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 8px;
  outline: none;
  width: 234px;
  color: #222;
  font-family: 'arial';
  font-size: 12px;
}
#live-chat form {
  padding: 24px;
}
.chat {
  background: #fff;
}
.chat-history {
  height: 252px;
  padding: 8px 24px;
  overflow-y: scroll;
}
.chat-message {
  margin: 16px 0;
}
.chat-message img {
  border-radius: 50%;
  float: left;
}
.chat-message-content {
  margin-left: 43px;
}
.chat-time {
  float: right;
  font-size: 12px;
  color: #222;
  font-family: 'arial';
  margin-top: 3px;
}
.chat-feedback {
  font-family: 'arial';
  color: #222;
  text-align: center;
  font-style: italic;
}
#live-chat h5 {
  font-size: 12px;
  font-family: 'arial';
  margin: 9px 0;
}
.welcome-msg p {
  color: #222;
  font-family: 'arial';
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}
/* ================================================== */
/* 05. footer */
/* ================================================== */
/* ================================================== */
/* 06. about page */
/* ================================================== */
.about-right {
  display: block;
}
.about-right img {
  width: 100%;
}
.why-choose.grey-bg {
  background: #f3f6f8;
}
.why-choose.grey-bg:after {
  display: none;
}
.why-choose.grey-bg h2 {
  color: #2a4356;
}
.why-choose.grey-bg h2 span {
  color: #808182;
}
ul.our-strength.opt2 li {
  border-color: #dde5e9;
}
ul.our-strength.opt2 li span {
  color: #3f5044;
}
ul.our-strength.opt2 li .icon span {
  color: #17a43b
}
ul.our-strength.opt2 li .title {
  color: #9099a0;
}
.about-video {
  width: 100%;
  background: url(../images/about-video-bg.jpg) no-repeat center top / cover;
  text-align: center;
  position: relative;
}
.about-video:after {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  z-index: 1;
  content: "";
  background: #081d2d;
  opacity: 0.6;
}
.about-video .container {
  display: table;
  height: 550px;
  position: relative;
  z-index: 2;
}
.about-video p {
  display: table-cell;
  vertical-align: middle;
  font-family: 'texgyreadventorbold';
  font-size: 60px;
  color: #d1d3d4;
}
.about-video p a {
  color: #fff;
}
.about-video p a span {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.about-video p a:hover {
  color: #17a43b;
}
.browse-teacher.grey-bg {
  background: #f3f6f8;
}
/*.modal-content {
  border-radius: 0px;
  color: #000;
  font-size: 15px;
}*/

/*--------------- added on 13/11/2020 for diwali banner start---------------*/

#index_add .modal-dialog .modal-content .close {
    /*z-index: 9999;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    position: absolute;
    top: 4px;
    right: 8px;*/
    z-index: 9999;
    float: right;
    font-size: 27px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    position: absolute;
    top: -29px;
    right: -4px;
    background-color: rgba(255,255,255,.8);
    border: 3px solid #999;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    font-family: Arial;
}
#index_add .modal-dialog .modal-content {
  margin: 10% auto 0 auto;
  max-width: 800px;
  outline: 0;
}
/*--------------- added on 13/11/2020 for diwali banner end---------------*/
.about .close, .about-video .close {
  position: absolute;
  opacity: 1;
  top: 0;
  right: 0;
  z-index: 2;
}
.about .close span, .about-video .close span {
  width: 36px;
  height: 36px;
  display: block;
  text-indent: -9999px;
  background: url(../images/popup-close-btn.jpg) no-repeat center top;
}
.modal {
  z-index: 99999;
}

/* ================================================== */
/* 07. cources listing page */
/* ================================================== */
/*.inner-banner {
  display: block;
  padding: 60px 0;
  min-height: 290px;
  background: url(../images/inner-banner-bg.jpg) no-repeat center top / cover;
}
.inner-banner .content {
  max-width: 392px;
}
.inner-banner h1 {
  display: block;
  padding-bottom: 18px;
  font-family: 'texgyreadventorbold';
  font-size: 46px;
  color: #24353b;
  text-transform: uppercase;
}
.inner-banner p {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #5f6465;
}
.inner-banner a.apply-online {
  max-width: 246px;
  display: block;
  margin-top: 16px;
  margin-bottom: 26px;
  background: #ff9600;
  text-transform: uppercase;
  font-family: 'texgyreadventorbold';
  font-size: 18px;
  color: #fff;
  position: relative;
}
.inner-banner a.apply-online:hover {
  background: #ff8800;
}
.inner-banner a.apply-online .left {
  width: 80%;
  float: left;
  padding: 20px 0 20px 24px;
}
.inner-banner a.apply-online .icon {
  display: block;
  padding-right: 15px;
  float: left;
}
.inner-banner a.apply-online .txt {
  width: 36%;
  float: left;
  line-height: 20px;
}
.inner-banner a.apply-online .arrow {
  width: 20%;
  height: 100%;
  line-height: 78px;
  position: absolute;
  right: 0px;
  background: #e38600;
  font-size: 24px;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.inner-banner a.apply-online:hover .arrow {
  background: #df7600;
}
a.download-prospects {
  display: block;
  padding: 0 10px 10px 0;
  font-family: 'texgyreadventorbold';
  font-size: 14px;
  color: #43647d;
  text-transform: uppercase;
}
a.download-prospects .icon-brochure-icon {
  display: block;
  margin-right: 15px;
  float: left;
  font-size: 29px;
  color: #389ceb;
}
a.download-prospects.brochure {
  background-position: left 4px;
  font-size: 18px;
  line-height: 18px;
  text-transform: none;
  color: #4f4a4a;
}
a.download-prospects .small {
  display: block;
  font-family: 'texgyreadventorregular';
  font-size: 12px;
  color: #8f9ba1;
  line-height: 14px;
  text-transform: uppercase;
}
a.download-prospects:hover, a.download-prospects:hover span {
  color: #2c97ea;
}
.about.inner {
  background: none;
}
.about.inner .video-block {
  margin-bottom: 12px;
}
.about.inner .modal-body .video-block {
  margin-bottom: 0px;
}
.about.inner p {
  padding-bottom: 20px;
}
.about .btn-wrapper {
  display: block;
}
a.download-pros, a.download-cert {
  width: 50%;
  float: left;
  padding: 22px 20px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 20px;
}
a.download-pros {
  background: #2c97ea;
  border-right: 1px #fff solid;
}
a.download-cert {
  background: #f0bc01;
  border-left: 1px #fff solid;
}
a.download-pros .ico-block, a.download-cert .ico-block {
  display: block;
  padding-right: 15px;
  float: left;
}
a.download-pros .txt-block, a.download-cert .txt-block {
  display: block;
  padding-top: 4px;
  float: left;
  text-transform: uppercase;
}
a.download-pros .sm-txt, a.download-cert .sm-txt {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 18px;
  opacity: 0.7;
}
a.download-pros:hover, a.download-cert:hover {
  background-color: #17a43b;
}
.select-course {
  display: block;
  float: right;
  padding-right: 34px;
}
.select-course .select2.select2-container {
  width: 254px !important;
}
.select-course .select2-container .select2-selection--single {
  height: 48px;
}
.select-course .select2-container--default .select2-selection--single {
  background: rgba(0, 0, 0, 0.4);
}
.select-course .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
  line-height: 48px;
  font-family: 'texgyreadventorregular';
  color: #fff;
  text-transform: uppercase;
}
.select-course .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 46px;
  height: 46px;
  border-left: 1px #aaa solid;
  background: rgba(255, 255, 255, 0.2);
}
.our-cources.sub {
  background: url(../images/cources-bg1.jpg) no-repeat center top / cover;
}
.our-cources.sub h2 {
  padding-left: 32px;
  text-align: left;
}
.our-cources ul.inner li {
  margin-bottom: 140px;
}
.our-cources ul.inner li:before {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: -70px;
  display: block;
  background: #fff;
  content: " ";
  opacity: 0.3;
}
.our-cources ul.course-list.inner li .inner {
  padding: 40px 0 0 30px;
}
.our-cources ul.inner li:nth-child(n+9) {
  margin-bottom: 80px;
}
.our-cources ul.inner li:nth-child(n+9):before, .our-cources ul.inner li:nth-child(4n):after {
  display: none;
}
.pagination {
  margin: 0px;
}
.pagination > li > a, .pagination > li > span {
  font-family: 'texgyreadventorbold';
  color: #8faabe;
  margin: 0 4px;
  border: none;
  border-radius: 50%;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  background: #ff9600;
  color: #fff;
}
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
  padding: 7px 22px;
  border-radius: 25px;
  font-size: 12px;
  text-transform: uppercase;
}
.pagination li a i {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  font-size: 18px;
}
.pagination > li:first-child a i {
  margin-right: 10px;
}
.pagination > li:last-child a i {
  margin-left: 10px;
}*/
/*-----------------------
        browse teacher
-----------------------*/
.browse-teacher {
  display: block;
}
.browse-teacher h2 {
  color: #2a4356;
}
ul.browse-teachers-list {
  display: block;
  padding-top: 20px;
}
ul.browse-teachers-list > li {
  display: block;
  text-align: center;
  border-right: 1px #e5e5e5 solid;
}
ul.browse-teachers-list > li:last-child {
  border: none;
}
ul.browse-teachers-list > li .inner-block {
  display: block;
  padding: 0 20px;
}
ul.browse-teachers-list figure {
  width: 124px;
  height: 124px;
  margin: 0 auto 28px;
  position: relative;
}
ul.browse-teachers-list figure:before {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  background: url(../images/teacher-overlay-bg.png) no-repeat center top;
}
.browse-teacher.grey-bg ul.browse-teachers-list figure:before {
  background: url(../images/teacher-overlay-bg-grey.png) no-repeat center top;
}
.details-tab ul.browse-teachers-list figure:before {
  background: url(../images/teacher-overlay-bg-tab.png) no-repeat center top;
}
ul.browse-teachers-list h3 {
  font-family: 'texgyreadventorbold';
  font-size: 14px;
  text-transform: uppercase;
  color: #414a4f;
}
ul.browse-teachers-list .designation {
  display: block;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
}
ul.browse-teachers-list p {
  display: block;
  padding: 0 20px 26px 20px;
  font-size: 12px;
  line-height: 22px;
}
ul.teachers-follow {
  display: block;
}
ul.teachers-follow li {
  display: inline-block;
  padding: 0 6px;
}
ul.teachers-follow li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  display: block;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
ul.teachers-follow li a:hover {
  background: #333 !important;
}
ul.teachers-follow li:nth-child(1) a {
  background: #00a0d1;
}
ul.teachers-follow li:nth-child(2) a {
  background: #0e76a8;
}
ul.teachers-follow li:nth-child(3) a {
  background: #00aff0;
}
/* ================================================== */
/* 08. course detail page */
/* ================================================== */
.enquire-wrapper {
  max-width: 438px;
}
.enquire-now {
  max-width: 405px;
  margin: -90px auto 0;
  position: relative;
  color: #fff;
}
.enquire-now .inner {
  padding: 40px 26px 30px 26px;
  background: #2c97ea;
}
.enquire-now .inner h3 {
  display: block;
  padding-bottom: 26px;
  font-family: 'texgyreadventorbold';
  font-size: 24px;
  color: #fff;
  text-transform: none;
}
.enquire-now .inner .row1 {
  display: block;
  margin-bottom: 14px;
}
.enquire-now .inner input::-webkit-input-placeholder {
  color: #fff;
}
.enquire-now .inner input:-moz-placeholder {
  color: #fff;
}
.enquire-now .inner input::-moz-placeholder {
  color: #fff;
}
.enquire-now .inner input:-ms-input-placeholder {
  color: #fff;
}
.enquire-now .inner .row1 input, .enquire-now .inner .row2 input {
  width: 100%;
  height: 44px;
  padding: 0 15px;
  background: #60b1f0;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px #fff solid;
}
.enquire-now .inner .row2 {
  display: block;
  margin: 0 -5px 14px -5px;
}
.enquire-now .inner .row2 input {
  width: calc(50% - 10px);
  margin: 0 5px;
  float: left;
}
.enquire-now .enquire-btn {
  width: 100%;
  padding: 13px 15px;
  font-family: 'texgyreadventorbold';
  font-size: 16px;
  text-transform: uppercase;
  background: #ff9600;
  border: none;
}
.enquire-now .enquire-btn span {
  margin-left: 4px;
  font-size: 14px;
  opacity: 0.5;
}
.enquire-now .enquire-btn:hover {
  background: #17a43b;
}
.cert-head {
  display: block;
  margin-top: 15px;
  padding-bottom: 10px;
  position: relative;
}
.cert-head:after {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 10px;
  left: 0px;
  background: #d8d8d8;
  content: "";
}
.cert-head h3 {
  display: inline-block;
  padding-right: 14px;
  background: #fff;
  font-family: 'texgyreadventorbold';
  font-size: 18px;
  color: #211d1e;
  z-index: 1;
  position: relative;
}
ul.cert-list {
  display: block;
}
ul.cert-list li {
  width: calc(50% - 30px);
  float: left;
  padding: 14px 0 14px 28px;
  margin-right: 30px;
  font-weight: 700;
  border-bottom: 1px #c0c4c6 dashed;
  position: relative;
}
ul.cert-list li:before {
  display: block;
  position: absolute;
  left: 0px;
  top: 13px;
  font-family: 'icomoon';
  font-size: 15px;
  color: #2c97ea;
  content: "\e91f";
}
ul.cert-list li:nth-last-child(2), ul.cert-list li:last-child {
  border-bottom: none;
}
ul.cert-list li span {
  display: inline-block;
  margin-right: 6px;
  color: #2c97ea;
}
.course-detail {
  display: block;
  padding: 25px 40px;
  margin-top: 50px;
  border: 1px #dfe9f1 solid;
}
.course-detail .duration {
  width: 25%;
  min-height: 85px;
  padding-right: 40px;
  float: left;
  border-right: 1px #dfe9f1 solid;
}
.course-detail .duration.eligible {
  width: 34%;
  padding: 0 40px;
}
.course-detail .duration.eligible .icon {
  font-size: 34px;
}
.course-detail .duration.fee {
  width: 22%;
  padding: 0 40px;
}
.course-detail .duration.fee .detail {
  font-size: 36px;
  color: #17a43b;
}
.course-detail .duration.fee .detail span {
  padding-bottom: 10px;
}
.course-detail .duration .icon {
  width: 67px;
  height: 67px;
  display: table;
  float: left;
  background: #edf1f4;
  border-radius: 50%;
  font-size: 38px;
  color: #79a2c2;
  text-align: center;
}
.course-detail .duration .icon span {
  display: table-cell;
  vertical-align: middle;
}
.course-detail .duration .detail {
  display: block;
  padding: 10px 0 0 16px;
  float: left;
  font-family: 'texgyreadventorbold';
  font-size: 18px;
  color: #4f4a4a;
  line-height: 22px;
}
.course-detail .duration .detail span {
  display: block;
  font-family: 'texgyreadventorregular';
  font-size: 14px;
  color: #8f9ba1;
  text-transform: uppercase;
}
.course-detail .btn {
  margin: 18px 0 0 40px;
}
/*-----------------------
        course detail tab
-----------------------*/
.details-tab {
  display: block;
  padding: 50px 0 90px 0;
  background: #ebeff3;
}
#myTabs {
  padding: 0 30px;
  text-align: center;
}
.course-tab {
  margin-bottom: 50px;
  border-bottom: 2px #d8e0e7 solid;
}
.course-tab > li {
  width: 25%;
}
.course-tab > li > a {
  padding: 0 0 26px 0;
  font-family: 'texgyreadventorbold';
  font-size: 18px;
  color: #909aa1;
  text-transform: uppercase;
  border: none !important;
}
.course-tab > li > a span {
  display: block;
  padding-bottom: 4px;
  font-size: 34px;
  color: #a4b1bc;
}
.pataprashnalu {
  padding: 13px;
  background: #fff;
}
.pataprashnalu #myTabContent li:last-child {
  border-bottom: 0;
}
#pustakalu-section .pata-prasnalu .tab-pane li::before {
  content: "\f138";
  font-family: 'FontAwesome';
  list-style-position: outside;
  margin-right: 11px;
  font-size: 16px;
}
.course-tab > li > a {
  padding: 0 0 13px 0;
  font-family: 'EenaduU';
  font-size: 18px;
  color: #909aa1;
  text-transform: uppercase;
  border: none !important;
}
.pataprashnalu .course-tab li {
  padding: 12px;
}
#pustakalu-section {
  padding: 33px 0;
}
.course-tab > li > a .block {
  display: inline;
  font-size: 26px;
}
.pata-pustakalu .notic-desp li a {
  color: #000;
  font-size: 22px;
  font-family: "EenaduU";
  line-height: 31px;
}
.pata-pustakalu .notic-desp li {
  border-bottom: 0.1px solid #f2f2f2;
  padding: 3px 0 2px;
}
#budget-nivedika .bgd-nvd {
  margin-top: 7px !important;
}
.pataprashnalu .course-tab li a {
  padding: 0;
}
.course-tab > li.active > a, .course-tab > li.active > a:focus, .course-tab > li.active > a:hover, .course-tab > li > a:hover {
  background: none;
  border-bottom: 2px #17a43b solid !important;
  color: #17a43b;
}
.course-tab > li.active > a span, .course-tab > li.active > a:focus span, .course-tab > li.active > a:hover span, .course-tab > li > a:hover span {
  color: #17a43b;
}
.details-tab #curriculam, .details-tab #schedule {
  background: #fff;
  box-shadow: 0 0 14px #d4d9de;
}
.pataprashnalu .pata-prasnalu .read-more {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #606d87;
  text-transform: uppercase;
}
.pataprashnalu .pata-prasnalu .read-more span {
  vertical-align: middle;
  margin-right: 7px;
  font-size: 19px;
  color: #ff9600;
  transition: all 0.3s ease 0s;
}
.pataprashnalu .pata-prasnalu .read-more:hover span {
  color: #17a43b;
}
#curriculam .lecture-txt {
  display: block;
  padding-bottom: 2px;
  font-size: 12px;
  color: #a5b1a8;
  text-transform: uppercase;
}
/**** 12/10/2018 ****/
#pustakalu-section #exTab1 li.active a {
  background: #234460;
  color: #fff;
  border-radius: 0;
  border: none;
}
#pustakalu-section #exTab1 li a {
  padding: 7px 33.5px 4px;
  font-size: 25px !important;
  background: #3b688d;
  color: #fff;
  font-weight: normal;
  border-radius: 0;
}
.pata-pustakalu .tabs2 .nav-pills li.active::before {
  top: 34px;
}
.pata-pustakalu .notic-desp li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
/*** patapustakalu ends ***/
#curriculam .lecture-txt span {
  color: #4f5c53;
}
#curriculam .lecture-txt a.preview {
  display: inline-block;
  padding: 0 12px;
  background: #2c97ea;
  font-size: 11px;
  color: #fff;
  border-radius: 2px;
}
#curriculam .lecture-txt a.preview:hover {
  background: #ff9600;
}
.details-tab .course-table {
  border: 1px #d8e0e7 solid;
  margin: 0px;
}
.details-tab .course-table > thead > tr > th {
  padding: 11px 30px;
  background: #e9f4fd;
  font-family: 'texgyreadventorbold';
  text-transform: uppercase;
  font-size: 14px;
  color: #4e5d52;
  border-color: #c3e1f9;
}
.course-table > tbody > tr > td, .course-table > tfoot > tr > td, .course-table > thead > tr > td {
  padding: 28px 30px;
}
.course-table > thead > tr, .course-table > thead > tr > td, .course-table > thead > tr > th {
  border: 1px #c3e1f9 solid;
}
.course-table > tbody > tr > td, .course-table > tbody > tr > th, .course-table > tfoot > tr > td, .course-table > tfoot > tr > th {
  border: 1px solid #eee;
  font-weight: 700;
  color: #707c82;
}
.table-col1 {
  display: block;
  padding-left: 20px;
  position: relative;
}
.table-col1:before {
  display: block;
  position: absolute;
  left: 0px;
  top: -4px;
  font-family: 'FontAwesome';
  font-size: 18px;
  color: #ff9600;
  content: "\f105";
}
#schedule .course-table > thead > tr > th:first-child {
  width: 55%;
}
#schedule .fee-amt {
  font-family: 'texgyreadventorbold';
  font-size: 24px;
  color: #585d60;
}
#schedule ul.fee-details {
  display: block;
  padding: 5px 0 0 22px;
}
#schedule ul.fee-details li {
  display: block;
  padding: 8px 0;
  border-bottom: 1px #c9cdce dashed;
  font-weight: normal;
  position: relative;
}
#schedule ul.fee-details li:last-child {
  border-bottom: none;
}
#schedule ul.fee-details li:before {
  display: block;
  position: absolute;
  left: -22px;
  top: 8px;
  font-family: 'icomoon';
  font-size: 14px;
  color: #2c97ea;
  content: "\e908";
}
#semester ul.content {
  display: block;
}
#semester ul.content > li {
  display: block;
  padding: 0 0 24px 24px;
  margin-bottom: 24px;
  border-bottom: 1px #c9cdce dashed;
  position: relative;
}
#semester ul.content > li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
#semester ul.content > li:before {
  display: block;
  position: absolute;
  left: 0px;
  top: -2px;
  font-family: 'icomoon';
  font-size: 16px;
  color: #2c97ea;
  content: "\e908";
}
#semester ul.content > li:last-child {
  border-bottom: none;
}
#semester ul.content > li h4 {
  display: block;
  padding-bottom: 6px;
  font-size: 18px;
  font-weight: 700;
  color: #4c5357;
}
#semester ul.content > li p {
  display: block;
  line-height: 22px;
}
#semester ul.content > li > ul {
  max-width: 430px;
  padding: 10px 0 0 0;
}
#semester ul.content > li > ul > li {
  padding: 6px 0 6px 20px;
  font-size: 12px;
  line-height: 18px;
  position: relative;
}
#semester ul.content > li > ul > li:before {
  display: block;
  position: absolute;
  left: 0px;
  top: 8px;
  font-family: 'icomoon';
  font-size: 12px;
  color: #79a2c2;
  content: "\e917";
}
#teachers ul.browse-teachers-list > li {
  border-color: #dbdedf;
}
/*-----------------------
        how to apply
-----------------------*/
.how-apply {
  display: block;
}
.how-apply h2 {
  color: #2a4356;
}
.how-apply ul {
  display: block;
  padding-top: 20px;
  padding-bottom: 70px;
}
.how-apply ul li {
  display: block;
  text-align: center;
}
.how-apply ul li:nth-child(1):after {
  width: 214px;
  height: 77px;
  display: block;
  content: "";
  position: absolute;
  right: -120px;
  top: 86px;
  background: url(../images/dotted-arrow.png) no-repeat left top;
  z-index: -1;
}
.how-apply ul li:nth-child(2):after {
  width: 221px;
  height: 84px;
  display: block;
  content: "";
  position: absolute;
  right: -122px;
  top: 32px;
  background: url(../images/dotted-arrow1.png) no-repeat left top;
  z-index: -1;
}
.how-apply ul li .icon-block {
  width: 175px;
  height: 175px;
  line-height: 175px;
  position: relative;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  background: #ff9600;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.how-apply ul li .icon-block .num {
  width: 44px;
  height: 44px;
  position: absolute;
  right: -20px;
  top: 45px;
  display: block;
  font-family: 'texgyreadventorbold';
  font-size: 18px;
  line-height: 44px;
  color: #fff;
  background: #2c97ea;
  border-radius: 50%;
}
.how-apply ul li:hover .icon-block, .how-apply ul li.active .icon-block {
  background: #3eb25c;
}
.how-apply ul li:hover .num, .how-apply ul li.active .num {
  background: #ff9600;
}
.how-apply ul li h3 {
  display: block;
  padding: 34px 0 25px 0;
  font-family: 'texgyreadventorbold';
  font-size: 18px;
  color: #211d1e;
  text-transform: uppercase;
}
.how-apply ul li p {
  display: block;
  padding: 0 40px 0;
}
.how-apply .button-wrapper {
  display: block;
  text-align: center;
  position: relative;
}
.how-apply .button-wrapper:before, .how-apply .button-wrapper:after {
  width: calc(50% - 110px);
  height: 1px;
  background: #d8d8d8;
  content: "";
  position: absolute;
  top: 50%
}
.how-apply .button-wrapper:before {
  left: 0;
}
.how-apply .button-wrapper:after {
  right: 0;
}
/*-----------------------
        comments section
-----------------------*/
.comments-wrapper {
  display: block;
  background: #f3f6f8;
}
.comments-wrapper h2 {
  display: block;
  padding-bottom: 22px;
  font-family: 'texgyreadventorbold';
  font-size: 24px;
  color: #606d87;
  text-transform: uppercase;
  border-bottom: 1px #d5d7d9 solid;
  position: relative;
}
.comments-wrapper h2:after {
  display: block;
  width: 166px;
  height: 1px;
  background: #4181b9;
  position: absolute;
  bottom: -1px;
  content: "";
  background: #4181b9;
}
.comments-wrapper ul.comments {
  display: block;
  padding-top: 56px;
  padding-bottom: 40px;
}
.comments-wrapper ul.comments li {
  margin-bottom: 30px;
}
.comments-wrapper ul.comments li .com-img {
  width: 68px;
  height: 68px;
  float: left;
}
.comments-wrapper ul.comments li .com-txt {
  width: calc(100% - 92px);
  padding: 30px 60px 30px 30px;
  float: right;
  background: #fbfcfd;
  border: 1px #d1dadf solid;
  position: relative;
}
.comments-wrapper ul.comments li .com-txt:after, .comments-wrapper ul.comments li .com-txt:before {
  right: 100%;
  top: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
}
.comments-wrapper ul.comments li .com-txt:after {
  border-color: rgba(243, 246, 248, 0);
  border-right-color: #fbfcfd;
  border-width: 8px;
  margin-top: -8px;
}
.comments-wrapper ul.comments li .com-txt:before {
  border-color: rgba(209, 218, 223, 0);
  border-right-color: #d1dadf;
  border-width: 9px;
  margin-top: -9px;
}
.comments-wrapper ul.comments li .com-txt h3 {
  display: block;
  padding-bottom: 13px;
  font-family: 'texgyreadventorbold';
  font-size: 16px;
  color: #4b5761;
  text-transform: uppercase;
}
.comments-wrapper ul.comments li .com-txt h3 span {
  padding-left: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #96adba;
}
.comments-wrapper ul.comments li .com-txt p {
  padding-bottom: 10px;
  line-height: 20px;
}
.comments-wrapper ul.comments li .com-txt a {
  font-size: 12px;
  font-weight: 700;
  color: #4181b9;
  text-transform: uppercase;
}
.comments-wrapper ul.comments li .com-txt a span {
  display: inline-block;
  vertical-align: middle;
  padding-right: 6px;
  font-size: 16px;
  opacity: 0.5;
  transition: all 0.3s ease 0s;
}
.comments-wrapper ul.comments li .com-txt a:hover {
  color: #ff9600;
}
.comments-wrapper ul.comments li .com-txt a:hover span {
  opacity: 1;
}
.comments-wrapper hr {
  margin: 0px;
  border-color: #d5d7d9;
}
.leave-comment h4 {
  display: block;
  padding: 60px 0;
  font-family: 'texgyreadventorbold';
  font-size: 20px;
  color: #606d87;
  text-transform: uppercase;
}
.leave-comment .row1 {
  display: block;
  margin-bottom: 30px;
}
.leave-comment input {
  width: calc(50% - 25px);
  height: 46px;
  padding: 0 20px;
  float: left;
  background: none;
  border: none;
  border-left: 1px #cbd8de solid;
  border-bottom: 1px #cbd8de solid;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #7f8385;
}
.leave-comment input:last-child {
  float: right;
}
.leave-comment textarea {
  width: 100%;
  height: 130px;
  margin-bottom: 40px;
  padding: 10px 20px;
  float: left;
  background: none;
  border: none;
  border-left: 1px #cbd8de solid;
  border-bottom: 1px #cbd8de solid;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #7f8385;
  resize: none;
}
.pdf_scroll #mCSB_1_container {
  width: 100%;
  height: 100%;
}
#content-3.pdf_scroll {
  height: 800px;
}
/* ================================================== */
/* 09. contact page */
/* ================================================== */
.inner-banner.contact {
  min-height: 240px;
  padding: 60px 0;
}
.form-wrapper {
  display: block;
}
.form-wrapper .input-row {
  display: block;
}
.form-wrapper .row .col-sm-6 {
  margin-bottom: 40px;
}
.form-wrapper input {
  width: 100%;
  padding: 0 22px;
  height: 46px;
  border: none;
  border-bottom: 1px #dae4e8 solid;
  border-left: 1px #dae4e8 solid;
  font-size: 12px;
  color: #858788;
}
.google-map {
  display: block;
  position: relative;
}
.google-map .container {
  position: absolute;
  margin: 0 auto;
  left: 0px;
  right: 0px;
  top: 0px;
}
.google-map #map {
  height: 550px;
  z-index: 1;
}
.google-map #map iframe {
  width: 100%;
  height: 100%;
}
.contact-detail {
  max-width: 360px;
  margin: 96px 0;
  float: right;
  background: #17a43b;
  color: #fff;
  box-shadow: 0 0 30px #bfcdbf;
  position: relative;
  z-index: 2;
}
.contact-detail .address {
  display: block;
  padding: 18px 40px 12px 70px;
}
.contact-detail .inner {
  display: block;
  padding: 18px 0;
  border-bottom: 1px #45b662 solid;
  position: relative;
}
.contact-detail .inner:before {
  width: 16px;
  height: 23px;
  display: block;
  position: absolute;
  left: -30px;
  font-family: 'icomoon' !important;
  font-size: 22px;
  content: "\e918";
  color: #a4dbb2;
}
.contact-detail .inner:nth-child(2):before {
  width: 19px;
  height: 19px;
  display: block;
  position: absolute;
  left: -30px;
  font-size: 18px;
  content: "\e91a";
}
.contact-detail .inner:nth-child(3) {
  border-bottom: none;
}
.contact-detail .inner:nth-child(3):before {
  width: 21px;
  height: 15px;
  display: block;
  position: absolute;
  left: -30px;
  top: 20px;
  font-size: 16px;
  content: "\e919";
}
.contact-detail .inner h3 {
  padding-bottom: 6px;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}
.contact-detail .inner p {
  color: #9be5ad;
  line-height: 20px;
}
.contact-detail .inner a {
  padding-bottom: 6px;
  font-size: 18px;
  font-family: 'texgyreadventorbold';
  color: #fff;
}
.contact-bottom {
  display: block;
  padding: 27px 0 23px 0;
  background: #ff9600;
  text-align: center;
}
.contact-bottom ul.follow-us {
  display: block;
}
.contact-bottom ul.follow-us li {
  display: inline-block;
  padding: 0 20px;
  font-size: 24px;
}
.contact-bottom ul.follow-us li a {
  color: #fff;
  opacity: 0.7;
}
.contact-bottom ul.follow-us li a:hover {
  color: #fff;
  opacity: 1;
}
.have-question h2 {
  color: #2d4256;
}
.have-question ul li {
  margin-bottom: 0px;
}
.have-question ul li:after {
  display: none;
}
.error {
  margin: 5px 0 0 0;
  font-size: 13px;
  color: #cb0101;
}
.msg {
  display: none;
}
.msg-error {
  display: block;
  padding: 6px 20px;
  margin: 30px 0 0 0;
  font-size: 13px;
  color: #fff;
  background: #c70202;
  border-radius: 4px;
}
.msg-error:after {
  display: inline-block;
  vertical-align: middle;
  font-family: 'FontAwesome';
  content: "\f071";
  float: right;
}
.msg-success {
  display: block;
  padding: 6px 20px;
  margin: 30px 0 0 0;
  font-size: 13px;
  color: #fff;
  background: #17a43b;
  border-radius: 4px;
}
.msg-success:after {
  display: inline-block;
  vertical-align: middle;
  font-family: 'FontAwesome';
  content: "\f00c";
  float: right;
}
/* ================================================== */
/* 10. blog page */
/* ================================================== */
.inner-banner.blog {
  min-height: 240px;
  padding: 60px 0;
}
.inner-banner.blog .content {
  margin: 0 auto;
  text-align: center;
}
.blog-wrapper {
  display: block;
}
.blog-left {
  display: block;
  position: relative;
}
.blog-left:after {
  width: 1px;
  height: 100%;
  display: block;
  background: #e5e5e5;
  position: absolute;
  top: 0px;
  right: -50px;
  content: "";
}
ul.blog-listing {
  display: block;
}
ul.blog-listing > li {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px #e9e9e9 solid;
}
ul.blog-listing > li h2 {
  padding: 30px 0 20px 0;
  font-family: 'texgyreadventorregular';
  font-size: 24px;
  color: #343a3c;
  line-height: 36px;
  text-transform: none;
}
ul.blog-listing > li p {
  padding-bottom: 26px;
  color: #8d8f8f;
}
ul.blog-listing > li .read-more {
  font-family: 'texgyreadventorbold';
  font-size: 14px;
  color: #606d87;
  text-transform: uppercase;
}
ul.blog-listing > li .read-more span {
  vertical-align: middle;
  margin-right: 7px;
  font-size: 18px;
  color: #ff9600;
  transition: all 0.3s ease 0s;
}
ul.blog-listing > li .read-more:hover span {
  color: #17a43b;
}
ul.post-detail {
  display: block;
  padding-bottom: 17px;
}
ul.post-detail li {
  display: inline-block;
  padding-right: 20px;
  font-size: 12px;
  color: #96adba;
}
ul.post-detail li .ico {
  display: inline-block;
  vertical-align: middle;
  padding-right: 6px;
  font-size: 17px;
  color: #afc0c9;
}
ul.post-detail li .bold {
  font-weight: 700;
  color: #5c7e91;
  text-transform: uppercase;
}
ul.post-detail li .label {
  display: inline-block;
  padding: 5px 10px;
  background: #abbfc9 scroll;
  border-radius: 2px;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
}
.blog-wrapper .pagination > li > a, .blog-wrapper .pagination > li > span {
  background: #ecf4fa;
}
.blog-wrapper .pagination > li > a:focus, .blog-wrapper .pagination > li > a:hover, .blog-wrapper .pagination > li > span:focus, .blog-wrapper .pagination > li > span:hover {
  background: #ff9600;
}
.blog-right {
  display: block;
  padding-left: 100px;
}
.search-block {
  display: block;
  margin-bottom: 40px;
  background: #e9e9e9;
}
.search-block input {
  width: calc(100% - 58px);
  height: 42px;
  float: left;
  padding: 0 20px;
  border: none;
  background: none;
}
.search-block .search {
  width: 40px;
  height: 42px;
  float: right;
  border: none;
  background: #ff9600;
  font-size: 16px;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.search-block .search:hover {
  background: #17a43b;
}
.blog-right h3 {
  padding-bottom: 16px;
  font-size: 17px;
  color: #606d87;
  text-transform: uppercase;
}
.category {
  display: block;
  padding-bottom: 70px;
}
.category h3 {
  border-bottom: 1px #eee solid;
}
.category ul {
  display: block;
}
.category ul li {
  display: block;
  border-bottom: 1px #eee solid;
}
.category ul li:last-child {
  border-bottom: none;
}
.category ul li a {
  display: block;
  padding: 10px 0;
  font-size: 13px;
  color: #899eaa;
}
.category ul li a span {
  display: inline-block;
  margin-top: 5px;
  background: #bed1db;
  float: right;
  padding: 1.5px 5px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  line-height: 14px;
  transition: all 0.3s ease 0s;
}
.category ul li a:hover span {
  background: #2c97ea;
}
.recent-post {
  display: block;
  padding-bottom: 60px;
}
.recent-post ul {
  display: block;
}
.recent-post ul li {
  display: block;
  padding: 15px 0;
  border-bottom: 1px #eee solid;
}
.recent-post ul li:last-child {
  border: none;
}
.recent-post ul li .img-block {
  width: 22%;
  float: left;
}
.recent-post ul li .detail {
  width: 78%;
  padding-left: 15px;
  float: left;
}
.recent-post ul li .detail h4 {
  padding-bottom: 4px;
  font-family: 'texgyreadventorbold';
  font-size: 12px;
  color: #5f6f77;
  text-transform: uppercase;
}
.recent-post ul li .detail p {
  font-size: 12px;
  color: #b9c8d0;
}
.recent-post ul li .detail .ico {
  padding-right: 7px;
  font-size: 15px;
  color: #adbec8;
}
.recent-post ul li .detail p span {
  font-weight: 700;
  text-transform: uppercase;
  color: #98abb6;
}
.archives {
  display: block;
  padding-bottom: 60px;
}
.archives h3 {
  border-bottom: 1px #eee solid;
}
.archives ul {
  display: block;
}
.archives ul li {
  display: block;
  border-bottom: 1px #eee solid;
}
.archives ul li:last-child {
  border: none;
}
.archives ul li a {
  display: block;
  padding: 10px 0;
  font-size: 12px;
  font-weight: 700;
  color: #899eaa;
  text-transform: uppercase;
}
.archives ul li a:hover, .archives ul li:hover span {
  color: #ff9600;
}
.archives ul li span {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  padding-right: 10px;
  vertical-align: middle;
  font-size: 20px;
  color: #adbec8;
}
.blog-right .tags {
  display: block;
  padding-bottom: 70px;
}
.blog-right .tags h3 {
  border-bottom: 1px #eee solid;
}
ul.tags-list {
  display: block;
  padding-top: 24px;
}
ul.tags-list li {
  display: block;
  margin-right: 8px;
  float: left;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: bold;
}
ul.tags-list li a {
  padding: 4px 10px;
  color: #fff;
  background: #abbfc9;
  text-transform: uppercase;
  border-radius: 2px;
}
ul.tags-list li a:hover {
  background: #17a43b;
}
/* ================================================== */
/* 11. blog detail page */
/* ================================================== */
.imp-quote {
  display: block;
  padding: 25px 20px 0 66px;
  margin-bottom: 30px;
  border-radius: 4px;
  background: #eef2f4;
  position: relative;
}
.imp-quote:before {
  position: absolute;
  left: 26px;
  top: 30px;
  font-family: 'icomoon';
  font-size: 20px;
  content: "\e90d";
  color: #4181b9;
}
.imp-quote > p {
  display: block;
  font-size: 14px;
  font-style: italic;
  color: #79929f !important;
  line-height: 24px;
}
ul.blog-listing.detail > li {
  margin-bottom: 0px;
  padding-bottom: 50px;
}
.blog-left ul.follow-us {
  display: inline-block;
  padding-right: 15px;
  margin-top: -17px;
  background: #fff;
}
.blog-left ul.follow-us li {
  display: block;
  padding: 0 4px;
  float: left;
}
.blog-left ul.follow-us li:first-child {
  padding-left: 0px;
}
.blog-left ul.follow-us li a {
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 50%;
  background: #c6d9ea;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
.blog-left ul.follow-us li a:hover {
  background: #17a43b;
  border-color: #1c7bc3;
}
.blog-left .comments-wrapper {
  background: none;
  padding: 50px 0 0 0;
  border-bottom: 1px #dfdfdf solid;
}
.blog-left .comments-wrapper ul.comments li .com-txt {
  background: none;
}
.blog-left .comments-wrapper ul.comments li.col-xs-offset-1 {
  padding-left: 42px;
}
.blog-left .leave-comment h4 {
  padding: 50px 0;
}
/* ================================================== */
/* 12. 404 page */
/* ================================================== */
.not-found-wrapper {
  max-width: 480px;
  margin: 130px auto;
  padding: 240px 0 0 0;
  background: url(../images/404-img.png) no-repeat center top / 100%;
  text-align: center;
}
.not-found-wrapper h1 {
  font-size: 186px;
  color: #bcbfc1
}
.not-found-wrapper p {
  padding-bottom: 60px;
  font-family: 'texgyreadventorbold';
  font-size: 30px;
  color: #bcbfc1;
  text-transform: uppercase;
}
/* ================================================== */
/* 13. FAQ pages */
/* ================================================== */
/*-----------------------
        FAQ 1
-----------------------*/
.faq-wrapper {
  display: block;
  background: #f3f6f8;
}
.faq-wrapper .search-block {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 4px 4px #eaedef;
}
.faq-wrapper .search-block input {
  height: 58px;
}
.faq-wrapper .search-block .search {
  width: 58px;
  height: 58px;
  border-radius: 0px 4px 4px 0px;
}
ul.faq-listing {
  display: block;
}
ul.faq-listing li {
  margin-bottom: 25px;
  position: relative;
}
ul.faq-listing li:after {
  width: 1px;
  height: calc(100% - 25px);
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  background: #e2e4e6;
  content: "";
}
ul.faq-listing li:nth-child(even):after {
  display: none;
}
ul.faq-listing li:nth-child(even) .inner {
  padding-left: 88px;
}
ul.faq-listing li:nth-child(even) .inner:before {
  left: 20px;
}
ul.faq-listing li:nth-last-child(2) .inner, ul.faq-listing li:last-child .inner {
  border-bottom: none;
}
ul.faq-listing li .inner {
  display: block;
  padding: 50px 40px 50px 68px;
  border-bottom: 1px #e2e4e6 solid;
  position: relative;
}
ul.faq-listing li .inner:before {
  position: absolute;
  left: 0px;
  top: 58px;
  font-family: 'icomoon';
  font-size: 46px;
  color: #c5d4da;
  content: "\e91c";
}
ul.faq-listing li h2 {
  padding-bottom: 20px;
  font-size: 18px;
  color: #284962;
  text-transform: uppercase;
  line-height: 26px;
}
.faq-wrapper hr {
  margin: 0px;
  border-color: #e2e4e6;
}
.faq-wrapper .text-center, .testimonial-outer .text-center {
  margin-top: 80px;
}
.pagination.blue > li > a, .faq-wrapper .pagination.blue > li > span {
  background: #e3edf5;
}
.pagination.blue > li > a:focus, .pagination.blue > li > a:hover, .pagination.blue > li > span:focus, .pagination.blue > li > span:hover {
  background: #ff9600;
}
/* ================================================== */
/* 14. login page */
/* ================================================== */
.fill-bg {
  background: url(../images/login-bg.jpg) no-repeat center center / cover;
  background-attachment: fixed;
}
.fill-bg:after {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}
.login-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  display: table;
  z-index: 2;
}
.login-wrapper .inner {
  display: table-cell;
  vertical-align: middle;
}
.panel-default > .panel-heading.active {
  /*  background: #025799;*/
  padding: 9px 15px 6px 0;
}
.login-wrapper .login {
  max-width: 500px;
  margin: 30px auto;
}
.login-wrapper .login-logo {
  margin-bottom: 30px;
}
.login-wrapper .login-logo img {
  margin: 0 auto;
}
.login-wrapper .head-block {
  display: block;
  padding: 22px 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
}
.login-wrapper .head-block h1 {
  font-size: 34px;
  text-transform: uppercase;
  color: #353434;
}
.login-wrapper .cnt-block {
  display: block;
  padding: 40px;
  background: #fff;
}
.form-outer input {
  width: 100%;
  height: 46px;
  margin-bottom: 30px;
  padding: 0 20px;
  background: none;
  border: none;
  border-left: 1px #dae4e8 solid;
  border-bottom: 1px #dae4e8 solid;
  font-size: 12px;
  font-weight: 700;
  color: #7f8385;
  z-index: 2;
  position: relative;
}
.login-wrapper .button-outer {
  display: block;
  position: relative;
}
.login-wrapper .or {
  width: 16%;
  display: inline-block;
  font-family: 'texgyreadventorbold';
  font-size: 18px;
  text-align: center;
  color: #b7c1c4;
  text-transform: uppercase;
}
.login-wrapper .btn:hover {
  background: #17a43b;
}
.login-wrapper .register {
  display: block;
  float: right;
  background: #7f7f7f;
}
.login-wrapper .remember {
  display: block;
  margin: 36px 0 0 0;
  font-family: 'texgyreadventorbold';
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}
.login-wrapper .remember .check {
  display: inline-block;
  margin-right: 15px;
  line-height: 15px;
  color: #6e7e83;
}
.login-wrapper .remember .check input {
  height: auto;
  position: absolute;
}
.login-wrapper a.forgot {
  display: inline-block;
  margin-left: 15px;
  color: #6e7e83;
}
.login-wrapper a.forgot:hover {
  color: #17a43b;
}
.login-wrapper a.forgot span {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  background: #becfd5;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
}
.login-wrapper a.forgot:hover span {
  background: #17a43b;
}
.login-wrapper .login-footer {
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.login-wrapper ul.follow-us {
  display: block;
}
.login-wrapper ul.follow-us li {
  display: inline-block;
  padding: 0 15px;
}
.login-wrapper ul.follow-us li a {
  font-size: 18px;
  color: #849da6;
}
.login-wrapper ul.follow-us li a:hover {
  color: #1e4f61;
}
/* Base for label styling */
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
  /*	position: absolute;*/
  /*	left: -9999px;*/
}
[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
}
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  width: 17px;
  height: 17px;
  background: #dae4e8;
  border-radius: 3px;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {
  font-family: 'icomoon';
  font-size: 11px;
  content: '\e91e';
  position: absolute;
  top: 3px;
  left: 3px;
  line-height: 0.8;
  color: #17a43b;
  transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* ================================================== */
/* 15. testimonial page */
/* ================================================== */
.testimonial-outer {
  display: block;
}
ul.testimonials {
  text-align: center;
  border-bottom: 1px #dfe5e1 solid;
  position: relative;
}
ul.testimonials:after {
  width: 5px;
  height: 100%;
  display: block;
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  background: #fff;
}
ul.testimonials li {
  display: block;
  border-right: 1px #dfe5e1 solid;
  border-bottom: 1px #dfe5e1 solid;
  position: relative;
}
ul.testimonials li .quotblock {
  display: block;
  padding: 50px 20px;
}
ul.testimonials li:nth-last-child(1), ul.testimonials li:nth-last-child(2), ul.testimonials li:nth-last-child(3) {
  border-bottom: none;
}
ul.testimonials li:nth-last-child(1):after, ul.testimonials li:nth-last-child(2):after, ul.testimonials li:nth-last-child(3):after, ul.testimonials li:nth-last-child(1):before, ul.testimonials li:nth-last-child(2):before, ul.testimonials li:nth-last-child(3):before {
  display: none !important;
}
ul.testimonials li:after, ul.testimonials li:nth-child(2n):before, ul.testimonials li:nth-child(3n):before {
  width: 5px;
  height: 7px;
  display: block;
  content: "";
  background: url(../images/testi-clip.png) no-repeat left top;
  position: absolute;
  bottom: -4px;
}
ul.testimonials li:nth-child(1) .quotblock, ul.testimonials li:nth-child(2) .quotblock, ul.testimonials li:nth-child(3) .quotblock {
  padding-top: 0px;
}
ul.testimonials li:after {
  right: -1px;
}
ul.testimonials li:nth-child(2n):before, ul.testimonials li:nth-child(3n):before {
  left: -1px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
ul.testimonials li img {
  margin: 0 auto 22px;
}
ul.testimonials li .icon-quote-left-icon {
  font-size: 20px;
  color: #ffac34;
}
ul.testimonials li h3 {
  padding: 14px 0 2px 0;
  font-size: 18px;
  color: #464f53;
  text-transform: none;
}
ul.testimonials li .desig {
  display: block;
  padding-bottom: 15px;
  font-size: 12px;
  font-weight: 700;
}
ul.testimonials li p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 36px;
}
.pataprashnalu .course-tab > li {
  width: 50%;
  margin-bottom: 0;
  background: #f1f4f6;
}
.pataprashnalu #myTabContent li {
  margin: 0;
  border-right: 0;
  border-bottom: 0.1px dotted #ccc;
  padding: 4px;
}
.our-impotance .pataprashnalu .pata-prasnalu ul li::after {
  width: 80%;
  background: transparent;
}
.pataprashnalu .pata-prasnalu li a {
  font-size: 23px;
  font-family: 'EenaduU';
  color: #777;
}
.pataprashnalu #myTabs {
  border-bottom: 0;
}
.pataprashnalu #myTabContent ul {
  text-align: left;
  margin-bottom: 10px;
}
.pataprashnalu .course-tab {
  margin: 0;
}
.pataprashnalu #myTabs {
  padding: 0;
  margin-bottom: 15px;
}
.budget-section #budget-nivedika .innerbadget-cont li a {
  padding: 2px 27px !important;
}
.tabs-navi.innerbadget-cont {
  margin-top: 2px;
}
#samajika-serve .tabs-navi li a {
  padding: 2px 27px !important;
}
#budget-nivedika .bgd-nvd .inner_tab p, #budget-nivedika .cen_tab p {
  color: #222;
  font-size: 22px;
  font-family: "EenaduU";
}
.budget-section .main-budget-menu li a {
  padding: 6px 42px !important;
}
#samajika-serve .tab-content .bgd-nvd p {
  color: #222;
  font-size: 23px;
  font-family: "EenaduU";
}
.budget-section #myTabContent ul {
  text-align: left;
  margin-bottom: 10px;
}
.budget-section .course-tab > li {
  width: 33.3%;
  margin-bottom: 0;
  background: #f1f4f6;
  padding: 12px;
}
.budget-section #myTabs {
  border-bottom: 0;
}
.budget-section #myTabs {
  padding: 0;
  margin-bottom: 15px;
}
.budget-section .course-tab li a {
  padding: 0;
}
.budget-section #myTabContent li {
  margin: 0;
  border-right: 0;
  border-bottom: 0.1px dotted #ccc;
  padding: 4px;
}
.budget-section .pata-prasnalu li a {
  font-size: 23px;
  font-family: 'EenaduU';
  color: #777;
}
.budget-section .pata-prasnalu .read-more {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #606d87;
  text-transform: uppercase;
}
.budget-section .pata-prasnalu .read-more:hover span {
  color: #17a43b;
}
.budget-section .pata-prasnalu .read-more span {
  vertical-align: middle;
  margin-right: 7px;
  font-size: 19px;
  color: #ff9600;
  transition: all 0.3s ease 0s;
}
.budget-section #myTabContent li:last-child {
  border-bottom: 0;
}
/* ================================================== */
/* 16. gallery page */
/* ================================================== */
.campus-tour .pagination {
  margin: 80px 0;
}
ul.gallery-filter {
  display: block;
  padding: 0 30px;
  border-bottom: 2px #d8e0e7 solid;
  margin-bottom: 50px;
}
ul.gallery-filter li {
  width: 19%;
  display: inline-block;
  font-family: 'texgyreadventorbold';
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
}
ul.gallery-filter li a {
  display: inline-block;
  padding: 0 0 30px 0;
  color: #909aa1;
}
ul.gallery-filter li:after {
  width: 0px;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -2px;
  right: 0px;
  content: "";
  background: #17a43b;
  color: #4f4a4a;
  transition: all 0.5s ease 0s;
}
ul.gallery-filter li:hover:after, ul.gallery-filter li.active:after {
  width: 100%;
  left: 0px;
  color: #4f4a4a;
}
ul.gallery-filter li:hover a, ul.gallery-filter li.active a {
  color: #4f4a4a;
}
.mfp-counter {
  left: 0px;
  right: 0px;
  margin: 0 auto;
  text-align: center;
}
/* ================================================== */
/* 17. news & events page */
/* ================================================== */
.news-wrapper {
  background: #ededed;
}
ul.news-listing > li {
  margin-bottom: 30px;
}
ul.news-listing > li .inner {
  display: block;
  background: #fff;
  box-shadow: 0 0 8px #e4e7e9;
}
ul.news-listing > li .cnt-block {
  display: block;
  padding: 20px 24px;
}
.jvus .col-lg-6 {
  padding: 0 10px;
  border-right: 2px dotted #ccc;
}
.jvus .col-lg-6:last-child {
  border-right: 0;
}
.jvus img {
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-transition: all .4s ease-in;
}
.jvus img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
}
ul.news-listing > li h2 {
  padding: 6px 12px 0;
  font-size: 30px;
  color: #fff;
  line-height: 30px;
  text-transform: none;
  font-family: 'EenaduU';
  font-weight: bold;
  background: #ff9600;
  margin-bottom: 19px;
}
.news-listing .jvus h2 {
  background: #17a43b;
}
.news-listing .cnt-block li:hover::before {
  color: #ff9600;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
ul.news-listing > li p {
  padding-bottom: 26px;
  color: #8d8f8f;
}
ul.news-listing > li .read-more {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #606d87;
  text-transform: uppercase;
}
ul.news-listing > li .read-more span {
  vertical-align: middle;
  margin-right: 7px;
  font-size: 19px;
  color: #ff9600;
  transition: all 0.3s ease 0s;
}
ul.news-listing > li .read-more:hover span {
  color: #17a43b;
}
.news-wrapper ul.post-detail {
  padding-bottom: 9px;
}
.news-wrapper ul.post-detail li .ico {
  font-size: 17px;
}
.padding-lg {
  display: block;
  margin: 0px;
  height: auto;
  background: #e4e4e4;
  padding: 4px;
  /*box-shadow: 1px 0px 3px 3px #ccc;*/
}
 .parents-colom figure img {
  width: 100%!important;
  height: 130px!important;
}
/*.parents-colom figure img {
    max-height: 216px;
    min-height: 100%;
}*/
.parents-colom h3 {
  color: #025799;
  font-weight: normal;
  font-family: "EenaduUH";
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.parents-colom p {
  color: #000;
  font-size: 23px;
  font-family: "EenaduU";
  height: 72px;
  overflow: hidden;
}
.new-parents {
  background: #234460;
  padding: 5px 16px 0;
  position: absolute;
  right: 9px;
  z-index: 9999;
  bottom: 9px;
}
.new-parents a i {
  color: #fff;
  font-size: 18px;
}
.parents-info {
  padding: 15px 15px 5px;
}
.parents-colom {
  position: relative;
  background: #fff;
  padding: 0px;
  margin: 0 0 0 -6px;
}
/* ==================================================
   Vidya Udyoga Samacharam
   ================================================*/
.news-listing .cnt-block li h3 {
  font-size: 22px;
  font-family: 'EenaduUH';
  line-height: 45px;
  color: #3b688d;
}
.cnt-block li {
  padding: 28px;
  display: inline-block;
  margin: 0 0 24px 5px;
  width: 209px;
  height: 180px;
  border: 0.1px solid #ccc;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.cnt-block li:hover {
  box-shadow: 1px 1px 5px #ccc;
  border: none;
}
.our-impotance .inner img {
  display: inline;
}
.extra-category img {
  display: inline;
}
.extra-category h3 {
  margin: 9px 0;
}
/*=================================
    Taja Falitalu
=================================*/
.taja_falitalu h3 {
  font-size: 20px;
  font-family: "EenaduUH";
  margin: 0px;
  padding: 9px 15px 5px;
  color: #fff;
  background: #3a91f3;
  border-left: solid 10px #025799;
}
/*.taja_falitalu h3::before{
	content: "|";

    font-size: 35px;
    color: #000;
    font-weight: bold;

    margin: 0px;
    padding: 0px 6px 0 6px;
    position: relative;
    top: 4px;
}*/
.vidya-title {
  font-size: 22px;
  font-family: "EenaduUH";
  margin: 0px;
  padding: 0px;
  color: #fff;
  background: #3a91f3;
  border-left: solid 10px #025799;
}
.newshedding {
  margin: 15px 0 15px 0px;
  padding: 0px;
  background: #fff;
  font-size: 18px;
  font-family: "EenaduUH";
  text-align: center;
  color: #000;
}
.btn-strip {
  height: 2px;
  width: 26%;
  background: #222;
  display: block;
  margin: -10px 0px 0px 10px;
}

.taja_falitalu {
  display: block;
  background: #fff;
  box-shadow: 0 0 8px #e4e7e9;
  padding: 0px;
	margin-bottom: 15px;
}
.latest-updates-title li a::before {
  content: "\f138";
  font-family: 'FontAwesome';
  list-style-position: outside;
  margin-right: 11px;
  font-size: 16px;
}
.latest-updates-title li a:hover::before {
  color: #4691ce;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.latest-updates-title li a {
  color: #000;
  font-family: EenaduU;
  font-size: 26px;
  line-height: 25px;
  clear: both;
  overflow: hidden;
}
.latest-updates-title ul {
  padding-top: 15px;
}
.taja_falitalu .latest-updates-title li {
  padding: 3px 5px 3px 8px;
  border-bottom: 0.1px dotted #ccc;
  margin-bottom: 5px;
}
.taja_falitalu .latest-updates-title li:last-child{
	border-bottom: none;
}
.more-btn {
  margin: 7px 0 0;
}
.more-btn a {
  color: #777;
  font-family: "arial";
  font-size: 12px;
  border: 0.1px solid #777;
  padding: 2px 6px;
}
.customer_comment h3 {
  font-size: 33px;
  font-family: "EenaduU";
  margin: 8px 0;
  color: #fff;
}
.customer_comment li a {
  font-family: "EenaduU";
  font-size: 24px;
  color: #000;
  line-height: 120%;
  text-align: left;
  max-height: 111px;
  overflow: hidden;
}


/******************eenadu-taja************/
.eenadu-taja{
	 display: block;
  background: #fff;
  /*box-shadow: 0 0 8px #e4e7e9;*/
  padding: 0px;
  margin: 0px;

}
.eenadu-taja h3 {
  font-size: 20px;
  font-family: "EenaduUH";
  margin: 0px;
  padding: 9px 15px 5px;
  color: #fff;
  background: #025799;
/*  border-left: solid 10px #025799;*/
}
.eenadu-taja ul {
  padding-top: 15px;
}
.eenadu-taja li {
  padding: 3px 5px 3px 8px;
  border-bottom: 0.1px dotted #ccc;
  margin-bottom: 5px;
	list-style: square;
	list-style-position: inside;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.eenadu-taja li:last-child{
	border-bottom: none;
}
.eenadu-taja li a {
  color: #000;
  font-family: 'EenaduU';
  font-size: 26px;
  line-height: 25px;
  clear: both;
  overflow: hidden;
	padding: 0px;
	margin: 0px;
}


/* ================================================== */
/* 18. privacy page */
/* ================================================== */
.privacy-wrapper {
  background: #f1f4f6;
}
.privacy-wrapper h2 {
  display: block;
  padding-bottom: 25px;
  font-size: 30px;
  color: #343a3c;
  line-height: 32px;
  text-transform: none;
}
.privacy-wrapper p {
  padding-bottom: 25px;
  color: #7d8081;
}
ul.privacy-listing {
  padding: 10px 0;
}
ul.privacy-listing > li {
  border-bottom: 1px dashed #c9cdce;
  color: #707c82;
  font-weight: 700;
  margin-bottom: 8px;
  padding: 0 0 15px 24px;
  position: relative;
}
ul.privacy-listing > li:last-child {
  border-bottom: none;
}
ul.privacy-listing > li:before {
  display: block;
  position: absolute;
  left: 0px;
  top: 4px;
  font-family: 'icomoon';
  font-size: 12px;
  color: #79a2c2;
  content: "\e917";
}
ul.privacy-listing > li > ul {
  padding: 4px 0;
}
ul.privacy-listing > li > ul > li {
  font-size: 12px;
  font-weight: normal;
}
ul.privacy-listing > li > ul > li:before {
  display: inline-block;
  vertical-align: middle;
  top: -2px;
  width: 5px;
  height: 5px;
  margin-right: 12px;
  border-radius: 50%;
  content: "";
  background: #98b4cb;
}
.privacy-wrapper hr {
  border-color: #daddde;
}
.privacy-wrapper h3 {
  display: block;
  padding-bottom: 25px;
  font-size: 24px;
  color: #343a3c;
  line-height: 32px;
  text-transform: none;
}
.privacy-wrapper .padding-top {
  padding-top: 30px;
}
.imp-note {
  display: block;
  margin: 10px 0 38px 0;
  box-shadow: 0 0 8px #e4e7e9;
  padding: 24px 40px 5px 22px;
  background: #fdfdfe;
}
.imp-note span {
  width: 72px;
  height: 72px;
  line-height: 52px;
  margin-right: 25px;
  display: block;
  float: left;
  border-radius: 50%;
  background: #fec472;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  border: 12px #fdf2e4 solid;
}
.imp-note p {
  padding-bottom: 25px;
  font-size: 13px;
  color: #94a6af;
  line-height: 22px;
  overflow: hidden;
}
ol.ord-listing {
  padding-left: 68px;
  counter-reset: li;
  list-style: none;
  *list-style: decimal;
}
ol.ord-listing li {
  position: relative;
  min-height: 60px;
  margin-top: 15px;
  padding-bottom: 20px;
  color: #7d8081;
  border-bottom: 1px #daddde solid;
}
ol.ord-listing li:before {
  content: counter(li);
  counter-increment: li;
  color: #fff;
  background: #17a43b;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: absolute;
  top: 7px;
  left: -50px;
}
ol.ord-listing li:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}
/* ================================================== */
/* 19. register page */
/* ================================================== */
.form-outer input.country-code {
  float: left;
  width: 16%;
}
.form-outer input.phone-no {
  float: right;
  width: calc(84% - 18px);
}
.register .cnt-block textarea {
  width: 100%;
  height: 122px;
  margin-bottom: 30px;
  padding: 0 20px;
  background: none;
  border: none;
  border-left: 1px #dae4e8 solid;
  border-bottom: 1px #dae4e8 solid;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #7f8385;
  resize: none;
}
.datepicker {
  min-width: 260px;
  border: 1px #dae4e8 solid;
  box-shadow: none;
}
.form-outer .date {
  position: relative;
}
.form-outer .date .icon-calander-icon {
  position: absolute;
  right: 0px;
  top: 14px;
  font-size: 19px;
  color: #aab8be;
}
.register .cnt-block {
  padding: 70px 80px;
}
.register .regiter-inner {
  max-width: 1000px;
  padding: 0 15px;
  margin: 30px auto;
}
.form-outer h2 {
  padding-bottom: 14px;
  font-size: 13px;
  text-transform: uppercase;
  color: #353434;
}
.form-outer ul.select-opt {
  list-style: none;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0 0 40px 0;
}
ul.select-opt li {
  color: #aaa;
  display: block;
  position: relative;
  float: left;
  font-size: 12px;
  text-transform: uppercase;
}
.login-wrapper .cnt-block ul.select-opt li input {
  height: auto;
  margin: 0px;
}
ul.select-opt li input[type=radio] {
  position: absolute;
  visibility: hidden;
}
ul.select-opt li label {
  display: block;
  position: relative;
  padding: 0px 30px 0 26px;
  margin: 0px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}
ul.select-opt li .check {
  display: block;
  position: absolute;
  background: #dae4e8;
  border-radius: 2px;
  height: 17px;
  width: 17px;
  top: 4px;
  left: 0px;
  z-index: 5;
}
ul.select-opt li:hover .check {
  border: 3px solid #dae4e8;
}
ul.select-opt li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 2px;
  height: 11px;
  width: 11px;
  top: 0px;
  left: 0px;
  margin: auto;
}
.form-outer input[type=radio]:checked ~ .check {
  border: 3px solid #dae4e8;
}
.form-outer input[type=radio]:checked ~ .check::before {
  background: #ef5b34;
}
.form-outer input[type="radio"]:checked ~ label {
  color: #343a3c;
}
/* ================================================== */
/* 20. apply online page */
/* ================================================== */
.form-outer .select2.select2-container {
  width: 100% !important;
}
.form-outer .select2-container--default .select2-selection--single {
  width: 100%;
  height: 46px;
  margin-bottom: 1px;
  padding: 0 20px;
  background: none;
  border: none;
  border-left: 1px #dae4e8 solid;
  border-bottom: 1px #dae4e8 solid;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #7f8385;
  border-radius: 0px;
}
.form-outer .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0px;
  color: #7f8385;
  line-height: 43px;
}
.form-outer .col-left {
  float: left;
}
.form-outer .col-left:first-child {
  padding-right: 10%;
}
/* ================================================== */
/* 21. generic UI page */
/* ================================================== */
.generic-wrapper {
  display: block;
}
.generic-wrapper .head-block {
  display: block;
  padding-bottom: 50px;
}
.generic-wrapper .head-block h2 {
  padding-bottom: 10px;
}
.generic-wrapper .head-block p {
  color: #7d8081;
}
.generic-wrapper hr {
  margin: 0;
  border-color: #dde5e9;
}
.generic-wrapper .heading-group {
  display: block;
}
.heading-group h1, .heading-group h2, .heading-group h3, .heading-group h4, .heading-group h5, .heading-group h6 {
  padding-bottom: 30px;
}
.heading-right {
  display: block;
}
.heading-right ul.privacy-listing, .heading-right ul.privacy-listing li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.heading-right p {
  padding-bottom: 20px;
}
ul.our-spec {
  display: block;
}
ul.our-spec li {
  width: 33.3%;
  padding-bottom: 50px;
  float: left;
  font-weight: 700;
  color: #284962;
  text-align: center;
  line-height: 20px;
}
ul.our-spec li .icon {
  display: block;
  padding-bottom: 15px;
}
ul.our-spec li .icon img {
  border-radius: 3px;
}
ul.our-spec li:last-child, ul.our-spec li:nth-last-child(2), ul.our-spec li:nth-last-child(3) {
  padding-bottom: 0px;
}
.button-group {
  margin-bottom: 70px;
}
.button-group a {
  display: inline-block;
  vertical-align: middle;
}
a.btn-circle {
  width: 60px;
  height: 60px;
  margin: 0 8px;
  display: inline-block;
  line-height: 64px;
  border-radius: 50%;
  text-align: center;
  background: #ff9600;
  font-size: 22px;
  color: #fff;
}
a.btn-circle.more {
  background: #17a43b;
}
a.btn-circle.plus {
  background: #2c97ea;
}
a.btn-circle.plus:hover {
  background: #ff9600;
}
a.btn-circle:hover {
  background: #2c97ea;
}
.button-group a.btn {
  margin: 0 8px;
}
.generic-wrapper .imp-note {
  margin: 0px;
}
.button-group1 {
  margin: 0;
}
.button-group1 a.download-pros, .button-group1 a.download-cert {
  width: calc(50% - 20px);
  margin: 0 10px;
}
.generic-wrapper ul.tags-list, .generic-wrapper ul.teachers-follow {
  padding-top: 0px;
  margin-bottom: 40px;
}
.generic-wrapper .enquire-now {
  margin: inherit;
}
/* ================================================== */
/* 22. Coming Soon */
/* ================================================== */
.coming-soon {
  display: block;
}
.coming-soon .left {
  height: 100vh;
  display: table;
  text-align: center;
  position: relative;
}
.coming-soon .inner {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.coming-soon .left a.logo {
  width: 200px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
}
.coming-soon .cnt-block {
  max-width: 490px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.coming-soon .cnt-block h1 {
  display: block;
  padding-bottom: 40px;
  font-size: 60px;
}
.stay-connected {
  width: 100%;
  position: absolute;
  bottom: 80px;
}
.stay-connected h2 {
  padding-bottom: 25px;
  font-size: 18px;
  text-transform: inherit;
}
.coming-soon ul.follow-us {
  display: block;
}
.coming-soon ul.follow-us li {
  display: inline-block;
  padding: 0 3px;
}
.coming-soon ul.follow-us li a {
  width: 38px;
  height: 38px;
  display: block;
  background: rgba(28, 123, 195, 0.3);
  border-radius: 50%;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  color: #fff;
}
.coming-soon ul.follow-us li a:hover {
  background: rgba(28, 123, 195, 1);
  border-color: #1c7bc3;
}
.coming-soon .right {
  height: 100vh;
  display: table;
  background: url(../images/coming-soon-bg.jpg) no-repeat center top / cover;
  text-align: center;
  position: relative;
  color: #fff;
}
.coming-soon .right:after {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  background: rgba(0, 0, 0, 0.7);
}
.coming-soon .right .ready {
  display: block;
  padding-bottom: 60px;
}
.coming-soon .right h2 {
  padding-bottom: 20px;
  font-family: 'texgyreadventorregular';
  font-size: 20px;
  text-transform: inherit;
  color: #fff;
}
.coming-soon .right ul {
  display: block;
}
.coming-soon .right ul li {
  display: inline-block;
  position: relative;
  padding: 0 20px;
  font-weight: 300;
  color: #fff;
}
.coming-soon .right ul li:after {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  content: ":";
  font-size: 60px;
  position: absolute;
  right: -5px;
  top: 18%;
}
.coming-soon .right ul li:last-child:after {
  display: none;
}
.coming-soon .right ul li span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
}
.coming-soon .right ul li .count {
  font-size: 70px;
  font-weight: 300;
  line-height: 70px;
}
.coming-soon .stay-tuned {
  max-width: 400px;
  margin: 0 auto;
}
.coming-soon .stay-tuned p {
  max-width: 320px;
  padding-bottom: 25px;
  margin: 0 auto;
  opacity: 0.7;
}
.coming-soon .stay-tuned input[type="email"] {
  width: calc(100% - 115px);
  height: 46px;
  padding: 0 0 0 55px;
  border: none;
  border-radius: 25px 0 0 25px;
  color: #9cb0be;
  text-transform: none;
}
.coming-soon .stay-tuned #mc_embed_signup_scroll {
  position: relative;
}
.coming-soon .stay-tuned #mc_embed_signup_scroll:before {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'icomoon';
  font-size: 20px;
  content: "\e907";
  color: #c0cfda;
  z-index: 1;
}
.coming-soon .stay-tuned input::-webkit-input-placeholder {
  text-transform: none;
}
.coming-soon .stay-tuned input:-moz-placeholder { /* Firefox 18- */
  text-transform: none;
}
.coming-soon .stay-tuned input::-moz-placeholder { /* Firefox 19+ */
  text-transform: none;
}
:-ms-input-placeholder {
  text-transform: none;
}
.coming-soon .stay-tuned .clear {
  float: right;
}
.coming-soon .stay-tuned .clear .button {
  width: 115px;
  background: #ff9600;
  padding: 10px 0;
  border: none;
  border-radius: 0 25px 25px 0;
  transition: all 0.3s ease 0s;
}
.coming-soon .stay-tuned .clear .button:hover {
  background: #2c97ea;
}
/* ======== paremts kolam ===========*/
.expert-chefs-area {
  padding: 85px 0 90px;
  position: relative;
  background: #f8f8f8;
}
.expert-chefs-box {
  overflow: hidden;
  position: relative;
}
.expert-chefs-box .expert-chefs-box-content {
  text-align: center;
  padding: 15px 0 0 0;
  background: #e7272d;
  width: 100%;
  position: absolute;
  bottom: -76px;
  z-index: 2;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.expert-chefs-box .expert-chefs-box-content span {
  position: absolute;
  z-index: 1;
  top: 0px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #222222;
  opacity: 0;
}
.expert-chefs-box .expert-chefs-box-content h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.expert-chefs-box .expert-chefs-box-content h3 a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.expert-chefs-box .expert-chefs-box-content p {
  color: #ffffff;
  position: relative;
}
.expert-chefs-box .expert-chefs-box-content p::before {
  content: "";
  background: #e7272d;
  height: 1px;
  width: 170px;
  z-index: 3;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -15px;
}
.expert-chefs-box .expert-chefs-box-content ul {
  padding: 15px 0;
}
.expert-chefs-box .expert-chefs-box-content ul li {
  display: inline-block;
  margin: 0 20px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: transparent;
}
/*----------------------
    UDYOGA SAMACHARAM ACCORDIAN-----kumar
----------------------*/
#accordian1 {
  background: #365e7f;
  width: 228px;
  margin: 0px;
  color: white;
  /*box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.6), 0 0 200px 1px rgba(255, 255, 255, 0.5);*/
}
#accordian1 h3 {
  background: #234460;
  /*		background: linear-gradient(#003040, #002535);*/
}
#accordian1 h3 a {
  padding: 0 10px;
  font-size: 25px;
  line-height: 34px;
  display: block;
  color: #fff;
  text-decoration: none;
  font-family: EenaduU;
  border-bottom: solid 1px #fff;
}
#accordian1 h3:hover {
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}
i {
  margin-right: 0px;
  /*margin-top:6px;*/
}
#accordian1 li {
  list-style-type: none;
}
#accordian1 ul ul li a, #accordian1 h4 {
  color: white;
  text-decoration: none;
  font-size: 26px;
  line-height: 27px;
  display: block;
  padding: 0 15px;
  transition: all 0.15s;
  position: relative;
  font-family: 'EenaduU';
}
#accordian1 ul ul li a:hover, #accordian1 ul ul li a:active, #accordian1 ul ul li.active {
  background: #003545;
  border-left: 5px solid lightgreen;
}
#accordian1 ul ul {
  display: none;
}
#accordian li.active > ul {
  display: block;
}
#accordian1 ul ul ul {
  margin-left: 15px;
  border-left: 1px dotted rgba(0, 0, 0, 0.5);
}
#accordian1 a:not(:only-child):after {
  content: "\f104";
  font-family: fontawesome;
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 14px;
}
#accordian1 .active > a:not(:only-child):after {
  content: "\f107";
}
#accordian1 i {
  margin-top: 5px;
  padding: 0px;
  float: right;
  font-size: 16px;
}
.post-details h3 {
  font-size: 13px;
  font-family: arial;
  font-weight: bold;
  color: #234460;
}
.post-details li {
  color: #505050;
  font-family: arial;
  font-size: 13px;
  line-height: 30px;
}
.post-details ul {
  margin: 11px 0;
}
/*.post-details p {
  color: #505050;
  font-family: arial;
  padding: 3px 0;
  font-size: 13px;
}*/
.post-details strong {
  font-weight: bold;
}
.download-notice li {
  display: inline-block;
  margin-right: 7px;
}
.download-notice li a {
  font-size: 13px;
  color: #fff;
  font-family: arial;
  background: #234460;
  padding: 6px 8px;
  border-radius: 3px;
}
.download-notice {
  margin-top: 0px;
  padding: 10px;
}
.download-notice h3 {
  font-size: 15px;
  font-weight: normal;
  font-family: arial;
  margin: 0 0 15px;
  color: #898484;
  text-transform: capitalize;
}
.download-notice p {
  font-size: 13px;
  font-weight: normal;
  font-family: arial;
  margin: 0px;
  color: #898484;
  float: right;
}
/*----------------------
    UDYOGA SAMACHARAM ACCORDIAN-----kumar_end
----------------------*/
.home-nav {
  font-size: 17px;
  color: #234460;
  border: 0.1px solid #234460;
  font-family: arial;
  padding: 5px 10px;
  border-radius: 29px;
  margin-top: 0px;
  float: right;
  background: #fff;
}
.home-nav:hover {
  background: #234460;
  color: #fff;
}
.section-title.gove-section {
  border-bottom: 1px solid #234460;
  /*box-shadow: 0 2px 1px rgba(0, 0, 0, .3);*/
   margin-bottom: 15px;
}
#user-register {
  padding: 16px;
  background: #fff;
  margin-bottom: 20px;
  font-size: 14px;
  color: #000;
  font-family: 'Arial';
}
#ads-section {
  margin-bottom: 15px;
}
.studies-block li::before {
  /* content: "\f061";
  font-family: FontAwesome;
  font-size: 12px;*/
  content: "\f138";
  font-family: 'FontAwesome';
  list-style-position: outside;
  margin-right: 11px;
  font-size: 16px;
}
.new-artical {
  margin: 0px 0 20px 0;
  padding: 0px;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.new-artical li {
  margin: 25px 17px 7px 17px;
  padding: 5px;
  float: left;
  font-size: 18px;
  font-weight: normal;
  color: #000;
  width: 290px;
  height: 100px;
  box-shadow: 0px 2px 3px #ccc;
  font-family: 'EenaduUH'
}
.new-artical li img {
  margin: 0 11px 0 0px;
  padding: 0px;
  height: 60px;
  width: 60px;
  border: solid 3px #fff;
  float: left;
}
.new-artical li a h5 {
  margin: 0px;
  padding: 15px 0 0 0;
  font-size: 20px;
  font-weight: normal;
  color: #000;
}
.new-artical li a h5:hover {
  margin: 0px;
  padding: 15px 0 0 0;
  font-size: 20px;
  font-weight: normal;
  color: #096DE5;
}
.ethralu {
  color:
    #0669c2;
  margin: 0px 0px 0 9px;
  padding: 10px 0px 5px 18px;
  font-size: 20px;
  font-weight: normal;
  width: 98%;
  text-align: left;
  background:
    #f2f2f2;
  clear: both;
}
/************************search page css*******************/
.ft-search {
  padding: 10px;
  border: 1px solid #f8f8f8;
  background: #fff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 15px;
  clear: both;
  overflow: hidden;
  width: 70%;
}
.search-bg {
  background: #294d6c;
  height: auto;
  padding: 5px;
  font-family: arial;
}
.ft-search li {
  margin: 10px;
  padding: 0 0px 0 10px;
  float: left;
  color: #000;
  font-size: 20px;
  list-style-type: circle;
  list-style-position: inside;
}
.ft-search li a {
  margin: 0px;
  padding: 0 10px 0 10px;
  float: left;
  color: #fb0000;
}
.ft-search:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}
.ft-search img {
  margin: 0px;
  padding: 0 10px 0 0;
  float: left;
}
.ft-search p {
  margin: 0px;
  text-align: left;
  color: #000;
  font-size: 15px;
  font-family: 'arial';
}
.ft-search h3 {
  margin: 0px;
  text-align: left;
  color: #1162e0;
  font-size: 20px;
  font-family: 'EenaduUH';
}
/************************search page css end*******************/
/*07-03-2020-sub-chapter-links*/
.sub-les {
  margin: 0px 0 10px 0;
  padding: 15px;
  background: #f5f5f5;
  border: solid 1px #e2e2e2;
  clear: both;
  overflow: hidden;
}
.sub-les h2 {
  margin: 0px;
  padding: 0 0 0px 16px;
  font-family: 'Arial';
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 25px;
}
.sub-les ul {
  margin: 20px 0 0 0px;
  padding: 0px;
  list-style: circle;
}
.sub-les li {
  margin: 10px;
  padding: 0px;
  color: #000;
  font-size: 25px;
  font-weight: normal;
  list-style-type: circle;
  list-style-position: inside;
  float: left;
}
.sub-les li a {
  margin: 0px;
  padding: 0px 20px 0 0px !important;
  color: #000;
  text-decoration: none;
}
.sub-les li a:hover {
  margin: 0px;
  padding: 0px 20px 0 20px;
  color: #337ab7;
  transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
}
.sub-les li a:nth-last-child(4) {
  border-right: none;
}
/*paratibha-chaduvu*/
.year-filter select {
  font-family: arial;
}
#filter-patrika {
  padding-top: 63px;
}
.filter_section li {
  display: inline-block;
  max-width: 174px;
  width: 100%;
  font-family: 'arial';
  padding: 0 6px;
}
.filter_section .btn-filter {
  background: #0266cc;
  color: #fff;
}
.filter_section ul {
  margin: 0;
  padding: 0;
}
.sec-heading h2 {
  margin: 0;
  padding: 6px 0 0 0;
  font-family: 'EenaduUH';
  color: #fff;
  font-size: 24px;
}
/* .sec-heading {
  background: #365e7f;
  box-shadow: 0 2px 3px #ccc;
  padding-top: 10px;
  margin: 15px 0 30px 0;
} */
.sec-heading {
    background: #025799;
    box-shadow: 0 2px 3px #ccc;
    padding-top: 4px;
    margin: 4px 0 4px 0;
	height:42px;

}
.search-filter .btn-filter {
  width: 100%;
  font-family: arial;
  padding: 5px;
  margin: 0px;
  background-color: #ff9600;
}
.filter_section {
  padding-top: 9px;
}
.ft-cards .ft-item {
  padding: 13px;
  border: 1px solid #f8f8f8;
  background:#f8f8f8;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 15px;
  height: 215px;
  position: relative;
}
.ft-cards .ft-item:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}
.ft-item h3 {
  margin: 5px 0 0;
  text-align: center;
  color: #025799;
  font-size: 15px;
  font-family: 'arial';
  clear: both;
  overflow: hidden;
	font-weight: bold;
}
.ft-item img {
  margin: 0px;
  padding: 0 0 10px 0;
  float: left;
  height: 180px;
  width: 100%;
}
.ft-item p {
  margin: 0px;
  text-align: left;
  color: #000;
  font-size: 15px;
  font-family: 'arial';
}
.example input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 90%;
  background: #fff;
  color: #000;
}
.example button {
  float: left;
  width: 10%;
  padding: 10px;
  background: #2196F3;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}
.example button:hover {
  background: #0b7dda;
}
.example::after {
  content: "";
  clear: both;
  display: table;
}
.pratibha-search {
  margin: 0px auto;
  width: 50%;
}
.search-breadcrumb {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
}
.extra-para {
  height: 130px;
  overflow-x: auto;
}
.chaduvu-date{
	margin: 0px;
	padding: 0px;
	width: 30%;
	background-image: linear-gradient(to right top, #025799, #0162ad, #036dc1, #0978d6, #1283eb);

}
.chaduvu-date h2{
	margin: 10px 0 0 0;
	padding: 8px;
	color: #fff;
	text-align: left;
	font-size: 18px;

}
/* ***********smal slider and sections mobile css************/
.latest-notification h3 {
  font-size: 17px;
  margin: 0;
  padding: 10px 0 5px;
  color: #025799;
}
.latest-notification p {
  text-align: left;
  font-size: 25px;
  color: #000;
}
.latest-notification .last-date {
  font-size: 18px;
  display: block;
  color: #000;
  text-transform: capitalize;
  margin: 10px 0;
  font-weight: normal;
}
.latest-notification h3 a {
  color: #025799;
  font-weight: normal;
  font-size: 20px;
}
.job-updates {
  position: absolute;
  left: 0;
  z-index: 9999;
  background: #067681;
  padding: 4px 9px;
}
.down_icon {
  border: solid 1px #eee;
  background: #fff;
  float: left;
  cursor: pointer;
  border-right: solid 5px #f2f2f2;
  border-radius: 10px;
  width: 22%;
  margin: 0 5px 10px 0;
  padding: 15px;
}
.down_icon img {
  margin: 0px;
  padding: 0px;
  height: 50px;
  width: 50px;
}
.down_icon:hover {
  background: #0f838e;
  transition: 2s;
  border-radius: 10px;
}
.down_icon h4 {
  font-size: 21px;
  font-weight: normal;
  padding-top: 10px;
}
/* ***********smal slider and sections mobile css end************/
/*************pradana kathanalu css******/
.inter-card {
  box-shadow: 0px 0px 3px #ccc;
  padding: 11px;
  /*clear: both;*/
  /*overflow: hidden;*/
  margin: 10px 3px 24px 0;
  background: #fff;
  min-height: 110px;
  max-height: 100%;
}
.inter-card ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.inter-card ul li {
    margin: 0px;
    padding: 5px 0 5px 0;
    float: none;
    font-size: 26px;
    color: #000;
    border-bottom: 1px dotted #ccc;
}
.inter-card ul li a {
    margin: 0px;
    padding: 0px;
    float: none;
    color: #000;
    word-spacing: -2px;
}
.inter-card ul li a::before {
    content: "\f138";
    font-family: 'FontAwesome';
    list-style-position: outside;
    margin-right: 11px;
    font-size: 16px;
}
.inter-card h3 {
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  font-weight: 500;
  color: #234460;
}
.inter-card p {
  margin: 0px;
  padding: 0px;
  font-size: 25px;
  line-height: 25px !important;
}
.inter-card p a {
  margin: 0px;
  padding: 0px;
  color: #000;
}
.inter-card img {
  margin: 0px;
  padding: 0 10px 0 0px;
  height: 120px;
  width: 120px;
  float: left;
}
.border {
  margin: 18px 20px 20px 20px;
  padding: 29px 0 0 0;
  border: solid 1px #ccc;
  clear: both;
  overflow: hidden;
}
/*************pradana kathanalu css end******/
.last-more {
  margin: 0px;
  padding: 0px;
}
.last-more img {
  margin: 0px;
  padding: 0px;
  height: 100px;
  width: 100px;
}
/*-*****body left add css******/
.gridcontainer {
  margin: 0px auto;
  width: 1003px;
}
#body_ad {
  margin: 0px auto;
  width: 1003px;
}
.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}
#left {
  width: 160px;
  height: 768px;
  position: fixed;
  margin-left: -179px;
  cursor: pointer;
  float: right;
}
#right {
  width: 160px;
  height: 768px;
  position: fixed;
  margin-left: 1020px;
  cursor: pointer;
}
#wrapper {
  clear: both;
  float: left;
  width: 1003px;
  display: block;
}
.hedstick {
  position: fixed;
  top: 0;
  width: 1005px;
  z-index: 9999;
}
.header-add img {
  margin: 0px;
  padding: 0px;
  height: 90px;
  width: 728px;
}
.header-main {
  margin: 0px;
  padding: 0px;
}
.thim {
  margin: 0 10px 0 0px;
  padding: 0px;
  float: left;
  height: 100px;
  width: 100px;
}
.latest-notification {
  margin: 0px;
  padding: 0px;
  float: left;
}
.main-content {
  margin-top: 25%;
  padding: 0px;
}
/*****************latest slider**************/
.pratyaka-kadanalu #customer_says_slider {
  background: #E1F4FD;
  padding: 15px 5px 0px 10px;
  margin-top: 10px;
}
.pratyaka-kadanalu h3 {
  font-size: 20px;
  font-family: "EenaduUH";
  color: #000;
  margin: 0px;
  padding: 10px 0px 10px 0px;
}
.carousel-inner {
  position: relative;
  width: 100%;
  height: auto !important;
  overflow: hidden;
  margin-top: 0%;
}
.pratyaka-kadanalu .carousel-inner img {
  width: 116px;
  height: 115px;
  float: left;
  margin: 15px;
}
.btn-strip1 {
  width: 26%;
  background: #fff;
  display: block;
  margin-top: 0;
  margin-bottom: 25px;
}
/********************తాజా నోటిఫికేష‌న్స్‌ Start*******************/
.post-slide {
  background: #fff;
  margin: 0 3px;
}
.post-slide .post-img {
  position: relative;
  float: left;
  width: 100px;
  height: 100px;
}
.post-slide .over-layer {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.30s ease 0s;
}
.post-slide .over-layer:after {
  color: #fff;
  content: "+";
  font-size: 52px;
  position: absolute;
  top: 31%;
  left: 42%;
}
.post-slide .post-img:hover .over-layer {
  opacity: 1;
}
.post-slide .post-img img {
  width: 100%;
  height: 111px;
  border: solid 1px #f2f2f2;
}
.post-slide .post-review {
  float: left;
  padding: 0px 0px 0 10px;
  ;
  width: 66%;
}
.post-slide .post-title {
  margin: 0 0 5px 0;
}
.post-slide .post-title a {
  color: #2691F3;
  font-size: 20px;
  font-weight: 400;
  display: block;
  font-family: 'EenaduUH';
}
.post-title > a:hover {
  text-decoration: none;
  text-decoration: none;
  color: #333;
}
.post-slide .post-date {
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 17px;
}
.post-description {
  color: #555;
  font-size: 24px;
  text-align: left;
  font-family: 'EenaduU';
  height: 71px;
  overflow: hidden;
}
#news-slider {
  margin-top: 10px;
  padding: 10px;
  background: #3a91f3;
  box-shadow: 1px 1px 0px 2px #eee;
}
.owl-pagination {
  margin-top: -5px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #fff;
}
@media only screen and (max-width: 990px) {
  .post-slide .over-layer:after {
    top: 39%;
    left: 45%;
  }
}
@media only screen and (max-width: 640px) {
  .post-slide .post-img {
    width: 100%;
  }
  .post-slide .post-review {
    width: 100%;
    padding: 10px;
  }
}
/********************తాజా నోటిఫికేష‌న్స్‌ End*******************/
.owl-item {
  margin: 0 3px 0 0;
  padding: 7px;
  background: #fff;
}
/********  ట్రెండింగ్ కథనాలు **********/
#mixedSlider {
  position: relative;
  background: #e4e4e4;
  padding: 3px;
}
#mixedSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0px;
}
#mixedSlider .MS-content .item {
  display: inline-block;
  width: 50.3333%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  margin: 0 0 0 2px;
  white-space: normal;
  padding: 0px;
  background: #fff;
  height: 150px;
}
@media (max-width: 991px) {
  #mixedSlider .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-content .item {
    width: 100%;
  }
}
#mixedSlider .MS-content .item .imgTitle {
  position: relative;
}
/*#mixedSlider .MS-content .item .imgTitle  {
  margin: 0;
  text-align: left;
  letter-spacing: 2px;
  color: #000;


  width: 100%;
  bottom: 0;
  font-weight: bold;
  padding: 0 0 2px 10px;
	font-size: 15px;
	font-family: 'EenaduU';
}*/
.blogTitle {
  margin: 0px;
  padding: 10px;
  font-display: 'EenaduU';
  font-size: 20px;
  color: #3a91f3;
}
#mixedSlider .MS-content .item .imgTitle img {
  height: 100px;
  width: 100px;
  float: left;
  border: solid 1px #f2f2f2;
  padding: 5px;
  margin: 0 10px 0 0;
}
#mixedSlider .MS-content .item p {
  font-size: 16px;
  margin: 2px 10px 0 5px;
  color: #000;
  font-size: 26px;
  font-family: 'EenaduU';
  height: 70px;
  overflow: hidden;
}
/* #mixedSlider .MS-content .item a {
  float: right;
  margin: 0 20px 0 0;
  font-size: 16px;
  font-style: italic;
  color: rgba(173, 0, 0, 0.82);
  font-weight: bold;
  letter-spacing: 1px;
  transition: linear 0.1s;
} */
#mixedSlider .MS-content .item a:hover {
  text-shadow: 0 0 1px grey;
}
#mixedSlider .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
 /* outline: 8;*/
  font-size: 29px;
  top: 68px;
  color: #000;
  transition: 0.15s linear;
  background: #BDC1C3;
  height: 32px;
  width: 25px;
	outline: none;
}
/*#mixedSlider .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}*/
@media (max-width: 992px) {
  #mixedSlider .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls button {
    font-size: 20px;
  }
}
#mixedSlider .MS-controls .MS-left {
  left: 5px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-left {
    left: -10px;
  }
}
#mixedSlider .MS-controls .MS-right {
  right: 3px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-right {
    right: -10px;
  }
}
#basicSlider {
  position: relative;
}
#basicSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 2%;
  height: 50px;
}
#basicSlider .MS-content .item {
  display: inline-block;
  width: 20%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  line-height: 50px;
  vertical-align: middle;
}
@media (max-width: 991px) {
  #basicSlider .MS-content .item {
    width: 25%;
  }
}
@media (max-width: 767px) {
  #basicSlider .MS-content .item {
    width: 35%;
  }
}
@media (max-width: 500px) {
  #basicSlider .MS-content .item {
    width: 50%;
  }
}
#basicSlider .MS-content .item a {
  line-height: 50px;
  vertical-align: middle;
}
#basicSlider .MS-controls button {
  position: absolute;
}
#basicSlider .MS-controls .MS-left {
  top: 35px;
  left: 10px;
}
#basicSlider .MS-controls .MS-right {
  top: 35px;
  right: 10px;
}
/********  ట్రెండింగ్ కథనాలు  end**********/
.add {
  margin-top: 25px;
  padding: 0px;
}
/********  kathanalu **********/
.kathanalu {
  margin: 5px;
  padding: 0px;
  background-color: #fff;
  box-shadow: 0px 0px 0px 1px #ccc;
  clear: both;
  /* overflow: hidden; */
}
.view-more {
  background: #fff;
  color: #000;
  font-weight: normal;
  padding: 5px 7px 3px 7px;
  border-radius: 0px;
  font-family: 'EenaduU';
  font-size: 25px;
  margin: 0;
  border: solid 1px #ccc;
  position: relative;
  top: 10px;
 /* z-index: 9999;*/
  float: right;
  right: 33px;
}
.notice-read:hover {
  background: #FFF;
  color: #234460;
}
.telugu_uni_body {
  font-family: EenaduU;
  font-size: 26px;
  line-height: 28px;
  font-weight: normal;
}
.thumb-content {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
  clear: both;
  overflow: hidden;
}
.thumb-content h3 {
  margin: 0px;
  padding: 3px;
  font-size: 25px;
  font-weight: 500;
  color: #3a91f3;
}
.thumb-content p {
  margin: 0px;
  padding: 0px;
  font-size: 25px;
  line-height: 25px !important;
  color: #000;
}
.thumb {
  width: 100px;
  margin: 2%;
  float: left;
}
.thumb img {
  width: 100px !important;
  height: 100px !important;
}
.thumb-text {
  margin: 0px;
  padding: 5px 16px 0 0px;
  float: right;
  overflow: hidden;
  height: 105px;
  width: 63%;
  line-height: 25px;
}
/*=============నమూనా ప్రశ్నపత్రాలు start=============*/
.namuna-qu {
  box-shadow: 0px 0px 0px 1px #ccc;
  padding: 10px 10px 25px 10px;
  margin: 10px 3px 0px 0;
  background: #fff;
}
.namuna-qu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.namuna-qu ul li {
  margin: 2px;
  padding: 12px 0 0 37px;
  float: none;
  font-size: 30px;
  color: #000;
  font-weight: bold;
  background-color: #f2f2f2;
}
.namuna-qu ul li a {
  margin: 0px;
  padding: 0px;
  float: none;
  color: #000;
}
/*=============remaining list start=============*/
.rem-list {
  box-shadow: 0px 0px 0px 1px #ccc;
  padding: 10px 10px 25px 10px;
  margin: 10px 3px 0px 0;
  background: #fff;
}
.rem-list ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.rem-list ul li {
  margin: 2px;
  padding: 12px 0 0 0px;
  float: none;
  font-size: 16px;
  color: #000;
  font-family: 'arial';
}
.rem-list ul li a {
  margin: 0px;
  padding: 0px;
  float: none;
  color: #000;
  font-size: 25px;
  font-family: 'eenaduu';
}
.rem-list li a::before {
  content: "\f138";
  font-family: 'FontAwesome';
  list-style-position: outside;
  margin-right: 11px;
  font-size: 16px;
}
img {
  max-width: 100%;
  height: auto;
}
/*-----------vidyaudyoga samacharam*/
.vidyaudyoga {
  margin: 0px;
  padding: 0px;
  background: #fff;
}
.vidyaudyoga ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.vidyaudyoga ul li {
  margin: 0px;
  padding: 0px;
  float: none;

}
.vidyaudyoga ul li a {
  margin: 0px;
  padding: 0px;
  float: none;
  color: #000;
  font-size: 26px;
  line-height: 30px;
  font-family: EenaduU;
  /*white-space: nowrap;*/
}
.vidyaudyoga ul li a::before {
  content: "\f138";
  font-family: 'FontAwesome';
  list-style-position: outside;
  margin-right: 11px;
  font-size: 16px;
}
.vidyaudyoga ul li a:hover {
  color: #3a91f3;
}
.privacy {
  padding: 15px;
  margin: 0px;
}
.privacy strong {
  font-weight: bold;
}
.right-side-adds img {
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.add-300x60 {
  margin-bottom: 15px;
  padding: 0px;
}
.add-300x60 img {
  width: 100%;
}
.add-300x600 {
  margin-bottom: 15px;
  padding: 0px;
}
.chaduvu {
  margin: 0px;
  padding: 0px;
	clear: both;
	overflow: hidden;
}
.chaduvu ul {
  margin: 0px;
  padding: 0px;
}
.chaduvu ul li {
  float: left;
  padding: 0 5px 0px 0px;
  margin: 0px;
  list-style: none;
}
.chaduvu ul li a {
  padding: 0px;
  margin: 0px;
}
/*------------------------- prev papers list--------------------------------------------*/
#myList li a {
  font-size: 26px;
  color: #000;
  font-family: "EenaduU";
}
#myList li a:hover {
  color: #3a91f3 !important;
}
/*----------------------------- pdf ---------------------------------------*/
#demo {
  position: relative;
  margin: 0 auto;
}
#demo {
  line-height: 20px;
}
#demo.showcase {
  min-width: 0px;
}
#content {
  width: 100% !important;
}


/*-------mock counselling---------*/

.no-pad {
  padding-left: 0;
  padding-right: 0;
}
.mcet-form {
    padding: 15px;
    border: 1px solid #ccc;
    margin-top: 0px;
    margin-bottom: 15px;
}

.mock-table th {
    vertical-align: middle !important;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #0478cc;
    font-size: 16px;
    font-family: sans-serif;
    width: 10%;
}
area{
	outline: none;
}


/************************************* right side notifications css for inner pages ********************************/
.innnerpage-notifacation{
  box-shadow: 0px 0px 0px 1px #ccc;
  padding: 10px 10px 0px 10px;
  margin: 10px 0px 0px 0;
  background: #fff;

}
.innnerpage-notifacation ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.innnerpage-notifacation ul li {
  margin: 10px;
  padding: 0 0 10px 0;
  float: none;
  font-size: 18px;
  color: #000;
  border-bottom: 1px dotted #ccc;
	font-family: 'EenaduUH';
}
.innnerpage-notifacation ul li:last-child{
	border-bottom: none;
}
.innnerpage-notifacation ul li a::before {
  content: "\f192";
  font-family: 'FontAwesome';
  list-style-position: outside;
  margin-right: 11px;
  font-size: 16px;
}
/* .innnerpage-notifacation ul li a img {
  max-width:43px;

} */
.innnerpage-notifacation ul li a {
  margin: 0px;
  padding: 0px;
  float: none;
  color: #000;
  word-spacing: -2px;
}
.innnerpage-notifacation ul li a:hover{
color: #3a91f3;
}

.test-demo{
	margin: 0px;
	padding: 0px;
	border: solid 1px #000;
	height: 200px;
	background: #000;
	clear: both;
	overflow: hidden;
}
.marinni{
	margin: 0px;
	padding: 0px;
}
.marinni ul li{
	margin:10px 0 10px 0;
    padding: 0px;
    list-style: none;
}
.marinni ul li img{
	width: 100%;
}

/****************notification menu css 12-22-20******************/
nav#menu-container {
    background:#025799;
    position:relative;
    width:100%;
  /*  height: 56px;*/
}
#btn-nav-previous {
    text-align: center;
    color: white;
    cursor: pointer;
    font-size: 24px;
    position: absolute;
    left: 0px;
    padding: 7px 13px;
    background: #3a91f3;
}
#btn-nav-next {
    text-align: center;
    color: white;
    cursor: pointer;
    font-size: 24px;
    position: absolute;
    right: 0px;
    padding: 7px 13px;
    background: #3a91f3;
}
.menu-inner-box
{
   width: 100%;
white-space: nowrap;
margin: 0 auto 0 -20px;
overflow: hidden;
padding: 0px 15px 0 33px;
box-sizing: border-box;
}

.menu
{
    padding:0;
    margin: 0;
    list-style-type: none;
    display:block;
    text-align: center;
}
.menu-item
{
    height:100%;
    padding: 0px 25px;
    color:#fff;
    display:inline;
    margin:0 auto;
    line-height:39px;
    text-decoration:none;
    text-align:center;
    white-space:no-wrap;
	border-right: solid 1px;
}
.menu-item:hover {
    text-decoration:underline;
	color: #fbff00;
}
.menu-item:focus {
    text-decoration:underline;
	color: #fbff00;
}

#en {
    background:#025799;
    position:relative;
    width:100%;
  /*  height: 56px;*/
}
#btn-nav-previous-en {
    text-align: center;
    color: white;
    cursor: pointer;
    font-size: 24px;
    position: absolute;
    left: 0px;
    padding: 7px 13px;
    background: #3a91f3;
}
#btn-nav-next-en {
    text-align: center;
    color: white;
    cursor: pointer;
    font-size: 24px;
    position: absolute;
    right: 0px;
    padding: 7px 13px;
    background: #3a91f3;
}
.menu-inner-box-en
{
    width: 100%;
white-space: nowrap;
margin: 0 auto 0 -20px;
overflow: hidden;
padding: 0px 15px 0 33px;
box-sizing: border-box;
}
.menu-en
{
    padding:0;
    margin: 0;
    list-style-type: none;
    display:block;
    text-align: center;
}
.menu-item-en
{
    height:100%;
    padding: 0px 15px;
    color:#fff;
    display:inline;
    margin:0 auto;
    line-height:39px;
    text-decoration:none;
    text-align:center;
    white-space:no-wrap;
	border-right: solid 1px;
}
.menu-item-en:hover {
    text-decoration:underline;
	color: #fbff00;
}
.menu-item-en:focus {
    text-decoration:underline;
	color: #fbff00;
}


/*@media only screen and (max-width: 480px) {
  #btn-nav-previous {
    display:none;
  }
  #btn-nav-next {
    display:none;
  }
    .menu-inner-box
    {
        width:100%;
        overflow-x:auto;
    }
}*/
/****************notification menu css end 12-22-20******************/

/************home page news scroll css**************/

.d-demo-wrap {
	margin-top: 35px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    background: #fff;
    border-radius: 3px;
    box-shadow: inset 0 0 7px rgba(69, 78, 140,0.5);
}
.heding-name{
margin:4px;
	padding: 2px;
	background: #3a91f3;
	color: #fff;
	font-size: 15px;
	width: 20%;
	float: left;
	text-align: center;
	font-size: 27px;


}
[class*="js-conveyor-"] ul{
  display: inline-block;
  opacity: 0.5;
}
[class*="js-conveyor-"] ul li{
  padding: 0 15px;
  line-height: 40px;
  font-size: 16px;
}
 .jctkr-wrapper, .jctkr-wrapper * {
  box-sizing: border-box
}
.jctkr-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 35px;
  vertical-align: top;
  overflow: hidden
}
.jctkr-wrapper ul {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  font-size: 0;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s
}
.jctkr-wrapper.jctkr-initialized ul {
  opacity: 1
}
.jctkr-wrapper ul li {
  display: inline-block;
  font-family:'EenaduUH';
  font-size: 16px
}

.jctkr-wrapper ul li::before{
content: "\f005";
font-family: 'FontAwesome';
list-style-position: outside;
margin-right: 11px;
font-size: 11px;
	color: #D72023;
	}
.jctkr-label {
  display: inline-block
}



.sub-tit {
    margin: 0px 0 10px 0;
    padding: 15px;
    background: #fff;
    border: solid 1px #e2e2e2;
    clear: both;
    overflow: hidden;
}
.sub-tit ul {
    margin: 10px 0 0 0px;
    padding: 0px;
    list-style: circle;
    color: #000;
    font-size: 30px;
    clear: both;
    overflow: hidden;
}
.sub-tit h3 {
    margin: 0px;
    padding: 5px;
    font-size: 20px;
	color: #365e7f;
}
.sub-tit ul li {
    margin: 0 0 0 50px;
    padding: 0 35px 0 0px;
    clear: both;
}
.sub-tit ul li a {
    margin: 0px;
    padding: 0px;
    float: left;
    color: #000;
    font-size: 26px;
}
/* .sub-tit ul li a::before {
    font-family: "FontAwesome";
    content: "\f0da";
    padding: 0 5px 0 0;
} */


.form-control-papers {
    display: block;
    width: 100%;
    height: 25px;
    padding: 3px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.notice-read2 {
    background: #fff;
    color: #000;
    font-weight: normal;
    padding: 5px 7px 3px 7px;
    border-radius: 0px;
    font-family: 'EenaduU';
    font-size: 25px;
    margin: 0;
    border: solid 1px #ccc;
    position: relative;
    top: 0px;
    /*z-index: 9999;*/
    float: right;
    right: 33px;
}
.notice-read2:hover {
  background: #FFF;
  color: #234460;
}
.follow{
	    margin: 0px;
    padding: 0px;
}
.follow ul{
	margin:0px;
	padding:0px;
}
.follow ul li{
	margin:0px;
	padding:0px;
	font-weight:bold;
}
.follow ul li a{
	margin:0px;
	padding:0px;
	color:#3300ff;
}
.follow ul li a span{
	margin:0px;
	padding:0px;
	color:#ff0000;
}
.follow ul li::before {
    content: "\f0da";
    font-family: 'FontAwesome';
    list-style-position: outside;
    margin-right: 5px;
    font-size: 13px;
}
