@charset "utf-8";
/* CSS Document */

/*web Color : #f6643c*/
/* ==========================================================================
   Fonts styles
   ========================================================================== */
   @import url("fonts.css");
   
   
/* ==========================================================================
   Media Queries 
   ========================================================================== */   
   @import url("mediaqueries.css");  
   
    
/* ==========================================================================
   Global styles
   ========================================================================== */
html{font-family: 'Open Sans', sans-serif!important;font-size:100%; }
body{
  background:#fff;
  font-family: 'Open Sans', sans-serif!important;
  font-size:100%;
  line-height:1.125em;

}

ul{
	list-style:none;
	padding:0;
}
h1,h2, h3, h5, h5, h6{
 margin:0; padding:0;	
}
h2 {
  color: #333;
  font-weight: 400;
  font-size: 1.875em;
  line-height: 34px;
}

h3 {
  color: #666;
  font-weight: 700;
}
h3 span {
  color: #999999;
}
a {
    color: #68a9ea;
    text-decoration: none;	
}
a:hover {
  transition: all 0.35s ease-in-out;
  text-decoration: none;
  color:#68a9ea;
}
a:focus{
	outline:none;
}
.btn:hover{
	color:#fff;
}
.btn-main {
  background: #84CCD3 repeat scroll 0 0;
  border-bottom: 5px solid #69ACAF;
  border-radius: 2px;
  box-shadow: none;
  color: #FFFFFF;
  text-decoration: none;
  text-shadow: none;
  padding: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 0px;
  text-align: center;
}

.btn-main:hover {
	background: #76bdc3;
	color: #FFFFFF;
	text-decoration: none;
	transition: all 0.35s ease 0s;
}

.btn-main-small {
  background: #84CCD3 repeat scroll 0 0;
  border-bottom: 5px solid #69ACAF;
  border-radius: 2px;
  box-shadow: none;
  color: #FFFFFF;
  font-size: 13px;
  text-decoration: none;
  text-shadow: none;
  padding: 8px 18px;
  text-transform: uppercase;
  letter-spacing: 0px;
}

.btn-main-small:hover {
	background: #76bdc3;
	color: #FFFFFF;
	text-decoration: none;
	transition: all 0.35s ease 0s;
}
.btn:focus{
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
.dropdown-backdrop {
  position: static;
}
/* selection */
::selection {color:#fff;background:#f6643c;}
::-moz-selection {color:#fff;background:#f6643c;}

/* placeholder */
::-webkit-input-placeholder {
   color: #9c9c9c;
}
:-moz-placeholder {
   color:#9c9c9c;  
}
::-moz-placeholder { 
   color:#9c9c9c;  
}
:-ms-input-placeholder {  
   color:#9c9c9c;;  
}

/*------colors--------------------*/
.white {
  color: #FFFFFF;
}

.black {
  color: #2A2A2A;
}

.blue {
  color: #84CCD3;
}

.dark-gray {
  color: #5D5D5D;
}

.light-gray {
  color: #999999;
}
.light-gray-bg {
  background: #f6f6f6;
}


/* ==========================================================================
   Reused styles
   ========================================================================== */
.blue-link{
  color:#68a9ea;
}
.pad-5-7{
  padding:5% 7%;		
}
.pad-t-20{
  padding-top:20px;		
}
.pad-4-2{
	padding:40px 0 24px;
}
.pad-2-4{
	padding:22px 40px;	
}

.curve-2{
  border-radius:2px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
}
.curve-3{
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
}
.curve-5{
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}
.last{
	border:0 !important;
}
.trans{
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.pos-rel{
	position:relative;
}
.sub-text{
	font-size:0.875em;
	color:#a1a1a1
}
.btn-primary{
	background:#f05e40 !important;
	border:0;
	font-size:0.875em;
	padding:10px 36px;
}
.btn-primary:hover{
	background:#f05e40;
	border:0;
}
.mandatory{
	color:red;
}


/* ==========================================================================
   Navigation styles
   ========================================================================== */
.nav>li{
	margin-left:6px;
}
.navbar-default{
   background:#fff;
   height:70px;
   border:0;
   box-shadow:0 0 4px rgba(0,0,0,0.2);
   -moz-box-shadow:0 0 4px rgba(0,0,0,0.2);
   -webkit-box-shadow:0 0 4px rgba(0,0,0,0.2);
}
.navbar-default .navbar-nav>li>a{ 	 	
	color:#333; 	 	
} 
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>li>a:hover, .header-hide li a:hover, .header-hide .active>a{
	color:#f6643c !important;
	background:none;
}

.login-link a{
	border:1px solid #e2e2e2;
	padding:5px 22px !important;	
}
.static-header .login-link a:hover,.video-btn:hover,.header-hide .login-link a:hover{
	background-color:rgba(255,255,255,0.4)!important; 
 	border-color:rgba(255,255,255,0.5);
	color:#fff !important;
}
#headerSlideContainer .login-link a:hover,#fixed-header .login-link a:hover{
	color:#333!important;
	border-color:#c3c2c2; 
	
}
.slide-nav .login-link a:hover{ 
    background:none !important; 
	border-color:#c3c2c2; 
	color:#777!important;
} 
.navbar-collapse{
	background:#fff;
}

.navbar-toggle{
	border:0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background:none !important;
}
.navbar-toggle .icon-bar{
	width:44px;
	height:6px;
}
.get-nibaal,.video-popup-button{
	background:#f6643c;
	border:0;
	color:#fff;
	padding:7px 23px;
	outline:none;
}
.get-nibaal:hover,.video-popup-button:hover,.tryit-btn:hover{ 
    background:#e15631 !important;
}
.static-header ul li a{ 
    text-shadow:0 1px 1px rgba(0,0,0,0.2) 
}
/*========================blog detail validation===============*/
.tipsy {
	font-size:0.813em;
	position: absolute;
	top: -30px;
	right: 0;
	padding: 7px 10px;
	z-index: 10;
	background-color: #e65840;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	white-space: nowrap;
	min-width: 35%;
	display: none;
}

.msg-arrow {
	position: absolute;
	width: 0;
	height: 0;
	bottom: -5px;
	right: 9px;
	line-height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #e74b31;
}
.msg-val-box {
	background:#aadd8e;
	display: none;
	padding: 12px 29px 12px 12px;
	color:#ffffff;
	font-size:0.875em;
	position: relative;
	margin-top: 15px;
	text-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
}
.msg-val-box .val-close {
	background:url(../images/sprites.png)-39px -151px no-repeat;
	position: absolute;
	width: 11px;
	height: 11px;
	top: 17px;
	right: 15px;
	cursor: pointer;
}
.comment-form li{
	position:relative;
}

.btn,.get-nibaal{
	webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}



/* ========================================================================
                               footer-style
===========================================================================*/ 

/*--------footer white bg------*/
.sign-up-footer {
   background-color: #f6f6f6;
}
.sign-up-footer .container{
	max-width: 630px;
	padding:35px 0 30px;
	text-align:center;
	color:#666;
	
}
.rights{
	font-size:0.875em;
}

.social-media{
	 padding:0;
}
.social-media li {
	display:inline-block;	
}
.social-media li a{
	display:block;	
	width:25px;
	height:24px;
	background:url(../images/social-media-icons.png) no-repeat;
}
.social-media li a.fb{
	background-position:0 0;
}
.social-media li a.fb:hover{
	background-position:0  -24px !important;
}
.social-media li a.twtr{
	background-position:-24px 0 !important;
}
.social-media li a.twtr:hover{
	background-position:-24px -24px !important;
}
.social-media li a.lnkdIn{
	background-position:-49px 0 !important ;
}
.social-media li a.lnkdIn:hover{
	background-position:-49px -24px !important ;
}
.social-media li a.gplus{
	background-position:-75px 0 !important ;
}
.social-media li a.gplus:hover{
	background-position:-75px -24px !important ;
}
 .footer-nav {
	padding:8px 0 0;
}
.footer-nav li{
	display:inline-block;
	border-right:1px solid #666;
	height:0.938em;
	line-height:0.938em;
}
.footer-nav li:last-child{
	border:0;
}
.footer-nav li a{
	color:#666;
	font-size:0.875em;
	padding:0 4px;	
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.footer-nav li a:hover{ color:#f6643b;}
.footer-logo{
	margin-bottom:20px;	
}
.footer-logo img{
	width:100px;	
}
/*-----footer black bg-----------*/
.price-table-footer{
	background: url(../images/footer-bg.png) center top no-repeat;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	/* -webkit-animation: 1s ease-in 0s normal none 1 fade-in-slow; */
    animation: 1s ease-in 0s normal none 1 fade-in-slow;
}
.about-footer{ 
    background:url(../images/about-ftr.jpg) 0 0 no-repeat;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
}
.trans-bg{
	background:rgba(41,41,46,0.8);
	min-height:220px;
}
.price-table-footer .rights,.price-table-footer .footer-nav li a,.about-footer .footer-nav li a,.about-footer .rights{
	color:#fff;
}
.price-table-footer .footer-nav li a:hover,.about-footer .footer-nav li a:hover,.homepage #rt-copyright .footer-nav li a:hover{ color:#f6643b;}
.price-table-footer .footer-nav li,.about-footer .footer-nav li {
	border-color:#fff;
}
.price-table-footer .footer-logo,.feature-footer .footer-logo,.about-footer .footer-logo{
	margin:45px 0 20px;	
}
.price-table-footer .social-media li a,.feature-footer .social-media li a,.about-footer .social-media li a{
	background:url(../images/social-media-white.png) 0 0 no-repeat;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.price-table-footer .social-media li a:hover,.feature-footer .social-media li a:hover,.about-footer .social-media li a:hover,.homepage #rt-copyright .social-media li a:hover{ background-position:0 -24px;}
/* ========================================================================
                               video popup
===========================================================================*/ 
.feature-popup .modal-content,.video-popup .modal-content{
	box-shadow:none;
	-moz-border-radius:0;
	border-radius:0; 
	
}
.feature-popup  .modal-header{
	border-bottom:0;
	border-top:4px solid #f6643c;
	padding:8% 20%;
}

.feature-popup .modal-title{
	color:#333333;
	font-weight:700;
	font-size:1.250em;
}
.feature-popup .modal-body{
	padding: 15px 24px;
}
.feature-popup .btn-lg{
	width:100%;
	float:none;
	padding:10px 13%;
	background: #72b5f9;
	border: 1px solid #2b88e5;
	font-weight: 400;
	font-size: 1.000em;
	color: #fff !important;	
}
 .popup-close{
	background:url(../images/sprit.png) -29px -172px no-repeat; 
	width:22px; 
	height:22px;
	position:absolute;
	bottom:-44px;
	left:48%;
	border:0;
	outline:none;
}
.video-popup .modal-body{
	padding:0;
}
.video-bottom{
	background:#ffffff;
	padding:5% 0 4%;
}
.video-popup-button{
	padding: 16px 30px !important;
	font-size: .875em;
	font-weight: 700;
	text-transform: uppercase;
}
.video-bottom h3{
	font-size:1.875em;
	font-weight:300;
	color:#333333;
	padding-bottom:30px;
}
/*----------popup end--------------*/

label {
	font-size: 0.875em;
	font-weight: normal;
}
.form-control{
	border:1px solid #bebebe;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	box-shadow:none;
	font-size:0.875em;
}
/* Form Validation ----------- */
.valid{
	position:absolute;
	right:8px;
	top:8px;
	width:19px; 
	height:18px;
	background:url(../images/validation-icon.png) 0 0 no-repeat;	
	display:none;
}
.valid.error{
	background-position:0 -22px;
}
.error:hover .msg{
  display:block;
}
.valid .msg { 
	font-size: 0.750em; 
	position: absolute; 
	top:-36px; 
	right:-8px; 
	padding:3px 10px; 
	z-index:10; 
	background-color:#ec7676;
	color:#FFF; 
	text-align:center; 
	border-radius:2px; 
	-moz-border-radius:2px; 
	-webkit-border-radius:2px;
	white-space:nowrap;  
	min-width:35%; 
	display:none; 

}
.msg:before{
	content:"";
	position:absolute; 
	width:0; 
	height:0; 
	bottom:-5px; 
	right:13px; 
	line-height:0; 
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-top:5px solid #ec7676;
 }
.input-holder{
	display:block;
	position:relative;
}
.navbar-nav.navbar-right:last-child{	
	margin-right:0; 	 	
}
