@charset "UTF-8";
body {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  line-height: 2em;
  background: #222;
}

h1, h2, h3, h4, h5, h6 {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

a{
	color:#90caf9;
	text-decoration: none;
}

a:visited{
	color:#8db5d6;
}

.start-heading, .title {
  text-align: left;
}


@media (min-width: 768px) {
  .start-heading {
    text-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    font-size: 60px;
    padding-top: 40px;
    text-align: left;
  }
}
p {
  color: #fff;
}

section {
  margin-bottom: 70px;
}

.top-one{
  margin-bottom: 0px;
}

section .heading {
  color: #90CAF9;
  border-bottom: 2px solid #90caf9;
  width:98%;
}

.box {
  width: 100%;
  height: 200px;
  border: 1px red;
  background: pink;
}

.at{
	margin-top: -24px;
}
.block {
  width: 100%;
  padding: 0px 10px 0px 0px;
  min-height: 60px;
  margin-bottom: 1rem;
  
  color: #fff;
  font-size: 12px;
}

.block-small {
  width: 100%;
  padding: 0px 5px 0px 0px;
  color: #fff;
  font-size: 12px;
}

.side-block h6{
	margin: 20px 0px 5px 0px;
}
.side-block p{
	margin: 0px 0px 0px 35px;
}	

.side-block .heading{
	margin-top: 20px;
}	
.last-block{
	margin-bottom:50px
}
.main{
	box-shadow: 0 27px 55px 0 rgba(0, 0, 0, 0.3), 0 17px 17px 0 rgba(0, 0, 0, 0.15);
}

* {
  box-sizing: border-box;
}

.flex, .row,
.flex-center-x,
.flex-center-xy,
.flex-center-y,
.flex-center-xy,
.flex-center-xy {
  display: flex;
}

.flex-center-x, .flex-center-xy {
  justify-content: center;
}

.flex-center-y, .flex-center-xy {
  align-items: center;
}

.flex-center-xy {
  height: 100%;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.container-fluid {
  width: 100%;
}

.container, .container-fluid {
  margin: 0 auto;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  flex-wrap: wrap;
}

.row > * {
  width: 100%;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .date{
	padding-left: 16%;
  }
  .txt-content-air{
	    padding-right: 10px;
  }
  .top-head{
	  margin-top:88px !important;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .date{
	padding-left: 20%;
  }
  .txt-content-air{
	    padding-right: 40px;
  }
  .top-head{
	  margin-top:88px !important;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .date{
	padding-left: 20%;
  }
  .txt-content-air{
	    padding-right: 40px;
  }
  .top-head{
	  margin-top:88px !important;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }
}
/* html is set to 62.5% so that all the REM measurements throughout Flex Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
}

h1 {
  font-size: 4.0rem;
  line-height: 1.2;
  letter-spacing: -.1rem;
}

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -.1rem;
}

h3 {
  font-size: 3.0rem;
  line-height: 1.3;
  letter-spacing: -.1rem;
}

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -.08rem;
}

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -.05rem;
}

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
}

@media (min-width: 550px) {
  
  h1 {
    font-size: 5.0rem;
  }

  h2 {
    font-size: 4.2rem;
  }

  h3 {
    font-size: 3.6rem;
  }

  h4 {
    font-size: 3.0rem;
  }

  h5 {
    font-size: 2.4rem;
  }

  h6 {
    font-size: 1.5rem;
  }
}
p {
  margin-top: 0;
  padding-right: 10px;
}
@font-face {
      font-family: 'fontello';
      src: url('./font/fontello.eot?61512899');
      src: url('./font/fontello.eot?61512899#iefix') format('embedded-opentype'),
           url('./font/fontello.woff?61512899') format('woff'),
           url('./font/fontello.ttf?61512899') format('truetype'),
           url('./font/fontello.svg?61512899#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
    }
    .demo-icon
    {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: never;
     
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .2em;
      text-align: center;
      /* opacity: .8; */
     
      font-variant: normal;
      text-transform: none;
      
      line-height: 1em;
      margin-left: .2em;
     
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
     
    }