/*=========================
      Webfonts
================================*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,600,700);

@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,300,500,600,800,700);

/*=========================
     Typography
================================*/

h1, h2, h3, h4, h5, p, a {
	font-family: 'Open Sans', sans-serif;
	transition:all 0.3s ease;
}



/*=======================
    Resets
=============================*/
/*@media (min-width: 1200px) { 
   .container { width: 970px; }
}*/


button {
	font-family:raleway !important;
}



.checkbox-inline, .radio-inline, .control-label {
    font-family: raleway;
    font-size: 20px;
    font-weight: 600;
	margin-left:0 !important;
   
}

.form-control {
	color:#111;
}

/*==========================
     Navigation
=================================*/

.navbar {
  margin:0;
  background:#F48939;
  border:none;
  border-radius:0;
}
.navbar-brand {
	height:auto;
}
.navbar-nav > li > a {
    font-family: "Open Sans",sans-serif;
    font-size: 17px;
	font-weight:700;
	color:#fff !important;
	 padding-bottom: 8px;
    padding-top: 8px;
	line-height:16px;
	margin:0 5px;
}
.navbar-nav > li > a:hover {
	background:#000 !important;
	color:#fff !important;
	border-radius:5px;
}
.nav.navbar-right {
    margin-top: 3.5%;
}

.login_btn {
	border-color:#000;
	background:#000;
	border-radius:5px;
}
.login_btn:hover {
	background:#fff !important;
	color:#000 !important;
	}
	
	
/* Wobble Bottom */
@-webkit-keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

.hvr-wobble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.hvr-wobble-bottom:hover, .hvr-wobble-bottom:focus, .hvr-wobble-bottom:active {
  -webkit-animation-name: hvr-wobble-bottom;
  animation-name: hvr-wobble-bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}


/*===============================
   Home Page
==========================================*/

.main_body {
	background:url(../img/background.jpg);
	background-size:cover;
	background-position:100%;
   background-repeat:no-repeat;
	
	padding:3em 0;
}

.main_hd {
    color: #fff;
    font-size: 58px;
    font-weight: 800;
    text-transform: uppercase;
}
.main_para {
    color: #fff;
    font-size: 36px;
	font-weight:300;
    text-transform: uppercase;
	margin-bottom:0.8em;
}
.org_clr {
	font-weight:800;
}

.txt {
    color: #fff;
    font-family: "Raleway",sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 28px;
    width: 80%;
	margin-top:1em;
}

.frm_txt {
	color:#f9f9f9;
	font-weight:700;
	font-family: "Raleway",sans-serif;
	font-size:22px;
	text-transform:uppercase;
	margin-top:2%;
}

.sticky_ft p {
	color:#F48939;
	font-weight:700;
	text-transform:uppercase;
	margin:0;
}
.footer.content a, .footer.content p {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

.sos li::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 12px;
    position: absolute;
    right: -2%;
    top: 26%;
    width: 1px;
}
.sos li {
	position:relative;
}
.sos a {
    color: #fff;
}
.sos a:hover {
	color:#F48939;
}

footer {
	padding:2em 0;
	background:#000;
}
footer p {
	
    color:#fff;
	font-weight:700;
	text-transform:uppercase;
	text-align:center;
	margin:0;
	}
footer i {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    color: #000;
    height: 36px;
    line-height: 35px !important;
    margin: 10px 3px;
    text-align: center;
    width: 36px;
	transition:all 0.4s ease;
}
footer i:hover {
	background:#F48939;
	color:#fff;
}


/* Hang */
@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@-webkit-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

.hvr-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-hang:hover, .hvr-hang:focus, .hvr-hang:active {
  -webkit-animation-name: hvr-hang-sink, hvr-hang;
  animation-name: hvr-hang-sink, hvr-hang;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}


/*=============================
     Register Page
===================================*/

.rgstr_hd {
	font-family:raleway;
	font-weight:700;
}
.rgstr_cntnt {
    color: #000;
    font-size: 15px;
    margin: 1em auto;
    width: 60%;
}

.rgstrbx {
    background: #f48939;
    border-radius: 10px;
    padding: 20px;
	color:#fff;
	min-height: 415px;
	box-shadow:2px 2px 0 #d5d5d5, 4px 4px 0 rgba(0, 0, 0, 0.2);
}

.rgstrbx label {
	font-family:raleway;
    font-weight:600;
	font-size:15px;
	margin-bottom:1px;
	
}

.rgstrbx .form-control {
	position:relative;
}

.rgstrbx .form-group {
	margin-bottom:12px;
}

.rgstrbx .form-control:after {
	content:"\f058";
	font-family:fontawesome;
	position:absolute;
	right:0;
	
}
.rgstrbx h4 {
    font-family: raleway;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.rgstrbx p {
    font-weight: 400;
    margin-bottom: 4px;
	font-size:13px;
}

.rgstrbx .fa-check-circle {
    margin-top: 1em;
	color:#5BC131;
	
}


.navbar-toggle {
    background-color: #000 !important;
	border-color:#000 !important;
}
.navbar-toggle .icon-bar {
	background:#fff !important;
}
.navbar-toggle {
	margin-top:31px !important;
}

@media only screen and (min-width:767px) and (max-width:991px) {
	.nav.navbar-nav.navbar-right.animated.flipInX {
   
}
	.navbar-nav > li > a {
		margin:0;}
	
	
}


@media only screen and (min-width:1400px) and (max-width:1980px) {
	.main_body, .height {
		padding:6em 0 !important;
	}
	footer {
    padding: 3em 0 !important;
}
	
	
	
}



/*==================================
       Packages Page
========================================*/



.tbl_bubu .pck {
    background: #292933 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    font-family: raleway;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0;
    text-align: center;
	width:200px;
	margin:0 auto;
}
.pck_bg .pck_price {
    font-size: 18px;
    font-weight: bold;
}

.pck_bg td {
    background: #d4d4d6 none repeat scroll 0 0;
    font-family: roboto;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
.pck_bg_or {
	background: #FEF9F5 none repeat scroll 0 0;
    font-family: raleway;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
	vertical-align:middle !important;
}

.pck_bg_lightgray {
	background: #F5F6F8 none repeat scroll 0 0;
    font-family: raleway;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
	vertical-align:middle !important;
}


.pck_bg2 td {
    background: #E9E9E9 none repeat scroll 0 0;
    font-family: raleway;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
	vertical-align:middle !important;
}

.tbl_bubu th {
    border: medium none !important;
}

.pck_btns button {
    background: #000 none repeat scroll 0 0;
    border-color: #000;
    color: #fff;
    font-family: roboto;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
	transition:all 0.3s ease;
}
.pck_btns button:hover {
	
	background:#F48939;
	border-color:#F48939;
	color:#fff;
	
}

.pck_price span {
    font-size: 12px;
}
.table-responsive.animated.fadeInUp table td {
    font-size: 15px;
}

.imgh img{
	width:35%;
}
.imgh .col-md-4 {
	transition:all .4s ease;
} 

/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #74747A;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #74747A;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
  color: white;
}
.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}


/*===================================
     Launching Page
============================================*/

.fadeInRight a:hover {
	color:#F6893A !important;
}



.fctw_btn img {
    margin: 2em 0;
    width: 70%;
}
.fctw_btn {
    margin: 0;
}

.brdr_right::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    right: 11%;
    top: 0;
    width: 2px;
}

.cmngsoon_btn {
    width:40%;
	margin:0 auto;
	border-color:#F6893A;
	font-size:17px;	
	color:#fff;
	font-weight:700;
	transition:all 0.4s ease;
}

.cmngsoon_btn:hover {
	border-color:#F6893A !important;
	color:#fff;
}



/*===========Redial Button================*/


.button {
	margin: 0;
	position: relative;
	display: inline-block;
}

.button.styl-material {
	-webkit-transition: 200ms background cubic-bezier(0.4, 0, 0.2, 1);
	transition: 200ms background cubic-bezier(0.4, 0, 0.2, 1);
	background: #F6893A;
}

.button.styl-material:hover,
.button.styl-material:focus {
	outline: none;
	background: #F6893A;
	color:#fff;
}

.ripple-obj {
	height: 100%;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	fill: rgba(0,0,0,0.3);
}

.ripple-obj use {
	opacity: 0;
}

/* Colors */
.theme-2 .button.styl-material {
	background: #2196F3;
}

.theme-2 .button.styl-material:hover,
.theme-2 .button.styl-material:focus {
	background: #2b9bf4;
}

.theme-3 .button.styl-material {
	background: #009688;
}

.theme-3 .button.styl-material:hover,
.theme-3 .button.styl-material:focus {
	background: #26A69A;
}

.theme-3 .ripple-obj {
	fill: #00695C;
}


.bx_sd{    background: #fff none repeat scroll 0 0;
   border:1px solid #f0f0f0;
    padding: 6px 0;
	margin:0.3em 0;}



.launching_form label {
    color: #fff;
    font-family: raleway;
    font-size: 15px;
    font-weight:600;
	 margin-bottom: 2px;
}


