h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	line-height: normal;
}
h1 {
	font-size:28px;
	margin:0 0 15px;
}
h2 {
	font-size:24px;
	margin:0 0 14px;
}
h3 {
	font-size:20px;
	margin:0 0 12px;
}
h4 {
	font-size:18px;
	margin:0 0 12px;
}
h5 {
	font-size:16px;
	margin:0 0 10px;
}
h6 {
	font-size:14px;
	margin:0 0 10px;
}
ul,ol {
	margin-bottom:10px;
	padding-left:15px;
}
li {
	margin:0 0 10px;
	padding:0;
}
label, span, strong, em, i {
	display:inline-block;
}
label{font-weight: normal; margin: 0;}
a {
	text-decoration:none;
	border:none;
	outline:none;
	display:inline-block;
	color:#00aeef;
	-webkit-transition:all 250ms ease-in-out 0s;
	transition:all 250ms ease-in-out 0s;
}
a:hover {
	color:#000;
	text-decoration: none;
}
a:focus {
	outline:none;
	text-decoration: none;
}

input[type="submit"], input[type="reset"], input[type="button"] {
	/*filter:chroma(color=#fff);*/
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:5px 0;
	padding:0;
}
/* HTML5 display-role reset for older browsers */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, blockquote {
	margin:0;
	padding:0;
	border:0;
	display: block;
}
form {
	margin:0;
	padding:0;
}
img {
	border:none;
	outline:none;
	display:block;
}
a, img a, img, a img {
	border:0;
	outline:0;
	text-decoration:none;
}
::-moz-selection {
 background:#bbb;
 color:#fff;
 text-shadow:none;
}
::selection {
	background:#bbb;
	color:#fff;
	text-shadow:none;
}

a:hover, a:active {
	outline:0;
}
.spacer, .clear {
	height:0;
	line-height:0;
	clear:both;
	font-size:0;
	display:block;
}
p {
	padding-bottom:25px;
	margin:0;
}
/*p, li{line-height: 23px;}*/
.clearfix:after {
	content:"";
	display:block;
	clear:both;
}
table {
	border:none;
	border-collapse:collapse;
	border-spacing: 0;
}
table th, table td {
	padding:5px 12px;
	vertical-align:top;
	border:1px solid #78706c;
}
.align_center {text-align:center;}
.align_justify {text-align:justify;}
.align_right{text-align:right;}
input[type="submit"], input[type="button"]{border:none;}

input[type="text"],input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea {
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:5px 10px;
	height:42px;
	background:#fff;
	border:1px solid #d2d2d2;
	color:#919293;
	outline:none;
	margin-bottom:19px;
	font-family: 'verdana';
	font-size:14px;	
	vertical-align:middle;
	-moz-transition:all 250ms ease-in-out 0s;
	-webkit-transition:all 250ms ease-in-out 0s;
	transition:all 250ms ease-in-out 0s;
	/*-webkit-box-shadow:0 0 12px 0 rgba(0,0,0,.1) inset;
	box-shadow:0 0 12px 0 rgba(0,0,0,.1) inset;*/
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
textarea {
	height:103px;
	resize:none;
	overflow:auto;
}
select{cursor:pointer;}
input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus,textarea:focus, select:focus{
	background:#fffff9;
	border-color:#b3b3b2;
	/*-webkit-box-shadow: 0 0 5px 2px #ebebeb;
	-moz-box-shadow: 0 0 5px 2px #ebebeb;
	box-shadow: 0 0 5px 2px #ebebeb;*/
}

input[type="submit"], input[type="reset"], input[type="button"], a.btn,.btn, button[type="submit"], button[type="reset"] {
	border:1px solid #7cc04b;
	/*border:none;*/
	height:42px;
	line-height:43x;
	display:inline-block;
	padding:0 30px;
	font-size:18px;
	cursor:pointer;
	position: relative;
	margin-left: 5px;
	outline:none;
	text-align: center;
	/*text-transform: uppercase;*/
	font-family: 'latoregular';
	vertical-align:top;
	-moz-transition:all 250ms ease-in-out 0s;
	-webkit-transition:all 250ms ease-in-out 0s;
	transition:all 250ms ease-in-out 0s;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
a.btn{line-height:43px;}
input[type="submit"], input[type="button"], a.btn,button[type="submit"]{
	border-color:#ce000c;
	color:#fff;
	background-color: #ce000c;
}
a.btn:focus{outline: none !important;}
input[type="submit"]:hover, input[type="button"]:hover, a.btn:hover, button[type="submit"]:hover {
	border-color:#ce000c;
	color:#ce000c;
	background-color: transparent;
}
input[type="reset"],button[type="reset"]{
	background-color:#181818;
	color:#fff;
	border-color: #181818;
}
input[type="reset"]:hover, button[type="reset"]:hover{
	background-color:transparent;
	color: #181818;
	border-color: #181818;
}


input[type="text"]::-webkit-input-placeholder,  textarea::-webkit-input-placeholder{ 
    color: #919293;
	opacity: 1;																														
}
input[type="text"]::-moz-placeholder,  textarea::-moz-placeholder{ 
    color: #919293;
	opacity: 1;
}
input[type="text"]:-ms-input-placeholder, textarea:-ms-input-placeholder { 
    color: #919293;
	opacity: 1;
}
input[type="text"]:-moz-placeholder, textarea:-moz-placeholder { 
    color: #919293;
	opacity: 1;
}	

/*---- colored button ----*/
input[type="submit"].btn-green, input[type="button"].btn-green, a.btn.btn-green{	
	background:#3fad34;
}
input[type="submit"].btn-green:hover, input[type="button"].btn-green:hover, a.btn.btn-green:hover{	
	background:#40c332;
}
/*---- colored button ----*/
textarea,
input[type="text"],input[type="email"]
input[type="button"],
input[type="submit"], input[type="reset"] {
     -webkit-appearance: none;
}
input[type="submit"], input[type="reset"] {
     -webkit-appearance: none;
	 margin-left:5px;
}

input[type="radio"], input[type="checkbox"],select{cursor:pointer; outline:none;}
input[readonly="readonly"]{cursor:not-allowed;background:#f4f4f4 !important;}
.container:after{
	content:"";
	display:block;
	clear:both;
}
.table_box {
    display: table;
    width: 100%;
    height: inherit;
    text-align: center;
}
.table_box_cell {
    display: table-cell;
    width: inherit;
    height: inherit;
    vertical-align: middle;
}
.table_box_cell img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    display: inline;
}
.transition_image{overflow: hidden;}
.transition_image img{
	-ms-transition: all 400ms ease 0s;
	-webkit-transition: all 400ms ease 0s;
	transition: all 400ms ease 0s;
}
.transition_image:hover img{
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
ul.row{
	margin: 0 -15px;
	padding: 0;
}
ul.row > li{
	padding: 0 15px;
	list-style-type: none;
}
.ul{
	padding: 0;
	margin: 0;
}
.ul li{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bold-webfont.eot');
    src: url('../fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bold-webfont.woff2') format('woff2'),
         url('../fonts/lato-bold-webfont.woff') format('woff'),
         url('../fonts/lato-bold-webfont.ttf') format('truetype'),
         url('../fonts/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latomedium';
    src: url('../fonts/lato-medium-webfont.eot');
    src: url('../fonts/lato-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-medium-webfont.woff2') format('woff2'),
         url('../fonts/lato-medium-webfont.woff') format('woff'),
         url('../fonts/lato-medium-webfont.ttf') format('truetype'),
         url('../fonts/lato-medium-webfont.svg#latomedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff'),
         url('../fonts/lato-regular-webfont.ttf') format('truetype'),
         url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'work_sansregular';
    src: url('../fonts/worksans-regular-webfont.woff2') format('woff2'),
         url('../fonts/worksans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'work_sansbold';
    src: url('../fonts/worksans-bold-webfont.woff2') format('woff2'),
         url('../fonts/worksans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'work_sansextralight';
    src: url('../fonts/worksans-extralight-webfont.woff2') format('woff2'),
         url('../fonts/worksans-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
	font-family: 'latoregular';
	font-size:16px;
	font-weight:normal;
	padding:0;
	margin:0;
	color:#2b2c2e;
	line-height: normal;
    -webkit-text-size-adjust:100%
}
html, body{overflow-x: hidden;}
/* defult css Styles
---------------------------------*/
.error {
    background: #ffd1d1 url("../images/error_icon.png") no-repeat scroll 11px 5px;
    border: 1px solid #de7a7b;
    border-radius: 5px;
    color: #c00;
    display: block;
    font-size: 12px;
    margin: 0 0 10px;
    padding: 6px 5px 6px 40px;
}
.success {
    background: url(../images/success-icon.png) no-repeat scroll 10px 5px #eaf7d9;
    border: 1px solid #6d9d03;
    border-radius: 5px;
    color: #425c05;
    display: block;
    font-size: 12px;
    margin: 0 0 10px;
    padding: 6px 5px 6px 40px;
}
.error p, .success p, .information p {
	padding:0;
	font-size:12px;
}
.scrollup {
    bottom: 32px;
    display: none;
    height: 52px;
    position: fixed;
    right: 10px;
    width: 52px;
    z-index: 999;
    font-size: 0;
    overflow: hidden;
    text-indent: -99999;
}
.scrollup span {
    background: rgba(0, 0, 0, .5) url(../images/scroll-top.png) no-repeat center center;
    height: inherit;
    width: inherit;
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
}
.scrollup:hover span {
    -wekit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    transform: rotate(360deg);
}
.scroll_effect{position: relative; display: none;}
.btn_hover{
	position: relative;
	overflow: hidden;
}
.btn_hover:before {
	background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0;
	content: "";
	display: inline;
	height: 100%;
	left: -150%;
	position: absolute;
	top: 0;
	transform: skewX(50deg);
	transition: all 500ms ease-in-out 0s;
	width: 100%;
}
.btn_hover:hover:before {
	left: 150%;
}
.effect-v1 {
    overflow: hidden;
    position: relative;
}  
.effect-v1:before {
	background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
	content: "";
	display: inline-block;
	height: 700px;
	position: absolute;
	right: 980px;
	top: 0;
	-webkit-transform: skew(-45deg);
	-moz-transform: skew(-45deg);
	-ms-transform: skew(-45deg);
	-o-transform: skew(-45deg);
	transform: skew(-45deg);
	-webkit-transition: all 0.6s ease-in-out 0s;
	transition: all 0.6s ease-in-out 0s;
	width: 600px;
	z-index: 2;
 } 
.effect-v1:hover:before {
    right: -800px;
}
.header_top{
	background:#fff;
	padding: 19px 0;
	-webkit-transition: all 400ms ease 0s;
	transition: all 400ms ease 0s;
}
.header_right{
	float: right;
	padding: 13px 0 0;
}
.logo{
	width:238px;
	float: left;
	-webkit-transition:all 250ms ease-in-out 0s;
	transition:all 250ms ease-in-out 0s;
}
.logo a{display:block;}
.logo img{
	width:100%;
	height:auto
}
.top_email{
	color: #00aeef;
	font-size: 20px;
	font-family: 'latomedium';
	line-height: 20px;
}
.top_email i{
	margin: -8px 8px 0 0; 
	font-size: 40px; 
	vertical-align: top;
	color: #848788;
}
.top_email::hover{color: #000;}
.nav_wrapper {
	float: right;
}
.nav{
	margin:0 28px 0 0;
	padding: 7px 18px 0 0;
	border-right: 1px solid #d0cfcf;
	height: 48px;
}
.nav ul {
	margin:0;
	padding:0;
}
.nav ul li {
	margin:0;
	position:relative;
	float:left;
	padding: 0;
	list-style-type: none;
    font-size: 18px;
	font-family: 'latobold';
}
.nav ul li:first-child{margin-left: 0;}
.nav ul li.home i{font-size: 26px;}
.nav > ul > li{
	margin-left: 8px;
	text-transform: uppercase;
}
.nav > ul > li:first-child{margin-left: 0;}
.nav ul li a{
	color:#212121;
	padding:10px;
}
.nav > ul > li > a{
	padding: 5px 12px 0;
}
.nav ul li a span{
	position: relative;
	padding: 0 0 7px;
}
.nav ul li a span:after{
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	display: block;
	height: 3px;
	background: #00aeef;
	position: absolute;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.nav ul li.current > a, .nav ul li a:hover, .nav ul li:hover > a {
	color:#212121;	
}
.nav ul li a:hover span:after, .nav ul li.current a span:after{
	-webkit-transform: scale(1);
	transform: scale(1);
}


/*******  sub menu *****/
.nav ul li:hover ul.submenu{
	visibility:visible;
	opacity:1;
	filter:alpha(opacity=100);
	top:100%;
	transform: scale(1);
}
.nav ul li ul.submenu{
	visibility:hidden;
	opacity:0;
	min-width: 203px;
	filter:alpha(opacity=0);
	position:absolute;
	top:110%;
	left:0;
	z-index:999;
	background: #ce000c;
	-webkit-transition:all 350ms ease-in-out 0s;
	-ms-transition:all 350ms ease-in-out 0s;
	-moz-transition:all 350ms ease-in-out 0s;
	transition:all 350ms ease-in-out 0s;
}
.nav ul li ul.submenu li {
	font-family: 'oswaldbook';
	float:none; 
	margin:0; 
	font-size: 17px;
}
.nav ul li ul.submenu li:first-child {
	border-top: none;
}
.nav ul li ul.submenu li a{
	display:block;
	padding:12px 10px;
	color:#fff;
	font-size:17px;
	line-height: normal;
	border-bottom: 1px solid #dd4d55;
	height: auto;
	white-space: nowrap;
	position: relative;
}
.nav ul li ul.submenu li:last-child a{border: none;}
.nav ul li ul.submenu li a:after{
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	content: "";
	background: #000;
	position: absolute;
	display: block;
	z-index: -1;
	-webkit-transition: all 400ms ease 0s;
	transition: all 400ms ease 0s;
}
.nav ul li ul.submenu li a:hover{background: none;}
.nav ul li ul.submenu li a:hover:after, .nav ul li ul.submenu li:hover > a:after{
	width: 100%;
	background: #000;
}
/*.nav ul li ul.submenu li a:hover, .nav ul li ul.submenu li.active a{
	color:#fff;
	background:#000;
}*/
.nav ul li ul.submenu li.active a{
	color:#fff;
	background:#000;
}

.sticky .header_top{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 100;
	padding: 7px 0;	
	background: #fff;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,.35);
	box-shadow: 0 3px 3px 0 rgba(0,0,0,.35);
}
.sticky .logo{width: 200px; padding: 6px 0 0;}
.sticky .common_banner{
	margin-top: 63px;
}

.home_banner{
	background: url(../images/banner_bg.jpg) no-repeat fixed;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.overlay_banner{
	background: rgba(0,0,0,.7);
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}
.home_banner .container{
	position: relative;
	z-index: 2;
	min-height: 570px;
}
.slide_content{
	width: 550px;
	padding-top: 130px;
}
.slide_text h5{
	color: #fff;
	font-family: 'work_sansextralight';
	font-size: 52px;
	margin: 0 0 12px;
}
.slide_text h5 span{
	font-family: 'work_sansbold';
	display: inline;
}
.slide_text p{
	padding: 0 0 35px;
	color: #fff;
	font-size: 20px;
}
.sread{
	height: 46px;
	line-height: 43px;
	background: #00aeef;
	color: #fff;
	padding: 0 5px;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'latobold';
	border: 1px solid #00aeef;
	width: 187px;
	text-align: center;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.sread:hover{
	color: #00aeef;
	background: transparent;
}
.sread.light{
	color: #fff;
	border-color: #fff;
	background: transparent;
}
.sread.light:hover{
	color: #000;
	background: #fff;
}
.register_btn{margin-right: 10px;}

.hand{
	position: absolute;
	bottom: 0;
	right: -40px;
	width: 57%;
}
.hand img{
	max-width: 100%;
	height: auto;
}
.owner_wrap{
	background: url(../images/owner_bg.jpg) no-repeat fixed;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 57px 0 67px;
	position: relative;
}
.overlay_owner{
	background: rgba(255,255,255,.75);
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}
.owner_wrap .container{
	position: relative;
	z-index: 2;
}
.heading{
	color: #5e5c5b;
	font-size: 52px;
	font-family: 'work_sansextralight';
	margin-bottom: 18px;
	line-height: 50px;
}
.heading span{color: #160e0b; font-family: 'work_sansbold';}
.ownerpara{
	font-family: 'latobold';
	font-size: 24px;
	padding-bottom: 40px;
}
.otext{
	font-size: 26px;
	color: #2b2c2e;
	font-family: 'latobold';
	display: block;
	height: 63px;
	margin-left: 80px;
}
.otext .table_box{text-align: left;}
.oicon{
	float: left;	
	background: #00aeef;
	border: 4px solid #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 2px 1px 5px 0 rgba(0,0,0,.4);
	box-shadow: 2px 1px 5px 0 rgba(0,0,0,.4);
}
.oicon img{
	display: inline;
	max-width: 100%;
	max-height: 100%;
	-webkit-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
.ionin{
	width: 58px;
	height: 58px;
	line-height: 58px;
	display: block;
}
.owner_list ul li{margin-bottom: 15px;}

.owner_list ul li:last-child{
	float: none;
	margin: 0 auto;
	clear: both
}
.owner_list ul li:hover .oicon img{
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.home_about{
	padding: 58px 0;
}
.abt_para{
	color: #79797a;
	font-size: 20px;
	padding: 0 17% 44px;
	text-align: center;
}
.abt_box{
	border: 1px solid #eee;
	display: block;
}
.abt_box img{
	display: inline;
	max-width: 100%;
	max-height: 100%;
	-webkit-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}
.abt_box_inner{
	height: 166px;
}
.ab_title{
	color: #464545;
	font-size: 25px;
	font-family: 'work_sansextralight';
	margin: 12px 0 5px;
}

.abt_box:hover{
	-webkit-box-shadow: 6px 6px 7px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 6px 6px 7px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}

.abt_box:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/*********footer css **************/

.footer_top{
	padding: 70px 0;
	background: #0f75bc;
}
.foot_head{
	color: #fff;
	font-size: 52px;
	font-family: 'work_sansextralight';
	margin-bottom: 18px;
	line-height: 50px;
}
.foot_head span{
	font-family: 'work_sansbold';
}

.fc_top{
	margin: 0 -12px;
}
.fc_left{
	float: left;
	padding: 0 12px;
	width: 55%;
}
.fc_right{
	float: left;
	padding: 0 12px;
	width: 45%;
}
.fc_group{
	margin: 0 -12px;
}
.fc_half{
	float: left;
	width: 50%;
	padding: 0 12px;
}
.foot_form input[type="text"], .foot_form textarea{
	background: #00aeef;
	border-color: #fff;
	color: #fff;
}
.foot_form input[type="text"]:focus, .foot_form textarea:focus{
	background: #039dd7;
}
.foot_form input[type="text"]::-webkit-input-placeholder,  .foot_form textarea::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  	color: #fff;
	opacity: 1;																														
}
.foot_form input[type="text"]::-moz-placeholder,  .foot_form textarea::-moz-placeholder{ /* Firefox 19+ */
  	color: #fff;
	opacity: 1;
}
.foot_form input[type="text"]:-ms-input-placeholder, .foot_form textarea:-ms-input-placeholder { /* IE 10+ */
  	color: #fff;
	opacity: 1;
}
.foot_form input[type="text"]:-moz-placeholder, .foot_form textarea:-moz-placeholder { /* Firefox 18- */
  	color: #fff;
	opacity: 1;
}
.btn_btm{padding: 0 12px; clear: both;}

.captcha-request{
	float: left;
}
.captcha-request img{
	max-width: 100%;
	height: auto;
}
.btn_wr{
	float: right;
	margin: 15px 0 0;
}
.foot_form button[type="submit"]{
	border-color:#fff;
	color:#160e0b;
	background-color: #fff;
	text-transform: uppercase;
	width: 205px;
	margin: 0;
	padding: 0 10px;
	text-align: center;
}
.foot_form button[type="submit"]:hover {
	border-color:#fff;
	color:#fff;
	background-color: transparent;
}
.foot_form button[type="submit"] i{margin: 0 10px 0 0; font-size: 15px;}
.foot_logo{
	width:238px;
	float: left;
	margin: 23px 0 0;
	-webkit-transition:all 250ms ease-in-out 0s;
	transition:all 250ms ease-in-out 0s;
}
.foot_logo a{display:block;}
.foot_logo img{
	width:100%;
	height:auto
}
.foot_list{
	float: right;
	padding-bottom: 15px;
}
.foot_list ul li{
	float: left;
	padding: 0 0 0 14px;
	margin-left: 14px;
	float: left;
	font-size: 16px;
	list-style-type: none;
	font-family: 'latobold';
	text-transform: uppercase;
}
.foot_list ul li:first-child{
	padding-left: 0;
	margin-left: 0;
}
.foot_list ul li a{
	color: #fff;
}

.foot_list ul li a:hover, .foot_list ul li.active a{
	color: #00aeef;
}
.footer-btm {
	padding: 20px 0;
	background: #09090a;
}
.fright{
	float: right;
}
.copyright {padding-bottom:3px; float: right; font-size: 14px; color: #525252}
.copyright p{padding: 0;}
.copyright a{color:#00aeef;}
.copyright a:hover{color:#fff;}

.designby { float: right; font-size: 12px; color: #d6c8c8;}
.designby p{padding: 0;}
.designby  a{color: #d6c8c8;}
.designby  a:hover{color:#00aeef;}
/**********footer_ends ***************/
.thank .footer-btm{
 	bottom: 0;
    position: fixed;
    width: 100%;"
}
.thank_img{
	text-align: center;
}
.thank_img img{
	display: inline;
	max-width: 100%;
	height: auto;
}
.thankyou_wrap{
	padding: 65px 0 105px;
}
.thank .header_top{position: static !important;}
.sticky.thank .header_top{
	padding: 19px 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.sticky.thank .logo{padding: 0; width: 238px;}
.thank .header_right{padding-top: 6px;}
.thank .foot_logo{margin: 0;}