html,
body {
  height: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  background: #eeeeee;
  font-family: "News Cycle", sans-serif;
  font-size: 13pt;
  font-weight: 300;
  color: #656565;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  color: #2b3f48;
}

p,
ol,
ul {
  margin-top: 0;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

ul.actions {
  text-align: center;
}

ul.actions li {
}

p {
  line-height: 180%;
}

strong {
}

a {
  color: #0000ff;
}

a:hover {
  text-decoration: none;
}

.container {
  overflow: hidden;
  margin: 0em auto;
  width: 1000px;
}

/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

.image {
  display: inline-block;
}

.image img {
  display: block;
  width: 100%;
}

.image-full {
  display: block;
  width: 100%;
  margin: 0 0 2em 0;
}

.image-left {
  float: left;
  margin: 0 2em 2em 0;
}

.image-centered {
  display: block;
  margin: 0 0 2em 0;
}

.image-centered img {
  margin: 0 auto;
  width: auto;
}

/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/

ul.staff {
  margin-bottom: 3em;
}

ul.staff li {
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  margin: 0 40px;
}

ul.staff li img {
}

/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

ul.contact {
  margin: 0;
  padding: 2em 0em 0em 0em;
  list-style: none;
}

ul.contact li {
  display: inline-block;
  padding: 0em 0.3em;
  font-size: 20pt;
}

ul.contact li span {
  display: none;
  margin: 0;
  padding: 0;
}

ul.contact li a {
  color: #fff;
}

ul.contact li a:before {
  display: inline-block;
  background: #3f3f3f;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
  color: #ffffff;
}

ul.contact li a.icon-twitter:before {
  background: #2daae4;
}
ul.contact li a.icon-facebook:before {
  background: #39599f;
}
ul.contact li a.icon-dribbble:before {
  background: #c4376b;
}
ul.contact li a.icon-tumblr:before {
  background: #31516a;
}
ul.contact li a.icon-rss:before {
  background: #f2600b;
}

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

.button {
  display: inline-block;
  padding: 0em 3em;
  background: #27ae61;
  border-radius: 8px;
  letter-spacing: 0.2em;
  line-height: 4em;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1em;
  color: #fff;
}

.button:before {
  display: inline-block;
  background: #ffc31f;
  margin-right: 1em;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
  color: #272925;
}

/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

.title {
  margin-bottom: 3em;
}

.title h2 {
  text-transform: uppercase;
  font-size: 3.2em;
}

.title .byline {
  font-size: 1.3em;
  color: #6f6f6f;
  text-align: left;
}

/*********************************************************************************/
/* 4-column                                                                      */
/*********************************************************************************/

.box1,
.box2,
.box3,
.box4 {
  width: 235px;
}

.box1,
.box2,
.box3 {
  float: left;
  margin-right: 20px;
}

.box4 {
  float: right;
}

/*********************************************************************************/
/* 3-column                                                                      */
/*********************************************************************************/

.boxA,
.boxB,
.boxC {
  width: 320px;
  overflow: hidden;
}

.boxA,
.boxB {
  float: left;
  margin-right: 20px;
}

.boxC {
  float: right;
}

/*********************************************************************************/
/* 2-column                                                                      */
/*********************************************************************************/

.tbox1,
.tbox2 {
  width: 575px;
}

.tbox1 {
  float: left;
}

.tbox2 {
  float: right;
}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

#header {
  position: relative;
  padding: 3em 0em;
}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

#logo {
  position: absolute;
  top: 1em;
  left: 0;
  text-align: center;
}

#logo h1 {
  color: #00A2F4;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 300;
}

#logo a {
  text-decoration: none;
  color: #00A2F4;
}

#logo img {
  width: 60px;
}

/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

#menu {
  position: absolute;
  top: 2em;
  right: 0;
}

#menu ul {
  display: inline-block;
}

#menu li {
  display: block;
  float: left;
  text-align: center;
}

#menu li a,
#menu li span {
  padding: 1em 1.5em;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8em;
  color: #2b3f48;
}

#menu li:hover a,
#menu li.active a,
#menu li.active span {
  color: #2b3f48;
}

#menu .current_page_item a {
  color: #27ae61;
}

#menu .icon {
}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

#banner {
  overflow: hidden;
  padding: 7em 0em 5em 0em;
  background: #27ae61 url(images/banner.png) no-repeat center;
  background-size: cover;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}

#banner .title {
}

#banner .title h2 {
  color: #fff;
}

#banner .title .byline {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.6em;
}

#banner .button {
  margin-top: 3em;
  background: #2b3f48 !important;
}

/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

#page {
  padding: 5em 0em;
  text-align: center;
}

#page .button {
  margin-top: 2em;
  display: inline-block;
  text-align: center;
}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

#content {
  overflow: hidden;
  padding: 5em 0em;
  background: #27ae61;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}

#content a {
  color: rgba(255, 255, 255, 1);
}

#content .button {
  background: #fff;
  margin-top: 3em;
  font-size: 1em;
  color: #27ae61;
}

#content .title {
}

#content .title h2 {
  color: #fff;
}

#content .title .byline {
  color: rgba(255, 255, 255, 0.6);
}

.mail_section_1 {
  width: 60%;
  margin: 0 auto;
}

.mail_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #2a2a2c;
  border: 0px;
  background-color: #ffffff;
  padding: 11px 20px;
  margin-top: 20px;
  border-radius: 5px;
  border: 1px solid #363636;
  font-family: "Poppins", sans-serif;
}

input.mail_text::placeholder {
  color: #2a2a2c;
}

.massage-bt {
  color: #2a2a2c;
  width: 100%;
  height: 110px;
  font-size: 18px;
  background-color: #ffffff;
  padding: 40px 20px 0px 20px;
  border: 0px;
  height: 110px;
  margin-top: 20px;
  border-radius: 5px;
  border: 1px solid #363636;
  font-family: "Poppins", sans-serif;
}

textarea#comment.massage-bt::placeholder {
  color: #2a2a2c;
}

.send_bt {
  width: 170px;
  margin: 0 auto;
  text-align: center;
}

.send_bt a {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #fefefd;
  background: #2b3f48 !important;
  padding: 12px;
  margin-top: 20px;
  display: block;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
}

.send_bt a:hover {
  color: #363636;
  background-color: #ffffff;
}

.map_main {
  width: 100%;
  float: left;
  margin-top: 90px;
}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

#sidebar {
}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

#footer {
}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

#copyright {
  overflow: hidden;
  padding: 5em 0em;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

#copyright p {
  letter-spacing: 0.2em;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.7em;
  color: rgba(0, 0, 0, 0.5);
}

#copyright a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/

#featured {
  overflow: hidden;
  padding: 5em 0em;
  background: #27ae61;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}

#featured a {
  color: rgba(255, 255, 255, 1);
}

#featured .button {
  background: #fff;
  margin-top: 3em;
  font-size: 1em;
  color: #27ae61;
}

#featured .title {
}

#featured .title h2 {
  color: #fff;
}

#featured .title .byline {
  color: rgba(255, 255, 255, 0.6);
}

.center {
  text-align: center !important;
  font-size: 2em !important;
}

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/

.box {
  /* padding: 2em 2em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px; */
  text-align: center;
}

.box .back {
  position: relative;
}

.box .more {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 2;
  color: #fff;
  text-align: center;
  line-height: 214px;
  background: rgba(0, 0, 0, 0.6);
  font-size: 2em;
  text-decoration: none;
  visibility: hidden;
}

.box p {
  font-size: 1.3em;
}

.box:hover .more {
  visibility: visible;
}

.box img {
  display: inline-block;
  vertical-align: middle;
  width: 320px;
  height: 214px;
}

#extra {
  overflow: hidden;
  padding: 5em 0em;
}

#extra .title {
  text-align: center;
}

#extra .button {
  margin-top: 5em;
}

/*********************************************************************************/
/* Modal                                                                        */
/*********************************************************************************/
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.popup-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  width: 60%;
  text-align: center;
  border-radius: 5px;
}

.popup-title {
  margin-top: 0;
}

.popup-img {
  width: 320px;
  height: 214px;
}

.popup-close {
  display: block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #ccc;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 0 auto;
}
