<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: United Builders
Theme URI: https://www.w7.lt/
Author: PEPA
Author URI: https://www.pepa.lt/

Text Domain: t
*/

/* Reset CSS
 * --------------------------------------- */
blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}a,a:focus{text-decoration:none}table{border-spacing:0}abbr,acronym,fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-weight:400;font-style:normal}strong{font-weight:700}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-weight:400;font-size:100%}q:after,q:before{content:''}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    max-width: 96%; 
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* columns of same height styles */
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}
/* Icon font*/

@font-face {
  font-family: 'ub';
  src:  url('assets/fonts/ub.eot?5za7rm');
  src:  url('assets/fonts/ub.eot?5za7rm#iefix') format('embedded-opentype'),
    url('assets/fonts/ub.ttf?5za7rm') format('truetype'),
    url('assets/fonts/ub.woff?5za7rm') format('woff'),
    url('assets/fonts/ub.svg?5za7rm#ub') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ub' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-view:before {
  content: "\e907";
}
.icon-quote:before {
  content: "\e906";
}
.icon-right-arrow:before {
  content: "\e900";
}
.icon-home:before {
  content: "\e901";
}
.icon-left-arrow:before {
  content: "\e902";
}
.icon-google:before {
  content: "\e903";
}
.icon-facebook:before {
  content: "\e904";
}
.icon-twitter:before {
  content: "\e905";
}

/* Custom CSS
 * --------------------------------------- */
 * {
    margin: 0;
}
html, body {
    height: 100%;
}
html{font-size:1em;} 
p{ margin-bottom: 10px;}
em, em strong{font-style:italic}
b, strong{font-weight:bold;}

body{
  background: #40403f;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

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

h1{
  font-size: 35px;
  font-weight: 600;
  color: #51504e;
  text-transform: uppercase;
  margin-bottom: 65px;
  position: relative;
}
h1:before{
  content: "";
  height: 3px;
  width:300px;
  background: #d19b25;
  display: block;
  position: absolute;
  top: 15px;
  left: -320px;
  z-index: 5;
}

h2{
  font-size: 25px;
  color: #51504e;
  margin-bottom: 25px;
}
h5{
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}

.container-fluid{
  padding-left: 85px;
  padding-right: 85px;
}

.vertical-panel{
  width: 85px;
  height: 100%;
  position: fixed;
  z-index: 2;
  left: 0;
  background: #40403f;
}

.vertical-panel-wrap{
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
}

.social-list li{
  margin-top: 35px;
}

.social-list [class^="icon-"]{
  font-size: 24px;
  color: #7a7a79;
}

.social-list [class^="icon-"]:hover{
  color:#e9b440;
  text-decoration: none;
}

.line {
    height: 69px;
    width: 1px;
    margin: 15px auto 0;
    background-color: #7a7a79;
}

.logo{
  position: absolute;
  z-index: 2;
  top: 50px;
  left: 105px;
}
#top_menu{
  position: absolute;
  z-index: 2;
  right:85px;
  top: 40px;
}
#top_menu ul li{
  display: inline-block;
}

#top_menu ul li{
  float: left;
}

#top_menu ul li a{
  text-transform: uppercase;
  padding: 10px 15px;
  display: inline-block;
  color: #fff;
}
#top_menu ul li a:hover{
  color:#e9b440;
  text-decoration: none;
}

.slider{
  padding-left:85px; 
  overflow: hidden;
  position: relative;
}
.owl-bg-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 750px;
}

.slogan{
  position: absolute;
  right: 85px;
  bottom: 10px;
}
.slogan img{
  float: right;
}
.slide_heading{
  position: absolute;
  right: 85px;
  bottom:85px;
  text-align: right;
}

.title{
  font-size: 60px;
  line-height: 1;
  color: #d19b25;
  text-shadow: 2px 0px 8px rgba(0,0,0,0.5);
}
.subtitle{
  font-size: 25px;
  color: #fff;
  font-weight: 300;
}

.page_heading{
  padding-left:85px; 
}

.page_heading .owl-bg-img{ 
  height: 350px;
}
.icon-home{
  color: #e9b440;
  font-size: 200px;
  margin-top: -14px;
  display: block;
}
section{
  padding:80px 80px 80px 180px
}

.white{
  background: #fff;
}

.text-white{
  color: #fff;
}

.desc{
  background: #fff;
  /*padding: 40px;*/
  min-height: 223px;
   padding: 40px 40px 999px 40px;
  margin-bottom: -959px;
}

.services .owl-dots,
.testimonials .owl-dots{
  bottom: -45px;
}
.testimonial-section{
  background: url(assets/img/testimonials_bg.jpg);
  background-size: cover;
}
.testimonial .author{
  font-weight: 600;
}
.testimonial{
  position: relative;
  padding-left: 45px;
}
.testimonial:before {
  content: "\e906";
  font-family: 'ub';
  font-size:30px;
  display: block;
  color: #d19b25;
  position: absolute;
  top: -14px;
  left:0;
}

.page_testimonials .testimonial{
  margin-bottom: 50px;
  padding-right: 20px;
}

.page_testimonials .testimonial .content{
  margin-bottom: 20px;
}

#footer{
  background: rgba(255,255,255,0.3);
  padding:80px 0px;
  color: #40403f;
  margin-left: 85px;
}
#footer a{
 color:#40403f 
}

.copyright{
  padding: 20px 0px;
  color: #8b8b8a;
  margin-left: 85px;
}

.page_testimonials .testimonial{
    width: 33.33333%;
    box-sizing: border-box;
}

.form-control{
  padding: 10px 20px;
  height: 50px;
  box-shadow: none !important;
  outline: none !important;
  border-radius: 0;
}

.form-control:focus{
  border-color:#d19b25;
}

.button {
  background-color: transparent;
  color: #40403f;
  padding: 10px 20px;
  height: 50px;
  font-weight: 600;
  border: 2px solid #d19b25;
  margin-top: 20px;
}
.button:hover,
.button:focus,
.buttont:active,
.button:active:focus {
  outline:none;
  background-color: transparent;
  box-shadow: none;
  color: #d19b25 ;
}

.contact_space{
  margin-top:30px;
}

.acf-map {
    width: 100%;
    height: 400px;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

/* Portfolio Isotope area Grid items Start */
.grid-item{
    width: 25%;
    box-sizing: border-box;
}

.grid-item a {
    display: block;
    margin: 0 15px;
}
.grid-item img {
    width: 100%;
}

.home-page-three .portfolio-grid{
    margin: 0 -10px;
}
.home-page-three .portfolio-area{
    overflow: hidden;
}

.image-hover {
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.sin-project {
    position: relative;
}

.image-hover {
    overflow: hidden;
    transition: all 0.6s ease 0s;
}
.image-hover::before {
  background: #f0b73c none repeat scroll 0 0;
  content: "";
  height: 0;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  transition: .6s;
}

.hover-black {
  bottom: 39%;
  text-align: center;
  position: absolute;
  width: 100%;
  transition: all 0.6s ease 0s;
  transform: translateY(400px);
}
.hover-black i {
  font-size: 65px;
  color: #40403f;
}
.margin-bottom {
  display: block;
  height: 30px;
  width: 100%;
}
.sin-project:hover .image-hover::before {
    height: 100%;
    transition: all 0.6s ease 0s;
}
.sin-project:hover .hover-black {
    transform: translateY(0px);
    transition: all 0.6s ease 0s;
}

.services_item{
  position: relative;
}
.services_item h4{
  position: absolute;
  z-index: 2;
  left: 55px;
  bottom: 20px;
  font-size: 30px;
  color: #fff;
  font-weight: 500;
}
.services_item h4:before{
    content: "";
    height: 3px;
    width: 45px;
    background: #d19b25;
    display: block;
    position: absolute;
    top: 15px;
    left: -55px;
    z-index: 5;
}
.services_item:before{
  content:"";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(64,64,63,0.5);
}

.services_item:hover:before{
  background:rgba(64,64,63,0);
}

.services_item:after{
  content: "";
    height: 0;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;}

 .services_item:hover:after {
  background: #f0b73c none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  transition: .6s;
  }

.content{
  margin-bottom: 50px;
}

.content ul li{
  padding-left:20px; 
  position: relative;  
}

.content ul li:before{
  content:"";
  position: absolute;
  top: 12px;
  left: 5px;
  background: #d19b25;
  width: 5px;
  height: 1px;
  display: block; 
}
@media(min-width: 1600px){
  .services_col{
    width: 33.3333%;
  }
}
@media(max-width: 1199px){
  section {
      padding: 80px 0 80px 85px;
  }
}
@media(max-width: 1130px) and (min-width: 992px){
  .email{
    display: block;
  }
  .slogan, .slide_heading{
    right:25px;
  }
  #top_menu {
    right: 25px;
  }
  .title{
    font-size: 90px;
  }
}

@media(max-width: 991px){
  .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
  h1 {
    margin-bottom: 30px;
  }
  .contact-form{
    margin-top:30px;
  }
  .grid-item {
    width: 33.3333%;
  }
  .page_testimonials .testimonial{
      width: 50%;
  }
  #top_menu {
    top: 10px;
    right: 0;
    left: 85px;
    text-align: center;
  }
  #top_menu ul li {
    float: none; 
  }
  .slogan{
  	right: 0;
  }
  .logo {
    width: 100%;
    left: 0;
    top: 80px;
  }
  .logo img{
    margin:0 auto;
  }
}
@media(max-width: 991px) and (min-width: 768px){
  .logo img {
      padding-left: 85px;
  }
  .owl-nav {
      top: 244px;
      left: 40px;
      width: 100%;
  }
  .title {
    font-size: 70px;
  }

  .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 767px){
  .vertical-panel {
    width: 60%;
    float: right;
    z-index: 11;
    height: 50px;
    position: relative;
  }
  .vertical-panel-wrap{
    position: relative;
    bottom: 0;
    text-align: right;
    padding: 0 20px 0 0;
  }
  .social-list{
    display: inline-block;
    position: relative;
    z-index: 11;
  }
  .social-list li{
    display: inline-block;
    margin-top: 0;
  }
  .social-list li + li{
    margin-left: 20px;
  }
  .social-list [class^="icon-"] {
    font-size: 16px;
    line-height: 50px;
  }
  .line{
    width: 69px;
    height: 1px;
    display: inline-block;
    margin:0 0 7px 0;
  }
  #top_menu {
    right: 10px;
    top: 0;
  }
  .page_heading ,.slider{
    padding-left: 0px; 
  }
  .slide_heading{
    right: 30px;
    bottom: 30px;
  }
  .title{
    font-size: 30px;
  }
  .subtitle{
    font-size: 18px;
  }
  .owl-bg-img{
    height:320px;
  }
  section {
    padding: 80px 0;
  }
  #footer, .copyright {
    margin-left: 0;
  }
  .page_testimonials .testimonial {
    width: 100%;
	}
	.grid-item {
	    width: 50%;
	}
	.grid-item a {
    margin: 0 10px;
	}
	.margin-bottom {
	    height: 20px;
	}
	.portfolio-grid{
		margin-right: -10px;
    	margin-left: -10px;
	}
}

@media (max-width: 480px){
	.container-fluid {
	    padding-left: 20px;
	    padding-right: 20px;
	}
}


.top_line {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  /*background: rgba(0, 0, 0, 0.8);*/
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out, background 1s ease-out;
  transition: all 0.5s ease-out, background 1s ease-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  z-index: 10;
}
.top_line .burger-container {
  position: relative;
  z-index: 10;
  display: inline-block;
  height: 50px;
  width: 50px;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.top_line .burger-container #burger {
  width: 18px;
  height: 8px;
  position: relative;
  display: block;
  margin: -4px auto 0;
  top: 50%;
}
.top_line .burger-container #burger .bar {
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  background: #FFF;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.top_line .burger-container #burger .bar.topBar {
  -webkit-transform: translateY(0px) rotate(0deg);
          transform: translateY(0px) rotate(0deg);
}
.top_line .burger-container #burger .bar.btmBar {
  -webkit-transform: translateY(6px) rotate(0deg);
          transform: translateY(6px) rotate(0deg);
}

.top_line ul.menu {
  position: relative;
  display: block;
  padding: 0px 48px 0;
  list-style: none;
}
.top_line ul.menu li.menu-item {
  border-bottom: 1px solid #333;
  margin-top: 5px;
  -webkit-transform: scale(1.15) translateY(-30px);
          transform: scale(1.15) translateY(-30px);
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.top_line ul.menu li.menu-item:nth-child(1) {
  -webkit-transition-delay: 0.49s;
          transition-delay: 0.49s;
}
.top_line ul.menu li.menu-item:nth-child(2) {
  -webkit-transition-delay: 0.42s;
          transition-delay: 0.42s;
}
.top_line ul.menu li.menu-item:nth-child(3) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.top_line ul.menu li.menu-item:nth-child(4) {
  -webkit-transition-delay: 0.28s;
          transition-delay: 0.28s;
}
.top_line ul.menu li.menu-item:nth-child(5) {
  -webkit-transition-delay: 0.21s;
          transition-delay: 0.21s;
}
.top_line ul.menu li.menu-item:nth-child(6) {
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
}
.top_line ul.menu li.menu-item:nth-child(7) {
  -webkit-transition-delay: 0.07s;
          transition-delay: 0.07s;
}
.top_line ul.menu li.menu-item a {
  display: block;
  position: relative;
  color: #FFF;
  font-weight: 100;
  text-decoration: none;
  font-size: 22px;
  line-height: 2.35;
  font-weight: 200;
  width: 100%;
}
.top_line.menu-opened {
  height: 100%;
  background-color: #40403f;
  -webkit-transition: all 0.3s ease-in, background 0.5s ease-in;
  transition: all 0.3s ease-in, background 0.5s ease-in;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.top_line.menu-opened .burger-container {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.top_line.menu-opened .burger-container #burger .bar {
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.top_line.menu-opened .burger-container #burger .bar.topBar {
  -webkit-transform: translateY(4px) rotate(45deg);
          transform: translateY(4px) rotate(45deg);
}
.top_line.menu-opened .burger-container #burger .bar.btmBar {
  -webkit-transform: translateY(3px) rotate(-45deg);
          transform: translateY(3px) rotate(-45deg);
}
.top_line.menu-opened ul.menu li.menu-item {
  -webkit-transform: scale(1) translateY(0px);
          transform: scale(1) translateY(0px);
  opacity: 1;
}
.top_line.menu-opened ul.menu li.menu-item:nth-child(1) {
  -webkit-transition-delay: 0.27s;
          transition-delay: 0.27s;
}
.top_line.menu-opened ul.menu li.menu-item:nth-child(2) {
  -webkit-transition-delay: 0.34s;
          transition-delay: 0.34s;
}
.top_line.menu-opened ul.menu li.menu-item:nth-child(3) {
  -webkit-transition-delay: 0.41s;
          transition-delay: 0.41s;
}
.top_line.menu-opened ul.menu li.menu-item:nth-child(4) {
  -webkit-transition-delay: 0.48s;
          transition-delay: 0.48s;
}
.top_line.menu-opened ul.menu li.menu-item:nth-child(5) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
.top_line.menu-opened ul.menu li.menu-item:nth-child(6) {
  -webkit-transition-delay: 0.62s;
          transition-delay: 0.62s;
}
.top_line.menu-opened ul.menu li.menu-item:nth-child(7) {
  -webkit-transition-delay: 0.69s;
          transition-delay: 0.69s;
}


.slider_button{
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    background: #d19b25;
    padding: 10px 20px 8px;
    font-weight: 400;
    margin-top: 10px;
}
.slider_button:hover{
    color: #d19b25;
    background: #fff;
}


/*Modal CSS*/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 51; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal.alert-error .modal-content{
  background-color: #f2dede;
}
.modal.alert-success .modal-content{
  background-color: #dff0d8;
}
/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 320px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
.modal-content ul{
  padding-left: 30px;
}
.modal-content li{
  list-style-type: disc;
}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: #333;
    float: right;
    font-size: 28px;
    font-weight: bold;
    top: -24px;
    right: -17px;
    position: relative;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.modal-body {padding: 30px;}</pre></body></html>