*{ box-sizing: border-box; }
*:focus{outline:none;}
::-moz-focus-inner{border:0;}

body { margin:0px; font-family: 'Poppins';color: #fff; font-size: 20px; font-weight: 400; letter-spacing: 0.5px; line-height: 24px; background-color:  #F9F9F9;}
ul{ margin:0px; padding:0px; }

a { transition: ease 0.5s; text-decoration:none; color: #FFFFFF; }
p {  padding: 0;  margin: 0 0 25px; }
p:last-child { margin-bottom: 0; }
p { line-height: 32px; }


::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { border: 1px solid #E9E9E9; }
::-webkit-scrollbar-thumb { background-color: #E9E9E9; }

::-webkit-input-placeholder{opacity:1; color: rgb(14 30 39 / 40%); }
::-moz-placeholder{opacity:1; color: rgb(14 30 39 / 40%); } 
:-ms-input-placeholder{opacity:1; color: rgb(14 30 39 / 40%); }
:-moz-placeholder{opacity:1; color: rgb(14 30 39 / 40%); }

textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="file"], 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"]
{font-family: 'Poppins'; border-radius:0; border:none; padding:10px; margin:0 0 15px 0; font-size:18px; font-weight:400; width: 100%;}
.inputs-list{margin:0 0 15px;}
input[type="submit"]::-moz-focus-inner{border: 0;}
textarea{resize:none;}


h1,h2,h3,h4,h5,h6{ margin-top:0px; margin-bottom:15px; line-height: normal; font-weight:700; /*color: #1D252DD9; font-family: 'azo-sans-web',*/ letter-spacing: 0.5px; color:#191919;} 
h1 { font-size: 96px; line-height: 100px;}
h2 { font-size: 80px; line-height: 96px; letter-spacing: -1px; }
h3 { font-size: 36px; line-height: 46px;}
h4 { font-size: 40px; line-height: 48px;}
h5 { font-size: 18px; line-height: 26px;}
h6 { font-size: 14px; line-height: 18px; }


.text_white { color: #fff; }
.text_white h3 , .text_white h4 , .text_white h2 , .text_white h1 , .text_white h5 , .text_white h6 { color: #fff; }
.mt-140{margin-top: 140px;}
.mb-140{margin-bottom: 140px;}

ul , li { list-style: none;}
span {  color: #4ADC37; }
.row {  margin: 0 -15px; }

.title_section { width: 100%; margin-bottom: 50px;}
.title_section h2 { margin-bottom: 10px; }
.title_section .sub_title { margin-bottom: 20px; }
.title_section.text_center { margin-left: auto; margin-right: auto;}
.title_line h5 { margin-bottom: 34px; }
.title_line:after { content: ""; width: 100px; height: 2px; background: #C26D16; display: table;  margin-bottom: 20px; }
.body_size { font-size: 20px; line-height: 28px; }
.body_20 { font-size: 20px; line-height: 26px;  }

.text_center { text-align: center; }
.text_left{text-align: left;}
.text_right{text-align: right;}
.text_justify { text-align: justify; }

.padding-right-container { padding-right: calc((100%  - 1300px) / 2); } 
.padding-left-container { padding-left: calc((100%  - 1300px) / 2); }

.container { float:none; width:100%; max-width: 1400px; padding: 0 15px; margin:0 auto; }
.container:before , .container:after {clear:both; content: ""; display:table;}

.container_right { padding-right: calc((100%  - 1170px) / 2); } 
.container_left { padding-left: calc((100%  - 1170px) / 2); }


.flex { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex }
/*  flex top */
.flextop { -webkit-box-align: start; -moz-box-align: start; -webkit-align-items: start; -ms-flex-align: start ; align-items: start; align-items: flex-start; }
/*  flex center */
.flexcenter { -webkit-box-align: center; -moz-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
/*  flex bottom */
.flexbottom { -webkit-box-align: end ; -moz-box-align: end ; -webkit-align-items: end; -ms-flex-align: end ; align-items: end ; align-items: flex-end ; } 
.reverse{ flex-direction: row-reverse; }
.justify_left{ justify-content: flex-start; }
.justify_right{ justify-content: flex-end; }
.justify_center{ justify-content: center; }
.flex_row { flex-wrap: wrap; }
.row { margin: 0 -15px;  }
.get_img { position: relative; z-index: 1; }
.set_img { background-size: cover; background-repeat: no-repeat; background-position: center; }
.get_img .set_img {  position: absolute;  left: 0; right: 0; top: 0; bottom: 0; z-index: -1; opacity: 0.9; }
.btn a { font-size: 32px; line-height: normal; display: inline-block; border: 1px solid; border-radius: 100px; color: #ffff; border-color: #fff; padding: 8px 40px; }
.btn a:hover {background: #fff; color: #000;}
.button button:hover {background: #fff; color: #40DB2C;}
.footer_b_right ul li a:hover { color: #40DB2C; }
.soical_icon a:hover path {fill: #40DB2C;}
.soical_icon a path {transition: ease 0.5s}
.mail_contect a:hover { color: #40DB2C; cursor: pointer;}
.mail_contect p:hover { color: #40DB2C; cursor: pointer;}
.sub_b_text a:hover { color: #40DB2C; cursor: pointer;}
.sub_b_text p:hover { color: #40DB2C; cursor: pointer;}

/**/
.header_top { background: #080826;box-shadow: 0 16px 20px rgba(0, 0, 0, 0.20);  position: relative; z-index: 999;}
.header_logo{line-height: 0;}
.header_logo img { width: 100%; max-width: 250px; }
.header_right { width: calc(100% - 250px); text-align: right; }
.menu ul li { display: inline-block; margin-left: 45px; }
.menu ul li a { font-size: 18px; line-height: 22px; position: relative; line-height: 80px; display: inline-block;}
.menu ul li a:before {content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: 2px;background-color: #4ADC37;transform: scale(0);transition: transform .3s ease;}
.menu ul li a:hover:before { transform: scale(1); }
.menu ul li a:hover {color: #fff;font-weight: 700;}

/**/
.haeder_bottom { background: #ccc; padding: 16px 0; }
.header_item { display: flex; align-items: center; position: relative; z-index: 1; padding-left: 20px; width: 300px; border-right: 1px solid #000; }
.slider_img img { width: 100%; height: 24px; margin-right: 10px; }
.slider_img { line-height: 0;  display: flex; }
.slider_text { color: #000000; font-size: 16px; font-weight: 700; padding-left: 10px; }
.slider_text span { color: #CC142B; font-size: 14px; line-height: normal; padding-left: 5px; }
/*.slider_imgv2 img { width: 100%; max-width: 48px; height: 24px; }*/
.header_item:after { position: absolute; top: 10px; right: 8px; width: 14px; height: 8px; background: url(../images/arrow_top.png); z-index: -1; content: ""; }
.slick-arrow { display:none !important;}
/**/
.hero_section { padding: 390px 0 120px; }
.hero_img img { width: 100%;height: 859px; object-fit: cover;max-width: 640px; }
.hero_section:after { position: absolute; content: ""; top: 0; right: 0; left: 0; bottom: 0; z-index: -2; background: radial-gradient(53.43% 114.2% at 50.14% 33.19%, #0B72BE 10.38%, #0C6AB5 12.14%, #114B94 19.8%, #163279 28.06%, #191E64 37.01%, #1B1155 46.97%, #1D084D 58.76%, #1D064A 76.99%, #1D064A 100%); mix-blend-mode: soft-light; }
.hero_section:before{ content: ""; position: absolute; left: 0; right: 0; top: 200px; bottom: 0; background: linear-gradient(180deg, rgba(0, 0, 24, 0) 0%, #000018 85.31%); z-index: -1; }
.hero_img { position: absolute; left: 0; right: 0; top: 40px; z-index: -1; text-align: center; line-height: 0; }
.hero_content { text-align: center; }
.hero_text { max-width: 840px; margin: auto; padding-top: 30px;}
.hero_content h1 span { font-weight: 300;}
.hero_content .btn { padding-top: 55px; }

/**/
.bigpart_section { padding: 220px 0 110px; position: relative;overflow: hidden; }
.bigpart_content h2 { font-size: 96px; line-height: 113px; font-weight: 800; margin-bottom: 30px; }
.bigpart_content { width: 100%; max-width: 1300px; }
.bigpart_section:after { content: ""; position: absolute; top: 120px; background-image: url(../images/bigpart_img_1.png); width: 200px; height: 200px; left: calc(50% - 690px); z-index: -1;background-position: center;background-repeat: no-repeat;background-size: cover; }
.bigpart_section:before { content: ""; position: absolute; top: 30px; background-image: url(../images/bigpart_img_2.png); width: 480px; height: 460px; z-index: -1; right: calc(50% - 850px); background-position: center;background-repeat: no-repeat;background-size: cover;}
.bigpart_content h3 { font-weight: 700; }

/**/
.greenbot_section {padding: 0 0 31px;}
.green_title h2 span { color: #191919; font-weight: 300; }
.greenbot_section .container { max-width: 1600px; }
.greenbot_left { width: 50%; }
.greenbot_right { width: 50%; padding-left: 10px; }
.breenbot_img { line-height: 0; }
.breenbot_img img { width: 100%; max-width: 650px; object-fit: contain; }
.list_style ul li { position: relative;z-index: 1; list-style: decimal-leading-zero; color: #E9E9E9; font-size: 36px; line-height: normal; border-bottom: 1px solid #E9E9E9; margin-left: 40px; transition: ease 0.5s;  }
.list_style ul li a { color: #A1A1A1; font-size: 36px; line-height: normal; font-weight: 400; padding: 20px 40px; width: 100%; display: inline-block; }
.list_style ul li:last-child { border: none; }
.list_style { padding-top: 40px; }
.list_style ul li:last-child { border: 0; }
.list_style ul li:hover { color: #191919; border-color: #E9E9E9; }
.list_style ul li a:hover { color: #191919; }
.list_style ul li:after { position: absolute; content: ""; top: 40px; right: 0; width: 34px; height: 25px; background-image: url(../images/arrow_right.svg); opacity: 0; background-repeat: no-repeat;background-position: center; background-size: contain;}
.list_style ul li:hover:after { opacity: 1; transition: ease 0.5s; }
.list_style ul li::marker{font-size: 20px; line-height: normal;color: #A1A1A1;}
.list_style ul li:hover::marker { color: #000; transition: ease 0.5s; }



/**/
.costumer_section { background: #000018; overflow: hidden; }
.costumer_left { width: 40%; padding-top: 120px; padding-bottom: 120px;}
.cotumer_right { width: 60%;display: flex; flex-wrap: wrap; }
.costumer_item { width: calc(100% / 2 - 0px); padding: 0 20px; }
.costumer_item_img img { width: 100%; max-width: 700px; margin-bottom: 30px }
.costumer_img img { width: 100%; max-width: 275px; object-fit: cover; }
.costumer_img { line-height: 0; margin-bottom: 20px; }
.costumer_item .slick-list {height: 900px !important;}

/**/
.form_section { padding: 200px 0 150px; }
.form_left { width: 50%; }
.form_right { width: 50%; }
.form_main {  position: relative; z-index: 1; background: linear-gradient(180deg, #00004D 0%, #000018 100%); padding: 60px 70px; border-radius: 50px; }
.form_img { line-height: 0; position: absolute; bottom: 0; }
.form_img img { width: 100%; max-width: 642px;}
.button { padding-top: 30px; }
.button button { transition: ease 0.5s;  cursor: pointer; width: 100%; background: #40DB2C; border: 0; max-width: 460px; padding: 14px 0; border-radius: 3px; color: #FFFFFF; font-size: 20px; font-weight: 500; }
.form input {color: #A1A1A1; outline: 0; background: transparent; max-width: 460px; width: 100%; }
input[type="text"] { border-bottom: 1px solid #E9E9E9; }
.form input::placeholder { color: #A1A1A1; font-size: 16px; line-height: 20px; }
/**/
.footer_section { background: #000018; padding: 80px 0 50px; border-radius: 140px 110px 0px 0px;}
.footer_left { width: 50%; }
.footer_right { width: 50%; text-align: right; }
.footer_logo { line-height: 0; }
.footer_logo img { width: 100%; margin-bottom: 60px; max-width: 380px; }
.footer_left p { font-size: 18px; line-height: normal; font-weight: 700; }
.footer_wrap form input { outline: 0; background: transparent; width: 100%; max-width: 489px; color: #A1A1A1; border-bottom: 1px solid #E9E9E9; padding: 20px 0 18px; font-size: 25px;	line-height: normal;}
.footer_wrap form input::placeholder { color: #A1A1A1; font-size: 25px; line-height: normal; font-weight: 400; }
.footer_wrap form { position: relative; width: 100%; z-index: 1; }
.footer_wrap button { position: absolute; top: 20px; right: 195px; background: transparent; border: 0; cursor: pointer; display: flex; align-items: center; justify-content: center; width: 35px; height: 25px; }
.soical_icon ul li { display: inline-block; margin-left: 35px; }
.mail_contect { font-size: 24px; line-height: normal; font-weight: 400;padding-top: 80px; }
.mail_contect p { margin-bottom: 20px;  transition: ease 0.5s;}
/**/
.footer_bootom { padding: 60px 0 0; }	
.footer_b_left { width: 50%; }
.footer_b_right { width: 50%; text-align: right; }
.sub_b_text { font-size: 14px; font-weight: 500; line-height: normal; color: #A1A1A1; }
.sub_b_text p{transition: ease 0.5s; }
.sub_b_text a { color: #A1A1A1; text-decoration: underline; }
.footer_b_right ul li { display: inline-block; margin-left: 40px; }
.footer_b_right ul li a { color: #A1A1A1; font-size: 14px; font-weight: 500; line-height: normal; }
.footer_b_content { color: #A1A1A1; font-size: 14px; line-height: normal; font-weight: 600; padding-top: 80px }
.footer_b_content p { margin-bottom: 15px; }

/**/
@media (max-width: 1600px){
.container {max-width: 1200px;}
/*.header_top .container { max-width: 1100px; }*/
.menu ul li a { line-height: 60px; font-size: 16px; }
.haeder_bottom { padding: 10px 0; }
.hero_img img { height: 500px; }
.btn a {font-size: 24px; }
.footer_wrap button{right: 245px;}
.hero_content .btn { padding-top: 28px; }
.bigpart_section { padding: 140px 0 80px; }
.bigpart_content h2 { font-size: 62px; line-height: normal; }
.bigpart_content { max-width: 1012px; }
.bigpart_content h3 { font-size: 30px; }
.breenbot_img img { max-width: 500px; }
/*.green_title h2 span { font-size: 55px; line-height: normal; }*/
.green_title h2 { font-size: 55px; line-height: normal; }
.list_style ul li a { font-size: 25px; }
.list_style ul li { max-width: 550px; }
.costumer_img img { max-width: 150px; }
.costumer_title h2 { font-size: 60px; line-height: 75px; max-width: 400px; }
.costumer_left { padding-left: 40px; }
.hero_content h1 { font-size: 70px; line-height: 80px; }
.hero_text { padding-top: 10px; }
.hero_section { padding-top: 220px; padding-bottom: 70px; }
.hero_content { top: 340px; }
.header_logo img { max-width: 200px; }
.header_right { width: calc(100% - 200px); }
.slider_text { font-size: 14px; line-height: normal; }
.form_img img { max-width: 500px; }
.form_img { width: 100%; }
.form_main { padding: 30px 70px; }
.form_title h2 { font-size: 60px; line-height: normal; }
.form_img { margin-top: -42px; }
.form input { max-width: 400px; }
.button button { max-width: 400px; }
.form_section { padding: 140px 0 100px; overflow: hidden; }
/*.footer_section .container { max-width: 1100px; }*/
.costumer_item .slick-list {height: 610px !important;}
.footer_logo img { max-width: 300px; }
.soical_icon ul li svg { width: 20px; height: 20px; }
.soical_icon ul li { margin-left: 28px; }
.footer_left p { font-size: 16px; }
.footer_wrap form input { font-size: 18px; line-height: normal; max-width: 330px; }
.footer_wrap form input::placeholder { font-size: 18px; }
.mail_contect { font-size: 20px; }
.bigpart_section:before { width: 250px; height: 250px; right: calc(50% - 640px); top: 40px; }
.bigpart_section:after { width: 100px; height: 100px; left: calc(50% - 590px); top: 100px; }
}

@media(max-width:1199px) {
.container { max-width: 962px; }
.hero_section { padding: 140px 0 60px; }
.hero_img img { height: 330px; }
.hero_content { top: 250px; }
.footer_wrap button { right: 181px;}
.hero_section:after { left: 0; }
.bigpart_section:before { width: 180px;  height: 180px; right: 0px; }
.bigpart_section:after { left: calc(50% - 469px); top: 65px; }
.hero_content h1 { font-size: 50px; line-height: 60px; }
.hero_text { font-size: 16px; }
.btn a { font-size: 25px; }
.bigpart_section { padding: 120px 0 80px; }
.bigpart_content h2 { font-size: 52px; line-height: 62px;}
.bigpart_content { max-width: 850px; }
.bigpart_content h3 { font-size: 28px; }
.green_title h2 { font-size: 48px; line-height: normal; }
/*.green_title h2 span { font-size: 48px; line-height: normal; }*/
.list_style ul li { max-width: 480px; }
.breenbot_img img { max-width: 420px; }
.list_style ul li a { font-size: 20px; line-height: normal; }
.costumer_left { padding-left: 30px; padding-top: 50px; padding-bottom: 50px; }
.costumer_title h2 { font-size: 50px; line-height: 60px; max-width: 300px; }
.costumer_img img { max-width: 120px; }
.costumer_item .slick-list { height: 500px !important; }
.form_img img { max-width: 440px;  }
.form_title h2 { font-size: 40px; }
.form input { max-width: 300px; }
.button button { max-width: 300px; }
/*.form_main { height: 350px; }*/
.form_section { padding: 80px 0 60px; }
.footer_left p { }
.footer_wrap form input { max-width: 280px; }
.mail_contect { font-size: 18px; line-height: normal; padding-top: 40; }
.footer_b_content { font-size: 12px; padding-top: 40px; }
.footer_bootom { padding: 40px 0 0; }
     }

@media(max-width:991px) {
.container { max-width: 750px; }
.header_logo img { max-width: 170px; }
.header_right { width: calc(100% - 170px); }
.menu ul li a { font-size: 14px; }
.slider_img img { height: 20px; }
.slider_text span { font-size: 12px; }
.slider_text { font-size: 14px; }
.header_item:after { right: 24px; }
.hero_img img { height: 400px; }
.hero_content { top: 210px; }
.hero_text { font-size: 15px; max-width: 660px; }
.hero_content h1 { font-size: 40px; line-height: 50px; }
/*.hero_section { min-height: 580px; }*/
.btn a { font-size: 20px; }
.hero_content .btn { padding-top: 40px; }
.bigpart_content h2 { font-size: 30px; line-height: 40px;}
.bigpart_content { max-width: 568px; }
.bigpart_section:before { right: calc(50% - 400px); }
.bigpart_section:after { left: calc(50% - 359px); top: 30px; }
.bigpart_section { padding: 80px 0 60px; }
.breenbot_img img { max-width: 400px; }
.green_title h2 { font-size: 30px; line-height: normal; }
/*.green_title h2 span { font-size: 30px; line-height: normal; }*/
.list_style ul li a { font-size: 18px; }
.list_style ul li::marker { font-size: 10px; }
.list_style ul li:after { top: 25px; width: 25px; height: 20px; right: 20px; }
.costumer_img img { max-width: 100px; }
.costumer_title h2 { font-size: 35px; line-height: 45px; max-width: 200px; }
.form_img img { max-width: 350px; }
.form_title h2 { font-size: 30px; }
.form input { max-width: 200px; }
.button button { max-width: 200px; font-size: 16px; }
.footer_logo img { max-width: 200px; }
.soical_icon ul li svg { }
.mail_contect { font-size: 16px; }
.footer_left p { font-size: 14px; }
.footer_wrap form input { max-width: 220px; font-size: 14px; }
.footer_wrap button { right: 132px; }

}

 @media(max-width:767px) {
	.container { max-width: 100%; }

	.header_right { display: none; }
	.hero_img img { height: 210px; }
	.hero_content h1 { font-size: 24px; line-height: normal; margin-bottom: 11px; }
	.hero_text { font-size: 14px; line-height: 24px; }
	.hero_text p { line-height: normal; }
	.btn a { font-size: 14px; padding: 6px 35px; }
	.hero_content .btn { padding-top: 30px; }
	.hero_section { padding-top: 95px; padding-bottom: 40px; }
	.hero_img { top: 15px; }
	.bigpart_section { padding: 40px 0; }
	.bigpart_content h2 { font-size: 20px; line-height: normal; margin-bottom: 10px; }
	.bigpart_content h3 { font-size: 20px; line-height: normal; }
	.bigpart_section:before { right: 0; width: 60px; height: 60px; top: 0; }
	.bigpart_section:after { left: 16px; width: 40px; height: 40px; top: 15px; }
	.greenbot_row { display: block; }
	.greenbot_left { width: 100%; }
	.greenbot_right { width: 100%; }
	.list_style { padding-top: 0; }

	.breenbot_img img { max-width: 220px; }
	.list_style ul li { max-width: 100%; width: 100%; margin: 0; }
	.list_style ul li a { padding: 10px 15px; font-size: 14px; }
	.list_style ul li:after { width: 15px; height: 13px; }
	.green_title h2 { font-size: 24px; line-height: 30px; margin-bottom: 0; }
	.costumer_left { width: 100%; padding: 30px 0 30px; text-align: center; }
	.costumer_wrap { flex-direction: column-reverse; }
	.costumer_title h2 { font-size: 24px; line-height: 32px; margin: auto; }
	.cotumer_right { max-width: 250px; margin: auto; width: 100%; }
	.costumer_item .slick-list { height: 240px !important; }
	.costumer_item { width: 50%; padding: 0 6px; }
	.form_section { padding: 40px 0; }
	.form_row.flex {display: block;}
	.form_left { width: 100%; margin-bottom: 170px; }
	.form_right { width: 100%; }
	.form_title h2 { font-size: 25px; line-height: normal; }
	.form input { max-width: 100%; }
	.form_img img { max-width: 190px; }
	.footer_wrap { display: block; }
	.footer_left { width: 100%; margin-bottom: 30px; text-align: center; }
	.footer_right { width: 100%; text-align: center; }
	.footer_logo img { margin-bottom: 20px; }
	.footer_left p { margin-bottom: 10px; }
	.footer_wrap button { right: 0; }
	.soical_icon ul li { margin: 0; padding: 0 10px; }
	.mail_contect { padding: 40px 0 0px; }
	.footer_wrap form input { width: 100%; max-width: 100%; }
	.footer_b_wrpa { display: block; }
	.footer_b_left { width: 100%; text-align: center; margin-bottom: 20px; }
	.footer_b_right { width: 100%; text-align: center; }
	.footer_bootom { padding: 9px 0 0; }
	.footer_b_content {text-align: center;}
	.footer_b_right ul li {margin-left: 0; padding: 0 18px;}
	.footer_section { border-radius: 100px 70px 0px 0px; padding: 40px 0 20px; }
	.menu-btn { display: block; position: absolute;top: 50%;right: 20px;background: #4ADC37; ;padding: 8px 8px;transform: translate(0px, -50%);}
	.menu-icon span, .menu-icon span:before, .menu-icon span:after { position: absolute; background: #fff; left: 0; right: 0; top: 0; bottom: 0; height: 4px; margin: auto; }
	.menu-icon span:before, .menu-icon span:after { content: ""; }
	.menu-icon span:before { transform: translatey(-8px); }
	.menu-icon span:after { transform: translatey(8px); }
	.active .menu-icon span { background: transparent; }
	.active .menu-icon span:before { transform: rotate(45deg); }
	.active .menu-icon span:after { transform: rotate(-45deg); }
	.menu-icon { width: 25px; height: 20px; position: relative; margin: auto; }
	.header-right { display: none; position: absolute; left: 0; right: 0; background: #000; width: 100%; top: 100%; text-align: left; padding: 30px 18px; }
	.header_top {padding: 10px 0;}
	.header_right { position: absolute; top: 100%; background: red; width: 100%; left: 0; right: 0; text-align: left; }
	.menu ul li { display: inline-block; width: 100%; margin: 0; }
	.menu ul li a { line-height: normal; padding: 8px 20px; display: block; }
}



