/* =======================================
1. Basic & general
======================================== */

::-moz-selection {
  color: #fff;
  background: #3498db;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #3498db;
  text-shadow: none;
}

body {
  margin: 0;
  padding: 0;
  font-family: Arial, Tahoma, Verdana, Sans-serif;
  font-size: 14px;
  line-height: 1.6em;
  color: #666;
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.1em;
  color: #16bae1;
  font-weight: 300;
  margin-bottom: 10px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 34px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

h1 small {
  font-size: 24.5px;
}

h2 small {
  font-size: 17.5px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 14px;
}

.fade {
  position: relative;
  opacity: 1;
}
section {
  padding: 120px 0 40px 0;
}

iframe,
embed,
object {
  border: none;
}

.video-container,
.embed-container {
  position: relative;
  margin: 0 0 15px 0;
  padding-bottom: 300px;
  padding-top: 10px;
  height: 0;
  overflow: hidden;
  border: 1px solid #ccc;
}
.video-container iframe,
.embed-container iframe,
.map-container iframe,
.map-container object,
.map-container embed,
.embed-container object,
.embed-container embed,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 350px;
}

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

blockquote {
  display: inline-block;
  padding-left: 18px;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 27px;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-left: 10px solid #000;
}

.container {
  padding: 0 20px 0 20px;
}

.row {
  margin-bottom: 40px;
}

.row .row,
.row-fluid .row {
  margin-bottom: 0;
}

.clear {
  clear: both;
}

/* ==== heading ==== */

.heading {
  text-align: center;
  width: 100%;
}

.heading h3 {
  text-transform: uppercase;
  padding: 0;
  margin: 20px 0 30px 0;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  width: auto;
  display: inline;
}

/* sub heading */

.sub-heading {
  text-align: center;
  margin: 20px 0 20px 0;
}

.sub-heading p {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  line-height: 1.6em;
  color: #3a3a3a;
  font-weight: 200;
}

.align-right {
  text-align: right;
}

/* =======================================
1. Header
======================================== */
header {
  z-index: 1;
  background: #042163;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 40px #222;
  -webkit-box-shadow: 0 0 40px #222;
  -moz-box-shadow: 0 0 40px #222;
}

.container {
  padding: 15px 20px;
}

.navbar-nav .nav-link {
  float: none;
  color: #fff;
  line-height: 1em;
  text-decoration: none;
  text-shadow: none;
  z-index: 100;
  outline: 0;
  font-weight: bold;
  padding: 10px 15px 10px !important;
}

.navbar-nav .nav-link.active {
  color: #fff;
  background-color: #fdce4b;
  border-radius: 5px;
}

.navbar-expand-lg .navbar-nav.ar {
  flex-direction: row-reverse;
}

/* =======================================
2. Section: Intro
======================================== */

section#intro {
  background: #042163 url(../img/bg/bg-5.jpg) 50% 94px repeat;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 812px 0 0;
}

@media (min-width: 1024px) {
  section#intro {
    background-attachment: fixed;
  }
}

section#intro.inner {
  padding: 140px 0 30px;
}

section#intro.inner h2 strong {
  color: #fff;
}
section#intro.inner h2 {
  font-size: 32px;
}

section#intro {
  text-align: center;
}

section#intro i {
  margin-left: 0;
  text-align: center;
}

section#intro h1 {
  color: #fff;
  font-size: 64px;
  font-weight: 700;
}
section#intro h2 {
  color: #ddd;
  font-size: 24px;
}

section#intro .inner-heading h2 {
  margin-bottom: -20px;
}

section#intro h4.subtitle {
  font-family: Arial, Tahoma, Verdana, Sans-serif;
  text-transform: none;
  color: #f8f8f8;
}

section#intro p {
  color: #f8f8f8;
}

/* =======================================
3. Section: Services
======================================== */

.box {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background: #fefefe;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.box .halftop {
  text-align: center;
  border-bottom: 1px dotted #e9e9e9;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.box i {
  margin: 0;
  text-align: center;
  color: #16bae1;
}
.box img {
  margin: 0;
  text-align: center;
  width: 50%;
  height: auto;
}

/* ==== divider ==== */

.dotted_line {
  padding: 0;
  margin: 20px 0 20px 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #eeeeee;
}

/* scroll to top */
a.scrollup {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px;
  left: 30px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 0;
  color: #ffffff;
  background-color: #fdce4b;
}

a.scrollup:hover {
  color: #ffffff;
  background-color: #e36414;
  opacity: 1;
  text-decoration: none;
}
a.scrollup i:hover {
  color: #ffffff;
  text-decoration: none;
}

/* ================= About ============================= */

/* carousel slider */

/* ================= services ============================ */
section#services {
  background: #042163 url(../img/bg/bg-4.jpg) 50% 0 repeat;
  width: 100%;
  height: auto;
  margin: 0;
}

@media (min-width: 1024px) {
  section#services {
    background-attachment: fixed;
  }
}

#services .headline h3 {
  color: #fff;
}

#services .section-intro p {
  color: #f8f8f8;
}

.service-intro {
  width: 100%;
  margin: 30px 0 30px 0;
  padding-top: 20px;
  text-align: center;
}

.service-intro h3 {
  font-size: 64px;
  margin-bottom: 0;
}

/*========== works ==================*/

ul.filter {
  list-style: none;
  margin-left: 0;
  margin-bottom: 20px;
}

ul.filter li {
  float: left;
  margin-right: 10px;
}

ul.filter li.active a {
  text-shadow: none;
  color: #fff;
  background: #1b1b1b;
}

.portfolio-area {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

.portfolio-area li {
  float: left;
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}

.portfolio-area li h4 {
  margin-top: 10px;
}

.portfolio-area li.portfolio-item h4 {
  margin-top: 0;
}

.portfolio-area .thumbnail {
  display: block;
  padding: 0;
  border: none;
}

.portfolio-area .thumbnail h5 strong {
  margin: 0;
  color: #fff;
}

.portfolio-area .image-wrapp {
  position: relative;
  padding: 0;
  overflow: hidden;
  border: nonw;
}

.portfolio-area .image-wrapp img {
  margin: 0;
  padding: 0;
}

/* Portolio Hover */

.da-thumbs li,
.da-thumbs li img {
  display: block;
  position: relative;
}
.da-thumbs li {
  overflow: hidden;
}
.da-thumbs li article {
  position: absolute;
  background-image: url(../img/da-hover.png);
  background-repeat: repeat;
  text-shadow: none;
  padding-top: 20%;
  width: 100%;
  height: 100%;
}

.da-thumbs li article.da-animate {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* Initial state classes: */
.da-slideFromTop {
  left: 0px;
  top: -200%;
}
.da-slideFromBottom {
  left: 0px;
  top: 100%;
}
.da-slideFromLeft {
  top: 0px;
  left: -100%;
}
.da-slideFromRight {
  top: 0px;
  left: 100%;
}
/* Final state classes: */
.da-slideTop {
  top: 0px;
}
.da-slideLeft {
  left: 0px;
}
.da-thumbs li article a {
  color: #fff;
  display: block;
}

.da-thumbs li article {
  text-align: center;
  padding-top: 20%;
}

.da-thumbs li article em {
  color: #dfdfdf;
  display: block;
  margin: 0 0 10px 0;
}

.da-thumbs li article a {
  display: inline-block;
}

.da-thumbs li article a:hover {
  text-decoration: none;
}

/* ============== contact ==================== */
ul.contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.contact-list li {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}

ul.contact-list li input.form_input,
ul.contact-list li textarea.form_textarea {
  width: 95%;
  padding: 10px 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-width: 4px;
  border-color: #eee;
}

ul.contact-list li.last {
  margin-bottom: 0;
}

ul.contact-list li label {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

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

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

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

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

/* ================= bottom ========================== */

section#bottom {
  background: url(../img/bg/bg-1.jpg) 50% 0 no-repeat;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 40px 0 30px;
}

@media (min-width: 1024px) {
  section#bottom {
    background-attachment: fixed;
  }
}

/* Footer */

footer {
  float: left;
  width: 100%;
  background: #042163;
  color: #fff;
  margin: 0;
  padding: 40px 0 0 0;
}

footer .verybottom {
  padding: 30px 0 10px 0;
}

.tabbable {
  padding: 0;
}

.video {
  border: none;
  width: 100%;
  height: 280px;
}

.thumbnail {
  background: #fff;
}

img.pull-left {
  margin: 0 20px 20px 0;
}

/* social links */
.social-links {
  list-style: none;
  margin: 0;
  margin-bottom: 20px;
}
.social-links.ar {
  padding-left: 0;
}
.social-links li {
  display: inline;
}
.social-links li a {
  margin: 0;
}
.social-links li {
  margin: 0;
}
.social-links li a:hover {
  text-decoration: none;
}

li a.instagram i {
  color: #fdce4b;
}
li a.instagram:hover i {
  color: #e36414;
}

/* ===================== demo purpose ==========================*/

/* demo class */
.demobutton a {
  margin-bottom: 10px;
}

/* demo buttons page */
.demo a.btn {
  margin: 0 10px 10px 0;
}

/* tab */
.nav-tabs {
  margin: 0;
}
.nav-tabs > li > a {
  font-weight: bold;
}
.tab-content {
  border: 1px solid #ddd;
  border-top: none;
  padding: 10px;
}

/* accordion */

.accordion-heading {
  background: #f8f8f8;
}

.accordion-heading a {
  font-weight: bold;
  color: #444;
}
.accordion-heading a:hover {
  text-decoration: none;
}
.accordion-heading {
  border-bottom: 0;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
  text-decoration: none;
}

.accordion-heading .accordion-toggle i {
  margin-right: 10px;
}

.accordion-heading .active {
  background: #fff;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #eee;
}

/* Align center */
.aligncenter {
  margin: 0 auto;
  text-align: center;
}

#services .aligncenter {
  margin: 0 auto 40px;
}

.aligncenter i {
  text-align: center;
}

.aligncenter img,
img.aligncenter {
  margin-bottom: 20px;
}

/* spacer */

.botspacer30 {
  margin-bottom: 30px;
}

/* ==== media screen queries ==== */

@media (max-width: 767px) {
  .box {
    margin-bottom: 20px;
  }
  
  .box img {
    width: 80%;
  }

  .portfolio-area li {
    margin-right: 20px;
  }

  ul.filter li {
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {

  .section {
    padding: 180px 0 40px 0;
  }

  ul.filter li {
    margin-bottom: 10px;
  }
}

a {
  color: #3498db;
}

a:hover {
  color: #2984c0;
}

/* --- button theme --- */
.btn-theme {
  background: #fdce4b;
  *background-color: #fdce4b;
}

.btn-theme:hover,
.btn-theme:active,
.btn-theme.active,
.btn-theme.disabled,
.btn-theme[disabled] {
  background: #e36414;
  *background: #e36414;
}
