/*common style*/
html {
	background-color: #f6f6f6;
}

body {
	background:#f6f6f6;
	color: #6d7a8c;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	/* line-height: 24px; */
	
}
p {
	padding-bottom: 20px;
}
label{
	margin-bottom: 0
}
h1,
h2,
h3,
h4,
h5,
h6,
p , figure{
	margin: 0;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 28px;
	padding-bottom: 22px;
	line-height: 28px;
}

h1{
	padding-bottom: 40px;
}
h1, h2{
	font-weight: 600;
}
h3 {
	font-weight: 600;
	text-transform: capitalize;
}

h4,
h5,
h6 {
	font-weight: 500;
}

h3,
h4,
h5,
h6 {
	padding-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
	line-height: 18px;
}

h6 {
	font-size: 12px;
	line-height: 16px;
}

a {
	color: #f4ab26;
}
input, textarea{
    -webkit-border-radius:0; 
    border-radius:0;
    resize: none;
}
a:focus {
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #f4ab26;
	text-decoration: none;
}

a{
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

input:focus,
textarea:focus {
	outline: none
}

.text-box,
.textarea {
	border: 1px solid #e2e6e8;
	background-color: transparent;
	position: relative;
	padding: 10px;
	width: 100%;
}
.textarea{
	resize: none;
	height:100px;
}
img {
	max-width: 100%;
	vertical-align: middle;
}
.btn-primary , button , .btn-primary:hover{
	border: none;
    background: #f59921;
    color: #fff;
    padding: 10px 40px;
	margin: 25px 0px;
	-webkit-box-shadow: 2px 4px 6px 0px #ced4da;
	-moz-box-shadow: 2px 4px 6px 0px #ced4da;
	box-shadow: 2px 4px 6px 0px #ced4da;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
	background: #f59921;
	color: #fff;
	border: 0;
	box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus{
	box-shadow: none;
}
.btn-primary.focus, .btn-primary:focus{
	box-shadow: none;
}
.btn-primary a{
	color: #fff;
}
strong {
	font-weight: 700;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

ul li,
ol li {
	list-style: none;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after{
	content:" ";display:table
}
.clearfix:after,
.container:after{
	clear:both
}
.form-control{
	background-color: #f5f5f5;
    color: #6d7a9a;
    border-radius: 0;
	border: 0px;
	padding: 15px 10px;
	margin: 15px 0px;
	height: auto;
}
/* landing page style */
.top_header{
	width: 100%;
	padding: 15px 0px;
}
.top-head{
	width: 100%;
}
.social{
    display: inline-flex
}
.social li{
    padding: 0px 10px;
}
/* main header */

.main-header{
	background-image: linear-gradient( 178.1deg,  rgba(246,199,34,1) 13%, rgba(245,149,33,1) 86.3% );
}
.main-header > div > a:before{    
	content: '';
    position: absolute;
    right: 85px;
    z-index: 1;
    top: 0px;
    width: 999em;
    background: #fff;
    height: 100%;
}
.location-dtl ul{
	float: right;
	padding: 15px 0;

}
.index-main{
	display: contents;
}
.mobile-trigger{
    display: none;
}
.main-header .location-dtl:before {
	content: '';
    position: absolute;
    left: -38px;
    top: 0px;
    border-bottom: 150px solid;
    border-right: 83px solid transparent;
}
.main-header .location-dtl:after {
	content: '';
    position: absolute;
    left: 50px;
    top: 0px;
    border-top: 150px solid;
    border-right: 83px solid transparent;
}
.logo-main{
	background: #fff;
}
.logo-main::before{
	content: '';
    position: absolute;
    right: -50px;
    top: 0px;
    background: #fff;
    width: 999em;
    height: 100%;
}

.main-header{
	color: #fff;
}
.main-header a{
	color: #fff;
}
.main-header img{
	max-width: 175px;
    position: relative;
    padding: 10px;
    z-index: 1;
}
.main-header li{
	float: right;
    padding: 0px 55px 0px 48px;
    margin: 38px 0px 40px 0px;
   
    display: inline-block;
}
.main-header li i{
    position: absolute;
    left: 0px;
    top: 5px;
    font-size: 30px;
}
.aboutus_main{
	padding: 75px 0px;
}
.main-header li label{
    display: block;
}
.header-menu{
    background: #fff;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
}
.header-menu ul{
	background: #fff;
    position: relative;
    z-index: 9;
}
.header-menu li{
	padding: 25px;
	display: inline-block;
}
.header-menu li:last-child{
    float: right;
}
.banner{
   height: 80vh;
}
.banner img{
	height: 100%;
    object-fit: cover;
    width: 100%;
    top: -71px;
    position: relative;
    object-position: top;
}
.banner_sub{
	height: 300px;
	position: relative;
 }
 .banner_sub img{
	 height: 100%;
	 object-fit: cover;
	 width: 100%;
	 top: -71px;
	 position: relative;
	 object-position: top;
 }
.services{
	padding: 75px 0px;
	background: #fff;
}
.services li{
	cursor: pointer;
	display: flex;
	float: left;
	padding:25px;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
/* .services i{
	color: #ccc;
} */
.services p{
	color: initial;
}
.services li:hover{
	align-items: center;
	color: #f4ab26;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	
}
.welcome-msg{
	padding: 75px 25px;
}
.welcome-msg h2 , .welcome-msg h5, .services h2, .services h5 , .our_staff h2 , .our_staff h5{
	width: 100%;
	text-align: center;
	font-weight: 600;
}
.about-but a{
	color: #fff;
}
.services img{
	width: 150px;
	padding-bottom: 30px;
}
.services h3 ,.services a{
	font-weight: 600;
	color: #333;
}
.services-icon i{
	font-size: 40px;
    padding-right: 25px;
	}
.services-dtl{
	padding-left: 15px;
	border-left: 1px solid #cccccc;
}
.our_staff{
	text-align: center;
	padding: 75px 0px;
}
.our_staff ul li{
	float: left;
	display: inline-block;
}
.our_staff figure{
	height: 350px;
}
.our_staff figure img{
	height: 100%;
	object-fit: cover;
	object-position: center;
	padding: 30px 0px;
}
.our_staff figcaption{
	background: #fff;
    padding: 15px 0px;
	position: relative;
	cursor: pointer;
    width: 90%;
    margin: 0 auto;
	top: -80px;
	webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.our_staff figcaption:hover{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	top: -106px;

}
.our_staff figcaption::before{
	content: '';
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 0;
    height: 0;
    border-bottom: 25px solid #f6f6f6;
    border-left: 25px solid transparent;
}
footer{
	background: #333;
    padding: 50px 0px 15px;
    color: #fff;
}
footer h4{
	padding-bottom: 35px;
	font-weight: 600;
}
footer img{
	width: 150px;
	padding-bottom: 30px;
}
footer li{
	display: inline-block;
	float: left;
}
.foot-address li{
	display: inline-block;
    padding-left: 30px;
    position: relative;
    float: left;
}
.foot-address li i{
    left: 0;
    position: absolute;
    text-align: center;
    top: 1px;
    width: 16px;
}
.foot-address li:first-child{
	padding-bottom: 30px;
}
.fa-phone{
	-moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
/* subpage css */
.login_register{
	padding: 75px 0px;
	background: #fff;
}
.login_register input, textarea{
	border: none;
	padding: 15px 10px;
	margin: 15px 0px;
    color: #6d7a9a;
    background-color: #f5f5f5;
}
.login-form a{
	display: block;
}
.register-button{
	margin-right: 20px;
}
.banner_contant{
	position: absolute;
	z-index: 1;
	text-align: center;
	width: 100%;
	bottom:0;
	left: 0;
}
.banner_contant h1{
	color: #f5a221;
    font-weight: 600;
}
.sub_cnt{
	padding: 75px 25px;
    background: #fff;
}
.sub_main li{
	display: flex;
	padding: 25px 0px;
}
.sub_page_list li{
	display: list-item;
	list-style-type: circle;
	margin: 0 25px;
	list-style-position: unset;
	list-style: unset;
	padding: 5px 0px;
}
.sub_dtl{
	line-height: 32px;
}
.services-icon{
	padding-bottom: 25px;
}
.sub_i{
	color: #f4ab26;
	display: flex;
	border-right: 2px solid #f4ab26;
}
.login-form a{
	color: #fff;
}
.contact-add {
	margin: 30px 0px;
}
.contact-add li{
	width: 100%;
	font-size: 18px;
}
.contact-add li i{
	left: 0;
    position: absolute;
    text-align: center;
    top: 5px;
	width: 16px;
	font-size: 15px;
}



/* Css starts for admin page */
.admin-head li{
	padding: 0px 55px 0px 48px;
}
.dashboard{
	padding: 100px 0px;
}
.dash-left li{
	padding: 10px 30px;
	font-size: 16px;
	position: relative;
}
.dash-left li i{
	position: absolute;
    left: 0px;
    top: 14px;
}
.acdash-rt{
	padding: 75px 40px;
}
#dateofbirth{
	width: 100%;
}
#load-data{
	text-align: center;
}
#load-data button{
	padding: 5px 10px;
}
.page-link{
	color: #f59921;
}
.pagination{
	padding: 15px 0px;
}
.sub_client{
	height: 400px;
}
.sub_client img{
	top: 0;
}
.client-main{
	padding: 75px 0px;
	text-align: center;
}
.client_cnt p{
    border-bottom: 2px solid #ccc;
    background: #fff;
}
.client_cnt h3{
	padding: 20px;
    background: #fff;
}
.client_ban{
	text-align: center;
	padding: 100px 0px;
	background-image: url(../images/cli.jpg)
}
.client_ban h2 , .client_ban span , .cli_bot h2 , .cli_bot span {
	width: 100%;
}
.client_ban button , .cli_bot button{
	margin: 0 auto;
}
.client_ban span , .cli_bot span{
	font-size: 20px;
    padding-bottom: 30px;
}
.cli_bot{
	padding: 100px 0px;
	text-align: center;
	background: #fff;
}
.cli_bot a{
	color: #fff;
}
.client_cnt{
	background: #fff;
	width:100%;
}
.banner_cli{
	position: relative;
    z-index: 1;    
    width: 100%;
    top: 50%;
}
.banner_cli_main{
	position: absolute;
	margin: 120px 0px;
    text-align: left;
    vertical-align: middle;
	border-right: 2px solid #ccc;
	color: #fff;
}
.cli_bnr_rt button{
	position: absolute;
    top: 120px;
	right: -50%;
}
.img-cli{
	height: 250px;
}
.img-cli img{
	height: 200px;
    padding: 50px 0px 0px;
}
.cli_bnr_rt a{
	color: #fff;
}
.cli_menu li{
    float: right;
    padding: 45px 25px;
    margin: 0px; 
    display: inline-block;
}
.acc_blk{
	display: none;
}