@font-face {
  font-family: 'diodrum';
  src: url('../fonts/Diodrum-Regular2.eot?#iefix') format('embedded-opentype'),  url('../fonts/Diodrum-Regular2.otf')  format('opentype'),
       url('../fonts/Diodrum-Regular2.woff') format('woff'), url('../fonts/Diodrum-Regular2.ttf')  format('truetype'), url('../fonts/Diodrum-Regular2.svg#Diodrum-Regular2') format('svg');
  font-weight: normal;
  font-style: normal;
}

body{
  background-color: #191919;
  color: #fff;
}



.bk-top{
    position: absolute;
    z-index: -2;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url(/img/bk-top.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.navbar{
  padding-top: 20px;
}

nav.navbar .navbar-brand , .navbar-brand:hover {
    font-size: 22px;
    font-family: "diodrum", sans-serif;
    font-weight: bold;
    color: white;
}

.navbar-nav>li>a{
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    border: 2px solid white;
    border-radius: 200px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.footer{
    font-size: 14px;
    color: #737373;
    text-align: center;
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
}

.nav>li>a:focus, .nav>li>a:hover{
	background-color: transparent;
}

.top-heading{
     font-family: "Poppins", sans-serif !important;
    font-size: 50px;
    line-height: 60px;
    color: #ffffff;
    position: relative;
    margin-top: 20px;
}

img{
  max-width: 100%;
}

.top-heading-left{
    width: 55%;
    padding-top: 90px;
}

.top-heading-right{
    position: absolute;
    right: -40px;
    top: 0px;
    z-index: -1;
    width: 620px;
}

.top-heading-sub{
  font-size: 20px;
  line-height: 28px;
  color: rgba(255,255,255,0.85);
}

.top-heading-main{
  margin-top: 150px;
  margin-bottom: 30px;
  font-weight: 600;
}

.top-bk{
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  width: 100%;
}

.section{
    display: flex;
    margin-top: 150px;
}

.section.first{
    margin-top: 340px;
}

.section-image{
  flex: 4;
  text-align: center;
}

.section-image img{
  width: 430px;
}

.section-text{
    margin-top: 100px;
    flex: 4;
    text-align: justify;
    padding: 10px;
    padding-right: 20px;
    padding-left: 20px;
}

.section-text.first{
   flex: 6;
}


.section-desc{
    font-family: "Poppins", sans-serif !important;
    font-weight: 100;
    position: relative;
    font-size: 16px;
    line-height: 21px;
    color: rgba(255,255,255,0.8);
}

.par{
  margin-top: 10px;
}


.section-title{
    font-size: 40px;
    color: #ffffff;
    position: relative;
}

.navbar-brand{
  padding: 8px;
  text-align: center;
}

.navbar-brand img{
  width: 40%;
}

@media (min-width: 1800px) {
  .bk-top{
    top: -40%;
  }
}

@media (min-width: 1600px) {
  .bk-top{
    top: -27%;
  }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

}

/* Portrait phones and smaller */
@media (max-width: 480px) {
  .navbar-brand img{
      display: inline-block;
  }

  .top-heading-left{
      width: 100%;
      padding-top: 20px;
  }

  .top-heading{
    font-size: 42px;
    text-align: center;
    line-height: 44px;
    margin-top: 0px;
  }

  .top-heading-sub{
    font-size: 17px;
    line-height: 22px;
  }

  .top-heading-main{
    margin-top: 0px;
    margin-bottom: 12px;
  }

  .top-heading-right {
    right: -13%;
    top: 100%;
    z-index: -1;
    width: 142%;
  }

  .section.first {
      margin-top: 140%;
      display: block;
  }  

  .section-text.first{
    border-right: none;
  }

  .section-desc{
    font-size: 14px;
    line-height: 19px;
  }

  .par{
    margin-top: 5px;
  }

  .section-title{
    font-size: 30px;    
  }

  .footer{
    margin-top: 10px;
  }

  .navbar-header{
    text-align: center;
  }

  nav.navbar .navbar-brand{
    float: none;
    font-size: 30px;
  }

  .navbar{
    padding-top: 60px;
    padding-bottom: 20px;
    background: linear-gradient(#595959, transparent);
    border: none;
  }

  .main{
    overflow-x: hidden;
  }  
}/* close mobile */
