/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	box-sizing: border-box;
	position: relative;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, input, textarea {
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.viewer-title {
    display: none !important;
}
.viewer-button {
    background-color: #00767c !important;
}
.viewer-container {
    z-index: 9999999999 !important;
}
.viewer-list.viewer-transition {
    display: none;
}
li.viewer-one-to-one, li.viewer-reset, li.viewer-rotate-left, li.viewer-rotate-right, li.viewer-flip-horizontal, li.viewer-flip-vertical {
    display: none;
}
.viewer-toolbar {
    width: 133px !important;
}
.viewer-title {
    font-size: 20px !important;
    color: #fff !important;
    margin-bottom: 25px !important;
}




img {display:inline-block;  margin:0; vertical-align:top;}

a {text-decoration:none;}

*,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin: 0;
    padding: 0
}

.flt{float:left;}
.fltr{float:right;}
.clr{clear:both;}
ol, ul{margin:0; padding:0;}
a:hover{text-decoration:none;}
a:focus{text-decoration:none;}
ul li{list-style:none;}
h1, h2, h3, h4, h5, h6{margin:0; padding:0; }


a, a:hover, a:focus{text-decoration: none;}
* {
    outline: 0;
}
.img img{width: 100%;}




body {
    height: 100%;
    margin: 0;
    background: #fff;
    font-family: 'Gotham-Light';
}

body h1 {
    font-size: 40px;
    line-height: 45px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 600;
}
.block {
    color: #000;
}
.whight {
    color: #fff;
}
.pic img{
    width: 100%;
}
.padding_lt_ri{
    padding-left: 100px;
    padding-right: 10px;
}
body h2 {
    font-size: 20px;
    line-height: 30px;
    color: #1f9fc4;
    margin-bottom:15px;
    font-weight: 600;
}

body h3 {
    font-size: 28px;
    line-height: 38px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 500;
}

body h4 {
    font-size: 20px;
    line-height: 27px;
    color: #db6523;
    font-weight: 400;
    margin-bottom:10px;
}

body h5 {
    font-size: 18px;
    line-height: 34px;
    color: #000;
    font-weight: 300;
    margin-bottom: 10px;
}
body p {
    font-size: 16px;
    color: #363636;
    line-height: 27px;
    font-weight: 400;
    margin-bottom: 30px;
}
.upper_case{text-transform: uppercase;}
section{padding: 60px 0 60px 0}
.yellow{display: inline-block; color: #ffc20e;}

.container {
    max-width: 1200px;
    width: 100%;
}
.yellow_bt_brdr {
    position: relative;
    display: block;
    padding-top: 18px;
}

.yellow_bt_brdr:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    height: 5px;
    background: #db6523;
    content: "";
    z-index: 9;
}
.yellow_bt_brdr2:before {
    position: absolute;
    top: 0;
    left: 15px;
    width: 5px;
    height: 70px;
    background: #fff;
    content: "";
    z-index: 9;
}
.yellow_bt_brdr210:before{
    width: 210px;
}
.center:before {
    left: 50%;
    transform: translateX(-50%);
}
.gray_box {
    background: #f8f8f8;
    padding: 36px 60px;
    margin-top: 36px;
}
.whait_color{color: #fff;}
.Whait_bdr h1{color: #fff;}
.Whait_bdr .yellow_bt_brdr:before{
    background: #fff;
}
.section_top35{padding-top:35px;}
.section_icon{margin: 0 0 40px 0; text-align: center;}
.padding_0{padding: 0;}
.margin_0{margin:0;}
body .bnr_cntr{text-align: center;} 
body .btn_clr_grn { background: #cfb22a; color: #000;}
body .btn_clr_grn:hover { background: #20b485; border:1px solid #20b485; color: #000;}
.center {text-align: center;}
.inner_hd {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
.inner_hd h1 {
    font-size: 45px;
    margin-bottom: 38px;
    text-transform: uppercase;
    color: #fff;
    line-height: 70px;
}
.inner_hd2 h1 {
    text-transform: inherit;
}
.padding_bottom100 {
    padding-bottom:100px;
}

.padding_bottom50 {
    padding-bottom:50px;
}
.section_top50{margin-top:50px;}
.margin_top30{margin-top:30px;}

.pdn_lt_rt_100 {
    padding: 0 100px;
}


.cont_justi{text-align: justify;}

.Whait h3{
    font-size: 28px;
    font-weight: 600;
    color: #21b487;
    margin-bottom: 15px;
}
.btn_div {
    margin-top: 35px;
}
.sub_btn {
    font-size: 14px;
    border-radius: 0;
    transition: 0.5s all ease;
    line-height: 24px;
    display: flex;
    align-items: center;
    height: 52px;
    width: 280px;
    text-transform: uppercase;
    padding: 12px 0 12px 24px;
    text-align: center;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-weight: 500;
    border: 1px solid #000;
    color: #000;
}
.sub_btn span{
    display: inline-block;
    margin-right: 10px;
}
.sub_btn:after {
    position: absolute;
    right: -4px;
    top: 17px;
    background: #fff url(../images/sub_btn_icon.png) no-repeat top right;
    width: 18px;
    height: 14px;
    transition: 0.5s all ease;
    content: "";
}
.sub_btn:hover:after{
    background-color: transparent;
    transition: 0.5s all ease;
    background: url(../images/sub_btn_icon_hover.png) no-repeat top right;
}
.sub_btn:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffc20e;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.sub_btn:hover:before{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    color: #000;
}

.sub_btn:hover{
    color: #000;
    transition: 0.5s all ease;
    border: 1px solid #ffc20e;
}

input.sub_btn {
    background: transparent;
    color: #333;
}


