/*------------------------------------------------------------------
Project:	 OSCEND
Version: 	1.0
Assigned to:	Alximicus
Primary use:	OSCEND
-------------------------------------------------------------------*/
/*************************/
/***** BASE STYLES *******/
/*************************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
  width: 100%;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

/****************/
/**** COLORS ****/
/****************/
/*.blue-theme { $orange: #088cdc;
}*/
body {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  /*padding-bottom: 500px;*/
}

* {
  outline: none !important;
}

.no-margin {
  margin: 0 !important;
}

.relative {
  position: relative;
}

.text-white {
  color: #fff;
}

em {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  color: #999999;
  font-size: 13px;
}

p {
  font-size: 14px;
  color: #333;
  font-family: 'Raleway', sans-serif;
}

h5 {
  color: #333333;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: bold;
  position: relative;
}

h5:after {
  content: "";
  display: block;
  margin-top: 30px;
  width: 38px;
  height: 7px;
  background: #1A56A2;
}

.btn {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 12px;
  text-transform: uppercase;
  padding: 15px 25px;
  line-height: 20px;
}

.btn.btn-primary {
  background: #ff6400;
  border: 1px solid #ff6400;
  color: #fff;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active:focus {
  background: #cc5000;
  border-color: #cc5000;
}

.btn.btn-primary-warning {
  border-radius: 0;
  background: #fff;
  color: #666;
  border: 1px solid #eee;
}

.btn.btn-primary-warning:hover {
  background: #ff6400;
  color: #fff;
  border-color: #ff6400;
}

.btn.btn-info {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
}

.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info:active:focus {
  /*color: #7f858f;*/
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
}

textarea {
  max-width: 100%;
}

.form-control {
  background: none;
  box-shadow: none !important;
  outline: none;
  border: none;
  border-bottom: 1px solid #dddddd;
  border-radius: 0;
  border-radius: none;
  font-size: 14px;
  padding-left: 0;
  height: 50px;
  color: #999;
}

.form-control:focus,
.form-control:active {
  border-color: #dddddd;
}

.form-control-feedback {
  top: 8px;
}

.navbar-brand {
  line-height: 65px;
  padding: 0;
}

.navbar-brand>img {
  display: inline-block;
}

/************************/
/*        LAYOUT        */
/******** HEADER *********/
/*****************/
/***** HEADER ****/
/*****************/
body.fixed-header .scrolling-header .navbar {
  background: rgba(255, 255, 255, 0.9);
  padding-top: 15px;
  padding-bottom: 15px;
}

body.fixed-header .scrolling-header .navbar .navbar-nav li a {
  color: #333;
}

body.fixed-header .scrolling-header .navbar .normal-logo {
  display: none;
}

body.fixed-header .scrolling-header .navbar .scroll-logo {
  display: inline-block;
}

body.fixed-header .scrolling-header .navbar .navbar-search .input-group .form-control {
  height: 80px;
  color: #7f858f;
}


.header.search-open .navbar .relative-nav-container {
  opacity: 0;
}

.header.search-open .navbar .navbar-search {
  opacity: 1;
  visibility: visible;
}

.header .navbar {
  /* padding-top: 35px;
  padding-bottom: 35px; */
  margin-bottom: 0;
  background: none;
  border: none;
  /* -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; */
}

/* .header .navbar .relative-nav-container {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
} */

.header .navbar .toggle-button {
  line-height: 40px;
  color: #999;
  cursor: pointer;
}

.header .navbar .navbar-search {
  /* -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; */
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.header .navbar .navbar-search .input-group .form-control {
  /* -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; */
  height: 120px;
  border: none;
  color: white;
  font-size: 30px;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
}


.header .navbar .scroll-logo {
  display: none;
}

.header .navbar .navbar-nav>li.active {
  background: none;
  border: none;
}

.header .navbar .navbar-nav>li.active>a {
  background: none;
  border: none;
  border-bottom: 1px solid #ff6400;
}

.header .navbar .navbar-nav>li>a {
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid transparent;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.header .navbar .navbar-nav>li>a:hover {
  color: #fff;
  border-bottom: 1px solid #ff6400;
}

.header .navbar .navbar-nav.wrap-user-control {
  margin-left: 15px;
}

.header .navbar .navbar-nav.wrap-user-control li {
  color: #ff6400;
}

.header .navbar .navbar-nav.wrap-user-control li a {
  color: #ff6400;
  padding-left: 10px;
  padding-right: 10px;
  border: none;
}
/******** FOOTER *********/
/******************************/
.white-footer {
  color: #333333;
}

.white-footer .footer-section {
  background: #eff2f7;
}

.white-footer .footer-section h5 {
  color: #000;
}

.white-footer .footer-section p,
.white-footer .footer-section .footer-nav li a {
  color: #666666;
}

.white-footer .footer-section .form-control-feedback {
  color: #ff6400;
}


/******************************/
/**** FOOTER SECTION ****/
/******************************/
.footer-section {
  padding: 80px 0 70px;
  background: #f6f6f6;
}

.footer-section h5 {
  color: #000;
}

.footer-section p {
  margin-bottom: 5px !important;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #727272;
  line-height: 28px;
}

.footer-section .footer-nav li {
  line-height: 24px;
}

.footer-section .footer-nav li.active a {
  color: #ff6400;
}

.footer-section .footer-nav li a {
  line-height: 2;
  text-decoration: none;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #727272;
  /* line-height: 28px; */
}

.footer-section .footer-nav li a:hover {
  color: #2A77DE;
}

.footer-section .contacts-list i {
  min-width: 20px;
  margin-right: 10px;
}

.footer-section .contacts-list i.mail_icon {
  position: relative;
  top: 2px;
  width: 12px;
  display: inline-block;
  margin: 0;
}

.footer-section .contacts-list p {
  margin-bottom: 0;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #727272;
}

.footer-section .contacts-list li p span {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 600;
  color: #727272;
  margin-right: 12px;
}

/* .footer-section .contacts-list a {
  color: #999;
  text-decoration: none;
} */

.footer-section .form-control {
  border-color: #959595;
  border-width: 2px;
}

.footer-section .form-control:focus,
.footer-section .form-control:active {
  border-color: #999;
}

.footer-section .form-control-feedback {
  color: #999;
}

.footer-section .form-group i {
  position: absolute;
  right: 0;
  top: 14px;
}

.footer-section .btns {
  width: 60px;
  height: 30px;
  background: #1A56A2;
  cursor: pointer;
  border-radius: 5px;
  line-height: 30px;
  text-align: center;
  margin-top: 25px;
  color: #fff;
  font-size: 16px;
}

/*********  SECTIONS **********/
/*************************/
/**** HEADING SECTION ****/
/*************************/
/* .top-header { background: url(../images/home-top-background.jpg) top center no-repeat; background-size: cover; min-height: 475px; } */
.top-header.countact-us-header {
  background: url(../images/section-6.jpg) top center no-repeat;
  background-size: cover;
}

.top-header.home-header {
  min-height: 800px;
}

.top-header .header-container {
  position: relative;
  z-index: 2;
}

.top-header .header-container .header-title {
  text-align: center;
  padding-top: 215px;
  padding-bottom: 30px;
}

.top-header .header-container .header-title .header-icon {
  display: block;
  margin: 0 auto 15px;
}

.top-header .header-container .header-title .header-icon .icon {
  font-size: 40px;
  color: #fff;
}

.top-header .header-container .header-title .title {
  font-size: 38px;
  margin-bottom: 5px;
  color: #fff;
  text-transform: uppercase;
}

.top-header .header-container .header-title em {
  font-size: 16px;
  color: #999999;
}

.top-header .wrap-section-slider {
  min-height: 800px;
  max-width: none !important;
}

.top-header .wrap-section-slider .sp-mask {
  height: 800px !important;
  width: 100% !important;
  background: #333;
}

.top-header .wrap-section-slider .sp-slides-container {
  min-height: 800px;
}

.top-header .wrap-section-slider .sp-layer {
  position: relative;
}

.top-header .wrap-section-slider .slide-item {
  position: absolute;
  height: 800px !important;
  width: 100% !important;
}

.top-header .wrap-section-slider .slide-item .slide-image {
  background: #000;
  height: 900px;
  overflow: hidden;
}

.top-header .wrap-section-slider .slide-item .slide-image img {
  opacity: 0.5;
  min-height: 100%;
}

.top-header .wrap-section-slider .slide-item .slide-content {
  padding-top: 250px;
}

/******************************/
/****  CONTACT US SECTION  ****/
/******************************/
.countact-us-section {
  padding: 30px 0 20px;
}

.countact-us-section.contact-us-reverse-section .contact-block-heading em {
  margin-bottom: 15px;
  display: block;
}

.countact-us-section.contact-us-reverse-section .contact-form h5 {
  font-size: 16px;
  line-height: 24px;
}

.countact-us-section.contact-us-reverse-section .contact-block {
  position: relative;
  margin-bottom: 30px;
}

.countact-us-section.contact-us-reverse-section .contact-block .contacts-list .col-md-12 {
  padding: 15px;
  border-bottom: 1px solid #eeeeee;
}

.countact-us-section .contact-form {
  margin-bottom: 15px;
}

.countact-us-section .contact-form textarea.form-control {
  min-height: 155px;
  resize: none;
  margin-bottom: 30px;
}

.countact-us-section .contact-form .form-heading em {
  margin-bottom: 15px;
  display: block;
}

.countact-us-section .contact-map {
  height: 370px;
  width: 100%;
  margin-bottom: 30px;
}

.countact-us-section .contact-map>div {
  height: 370px;
}

.countact-us-section .contact-block .type-info {
  color: #1A56A2;
  font-size: 18px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 600;
}

.countact-us-section .contact-block .type-info i {
  min-width: 20px;
  font-size: 14px;
  color: #ff6400;
  display: inline-block;
  vertical-align: baseline;
}

.countact-us-section .contact-block .info {
  color: #666666;
  font-family: Raleway, serif;
}

.countact-us-section .contact-block .no-margin {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #1A56A2;
  line-height: 40px;
}

.countact-us-section .contact-block .code {
  /* position: absolute;
  right: 0;
  bottom: 20px; */
  text-align: center;
  float: right;
  margin-top: 100px;
}

.countact-us-section .contact-block .code img {
  width: 120px;
  height: 120px;
}

.countact-us-section .contact-block .code p {
  color: #1A56A2;
  font-size: 18px;
  line-height: 40px;
  font-weight: 600;
}

.countact-us-section .socials-list {
  padding-top: 60px;
}

.countact-us-section .socials-list .social-item {
  line-height: 50px;
  margin-left: -15px;
  margin-right: -15px;
  display: block;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
}

.countact-us-section .socials-list .social-item.facebook-item {
  background: #3c66c4;
}

.countact-us-section .socials-list .social-item.facebook-item:hover {
  background: #30529d;
}

.countact-us-section .socials-list .social-item.twitter-item {
  background: #33ccff;
}

.countact-us-section .socials-list .social-item.twitter-item:hover {
  background: deepskyblue;
}

.countact-us-section .socials-list .social-item.google-plus-item {
  background: #cf4332;
}

.countact-us-section .socials-list .social-item.google-plus-item:hover {
  background: #a73527;
}

.countact-us-section .socials-list .social-item.linkedin-item {
  background: #0086b6;
}

.countact-us-section .socials-list .social-item.linkedin-item:hover {
  background: #006083;
}

.countact-us-section .socials-list .social-item.pinterest-item {
  background: #e02329;
}

.countact-us-section .socials-list .social-item.pinterest-item:hover {
  background: #b61a1f;
}

.countact-us-section .socials-list .social-item.behance-item {
  background: #2a5afc;
}

.countact-us-section .socials-list .social-item.behance-item:hover {
  background: #0339f0;
}

.about-header {
  background: url(../images/section-8.jpg) center no-repeat;
  background-size: cover;
}

.create-ideas-section {
  padding-top: 120px;
}

.create-ideas-section .idea-image {
  text-align: center;
  padding-top: 30px;
}

.create-ideas-section .idea-image img {
  max-width: 100%;
  margin-bottom: -15px;
}

.service-browse-section {
  text-align: center;
}

.service-browse-section img {
  margin-bottom: -40px;
}

.blog-header {
  background: url(../images/section-10.jpg) center no-repeat;
  background-size: cover;
}

/************************/
/*        MODULES       */
/****** LOADER ******/
#page-preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #f1f3f2;
  z-index: 100500;
}

#page-preloader .spinner {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  border: 3px solid transparent;
  border-top-color: #ff6400;
  border-radius: 50%;
  z-index: 1001;
  -webkit-animation: spin 2.5s infinite linear;
  animation: spin 2.5s infinite linear;
}

#page-preloader .spinner:before,
#page-preloader .spinner:after {
  content: '';
  position: absolute;
  border-radius: 50%;
}

#page-preloader .spinner:before {
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 3px solid transparent;
  border-top-color: #088cdc;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

#page-preloader .spinner:after {
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 3px solid transparent;
  border-top-color: #52bf81;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/****** CONTACT FORM ******/
#response .success {
  color: #02B701;
}

#response .error {
  margin-bottom: 5px;
  color: #FF2020;
}

/******  SECTION SLIDER ******/
.wrap-section-slider {
  color: #fff;
  /*overflow: hidden;*/
}

.wrap-section-slider .owl-controls .owl-pagination {
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 9;
  padding: 15px 0;
  text-align: center;
}

.wrap-section-slider .owl-controls .owl-pagination .owl-page {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border: 1px solid #8e9195;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 0 4px;
  cursor: pointer;
}

.wrap-section-slider .owl-controls .owl-pagination .owl-page.active {
  background: #ff6400;
  border-color: #ff6400;
}

.wrap-section-slider .owl-wrapper:after {
  content: "";
  clear: both;
  display: table;
  height: 0;
}

.wrap-section-slider .owl-wrapper:before {
  content: "";
  clear: both;
  display: table;
  height: 0;
}

.wrap-section-slider .slide-item {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 5;
}

.wrap-section-slider .slide-item .slider-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  margin-bottom: 40px;
}

.wrap-section-slider .slide-item p.large {
  font-size: 20px;
  text-align: center;
}

.wrap-section-slider .slide-item .slider-title i {
  margin: 0 5px 0 8px;
  font-size: 24px;
  color: #ff6400;
  text-shadow: #393a39 2px 0px, #393a39 2px 2px, #393a39 0px 2px, #393a39 -2px 2px, #393a39 -2px 0px, #393a39 -2px -2px, #393a39 0px -2px, #393a39 2px -2px, #393a39 0 0 3px, #393a39 0 0 3px, #393a39 0 0 3px, #393a39 0 0 3px, #393a39 0 0 3px, #393a39 0 0 3px, #393a39 0 0 3px, #393a39 0 0 3px;
}

.wrap-section-slider .slide-item p {
  color: #fff;
}

.wrap-section-slider .slide-item .slide-image img {
  width: auto;
  min-width: 100%;
}

.wrap-section-slider .slide-item .time {
  color: #999999;
  font-size: 13px;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: middle;
}

.wrap-section-slider .slide-item .slide-content {
  padding: 0 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.wrap-section-slider .slide-item .slide-content .top-title {
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  margin-bottom: 10px;
  font-family: Monserat, sans-serif;
}

.wrap-section-slider .slide-item .slide-content .title {
  text-transform: uppercase;
  color: #fff;
  font-size: 120px;
  font-weight: 500;
  margin-bottom: 25px;
}

.wrap-section-slider .slide-item .slide-content .under-title {
  font-size: 22px;
  color: #fff;
  /* opacity: 0.5; */
  /* font-family: 'Playfair Display', serif; */
}

.wrap-section-slider .slide-item .slide-content .controls {
  padding: 30px 0;
}

.wrap-section-slider .slide-item .slide-content .controls .btn {
  margin: 0 5px 15px;
}

/******  SECTION TILE ******/
/*********/
/* SECTION TITLE */
/*********/
.section-heading {
  padding: 30px 0;
}

.section-title {
  font-size: 26px;
  color: #333333;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 1px;
}


/*MEDIA*/
@media (min-width: 1650px) {

}

@media (max-width: 1200px) {

}

@media (max-width: 992px) {

}

@media (max-width: 767px) {
  .header {
    /* position: static !important; */
  }

  .header .navbar {
    /* position: static !important; */
  }

  body.fixed-header .scrolling-header .navbar {
    background: #2b2e33;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  body.fixed-header .scrolling-header .navbar {
    background: #2b2e33;
  }

  body.fixed-header .scrolling-header .navbar .navbar-nav li a {
    color: #fff;
  }

  .header .navbar {
    background: #2b2e33;
  }

  .header .navbar .navbar-collapse {
    border: none;
    background: #000000;
    opacity: 1;
    /* height: 1.5rem; */
    /* margin-top: 70px; */
  }

  .header .navbar .navbar-collapse .navbar-nav {
    border: none;
  }

  .header .navbar .relative-nav-container .toggle-button {
    /* float: left; */
    position: absolute;
    top: 15px;
  }

  .header .navbar-nav {
    /* margin: 0 .1rem !important; */
    display: block !important;
    margin-right: 0 !important;
    /* height: 1.5rem!important;
    line-height: 1.5rem!important; */
  }

  .header .navbar-left {
    /* height: 1.5rem !important;
    line-height: 1.5rem !important; */
  }

  .header .navbar-right {
    margin-left: 0 !important;
  }

  .header .navbar-nav li {
    display: block !important;
  }

  .header .navbar .navbar-brand {
    display: block;
    /* left: 0; */
    /* margin-left: auto;
    margin-right: auto; */
    /* position: absolute;
    right: 0; */
    width: 100px;
    /* margin: 0 auto; */
    float: none;
    /* line-height: 100%; */
    /* display: table; */
    /* vertical-align: middle; */
  }

  .header .navbar .navbar-brand img {
    margin: 0;
  }

  .header .navbar .navbar-nav.wrap-user-control {
    margin: 0;
    float: right;
  }

  .header .navbar .navbar-nav.wrap-user-control li {
    display: inline-block;
    vertical-align: middle;
  }

  .footer-section .col-md-3 {
    margin-bottom: 15px;
  }
}

@media (max-width: 500px) {
  .content-tabs>li {
    margin: 0 0 20px 0;
    width: 100%;
    display: block;
  }

}