/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #333;
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;  line-height: 1.6;
}

a {  color: #8D2329;  transition: 0.5s;}
a:hover, a:active, a:focus {  color: #0c2e8a;  outline: none;  text-decoration: none;}
p {  padding: 0;  margin: 0 0 0 0;}
h1, h2, h3, h4, h5, h6 {  font-weight: 400;  margin: 0 0 20px 0;  padding: 0;}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #8D2329;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}



.back-to-top:focus {  background: #50d8af;  color: #fff;  outline: none;}
.back-to-top:hover {  background: #0c2e8a;  color: #fff;}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {  background: #fff;  padding: 10px 0;  border-bottom: 1px solid #eee;  font-size: 14px;}
#topbar .contact-info a {  line-height: 1;  color: #555;}
#topbar .contact-info a:hover {  color: #50d8af;}
#topbar .contact-info i {  color: #8D2329;  padding: 4px;}
#topbar .contact-info .fa-phone {  padding-left: 20px;  margin-left: 20px;  border-left: 1px solid #e9e9e9;}
#topbar .social-links a {  color: #555;  padding: 4px 12px;  display: inline-block;  line-height: 1px;  border-left: 1px solid #e9e9e9;}
#topbar .social-links a:hover {  color: #8D2329;}
#topbar .social-links a:first-child {  border-left: 0;}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 20px 0;
  height: 84px;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

#header #logo h1 {  font-size: 42px;  margin: 0;  padding: 0;  line-height: 1;  font-weight: 700;}
#header #logo h1 a {  color: #0c2e8a;  line-height: 1;  display: inline-block;}
#header #logo h1 a span {  color: #8D2329;}
#header #logo img {  padding: 0;  margin: 0;}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  height: 60vh;
  position: relative;
  background: url("../img/intro-carousel/1.jpg") no-repeat;
  background-size: cover;
}

#intro .intro-content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#intro .intro-content h2 {  color: #0c2e8a;  margin-bottom: 30px;  font-size: 64px;  font-weight: 700;}
#intro .intro-content h2 span {  color: #8D2329;  text-decoration: underline;}

#intro .intro-content .btn-get-started, #intro .intro-content .btn-projects {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
}

#intro .intro-content .btn-get-started {  background: #0c2e8a;  border: 2px solid #0c2e8a;}
#intro .intro-content .btn-get-started:hover {  background: none;  color: #0c2e8a;}
#intro .intro-content .btn-projects {  background: #8D2329;  border: 2px solid #8D2329;}
#intro .intro-content .btn-projects:hover {  background: none;  color: #8D2329;}
#intro #intro-carousel {  z-index: 8;}

#intro #intro-carousel::before {
  content: '';
 
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 7;
}

#intro #intro-carousel .item {
  width: 100%;
  height: 60vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {  margin: 0;  padding: 0;  list-style: none;}
.nav-menu ul {  position: absolute;  display: none;  top: 100%;  left: 0;  z-index: 99;}
.nav-menu li {  position: relative;  white-space: nowrap;}
.nav-menu > li {  float: left;}
.nav-menu li:hover > ul,.nav-menu li.sfHover > ul {  display: block;}
.nav-menu ul ul {  top: 0;  left: 100%;}
.nav-menu ul li {  min-width: 180px;}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {  padding-right: 22px;}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {  content: "\f105";}

/* Nav Meu Container */
#nav-menu-container {  float: right;  margin: 0;}

/* Nav Meu Styling */
.nav-menu a {  padding: 10px 8px;  text-decoration: none;  display: inline-block;  color: #555;   font-weight: 700;  font-size: 14px;  outline: none;}
.nav-menu li:hover > a, .nav-menu > .menu-active > a {  color: #8D2329;}
.nav-menu > li {  margin-left: 10px;}

.nav-menu ul {  margin: 4px 0 0 0;  padding: 10px;  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);  background: #fff;}
.nav-menu ul li {  transition: 0.3s;}
.nav-menu ul li a {  padding: 10px;  color: #333;  transition: 0.3s;  display: block;  font-size: 13px;  text-transform: none;}
.nav-menu ul li:hover > a {  color: #8D2329;}
.nav-menu ul ul {  margin: 0;}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {  color: #555;}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {  color: #8D2329;}
#mobile-nav ul .menu-item-active {  color: #8D2329;}
#mobile-body-overly {  width: 100%;  height: 100%;  z-index: 997;  top: 0;  left: 0;  position: fixed;  background: rgba(52, 59, 64, 0.9);  display: none;}

/* Mobile Nav body classes */
body.mobile-nav-active {  overflow: hidden;}
body.mobile-nav-active #mobile-nav {  left: 0;}
body.mobile-nav-active #mobile-nav-toggle {  color: #fff;}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header {  margin-bottom: 30px;}
.section-header h2 {  font-size: 24px;  color: #0c2e8a;  text-transform: uppercase;  font-weight: 700;  position: relative;  padding-bottom: 20px;}
h2::after {  content: '';  position: relative;  display: block;  width:100%;  height: 2px;  background: #8D2329;  bottom: 0;  left: 0;margin-top: 6px;}

.companyname {  font-size: 20px;  color: #0c2e8a;  border:2px solid #8D2329;  font-weight: 700;  position: relative;  padding: 20px;margin-bottom:20px;}
.section-header p {  padding: 0;  margin: 0;}

/* About Section
--------------------------------*/
#about {  padding: 60px 0 30px 0;}
#about .about-img {  overflow: hidden;}
#about .about-img img {  margin-left: -15px;  max-width: 100%;}
#about .content h2 {  color: #0c2e8a;  font-weight: 700;  font-size: 24px;}

#about .content h3 {  font-weight: 300;  font-size: 15px;  line-height: 1.6em; }
#about .content p {  line-height: 26px;padding:10px;}
#about .content p:last-child {  margin-bottom: 0;}
#about .content i {  font-size: 20px;  padding-right: 4px;  color: #8D2329;}
#about .content ul {  list-style: none;  padding: 0;}
#about .content ul li {  padding-bottom: 10px;}
#about .box {
    padding: 15px;
    margin: 20px 0px;
    box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
	border: 1px #8D2329 solid; 
    background: #8D2329;
	color: #FFF;
    transition: 0.4s;
}

/* Activities Section
--------------------------------*/
#activities {  padding: 30px 0 0 0;}
#activities .box {
  padding: 40px;
  margin-bottom: 40px;
  border-right: 1px #8D2329 solid ;
  border-bottom: 1px #8D2329 solid ;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  background: #fff;
  transition: 0.4s;
}

#activities .box:hover {  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);  transform: translateY(-10px);  -webkit-transform: translateY(-10px);  -moz-transform: translateY(-10px);}
#activities .box .icon {  float: left;}
#activities .box .icon i {  color: #444;  font-size: 64px;  transition: 0.5s;  line-height: 0;  margin-top: 34px;}
#activities .box .icon i:before {
  background: #0c2e8a;
  background: linear-gradient(45deg, #8D2329 0%, #0c2e8a 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#activities .box h4 {  margin-left: 100px;  font-weight: 700;  margin-bottom: 15px;  font-size: 22px;}
#activities .box h4 a {  color: #444;}
#activities .box p {  font-size: 14px;  margin-left: 100px;  margin-bottom: 0;  line-height: 24px;}


/* Clients Section
--------------------------------*/
#clients {  padding: 30px 0;}

#clients img {  max-width: 100%;  opacity: 1.0;  transition: 0.3s;  padding: 15px 0;}
#clients img:hover {  opacity: 0.5;}
#clients .owl-nav, #clients .owl-dots {  margin-top: 5px;  text-align: center;}

#clients .owl-dot {  display: inline-block;  margin: 0 5px;  width: 12px;  height: 12px;  border-radius: 50%;  background-color: #ddd;}
#clients .owl-dot.active {  background-color: #8D2329;}

/* Our Portfolio Section
--------------------------------*/
#portfolio {  background: #fff;  padding: 30px 0;}

#portfolio .portfolio-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#portfolio .portfolio-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#portfolio .portfolio-item h2 {
  color: #ffffff;
  font-size: 24px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 700;
}

#portfolio .portfolio-item img {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#portfolio .portfolio-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#portfolio .portfolio-item:hover .portfolio-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

#portfolio .portfolio-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* daihyous 
--------------------------------*/
#daihyous {  padding: 30px 0;}
.daihyou-item {  box-sizing: content-box;  padding: 30px;  margin: 30px 15px;  text-align: left;  min-height: 350px;  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);}
#about .about-img {    height: auto;  }
#about .about-img img {    margin-left: 0;    padding: 20px 0 5px 0;  }
#activities .box .box {    margin-bottom: 20px;  } 
#activities .box .icon {    float: none;    text-align: center;    padding-bottom: 15px;  }
#activities .box h4, #activities .box p {    margin-left: 0;    text-align: center;  }
}

#daihyous .daihyou-item .daihyou-img {  width: 90px;  border-radius: 50%;  border: 4px solid #fff;  margin: 0 auto;}

.daihyou_message {padding: 15px 0px 30px 0; }
.daihyou_title {    margin-top: .75em;  margin-bottom: .5em;  font-size: 100%;  line-height: 1.4;}
.daihyou_title_main {    color: #000;    letter-spacing: .125em;}
.daihyou_name {    font-size: 120%;    letter-spacing: .2em;}


#daihyous .daihyou-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#daihyous .daihyou-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#daihyous .owl-nav, #daihyous .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#daihyous .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#daihyous .owl-dot.active {
  background-color: #8D2329;
}

/* Contact Section
--------------------------------*/
#contact {
  padding: 30px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #8D2329;
}

#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #8D2329;
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

#contact #google-map {
  height: 290px;
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  #contact #google-map {
    margin-top: 20px;
  }
}

#contact .form #sendmessage {
  color: #8D2329;
  border: 1px solid #8D2329;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #8D2329;
  border: 0;
  border-radius: 3px;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {  background: #2dc899;}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {  background: #f2f5f8;  padding: 0 0 30px 0;  font-size: 14px;}
#footer .copyright {  text-align: center;  padding-top: 30px;}
#footer .credits {  text-align: center;  font-size: 13px;  color: #555;}
#footer .credits a {  color: #0c2e8a;}


@media (max-width: 978px) {  
	#daihyous .daihyou-item {
    margin: 30px 10px;}
	.back-to-top {    bottom: 15px;  }
  #header {
    padding: 20px 0;
    height: 74px;
  }
  #header #logo h1 {
    font-size: 34px;
  }
  #header #logo img {
    max-height: 40px;
  }
  #intro .intro-content h2 {
    font-size: 34px;
  }
  #nav-menu-container {
    display: none;
  }
  #mobile-nav-toggle {
    display: inline;
  }
  }


table {  border-collapse: collapse;  /*margin: 0 auto;*/  padding: 0; width:100%}
table tr {  background-color: #fff;  padding: .35em; }
table th,table td {  padding: 15px;   border-bottom: 2px solid #ccdddd;}
table th {}
table thead tr{  background-color: #167F92;  color:#fff;}
table tbody th {    background: #78bbc7;    color: #fff;}
.koumoku{   text-align: left;font-weight:bold;min-width:100px;}
.koumoku2{   text-align: left;font-weight:;min-width:100px;}
.naiyou{  text-align: left;  color: #000  font-weight: normal;}
.non{  background:#fff}



.btn-gradient { padding:10px 5px;background: linear-gradient(to right, #29b2fe -30%, #443088 130%);display: block;text-align:center;border-radius: 5px;}




@media screen and (max-width: 600px) {
	
  table {    border: 0;    width:100%  }
  table th{    background-color: #167F92;    display: block;    border-right: none;  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {    display: block;    margin-bottom: .625em; border:0px; }
  table td {
    border-bottom: 1px solid #ccdddd;
    display: block;
    text-align: left;
    position: relative;
    padding: .625em .625em .625em 1em;
    border-right: none;
  }
  .pl3em {padding-left:3em;}
  
  table td::before {    content: attr(data-label);    font-weight: bold;    position: absolute;    left: 10px;    color: #167F92;  }
  table td:last-child {    border-bottom: 0;  }
  table tbody th {    color: #fff;}
  .down-content {height:auto;}
  .down-content2 {height:auto;}
}


table.type2 {  border-collapse: collapse;  /*margin: 0 auto;*/  padding: 0; }
table.type2 tr {  background-color: ;  padding: .35em; border: 2px solid #ccdddd; }
table.type2 thead tr{  background-color: #167F92;  color:#fff;border: 2px solid #ccdddd;}
table.type2 tbody th {    background: #78bbc7;    color: #fff;}
@media screen and (max-width: 600px) {
  table.type2 {    border: 0;    width:100%  }
  table.type2 th{    background-color: #167F92;    display: block;    border-right: none;  }
  table.type2 thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.type2 tr {    display: block;    margin-bottom: .625em;  }
  table.type2 td {    border-bottom: 1px solid #bbb;    display: block;    text-align: left;    position: relative;    padding: .625em .625em .625em .625em;    border-right: none;  }
  
  table td::before {    content: attr(data-label);    font-weight: bold;    position: absolute;    left: 10px;    ;  }
  table td:last-child {    border-bottom: 0;  }
  table tbody th {    color: #fff;}
}


/********** Margin Top **********/

.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt35 { margin-top: 35px; }
.mt40 { margin-top: 40px; }
.mt45 { margin-top: 45px; }
.mt50 { margin-top: 50px; }
.mt60 { margin-top: 60px; }
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; }
.mt90 { margin-top: 90px; }
.mt100 { margin-top: 100px; }
.mt110 { margin-top: 110px; }
.mt120 { margin-top: 120px; }
.mt125 { margin-top: 125px; }
.mt130 { margin-top: 130px; }
.mt140 { margin-top: 140px; }
.mt150 { margin-top: 150px; }

/********** Margin Bottom **********/

.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb45 { margin-bottom: 45px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb60s { margin-bottom: 60px; }
.mb70 { margin-bottom: 70px; }
.mb80 { margin-bottom: 80px; }
.mb90 { margin-bottom: 90px; }
.mb100 { margin-bottom: 100px; }
.mb110 { margin-bottom: 110px; }
.mb120 { margin-bottom: 120px; }
.mb125 { margin-bottom: 125px; }
.mb130 { margin-bottom: 130px; }
.mb140 { margin-bottom: 140px; }
.mb150 { margin-bottom: 150px; }

/********** Margin Top & Bottom **********/

.mtb5 { margin: 5px 0; }
.mtb10 { margin: 10px 0; }
.mtb15 { margin: 15px 0; }
.mtb20 { margin: 20px 0; }
.mtb25 { margin: 25px 0; }
.mtb30 { margin: 30px 0; }
.mtb35 { margin: 35px 0; }
.mtb40 { margin: 40px 0; }
.mtb45 { margin: 45px 0; }
.mtb50 { margin: 50px 0; }
.mtb60 { margin: 60px 0; }
.mtb70 { margin: 70px 0; }
.mtb80 { margin: 80px 0; }
.mtb90 { margin: 90px 0; }
.mtb100 { margin: 100px 0; }
.mtb110 { margin: 110px 0; }
.mtb120 { margin: 120px 0; }
.mtb130 { margin: 130px 0; }
.mtb140 { margin: 140px 0; }
.mtb150 { margin: 150px 0; }

/********** Padding Top **********/

.pt5 { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt15 { padding-top: 15px; }
.pt20 { padding-top: 20px; }
.pt25 { padding-top: 25px; }
.pt30 { padding-top: 30px; }
.pt35 { padding-top: 35px; }
.pt40 { padding-top: 40px; }
.pt45 { padding-top: 45px; }
.pt50 { padding-top: 50px; }
.pt60 { padding-top: 60px; }
.pt70 { padding-top: 70px; }
.pt80 { padding-top: 80px; }
.pt90 { padding-top: 90px; }
.pt100 { padding-top: 100px; }
.pt110 { padding-top: 110px; }
.pt120 { padding-top: 120px; }
.pt130 { padding-top: 130px; }
.pt140 { padding-top: 140px; }
.pt150 { padding-top: 150px; }
.pt160 { padding-top: 160px; }

/********** Padding Bottom **********/

.pb5 { padding-bottom: 5px; }
.pb10 { padding-bottom: 10px; }
.pb15 { padding-bottom: 15px; }
.pb20 { padding-bottom: 20px; }
.pb25 { padding-bottom: 25px; }
.pb30 { padding-bottom: 30px; }
.pb35 { padding-bottom: 35px; }
.pb40 { padding-bottom: 40px; }
.pb45 { padding-bottom: 45px; }
.pb50 { padding-bottom: 50px; }
.pb60 { padding-bottom: 60px; }
.pb70 { padding-bottom: 70px; }
.pb80 { padding-bottom: 80px; }
.pb90 { padding-bottom: 90px; }
.pb100 { padding-bottom: 100px; }
.pb110 { padding-bottom: 110px; }
.pb120 { padding-bottom: 120px; }
.pb130 { padding-bottom: 130px; }
.pb140 { padding-bottom: 140px; }
.pb150 { padding-bottom: 150px; }
.pb160 { padding-bottom: 160px; }

/********** Padding Top & Bottom **********/

.ptb5 { padding: 5px 0; }
.ptb10 { padding: 10px 0; }
.ptb15 { padding: 15px 0; }
.ptb20 { padding: 20px 0; }
.ptb25 { padding: 25px 0; }
.ptb30 { padding: 30px 0; }
.ptb35 { padding: 35px 0; }
.ptb40 { padding: 40px 0; }
.ptb45 { padding: 45px 0; }
.ptb50 { padding: 50px 0; }
.ptb60 { padding: 60px 0; }
.ptb70 { padding: 70px 0; }
.ptb80 { padding: 80px 0; }
.ptb90 { padding: 90px 0; }
.ptb100 { padding: 100px 0; }
.ptb110 { padding: 110px 0; }
.ptb120 { padding: 120px 0; }
.ptb130 { padding: 130px 0; }
.ptb140 { padding: 140px 0; }
.ptb150 { padding: 150px 0; }
.ptb160 { padding: 160px 0; }