@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900");
@import url(font-awesome.min.css);
html,
body {
  padding: 0;
  margin: 0;
  background: #fff;
  letter-spacing: 1px;
  font-family: 'Source Sans Pro', sans-serif;
}

html {
  scroll-behavior: smooth;
}

body a {
  outline: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  text-decoration: none;
}

body a:hover {
  text-decoration: none;
}

body a:focus,
a:hover {
  text-decoration: none;
}

input[type="button"],
input[type="submit"] {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  letter-spacing: 1px;
  font-family: 'Source Sans Pro', sans-serif;
}

select,
input[type="email"],
input[type="text"],
input[type=password],
input[type="button"],
input[type="submit"],
textarea,
span {
  font-family: 'Open Sans', sans-serif;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  letter-spacing: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 1px;
}

p {
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
  font-family: 'Source Sans Pro', sans-serif;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul li {
  display: inline-block;
}


.title h3 {
  font-size: 35px;
  color: #000;
  letter-spacing: 3px;
  font-weight: 600;
  text-transform: uppercase;
}

.icons ul li,
.news-date-list ul li {
  list-style: none;
  display: inline-block;
}

header {
  position: absolute;
  z-index: 9;
  width: 100%;
}

.toggle,
[id^=drop] {
  display: none;
}

nav {
  margin: 0;
  padding: 0;
}

#logo a {
  float: left;
  display: initial;
  margin: 0;
  color: #fff;
}

#logo a span {
  color: #fff;
}

nav.menu-holder {
  width: 50%;
  text-align: center;
  padding-top: 2em;
}

nav:after {
  content: "";
  display: table;
  clear: both;
}

nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

nav ul li {
  margin: 0px;
  display: inline-block;
}

nav a {
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: capitalize;
  font-weight: 400;
  margin: 0px 4px;
  padding: 12px 10px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  font-family: 'Source Sans Pro', sans-serif;
}

nav ul li ul li:hover {
  background: #f8f9fa;
}

nav a:hover {
  color: #e44c65;
}

.menu li.active a {
  color: #e44c65;
}

nav ul ul {
  display: none;
  position: absolute;
  top: 30px;
  background: #fff;
  padding: 10px;
}

nav ul li:hover>ul {
  display: inherit;
}

nav ul ul li {
  width: 170px;
  float: none;
  display: list-item;
  position: relative;
}

nav ul ul li a {
  color: #333;
  padding: 5px 10px;
  display: block;
}

nav ul ul ul li {
  position: relative;
  top: -60px;
  left: 170px;
}

li>a:only-child:after {
  content: '';
}

@media all and (max-width: 768px) {
  #logo {
    display: block;
    padding: 0;
    width: 100%;
    text-align: center;
    float: none;
  }
  nav {
    margin: 0;
  }
  .toggle+a,
  .menu {
    display: none;
  }
  .toggle {
    display: block;
    padding: 4px 4px 2px 4px;
    border-radius: 6px;
    line-height: 1.0;
    font-size: 15px;
    text-decoration: none;
    border: none;
    float: right;
    background-color: rgb(243, 243, 243);
    color: #483949;
    cursor: pointer;
  }
  .menu .toggle {
    float: none;
    text-align: center;
    margin: auto;
    width: 80%;
    padding: 5px;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 1px;
  }
  .toggle:hover {
    color: #333;
    background-color: #fff;
  }
  [id^=drop]:checked+ul {
    display: block;
    background: rgba(16, 16, 16, 0.85);
    padding: 15px 0;
    text-align: center;
    width: 100%;
  }
  nav ul li {
    display: block;
    width: 100%;
    padding: 5px 0;
  }
  nav ul ul .toggle,
  nav ul ul a {
    padding: 0 40px;
  }
  nav ul ul ul a {
    padding: 0 80px;
  }
  nav a:hover,
  nav ul ul ul a {
    background-color: transparent;
  }
  nav ul li ul li .toggle,
  nav ul ul a,
  nav ul ul ul a {
    padding: 14px 20px;
    color: #FFF;
    font-size: 17px;
  }
  nav ul li ul li .toggle,
  nav ul ul a {
    background-color: #212121;
  }
  nav ul ul {
    float: none;
    position: static;
    color: #ffffff;
  }
  nav ul ul li:hover>ul,
  nav ul li:hover>ul {
    display: none;
  }
  nav ul ul li {
    display: block;
    width: 100%;
    padding: 0;
  }
  nav ul ul ul li {
    position: static;
  }
  nav ul ul li a {
    color: #fff;
    font-size: 0.85em;
  }
}

@media all and (max-width: 330px) {
  nav ul li {
    display: block;
    width: 94%;
  }
}

.content {
  position: relative;
  display: block;
}

.banner {
  background: url(../assets/bg.jpg)no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  min-height: 800px;
}

.header-content {
  padding: 20em 6em 0 6em;
  margin: 0 auto;
  text-align: center;
}

.header-content h1 {
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
  line-height: 1em;
  font-size: 4em;
  display: inline-block;
  letter-spacing: 3px;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.5em;
}

.header-content p {
  color: #fff;
  letter-spacing: 0.2em;
  font-size: 1.25em;
  line-height: 1.5em
}

h2.heading,
h3.heading {
  font-weight: 400;
  color: #483949;
  font-size: 2.85em;
  letter-spacing: 0.075em;
  line-height: 1.35em;
  margin-bottom: 0.5em;
}

h2.heading span {
  font-weight: 600;
}

p.fonty {
  font-size: 1.5em;
  line-height: 1.8em;
  letter-spacing: 0.075em;
  color: #777;
  font-weight: 300;
}

p.inner {
  font-size: 17px;
  line-height: 1.8em;
  color: #777;
  letter-spacing: 1px;
  font-weight: 300;
  text-align: left;
}

.service-option span {
  color: #c9cccf;
  font-size: 4.5em;
  line-height: 1em;
}

.service-options h4 {
  font-size: 1.7em;
  line-height: 1.5em;
  letter-spacing: 2px;
  color: #777;
  font-weight: 300;
  text-transform: capitalize;
  margin: 20px 0;
}

.talkbox {
  background: #fff;
  padding: 2em 1em;
}


.services-box {
  margin-bottom: 0px;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  padding: 3em 4em 3em 4em;
}

.services-box:hover {
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}

.services-box:hover i {
  color: #fff;
}

.icon i {
  width: 60px;
  height: 60px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  background: #2d3139;
  font-size: 22px;
  border-radius: 50%;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}

section.relative {
  position: relative;
}

.talkbox h4 {
  font-size: 1.35em;
  font-weight: 400;
  letter-spacing: 3px;
  color: #483949;
  position: relative;
}

.talkbox p {
  font-size: 1em;
  line-height: 1.8em;
  color: #777;
}

.talks h3 {
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 2px;
  color: #555;
  text-align: center;
}

section.talks {
  background: #f3f3f3;
  position: relative;
}

section.hello {
  background: #f3f3f3;
  position: relative;
}

.copy p {
  color: #999;
}

.copy p a {
  color: #fb4386;
}

.copy p a:hover {
  color: #999;
}
.col-xs-12.col-sm-12.col-md-12.col-lg-12 {
  padding: 0 20% 0 20%;
}

.icon span {
  display: inline-block;
  background: #fff;
  color: #2b252c;
  border-radius: 100%;
  width: 3em;
  height: 3em;
  line-height: 3em;
  text-align: center;
  font-size: 1.25em;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}

h4.heading {
  font-weight: 400;
  color: #fff;
  font-size: 1.5em;
  letter-spacing: 0.075em;
  line-height: 1.35em;
  margin-bottom: 0.5em;
}

.service-options p {
  font-size: 17px;
  line-height: 1.8em;
  color: #777;
  letter-spacing: 1px;
  font-weight: 300;
  text-align: center;
}

.contact-form {
  background: #f7f7f7;
  padding: 9em 5em;
}

.contact-form label {
  color: #e44c65;
  letter-spacing: 1px;
  font-size: 1em;
  font-weight: 600;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  outline: none;
  padding: 15px 15px;
  font-size: 14px;
  color: #777;
  background: #fff;
  width: 100%;
  letter-spacing: 1px;
  border: 1px solid #ebeeef;
  border-radius: 0px;
}

.contact-form textarea {
  min-height: 80px;
  margin: 1em 0em;
  resize: none;
}

.contact-form .group input[type="submit"] {
  outline: none;
  padding: 20px 0;
  font-size: 14px;
  color: #fff;
  background: #1b1e21;
  border: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
  font-weight: 600;
  cursor: pointer;
  border-radius: 0px;
}

.contact-form .group input[type="submit"]:hover {
  background: #e44c65;
}

.map {
  padding: 0;
}

.map iframe {
  border: none;
  width: 100%;
  height: 100%;
  padding: 10px;
}

.info-item span {
  font-size: 1.5em;
  color: #e44c65;
}

.address-right h6 {
  font-size: 0.9em;
  color: #585858;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  font-weight: 600;
}

.address-right p,
.address-right p a {
  color: #7c848c;
}

.contact-form h4 {
  font-size: 1.2em;
  color: #4e4f50;
  text-shadow: 0 1px 2px rgba(18, 18, 19, 0.13);
  text-transform: uppercase;
}

@media(max-width:1366px) {
  nav.menu-holder {
    width: 65%;
  }
}

@media(max-width:1080px) {
  nav.menu-holder {
    width: 100%;
  }
  .header-content {
    padding: 14em 6em 0 6em;
  }
  .banner {
    min-height: 620px;
  }
}

@media(max-width:1050px) {}


@media(max-width:991px) {
  .header-content {
    padding: 12em 6em 0 6em;
  }
  .banner {
    min-height: 570px;
  }
  h2.heading,
  h3.heading {
    font-size: 2.5em;
  }
  p.fonty {
    font-size: 1.3em;
  }
}

@media(max-width:900px) {}

@media(max-width:800px) {
}

@media(max-width:768px) {
  nav ul {
    margin-top: 2.5em;
  }
}

@media(max-width:767px) {}

@media(max-width:736px) {
  .header-content {
    padding: 10em 6em 0 6em;
  }
  h2.heading,
  h3.heading {
    font-size: 2.2em;
  }
  .cont {
    margin: 1.5em 0;
  }
}

@media(max-width:667px) {
  .header-content h1 {
    font-size: 3em;
  }
  .header-content p {
    font-size: 1em;
  }
  .banner {
    min-height: 510px;
  }
}


@media(max-width:568px) {
  .contact-form {
    padding: 3em 2em;
  }
}

@media(max-width:480px) {
  .header-content {
    padding: 9em 2em 0 2em;
  }
  .banner {
    min-height: 460px;
  }
  h2.heading,
  h3.heading {
    font-size: 1.8em;
  }
}

@media(max-width:440px) {
  .header-content h1 {
    font-size: 2.5em;
  }
}

@media(max-width:414px) {
  .header-content {
    padding: 8em 1em 0 1em;
  }
  .banner {
    min-height: 410px;
  }
}

@media(max-width:384px) {
  p.fonty {
    font-size: 1em;
  }
}

@media(max-width:375px) {
  .header-content p {
    font-size: 0.95em;
  }
  .banner {
    min-height: 390px;
  }
}

@media(max-width:320px) {
  .header-content {
    padding: 7em 1em 0 1em;
  }
  .header-content h1 {
    font-size: 2.3em;
  }
  .banner {
    min-height: 360px;
  }
}
