@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600|Poppins:300,400,700,900');
 * {
	margin:0;
	padding:0;
}

* {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}


a
{
	text-decoration:none;
	color:#f90000;
	cursor:pointer !important;
}

a:hover
{
	transition: color background 0.7s linear 0s;
	transition:  0.7s linear 0s;
	color:#1a2b48;
	text-decoration:none;
}
strong, b {
	font-weight:700;
}

body {
     background-color: #fff;
    font-family: 'Poppins', sans-serif;
     font-size:14px;
     line-height:21px;
	 overflow-x:hidden;
}
 h1,h2,h3,h4,h5 {
    font-family: 'Poppins', sans-serif;
}
h3 {
    position: relative;
    margin: 0px 0 40px;
}

h3::after {
    content: '';
    position: absolute;
    width: 80px;
    border: 2px solid #f90000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    left: 0;
    right: 0;
    bottom: -15px;
}
.container-fluid {
    padding-right: 50px;
    padding-left: 50px;
}

.top-bar {
	width:100%;
	float:left;
	background:#ccc;
	padding:10px 0;
	background: #1A2B48;
	color:#fff;
	font-size: 13px;
}

.top-left ul{
	margin:0;
	padding:0;
}

.top-left ul li {
	display:inline-block;
	margin:0;
	padding:0;
	padding-right:20px;
}

.top-left ul li i {
	padding-right:5px;
}

.call, .call:hover, .call:focus {
    color: #fff !important;
    text-decoration: none !important;
}

.top-left a {
	color:#fff;
}

.top-left a:hover {
	color:#ffb777;
}

.top-right .adm  {
    color: #feed00;
animation: blink 1.5s linear infinite;
}

.top-right .adm:hover  {
animation:none;
}

@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}

.top-right {
	text-align:right;
}

.top-right a {
	color:#fff;
	padding-left:20px;
}

.top-right a:hover {
	color:#ffb777;
}

.top-right i {
	padding-right:5px;
}

.header {
	float:left;
	width:100%;
	padding:15px 0;
	background:#fff;
	    position: relative;
    z-index: 1;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
}

.navbar-brand {
    height: auto;
    padding: 0;
}

.dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}

.dropdown.open .dropdown-menu {
    max-height: 250px;
    opacity: 1;
	width:245px;
}

.dropdown-menu  {
	background-color: #1a2b48;
}

.dropdown-menu li {
	border-bottom:1px solid #0f1b2f;
	padding:5px 0;
	font-size: 13px;
}

.dropdown-menu li:last-child {
	border-bottom:0px solid #0f1b2f;
}

.dropdown-menu>li>a {
    color: #fff;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #f7cea9;
	    background-color: transparent;
		    background-image: none;
}

.navbar-nav>li>a {
    padding-top: 6px;
    padding-bottom: 7px;
	margin:0 4px;
    margin-top: 20px;
    border-radius: 20px;
    color: #1a2b48;
}

.navbar-nav>li>a:hover {

    color: #f90000;
}


.current-menu-item a {
	color:#F00;
	background:#eeeeee;

}

.banner-con {
		float:left;
	width:100%;
}

.banner-con img {
	width:100%;
	height:auto;
}

.intro-bar {
	width:100%;
	float:left;
	padding:30px 0;
	background:#d01818;
	color:#fff;
}


.intro-bar a  {
	color:#fef716;
}

.intro-bar a:hover  {
	color:#fff;
}


.intro-bar img {
	float:left;
	margin-right:15px;
	margin-bottom: 10px;
}

.intro-bar h4 {
	margin-top:0px;
}

.ticker-sec {
    line-height: 40px;
    border-bottom: 1px solid #efefef;
    font-size: 13px;
    font-weight: 400;
	background:#fff;
}
    .marquee {
  width: 100%;
  overflow: hidden;
}

.wel-con {
	float:left;
	width:100%;
	padding:50px 0;
}

.wel-con h2 {
    position: relative;
    margin: 0px 0 40px;
}

.wel-con h2:after {
    content: '';
    position: absolute;
    width: 80px;
    border: 2px solid #f90000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    left: 0;
    right: 0;
    bottom: -15px;
}

.crbox {
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.04);
    box-shadow: 2px 2px 2px rgba(0,0,0,.04);
	border:1px solid #E8E8E8;
	background:#fff;
	margin-bottom:30px;

	   transition: all 300ms ease;
}

.crbox h3 {
margin-top: 20px;
    margin-bottom: 10px;
	position:static;
}
.crbox h3:after {
	display:none;
}
.crbox img {
	width:100%;
	height:auto;

}

.crbox:hover {
		   filter:         url(~"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    -moz-filter:    grayscale(100%);
    -ms-filter:     grayscale(100%);
    -o-filter:      grayscale(100%);
    filter: gray; 
}

.crbox a {
	color:#f90000;
}

.crbox a:hover {
	color:#000;
}

.cr-text {
	padding:20px;
	padding-top:0;
}


.cur-con {
  	background:#f1f2f5;
	float:left;
	width:100%;
	padding:50px 0;
}

.cur-sin-con {
background:#fff;
padding:15px;
}
.why-con {
	/*background:url(../images/class-bg.jpg) center center no-repeat;*/
	float:left;
	width:100%;
	padding:50px 0;
	/*color:#fff;*/
	background-color: #f1f2f5;
}



.why-lst {
	margin:0;
	padding:0;
	margin-top:30px;
	}
	
	
.why-con h2 {
    position: relative;
    margin: 0px 0 40px;
}

.why-con h2::after {
    content: '';
    position: absolute;
    width: 80px;
    border: 2px solid #f90000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    left: 0;
    right: 0;
    bottom: -15px;
}
	
.why-lst li {
float: left;
    width: 100%;
    list-style: none;
    padding: 10px 18px;
	padding-right:80px;
    border: 1px solid #e8e8e8;
    margin-bottom: 8px;
	background:#fff url(../images/tick.png) center right no-repeat;
		transition: color background 0.7s linear 0s;
	transition:  0.7s linear 0s;
	color:#232323;
	}
	
	@media (min-width: 1300px) {
	.why-lst li {
    padding:15px;
		padding-right:80px;
	}
	}
	.why-lst li:hover{
		    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.04);
    box-shadow: 2px 2px 2px rgba(0,0,0,.04);
    border: 1px solid #E8E8E8;
	background:#f90000 url(../images/tick-w.png) center right no-repeat;
	color:#fff;
	}
	
	.why-lst li:hover strong {
	color:#fff;
	}

	.why-lst strong {
		color:#f90000;
	}
	

.study-con {
		background:#fff;
	float:left;
	width:100%;
	padding:40px 0;
}
.tagcon {
    padding: 25px 0;
    background: url(../images/bg4.jpg) no-repeat scroll center center;
}

.tagcon .inner {
	    margin: 0;
    border: 1px solid;
    padding: 10px 40px;
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
}

.tagcon   .media-right {
    padding-left: 30px;
    vertical-align: middle;
}

.btnr {
    line-height: 60px;
    padding: 0 65px;
	border-radius: 50px;
    padding: 0 30px;
    line-height: 50px;
    display: inline-block;
    border: none;
}

.blg-con {
	float:left;
	width:100%;
	padding:40px 0;
}

.blg-con h4 {
	margin-top:0;
}



.carousel {
     margin: 0 auto;
}
 .carousel .item {
     overflow: hidden;
     min-height: 120px;
}
 .carousel .media {
     position: relative;
     padding: 0 0 0 20px;
}
 .carousel .media img {
     width: 75px;
     height: 75px;
     display: block;
     border-radius: 50%;
     box-shadow: 0 2px 4px rgba(0,0,0,0.2);
     border: 2px solid #fff;
}
 .carousel .testimonial-wrapper {
     padding: 0 10px;
}
 .carousel .testimonial {
     position: relative;
     padding: 15px;
     background: #fff;
     border: 1px solid #ddd;
     border-radius: 3px;
     margin-bottom: 15px;
}
 .carousel .testimonial::after {
     content: "";
     width: 15px;
     height: 15px;
     display: block;
     background: #fff;
     border: 1px solid #ddd;
     border-width: 0 0 1px 1px;
     position: absolute;
     bottom: -8px;
     left: 46px;
     transform: rotateZ(-46deg);
}
 .carousel .star-rating li {
     padding: 0 2px;
}
 .carousel .star-rating i {
     font-size: 16px;
     color: #ffdc12;
}
 .carousel .overview {
     padding: 3px 0 0 15px;
}
 .carousel .overview .details {
     padding: 5px 0 8px;
}
 .carousel .overview b {
     text-transform: uppercase;
     color: #26235a;
}
 .carousel .carousel-indicators {
     bottom: -45px;
}
 .carousel-indicators li, .carousel-indicators li.active {
     width: 18px;
     height: 18px;
     border-radius: 50%;
     margin: 1px 2px;
}
 .carousel-indicators li {
     background: #e2e2e2;
     border: 4px solid #fff;
}
 .carousel-indicators li.active {
     color: #fff;
     background: #26235a;
     border: 5px double;
}

.panel-default>.panel-heading {
    color: #fff;
    background: #294879;
    border-color: #ddd;
}

.footer-con {
	float:left;
	background: #1A2B48;
	width:100%;
	padding:130px 0 40px 0;
	color:#fff;
	font-size:13px;
	margin-top:-100px;
}

.footer-con h4 {
	margin-bottom:15px;
}
.socials {
    padding: 0px 0;
}
.socials li {
    display: inline-block;
	
}
.socials li a {
    margin-right: 20px;
	color: #fff;
	text-align: center;
    display: inline-block;
    margin-right: 10px;
    transition: background .5s;
    -webkit-transition: background .5s;
	width: 40px;
    line-height: 40px;
    border-radius: 100%;
    font-size: 18px;
}

.fb{
    background: #3b5998;
}

.tw{
    background: #00aced;
}

.gp{
    background: #dd4b39;
}

.li{
    background: #007bb5;
}

.yt{
    background:#F00;
}


.footer-con .ftmenu ul {
	margin:0;
	padding:0;
}

.footer-con .ftmenu ul li {
	padding:5px 0;
	border-bottom:1px solid #0e1c33;
	list-style:none;
}

.footer-con .ftmenu ul li:last-child {
	border-bottom:0px solid #0e1c33;
}

.footer-con .ftmenu ul li a {
	color:#fff;
}

.ftlinks {
border-top: 1px solid #0e1c33;
    padding: 20px 0px;
    margin-top: 30px;
    padding-bottom: 10px;
    text-align: center;
}

.ftlinks a {
	color:#fff;
}

.ftlinks a:hover {
	color:#fff;
	text-decoration: underline;
}




.ftcopy {
		border-top:1px solid #0e1c33;
		padding:20px 0px;
		margin-top:30px;
		padding-bottom:0;
}

.ftright {
	text-align:right;
}

.ft-ad {
	width:100%;
	float:left;
}

.ft-ad img {
	border-radius: 20px;
	width:100%;
	height:auto;
}

.vertical-tab{
display: table;
}


.vertical-tab  h3 {
    font-size: 40px;
	font-weight: bold;
}
.vertical-tab  h3::after {
    bottom: -11px;
}
.vertical-tab h3 span {
    font-size: 14px;
    font-weight: 400;
    color: #888;
}


.vertical-tab  h1 {
    font-size: 40px;
	font-weight: bold;
	    margin-top: 0;
}
.vertical-tab  h1::after {
    bottom: -11px;
}
.vertical-tab h1 span {
    font-size: 14px;
    font-weight: 400;
    color: #888;
}

.vertical-tab .nav-tabs>li>a {
    margin-right: 0px;
}

                        .vertical-tab .nav-tabs{
                            display: table-cell;
                            width: 28%;
                            min-width: 28%;
                            padding: 6px 0 0 0;
                            border: none;
                            vertical-align: top;
                            position: relative;
                            z-index: 1;
                        }
                        .vertical-tab .nav-tabs li{
                           vertical-align: top;
						   width: 50%;
    float: left;
	padding-right: 0;
    padding-left: 0;
	background-color: #ffbf66;
    box-shadow: 0 0 12px 8px rgba(0, 0, 0, 0.05);
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: right;
    flex: 0 0 50%;
    max-width: 50%;
	border:none;
		    
                        }
						
						.vertical-tab .nav-tabs li span {
							font-size:12px;
}
						
						.vertical-tab .nav-tabs li i{
							font-size:40px;
							margin-bottom:20px;
                        }
						
						
                        .vertical-tab .nav-tabs li a{
            display: block;
    padding: 30px;
    font-family: Montserrat;
    font-size: 18px;
	border:none;
	line-height: 17px;
	color:#000;
                        }
						
						
						
						.vertical-tab .nav-tabs li a:hover{
							background:#fff;
	border:none;
	    box-shadow: 0 0 12px 12px rgba(129, 129, 129, 0.1);
                        }
                        
                        .vertical-tab .nav-tabs li.active a,
                        .vertical-tab .nav-tabs li.active a:hover{
                          color: #ffffff;
    background-color: #d01818;
    border: none;
    border-radius: 0;
    font-weight: bold;

                        }
						.vertical-tab .nav-tabs li.active a:after {
    border-color: #fff #fff transparent transparent;
    content: '';
	    position: absolute;
    top: 5px;
    right: 5px;
    border-width: 7px;
    border-style: solid;
}
                       
                     
                        .vertical-tab .tab-content{
                   
                            display: table-cell;
                            position: relative;
							 padding-left: 35px;
                        }
						
						.vertical-tab .tab-content a {
    border: 0px solid #d01919;
    padding: 9px 20px;
    border-radius: 10px;
    background: #d01919;
    color: #fff;
}
.vertical-tab .tab-content a:hover {
    background: #011d4d;
}
						
						.vertical-tab .tab-content img{
    margin-bottom: 25px;
}
                        .vertical-tab .tab-content h3{
                            text-transform: uppercase;
                            margin: 0 0 7px 0;
                        }
						
						
						
						.blog-hm img {
							width:100%;
							height:auto;
						}
						
						.wptww-testimonials-slidelist.design-4 .wptww-testimonial-inner, .wptww-testimonials-list.design-4 .wptww-testimonial-inner, .wptww-testimonials-slide-widget.design-4 .wptww-testimonial-inner {
    border: 1px solid #ddd;
    position: relative;
    margin-left: 50px;
    padding: 15px 15px 15px 70px;
    height: 90%;
    background: #fff;
}

.wptww-testimonial-content h4 {
	display:none;
}

.wptww-testimonial-client {
	margin-bottom:20px;
}

.inner-banner {
    float: left;
    width: 100%;
}

.inner-banner img {
    width: 100%;
    height: auto;
}

.sec-padding {
    padding: 30px 0 0px 0;
}

.sec-padding h4 {
	line-height:28px;
}

.col-centered {
    float: none;
    margin: 0 auto;
}


.tnpsc-crs-sec {
	float:left;
	width:100%;
	   
	    padding-bottom: 30px;
		z-index: 2;
    font-weight: 300;
    position: relative;
}

.tnpsc-crs-contents {
		float:left;
	width:100%;
	max-width: 1238px;
    border-radius: 1px;
    background: #d01818 url(../images/dot.png);
    box-shadow: 2px 2px 22px rgba(0,0,0,.11);
    padding:30px 20px 20px 30px;
	color:#fff;
	    margin-top: -30px;
}

.tnpsc-crs-contents  a {
	color:#d01818;
	    padding: 5px 15px;
    background: #fff;
    border-radius: 10px;
    margin-top: 13px;
    float: left;
}

.tnpsc-crs-contents  a:hover {
	color:#000;
    background: #fef716;
}

.upsc-cn {
	background: #e67006 url(../images/dot.png);
}

.tnpsc-crs-contents h1 {
	text-align:center;
	font-size:25px;
	position: relative;
    margin: 0px 0 40px;
}

.tnpsc-crs-contents h1::after {
    content: '';
    position: absolute;
    width: 80px;
    border: 2px solid #fef716;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    left: 50%;
    right: unset;
    bottom: -15px;
    margin-left: -40px;
}

.tnpsc-crs-contents h3 {
	text-align:center;
	font-size:25px;
}

.tnpsc-crs-contents h3::after {
    content: '';
    position: absolute;
    width: 80px;
    border: 2px solid #fef716;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    left: 50%;
    right: unset;
    bottom: -15px;
    margin-left: -40px;
}

.tnpsc-crs-contents h4 {
	font-weight:bold;
	margin-top:0;
	    color: #fef716;
	    margin-bottom: 17px;
}

.tnpsc-crs-contents h4 a {
margin-top: 0;
    float: none;
}


.numsec {
	background-color:rgba(36,36,36,0.84);background-image:url(../images/bg4.jpg);background-size:auto ;background-attachment:local;margin-top:56px;
}


.our-counts {
	    background-color: #d01818;
		    padding: 10px 55px 20px;
		    margin: -57px 0 55px !important;
			    border-radius: 1px;
    box-shadow: 2px 2px 22px rgba(0,0,0,.11);
    position: relative;
	    text-align: center;
    font-size: 1px;
    line-height: 0;
	color:#fff;
	
	background: linear-gradient(275deg, #fd4d4d, #b90202, #a30356);
background-size: 600% 600%;

-webkit-animation: AnimationName 5s ease infinite;
-moz-animation: AnimationName 5s ease infinite;
animation: AnimationName 5s ease infinite;
}

.our-counts li {
    font-size: 13px;
    line-height: 15px;
	    margin: 0 24px;
    max-width: 150px;
    text-align: center;
	    display: inline-block;
    vertical-align: top;
}
.our-counts .title {
    font-size: 42px;
    line-height: 44px;
	display: block;
    margin: 0 0 8px;
    border-radius: 1px;
    text-shadow: 3px 8px 0 rgba(0,0,0,.11);
    font-weight: 800;
    font-size: 40px;
    line-height: 32px;
	color: #fef716;
	padding-top: 16px;
}

.our-counts .subtitle {
    max-width: 150px;
	    display: block;
}

.our-counts:before {
    margin: 0 0 -41px -40px;
    width: 81px;
    height: 81px;
	background: #fff;
    z-index: 1;
    pointer-events: none;
    transform: rotate(45deg);
	position: absolute;
    content: "";
    top: auto;
    bottom: 100%;
    left: 100%;
    right: auto;
}
.our-counts:after {
    content: '';
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.our-counts>* {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-size: 15px;
    line-height: 1.875;
}


.media-right {
    display: table-cell;
    vertical-align: middle;
}

.content-area table {
  width: 100% !important;
  border-collapse: collapse;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: linear-gradient(45deg, #49a09d, #5f2c82);
}
.content-area th,
.content-area td {
  padding: 10px;
  color: #fff;
}
.content-area th {
  text-align: left;
  background-color: #55608f;
}

.content-area tr:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.content-area td {
  position: relative;
}

.content-area td a {
    color:#fff;
        text-decoration: underline;
}
.content-area td a:hover {
    color:#FFEB3B;
        text-decoration: underline;
}
.content-area td:hover:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -9999px;
  bottom: -9999px;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: -1;
}


@-webkit-keyframes AnimationName {
    0%{background-position:0% 46%}
    50%{background-position:100% 55%}
    100%{background-position:0% 46%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 46%}
    50%{background-position:100% 55%}
    100%{background-position:0% 46%}
}
@keyframes AnimationName { 
    0%{background-position:0% 46%}
    50%{background-position:100% 55%}
    100%{background-position:0% 46%}
}
 .carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.why-sec {
	float:left;
	width:100%;
	padding:50px 0;
	background:#fff;
}

.expertiesico {
    padding: 10px 0;
    margin-bottom: 35px;
    border-right: 1px solid #dcdcde;
    text-align: center;
}

.expertiesico span.ico {
    width: 85px;
    height: 85px;
    display: inline-block;
    background-color: #d01818;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.expertiesico span.ico i {
    line-height: 85px;
}	

.padbot50 {
	padding-bottom:50px;
}

.wptww-testimonials-list.design-3 .wptww-testimonial-inner{
border: 1px solid #700;
    position: relative;
    margin-top: 60px;
    padding: 65px 15px 15px 15px;
    height: 90%;
    text-align: center;
    color: #fff;
    background: #d01818 url(../images/dot.png);
}

.wptww-testimonials-slidelist.design-3 .wptww-testimonial-inner:after, .wptww-testimonials-list.design-3 .wptww-testimonial-inner:after, .wptww-testimonials-slide-widget.design-3 .wptww-testimonial-inner:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #d01818;
    border-width: 30px;
    margin-left: -30px;
}

.wptww-testimonial-author {
    color: #fff;
    clear: both;
}

.wptww-testimonials-text em:before {
    color: #fff;
}

.wptww-testimonials-text em:after {
    color: #fff;
}


.entry-title {
    position: relative;
    margin: 0px 0 46px;
    margin-top: 0px;
    font-size: 29px;
}
.entry-title::after {
    content: '';
    position: absolute;
    width: 80px;
    border: 2px solid #f90000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    left: 0;
    right: 0;
    bottom: -15px;
}

.panel-heading {
    font-size: 15px;
    font-weight: bold;
}

.display-posts-listing {
    list-style: none;
}

.display-posts-listing li {
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    background-color: white;
    margin-bottom: 10px;
}

.display-posts-listing li .title{
    width: 100%;
    float: left;
    color: #f90000;
    font-weight: bold;
}


.display-posts-listing li .excerpt {
    color: #717171;
}

.display-posts-listing li .date {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #ccc;
}

.display-posts-listing li .excerpt-more {
    font-size: 11px;
    font-style: italic;
    color: #f90000;
}

.display-posts-listing li:last-child {
    border-bottom: 0px solid #eaeaea;
}

.fc-time, .wpfc-calendar-search {
    display: none !important;
}

.entry-content th, td {
    text-align: left;
    padding: 8px;
    border: 1px solid #ddd;
}

.fc-event.fc-draggable, .fc-event[href] {
    cursor: pointer;
}

.fc-day-grid-event .fc-content {
    white-space: normal;
    overflow: hidden;
        padding: 10px;
}
.fc-title {
    font-size: 14px !important;
}

.fc-day-grid-event {
    background-color: #d60d0d !important;
    border-color: #a90606 !important;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15);
    box-shadow: 0 1px 1px rgba(0,0,0,.15);
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: #1a2b48 !important;
    color: #fef716 !important;
        background-image: none;
}

.post-tit-con {
    background-color: #d01818;
    padding: 33px 55px 39px;
    border-radius: 1px;
    box-shadow: 2px 2px 22px rgba(0,0,0,.11);
    position: relative;
    text-align: justify;
    line-height: 31px;
    color: #fff;
    background: linear-gradient(275deg, #fd4d4d, #b90202, #a30356);
    background-size: 600% 600%;
    -webkit-animation: AnimationName 5s ease infinite;
    -moz-animation: AnimationName 5s ease infinite;
    animation: AnimationName 5s ease infinite;
    font-size: 25px;
}

.single-post .entry-header {

   display: none;
}

.widget {
    margin-bottom: 30px;
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 14px -2px #bdbdbd;
    -moz-box-shadow: 0px 0px 14px -2px #bdbdbd;
    box-shadow: 0px 0px 14px -2px #bdbdbd;
    background: #1a2b48;
    color: #fff;
}

.sidebar h2 {
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    padding: 8px 0;
    margin-bottom: 0px;
    border-bottom: 2px solid #091221;
    margin-top: 0;
}

.sidebar ul {
    margin: 0;
    padding: 0;
    list-style: outside none none;
}

.sidebar ul li {
    padding: 10px 0;
    border-bottom: 1px solid #d6d6d6;
}

.widget a {
    color: #fff;
}
.content-area ul li,  .content-area ol li  {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #ececec;
    margin-left: 20px;
}

.content-area ul li:last-child,  .content-area ol li:last-child  {
    border-bottom: 0px solid #ececec;
}

.widget select {
    width: 100%;
    color: #000;
    padding: 3px 10px;
}
.widget-area .display-posts-listing li .title {
    width: 100%;
    float: none;
    color: #ffffff;
    font-weight: normal;
}

.widget-area .display-posts-listing li {
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    background-color: transparent;
    margin-bottom: 0px;
}

ul.page-numbers {
    list-style: none;
    margin: 0;
}

.page-numbers:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

ul.page-numbers li {
    display: block;
    float: left;
    margin: 0 4px 4px 0;
    text-align: center;
}

.page-numbers a,
.page-numbers span {
    line-height: 1.6em;
    display: block;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #ddd;
    color: #888;
}

.page-numbers a span { padding: 0 }

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
color: #fff;
    background: #1a2b48;
    text-decoration: none;
}

.archive article {
    padding: 20px;
    border: 1px solid #ececec;
    -webkit-box-shadow: 0px 0px 5px -2px #bdbdbd;
    -moz-box-shadow: 0px 0px 14px -2px #bdbdbd;
    box-shadow: 0px 0px 5px -2px #bdbdbd;
}

.archive article .entry-title {
    margin: 0px ;
    margin-top: 0px;
    font-size: 22px;
}

.archive article .entry-title::after {
    display: none;
}

.single-post article {
    padding: 20px;
    border: 1px solid #ececec;
    -webkit-box-shadow: 0px 0px 5px -2px #bdbdbd;
    -moz-box-shadow: 0px 0px 14px -2px #bdbdbd;
    box-shadow: 0px 0px 5px -2px #bdbdbd;
}

.alignnone {
    margin-bottom:15px;
}


.contactmap iframe {
    height: 250px;
    width: 100%;
    border: 0;
    margin-bottom: 30px;
    float: left;
}

.page-numbers:hover { text-decoration: none }

label {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: bold;
}

 .wpcf7-form-control {
	  display: block;
	  width: 100%;
	  height: 34px;
	  padding: 0px 2%;
	  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 rgba(0, 0, 0, .075);
	  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	  -webkit-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;
	  font-weight:normal;
	 }
	 
  
  textarea.wpcf7-textarea {
    height: 100px;
}


.wpcf7-submit {
width: auto;
    display: block;
    text-decoration: none;
    color: white;
    padding: 8px 27px;
    height: 40px;
    background-color: #d01919;
    margin-top: 10px;
    font-size: 15px;
    border-radius: 10px;
}



.wpcf7-submit:hover {
	background:#011d4d;
	color:#fff;

}

.wpcf7-file {
    padding-top: 5px;
    padding-bottom: 5px;
}

span .wpcf7-not-valid {
    border: 1px solid #ff0000;
}

div.wpcf7-validation-errors {
    background: #ffe2e2;
    border: 1px solid #ff0000;
    color: #C10000;
	width: 100%;
}
 
div.wpcf7-response-output {
    margin: 2em 0;
    padding: 10px;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
		width: 100%;
		
}

.wpcf7-spam-blocked {
     background: #e2e2e2;
     border: 1px solid #bcbcbc !important;
     color: #383838;
	 width: 100%;
	 	width: 100%;
}
 
.wpcf7-mail-sent-ng {
     background: #fcf8e3;
     border: 1px solid #ac9163 !important;
     color: #8a6d3b;
	 width: 100%;
}
 
.wpcf7-mail-sent-ok {
     background: #dff0d8;
     border: 1px solid #3c763d !important;
     color: #3c763d;
	 float: left;
	 width: 100%;
}

span.wpcf7-not-valid-tip {
 
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: -33px !important;
    left: 0 !important;
    z-index: 100;
    border:0px solid #ff0000 !important;
    background: #fff;
    padding: .2em .8em;
    width: 200px !important;
	    border-radius: 4px !important;
		    margin-left: 2px;
}

.panel-danger>.panel-heading {
    background-image: -webkit-linear-gradient(top,#ff0000 0,#ad0606 100%);
    background-image: -o-linear-gradient(top,#ff0000 0,#ad0606 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ff0000),to(#ad0606));
    background-image: linear-gradient(to bottom,#ff0000 0,#ad0606 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
    background-repeat: repeat-x;
}

.panel-danger>.panel-heading {
    color: #ffffff;
}
.h3, h3 {
    font-size: 22px;
}

.archive .post-thumbnail {
display:none
}

.category-latest-notifications .entry-meta {
display:none
}

.bookscon .col-sm-4 {
    border: 1px solid #eaeaea;
    text-align: center;
    margin: 0.5%;
}

.bookscon .col-lg-3, .bookscon .col-md-3 {
    width: 24%;
}

.bookscon  h4 {
    font-size: 16px;
}
.breadcrumbs {
    padding: 15px 0;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 30px;
}

.flex-active-slide img {
    transition: transform 5000ms linear 0s;
    transform: scale(1.05, 1.05);
}
#custom_html-10, #custom_html-11, #custom_html-12, #custom_html-13 {
    padding: 0;
    background: transparent;
}

#custom_html-10 .widget-title, #custom_html-11 .widget-title, #custom_html-12 .widget-title, #custom_html-13 .widget-title   {
    display: none;
}
.contactbx .col-lg-8 {
    padding: 20px;
    background: #94ebff;
    box-shadow: 1px 6px 9px -3px #464444;
}
.contactbx .col-lg-4 {
    padding: 20px;
    background: #ff980057;
}

.adbox {
    background: #f3f3f3;
    padding: 10px;
    margin-top: -30px;
        width: 100%;
    float: left;
}
.hiddenEvent{display: none;}
.fc-other-month .fc-day-number { display:none;}

td.fc-other-month .fc-day-number {
     visibility: hidden;
}

.our-team{ text-align: center;   min-height:295px;}
.our-team .pic{
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    width: 80%;
    margin: 0 10%;
}
.our-team .pic:before,
.our-team .pic:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 13px solid #e6e5e5;
    position: absolute;
    top: 0;
    left: 0;
}
.our-team .pic:after{
    border-color: #f00 #e6e5e5 #e6e5e5 #f00;
    z-index: 1;
    transform: rotate(-10deg);
    transition: all 0.5s ease 0s;
}
.our-team:hover .pic:after{ transform: rotate(350deg); }
.our-team img{
    width: 100%;
    height: auto;
}
.our-team .title{
    font-size: 17px;
    font-weight: bold;
    color: #222;
    padding-bottom: 10px;
    margin: 15px 0 10px 0;
    position: relative;
}
.our-team .title:after{
    content: "";
    width: 30px;
    height: 2px;
    background: #222;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.our-team .post{
    display: block;
    font-size: 14px;
    color: #777;
}
.our-team .icon{
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}
.our-team .icon li{ display: inline-block; }
.our-team .icon li a{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #e0e0e0;
    font-size: 14px;
    color: #999;
    margin-right: 5px;
    transition: all 0.3s ease-out 0s;
}
.our-team .icon li a:hover{
    background: #f00;
    color: #fff;
}

#breadcrumbs {
    margin-bottom: 0;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}


.post-navigation {
display:none;
}

.ftpnl .panel {
    border-radius: 22px;
}

.ftpnl .panel-primary>.panel-heading {
        background-color: #d01818;
    border-radius: 10px;
      background: linear-gradient(275deg, #fd4d4d, #b90202, #a30356);
    background-size: 600% 600%;
    -webkit-animation: AnimationName 5s ease infinite;
    -moz-animation: AnimationName 5s ease infinite;
    animation: AnimationName 5s ease infinite;
        border-color: #f90001;text-align: center;
}

.ftpnl .panel-primary>.panel-heading a {
    color:#fff;
        padding: 0 7px;
}

.ftpnl .panel-primary>.panel-heading a:hover {
    color: #FFEB3B;
}

.ftpnl .panel-primary>.panel-heading p {
margin: 0;
}



.fc-other-month {
    visibility:hidden;
    
}


.fc-basic-view .fc-body .fc-row {
    min-height: 4em;
    height: 100px !important;
}

.fc-basicWeek-view  .fc-body   .fc-row {
    min-height: 4em;
    height: 80px !important;
}

.daily-current-affairs  article h2 {
    text-align: center;
    background: #67ad43;
    color: #fff;
    padding: 10px 0;
    margin-top: 0;
    margin-bottom: 20px;
}


.daily-current-affairs .entry-content {
    margin: 0;
}

.daily-current-affairs  article {
    border: 10px solid #1a2b48;
}

.daily-current-affairs-tamil article h2 {
    text-align: center;
    background: #67ad43;
    color: #fff;
    padding: 10px 0;
    margin-top: 0;
    margin-bottom: 20px;
}

.daily-current-affairs-tamil .entry-content {
    margin: 0;
}

.daily-current-affairs-tamil  article {
    border: 10px solid #1a2b48;
}


.page-id-137 .content-area ul li a, .page-id-926 .content-area ul li a {
	background-color:#3bb3e0;
	text-decoration:none;
	color:#fff;
	position:relative;
	padding:10px 20px;
	padding-right:50px;
	background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(44,160,202)),
	color-stop(1, rgb(62,184,229))
	);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	-moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	-o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
		transition: color background 0.7s linear 0s;
	transition:  0.7s linear 0s;
	transition: background 0.7s linear 0s;
}

.page-id-137 .content-area ul li a:hover, .page-id-926 .content-area ul li a:hover {
	top:3px;
background: #FDC830;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #F37335, #FDC830);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #F37335, #FDC830); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

	-webkit-box-shadow: inset 0px 1px 0px #FDC830, 0px 2px 0px 0px #F37335, 0px 5px 3px #999;
	-moz-box-shadow: inset 0px 1px 0px #FDC830, 0px 2px 0px 0px #F37335, 0px 5px 3px #999;
	-o-box-shadow: inset 0px 1px 0px #FDC830, 0px 2px 0px 0px #F37335, 0px 5px 3px #999;
	box-shadow: inset 0px 1px 0px #FDC830, 0px 2px 0px 0px #F37335, 0px 5px 3px #999;
		transition:  0.7s linear 0s;
}

.page-id-137 .content-area ul li a:active, .page-id-926 .content-area ul li a:active {
	top:3px;
	background-image: linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -o-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(62,184,229)),
	color-stop(1, rgb(44,160,202))
	);
	-webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	-moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	-o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
}


.page-id-137 .content-area ul li, .page-id-926 .content-area ul li  {
	float: left;
    list-style: none;
    margin-right: 20px;
    padding: 0;
    margin-bottom: 35px;
    border-radius: 10px;
        margin-left: 0;
}

.page-id-137 .content-area ul li a::before, .page-id-926 .content-area ul li a::before {
	background-color:#2591b4;
	background-image:url(../images/right_arrow.png);
	background-repeat:no-repeat;
	background-position:center center;
	content:"";
	width:20px;
	height:20px;
	position:absolute;
	right:15px;
	top:50%;
	margin-top:-9px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
	-moz-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
	-o-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
	box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
}

.page-id-137 .content-area ul li a:active::before, .page-id-926 .content-area ul li a:active::before {
	top:50%;
	margin-top:-12px;
	-webkit-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
	-moz-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
	-o-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
	box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
}


.page-id-137 .panel, .page-id-926 .panel {
    box-shadow: 0 0px 0px rgba(0,0,0,.15);
}

.page-id-137 .panel, .page-id-926 .panel {
    box-shadow: 0 0px 0px rgba(0,0,0,.15);
}

.panel-danger>.panel-heading {
    color: #ffffff;
    border-radius: 20px;
    padding: 20px;
background: #23074d;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #cc5333, #23074d);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #cc5333, #23074d); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.ngif {
    margin: 0 !important;
    float: none !important;
    margin-left: 10px !important;
}

.ontp {
	background: linear-gradient(275deg, #fd4d4d, #b90202, #a30356);
background-size: 600% 600%;

-webkit-animation: AnimationName 5s ease infinite;
-moz-animation: AnimationName 5s ease infinite;
animation: AnimationName 5s ease infinite;
    padding-left: 0;
    margin-left: 20px;
    padding: 2px 10px !important;
    border-radius: 5px;
}

@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; min-height: 264px;}
}
@media (min-width:992px) and (max-width:1199px) {
.container {
    width: 100%;
}

.navbar-nav>li>a {
    margin: 0 1px;
        margin-top: 20px;
}
.bookscon .col-lg-3, .bookscon .col-md-3 {
    width:48%;
}
}

 @media only screen and (max-width: 550px){
.vertical-tab .nav-tabs{
display: block;
width: 100%;
 border-right: none;
}
.vertical-tab .nav-tabs li a{ margin: 0 0 20px; }
.vertical-tab .tab-content{
 display: block;
padding: 20px 15px 5px;
 }
.vertical-tab .tab-content h3{ font-size: 18px; }
.bookscon .col-lg-3, .bookscon .col-md-3 {
    width:100%;
}
.bookscon .col-sm-4 {
    border: 1px solid #eaeaea;
    text-align: center;
    margin: 0 0 20px 0;
}
.header {
    padding: 15px;
}
.top-right a {
    color: #fff;
    padding-left: 2px;
}
.top-left {
    display:none;
}
.top-right {
    text-align: center;
}
.navbar-toggle .icon-bar {
    background: #fff;
}
.navbar-toggle {
    background-color: #f90000;
}
.dropdown-menu li {
    border-bottom: 1px solid #e6e6e6;
    padding: 5px 0;
    font-size: 13px;
}
.dropdown.open .dropdown-menu {
    max-height: 100%;
    opacity: 1;
    width: 100%;
}
.dropdown-menu>li>a {
    color: #5f5b5b;
}
.intro-bar .col-md-4 {
margin-bottom:20px;
}
.wel-con {
    padding: 30px 0;
}
.vertical-tab .nav-tabs li {
    vertical-align: top;
    width: 100%;
        max-width: 100%;
}
.vertical-tab .nav-tabs li a {
    margin: 0 0 1px;
}
.vertical-tab .nav-tabs li a {
    padding: 15px;

}

.cur-con {
    padding: 30px 0;
}

.cur-con .col-md-4 {
margin-bottom:20px;
}

.why-con {
    background: url(../images/class-bg.jpg) center center;
    color: #fff;
}
 .media-right {
    padding-left: 0px;
    vertical-align: middle;
    float: left;
}
.tagcon {
    padding: 25px 0;
    background: url(../images/bg4.jpg) scroll center center;
}
.media-body .h1 {
    font-size: 20px;
    margin-top: 4px;
}
.tagcon .inner {

    padding: 10px 13px;
}
.blog-hm img {
margin-bottom:20px;
}
.ftcopy {
    text-align: center !important;
}
.ftright {
    text-align: center;
}

.ftpnl {
    margin-bottom: 30px;
}
.tnpsc-crs-sec {
    margin-top: 0px;
}

.tnpsc-crs-contents {
    margin-top: 15px;
}

.fc-basic-view .fc-body .fc-row {
    min-height: 4em;
    height: 130px !important;
}

.fc-basicWeek-view  .fc-body   .fc-row {
    min-height: 4em;
    height: 110px !important;
}
 }
 
/*Additional Start*/
 .pop-form .wpcf7-submit {
	margin:0 auto;
}
.pop-form span {
    margin-bottom: 16px;
    display: block;
}
h4.csm_sub_heading{color: #f90000;
    margin-bottom: 46px!important;
	    font-size: 22px;
position:relative;
}
.page-id-3078 h3 {
    display: none!important;
}
a.download_btn {
    background-color: red;
    color: #fff;
    display: block;
    text-align: center;
    width: 223px;
    margin: 20px auto;
    font-size: 16px;
    padding: 18px 10px;
}
h4.csm_sub_heading:after{content: '';
    position: absolute;
    width: 80px;
    border: 2px solid #f90000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    left: 0;
    right: 0;
    bottom: -15px;}
.page-id-3078 .tab-content>.active {
    display: block;
    overflow-x: auto;
}
.home .tab-content {
	overflow: inherit;}
.notify_area {
    position: fixed;
    width: 360px;
    height: 100%;
    background: #3C3F76;
    z-index: 999999;
    top: 0;
    right: 0;
	transition:all 1s ease-in-out;
    padding: 30px;
    box-sizing: border-box;
}

.new a:after {
    content: url(../images/new.gif);
    right: -5px;
    position: relative;
}
.notify_area.shut{
	right:-360px;
}
.notify_area a{
	color:#fff;
}
.notify_area ul {
    padding-top: 0;
    height: 85vh;
    overflow-x: hidden;
    overflow-y: auto;
	width:100%;
}
.notify_area ul::-webkit-scrollbar {
  display: none;
}
.notify_area ul {
  -ms-overflow-style: none;
}
.notify_area  li{
	list-style:none;
	border-bottom:1px solid #f90000;
	font-size:14px;
	padding-bottom:10px;
	margin-bottom:10px;
}
span.closebtn {
    color: #fff;
    background: #f90000;
    border-radius: 50%;
    padding: 1px 6px;
    display: inline-block;
    float: right;
	cursor:pointer;
}
span.out {
    display: inline-block;
    cursor: pointer;
    background: #f90000;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    padding: 7px 6px 7px 11px;
    width: 35px;
    position: relative;
    left: -65px;
    top: 71px;
    color: #fff;
    font-size: 19px;
}
.left_input {
    width: 49%;
    float: left;
    margin-right: 2%;
}
.right_input {
    width: 49%;
    float: left;
}
div#wpcf7-f3102-p3078-o2{width:100%!important;}
.wpcf7-form-control-wrap.kc_captcha {
    margin: 0;
}
th, td {
    font-family: 'Poppins', sans-serif!important;
}
.wpsm_nav-tabs span {
    font-family: 'Poppins', sans-serif!important;
}
.csm_form .wpcf7-radio {
    padding: 17px!important;
    height: 45px;
}
.csm_form {
    width: 100%;
    float: left;
    padding:20px;
    display: flex;
    background-color: #f5f5f5;
    justify-content: center;
}
.csm_form button, .csm_form input, .csm_form select {
   
   height: 45px!important;
   
    margin-top: 12px;
}
.csm_form span.captcha-image input {
    height: auto !important;
}
.csm_form .wpcf7-submit{margin-top:0px!important;}
.csm_form input{width:100%!important;}
.csm_form label {
    width: 100%!important;
    margin-bottom:20px;
}
.page-id-3078 h3 {
    color: #f90000;
	margin-bottom: 46px!important;}
.wpcf7-form-control.wpcf7-radio {
    display: inline-block;
    border: 0;
    box-shadow: none;
    margin: 0 !important;
    padding: 0;
}
.captcha-image {
    border: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
    margin: 0 !important;
}
.cf7ic_instructions {
    font-size: 12px;
    display: block !important;
    padding: 0;
    margin: 0 !important;
}
.captcha-image label {
    display: inline-block;
    width: 60px !important;
    margin: 0 !important;
    padding: 0 !important;
}
.captcha-image svg {
    padding: 5px;
    width: 35px;
    height: 35px;
}
.captcha-image .cf7ic_instructions span {
 margin:0;
    display: inline-block;
}
.faa-ring.animated {
    animation: ring 5s ease;
	 animation-iteration-count: 1;
    transform-origin-x: 50%;
    transform-origin-y: 0;
    transform-origin-z: initial;
}
@keyframes ring {
    0% {
        transform: rotate(-15deg)
    }
    2% {
        transform: rotate(15deg)
    }
    4% {
        transform: rotate(-18deg)
    }
    6% {
        transform: rotate(18deg)
    }
    8% {
        transform: rotate(-22deg)
    }
    10% {
        transform: rotate(22deg)
    }
    12% {
        transform: rotate(-18deg)
    }
    14% {
        transform: rotate(18deg)
    }
    16% {
        transform: rotate(-12deg)
    }
    18% {
        transform: rotate(12deg)
    }
    20% {
        transform: rotate(0deg)
    }
}
@media screen and (max-width:767px){
	.right_input{width:100%!important;}
	.left_input{width:100%!important; margin-right:0px!important;}
}
@media screen and (max-width:480px){
	.notify_area {
  
    width: 100%;
}
	span.out{
		top:158px;
	}
.notify_area.shut{
	right:-100%;
}
}
/*Additional End*/