

@import url('bootstrap.min.css');
@import url('font-awesome.min.css');
@import url('et-line-fonts.css');


body{
  -webkit-font-smoothing: antialiased;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  color:#000;
  height: 100%;
  overflow: hidden;
  padding-right: 0!important;
}

.loaded{
  overflow: visible;
}

::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #f8b842;
}

h1,
.h1{
  font-weight: 200;
  font-size: 40px;
  line-height: 1.1;
  margin:0;
}

h2,
.h2{
  position: relative;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin:0 0 20px 0;
}

.section-title:after{
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  background-color: #f8b842;
  border-radius: 50%;

}

h3,
.h3{
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}

h4,
.h4{
  font-size: inherit;
  font-weight: 700;
  margin:10px 0;
}

strong{
  font-weight: 700;
}

p{
  margin:10px 0 0;
}

ul{
  list-style: none;
  padding-left: 0;
}
    
a{
  color:inherit;
  text-decoration:none;
  outline: none;
}

a:hover,
a:focus{
  color:#f8b842;
  text-decoration:none;
  outline: none;
}

a:focus{
  text-decoration:none;
  outline: none;
}

.icon{
  display: inline-block;
  font-size: 50px;
  text-decoration: none;
  -webkit-transition: .3s ease;
       -o-transition: .3s ease;
          transition: .3s ease;
}

.btn{
  padding:10px 30px;
  border-radius: 30px;
  border:1px solid transparent;
  background-color: #78588C;
  font-size: 17px;
  line-height: 1.4;
  font-weight: normal;
  color:#fff;
  text-decoration: none;
  -webkit-transition: all .2s ease-out;
       -o-transition: all .2s ease-out;
          transition: all .2s ease-out;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline:none;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color:#fff;
  background-color: #8E6BA5;
}

.btn:active{
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-yellow{
  background-color: #f8b842;
  color:#000;
}

.btn-light-gray{
  background-color: #EBEBEB;
  color:#000;
}

.btn-light-gray:hover,
.btn-light-gray:focus{
  background-color: #f8b842;
  color:#000;
}

.btn-b-white{
  border:1px solid rgba(255,255,255,0.6);
  background-color: transparent;
}

.btn-b-white:hover,
.btn-b-white:focus{
  border-color: transparent;
}

.loader{
  position: fixed;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  background-color:rgba(123, 90, 145, 0.97);
  z-index: 100;
  text-align: center;
}

.cssload-bell {
  position: absolute;
  left:50%;
  top:50%;
  margin:-109px 0 0 -107px;
  width: 214px;
  height: 218px;
  border-radius: 100%;
}

.cssload-circle {
  width: 100%;
  height: 100%;
  position: absolute;
}

.cssload-circle .cssload-inner {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 11px solid rgba(255,237,145,0.7);
  border-right: none;
  border-top: none;
  background-clip: padding;
  box-shadow: inset 0px 0px 21px rgba(255,237,145,0.15);
}

.cssload-circle:nth-of-type(0) {
  transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}

.cssload-circle:nth-of-type(0) .cssload-inner {
  animation: cssload-spin 2.3s infinite linear;
    -o-animation: cssload-spin 2.3s infinite linear;
    -ms-animation: cssload-spin 2.3s infinite linear;
    -webkit-animation: cssload-spin 2.3s infinite linear;
    -moz-animation: cssload-spin 2.3s infinite linear;
}

.cssload-circle:nth-of-type(1) {
  transform: rotate(70deg);
    -o-transform: rotate(70deg);
    -ms-transform: rotate(70deg);
    -webkit-transform: rotate(70deg);
    -moz-transform: rotate(70deg);
}

.cssload-circle:nth-of-type(1) .cssload-inner {
  animation: cssload-spin 2.3s infinite linear;
    -o-animation: cssload-spin 2.3s infinite linear;
    -ms-animation: cssload-spin 2.3s infinite linear;
    -webkit-animation: cssload-spin 2.3s infinite linear;
    -moz-animation: cssload-spin 2.3s infinite linear;
}

.cssload-circle:nth-of-type(2) {
  transform: rotate(140deg);
    -o-transform: rotate(140deg);
    -ms-transform: rotate(140deg);
    -webkit-transform: rotate(140deg);
    -moz-transform: rotate(140deg);
}

.cssload-circle:nth-of-type(2) .cssload-inner {
  animation: cssload-spin 2.3s infinite linear;
    -o-animation: cssload-spin 2.3s infinite linear;
    -ms-animation: cssload-spin 2.3s infinite linear;
    -webkit-animation: cssload-spin 2.3s infinite linear;
    -moz-animation: cssload-spin 2.3s infinite linear;
}

.cssload-bell {
  animation: cssload-spin 5.75s infinite linear;
    -o-animation: cssload-spin 5.75s infinite linear;
    -ms-animation: cssload-spin 5.75s infinite linear;
    -webkit-animation: cssload-spin 5.75s infinite linear;
    -moz-animation: cssload-spin 5.75s infinite linear;
}

@keyframes cssload-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-o-keyframes cssload-spin {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}

@-ms-keyframes cssload-spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}

@-webkit-keyframes cssload-spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes cssload-spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

.content{
  position: relative;
  background-color: #fff;
}

.rel-1{
  position: relative;
  z-index: 1;
}

.masked{
  position: relative;
}

.masked:after{
  content:'';
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  background-color:rgba(0,0,0,0.5);
}

.section{
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-content{
  margin-top: 50px;
}

.section-sub-content{
  margin-top: 50px;
}

.section-lg{
  padding: 120px 0;
}

@media (min-width: 768px){
  .section{
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .section-content{
    margin-top: 100px;
  }

  .section-lg{
    padding: 200px 0;
  }
}

.icon-header{
  display: block;
  margin-bottom: 30px;
  font-size:60px;
}

.icon-header.icon-dial{
  font-size: 70px;
}

.btn-section{
  margin-top: 40px;
}

.row-baseline{
  margin-top: -30px;
}

.col-baseline{
  margin-top: 30px;
}

.bgc-white{
  background-color: #fff;
}

.bgc-primary{
  background-color: #1a2b33;
  color:white;
}

.bgc-light-gray{
  background-color: #f5f5f5;
}

.bgc-yellow{
  background-color:#f8b842;
}

.text-white{
  color:#fff;
}

.text-muted{
  opacity: 0.6;
  color:inherit;
}

.text-primary{
  color:#1a2b33;
}

.text-yellow{
  color:#f8b842;
}

.header{
  color:#fff;
  background:url(../images/bg/header.jpg) center top no-repeat;
  background-size:cover;
}
      

.navbar{
  position:absolute;
  top:0;
  left:0;
  z-index: 10;
  width: 100%;
  padding-top:10px;
  border-radius: 0;
  font-size: 15px;
  color:#fff;
  background-color: transparent;
  -webkit-transition:all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
         transition: all 0.2s ease-in-out;
}

.container>.navbar-header, 
.container-fluid>.navbar-header, 
.container>.navbar-collapse, 
.container-fluid>.navbar-collapse{
  margin-left: 0;
}

.navbar-collapse{
  border:none;
  -webkit-box-shadow:none;
         box-shadow: none;
         max-height: 320px;
}

.navbar-toggle{
  margin-top: 0;
  margin-bottom: 10px;
  border:1px solid #fff;
}


.navbar{  
  -webkit-transition:all 0.2s linear;
      -o-transition: all 0.2s linear;
         transition: all 0.2s linear;
}
        
.navbar.affix{
  position: fixed;
  background-color:#1a2b33;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.navbar.affix .brand{
  line-height: 0.6;
}


.brand{
  line-height: 1.2;
  text-decoration: none;
}

.brand:focus{
  color:#fff;
}

.brand:hover{
  color:#f8b842;
}


.navbar-nav{
  margin-top: 23px;
  font-weight:500;
}

.navbar-nav > li > a{
  position: relative;
  padding-top: 13px;
  padding-bottom: 13px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.navbar-nav > li > a:hover, 
.navbar-nav > li > a:focus,
.navbar-nav > .active > a{
  color: #333;
  background-color: #f8b842;
}

.navbar-toggle .icon-bar{
  background-color: #fff;
}
.masthead{
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  padding:170px 0 120px;
  height: 100vh;
  text-align: center;
}

.masthead img{
  width: 90%;
}

.masthead .intro-text{
  margin-bottom: 3rem;
}

.masthead .intro-text-baseline{
  margin-top: 3rem;
}

.about{
  padding: 60px 0;
}

.col-box{
  font-size: 15px;
  padding:0 30px;
}

.col-box:first-child{
  border-left:0;
}

.service-content{
  margin-top: 50px;
}

.letter-lg{
  opacity: 0.1;
  font-size: 130px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -5px;
  font-weight: 900;
}

.col-service .media-body{
  vertical-align: bottom;
  padding-bottom: 15px;
}

.progress-header{
  margin-bottom: 10px;
}

.progress{
  height: 15px;
  -webkit-box-shadow:none;
  box-shadow: none;
  border-radius:0;
}

.progress-bar{
  background-color:#7B5A91;
  -webkit-box-shadow:none;
  box-shadow: none;
}

.row-features{
  margin-top: -100px; 
}

.col-feature{
  padding-top: 100px;
  text-align: center;
}

.getintouch{
  background: url(../images/bg/getintouch.jpg) center top no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
}

.contacts a:hover,
.contacts a:focus{
  color:#1a2b33;
  outline: none;
}

.footer{
  padding: 20px 0;
  color:#fff;
}

.footer .social{
  margin-top: 0;
}

.copyright{
  margin:20px 0;
}


@media (min-width: 480px){

  h1,
  .h1{
    font-size: 50px;
  }
}


@media (min-width: 768px){
  
  .navbar{
    padding-bottom: 10px;
  }

  .navbar.affix-top{
    padding: 30px 0;
    background: none;
    box-shadow: none;
  }

  .navbar.affix .navbar-nav{
    margin-top:10px;
  }

  .navbar-nav > li{
    margin-left:30px;
  }

  .navbar-nav > li:first-child{
    margin-left: 0;
  }

  .navbar-nav > li > a{
    padding:0;
  }

  .navbar-nav > li > a:hover, 
  .navbar-nav > li > a:focus,
  .navbar-nav > .active > a{
    background-color: transparent;
    color:#f8b842;
  }

  .brand{
    font-size: 45px;
  }

  .masthead{
    padding: 250px 0 200px;
  }

  .modal-dialog{
    width: 500px;
  }
}

@media (min-width: 992px){

  .footer .social{
    text-align: right;
  }

  .copyright{
    margin-bottom: 0;
  }
}

@media (min-width: 1200px){
  .row-spec{
    margin:0 -30px;
  }

  .col-spec{
    padding:0 30px;
  }
}
