body{
	padding:0px;
	margin:0px;
    font-family: 'Work Sans', sans-serif;
}
.banner_section{
    background: url("../images/banner-2.png") center bottom fixed;
    background-size: cover;
    background-position: top -30px center;
	height:970px;
}
.banner_section .container-fluid{
	padding:0px;
}
.header_inner.stcky_header {
    padding: 0px ;
	background: #29539b;
}
.tagline {
    float: left;
    color: #fff;
    margin-top: 20px;
}
.header_inner .menu_right img {
    width: 24px;
}
.tagline h3 {
    margin: 0px;
    font-weight: bold;
}
.tagline p{
    font-size: 16px;
	margin-bottom:0px;
}
.sticky {
    position: fixed;
    /*background: #245da7!important;*/
	background: #29539b!important;
    width: 100%;
    z-index: 9999999999999;
    top: 0px;
    padding: 0px;
    margin: 0px;
	left:0px;
    box-shadow: 0 7px 13px -4px #292929;
}
.fade.in {
    opacity: 0.99;
    background: rgba(0,0,0, 0.6);
}
.header_inner .navbar-nav li a {
    color: #fff;
	padding:12px 18px;
    font-size: 16px;
    
}
.header_inner .navbar-nav li p {
    text-align: center;
    color: #fff;
    font-size: 22px;
	margin-bottom: 5px;
}
.banner_section h3.logo{
    font-size: 60px;
    color: #fff;
    font-weight: bold;
}
.header_inner .menu_right {
	float:right;
	margin-top: 10px;
}
.bg_clr{
	background:transparent;
	border:none;
	margin-bottom: 0px;
}
.header_inner a.navbar-brand {
    color: #fff;
    font-weight: bold;
}
.about_sctn {
    background: #e5e5e5;
    padding: 17px 0px 55px 0px;
}
.inner_content h1 {
    text-align: center;
    text-transform: capitalize;
	position:relative;
	color: #0066cc;
}
.about_sctn h1::before{
	position:absolute;
	background:red;
	width:10px;
	height:10px;
	left:0px;
	top:0px;
}
.navbar-header img.logo.pull-left {
    width: 250px;
}
.inner_content p {
    font-size: 17px;
    line-height: 33px;
    padding-top: 10px;
    color: #000;
	padding-right: 0px;
}
.first_lgo {
       margin: 0 auto;
    text-align: center;
    background: #fff;
    padding: 20px;
    max-width: 250px;
    height: 210px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.first_lgo img {
    height: 100%;
    width: 130px;
}
.logo_sction {
    margin-top: 35px;
    float: left;
    width: 100%;
}
.about_sctn h3.about_title {
    text-align: center;
    margin-bottom: 0px;
}
#aboutme .inner_content p a, #aboutme .inner_content p a:hover, #aboutme .inner_content p a:focus {
    color: #000;
    text-decoration: underline;
    cursor: pointer;
}
section.contact {
    padding: 35px 0px;
}
section.contact h3 {
    margin-bottom: 12px;
    line-height: 32px;
    font-size: 18px;
    font-weight: bold;
    color: #245da7;
}
section.contact ul.listng_cntct{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
section.contact ul.listng_cntct span {
    color: #245da7;
    margin-right: 8px;
}
section.contact ul.listng_cntct li{
    line-height: 22px;
    font-size: 16px;
}
section.footer {
    background: #29539b;
    padding: 10px 0px;
}
section.contact ul.listng_cntct li:nth-child(2) {
    margin-bottom: 18px;
}
.about_sctn h3 {
    font-weight: bold;
    font-size: 22px;
    color: #000;
    line-height: 1.3;
    font-family: 'Work Sans', sans-serif;
}
.inner_mrgn{
   margin-top: 8px;
}
.left_footer_menu ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
	text-align:center;
}
.left_footer_menu ul li {
    display: inline-block;
	text-align:center;
}
.left_footer_menu ul li a, .copyright_menu{
   color: #fff;
}
.left_footer_menu ul li a{
    font-size: 16px;
}
.copyright_menu p{
	font-size: 14px;
    text-align: center;
    margin-top: 8px;
	font-weight:bold;
}
.left_footer_menu ul li a:hover{
   text-decoration:none;
}
.left_footer_menu ul li span {
    color: #fff;
    margin-left: 12px;
    margin-right: 15px;
}
.btn_centr {
    text-align: center;
    margin-top: 20px!important;
	width:100%;
}
section.contact h2 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-top: 0px;
    margin-bottom: 8px;
}
section.contact ul.listng_cntct b {
    color: #000;
    font-size: 16px;
}
section.contact p {
    font-size: 16px;
}
#sign_in_one .modal-content, #create_account .modal-content {
	border: none;
    border-top: 9px solid #245da7;
    background: #f7f7f7;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: none;
}
#create_account .modal-dialog{
	width: 500px;
	display: table-cell;
    vertical-align: middle;
}
#sign_in_one .modal-dialog{
	width: 400px;
	display: table-cell;
    vertical-align: middle;
}
 .vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
}
 .vertical-alignment-helper .modal-content {
    width:inherit;
    height:inherit;
    margin: 0 auto;
}
#sign_in_one .modal-header, #create_account .modal-header {
	border:none!important;
	box-shadow:none;
}
#sign_in_one .modal-header h4, #create_account .modal-header h4 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
	color: #245da7;
}
#sign_in_one .modal-body, #create_account .modal-body {
    float: left;
    width: 100%;
	padding:20px 20px 25px 20px;
	background: #fff;
}
#create_account .modal-header p {
    text-align: center;
    color: #000;
    font-weight: bold;
}
.mrgn_0{
	padding:0px;
}
.signup-form, form#sign_in_oneform_1{
	float:left;
	width:100%;
}
.form-horizontal .form-group{
	margin:0px 0px 15px 0px;
}
.mrgn_top {
    width: 100%;
    margin-top: 15px!important;
}
#sign_in_one label, #create_account label {
    font-size: 14px;
    font-weight: 600;
	text-align:left;
	margin-bottom:10px;
	    padding-top: 0px;    width: 100%;
}
.modal label.error {
    color: #f00;
    font-weight: normal;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 0px;
}
#sign_in_one input, #create_account input {
	height:42px;
	border: 1px solid #ccc;
    border-radius: 3px;
}
#sign_in_one button.close, #create_account button.close  {
    background: #245da7;
    opacity: 1;
    color: #fff;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0px;
    top: 0px;
}
#sign_in_one label span{
    color: #f00;
    margin-left: 5px;
    font-size: 20px;
}
#sign_in_one .forgot_pswd a{
	color:#245da7;
	text-decoration:none;
}
#sign_in_one .forgot_pswd{
	text-align:center;
	font-weight: bold;
	    margin: 10px 0px;
}
input.btn.create-popup-btn {
    background: transparent;
    border: 2px solid #245da7!important;
    padding: 10px 30px;
	color:#245da7!important;
}
.btn_save_cncl ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.btn_save_cncl ul li{
	display:inline-block;
}
.btn_save_cncl{
	text-align:center;
	margin-top: 20px;
}
a:hover, a:focus{
	text-decoration:none;
}
.animated-button:link, .animated-button:visited {
	position: relative;
	display: block;
	padding: 11px 33px;
	color: #fff;
	font-size:14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: .08em;
	border-radius: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	border-radius:4px;
}
.animated-button:link:after, .animated-button:visited:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}
.animated-button:link:hover, .animated-button:visited:hover {
	color: #FFF;
	text-shadow: none;
}
.animated-button:link:hover:after, .animated-button:visited:hover:after {
	height: 450%;
}
.animated-button:link, .animated-button:visited {
	position: relative;
	display: block;
	padding: 11px 33px;
	color: #245da7;
	font-size:14px;
	border-radius: 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: .08em;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	border-radius:4px;
}

/* Victoria Buttons */

.animated-button.victoria-one {
    border: 2px solid #245da7;
    background: transparent;
    padding: 10px 20px;
}
.animated-button.victoria-one:after {
	background: #245da7;
	-moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}
.copyright_menu img{
	width:17px;
}
.copyright_menu a, .copyright_menu a:hover, .copyright_menu a:focus{
    color: #fff;
    margin-left: 2px;
}
.animated-button.victoria-one {
    z-index: 9999;
}
/*********AK************/
 ul.nav.navbar-nav.menu_right li a.active{
 	border-bottom: 4px solid #00baff!important;
 }
 #aboutme .inner_content p a{
 	text-decoration: none;
 }
section#contact {
    background: #e5e5e5;
}
 section#aboutme .container, section#contact .container {
    width: 100%;
    max-width: 1020px;
}


@media screen and (max-width:1440px){
 section#aboutme .container, section#contact .container {
    width: 100%;
    max-width: 850px;
}
.first_lgo{
	height: 170px;
}
}

@media screen and (max-width:1366px){
	section.contact h3 {
    margin-bottom: 0px;
    line-height: 30px;
    font-size: 16px;
}
.tagline {
    font-size: 14px;
}
	section.contact h4 {
		margin:0px;
	}
	section.contact ul.listng_cntct {
    margin-top: 10px;
}
section.contact ul.listng_cntct li {
    font-size: 16px;
}
.header_inner .navbar-nav li a {
       font-size: 16px;
}
.header_inner .navbar-nav li p {
    font-size: 18px;
}
.banner_section {
    height: 800px;
}
}
@media screen and (max-width:1199px){
	.tagline {
		margin-top:6px;
	}
	.tagline h3 {
		margin: 0px;
		font-weight: bold;
		font-size: 20px;
	}
	.tagline p {
		width: 290px;
	}
	.banner_section {
 	   height: 700px;
	}
}
/*@media screen and (max-width:1024px){
.navbar-toggle
{
	display:block;
}
.navbar-collapse.collapse {
    display: none;
}
}*/
@media screen and (max-width:1023px){
	.first_lgo {
		margin-bottom: 10px;
	}
	.banner_section {
		 background-position: top; 
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-header {
		float: left;
		width: 100%;
	}
	.navbar-header img.logo.pull-left {
		width: auto;
	}
	.tagline {
		width: 100%;
		text-align:center;
	}
	.header_inner .navbar-nav li {
		width:100%;
		text-align:center;
	}
	header .header-top .bg_menubashbord ul li {
		width: 100%;
		text-align: center;
	}
	.reprt_area.thumb_1_image img, .reprt_area.thumb_2_image img {
		height: auto;
	}
	section.footer {
		margin-top: 0px;
	}
	.inner_mrgn {
		text-align: center;
	}
	.bg_menubashbord ul {
		float: left;
		width: 100%;
		margin: 0px;
	}
	.tagline p {
		width: 100%;
	}
	.navbar-header {
		float: left;
		width: 100%;
	}
	.header_inner .menu_right {
		float: left;
		width: 100%;
	}
}

@media screen and (max-width:991px){
.logo_sction .col-md-3 {
    width: 50%;
    float: left;
}
.first_lgo {
    max-width: 220px;
    height: 210px;
   margin-bottom: 15px;
}
}

@media screen and (max-width:767px){
	.navbar-header img.logo.pull-left {
		width: 215px;
		height: auto;
	}
	.tagline {
		text-align: center;margin-bottom: 5px;
		margin-top: 12px;    width: 100%;
	}
	.tagline p {
		font-size: 12px;width:100%;
	}
	.header_inner .menu_right {
		width: 100%;
		text-align: center;
		margin-right: auto!important;
		margin-left: auto!important;
	}
	#sign_in_one .modal-dialog, #create_account .modal-dialog {
		width: 300px;
	}
	.navbar-inverse .navbar-toggle {
		border-color: #fff;
	}
	#sign_in_one .modal-header h4, #create_account .modal-header h4 {
		font-size: 22px;
	}
	#sign_in_one .modal-header, #create_account .modal-header {
		padding: 8px;
	}
	.footer .inner_mrgn {
		padding: 0px;
	}
	.left_footer_menu ul li a, .copyright_menu {
		font-size: 12px;
	}
	.footer .left_footer_menu {
		margin-bottom: 10px;
	}
	.copyright_menu p {
		line-height: 19px;
		text-align: center;
		margin-top: 3px;
	}
	.inner_content p {
		font-size: 14px;
		text-align: justify;
		padding-right:0px;
	}
	.left_side_text.animate {
		margin-bottom: 30px;
	}
	.banner_section {
	    height: 400px;
	    background-position: top -60px center;
	}
	section.contact {
		padding: 35px 0px 10px;
	}
	.first_lgo {
	    max-width: 160px;
	    height: 140px;
	}
	.first_lgo img {
	    height: 100%;
	    width: 100px;
	}
	section#contact{
		padding-top: 0px;
	}
	.left_footer_menu ul li span {
	    margin-left: 0px;
	    margin-right: 6px;
	}
}


a {
    border: 0px !important;
    outline: unset !important;
}
a:focus ,a:focus-visible{
    border: 0px !important;
    outline: unset !important;
   outline-offset:0px !important
}