/*---------------------------------------
GLOBAL STYLES
-----------------------------------------*/

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  font-family: 'Noto Sans SC', sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #333333;
  font-weight: 400;
  background-color: #f9f9f9;
}

i {
  vertical-align: middle;
}

ul, ol {
  padding-left: 0 !important;
}

li {
  list-style: none;
}

a {
  color: #ff5722;
  -webkit-transition: all .3s;
  transition: all .3s;
}

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

a:hover {
  color: #e64a19;
}

p {
  margin: 0;
}

.text-white {
  color: #FFF!important;
}

.devider {
  margin: 48px auto;
}

.over-bg {
  background: rgba(0, 0, 0, 0.35);
  height: 100%;
}

.section-padding {
  padding: 60px 0;
}

.form-control:focus {
  border-color: #282828;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.section-icon {
  font-size: 36px;
  margin-bottom: 24px;
  color: #ff5722;
}

.section-title {
}

.section-subtitle {
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

.section-subtitle span {
  color: #ff5722;
}

.sebsection-title {
  font-weight: 500;
  letter-spacing: 1px;
}

.section-title-top {
}
.section-title b, .section-title-top b {
	color: #2edecb;
	text-transform: uppercase;
	font-size: 22px;
}

.mr-btm-10 {
  margin-bottom: 10px;
}

.mr-btm-24 {
  margin-bottom: 24px;
}

.mr-btm-30 {
  margin-bottom: 30px;
}

.mr-btm-40 {
  margin-bottom: 40px;
}

.mr-btm-48 {
  margin-bottom: 48px;
}

.mr-btm-60 {
  margin-bottom: 60px;
}

.mr-btm-72 {
  margin-bottom: 72px;
}


/*---------------------------------------
TYPOGRAPHY
-----------------------------------------*/

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: 'Noto Sans SC', sans-serif;
  vertical-align: baseline;
  color: #333333;
  font-weight: 400;
}

h1 {
  font-size: 52px;
  line-height: 78px;
}

h2 {
  font-size: 30px;
  line-height: 42px;
}

h3 {
  font-size: 24px;
  line-height: 36px;
}

h4 {
  font-size: 20px;
  line-height: 30px;
}

h5 {
  font-size: 16px;
  line-height: 24px;
}

h6 {
  font-size: 14px;
  line-height: 20px;
}


/*---------------------------------------
BUTTONS
-----------------------------------------*/

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none;
  outline-offset: 0;
}

.mian-btn {
  background: #ff5722;
  padding: 15px 25px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  font-weight: 700;
  -webkit-transition: all .3s ease!important;
  transition: all .3s ease!important;
}

.mian-btn:hover {
  background: #333;
  color: #fff;
}

.tparrows {
  background: transparent;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-transition: all .3s ease!important;
  transition: all .3s ease!important;
}

.tparrows:hover {
  border-color: #fff;
  background: transparent;
}

.tparrows:before {
  font-family: "revicons";
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 50px;
  text-align: center;
}


/*---------------------------------------
PRELOADER
-----------------------------------------*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 9999;
}

.status {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../img/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  margin: -20px 0 0 -20px;
}

/*---------------------------------------
NAVIGATION
-----------------------------------------*/

.navbar-default {
  padding: 30px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: transparent;
  border-color: transparent;
  -webkit-transition: all .5s ease .25s;
  transition: all .5s ease .25s;
}

.affix {
  background-color: rgba(51, 51, 51, 0.95);
  padding-top: 16px;
  padding-bottom: 0px;
}
.affix .navbar-brand {
	/*padding-top: 12px;*/
}
.affix .navbar-brand img {
	height: 26px !important;
	width: auto;
}

.affix .nav>li>a {
	padding: 7px 20px;
  }

.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
  color: white;
  background-color: transparent;
}

.navbar-brand {
  float: left;
  padding: 4px 0;
  padding-left: 15px;
  -webkit-transition: all .5s ease .25s;
  transition: all .5s ease .25s;
}

.navbar-brand img {
  max-height: 50px;
  -webkit-transition: all .5s ease .25s;
  transition: all .5s ease .25s;
}

.navbar-default .navbar-nav>li>a {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}

.nav>li>a {
  padding: 15px 20px;
  -webkit-transition: all .5s ease .25s;
  transition: all .5s ease .25s;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #ff5722;
}

.navbar-default .navbar-nav>li>a:focus {
  color: #fff;
}

.navbar-default .navbar-nav>li>a.nav-active {
  color: #ff5722;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #ff5722;
  background-color: transparent;
}


/*---------------------------------------
HOME SECTION
-----------------------------------------*/
#header {
  height: 100vh;
  background: url("../img/bg11.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.header {
  position: relative;
}

.intro-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.into-subtitle {
  font-size: 36px;
  line-height: 45px;
  font-weight: 600;
  margin-bottom: 5px;
}

.into-title {
  font-size: 52px;
  line-height: 75px;
  margin-bottom: 30px;
  font-weight: 700;
}

.into-description {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.into-button-container {
  margin-top: 72px;
}

.rev-title {
}
.rev-title span {
	font-family: 'Noto Sans SC', sans-serif;
	font-size: 50px;
	font-weight: 100;
	display: inline-block;
	vertical-align: 10px;
	line-height: 5px;
} 
.rev-subtitle {
	font-family: 'Noto Sans SC', sans-serif;
	font-weight: 100;
	letter-spacing: 1px;
}



/*---------------------------------------
ABOUT SECTION
-----------------------------------------*/

.about-single h5 {
  margin-top: 40px;
  margin-bottom: 24px;
}

.about-icon-wrap {
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.about-icon-wrap .fa {
  font-size: 24px;
}

.ab-color-1 {
  color: #e91e63;
  border-color: #e91e63;
}

.ab-color-2 {
  color: #3f51b5;
  border-color: #3f51b5;
}

.ab-color-3 {
  color: #ff5722;
  border-color: #ff5722;
}

.ab-color-4 {
  color: #ffc107;
  border-color: #ffc107;
}


/*---------------------------------------
VALUES SECTION
-----------------------------------------*/

.values-section {
  background: url("../img/bg1.jpg") no-repeat;
	background-position: right;
  background-size: cover;
  background-attachment: fixed;
}


/*Accrodion*/

.cross-accordion .panel-group {
  margin-bottom: 0;
}

.cross-accordion .panel-default {
  border: 0;
}

.panel-heading {
  padding: 0;
}

.panel-title {
  font-size: 14px;
}

.cross-accordion .panel {
  background-color: transparent;
  box-shadow: none;
  border-bottom: 10px solid transparent;
  border-radius: 0;
  margin: 0;
}

.cross-accordion .panel:last-of-type {
  border-bottom: 0;
}

.cross-accordion .panel .panel-heading a {
  display: block;
  background: #fff;
  border: 1px solid #F1F1F1;
  padding: 12px 20px;
}

.cross-accordion .panel .panel-heading a.collapsed {
  background-color: #fff;
  display: block;
  padding: 12px 20px;
  border: 1px solid #F1F1F1;
}

.cross-accordion .panel-default>.panel-heading {
  border-radius: 0;
}

.cross-accordion .panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 0;
  padding: 25px 30px 30px 70px;
  background: #fff;
}

.cross-accordion .panel .panel-heading a:before, .cross-accordion .panel .panel-heading a.collapsed:before {
  font-family: 'FontAwesome';
  font-size: 16px;
  float: left;
  margin-right: 20px;
  display: block;
  width: 55px;
  background-color: #F1F1F1;
  height: 55px;
  margin-left: -21px;
  margin-top: -13px;
  text-align: center;
  line-height: 48px;
}

.cross-accordion .panel .panel-heading.like a:before {
  content: "\f087";
  color: #fff;
  background: #ff5722;
  border: 1px solid #ff5722;
}

.cross-accordion .panel .panel-heading.like a.collapsed:before {
  content: "\f087";
  color: #757575;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}

.cross-accordion .panel .panel-heading.light a:before {
  content: "\f0eb";
  color: #fff;
  background: #ff5722;
  border: 1px solid #ff5722;
}

.cross-accordion .panel .panel-heading.light a.collapsed:before {
  content: "\f0eb";
  color: #757575;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}

.cross-accordion .panel .panel-heading.headphone a:before {
  content: "\f025";
  color: #fff;
  background: #ff5722;
  border: 1px solid #ff5722;
}

.cross-accordion .panel .panel-heading.headphone a.collapsed:before {
  content: "\f025";
  color: #757575;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}

.cross-accordion .panel .panel-heading a:after, .cross-accordion .panel .panel-heading a.collapsed:after {
  font-family: 'FontAwesome';
  font-size: 14px;
  float: right;
  width: 25px;
  height: 25px;
  line-height: 23px;
  text-align: center;
  display: block;
  border-radius: 50%;
}

.cross-accordion .panel .panel-heading a:after {
  content: "\f107";
  color: #ff5722;
  border: 1px solid #ff5722;
}

.cross-accordion .panel .panel-heading a.collapsed:after {
  content: "\f106";
  color: #757575;
  border: 1px solid #757575;
}


/*Skill*/

.cross-progress .progress-wrapper {
  margin-bottom: 30px;
}

.cross-progress .progress-item {
  position: relative;
  line-height: 26px;
}

.cross-progress .progress-title {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  padding-bottom: 8px;
  letter-spacing: 1px;
}

.cross-progress .progress {
  height: 11px;
  background-color: #fff;
  box-shadow: none;
  border-radius: 5px;
}

.cross-progress .progress-bar {
  background-color: #ff5722;
  box-shadow: none;
  text-align: right;
}

.cross-progress .progress-percent {
  position: absolute;
  font-size: 10px;
  height: 35px;
  width: 35px;
  font-weight: 600;
  line-height: 28px;
  background: #fff;
  color: #757575;
  border: 3px solid #ff5722;
  border-radius: 50%;
  text-align: center;
  top: 26px;
  margin-left: -1px;
}


/*---------------------------------------
NETWORK SECTION
-----------------------------------------*/

.network-section {
	padding: 60px 0 10px;
}
.network-section .row {
	margin-bottom: 40px;
}
.network-section .section-title {
	margin-bottom: 68px;
}
.single-network h5 small {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}

.single-network .thumbnail {
  display: block;
  padding: 0;
  margin-bottom: 0;
  line-height: 1.42857143;
  background-color: #fff;
  border-radius: 0;
  -webkit-transition: border .3s ease-in-out;
  -o-transition: border .3s ease-in-out;
  transition: border .3s ease-in-out;
}

.single-network .thumbnail {
  position: relative;
  overflow: hidden;
}

.single-network .thumbnail img {
  width: 100%;
}

.single-network .thumbnail img {
  -webkit-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  transition: transform 0.4s;
  -webkit-transform: perspective(600px);
  -moz-transform: perspective(600px);
  transform: perspective(600px);
}

.single-network .thumbnail:hover img {
  -webkit-transform: scale(1.08) rotate(0.1deg);
  -moz-transform: scale(1.08) rotate(0.1deg);
  transform: scale(1.08) rotate(0.1deg);
}

.dark-bg {
  background: rgba(1, 3, 7, 0.4);
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  /*opacity: 0;
  visibility: hidden;*/
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.dark-bg div {
	position: absolute;
	bottom: 0px;
  display: table;
  height: 100px;
  width: 100%;
}
.dark-bg h3 {
	font-size: 22px;
	line-height: 25px;
	width: 100%;
	vertical-align: middle;
	display: table-cell;
}

.caption {
  /*background: #fff;
  border: 1px solid #f1f1f1;*/
  padding: 28px 0;
  border-top: 0;
}

.single-network .social-links a.fb, .single-network .social-links a.tw {
  position: absolute;
  top: 58%;
  opacity: 0;
  visibility: hidden;
  margin-top: -50px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.single-network .social-links a.fb {
  left: 50%;
  margin-left: -65px;
}

.single-network .social-links a.tw {
  right: 50%;
  margin-right: -65px;
}

.single-network .thumbnail:hover .dark-bg, .single-network .thumbnail:hover .social-links a.fb, .single-network .thumbnail:hover .social-links a.tw {
  opacity: 1;
  visibility: visible;
}

.single-network .social-links a {
  display: block;
  font-size: 20px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #6E6C6D;
  background-color: rgba(255, 255, 255, 0.68);
  border-radius: 6px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.single-network .social-links a:hover {
  background-color: #fff;
  color: #ff5722;
}

.single-network .social-links a i {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

/*---------------------------------------
CONTACT
-----------------------------------------*/


.contact-info {
  background: url("../img/bg2.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.map-container {
  padding-bottom: 48px;
}

.full-map {
    height: 480px;
}

.map {
    width: 100%;
}

.contact-info-wrapper {
	position: relative;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  display: block;
  overflow: hidden;
  /*cursor: pointer;*/
  margin-top: 30px;
}

.contact-info-icon {
  position: absolute;
  width: 15%;
  height: 100%;
  display: inline-block;
  text-align: center;
  font-size: 35px;
  color: #2edecb;
  background: #f9f9f9;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.contact-info-wrapper .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.contact-info-wrapper:hover .contact-info-icon {
  background: #ff5722;
  color: #fff;
}

.contact-info-content {
  width: 85%;
  display: inline-block;
  min-height: 100%;
  padding: 25px 18px;
	font-weight: 300;
}

.contact-info-content h3 {
  font-size: 16px;
	font-weight: 500;
  line-height: 20px;
  margin-bottom: 15px;
}

.form-group {
  margin-bottom: 20px;
}

.form-control {
  height: 53px;
  font-size: 14px;
  line-height: 24px;
  box-shadow: none;
  padding: 15px 20px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(241, 241, 241);
  border-image: initial;
  border-radius: 0px;
  background: #F1F1F1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.form-control:focus, .form-control:active {
  background: #fff;
}

.contact-btn {
  background: #ff5722;
}

.contact-btn:hover {
  background: #333;
  color: #fff;
}

.contact-form .success, .contact-form .error {
    display: none;
}

.success {
    color: #38e436;
}

.error {
    color: #ff6b6b;
}


/*---------------------------------------
FOOTER SECTION
-----------------------------------------*/
.footer {
  background: url("../img/banner/b1.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.footer .over-bg {
  background: rgba(0, 0, 0, 0.60);
  padding-bottom: 22px;
}
.footer .footer-widget-section {
  background-color: #FFFFFF;
  padding: 50px 0;
}

.footer .footer-logo {
  margin-bottom: 15px;
  margin-right: 0;
  float: none;
  width: auto;
}

.footer .newsletter-subscribe {
  margin-bottom: 30px;
}

.footer-input.form-control {
  height: 52px;
  font-size: 14px;
  line-height: 24px;
  box-shadow: none;
  padding: 15px 20px;
  border-width: 0;
  border-style: solid;
  border-color: rgb(241, 241, 241);
  border-image: initial;
  border-radius: 0px;
  background: #F1F1F1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
  z-index: 2;
  margin-left: 0;
}

.footer-btn {
  background: #ff5722;
  padding: 15px 20px;
}

.footer-btn:hover {
  background: #e64a19;
}

.footer .newsletter-subscribe h3 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-bottom: -10px;
}

#mc-form .label-text.error {
  color: #ff6b6b!important;
}

#mc-form .label-text.valid {
  color: #38e436!important;
}

.footer .copyright-section {
  background-color: #FFFFFF;
  padding: 28px 0;
}

.footer .copyright-section .copytext {
	font-size: 13px;
	font-weight: 400;
}

.footer .social-links li a {
  display: block;
  font-size: 20px;
  color: #4a4a4a;
  width: 32px;
  height: 32px;
}

.footer .social-links li a:hover {
  color: #ff5722;
}

.copytext {
  font-size: 13px;
  padding: 5px 0;
}
.footerlogo {
  padding: 5px 0;
}
.footerlogo a {
	line-height: 24px;
	display: block;
}
.footerlogo a img {
	vertical-align: top;
	margin-top: 2px;
}


.iosbg {
  background-attachment: scroll;
}
