@import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed:300,400');
@import url('https://fonts.googleapis.com/css?family=Oswald:300');
/* Green1 		- #00abef */
/* Green2 		- #75c92b */
/* Blue 		- #2745a1 */
/* Light Blue 	- #93a2d0 */
/* Grey 		- #c0c0c0 */
.text-orange{
	color:#00abef;
}
.text-blue{
	color:#ff9901;
}
.text-justify {
  text-align: justify;
}
/*net banking Button */
.netbanking {
	background-color: #198754;
	margin-top: 12px;
	color: #fff !important;
	font-weight: 500;
	font-size: 16px;
}

.possession {
	background-color: #2b54a3;
	color: #fff !important;
	font-weight: 500;
	font-size: 14px;
}
.online-complaint {
    background-color: #ff9901;
    color: #fff !important;
    font-weight: 500;
    font-size: 14px;
}
body{
	font-family: 'Outfit', sans-serif;
	font-size: 14px;
	line-height: 1.8;
	color: #333;
}
#scroll{
	position:fixed;
	bottom:60px;
	right:50px;
	background-color: #ff9901;
	border-radius: 10px;
}
a{text-decoration:none !important;}
/*------------------------------------------------------------------
Top Bar 
*/
.topmenu .top{
	background-color:#00abef;
}
.news_top{
	background-color:#32404A;
	color:#FFF;
	padding:4px 0;
}
.news_top a{
	color:#FFF;
}
/* =================================== */
/*  Navbar 
/* =================================== */

/* =================================== */
/*  Navbar & TopBar
/* =================================== */
.topbar {
	background: #00abef;
	position: relative;
	z-index: 9999;
}
.topbar .navbar {
	background-color: #fff;
	box-shadow: none;
	position: relative;
	width: 90%;
	float: right;
	background: #fff url(../images/cutout.png) no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-position: 0 0;
	height: 59px;
	/*border-radius: 25px 0px 0px 0px;*/
}
.topbar .sitename {
    font-family: 'DM Serif Text', serif;
	position: absolute;
	font-weight: 500;
	color: #fff;
	padding-left: 6px;
}
.navbar-brand img {
    height:90px;
    position: absolute;
    top: 7px;
    z-index:999;
    left: 10px;
}
.navbar-brand{
	padding:0px;
}

.navbar-expand-md,
.navbar-expand-md a {
    color: #555;
}

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#019b43+30,0059a1+100 */
.navbar-expand-md {
	background-color:#fff;
}
.navbar-toggler {
  color:#fff;
  border: 1px solid #fff0;
  position: relative;
  top: 8px;
left: -25px;
}
/* change the brand and text color */

.navbar-expand-md .navbar-brand,
.navbar-expand-md .navbar-text {
    color: #4286f4;
}


/* change the link color */

.navbar-expand-md .navbar-nav .nav-link {
    font-size: 16px;
    padding: 12px;
    position: relative;
    font-weight: 500;
    color: #000;
}

.navbar-expand-md .navbar-nav .nav-link:hover {
    background-color: #fff;
	color: #00abef !important;
    border-radius: 0px;
}


/* change the color of active or hovered links */

.navbar-expand-md .nav-item.active .nav-link,
.navbar-expand-md .nav-item:hover .nav-link {
    color: #00abef;
}


/* for dropdown only - change the color of droodown */

.navbar-expand-md .dropdown-menu {
    background-color: #fff;
    border-radius: 0px;
    top: 58px;
}
.navbar-expand-md .dropdown-submenu {
    list-style:none;
    overflow:hidden;
}

.navbar-expand-md .dropdown-item {
    color: #333;
    line-height: 1.5rem;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 15px;    
}

.navbar-expand-md .dropdown-item:active,
.navbar-expand-md .dropdown-item:hover,
.navbar-expand-md .dropdown-item:focus {
    color: #fff;
    background-color: #00abef;
}

.dropdown-menu > .dropdown {
  position: relative;
}

.dropdown-menu > .dropdown a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: .9rem;
  top: .9rem;
}

.dropdown-menu > .dropdown .dropdown-menu {
    top: -11px !important;
    left: 157px !important;
}  

.nav-link.dropdown-toggle:hover{ color:#000000 !important;}

.navbar > .show > a:focus{
    background: transparent;
    outline: 0;
}


.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
	left: 100%;
	border-radius: 0 .25rem .25rem .25rem;
}


/* end Navbar */

/* Sticky Social Icons  */
#fixed-quicklinks {
	z-index: 1000;
	position: fixed;
	top: 200px;
	margin-left:10px;
	background-color:rgba(0,0,0,0.5);
}

#fixed-quicklinks a {
	z-index: 1000;
	color: #fff;
	display: block;
	padding: 0.5rem;
	position: relative;
	text-align: center;
	margin-bottom: 0px;
	font-weight:bold;
}
#fixed-quicklinks a span {
	padding: 1rem;
    position: absolute;
    text-align: center;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1000;
    opacity: 0;    
	margin-top: 0px;
	font-weight:bold;	
}
/*
.facebook {
	background-color: #3b5998;
	border: 1px solid #fff;
	color: #fff;
	padding: 10px;
}	
.twitter {
	background-color: #00aced;
	border: 1px solid #fff;
	color: #fff;
	padding: 10px;
}	
.youtube {
	background-color: #bb0000;
	border: 1px solid #fff;
	color: #fff;
	padding: 10px;
}	
.insta {
	background: linear-gradient(30deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	border: 1px solid #fff;
	color: #fff;
	padding: 10px;
}	
*/

/*-------------------------------------------------*/
/* =  home page sections
/*-------------------------------------------------*/
.inner-page { 
    background-color:#f5f5f5; 
    padding:40px 0px;
    background-image: url(../images/inner-bg-tms.jpg);
    background-size: 100% auto;
    background-position: top center; 
    background-repeat:no-repeat;
}

ul.newsList { margin:0; padding-left:5px;}
ul.newsList li { list-style-type:none; border-bottom:1px dotted #999999; padding:10px 0px;}
a.homeNews{
	text-decoration:none;
	font-size:14px;
	color:#555555;
}
/* =================================== */
/*  Home Full Screen Slider
/* =================================== */

.homeSlider{ max-height:calc(100vh - 60px); }
.homeSlider .carousel-inner,
.homeSlider .carousel-item {
    height: 100%;
    max-height: calc(100vh - 60px);
	width:100%;
}
.homeSlider .carousel-item img { width:100%; height:100%; object-fit:contain; }
.homeSlider .carousel-caption {
	width: 400px;
	height: 20vh;
	position: absolute;
	bottom: 40px;
	left:70%;
	background-color: rgba(0,0,0,0.5);
}



/* Footer Styles */
footer.linkFooter {background-color:#00abef; background-position:center center; color:#75c92b;}
footer.linkFooter h2{color:#75c92b;} h3{color:#2b55a5;} h4{color:#54565B;} h5{color:#000;} h6{color:#222; font-size:1.4rem !important}

.store {
	width:130px;
}

footer .footer-logo-line {
    background: url(../images/footer-logo-strike.png) no-repeat center center;
    text-align: center;
}
#footer-logo {
    height: 120px;
    width: 100px;
}

.footer-sos{
	clear:both;
	padding:0px 0px;
	background-color:#00abef;
	font-size:16px;
}
.footer-section a{
	color:#fff !important;
}
ul.footer-link li{
	list-style:none;
	padding:3px;
}
ul.footer-link li a{	
	color:#FFF;
	text-decoration:none;
	font-size:16px;	
}
ul.footer-link li a:hover{	
	color:#000;
}

.footer-link a{
  position: relative;
  color: #75c92b;
}
.footer-bottom{
	background-color:#f3f5fa;	
}
.copyright{
	margin-top:3rem;
	margin-bottom:3rem;
	padding-right:32px;
	border-right:1px solid #ccc;
}
/*-------------------------------------------------*/
/* =  about page
/*-------------------------------------------------*/
.page-banner-section {  
	padding: 45px 0;
	background-color:#f5f5f5;
	background-image:url(../images/inner-banner.jpg);
	background-size:100% auto;
	background-position:center center;
	text-align:left;
    margin-top: 0px;	
}
.page-banner-section .container {
	z-index: 2;
}
.page-banner-section h1 {
	color: #333;
	font-size: 36px;
	font-weight:500;
	margin:0;
	letter-spacing:1px;
	margin-bottom: 0;
}
.page-banner-section ul.page-depth {
  margin: 0;
  padding:0;
  padding-top:6px;
  text-align: right;
}
.page-banner-section ul.page-depth li {
  display: inline-block;
  margin-left: 1px;
}
.page-banner-section ul.page-depth li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 18px;  
  color: #337ab7;
}
.page-banner-section ul.page-depth li a:hover {
  color: #222222;
}
.page-banner-section ul.page-depth li:before {
  content: '-';
  font-size: 13px;  
  color: #222;
  margin-right: 5px;
}
.page-banner-section ul.page-depth li:first-child:before {
  content: '';
  margin-right: 0;
}
.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #00abef;
    border-color: #00abef;
    
}
.background-white{
	padding:20px;
}
.background-white h4{
	color:#00abef !important;
}
.background-none{
	padding-left:40px;
}
ul{
	margin:0px;
	padding:0px;
}
/* STAGGER LIST ----- */
.list_load {
	display: none;
	list-style: none;
	padding: 0;
}
.list_item {
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.list_item a {
	color: #fff;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}
.list_item a:hover {
	background: rgba(255, 255, 255, 0.2);
	color:#FBEC5D;
}

.newsbar{
	background-color:#3C2C8A;
	padding:12px 0 36px 0;
	color:#FFF;
}
.newsbar.inner{
	background-color:#f1f1f1;
	padding:12px 0 12px 0;
	color:#222;
}
.newsbar.inner a{color:#222;}
.newsbar a{color:#FFF;}
.news-pad{
	padding-top:4px;
}
.news-sticky {
    padding: 0px;
    position: relative;
    color: #FFF;
    font-size: 16px;
    background-color: #ff9901;
}
.news-title {
    background-color: #2b54a3;
    padding: 5px 0px;
    color: #fff;
    font-weight: 400;
    font-size:20px;
    text-align: center;
}
.news-details {
    padding: 8px 20px;
    color: #FFF;
}
.news-details a {
    color: #FFF;
}
.news-details a:hover {
    color: #000;
}

/* parallax */
.rg-parallax1 {
    padding: 40px 0px 40px 0px;
    background-color: #ffffff;
    background-image: url(../images/sec4-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
	background-attachment: fixed;    
    position:relative;    
    color: #222;   
}
.rg-parallax1 .card {
	background-color: #00000030 !important;
}
.rg-parallax1 img {
    border-radius:15px;
}

.rg-parallax1 h2 {
    color: #005da9;
    font-weight:800;
}

.rg-parallax1 h4 {
    color: #000;
    font-weight:700;
}
.rg-parallax1 p{
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.7;
    color:#fff;
}
/* parallax */
/* End Of Capsule CSS */
.videoblock {
	background-color: #00abef;
}
.counterbg{
	background-color: #ff9901;
	padding-top:50px;
	padding-bottom:50px;
}
.counter {
    padding: 0;
    width: 25%;
    margin: 0 2%;
    color: #fff;
    text-align: center;
}
.counter-icon {
    padding-right: 20px;
    display: inline-block;
    vertical-align: super;
}
.counter-icon span {
    font-size: 40px;
}
.counter-content {
    display: inline-block;
    padding-left: 20px;
    font-size: 17px;
    border-left: 1px solid #fff;
}
.counter-content h1 {
    margin: 0 0 10px;
    line-height: 1;
    font-size: 30px;
    text-align: left;
    color: #000;
}
.banner-btm.op1 {
    position: static;
    background: #d8d8d8;
}
.banner-btm.op1 .list-item {
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    border-top: 0;
}
.banner-btm.op1 .list-item li {
    width: 25%;
    margin-bottom: 0;
    list-style:none;
}
.banner-btm.op1 .list-item li a {
    color: #54565B;
    font-size: 18px;
}
.list-item.op1 li span {
    background: #FFFFFF;
}
.list-item.op1 li span img {
    width: 24px;
    height: 24px;
}
.list-item li span {
    width: 70px;
    height: 70px;
    background: #ffcb05;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    margin-right: 15px;
    padding: 16px;
}
.list-item li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.smallcard p{
	line-height: 16px;
}
.smallcard h4{
	font-size: 18px;
	font-weight: 400;
}
.smallcard h6{
	color:#000;
}
.smallcard a:hover{
	background-color: #ff9901;
}
.smallcard a:hover i{
	color: #fff;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.section-bg {
  background-color: #f3f5fa;
}

.section-title {
  text-align: center;
}

h3.sub-title {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #2b54a3;;
}

h3.sub-title::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

h3.sub-title::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #2b54a3;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}
.offers .card h5{
	font-size:22px;
	font-weight: 400;
	color: #2745a1;
}

/* Small devices (landscape phones, 576px and up) */

@media (max-width: 575.98px) {
    	.navbar-nav {
		background-color: #fff;
		padding-left: 0px;
		position: absolute;
		top: 64px;
		width: 345px;
	}
	.navbar-brand img {
		height: 50px;
		position: absolute;
		top: 10px;
		z-index: 999;
		left: 10px;
	}
	.sitename {
		font-size: 21px;
		left: 80px;
		bottom: 10px;
		color: #000 !important;
		padding-left: 22px !important;
		z-index: 999 !important;
		top: 45px;
	}
    .homeSlider .carousel-inner,
    .homeSlider .carousel-item {
        height: 25vh;
        margin-bottom: -1rem;
    }
    .homeSlider .carousel-caption {
        height: 33.33vh;
    }
	.homeSlider .carousel-caption a {
		margin-left:35rem;
	}
    .homeSlider .carousel .carousel-indicators {
        bottom: 0;
	}
    .homeSlider .carousel-control-next {
        height:40vh;
        position:absolute;
        margin-top:15%;
	}
    .homeSlider .carousel-control-prev {
        height:40vh;
        position:absolute;
        margin-top:15%;        
	}
}
/* Medium devices (tablets, 768px and up) */

@media (min-width: 576px) and (max-width: 768.98px) {
    .homeSlider .carousel-inner,
    .homeSlider .carousel-item {
        height: 33.33vh;
    }
    .homeSlider .carousel-caption h2 {
        font-size: 2em;
    }
    .homeSlider .carousel-caption {
        height: 33.33vh;
    }
    .homeSlider .carousel .carousel-indicators {
        bottom: 35%;
	}
    .homeSlider .carousel-control-next {
        height:22vh;
        position:absolute;
	}
    .homeSlider .carousel-control-prev {
        height:22vh;
        position:absolute;
	} 	
}



.dtitle i{
	color:#fff;
}
.dtitle{
	font-size:20px;
	background-color:#00ABEF;
	padding:8px 20px;
	margin-bottom:10px;
}
.dbox{
	margin-bottom:30px;	
}
.dbox li i{
	font-size:18px;
	padding:4px 0;
}
.dbox li a{
	font-size:18px;
	color:#555;
}
.dbox li a:hover{
	font-size:20px;
	color:#000;
}

.dbox li{
	margin-left:20px;
	padding:4px 0;
}

/* ====================================================== */
/*  Social icone
/* ====================================================== */
.facebook{
	color:#fff;
	font-size: 18px;
}
.facebook:hover{
	color:#4267B2;
}
.youtube{
	color:#fff;
	font-size: 18px;
}
.youtube:hover{
	color:#FF0000;
}
.instagram{
	color:#fff;
	font-size: 18px;
}
.instagram:hover{
	color:#8a3ab9;
}
  
