@charset "utf-8";

*, *:before, *:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav,
	section {
	display: block;
	box-sizing: border-box;
};

audio, canvas, video {
	display: inline-block;
	display: inline;
	/*zoom: 1;*/
}

audio


:not

 

(
[
controls
]

 

)
{
display


:

 

none


;
}
a {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	text-decoration: none;
	outline: none;
	/*-- CSS3 Transition --*/
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

a:focus, a:hover, a:active {
	outline: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, figure, footer, header, hgroup, nav, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

button, input, select, textarea {
	margin: 0;
	vertical-align: top;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

input[type="radio"] {
	vertical-align: text-bottom;
	box-sizing: border-box;
	padding: 0;
}

input[type="checkbox"] {
	vertical-align: text-bottom;
	box-sizing: border-box;
	padding: 0;
}

input[type="search"] {
	box-sizing: content-box;
	-webkit-appearance: textfield;
}
/* Removes inner padding and search cancel button in Safari 5 and Chrome*/
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button
	{
	-webkit-appearance: none;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-weight: normal;
	font-size: 100%;
}

::-selection {
	background: rgba(0, 0, 0, .2);
	/* Safari */
}

::-moz-selection {
	background: rgba(0, 0, 0, .2);
	/* Firefox */
}
/*===========Usefull CSS===========*/
.clear {
	clear: both;
	display: block;
}

.clearfix {
	/*zoom:1;*/
	
}

.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

.row:before, .row:after {
	display: table;
	line-height: 0;
	content: "";
}

.row:after {
	clear: both;
}

.footer-top-wrapper ul:before, .footer-top-wrapper ul:after {
	display: table;
	line-height: 0;
	content: "";
}

.footer-top-wrapper ul:after {
	clear: both;
}

.float-element:before, .float-element:after {
	display: table;
	line-height: 0;
	content: "";
}

.float-element:after {
	clear: both;
}
/* Common Section
----------------------------------*/
body {
	overflow-x: hidden;
}

.wrapper {
	position: relative;
}

.wrapper:before, .wrapper:after {
	display: table;
	line-height: 0;
	content: "";
}

.wrapper:after {
	clear: both;
}

.common-wrapper .container.common-container.four_content {
	max-width: 1290px;
}

.top-wrapper {
	background: #f7f7f7;
	padding: 8px 0px;
	border-bottom: 1px solid #eeeeee;
}

.header-wrapper {
	border-bottom: 1px solid #fff;
}

.header-container {
	padding: 8px 0px 6px;
}
/*Logo*/
.logo {
	background: url(../images/emblem-dark.png) no-repeat 3px 0;
	float: left;
	font-size: 160%;
	line-height: 105%;
	min-height: 103px;
	padding: 14px 0 0 78px;
}

.logo a {
	color: #000;
}

.logo a strong {
	font-weight: 600;
	display: block;
	font-size: 80%;
}

.logo a span {
	display: block;
	font-weight: 900;
	font-size: 110%;
}

.logo a {
	display: block;
	text-align: left;
}
/*Logo*/
.header-right {
	float: right;
}

.float-element {
	float: left;
	margin-left: 12px;
}

.inp-search {
	border: 1px solid rgba(0, 0, 0, .2);
	height: 31px;
	width: 160px;
	padding: 0px 35px 0 10px;
	border-radius: 14px;
}

.logo-cmf {
	float: left;
	padding: 10px 0 0 0;
	text-align: right;
	width: auto;
}

/*----Dropdown Menu----*/
.sub-menu i {
	display: none;
}

#nav ul {
	margin-left: -9999px;
}

#nav li:hover>ul, #nav li.hover>ul, #nav a:focus+ul, #nav .hover a:focus
	{
	margin-left: 0;
	z-index: 100;
}

#nav ul a:focus {
	margin-left: 0px;
}

#side_nav ul {
	margin-left: -9999px;
}

#side_nav li:hover>ul, #side_nav li.hover>ul, #side_nav a:focus+ul,
	#side_nav .hover a:focus {
	margin-left: 0;
	z-index: 100;
}

#side_nav ul a:focus {
	margin-left: 9999px;
}
/**/
.nav-wrapper ul li {
	display: block;
	float: left;
	position: relative;
	border-left: 1px solid rgba(0, 0, 0, .1);
}

.nav-wrapper {
	z-index: inherit;
}

.nav-wrapper ul li a {
	padding: 0px 13px !important;
	display: block;
	line-height: 40px;
}

.nav-wrapper ul li:first-child a {
	/*padding: 0px 23px 0px 23px !important;*/
	
}

.nav-wrapper ul li:hover a, .nav-wrapper ul li.hover a, .nav-wrapper ul li.active a
	{
	background: #cdcdcd;
}

.nav-wrapper ul ul {
	position: absolute;
	z-index: 2000;
	top: 100%;
	left: 0px;
	background: #cdcdcd;
	width: 300px;
}

.nav-wrapper ul li:hover ul {
	display: block;
}

.nav-wrapper ul ul li {
	display: block;
	float: none;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	border-left: 0px;
}

.nav-wrapper ul ul li a {
	display: block;
	padding: 0px 15px;
	line-height: 35px;
}

.nav-wrapper ul ul li.active a, .nav-wrapper ul ul li.hover a,
	.nav-wrapper ul ul li a:hover {
	background: #b3b3b3;
}
/*----Dropdown Menu----*/
/*-----Responsive Table----*/
table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 22px;
}
/* Zebra striping */
tr:nth-of-type(odd) {
	background: #f8f8f8;
}

th {
	background: #c64a30;
	color: white;
	font-weight: bold;
	white-space: nowrap;
}

td, th {
	padding: 10px;
	border: 1px solid #e4e4e4;
	text-align: left;
	line-height: 145%;
}

.scroll-table1 {
	overflow-x: auto;
	padding-bottom: 0px;
	margin-bottom: 22px;
}

.guide-text {
	text-align: right;
	display: none;
}

@media screen and (max-width: 767px) {
	.guide-text {
		display: block;
		margin-bottom: 22px;
		color: #333333;
		font-weight: 600;
		font-size: 13px;
	}
	.guide-text i {
		font-size: 14px;
		vertical-align: text-bottom;
	}
	.scroll-table1 {
		margin-bottom: 5px;
	}
}
/*Common wrapper*/
.common-wrapper {
	border-bottom: 1px solid #eeeeee;
	background: #66A5AD;
	z-index: 10;
}

.common-container {
	height: 36px;
}

.container.common-container {
	padding: 0 15px;
	width: 100%;
	position: relative;
	z-index: 1;
}

.common-left {
	float: left;
	position: relative;
}

.common-right {
	float: right;
	position: relative;
}

.common-left ul li {
	float: left;
	line-height: 132%;
	font-size: 65%;
	font-weight: 600;
	text-transform: uppercase;
	height: 36px;
	padding-top: 6px;
	padding-right: 8px;
}

.common-left ul li.gov-india {
	text-align: right;
}

.common-left ul li span {
	display: block;
	font-size: 120%;
}

.common-left ul li.ministry {
	padding-left: 8px;
	border-left: 1px solid #eeeeee;
}


.common-right ul li {
	float: left;
	position: relative;
	height: 36px;
	font-size: 65%;
	text-align: center;
	border-left: 1px solid #eeeeee;
}

.common-right ul .language>a {
	background-image: none !important;
}

.cmf_lan a {
	width: auto !important;
	background-image: none !important;
	padding: 6px 5px;
}

.common-right ul ul li.hover a {
	background-color: #d4d3d3;
}

.common-right ul li ul li.hover a {
	background-color: #cfcfcf;
}

.common-right ul .cmf_lan.hover a {
	background-color: transparent;
}


.fixed-top {
  position: absolute !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: $zindex-fixed;
}



.common-right ul .language>a {
	background-image: none !important;
}

.common-right ul li a {
	display: block;
	width: 38px;
	height: 36px;
	font-size: 90%;
	background-repeat: no-repeat;
	background-position: center !important;
}

.common-right ul li.hindi>a {
	font-weight: 600;
	padding-top: 9px;
	font-size: 135%;
}

.search-drop input[type='text'] {
	border: 1px solid #eeeeee;
	height: 36px;
	padding: 0px 40px 0px 8px;
	width: 200px;
}

.skip-main a {
	width: auto !important;
	line-height: normal;
	display: inline-block;
	padding-top: 3px;
}

.common-right ul li a {
	opacity: 1;
}

.common-right ul>li>a {
	padding: 6px;
	font-size: 120%;
}

.common-right ul li.hover a {
	opacity: 1;
	background: #d9d9d9;
}

.common-right ul li.ico-accessibility ul, .common-right ul li.ico-social ul
	{
	position: absolute;
	top: 36px;
	right: 0px;
	z-index: 9999;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	background: #d4d3d3;
	padding: 0px 0px;
	visibility: visible;
}

.common-right ul li ul {
	position: absolute;
	height: auto;
	top: 37px;
	font-size: 150%;
	left: 0;
	z-index: 9999;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	background: #fff;
	padding: 9px 8px;
	visibility: hidden;
}

.ico-site-search .search-drop {
	visibility: visible;
	position: absolute;
	right: 0;
	top: 36px;
	z-index: 1;
}

.gtflag[title="English"] img {
	width: 45px;
	height: 10px;
}

.container.common-container {
	max-width: 1200px;
}

.logo {
	background: none;
	padding: 0;
}

.common-right ul li.ico-site-search #edit-search-block-form--2,
	#search-form #edit-keys {
	border: 2px solid #aa2323;
	height: 36px;
	line-height: 34px;
	padding: 0 40px 0 8px;
	width: 270px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
}

.container-inline {
	position: relative;
}

a {
	color: #000;
}

.logo img {
	float: left;
	padding: 10px 15px 0 5px;
}

.logo {
	min-width: 345px;
}

.cmf_lan ul li a {
	height: auto;
	font-size: 150%;
}

.common-right ul li.ico-skip a {
	width: auto;
	height: auto;
	font-weight: 600;
	text-transform: uppercase;
	padding-top: 10px;
}

.common-right ul li.ico-skip:hover {
	background: none;
}

.common-right ul li.ico-skip a:hover, .common-right ul li.ico-skip a:focus,
	.common-right ul li.ico-skip:hover, .common-right ul li.ico-skip:focus
	{
	background: none;
}

.ico-social ul li a {
	padding: 0;
}

.ico-skip.hover a {
	background: none !important;
}
/*****************For Search *******************/
.ico-site-search .both-search .find {
	display: block;
}

.ico-site-search .both-search .google-find {
	display: none;
}

.stqc-logo {
	position: absolute;
	bottom: 10px;
	right: 15px;
}

.container-inline.form-actions {
	display: inline-block;
}

@charset "utf-8";
/*Custom Nav*/
body {
	color: #000;
	font-family: 'Open Sans', sans-serif;
}

.nav-wrapper ul ul {
	background: #424141;
}

/*All Wrapper*/
.bottom-links {
	margin-bottom: 30px;
}

.right-content {
	padding-top: 0px;
}

.nav-wrapper {
	background: #66A5AD;
}

.header-wrapper {
	/*border-bottom: 1px solid #de6400;*/
	
}

.nav-wrapper ul li {
	border: none;
}

.nav-wrapper ul li:hover a, .nav-wrapper ul li.hover a, .nav-wrapper ul li.active a
	{
	background: #424141;
	color: #fff;
}

.nav-wrapper ul li a {
	padding: 0px 15px !important;
}

.nav-wrapper ul li.hasnav {
	background: url(../images/blt-bottom.png) no-repeat 96% center;
}

#nav li:hover>ul, #nav li.hover>ul, #nav a:focus+ul, #nav .hover a:focus
	{
	
}

.nav-wrapper ul ul li.active a, .nav-wrapper ul ul li.hover a,
	.nav-wrapper ul ul li a:hover {
	background: #191919;
}

.nav-wrapper ul li a {
	color: #fff;
}

.newscolour {
	color: #c64a30;
	font-size: x-large;
}

.blink {
	animation: blinker 1s step-start infinite;
}

@
keyframes blinker { 50% {
	opacity: 0;
}

}
.boxwidth {
	width: 229px;
}

.modal-login {
	color: #636363;
	width: 350px;
}

.modal-login .modal-content {
	padding: 20px;
	border-radius: 5px;
	border: none;
}

.modal-login .modal-header {
	border-bottom: none;
	position: relative;
}

.modal-login h4 {
	text-align: center;
	font-size: 22px;
	}

.modal-login .form-control:focus {
	border-color: #70c5c0;
}

.modal-login .form-control, .modal-login .btn {
border-radius: 25px;
}

.modal-login .close {
	position: absolute;
	top: -10px; color: #ffffff;
	right: -5px; background: var(--ast-pink); border-radius: 50%; padding:3px 5px; width:40px; height: 40px;
}

.modal-login .modal-footer {
	background: #ecf0f1;
	border-color: #dee4e7;
	text-align: center;
	justify-content: center;
	margin: 0 -20px -20px;
	border-radius: 5px;
	font-size: 13px;
}

.modal-login .modal-footer a {
	color: #999;
}

.modal-login .avatar {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -70px;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	z-index: 9;
	background: white;
	padding: 15px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.modal-login .avatar img {
	width: 100%;
}

.modal-login.modal-dialog {
	margin-top: 80px;
}

.modal-login .btn, .modal-login .btn:active {
	
	border-radius: 4px;
	background: rgba(69,29,24,0.89)!important;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border: none;
}

.modal-login .btn:hover, .modal-login .btn:focus {
	background: #c64a30 !important;
	outline: none;
}

.army{ float: right;   margin-right: -31px;}


/* Services css start */

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
#team {
    background: #eee !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #108d6f;
    border-color: #108d6f;
    box-shadow: none;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #007b5e;
    border-color: #007b5e;
}

section {
    padding: 60px 0;
}


#team .card {
    border: none;
    background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 312px;
}

.backside .card a {
    font-size: 18px;
    color: #007b5e !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #007b5e !important;
}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
/* services css close */

h2.block__title.block-title{
	
	display: block;
width: 15%;
height: 3px;
content: '';
background: #f7505a;
margin-top: 5px;
}

.linedirectory_left{
	margin-right: 32px;
margin-left: 22px;}
.linedirectory{
	margin-right: 32px;}
	.heardername{padding-top: 20px;}
	
}

* {box-sizing: border-box;}

.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

.icon {
  padding: 10px;
  color: white;
  min-width: 50px;
  text-align: center;
}

.input-field {
  width: 100%;
  padding: 10px;
  outline: none;
}

.input-field:focus {
  border: 2px solid dodgerblue;
}

.india-margin{
	margin-left: 10px;
}