@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');

body{

	font-family: 'Poppins', sans-serif;

	color: #000;

	font-size: 15px;

	overflow-x:hidden;

  margin: 0px;

  padding: 0px;

  background: #000;

}



a{

	-webkit-transition: all 500ms ease;

	-moz-transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;

	transition: all 500ms ease;

}

.main-bg{

  background: url(../images/body-bg.jpg) no-repeat center center; 

  background-size: cover;

  background-repeat: no-repeat;

  position: fixed;

  background-position: 50% 50%;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  z-index: 0;

}

.logo-top{

  width: 100%;

  text-align: right;

  margin: 0px;

  padding: 0px;

}

.wrap-main{

  width: 50%;

  right: 0;

  position: absolute;

  top:10%;

  padding-bottom: 0px;

}

.wel-text{

  background: rgba(0, 0, 0, 0.50);
  padding: 15px 20px 15px 43px;
  /*padding: 30px 50px 20px 43px;*/

}

.wel-text h1 {

  color: #fff;

  font-size: 60px;

  margin: 0px;

  font-weight: 600;

  line-height: 80px;

}

.wel-text h1:after {

  display: inline-block;

  width: 100%;

  height: 1px;

  background-color: #ffbe22;

  content: "";

  position: absolute;

  left: 50px;

  margin-top:70px;

}



.wel-text p{

  color: #fff;

  font-size: 15px;

  line-height: 20px;

}

.wel-text h3 a{

  color: #000;

  font-size: 20px;

  background: #eda907;

  display: inline-block;

  padding: 10px 25px;

  border-radius: 5px;

  color: #000;

  text-decoration: none;

  border-bottom: 4px solid #906704;

}

.wel-text h3 a:hover{

  -webkit-transition: all 0.7s ease;

  transition: all 0.7s ease;

  -webkit-transform: translate(0, -8px);

  -moz-transform: translate(0, -8px);

  -ms-transform: translate(0, -8px);

  -o-transform: translate(0, -8px);

  transform: translate(0, -8px);

  box-shadow: 0 40px 40px rgba(0,0,0,.16);

  background: #ffbe22;

}

.g-btn ul{

  margin: 15px 0px 0px 30px;

  padding: 0px;

}

.g-btn ul li{

  margin: 0px;

  display: inline-block;

}

.g-btn ul li img{

  border:1px solid #858585;

  border-radius: 5px;

}





.loader-main{

  position: fixed;

  background: #000;

  width: 100%;

  height: 100%;

}

.loader{

  position: absolute;

  top:35%;

  width: 100%;

  height: 100%;

  background: #000;

  z-index: 9999;

}

.container {width: 960px; margin: 0 auto; overflow: hidden;}

.content {width:800px; margin:0 auto; padding-top:50px;}

.contentBar {width:90px; margin:0 auto; padding-top:50px; padding-bottom:50px;}

/* STOP ANIMATION */



.stop {

  -webkit-animation-play-state:paused;

  -moz-animation-play-state:paused;

}

/* Second Loadin Circle */



.circle {

  background-color: rgba(0,0,0,0);

  border:5px solid rgba(0,183,229,0.9);

  opacity:.9;

  border-right:5px solid rgba(0,0,0,0);

  border-left:5px solid rgba(0,0,0,0);

  border-radius:50px;

  box-shadow: 0 0 35px #2187e7;

  width:50px;

  height:50px;

  margin:0 auto;

  -moz-animation:spinPulse 1s infinite ease-in-out;

  -webkit-animation:spinPulse 1s infinite linear;

}

.circle1 {

  background-color: rgba(0,0,0,0);

  border:5px solid rgba(0,183,229,0.9);

  opacity:.9;

  border-left:5px solid rgba(0,0,0,0);

  border-right:5px solid rgba(0,0,0,0);

  border-radius:50px;

  box-shadow: 0 0 15px #2187e7; 

  width:30px;

  height:30px;

  margin:0 auto;

  position:relative;

  top:-50px;

  -moz-animation:spinoffPulse 1s infinite linear;

  -webkit-animation:spinoffPulse 1s infinite linear;

}



@-moz-keyframes spinPulse {

  0% { -moz-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #2187e7;}

  50% { -moz-transform:rotate(145deg); opacity:1; }

  100% { -moz-transform:rotate(-320deg); opacity:0; }

}

@-moz-keyframes spinoffPulse {

  0% { -moz-transform:rotate(0deg); }

  100% { -moz-transform:rotate(360deg);  }

}

@-webkit-keyframes spinPulse {

  0% { -webkit-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #2187e7; }

  50% { -webkit-transform:rotate(145deg); opacity:1;}

  100% { -webkit-transform:rotate(-320deg); opacity:0; }

}

@-webkit-keyframes spinoffPulse {

  0% { -webkit-transform:rotate(0deg); }

  100% { -webkit-transform:rotate(360deg); }

}



@media (max-width:800px){

  .wrap-main {

    width: 55%;

}

}

@media (max-width:767px){

.wrap-main {

    width: 100%;

}

.wel-text h1 {

  font-size: 32px;

}

.wel-text h1::after {

    left: 44px;

    margin-top: 58px;

}

.wel-text p {

    font-size: 12px;

    line-height: 17px;

}

.wel-text h3 a {

    font-size: 15px;

}

.logo-top img{

  width: 30%;

}

.wel-text {

    padding: 30px 40px 20px 40px;

}

}

@media (max-width:385px){

  .logo-top img {

    width: 50%;

}

  }

@media (max-width:320px){

.wel-text {

    padding: 30px 20px 20px;

}

.wel-text h1::after {

    left: 20px;

}

  }