@font-face {
  font-family: 'TektonPro-BoldCond';
  src: url('../fonts/TektonPro-BoldCond.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

*{
	margin:0;
	padding:0;
	}
body{
	background-position:top;
	background-color:#fff;
	font-size:12px;
	color:#454545;
	margin:0;
	padding:0;
	}	
.clear{
	clear:both;
	}
ul{
	margin:0;
	padding:0;
}
ul li{
	list-style:none;
	/*margin:0px !important;*/
	}	
:focus{
	outline:none;
	}
a:hover{
	text-decoration:none !important;
	transition:0.3s;
	}	
button:focus{
	outline:none !important;
	}		
a{
	text-decoration:none;
	}	
a img{
	border:none;
	}	
h1{
	font-size:25px;
	color:#454545;
	margin:0;
	padding:0;
	}	
h2{
	font-size:22px;
	color:#454545;
	margin:0;
	padding:0;
	}	
h3{
	font-size:20px;
	color:#454545;
	margin:0;
	padding:0;
	}	
h4{
	font-size:18px;
	color:#454545;
	margin:0;
	padding:0;
	}	
h5{
	font-size:15px;
	color:#454545;
	margin:0;
	padding:0;
	}	
h6{
	font-size:14px;
	color:#454545;
	margin:0;
	padding:0;
	}	
p{
	color: #5d5c5c;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	margin:0px;
	padding:0px;
	}	
.wrapper{
	float:left;
	width:100%;
}	



/*scrool head start*/
.sticky1 {
  position: fixed;
  top: 0;
  left: 0;
  animation: smoothScroll 1s forwards;
  width: 100%;
  z-index:99;
  -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
  -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
  transition: background .5s ease-in-out,padding .5s ease-in-out;

}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.top_head1 {
  animation: smoothScrolll 0.5s forwards;
  z-index:9999;
  position:relative;
}

@keyframes smoothScrolll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
header{
  background: #202020;
    width: 100%;
    float: left;
	position: relative;
}
/*scrool head end*/

	
.top_head{
	background:#04122b;
	border-bottom:1px solid #04122b;
	height:34px;
	float:left;
	width:100%;
	}	
.head_contact {
	float: left;
	width:340px;
}
.head_contact ul li {
	float: left;
	padding: 4px 0;
	height: 34px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#a0a1a1;
}
.head_contact ul li p{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#e0dcdc;
	line-height:24px;
	margin:0;
}
.head_contact ul li a{
	color:#c8292d;
	font-size: 16px;
	}
.head_contact ul li a:hover{
	color:#fff;
	}	
.head_contact ul li:last-child {
	padding-right: 0px;
	color: #a0a1a1;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	line-height: 28px;
	font-weight: 400;
}
.head_log_area{
	float:right;
	/*width:275px;*/
	}
.head_log_area ul li{
	float:left;
	}
.head_log_area ul li a {
	color: #fff;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	padding: 3px 12px;
	font-weight: 600;
	line-height: 32px;
}
.head_log_area ul li a:hover{
	color:#257ddd;
	}
.hdcntct {
	background: #0d4d85;
	font-family: 'Poppins', sans-serif !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	color: #fff;
	height: 34px;
	line-height: 29px !important;
	float: right;
}
.hdcntct:hover{
	background:#209eff;
	color: #fff !important;
	
	}
.hdcntct img{
	display:none;
	}
.middle_head{
	float:left;
	width:100%;
	background:#0f586c;
	}
.logo{
	float:left;
	}

.mainhed{
	width:100%;
	float:left;
	background:#fff;
	padding:10px 0;
	box-shadow: 0px 2px 4px #565757;
	-webkit-box-shadow: 0px 2px 4px #565757;
	-moz-box-shadow: 0px 2px 4px #565757
	}
.header_right {
	float: right;
	width: 60%;
	padding: 12px 0;
}

.menu_area {
	float: right;
	width: 84%;
}
.navbar-nav li:hover > ul.dropdown-menu {
	display: block;
}
.menu_area .dropdown-menu {
	padding:8px 0px !important;
	width: 220px;
	background: #0f586c;
	border: 1px solid #0f586c;
	border-radius: 0px;
	margin:0px;
}
.menu_area .dropdown-menu a {
	height: auto;
	font-size: 14px;
	padding: 7px 10px !important;
}
.menu_area .dropdown-menu a:hover{
	color:#88ca4f !important;
	background:none !important;
	}

.dropdown-toggle::after{
	display:none !important;
	}
.menu_area .navbar{
	padding:0px !important;
	height:52px;
	width:auto;
	float:right;
	margin-top:10px;
	padding-right:15px !important;
	}
.menu_area ul li a {
	color: #2c2d2f !important;
	font-size: 17px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	padding: 16px 5px !important;
	/*height: 52px;*/
}
.menu_area ul li:first-child a{
	padding-left:0px !important;
	}
.menu_area ul li:last-child a{
	padding-right:0px !important;
	}	
.menu_area ul li a:hover{
	color: #165fa1 !important;
	}
.rght_hurd{
	width:220px;
	float:right;
	padding-left:12px;
	border-left:1px solid #d1d1d1;
	margin-top: 5px;
	}
.rght_hurd span{
	float:left;
	margin-right:8px;
	}
.rght_hurd p{
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	color:#4f636a;
	text-transform:uppercase;
	margin:10px 0 0;
	font-weight:400;
	}
.rght_hurd h4{
	font-family: 'Poppins', sans-serif;
	font-size:20px;
	color:#0862c3;
	text-transform:uppercase;
	margin:0;
	font-weight:500;
	}

/*banner_part--strat
=========================*/

.banner_part{
	position:relative;
	width:100%;
	float:left;
	}	
.slide-img{
	position:relative;
	}	
.slide-img img{
	width:100%;
	}	
.banner_cntent {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 57%;
}
.banner_text {
	position: relative;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 0;
}
.banner_caption_bg {
	/* background: rgba(0, 0, 0, 0.3); */
	width: 100%;
	padding: 30px 0 30px 0;
	margin: 184px 0 0 0;
	position: relative;
}
.banner_text h3 {
	font-size: 54px;
	color: #fff;
	/*font-family: 'elephantregular';*/
	font-family: 'Poppins', sans-serif;
	margin-bottom: 20px;
	 font-weight: bold; 
	line-height: 70px;
	width: 100%;
	text-align: center;
}
.banner_text h3 span{
	font-weight: 400;
}
.banner_text p {
	width: 100%;
	font-size: 16px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	/* margin: 5px; */
	margin: 0 auto;
	text-align: center;
}

.banner-bttn {
	color: #fff;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	background: #174c87;
	padding: 10px 25px;
	border-radius: 3px;
	display: inline-block;
	font-weight: 400;
	margin-top: 50px;
}
.banner-bttn:hover {
	color: #fff;
	background: #1464a2;
	transition: 0.4s;
}
	
.banner_part .owl-dots{
	position:absolute;
	left:50%;
	bottom:23px;
	transform:translateX(-50%);
	}	
.banner_part .owl-dots .owl-dot{
	height:11px !important;
	width:11px !important;
	display:inline-block !important;
	border-radius:50% !important;
	margin:0px 4px;
	background:#fff;
	}	
/*.banner_part .owl-dots .owl-dot.active{
	background:#0d4d85 !important;
	height:12px !important;
	width:12px !important;
	}*/	
.banner_part .owl-dots .owl-dot.active{
	background:#0d4d85 !important;
}







/*banner_part--end
=========================*/	



	
	
	
/*============= LOGIN AND SIGN UP AREA ==============*/	
.inner_banner02{
	width:100%;
	height: 210px;
	overflow:hidden;
}
.inner_banner02 img{
	width:100%;
}
.login_area {
	width: 365px;
	float: none;
	display: inline-block;
	margin: auto;
	background: #fff;
	border-radius: 3px;
	margin-top: -84px;
	margin-bottom: 54px;
	box-shadow: 0px 3px 12px #c9ced2;
	-webkit-box-shadow: 0px 3px 12px #c9ced2;
	-moz-box-shadow: 0px 3px 12px #c9ced2;
}
.login_top {
	float: left;
	width: 100%;
	padding: 15px 25px 22px 25px;
}
.login_bottom {
	float: left;
	width: 100%;
	padding: 12px;
	box-shadow: 0px -5px 6px #f3eeee;
}
.login_bottom a {
    float: left;
    width: 100%;
    text-align: center;
    color: #747474;
    font-size: 15px !important;
    font-weight: 400;
    font-family: 'Roboto', sans-serif !important;
    margin: 0px;
}
.login_bottom a:hover{
    color: #0d4d85;
}
.login_area h2 {
	font-size: 29px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	color: #000;
	margin-bottom: 10px;
	text-align:center;
}
.login_area p {
	color: #868787;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	padding: 0 20px;
	text-align: center;
}
.login_area .form-group {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.login_type {
	float: left;
	width: 100%;
	background: #fff;
	border: none;
	color: #999999;
	border-radius: 0;
	height: 52px;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	padding: 10px 40px 10px 15px;
	box-shadow: rgba(168, 168, 168, 1) 0px 0px 5px inset;
	-moz-box-shadow: rgba(168, 168, 168, 1) 0px 0px 5px inset;
	-webkit-box-shadow: rgba(168, 168, 168, 1) 0px 0px 5px inset;
	-ms-box-shadow: rgba(168, 168, 168, 1) 0px 0px 5px inset;
	border:1px solid #f7f7f7;
}
.login_area .form-group{
	position: relative;
	margin-bottom: 10px;
}

.login_pic{
	position: absolute;
	top: 12px;
	right: 15px;
	z-index: 999999;
}
.login_forgot {
	float: right;
	color: #0f4d7f;
	font-size: 15px;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
}
.login_forgot:hover{
	color:#209eff;
	}
.check_group {
    margin: 9px 0 15px 0 !important;
}

/*========
Check box start 
=========*/
.checkbox-group {
	position: relative;
	margin: 0;
	float: left;
	width: auto;
}
.checkbox-group input[type=checkbox] {
    display:none
}
.checkbox-group label {
	padding-left:26px;
	cursor: pointer;
	color: #5e5e5e;
	font-size: 15px;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
	line-height: 17px;
}
.checkbox-group label span {
    display:block;
    position:absolute;
    left:0;
    -webkit-transition-duration:.3s;
    -moz-transition-duration:.3s;
    transition-duration:.3s;
}
.checkbox-group label .box {
	background: #fff;
	height: 18px;
	width: 18px;
	z-index: 9;
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	transition-delay: .2s;
	border: 1px solid #0d4d85;
}
.checkbox-group label .check {
    top: 6px;
	left: 6px;
	width: 6px;
	height: 12px;
    border:2px solid #fff;
    border-top:none;
    border-left:none;
    opacity:0;
    z-index:10;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    transform:rotate(180deg);
    -webkit-transition-delay:.3s;
    -moz-transition-delay:.3s;
    transition-delay:.3s;
}
input[type="checkbox"]:checked ~ label .box {
	background: #0d4d85;
	border: 1px solid #0d4d85;
}
input[type=checkbox]:checked ~ label .check {
    opacity:1;
    -webkit-transform:scale(1) rotate(45deg);
    -moz-transform:scale(1) rotate(45deg);
    transform:scale(1) rotate(45deg);
}
/*========
Check box End 
=========*/
.login_submit {
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
	background:  #0d4d85;
	font-size: 22px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	height: 48px;
	border: none;
	border-radius: 2px;
	cursor: pointer;
	padding: 0 0 1px 0;
}
.login_submit:hover {
	background:#209eff;
}
.f_name{
	float: left !important;
	width: 48.6% !important;
}
.l_name{
	float:right !important;
	width: 48.6% !important;
}
/*============= LOGIN AND SIGN UP AREA ==============*/	






/*======== Contact Us==========*/
.contact-wrap{
	width:100%;
	float:left;
	margin:0 0 30px 0;
	}
.contact-form {
    max-width: 800px;
     margin: 0 auto;
}
.contact-form input{
    color:  #4b4a4a;
     float:  left;
     border:  1px solid #ddd;
     font-size:  15px;
     margin-bottom:  10px;
     padding:0 20px;
     width: 100%;
	 height:44px;
}
.contact-form textarea{
	color:  #4b4a4a;
     float:  left;
     border:  1px solid #ddd;
     font-size:  15px;
     margin-bottom:  10px;
     padding:15px 20px;
     width: 100%;
	 min-height:70px;
	}
.contact-form select{
    color:  #8c8c8c;
     float:  left;
     border:  1px solid #ddd;
     font-size:  15px;
     margin-bottom:  10px;
     padding:0 20px;
     width: 100%;
	 height:44px;
	 background:url(../images/drp.png) no-repeat right 15px center;
	 -moz-appearance: none;
	-webkit-appearance: none;
}
.contact-now .contact {
	margin-bottom: 0;
	padding: 15px 5px 14px 62px;
	position: relative;
	margin-top: 20px;
	box-shadow: 0px 1px 6px #e4e4e4;
	-webkit-box-shadow: 0px 1px 6px #e4e4e4;
	-moz-box-shadow: 0px 1px 6px #e4e4e4;
}
.contact-now .contact h4{
	font-size: 19px;
	margin-bottom: 5px;
	width: 100%;
	float: left;
	color:#484848;
	font-family: 'Poppins', sans-serif;
}
.contact-now .contact p {
    margin-bottom: 3px !important;
	width:100%;
	float:left;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #4f636a;
	margin:0 0 0;
	font-weight: 400;
}
.information p span{
	font-weight: 400;
	/*color: #40ad12;*/
	}
.contact-form p {
    margin-bottom: 20px;
}
.contact-icon {
	width: 45px;
	border-radius: 50%;
	float: left;
	height: 45px;
	text-align: center;
	padding: 4px;
	margin-right: 0;
	background: #fff;
	position: absolute;
	left: 8px;
}
.contact i {
	border-radius: 50%;
	font-size: 20px;
	line-height: 37px;
	color: #0f4d7d;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border: 1px dashed rgb(11, 78, 130);
	width: 100%;
	height: 100%;
}
.contact {
    margin-bottom: 30px;
	width:100%;
	float:left;
}
.contact p {
    margin-bottom: 0;
}
.contact-now{
	margin-top:20px;
	width:100%;
	float:left;
	padding-right:10px;
	}
.contact-now h3 {
	color: #fff;
	font-size: 20px;
	font-family: Roboto, sans-serif;
	width: 100%;
	float: left;
	margin-bottom: 15px;
	text-transform: uppercase;
	background:#5cc334;
	padding:12px 8px 12px 10px;
}
.contact-form h3 {
	color: #fff;
	font-size: 20px;
	font-family: Roboto, sans-serif;
	width: 100%;
	float: left;
	margin-bottom: 15px;
	text-transform: uppercase;
	background:#5cc334;
	padding:12px 8px 12px 10px;
}
.cntctus {
	width: 100%;
	background: #FFF;
	padding:20px 20px 10px 20px;
	-webkit-box-shadow: 0 0 3px #cecece;
	-moz-box-shadow: 0 0 3px #cecece;
	box-shadow: 0 0 3px #cecece;
}
.cntctp{
	width:100%;
	text-align:center;
	margin: 12px 0 25px;
	}
.bxshn{
	box-shadow:none !important;
	}
.cntctxtarea {
	float: left;
	width: 100%;
	background: #fff;
	border: none;
	color: #999999;
	border-radius: 0;
	min-height: 100px;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	padding: 10px 40px 10px 15px;
	box-shadow: rgba(168, 168, 168, 1) 0px 0px 5px inset;
	-moz-box-shadow: rgba(168, 168, 168, 1) 0px 0px 5px inset;
	-webkit-box-shadow: rgba(168, 168, 168, 1) 0px 0px 5px inset;
}
.txtfldw{
	width:48%;
	margin:1% 1% !important;
	float:left;
	}
.txtfldw label {
	font-weight: 400;
	font-size: 16px;
	color: #464646;
	line-height: 22px;
	margin: 0 0 4px 0;
	font-family: 'Poppins', sans-serif;
}
.txtfldw2{
	width:98%;
	margin:2% 1%;
	float:left;
	}
.map{
	width:100%;
	float:left;
	margin:15px 0;
}
.txtfldw2 label {
    font-weight: 400;
    font-size: 16px;
    color: #464646;
    line-height: 22px;
    margin: 0 0 4px 0;
    font-family: 'Poppins', sans-serif;
}
/*======== Contact Us==========*/









/*===testimonial_area===*/

.testi_sec {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-bottom: 50px;
	background: url(../images/bbb.jpg) no-repeat 0 0;
	background-attachment: fixed;
	background-size: cover;
}

.home_area4_left {
	display: block;
	overflow: hidden;
	width: 30%;
	float: left;
	/* background: #e2ccc5; */
	padding: 106px 45px 0 0;
	min-height:200px;
}
.home_area4_left h3{
	font-family: 'Poppins', sans-serif;
	font-weight:500;
	font-size:34px;
	width:100%;
	float:left;
	color:#fff;
	}
.home_area4_left p{
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:15px;
	width:100%;
	float:left;
	color:#ccc;
	line-height:23px;
	}
.home_area4_right {
	display: block;
	/* overflow: hidden; */
	position: relative;
	width: 63%;
	float: right;
	/*background: #edeeef;*/
	padding: 25px 0 25px 20px;
	min-height: 200px;
	border-radius:4px 0 0 4px;
}
.home_area4_right::before {
	content: "";
	display: block;
	position: absolute;
	left: 100%;
	width: 1000%;
	height: 100%;
	/*background: #edeeef;*/
	z-index: 0;
	top: 0;
}	


.main-testi .owl-carousel .owl-stage-outer {
	width: 102% !important;
	padding-left: 1% !important;
}	
.testi_box {
	float: left;
	width: 100%;
	text-align: center;
	background: #fff;
/*	box-shadow: 3px 3px 3px rgba(50, 50, 50, 0.12);
	-webkit-box-shadow: 3px 3px 3px rgba(50, 50, 50, 0.12);
	-moz-box-shadow: 3px 3px 3px rgba(50, 50, 50, 0.12);*/
	border-radius: 4px;
	margin: 20px 0px;
	padding:20px 20px;
	border:2px solid #5ba6f3;
	border-radius:8px;
}
.testi_image {
	display: block;
	width: 74px;
	height: 74px;
	border-radius: 50%;
	margin-top: 0;
	background: #ccc;
	position: relative;
	float:left;
}
.testi_image img{
	width:100%;
	}

.testi_box p {
	text-align: left;
	width: 100%;
	color: #29323c;
	font-size: 13px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	padding: 0 0;
	position:relative;
	margin-bottom: 5px;
	float:left;
	margin-top:15px;
	line-height:22px;
}

.text-coute {
	float: right;
	width: auto;
	text-align: right;
	margin: 0 0 0 0 !important;
}
.text-coute img {
	width: auto !important;
	float: none;
	display: inline-block !important;
}
.main-testi .owl-nav{
	display:none !important;
	}
.main-testi .owl-dots {
	width: 15px;
	text-align: center;
	padding-left: 10px;
	margin-top: 20px;
	margin-left: 10px;
	display: block;
	position: absolute;
	z-index: 999;
	right:-48px;
	top: 100px;
}	
/*.testimonial_sec .owl-dot {
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #8e979b;
	border-radius: 50%;
	margin: 0 3px;
}*/
.main-testi .owl-dot {
	display: inline-block;
	width: 17px;
	height: 17px;
	/*background: #f7f7f7;*/
	border-radius: 50%;
	/*border: 1px solid #f7f7f7;*/
	padding: 5px !important;
}
.main-testi .owl-dot span{
width: 6px;
height: 6px;
background: #138ce9;
float: left;
border-radius: 50%;
}
.main-testi .owl-dots .active {
	display: inline-block;
	width: 17px;
	height: 17px;
	background: #f7f7f7;
	border-radius: 50%;
	border: 1px solid #007eff;
	padding: 5px !important;
}
.main-testi .owl-dots .active span{
width: 6px;
height: 6px;
background: #007eff;
float: left;
border-radius: 50%;
}

.tstistr{
	width:100%;
	float:left;
	text-align:left;
	margin:8px 0;
	display: none;
	}
.tstistr img {
	width: auto !important;
	float: none;
	display: inline-block !important;
}

.clnt_pic{
	width:100%;
	float:left;
	}
.clnt_pic h6 {
	font-family: 'Roboto', sans-serif;
	color: #007eff;
	font-size: 22px;
	font-weight: 400;
	display: inline-block;
	margin: 18px 0 0 0;
	width:100%;
	float:left;
	text-align:left;
}
.clnt_pic p{
	color:#707376;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:500;
	width:100%;
	float:left;
	margin:0;
	}
.clntnme{
	overflow:hidden;
	padding-left:15px;
	}

.tstiextra{
	margin-left:-120px;
	padding-right:40px;
	}


/*===testimonial_end===*/




/*===partner_area-start===*/

.all-seller{
	float:left;
	width:100%;
	margin:0 0 30px;
	}
.seller_box {
	border: 1px solid #d3d3d3;
	padding: 10px;
	float: left;
	width: 100%;
	text-align: center;
}
.seller_box img {
	display: inline-block;
	margin: 6px 0 8px 0;
	max-width: 100% !important;
	width: auto !important;
	display: inline-block !important;
}
.seller_box p{
	float:left;
	width:100%;
	text-align:center;
	text-align:center;
	color:#343434;
	font-size:15px;
	font-weight:500;
	font-family: 'Poppins', sans-serif;
	}

.all-seller .owl-nav {
	display: none;
}
.all-seller .owl-dots {
	margin-top: 15px;
	text-align: center;
}	
.all-seller .owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #a6a6a6;
	display: inline-block;
	margin: 0 4px;
}
.all-seller .owl-dots .active{
	background:#007fea;
	}

.all-seller .item{
	margin: 0 10px;
}

/*===partner_area-end===*/





/*===about_area-start===*/

.sc_title_accent {
	background: #302f9e;
	/* background: -moz-linear-gradient(-45deg,#302f9e 0%,#302f9e 20%,rgb(122,81,205) 82%,rgb(122,81,205) 100%); */
	background: -webkit-gradient(left top,right bottom,color-stop(0%,#302f9e),color-stop(20%,#302f9e),color-stop(82%,rgb(122,81,205)),color-stop(100%,rgb(122,81,205)));
	/* background: -webkit-linear-gradient(-45deg,#302f9e 0%,#302f9e 20%,rgb(122,81,205) 82%,rgb(122,81,205) 100%); */
	background: -o-linear-gradient(-45deg,#302f9e 0%,#302f9e 20%,rgb(122,81,205) 82%,rgb(122,81,205) 100%);
	background: -ms-linear-gradient(-45deg,#302f9e 0%,#302f9e 20%,rgb(122,81,205) 82%,rgb(122,81,205) 100%);
	/* background: linear-gradient(135deg,#302f9e 0%,#302f9e 20%,rgb(122,81,205) 82%,rgb(122,81,205) 100%); */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#312f9e',endColorstr='#7a51cd',GradientType=1 );

	width: 100%;
	float: left;
	margin: 50px 0;
}

.sc_title_accent .title_wrap_in.sc_align_right {
	background: #fff;
}

.sc_title_accent .title_wrap, .sc_title_accent .des_wrap {
	display: inline-block;
	width: 50%;
	padding: 53px 0;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.sc_title_accent .title_wrap_in {
	padding: 40px 0 48px;
	text-align: left;
}
.sc_title_accent .title_wrap_in.sc_align_right .title_wrap {
	margin-right: -15px;
	padding-left: 8%;
}

.scheme_default.sc_title_accent .title_wrap_in .title_wrap, .scheme_default.sc_title_accent .title_wrap_in {
	background-color: #f3f4f4;
}
.sc_title_accent .title_wrap_in {
	text-align: left;
}
.sc_title_accent {
	padding: 11px;
}

.ovrydv {
	background: #fff;
	position: relative;
	margin-left: -15px;
	margin-right: -15px;
	padding: 0 20px;
}

.abtrvrse{
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}

.des_wrap p{
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	color: #8c8d8d;
	line-height: 28px;

}
.sc_title_accent .title_wrap_in.sc_align_right .des_wrap {
	padding: 30px 10px 25px 6%;
}

.title_wrap h4{
	    font-family: 'Roboto', sans-serif;
	font-size: 55px;
	color: #444444;
	font-weight: 55px;
	/*line-height: 28px;*/
}

.title_wrap h6 {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	color: #0648b4;
	font-weight: 55px;
	border-left: 2px solid #0648b4;
	padding-left: 10px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.about-sec{
	width: 100%;
	display: block;
	overflow: hidden;
}


/*===about_area-end===*/



/*===service_area-start===*/

.servc-sec{
	width: 100%;
	display: block;
	overflow: hidden;
	padding:0 0 0 0;
}

.banking_section {
	width: 100%;
	background: #fff;
	min-height: 268px;
	border: 2px solid #9dacbd;
	border-radius: 2px;
	padding: 0 10px;
	text-align: center;
	margin: 15px 0 58px;
}
.mba_section {
	background: #ffffff none repeat scroll 0 0;
	border: 2px solid #9dacbd;
	border-radius: 50%;
	height: 94px;
	line-height: 85px;
	margin: 0 auto;
	text-align: center;
	margin-top: -50px;
	width: 94px;
	position: relative;
	left: 0;
	right: 0;
}

.mba_section img{
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.banking_section h3 {
	width: 100%;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	text-align: center;
	color: #141516;
	margin-top: 25px;
}
.banking_section p {
	width: 100%;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	color: #757676;
	margin-top: 10px;
}
.banking_section a {
	width: auto;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	color: #1c4ea1;
	margin: 18px 0;
	padding: 7px 18px;
	border: 2px solid #1c4ea1;
	display: inline-block;
}
.banking_section a:hover {
	border: 2px solid #1c4ea1;
	background: #1c4ea1;
	color: #fff;
}

.banking_section:hover {
	box-shadow: -1px 4px 7px #cec8c8;
	border: 2px solid #0862c3;
}
.banking_section:hover .mba_section{
	border: 2px solid #0862c3;
}

.banking_section:hover .mba_section img {
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}


/*===service_area-end===*/












/*footer*/
.main-footer {
	display: inline-block;
	float: left;
	width: 100%;
}
.mid_footer {
	float: left;
	width: 100%;
	background: #4e515a;
	padding-top: 30px;
}
.fot-box {
	float: left;
	width: 100%;
	padding: 0 56px 30px 0;
}
.fot-box img{
	max-width:100%;
}
.fot-box h4 {
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	margin: 12px 0 8px 0;
	text-transform: uppercase;
}
.fot-box p {
	color: #fff;
	font-size: 13px;
	/* font-weight: 400; */
	font-family: 'Poppins', sans-serif;
	line-height: 23px;
	color: #e1e1e1;
}
.view-detls {
	float: left;
	width: 100%;
	margin-top: 16px;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
}
.view-detls:hover{
	color:#dff1ff;
	text-decoration:none;
	}
.view-detls i{
	color:#fff;
	font-size:16px;
	}
.view-detls:hover i{
	color:#007eff;
	}
.mid-fot-box {
	width: 100%;
}
	
.mid-fot-box ul {
	margin: 0px;
	padding: 0px 0px 0 40px;
	float: left;
	position: relative;
}
.mid-fot-box ul li {
	list-style: none;
	margin-bottom:8px;
	float: left;
	width: 100%;
}
.mid-fot-box ul li a {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}
.mid-fot-box ul li a:hover, .mid-fot-box ul li.active a{
	color:#ccc;
	text-decoration:none;
	}
.left-border {
	position: absolute;
	left: 0px;
	width: 1px;
	height: 268px;
	background: #cccccc;
	top: 0;
}	
.last-fot-box {
	width: 30%;
	padding-left: 5%;
}
.last-fot-box span {
	color: #4c4c4c;
	font-size: 14px;
	margin-bottom: 1px;
	width: 100%;
	float: left;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}
.last-fot-box p {
	color: #4c4c4c;
	font-size: 14px;
	margin-bottom: 7px !important;
	font-family: 'Poppins', sans-serif;
}
.fot_social {
	float: right;
	width: 100%;
	margin:12px 0;
}
.fot_social li {
	display: inline-block;
	margin-right: 2px;
}	
.fot_social li:hover{
	opacity:0.7;
	}
.fot_social li a{
	float:left;
}

	
.below-footer {
	float: left;
	width: 100%;
	padding: 25px 0 20px 0;
	text-align: center;
	background: #3f4249;
}
.left-copy{
	float:left;
	width:100%;	
	text-align:center;
	}	
.left-copy p {
	color: #e8e8e8;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float:left;
	width: 100%;
	margin: 0;
}
.phflt{
	float:left;
	font-weight:400;
	margin-right:10px;
	}
.pnmbr {
	overflow: hidden;
	font-weight: 400;
	width: 126px;
	display: block;
}
.ftrtrms {
	width: auto;
	float: left;
}	
.ftrtrms ul{
	float:right;
	margin:0;
	}
.ftrtrms ul li{
	float:left;
	}
.ftrtrms ul li a {
	color: #2c2d2f;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	padding: 4px 20px;
	/* height: 52px; */
}
.ftrtrms ul li a {
	background: url("../images/menu_border2.png") no-repeat left 0px top 8px;
}
.ftrtrms ul li:first-child a {
	background: none;
}
.ftrtrms ul li a:hover {
	color: #dc1c65 !important;
}

#toTop {
	display: none;
	position: fixed;
	bottom: 69px;
	right: 122px;
	width: 40px;
	height: 40px;
	background: #f15732 url(../images/icon19.png) no-repeat 50% 50%;
	background-repeat: no-repeat;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	z-index: 99999;
}
#toTop:hover {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background: #52237e url(../images/icon19.png) no-repeat 50% 50%;
}
.ftr_menu_box_1{
	float:left;
	width:100%;
}
.ftr_menu_box_2{
	float:left;
	width:34%;
}
.ftr_menu_box_3{
	float:left;
	width:100%;
}
.ftr_menu_box_3 h4 {
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	margin: 12px 0 8px 0;
	text-transform: uppercase;
}

.ftr_menu_box_3 p{
	color: #fff;
font-size: 13px;
font-weight: 400;
font-family: 'Poppins', sans-serif;
line-height: 23px;
margin: 0;

}
/*footer*/





/*FAQ*/

.ans_sec {
	width: 100%;
	float: left;
	overflow: hidden;
	padding: 50px 0;
	background: url(../images/faqbgg.png) no-repeat 0 0;
	background-attachment: fixed;
	background-size: cover;
}

.accordion {
	font-family: 'Poppins', sans-serif;
    background-color: transparent !important;
    color: #fff;
    cursor: pointer; 
    padding: 18px 7px; 
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    font-size: 17px;
    font-weight: 500;

}
.ans_sec .active, .accordion:hover {
  background-color: transparent;
}

.ans_sec .accordion:before {
  content: '\002B';
  color: #fff;
  font-weight: 500;
  float: left;
  margin-right: 5px;
  font-size: 30px !important;
  line-height: 24px;
}

.ans_sec .active:before {
  content: "\2212";
}

.ans_sec .panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.ans_sec .panel p{
	color: #fff;
}

.abt-cntnt {
	text-align: center;
	font-size:35px;
	color: #fff;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}

/*faq--end*/


/*blog--start*/

.homeblg{
	width: 100%;
	display: block;
	overflow: hidden;
	margin: 50px 0;
}

.blog-entry .entry-thumb {
	float: left;
	margin: 0 0 20px;
	width: 100%;
	position: relative;
	line-height: 0;
}
.blog-entry .entry-thumb img {
	max-width: 100%;
	height: auto;
	width: 100%;
}

.blog-entry .entry-details {
	clear: both;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
}

article.blog-entry.bordered .entry-details {
	padding: 0 40px 30px 40px;
	margin-top: -45px;
}
.blog-entry .entry-meta {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: .5px;
	margin-bottom: 7px;
}
article.blog-entry.bordered .date {
	width: 75px;
	height: auto;
	border: 2px solid #bec0c1;
	background: #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 15px 0 10px 0;
	position: relative;
	margin-bottom: 20px;
	margin-right: 5px;
	color: #86898b;
	font-weight: 400;
}
article.blog-entry.bordered .date span {
	font-size: 35px;
	font-weight: 700;
	display: block;
	font-family: inherit;
	line-height: 32px;
	margin-bottom: 5px;
}

.blog-entry .entry-body {
	margin: 0 0 15px;
	float: left;
	clear: both;
	width: 100%;
}
.blog-entry .entry-body p{
	color:#86898b;
}
.menu-active-with-double-border #main-menu > ul.menu > li.current_page_item > a, .menu-active-with-double-border #main-menu > ul.menu > li.current_page_ancestor > a, .menu-active-with-double-border #main-menu > ul.menu > li.current-menu-item > a, .menu-active-with-double-border #main-menu > ul.menu > li.current-menu-ancestor > a, .portfolio.type2 .image-overlay .links a, .dt-sc-portfolio-sorting.type3 a, .dt-sc-portfolio-sorting.type3 a.active-sort, .dt-sc-portfolio-sorting.type3 a:hover, .dt-sc-portfolio-sorting.type8 a, .blog-entry.blog-medium-style .entry-format a, article.blog-entry.bordered, .dt-sc-icon-box.type11::before, .secondary-sidebar .type7 .widgettitle, .secondary-sidebar .type8 .widget::before, .ult_tabmenu.style4, .ult_tabs.dt-sc-ultimate_tab .ult_tabmenu.style1 li.ult_tab_li::after, .dt-sc-button.rounded-border, .dt-sc-button.bordered, .dt-sc-icon-box.type1, article.blog-entry.bordered:hover .date {
	border-color: #2563ca;
}
article.blog-entry.bordered:hover {
	-webkit-box-shadow: 0 0 40px -18px rgba(0,0,0,.62);
	-moz-box-shadow: 0 0 40px -18px rgba(0,0,0,.62);
	box-shadow: 0 0 40px -18px rgba(0,0,0,.62);
}
article.blog-entry.bordered {
	border: 2px solid #2563ca;
	box-sizing: border-box;
}
.dt-sc-button.small.icon-left-with-icon.filled.type5 {
	text-align: left;
	width: 100%;
	float: right;
	padding: 0;
	background-color: transparent;
	color: inherit;
	position: relative;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	color: #1448a7;
}
article.blog-entry.bordered .entry-details a.dt-sc-button.type5::before {
	content: "";
	height: 3px;
	left: 105px;
	position: absolute;
	top: 50%;
	transform: translateY(-50)%;
	-ms-transform: translateY(-50)%;
	-webkit-transform: translateY(-50)%;
	width: 32%;
}

article.blog-entry.bordered .entry-details a.dt-sc-button.type5::before{
	background: #2563ca;
}
.blog-entry .entry-title h4 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 25px;
	word-break: break-word;
	-ms-word-wrap: break-word;
	font-family: 'Poppins', sans-serif;
	color: #010101;
}
.blog-entry .entry-title h4 a{
	font-family: 'Poppins', sans-serif;
	color: #010101;
}
.blog-entry {
	margin-bottom: 25px;
}
/*blog--end*/


.home-heading {
	width: 100%;
	display: block;
	overflow: hidden;
	max-width: 561px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
}

.home-heading h2{
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	color: #010101;
	font-size: 30px;
	display: block;
	width: 100%;
}

.home-heading p{
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	color: #797878;
	font-size: 14px;
	display: block;
}
.fon_heading_line {
	display: block;
	overflow: visible;
	width: 100%;
	height: 5px;
	border-top: 1px solid #ededed;
	text-align: center;
	position: relative;
	margin: 14px 0 12px 0;
}
.fon_heading_line span {
	width: 75px;
	height: 3px;
	background: #2563ca;
	display: inline-block;
	margin: 0 auto;
	float: none;
	position: absolute;
	top: -2px;
	border-left: 12px solid #fff;
	border-right: 12px solid #fff;
	left: 0;
	right: 0;
}

.servc-sec .home-heading{
	margin-bottom: 70px;
}

.sclpdd{
	padding: 0 10px !important;
}
.abt-bttn {
	color: #fff;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	background: #174c87;
	padding: 13px 28px;
	border-radius: 3px;
	display: inline-block;
	font-weight: 400;
	margin-top: 10px;
}
.abt-bttn:hover {
	color: #fff;
	background: #1464a2;
	transition: 0.4s;
}

.fon_heading_line2 {
	display: block;
	overflow: visible;
	width: 100%;
	height: 5px;
	text-align: center;
	position: relative;
	margin: 14px 0 12px 0;
}
.fon_heading_line2 span {
	width: 60px;
	height: 4px;
	background: #fff;
	display: inline-block;
	margin: 0 auto;
	float: none;
	position: absolute;
	top: -2px;
	/*border-left: 12px solid #fff;
	border-right: 12px solid #fff;
*/	left: 0;
	right: 0;
}

.dskmnon{
	display: none;
}


.insurance {
	display: block;
	overflow: hidden;
	width: 100%;
	padding: 15px;
	background: #FFF;
	margin: 50px 0;
	box-shadow: 0px 3px 12px #e8ecf0;
	-webkit-box-shadow: 0px 3px 12px #e8ecf0;
	-moz-box-shadow: 0px 3px 12px #e8ecf0;
}






/*About-page*/

.inner-banner {
	float: left;
	width: 100%;
	background-size: cover;
	min-height: 280px;
	position: relative;
	background-position: top center;
	display: flex;
	align-items: center;
}

.inner-banner h1 {
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 50px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}


.bed-cumb {
	float: left;
	width: 100%;
	padding: 12px 0 10px 0;
	background: #f4f4f4;
	border-bottom: 1px solid #ededed;
}
.bed-cumb .breadcrumb{
	background:none;
	padding:0px;
	margin:0px;
	}
.bed-cumb .breadcrumb-item {
	color: #4e4e4e;
	font-size: 15px;
	font-weight: normal;
	font-family: 'Poppins', sans-serif;
}
.bed-cumb .breadcrumb-item a {
	color: #4e4e4e;
}
.bed-cumb .breadcrumb-item a:hover{
	color:#1cb049;
	}
.bed-cumb .breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: 12px;
	padding-left: 12px;
	color: transparent;
	background: url("../images/bed-cumb.png") no-repeat center center;
	content: ".";
}
.bed-cumb .breadcrumb-item.active {
	color: #154c87;
}




.middle-area {
	float: left;
	width: 100%;
	padding: 35px 0;
	background: #fafafa;
}
.abutctgry {
	width: 100%;
	float: left;
}
.certified-area p {
	color: #3e3e3e;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 25px !important;
	line-height: 25px;
}
.certified-area h4 {
	position: relative;
	color: #3e3e3e;
	font-size: 22px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	padding-left: 42px;
}
.abutctgry h4 {
	padding-left: 0;
}
.right-clean {
	float: left;
	width: 100%;
	height: 394px;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	background: #f4f4f4;
}
.right-clean img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	margin: auto;
	object-fit: cover;
	-webkit-transition: 0.9s ease;
	transition: 0.9s ease;
}
.middle-area:hover .right-clean img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}






.abut_sec {
	display: flex;
	justify-content: space-between;
}


.abut_sec{
width:100%;
padding-top: 20px;
}

.abut_contnt{
box-shadow: 0px 1px 0px -1px #d8d8d8;
margin-top: 15px;
min-height: 120px;
border: 1px solid #eeeeee;
padding:12px;
float:left;
}

.abutpic{
	width:100%;
	text-align:center;
	display: flex;
	margin:20px 0;
	}
.abutpic span{
	width:120px;
	height:120px;
	border-radius:50%;
	background:#fff;
	margin:0 auto;
	text-align:center;
	position:relative;
	box-shadow: 0px 2px 5px 1px #d8d8d8;
	}
.abutpic span img{
	max-height:90%;
	max-width:90%;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin: auto;
}

.abut_contnt h4{
	font-family: 'Poppins', sans-serif;
	font-size:22px;
	font-weight: 500;
	color: #3e3e3e;
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom:12px;
}
.abut_contnt p {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #636161;
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
	padding: 0 0 !important;
}

.contactwdth {
	width: 100%;
	display: block;
	overflow: hidden;
}

.txtfldww {
	width: 98%;
	margin: 1% 1% !important;
	float: left;
}



.details-area {
	float: left;
	width: 100%;
	padding: 25px;
	background: #fff;
	min-height: 100px;
	box-shadow: 0px 0px 9px 4px rgba(0,0,0,0.1);
	border-radius: 5px;
}
.left-details {
	border-right: 1px solid #e6e6e6;
	padding-right: 25px;
	min-height: 100px;
	float: left;
	width: 66%;
}

.serv-dtlsimg {
	float: left;
	width: 100%;
	height: 423px;
	position: relative;
	overflow: hidden;
	background: #f2f2f2;
	margin-bottom: 25px;
}
.serv-dtlsimg img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	margin: auto;
}
.left-details h2 {
	color: #2d2d2d;
	font-size: 30px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	line-height: 37px;
	margin-bottom: 10px;
	display: inline-block;
}
.left-details p {
	color: #686767;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 15px !important;
}
.cando {
	display: inline-block;
	margin-top: 15px;
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 25px;
}
.cando h3 {
	position: relative;
	color: #3e3e3e;
	font-size: 24px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 10px;
}
.cando ul li {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	padding-left: 15px;
	color: #585858;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}

.cando ul li i{
	color: #0d4d85;
}



.right-details {
	float: right;
	width: 32%;
}

.flwsec {
	width: 100%;
	float: left;
	padding: 7px;
	/*border: 1px solid #e3e3e3;*/
	box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.2);
	margin-bottom: 10px;
}
.flwsec:hover{
	box-shadow: 0px 0px 4px 0px rgba(13,17,133,0.5);
	cursor: pointer;
}
.jokravtr {
	float: left;
	margin-right: 8px;
	width: 48px;
	height: 48px;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #cacaca;
	margin-top: 6px;
}
.jokravtr > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.jokrdetail {
	overflow: hidden;
	/* padding-right: 96px; */
}
.jkrnae {
	width: 100%;
	display: block;
}
.jkrnae h4 {
	color: #000;
	font-size: 16px;
	display:block;
	width: 100%;
	margin-bottom:2px;
}
.jkrnae p {
	color: #666;
	font-size: 14px;
	display:block;
	width: 100%;
	margin:0;
}


.middle-area .banking_section{
	/*margin-bottom: 80px;*/
}




.stpbdy {
	width: 100%;
	float: left;
	background: #fff;
	box-shadow: 1px 1px 5px #c8c8c8;
	overflow: hidden;
}
.cmpntbl {
	width: 100%;
	float: left;
	margin: 30px 0 0 0;
}
.byme {
	margin: 0;
	padding: 0 10px 10px;
}
.step_right h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	font-weight: 500;
	color: #474c5f;
	width: 100%;
	float: left;
	padding-bottom: 8px;
	border-bottom: 2px dotted #c1c9cd;
	margin: 10px 0;
	text-transform: uppercase;
	border-spacing: 5px;
}
.flsc {
	width: 100%;
	margin: 0;
}
.flsc .form-group {
	width: 48%;
	margin: 1%;
	float: left;
	margin-bottom: 0;
}
.flsc h6 {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #474c5f;
	margin: 8px 0;
	float: left;
	width: 100%;
}
.login_type2{
	background: #fff;
	height: 52px;
	border: 2px solid #e7ecf4;
	border-radius: 2px;
	width: 100%;
	padding: 0 10px;
	color: #8b919d;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	float: left;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	margin-bottom: 10px;
}
.step_right select {
	background: #fff url(../images/cntry-drop.png) no-repeat scroll right 10px top 20px;
	height: 52px !important;
	border: 2px solid #e7ecf4;
	border-radius: 2px;
	width: 100%;
	padding: 0 10px;
	color: #8b919d;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 400;
	float: left;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	margin-bottom: 10px;
}

.flsc {
	width: 100%;
	margin: 0 !important;
}

.sv_cntinu {
	float: left;
	width: 210px;
	text-align: center;
	color: #fff;
	background: #09385e;
	font-size: 17px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	height: 52px;
	border: none;
	border-radius: 2px;
	cursor: pointer;
	padding: 0 0 1px 0;
	text-transform: uppercase;
	float: left;
	margin: 15px 0;
}
.sv_cntinu:hover {
	background: #0b4e82;
}
.logchk {
	width: 100% !important;
	float: left;
	margin: 15px 0;
}
.step_right textarea {
	background: #fff;
	height: 100px;
	border: 2px solid #e7ecf4;
	border-radius: 2px;
	width: 100%;
	padding: 0 10px;
	color: #8b919d;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	float: left;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	margin-bottom: 10px;
}






.radio-custom{
	float:left;
	width:100%;
	margin-top:10px;
	}
.radio-custom [type="radio"]:checked,
.radio-custom [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.radio-custom [type="radio"]:checked + label, 
.radio-custom [type="radio"]:not(:checked) + label {
	position: relative;
	padding-left: 26px;
	cursor: pointer;
	line-height: 22px;
	display: inline-block;
	color: #202020;
	font-size: 16px;
	margin: 0;
	font-family: 'Poppins', sans-serif;
}
.radio-custom [type="radio"]:not(:checked) + label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 21px;
	height: 21px;
	border: 2px solid #909090;
	border-radius: 100%;
	background: #fff;
}
.radio-custom [type="radio"]:checked + label::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 21px;
	height: 21px;
	border: 2px solid #0b4e82;
	border-radius: 100%;
	background: #fff;
	}
.radio-custom [type="radio"]:checked + label::after, .radio-custom [type="radio"]:not(:checked) + label::after {
	content: '';
	width: 11px;
	height: 11px;
	background: #0b4e82;
	position: absolute;
	top: 5px;
	left: 5px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.radio-custom [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.radio-custom [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.radio-custom p {
	float: left;
	width: auto;
	margin-right: 10px !important;
	border: 1px solid #dedede;
	padding: 6px 8px;
}


.fstt{
	width: 10%;
	float: left;
}
.fstt2{
	width: 44%;
	float: left;
	margin: 0 0 0 1%;
}
#myTable_paginate{
	float: right;
}
.navbar div ul li a {
	font-size: 15px;
}


.editdtl {
border: none;
border-radius: 4px;
width: 100%;
padding: 0 0;
background: #FFF;
-webkit-box-shadow: 0px 0px 11px #d3d3d3;
-moz-box-shadow: 0px 0px 11px #d3d3d3;
box-shadow: 0px 0px 11px #d3d3d3;
overflow: hidden;
}
.lftdsh {
width: 25%;
float: left;
}
.left_dash {
float: left;
width: 100%;
background: #fff;
}
.left_dash ul {
margin: 0px !important;
/ overflow: hidden; /
float: left;
width: 100%;
}
.left_dash ul li a {
padding: 12px 15px;
color: #374041;
font-size: 17px;
font-weight: 600;
font-family: 'Nunito', sans-serif;
display: block;
float: left;
width: 100%;
border-bottom: 1px dashed #dedede;
}
.left_dash ul li a:hover {
background: #154b89;
text-decoration: none;
color: #fff;
}
.left_dash ul li.active a {
background: #154b89;
text-decoration: none;
color: #fff;
}

.rghtdsh {
width: 75%;
float: right;
border-left: 2px solid #ededed;
padding: 20px 40px;
min-height: 651px;
}



/*table*/

.table {
display: table;
margin-bottom: 0;
max-width: 100%;
width: 100% !important;
box-shadow: 0px 1px 2px #dcdcdc;
}
.table .one_row1 {
display: table-row;
}
.cell1 {
display: table-cell;
padding: 13px 5px 13px 20px;
position: relative;
vertical-align: middle;
white-space: nowrap;
}
.tab_head_sheet {
background: #04122b;
border: medium none;
color: #fff;
font-size:16px;
font-family: 'Poppins', sans-serif;
line-height: 20px;
padding-left: 15px;
text-align: left;
font-weight: 500;
}
.tab_head_sheet_1 p {
font-family: 'Roboto', sans-serif;
color: #475057;
font-size: 16px;
font-weight: 400;
margin: 0;
white-space: normal;
}
.small_screen31 {
background: #fff;

}
.W55_1 {
display: none;
}
.table .small_screen31:nth-child(2n+1) {
background: #f7f8f9;
}






.topnav {
overflow: hidden;
padding-left: 15px;

}

.topnav .search-container {
float: left;
margin-bottom: 10px;
}

.topnav input[type="text"] {
padding: 6px;
margin-top: 8px;
font-size: 17px;
/ border: none; /
border: 1px solid #ccc;
}

.topnav .search-container button {
float: right;
padding: 8px 10px;
margin-top: 8px;
margin-right: 16px;
background: #154b89;
font-size: 17px;
border: none;
cursor: pointer;
color: #fff;
}

.topnav .search-container button:hover {
background: #ccc;
}

@media screen and (max-width: 991px) {
.lftdsh {
width: 30%;
}
.rghtdsh {
padding: 20px 20px;
width: 70%;
}
.only_shawo {
display: none !important;
}
.small_screen31 {
padding-bottom: 15px;
float: left;
width: 100%;
}
.small_screen31 {
background: #fff;
}
.tab_head_sheet_1 {
padding: 6px 10px;
height: auto;
display: initial !important;
float: left;
width: 100% !important;
}
.tab_head_sheet_1 p {
font-size: 15px;
}
.W55_1 {
display: block;
color: #142239;
font-weight: 600;
width: 35%;
float: left;
font-size: 15px;
}
.add_ttrr {
color: #000;
font-weight: 500;
width: 65%;
float: left;
padding-left: 10px;
word-wrap: break-word;
display: block;
white-space: normal;
}

}

@media screen and (max-width: 767px) {
.lftdsh {
background: #fff;
width: 100%;
margin-bottom: 10px;
-webkit-box-shadow: 0px 0px 11px #d3d3d3;
-moz-box-shadow: 0px 0px 11px #d3d3d3;
box-shadow: 0px 0px 11px #d3d3d3;
}
.rghtdsh {
background: #fff;
padding: 20px 20px;
width: 100%;
-webkit-box-shadow: 0px 0px 11px #d3d3d3;
-moz-box-shadow: 0px 0px 11px #d3d3d3;
box-shadow: 0px 0px 11px #d3d3d3;
}
.editdtl {
background: none;
box-shadow: none;
overflow: unset;
}

}

@media screen and (max-width: 600px) {
.topnav .search-container {
float: none;
}
.topnav a, .topnav input[type=text], .topnav .search-container button {
float: none;
display: block;
text-align: left;
width: 100%;
margin: 0;
padding: 14px;
}
.topnav input[type=text] {
border: 1px solid #ccc;
}
}

.query-add{
	float: right;
	padding-right: 15px;
}
.pdf_file{
	padding: 5px;
	font-size: 20px;
}
.file_images img {
	padding: 0 10px 10px 0;
}