
/*
============
Theme Name: TaxProHelpDesk
Date: 01/12/2017
Author: Ahmed farouk
Author Title: UI/UX Designer & Front-end Developer
Author Email: ahmedfarouk2008@live.com
Portfolio: afarouk-codes.info


============
*/



/*==============
	General css 
===============*/



@font-face {
  font-family: 'Metropolis-Regular';
  src: url('../fonts/Metropolis-Regular.otf');
  src: url('../fonts/Metropolis-Regular.eot') format('embedded-opentype'),
       url('../fonts/Metropolis-Regular.ttf') format('truetype'),


}


 html{
	     -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	 overflow-x: hidden;
     overflow-y: auto
}

*, *:before, *:after{box-sizing:inherit}

body {
	background: #fff;
	font-size: 16px;
	margin: 0;
	padding: 0;
	
	
/*	font-family: 'Metropolis-Regular', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";	*/


    overflow-y: auto;
    overflow-x: hidden;

}

h4 {
    font-size: 17px;
}

h3, h4 {
	font-weight: 400;
	line-height: 1.4;
}
h1, h2 {
	line-height: 1.5;
	font-weight: 400;
}
h5, h6 {
	line-height: 1.4;
}

a {
	outline: none !important;
	text-decoration: none;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease- 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	    color: #0f92ca;
	
}
a:hover, a:focus {
	text-decoration: none !important;
}
hr {
	width: 100px;
}
ol, ul {
	text-decoration: none;
	list-style: none;
	padding: 0px;
}

p{margin: 0}




.white-text{color: white}
.green-text{color: #54a534}
.blue-text{color: #0F92CA}

.blue-bg{background: #0F92CA}
.green-bg{background: #54a534}
.darkGray-bg{background: #333 !important}
.gray-bg{background: #f9f9f9 !important}
.bronzeCLR{color:burlywood !important; background: url(../images/badge-bronze.svg) no-repeat;}
.slvrCLR{color: silver !important; background: url(../images/badge-slvr.svg) no-repeat; }
.bronzeCLR, .slvrCLR{
	 width:100px;
	height:20px;
	display: inline-block; 
	background-size: contain;
	text-align: right;
	background-position: right

}



.row {
    margin-right: -10px;
    margin-left: -10px;
}	
	
	


.btn.btn-default{background: #0f92ca;transition: ease .5s all;border: none; outline: none;   color: #fff;}
.btn.btn-default:hover, .btn.btn-default:focus{background :#0067af;border: none; outline: none;   color: #fff}

.no-padding{padding: 0}

.vertical-align:before{
	display: inline-block;
	content: "";
	height: 100%;
	vertical-align: middle
}

.wrap{
	vertical-align: middle;
	display: inline-block
}

.padding-15{padding: 15px}

.form-control{border-radius: 20px}

/*==============
	Preloader & scroll style
===============*/


.navbar-inverse .navbar-toggle{    border:none;}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99;
  
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/spinner.gif);
  background-size: 70px;
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;

}

#status:after{
	content: "Welcome to Mosamem";
	 position: absolute;
	display: block;
	width: 100%;
	left: 0;
  top: 30%;
	text-align: center
}



::-webkit-scrollbar {
    width: 0;
	background: #fff
}


::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgb(15, 146, 202); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(16, 99, 130, 0.4); 
}




/*==============
	Header
===============*/



.search input{
box-shadow: none;
    border: none;
    max-width: 50%;
    border-right: 1px solid #dedede !important;
    width: 300px !important;
    float: left !important;
    transition: all 1s ease;
    border-radius: 50px;
    background: #f5f5f5;
    height: 50px;
}

i.glyphicon.glyphicon-search {
    padding: 8px 0;
}



.srch-dropdwn{

    padding: 5px !important;
    height: 50px;
    background: #f5f5f5 !important;
    border-radius: 0 !important;
    font-size: 13px !important;
    color: #333 !important;
}


.btn.active, .btn:active {

    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.125);
    box-shadow: 0 3px 5px rgba(0,0,0,.125);
}


.srch-dropdwn .caret{color: #333}

.search .form-control:focus{
	border: none;
	box-shadow:none;
	    background: #e8e8e8;
   
}


.search li a:hover{color: #333!important}



.search:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}


.search .btn-default {
    background: #0F92CA;
    color: #fff; 
    border-radius: 50px;
     border:none;
	padding: 7px 12px;
	 border-color: #8c8c8c; 
}


.search .btn-default:focus, .search .btn-default:hover  {
	outline: none;

}


.search .dropdown-menu{left: -120px; min-width: 228px; padding: 0;}

.dropdown-menu>li>a{padding: 8px 20px;}

.srch-bubmit{border-radius: 0}

input.small-srch {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

 input.small-srch[type="text"] {
	 
    background: #fff;
    border: 0 none;
    color: #333;
    width:35px;
    padding: 6px 0 6px 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
     margin:3px 0;
	 position: absolute;
	  z-index: 1000;
	  right: 10px;
    top: 10px;
	   -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.small-srch-btn{
	display: none;
}



input.small-srch[type="text"]:focus {
    background:#f5f5f5;
    color: #333;
    padding-left:10px;  
  	 position: absolute;
	  z-index: 0;
	  right: 0;
    top: 10px;
    outline: none;
	width: 270px
}




input.small-srch[type="text"]:focus ~ button {
	display: block;
	    position: inherit;
     top: 12px;
    padding: 8px;
    border-radius: 24px;
 
}






.navbar-inverse {
    background:rgba(0,0,0,.5);
    border:none;
       border-radius: 0;
    margin: 0;
	padding:6px;
	    min-height: 65px!important;
	z-index: 999;
	   -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}





.navbar-inverse .navbar-brand{
	color: #fff;
	font-size: 35px;
	line-height: 1;
	
}

.navbar-inverse .navbar-brand img{

    width: 130px
}

.navbar-brand{padding: 7px}


.navbar-inverse .navbar-brand:hover{
	color: #333
}


.navbar.scrolled .navbar-brand{
	color: #9CD4F5
}


.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-nav>li>span {
    color: #fff;
	font-size: 15px;
    padding: 18px 45px;
	margin-right: 45px;
	 display: flex;
	
	
}

.navbar-nav>li>a{line-height: 1 !important}

.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a.active {
   color: #88d7f9 !important;
    padding: 18px 45px;
}


.navbar.scrolled {
    background: rgba(0,0,0,.5) ; 
	
	padding: 7px;
	border: none

}



.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
	margin: 0 auto;
    text-align: center;
  
	border: none}

.navbar-form{box-shadow: none; margin: 25px 0; padding: 0;}

.navbar-nav li a span{margin-right: 5px !important}
.navbar-collapse li a{text-align: left}
.navbar-collapse li a:hover{color:#262626 !important}



.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}


.navbar.scrolled .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar.scrolled .navbar-toggle {
       border-color: #fff;
}


.navbar.scrolled .navbar-collapse {background-color: transparent}


.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus
{
    background-color:transparent;
}


a.lang{font-size: 12px !important;}


#toTop {
    padding: 2PX 10px;
    position: fixed;
    bottom: 5px;
    right: 5px;
    cursor: pointer;
    display: none;
    color: #fff;
    background: #005794;
    border-radius: 90px;
    font-size: 22px;
	transition: ease all 1s;
	
    
}

#toTop:hover {
    background: #005794;
  
    
}

.sideSocial,.accessibility {width: 280px; margin-bottom: 20px; margin-top: 5px;}

.sideSocial ul{display: inline-block; margin: 0}

.sideSocial ul li{
    float: left;
    padding: 4px;
    width: 24px;
    height: 24px;
    background: #333;
    margin: 5px;
    color: #fff;
    border-radius: 20px;
    font-size: 13px;
    text-align: center;
	transition: ease all 1s
}
.sideSocial ul li.fb{ background: #3b5999;}
.sideSocial ul li.tw{ background: #55acee;}
.sideSocial ul li.istgrm{ background: #e4405f;}
.sideSocial ul li.ggl{ background: #dd4b39;}
.sideSocial ul li.mssngr{ background: #0084ff;}
.sideSocial ul li.line{ background: #00c300;}
.sideSocial ul li.whatsapp{ background: #25D366;}
.sideSocial ul li.link{ background: #333;}


.sideSocial ul li:hover{ background: #1A1A1A;}




.sideSocial .col-xs-2 span, .accessibility .col-xs-2 span{
	margin-top: 20px;
	font-size: 22px;
	color: #0F92CA;
	padding-right: 10px;
	border-right: 1px solid rgba(8, 8, 8, 0.14);
	display: inline-block;
}

#hiddenPanel {
	position: fixed;
    top: 35%;
    right: -260px;
    width: 260px;
    background-color: #fbfbfb;
	border: 1px solid #e4e4e4;
    /* box-shadow: 3px 1px 13px 2px #dadada; */
    padding: 10px;
    height: 200px;
    border-radius: 20px 0 0 20px;	
}


#close-bar { 
position:absolute;
cursor:pointer;
left:-45px;
top:40%;
 padding: 6px 10px 5px 15px;
    font-size: 22px;
    color: #fff;
    outline: 0;
    border: 0;
    background: #005794;
    border-radius: 20px 0 0 20px;}


.font-size{display:inline-block}

.rangeBtn {
  -webkit-appearance: none;
  height: 5px;
  border-radius: 5px;
  background: #d7dcdf;
  outline: none;
  padding: 0;
  margin: 0;
  width: 110px !important; 
  display: inline-block !important
}
.rangeBtn::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0F92CA;
  cursor: pointer;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}
.rangeBtn::-webkit-slider-thumb:hover {
  background: #0067af;
}



/*==========================Login & signup page 

.login-extra{    
	vertical-align: middle;
    text-align: left;
	padding: 0
}

.login-extra p{font-size: 14px; padding-bottom: 20px}


.sign-type{background: #fff; display: inline-block;  padding:10px ; min-width: 120px;}
 .sign-type.active{background: #00BDDD; color: #fff}

.sign-type.active:active{background: #00BDDD; color: #fff}

#btnlogin{padding: 10px; width: 70%; margin-top: 30px;}

.login-form-remember.checkbox {
    color: #fff;
    margin: 0;
	font-weight: 100;
    
}


input#switch_left, input#switch_right {
    width: 10px;
    height: 10px;
    position: static;
}


.errorepan{color: #FF0010}



 ==============================*/


/*==========================Login & signup page new ==============================*/



.login-extra{    
	vertical-align: middle;
    text-align: left;
	padding: 0
}

.login-extra p{font-size: 14px; padding-bottom: 20px}


.sign-type{background: #fff; display: inline-block;  padding:10px ; min-width: 120px;}
 .sign-type.active{background: #00BDDD; color: #fff}

.sign-type.active:active{background: #00BDDD; color: #fff}

#btnlogin{padding: 10px; width: 70%; margin-top: 30px;}

.login-form-remember.checkbox {
    color: #fff;
    margin: 0;
	font-weight: 100;
    
}


input#switch_left, input#switch_right {
    width: 10px;
    height: 10px;
    position: static;
}


.errorepan{color: #FF0010}




.login-nav { line-height: 50px}



.login-nav p{color: #fff !important; font-size: 13px}


section.login-end{
	    background: #333;
    text-align: center;
    padding: 40px;
    color: #fff;
}



.dontHave{
	    text-align: center;
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
}


.login-content, .signup-content{margin: 40px auto; max-width: 400px; padding: 20px; text-align: center}

.signup-content{ max-width: 560px;}

.login-box, .signup-box{border: 2px solid #27aae2;   border-radius: 3px;  background: #fff;  padding: 20px 0; }

.signup-box ul li{   
	display: inline-block;
    float: none;
	    width: 45%;
}

.signup-box ul li a{   
    padding: 4px 15px;
}


.signup-box ul li.active>a,.signup-box ul li.active>a:hover, .signup-box ul li.active>a:focus {   
	background: #0f92ca	
}

.signup-box ul{   
	margin: 20px }

.signup-box ul li a{   
border-radius: 50px 0 0 50px;
		border: 1px solid #aaa;
}

.signup-box ul li:nth-child(2) a{   
border-radius: 0 50px 50px 0;
	border: 1px solid #aaa;
}


.login-box h4, .signup-box h4{color: #27aae2; }

.login-box input, .signup-box input, .acpt-terms, .signup-box select{    
	width: 90%;
    border-radius: 20px;
	text-align: center;
    outline: 0;
    border: 1px solid #aaa;
    padding: 10px 0 10px 10px; 
	font-size: 13px;
	position: relative;
	margin: 10px;

}

.login-box input:focus, .signup-box input:focus, .signup-box select:focus, .newsletter-input:focus{    
	border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);

}
 .newsletter-input:focus{    
	background: #484848;
	     -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(241, 249, 255, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(241, 249, 255, 0.6);


}






.login-box input, .signup-box input, .signup-box select{    
	height: 40px ;
	    display: inline-block ;
	
}

.signup-box .country-input {display: inline-block; width: 100%}
	
	
.signup-box select{
 -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
	padding-left: 40px;
	  justify-content: center;
    text-overflow: '';
	 background: url('../images/arrowDown.png') no-repeat right #fff;
	background-size: 20px;
	background-position: 95%;
	color: transparent;
    text-shadow: 0 0 0 #000;
	height: 40px;
	outline: 0;
	display: block;
	text-align: left;
	float: left

	

}


.signup-box select::-moz-selection{

	 text-indent: 0;
}


.signup-box select option{
	color: #333;

}





.wide-input{	width: 98% !important;}

.signup-box input, .signup-box select{width: 95%;}


.signup-box form{max-width: 80%; margin: 0 auto}


.login-box  span, .signup-box  span, .country-input  span, .signup-box:not(.captcha-holder)  span{
	width: 30px;
	height: 27px;
	position: absolute;
	margin: 17px;
	z-index: 10;
	background-color: #fff !important;
	left: 0;
	top: 0
}



.login-box .user-input {
position: relative
}


.login-box .user-input span{
	background: url(../images/phonOrMail.svg) no-repeat;
left: 10px
}



.login-box .pass-input {
	position: relative
	
}


.login-box .pass-input span{
	background: url(../images/unlock.svg) no-repeat;
	left: 10px
	
}


.signup-box .frstNm-input span{
	background: url(../images/frst-name.svg) no-repeat;
	
}



.signup-box .email-input span{
	background: url(../images/email-envelope.svg) no-repeat;
	
}



.signup-box .family-input span{
	background: url(../images/family.svg) no-repeat;
	
}

.signup-box .country-input span{
	background: url(../images/country.svg) no-repeat;
	    width: 22px;
    top: 2px;
    left: 3px;
	
}

.signup-box .phone-input span{
	background: url(../images/phone.svg) no-repeat;
	
}


.signup-box .createPass-input span{
	background: url(../images/key.svg) no-repeat;
	
}


.signup-box .cnfrmPass-input span{
	background: url(../images/2key.svg) no-repeat;
	
}


.acpt-terms strong{ color:#27aae2 }

.login-box .frgt-pass a, .signup-box .frgt-pass a{color: #27aae2;  font-size: 13px}

.login-content p span, .signup-content p span{color: #27aae2; font-size: 22px; font-weight: bold}

.remembr-checkbox{margin: 0}
.remembr-checkbox label{margin: 0; padding:0; font-size: 12px }
.remembr-checkbox input{

width: 15px;
    height: 15px;
    padding: 0;
    top: 0;
    margin: 0;
    border: 2px solid #27aae2;
    background: transparent;
	z-index: 10;
	line-height: 0;
	display: inline-block;
}

.remembr-checkbox input:checked{background: #27aae2}


.checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
	
}
.checkbox input[type="checkbox"] + .checkbox-label:before {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 2px solid #27aae2;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.checkbox input[type="checkbox"]:checked + .checkbox-label:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 1px #f4f4f4;
}
.checkbox input[type="checkbox"]:focus + .checkbox-label:before {
  outline: none;
  border-color: #3197EE;
}
.checkbox input[type="checkbox"]:disabled + .checkbox-label:before {
  box-shadow: inset 0 0 0 1px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.checkbox input[type="checkbox"] + .checkbox-label:empty:before {
  margin-right: 0;
}

.login-btn button, .contune-btn, .back-btn, .signup-btn{
	  background: #0f92ca;
    border: none;
    outline: none;
    color: #fff;
  transition: ease all 1s  ;
    border-radius: 20px;
	padding: 5px 30px;
	margin-top: 20px
	
}

.login-btn button:hover, contune-btn:hover, .back-btn:hover, .signup-btn:hover{
	    background: #0067af;
	   

	
}



.captcha-holder.captcha-theme-light .captcha-modal__header span{display: none}


.input-titles{color: #52BEED}



	/* Multi-Part CSS */
	input[type=checkbox] {
	  position: absolute;
	  /* Position the checkbox in upper left corner */

	  opacity: 0;
	}

	/* Styling Parts */
	#part1,
	#part2,
	#part3 {
	  z-index: 2;
	  display: block;
	  height: auto;
	  opacity: 1;
	  transition: opacity 1s ease-in-out;
	}

	/* Hidden Parts */
	#part2,
	#part3 {
	  opacity: 0;
	  height: 0;
	  overflow: hidden;
	}

	/* Show Step 2 & Hide Step 1 */
	#step2:checked ~ #part2 {
	  opacity: 1;
	  height: auto;
	}
	#step2:checked ~ #part1 {
	  opacity: 0;
	  height: 0;
	  display: none;
	}

	/* Show Step 3  & Hide Step 2 */
	#step3:checked ~ #part3 {
	  opacity: 1;
	  height: auto;
	}
	#step3:checked ~ #part2 {
	  opacity: 0;
	  width: 0;
	  height: 0;
	}







/*==========================svg icons==============================*/






	/*------ Home boxes svg----------*/

	.TopSvgIcons{width: 76px}

	#transactions.TopSvgIcons{
	 width: 110px;
    height: 63px;
    margin-top: 23px;}

.TopSvgIcons.shareTeamIco{ margin-top: 27px;}
	
		.st0{fill:#A7A9AC;}
	.st1{fill:#3C92CA;}
	
.sprinkles:hover svg{
 /*	-webkit-animation: sprinkle-spin 1s ease infinite; 
	-webkit-transform-origin: 50% 50%;	
	-moz-animation:  sprinkle-spin 1s ease infinite;
	  -moz-animation:  50% 50%;
	  -o-animation:  sprinkle-spin 1s ease infinite;
	  -o-animation:  50% 50%;	 */
	
	
	    -webkit-animation-name: spin;
    -webkit-animation-duration: 600ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 600ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 600ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 600ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
	

}


@-webkit-keyframes spin {
  0%, 100%   {
  	transform: rotate(0deg);
  }
  50% {
  	transform: rotate(30deg);
  }
}

	
	.svgMan:hover{
	
    -webkit-animation: mymove 2s ease infinite; /* Safari 4.0 - 8.0 */
    -o-animation: mymove 2s ease infinite;
    -moz-animation: mymove 2s ease infinite;
    animation: mymove 2s ease infinite;
	}
	


	
	.svg1Man:hover .svgMen{
	
    -webkit-animation: moveMen 5s ease infinite; /* Safari 4.0 - 8.0 */
    animation: moveMen 5s ease infinite;
    -moz-animation: moveMen 5s ease infinite;
    -o-animation: moveMen 5s ease infinite;
		
		


	}	



	
	.svgMen{transform: scale(50)}	



	

/* Standard syntax */
@keyframes moveMen {
   0%   {    transform: translate(0,20px);  }
	   30%   { transform: translate(0,0);  }
	   50%   { transform: translate(0);  }
	   70%   { transform: translate(0,0);  }
    100% {   transform: translate(0);}
	from { opacity:0; } to { opacity:1; }
}	
	
/* Safari 4.0 - 8.0 */
@-webkit-keyframes moveMen {
   0%   {    transform: translate(0,0);  }
	   40%   { transform: translate(80px);  }
	   80%   { transform: translate(0,0);  }
    100% {   transform: translate(0,0);}
	from { opacity:0; } to { opacity:1; }
}



.bigMan{animation-play-state: running}
	
	.svg1Man:hover .bigMan{
  	animation-duration: 1s;
	animation-name: bigMan;
	-webkit-animation: bigMan 1s ease infinite; /* Safari 4.0 - 8.0 */
    animation: bigMan 1s ease infinite;
    -moz-animation: bigMan 1s ease infinite;
    -o-animation: bigMan 1s ease infinite;
		 animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;

	}	


			
.svgVoice{   
	-ms-transform: rotate(0deg) scale(0.7) translateX(28px);
	-moz-transform: rotate(0deg) scale(0.7) translateX(28px);
	-o-transform: rotate(0deg) scale(0.7) translateX(28px);
	-webkit-transform: rotate(0deg) scale(0.7) translateX(28px);
transform: rotate(0deg) scale(0.7) translateX(28px);
 
}






	


/* Standard syntax */
@keyframes bigMan {
 0%   {    transform: translate(0,0);  }
	   100%   { transform: translate(0,2px);  }
	 
   
}	
	
/* Safari 4.0 - 8.0 */
@-webkit-keyframes bigMan {
 0%   {    transform: translate(0,0);  }
	   100%   { transform: translate(0,2px);  }
	
}

	/*------ EndHome boxes svg----------*/








			
.avatar{
	width:200px;
	margin:0 auto;
}
#sobrancelhas{
	transform: translateY(-9px);
	animation: sobrancelhas 3s linear infinite;

}

@keyframes sobrancelhas {
	0%   {
		transform: translateY(-10);
		-ms-transform: translateY(-10);
		-moz-transform: translateY(-10);

	}
	25%  {
		transform: translateY(0px);
		-ms-transform: translateY(0px);
		-moz-transform: translateY(0px);

	}
	75%  {
		transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
	}
	100% {
		transform: translateY(10);
		-moz-transform: translateY(10);
		-ms-transform: translateY(10)

	}
}

#nariz{
	transform: translateY(-9px);
	-ms-transform: translateY(-9px);
	-moz-transform: translateY(-9px);

	animation: nariz 1s linear infinite;

}

@keyframes nariz {
	0%   {
		transform: translateY(-10);
		-ms-transform: translateY(-10);
		-moz-transform: translateY(-10);

	}
	25%  {
		transform: translateY(0px);
		-ms-transform: translateY(0px);
		-moz-transform: translateY(0px);

	}
	75%  {
		transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
	}
	100% {
		transform: translateY(10);
		-moz-transform: translateY(10);
		-ms-transform: translateY(10)

	}
}

#boca{
	transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-moz-transform: translateY(-5px);

	animation: boca 1s linear infinite;

}
@keyframes boca {
	0%   {
		transform: translateY(-10);
		-ms-transform: translateY(-10);
		-moz-transform: translateY(-10);

	}
	25%  {
		transform: translateY(0px);
		-ms-transform: translateY(0px);
		-moz-transform: translateY(0px);

	}
	75%  {
		transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
	}
	100% {
		transform: translateY(10);
		-moz-transform: translateY(10);
		-ms-transform: translateY(10)

	}
}
#olhos{
	transform: translateX(-2px);
	-moz-transform: translateX(-2px);
	-ms-transform: translateX(-2px);

	animation: olhos 2s linear infinite;
}

@keyframes olhos {
	0%   {
		transform: translateX(-2);
		-ms-transform: translateX(-2);
		-moz-transform: translateX(-2);

	}
	25%  {
		transform: translateX(2px);
		-moz-transform: translateX(2px);
		-ms-transform: translateX(2px);

	}
	75%  {
		transform: translateX(-2px);
		-ms-transform: translateX(-2px);
		-moz-transform: translateX(-2px);
		
	}
	100% {
		transform: translateX(2);
		-ms-transform: translateX(2);
		-moz-transform: translateX(2);

	}
}
#notebook{
	transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	-ms-transform: translateY(-4px);

	animation: notebook 6s linear infinite;
}

@keyframes notebook {
	0%   {transform: translateY(-4)}
	25%  {transform: translateY(0px)}
	75%  {transform: translateY(0px)}
	100% {transform: translateY(4)}
}

#pernas{
	transform: translateY(-9px);
	animation: pernas 6s infinite;
}

@keyframes pernas{
	0%   {
		transform: translateY(-10);
		-ms-transform: translateY(-10);
		-moz-transform: translateY(-10);

	}
	25%  {
		transform: translateY(0px);
		-ms-transform: translateY(0px);
		-moz-transform: translateY(0px);

	}
	75%  {
		transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
	}
	100% {
		transform: translateY(10);
		-moz-transform: translateY(10);
		-ms-transform: translateY(10)

	}
}
#pe{

	animation: pe 6s infinite;
}

@keyframes pe {
	0%   {
		transform: rotateX(2deg);
		-ms-transform: rotateX(2deg);
		-moz-transform: rotateX(2deg);
	}
	25%  {}
	75%  {}
	100% {}
}

#camisas{
	transform: translateY(-9px);
	-ms-transform: translateY(-9px);
	-moz-transform: translateY(-9px);

	animation: camisas 6s infinite;
}

@keyframes camisas {
	0%   {
		transform: translateY(-10);
		-ms-transform: translateY(-10);
		-moz-transform: translateY(-10);

	}
	25%  {
		transform: translateY(0px);
		-ms-transform: translateY(0px);
		-moz-transform: translateY(0px);

	}
	75%  {
		transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
	}
	100% {
		transform: translateY(10);
		-moz-transform: translateY(10);
		-ms-transform: translateY(10)

	}
}

#camisacostas{
	transform: translateY(-9px);
	-ms-transform: translateY(-9px);
	-moz-transform: translateY(-9px);

	animation: camisacostas 6s infinite;
}

@keyframes camisacostas {
	0%   {
		transform: translateY(-10);
		-ms-transform: translateY(-10);
		-moz-transform: translateY(-10);

	}
	25%  {
		transform: translateY(0px);
		-ms-transform: translateY(0px);
		-moz-transform: translateY(0px);

	}
	75%  {
		transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
	}
	100% {
		transform: translateY(10);
		-moz-transform: translateY(10);
		-ms-transform: translateY(10)

	}
}

#cabeca{
	transform: translateY(-9px);
	-ms-transform: translateY(-9px);
	-moz-transform: translateY(-9px);

	animation: cabeca 2s infinite;
}

@keyframes cabeca {
	0%   {transform: translateY(-8)}
	25%  {transform: translateY(0px)}
	75%  {transform: translateY(0px)}
	100% {transform: translateY(8)}
}

#macae{
	opacity: 1;

	animation: macae 2s linear;
}

@keyframes macae {
	0%   {opacity: 0.2;}
	25%  {}
	75%  {}
	100% {}
}

#luzmacae{
	animation: luzmacae 5s;
}

@keyframes luzmacae {
	0%   {opacity: 0.2;}
	25%  {opacity: 1;}
	75%  {opacity: 1;}
	100% {opacity: 0.2;}
}

#orelhas{
	animation: orelhas 6s linear infinite;
}

@keyframes orelhas {
	0%   {
		transform: translateY(-10);
		-ms-transform: translateY(-10);
		-moz-transform: translateY(-10);

	}
	25%  {
		transform: translateY(0px);
		-ms-transform: translateY(0px);
		-moz-transform: translateY(0px);

	}
	75%  {
		transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
	}
	100% {
		transform: translateY(10);
		-moz-transform: translateY(10);
		-ms-transform: translateY(10)

	}
}
#sombras{
	animation: sombras 6.1s ease-in-out infinite;
}

@keyframes sombras {
	0%   { transform: scale(0.96);}
	25%  {transform: scale(1);}
	75%  {transform: scale(1);}
	100% {transform: scale(0.96);}
}

.aviso{
	background:#fff;
	color:#0083ca;
	text-align:center;
	padding:2px;
	position:fixed;
	right:0px;
	bottom:0px;
	font-size:9px;
}
			

			.slack {

			width: 220px;
			}


				#triRight {
				  animation: float 3.1s ease-in-out forwards;
				  animation-iteration-count: infinite;
				  box-shadow: 10px 10px 10px 10px black;
				}

				#triRightSmall {
				  animation: float 3.2s ease-in-out forwards;
				  animation-iteration-count: infinite;
				}

				#triLeft {
				  animation: float 3.1s ease-in-out forwards;
				  animation-iteration-count: infinite;
				}

				#triLeftSmall {
				  animation: float 3.4s ease-in-out forwards;
				  animation-iteration-count: infinite;
				}

				#triMid {
				  animation: float 2.2s ease-in-out forwards;
				  animation-iteration-count: infinite;
				}

				#triMain {
				  animation: float 3s ease-in-out forwards;
				  animation-iteration-count: infinite;
				}

				#locate, #screen {
				  animation: float 1s ease-in-out;
				  animation-iteration-count: infinite;
				
				}

		

				#screen {
				  fill: #000;
				}

				@keyframes float {
				  0% {
					transform: translateY(0px);
				  }
				  50% {
					transform: translateY(10px);
				  }
				  100% {
					transform: translateY(0px);
				  }
				}



/*==========================End evg icons==============================*/










/*==========================Home page==============================*/


/*==============
	slider
===============*/


.homeMobBnr{
	height: 100%;
	width: 100%;
	min-height: 500px;
	display: block;
	background: #e2e2e2;
	
}

#jssor_1,#jssor_1 .slides img{    min-height: 100%;}


.sliderBtns{margin-top: 20px; text-align: left}
.sliderBtns .btn{font-size: 17px;}
.typed-cursor{
	opacity: 1;
  animation: typed-cursor .5s linear infinite;
	width: 30px;
	background: #333;
	
		animation-name: typed-cursor;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-name: typed-cursor;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;

	-moz-animation-name: typed-cursor;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	
}

@keyframes typed-cursor {  
 	 0% { opacity: 1; }
    50% { opacity: 0.5; }
  
}



@-webkit-keyframes typed-cursor {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
  
}


@-moz-keyframes typed-cursor {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
   
}



.slider-content{position: relative}

.slider-text{

	z-index: 1;
	margin-top: 15%;
	text-align: center;
}




.slider-img .text-wrapper {
	display: table-cell;
	vertical-align: middle;
	padding-left: 3%;
}

.slider-img h1{ font-weight: 700; color: #016e95; font-size: 50px; text-transform: uppercase}

.slider-img h1 span{ font-weight: bolder; font-size: 60px}

.slider-img p{ font-size: 20px;}
.slider-img button{ 
	background: #4796D1;
    color: #fff;
    border: none;
    outline: none;
    padding: 15px;
	transition: all 1s ease-out;
	margin-top: 2%
}

.slider-img button:hover{ 
	background: #016E95;
  
}

.slide1{
	background: url(../images/blue.jpg) no-repeat;
	background-size: cover
}

.slide2{
	background: url(../images/purple.jpg) no-repeat;
	background-size: cover
}

.slide3{
	background: url(../images/red.jpg) no-repeat;
	background-size: cover; 
	background-position: top
}

.slide4{
	background: url(../images/green.jpg) no-repeat;
	background-size: cover
}


.type-wrap span{font-size: 30px;}

.underline-border{border-bottom: 2px solid #333; padding: 5px 0}

.slider-welcome{
 z-index:0;font-size:50px;color:#333; font-weight:bold}

.slider-typeJS{
  width:600px;height:120px;z-index:0;font-size:30px;color:#333;line-height:38px;
}




        .jssorl-004-double-tail-spin img {
            animation-name: jssorl-004-double-tail-spin;
            animation-duration: 1.2s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        @keyframes jssorl-004-double-tail-spin {
            from {
                transform: rotate(0deg);
            }

            to {
                transform: rotate(360deg);
            }
        }


        .jssorb051 .i {position:absolute;cursor:pointer;}
        .jssorb051 .i .b {fill:#000;fill-opacity:0.3;stroke:#000;stroke-width:400;stroke-miterlimit:10;stroke-opacity:0.5;}
        .jssorb051 .i:hover .b {fill-opacity:.7;}
        .jssorb051 .iav .b {fill-opacity: 1;}
        .jssorb051 .i.idn {opacity:.3;}

        .jssora051 {display:block;position:absolute;cursor:pointer;}
        .jssora051 .a {fill:none;stroke:#333;stroke-width:360;stroke-miterlimit:10;}
        .jssora051:hover {opacity:.8;}
        .jssora051.jssora051dn {opacity:.5;}
        .jssora051.jssora051ds {opacity:.3;pointer-events:none;}


/*==============
	home content
===============*/






/*=== section 1 ===*/

.section-title{text-align: center; background: #0F92CA; color: white}
.section-title h3{ font-weight: bold; margin-bottom: 20px}
.section-title-home{text-align: center; background: #eee; color: #333}
.section-title-home h3{ font-weight: bold; margin-bottom: 20px}

.brdr-boxs .box{

	margin:30px 0; 
	box-sizing: border-box;
  	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	text-align: center;
	min-height: 200px;
   
}



.brdr-boxs .box img{width: 90px}
.brdr-boxs .box .rocketIco{
	background: url(../images/rocket.jpg) no-repeat;
	width: 110px;
    height: 95px;
    background-size: contain;
    background-position: top center;
    margin: 0 auto;
	margin-bottom: 12px
}

.brdr-boxs .box:hover .rocketIco{
	background: url(../images/rocket.gif) no-repeat;
	width: 110px;
    height: 95px;
    background-size: contain;
    background-position: top center;
    margin: 0 auto;
	margin-bottom: 12px
}


.MapIco{
	background: url(../images/mapNew.gif) no-repeat;
    width: 160px;
    height: 130px;
    background-size: cover;
    background-position: top center;
}

.MapGif{
	position: absolute;  top: 10px; left: 0; width: 160px !important
}

.brdr-boxs .box .handsIco{
	background: url(../images/hands.jpg) no-repeat;
    width: 130px;
    height: 110px;
    background-size: contain;
    background-position: top center;
    margin: 0 auto;

}

.brdr-boxs .box:hover .handsIco{
		background: url(../images/hands.gif) no-repeat;
 	width: 130px;
    height: 110px;
    background-size: contain;
    background-position: top center;
    margin: 0 auto;
}

.brdr-boxs .box p{   
	font-size: 14px;
  
}

.brdr-boxs .box span{color: #27aae2}


.ndMoreDiv{width: 100%; margin: 0 auto; text-align: center}

h2.ndMore{   
	display: inline-block;
	margin-bottom: 35px;
	font-size: 15px; font-weight: bold

}





/*=== section 2 ===*/

.home-section2, .home-section4, .how-section1, .how-section3{background: #fff; padding:0}

.home-section4{margin-bottom: 60px}

.home-section2 img, .home-section3 img, .home-section4 img{width: 110px}
.how-section1 img, .how-section2 img, .how-section3 img{   
	width: 330px;
    margin-top: 2%; 
	max-width: 100% }


.home-section2 .section-txt span, .home-section3 .section-txt span, .home-section4 .section-txt span,
.how-section1 .section-txt a , .how-section2 .section-txt a , .how-section3 .section-txt a, 
.how-section1 .section-txt span , .how-section2 .section-txt span , .how-section3 .section-txt span 

{font-size: x-large }



/*=== section 3 ===*/

.home-section3, .how-section2{background: #fff;  padding:20px 0}





/*=== section 5 ===*/
section.create-acc{background: #333; text-align: center; padding: 40px; color: #fff}
section.create-acc h2{margin: 0}








/*==============================*/
.card {
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(63, 63, 68, 0.1);
    background-color: #FFFFFF;
    margin-bottom: 30px;
}
.card-user .author {
    text-align: left;
    text-transform: none;
    margin-top: -70px;
}

.card-user .image {
    height: 80px;
	background-color:#4796D1;
}
.card .image {
    width: 100%;
    overflow: hidden;
    /*height: 260px;*/
    border-radius: 4px 4px 0 0;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}


.card .avatar {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 10%;
    margin-right: 5px;
}

.card .content {
    padding: 15px 15px 10px 15px;
}
.card-user .avatar {
    width: 124px;
    height: 124px;
    border: 5px solid #FFFFFF;
    position: relative;
    margin-bottom: 15px;
	
}

/*========================================*/
.x_panel {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 17px;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    transition: all .2s ease;
}


.thumbnail .image{height:190px;overflow:hidden}
.caption{padding:9px 5px;background:#FFFFFF; font-weight: bold;font-size:11px}
.caption p{margin-bottom:5px}
.thumbnail{height:/*190px*/100%;overflow:hidden}
.view{overflow:hidden;position:relative;text-align:center;box-shadow:1px 1px 2px #e6e6e6;cursor:default}
.view .mask,.view .content{position:absolute;width:100%;overflow:hidden;top:0;left:0}
.view img{display:block;position:relative}
.view .tools{text-transform:uppercase;color:#fff;text-align:center;position:relative;font-size:17px;padding:3px;background:rgba(0,0,0,0.35);margin:43px 0 0 0}
.mask.no-caption .tools{margin:90px 0 0 0}
.view .tools a{display:inline-block;color:#FFF;font-size:18px;font-weight:400;padding:0 4px}
.view p{font-family:Georgia, serif;font-style:italic;font-size:12px;position:relative;color:#fff;padding:10px 20px 20px;text-align:center}
.view a.info{display:inline-block;text-decoration:none;padding:7px 14px;background:#000;color:#fff;text-transform:uppercase;box-shadow:0 0 1px #000}
.view-first img{transition:all 0.2s linear; height:190px;}
.view-first .mask{opacity:0;background-color:rgba(0,0,0,0.5);transition:all 0.4s ease-in-out}
.view-first .tools{transform:translateY(-100px);opacity:0;transition:all 0.2s ease-in-out}
.view-first p{transform:translateY(100px);opacity:0;transition:all 0.2s linear}
.view-first:hover img{transform:scale(1.1)}
.view-first:hover .mask{opacity:1}
.view-first:hover .tools,.view-first:hover p{opacity:1;transform:translateY(0px)}
.view-first:hover p{transition-delay:0.1s}



/*==================== End home page =======================*/





/*==================== Know your worth page =======================*/

.row.brdr-boxs {
    max-width: 100%;
    margin: 0 auto;
}


.inside-banner{

	    height: 100%;
    padding: 50px 0;
		background-size: cover !important;
	
	
		text-align: center;	
	 display: block;
	width: 100%;
	  justify-content: center;
	
}

.Receive-box.box.worthPage, .secure-box.box.worthPage, .calculater-box.box.worthPage{

	padding: 20px;
	margin:30px 0; 
	box-sizing: border-box;
  	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	text-align: center;
	min-height: 200px;
    border-radius: 20px;
	
}

.Receive-box.box.worthPage p, .secure-box.box.worthPage p, .calculater-box.box.worthPage p{ font-size: 15px}





.worthPage.box .reciveSheet{
	background: url(../images/reciveSheet.jpg) no-repeat;
    width: 90px;
    height: 80px;
    background-size: 120px;
    background-position: -20px -15px;
    margin: 0 auto;
	margin-bottom: 5px
}

.worthPage.box:hover .reciveSheet{
		background: url(../images/reciveSheet.gif) no-repeat;
    width: 90px;
    height: 80px;
    background-size: 120px;
    background-position: -20px -15px;
    margin: 0 auto;
	margin-bottom: 5px
}




.worthPage.box .secureIco{
	background: url(../images/secure_sized.jpg) no-repeat;
    width: 90px;
    height: 80px;
    background-size: 72px;
    background-position: top center;
    margin: 0 auto;
	margin-bottom: 5px
}

.worthPage.box:hover .secureIco{
		background: url(../images/secure_sized.gif) no-repeat;
    width: 90px;
    height: 80px;
    background-size: 72px;
    background-position: top center;
    margin: 0 auto;
	margin-bottom: 5px
}





.worthPage.box .calculater{
	background: url(../images/calculater.jpg) no-repeat;
    width: 90px;
    height: 80px;
    background-size: 58px;
    background-position: 10px 6px;
    margin: 0 auto;
	margin-bottom: 5px
}

.worthPage.box:hover .calculater{
		background: url(../images/calculater.gif) no-repeat;
    width: 90px;
    height: 80px;
    background-size: 58px;
    background-position: 10px 6px;
    margin: 0 auto;
	margin-bottom: 5px
}




.inside-banner:before {
    height: 100%;
    vertical-align: middle;
    content: "";
    display: inline-block;
	
}

.inside-banner .wrap, .inside-banner .wrap h1{
	font-weight: bold;
	color: #333;
    padding: 0;
   
	vertical-align: middle;
    display: inline-block;
	margin: 0 auto;
}

.inside-banner .wrap p{    padding: 0 0 40px;}

.inside-banner .wrap span, .register-p span, .box.worthPage span{color:#0F92CA }
.inside-banner .wrap button, .reg-section.wrap button{
	padding: 10px; 
	    font-size: 14px;
	background: #0F92CA;
	border: none;
	outline: none; 
	font-weight: bold;
	color: #fff; 
	border-radius: 50px;
	transition: ease .5s all;}

.inside-banner .wrap button:hover, .reg-section.wrap button:hover{    
	background: #0067af;
    border: none;
    outline: none;
    color: #fff;
	
  }

.reg-section.wrap button{
	margin:0;
	
	
}


.laptop-bg{
	/* background:linear-gradient(rgba(51, 122, 183, 0.8) ,  rgba(39, 170, 226, 0.8)),  url(../images/bg-patteren.png); */
    height: 120px;
    margin: 170px 0;
    position: relative; 

}

.laptop-bg>div{
position: absolute;
    display: block;
    width: 100%;
    top: -150px;
}

.laptop-bg img{
    width: 500px;
}


.laptop-bg .register-p{padding-top: 35px}

.wrap.reg-section, h2.ndMore{padding: 15px; border: 1px solid #888787; border-radius: 20px; margin: 0 0 30px 0}

section.hire-worth-end {
    background: #54a534;
    text-align: center;
    padding: 20px;
    color: #fff;
}
section.worth-end, section.search-end, section.about-end  {
    background: #0F92CA;
    text-align: center;
    padding: 20px;
    color: #fff;
}


.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #ecf3ea;
}


.btn.get-started{background-color: #fff; transition: ease .5s all; padding: 5px 30px; color: #333}
.btn.get-started-hire{background-color: #fff; transition: ease .5s all; padding: 5px 30px; color: #333}
.btn.get-started:hover{  color: #fff; background-color: #0067af; }
.btn.get-started-hire:hover{  color: #fff; background-color: #215d09; }

.btn.rMore{
	background-color: #0f92ca;
    color: #fff;
	 transition: ease .5s all;    
	padding: 5px 20px;}

.btn.rMore:hover{ background:#0067af ; color: #fff}


.brdr-boxs .box.worthPage:before{
	content: "";
	height: 100%;
	vertical-align: middle;
	display: inline-block
}

.brdr-boxs .box.worthPage .text-center{
	width: 100%;
	height: 100%;
	vertical-align: middle;
	display: inline-block
}
.brdr-boxs .box.worthPage img{ width: 30px;}
.brdr-boxs .box.worthPage.share-box img{ width: 25px;}



/*====================End Know your worth page =======================*/








/*==========================How its work page==============================*/

.empty-space{
	width: 100%;
	display: block
}

.search-sec, .know-sec {
    background: #f9f9f9;
    height: 20px;
}

.upgrade-sec {
    background: #fff;
    height: 20px;
}

/*
.how-section1{background: url(../images/how-img1.png) no-repeat #f9f9f9 ;
background-size: 430px;
    background-position: 90%;
	height: 500px;
	line-height: 5;
	
}

/*


/*
.how-section2{background: url(../images/upgrade-prof.gif) no-repeat ;
background-size: 430px;
    background-position: 10%;
	height: 500px;
	line-height: 5
}

*/




.inside-banner.knowWorth-bnr{	background:    url(../images/knowUrWorthBG.jpg) no-repeat #ececec;
	background-position: 0 89% ;
}


.inside-banner.discover-bnr{	background:    url(../images/searchBG.jpg) no-repeat #ececec;
	background-position: 0 94.9% ;
	padding: 80px 0 !important
}

.inside-banner h1{font-size:  45px}


.inside-banner.searchBnr button{
	
	padding: 10px 17px;
    font-size: 13px;
    background: #0F92CA;
    border: none;
    outline: none;
   
    color: #fff;
    border-radius: 50px;
    transition: ease .5s all;
	
}
.inside-banner.searchBnr button > img{	width: 25px ; margin-right: 5px}

.inside-banner.searchBnr {	background:    url(../images/searchBG.jpg) no-repeat;
	background-position: 0 94.9% ;
}


.inside-banner.howItWork-hireBnr{	
	background:  url(../images/howItsWrkBG-hire.svg) no-repeat 0 90% #ececec  !important;
background-size: cover !important
}



.inside-banner.howItWork-talntBnr{	
	background:  url(../images/howItsWrkBG-talnt.svg) no-repeat 0 90% #ececec  !important;
background-size: cover  !important
}



i.fa.fa-check {
    padding-top: 12px;
    color: #5bbc2e;
}

i.icon-check{font-family: FontAwesome; font-style: normal}


.howWorkTaps{position: relative; display: table;  margin: 0 auto}
.howWorkTaps a{display: table-cell}

.howWorkTaps .nav-tabs{
	display: inline-table; 
	padding: 13px;
	width: 150px; 
	border: 1px solid #d8d8d8;
	 padding-left: 0;
    padding-right: 0;
	background: #fff;
	color: #333 !important }

.howWorkTaps .nav-tabs.active{ background: #54a534; border: 0; padding: 14px; color: #fff  !important}
.howWorkTaps.tlntPg .nav-tabs.active{ background: #0F92CA; border: 0; padding: 14px; color: #fff  !important}
.howWorkTaps .nav-tabs.frstTap{ color:#fff; border-radius: 90px 0 0 90px;}
.howWorkTaps .nav-tabs.secTap{ color:#fff; border-radius: 0;}
.howWorkTaps .nav-tabs.lstTap{ color:#fff; border-radius: 0 90px 90px 0;}
.tab-nav-links li{   
	padding-right: 20px;
    padding-left: 20px;}


.HowPagePlans table{min-height:300px; margin:auto}
.HowPagePlans table .btn-info{
	padding: 10px;
	margin:20px;  
	background: #0F92CA;
    transition: ease .5s all;
    border: none;
    outline: none;
    color: #fff;}

.HowPagePlans table .priceBoxHire, .plans-box .priceBox{
	border:1px solid #d4d4d4;background-color:#fff;padding:6px 25px;color:#54a534; border-radius: 20px

}

.HowPagePlans table .priceBox, .plans-boxTalnt .priceBox{
	border:1px solid #d4d4d4;background-color:#fff;padding:6px 25px;color:#0F92CA; border-radius: 20px

}



.HowPagePlans table .btn-info:hover{ background: #0067af; color: #fff}
.plans-box, .plans-boxTalnt{border: 1px solid #d4d4d4; margin: 40px 0; padding: 0;  border-radius: 20px; overflow: hidden}

.plans-btn{margin: 10px}
.plan-includes{
	width: 100%; 
	background: #5bbc2e;
    padding: 5px;
    color: #fff;
}
.plans-boxTalnt .plan-includes{
	width: 100%; 
	background: #0F92CA;
    padding: 5px;
    color: #fff;
}


ul.tab-nav-links.list-inline.m-r-0 {

  line-height: 50px;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 0;
	
}


ul.tab-nav-links.list-inline.m-r-0 a{color: #fff;}
ul.tab-nav-links.list-inline.m-r-0 a:hover, ul.tab-nav-links.list-inline.m-r-0 a:active, ul.tab-nav-links.list-inline.m-r-0 a:focus
{color: #fff;  padding-bottom: 17px; border-bottom: 3px solid #fff}


#navWrap{
    height: 50px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
	background: #54a534;
}

#navWrap.talntNavWrap{

	background: #0F92CA;
}

#navWrap nav {
    height: 50px;
 
}

.sticky {
    position: fixed;
    top: 0;
    display: block;
    background-color: #fff;
    margin: 0 auto;
    z-index: 999;
    text-align: center;
    width: 100%;
    left: 0;
}





.section-txt h4{line-height: 1.4;     text-align: justify;}




	




/*==============
	FAQS
===============*/

.faq-top, .news-top{
    margin-top: 65px;
    background: #f7f7f7;
}

.Heading-title {
    float: left;
    margin-bottom: 70px;
    text-align: center;
    width: 100%;
	padding: 40px 0
}

.Heading-title h1 {
    display: inline-block;
    font-size: 40px;
    margin: -5px 0 0;
    padding-bottom: 16px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
}



.Heading-title.black h1::before {
    background-color: #242424;
    bottom: 6px;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 99px;
}


.Heading-title h1::before {
    background-color: #fff;
    bottom: 6px;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 99px;
}

.Heading-title.black h1::after {
    background-color: #242424;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 59px;
}


.Heading-title h1::after {
    background-color: #fff;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 59px;
}

.Heading-title p {
    text-align: center;
    width: 70%;
    margin: 0 auto;
    margin-top: 20px;
    line-height: 20px;
}



.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}


.tab-collapsed a {
    color: #fff;
}


.panel-title a {
    display: block;
    position: relative;
    padding: 15px 60px 15px 20px;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.6;
    color: #191919;
}


.tab-collapsed .expand-icon-wrap {
    border-color: #fff;
    color: #fff;
}


.panel-title .expand-icon-wrap {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: 1px solid #d9d7d7;
    font-size: 24px;
    line-height: 46px;
    color: #0F92CA;
}

.expand-icon-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.panel-title .expand-icon {
    padding: 0 18px;
    vertical-align: middle;
}

.tab-collapsed .expand-icon:before {
    content: "\f056";
}

.panel-title .expand-icon:before {
    content: "\f055";
}


/*==========================End how its work page==============================*/




/*==========================Inside header pages==============================*/

.dropdowns {

}

.profileClk {
  outline: 0;

  background-color: transparent;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 0;
  font-weight: 600;
  overflow: hidden;
  cursor: pointer;
}
.profileClk:focus .dropdown, .profileClk:active .dropdown {
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  opacity: 1;
  visibility: visible;
}
.profileClk:checked .dropdown {

  opacity: 0;
}
.profileClk .material-icons {
  border-radius: 100%;
  -webkit-animation: ripple 0.6s linear infinite;
          animation: ripple 0.6s linear infinite;
}
.profileClk .dropdown {
  position: absolute;
  top: 78%;
  left: 0;
  background: #FFFFFF;
  width: 180px;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.profileClk .dropdown:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 20px;
  width: 0;
  height: 0;
  box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.05);
  border-top: 6px solid #FFFFFF;
  border-right: 6px solid #FFFFFF;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  mix-blend-mode: multiple;
}
.profileClk .dropdown li {
  z-index: 1;
  position: relative;
  background: #FFFFFF;
  padding: 5px 20px;
  color: #666;
  border-bottom: 1px solid rgba(0, 0, 0, 0.02);
}
.profileClk .dropdown a:hover {
  color: #0f92ca !important;
}
.profileClk .dropdown li:first-child {
  border-radius: 4px 4px 0 0;
	    font-size: 14px;
}
.profileClk .dropdown li:last-child {
  border-radius: 0 0 4px 4px;
}
.profileClk .dropdown li:last-child a {
  border-bottom: 0;
}
.profileClk .dropdown a {
  display: block;
  padding: 5px 0;
  color: inherit;
  font-size: 12px;
  text-decoration: none;
}


   #noti_Container ,
   #noti_Container2 {
		position:relative;
	}

	/* A CIRCLE LIKE BUTTON IN THE TOP MENU. */
	#noti_Button ,
	#noti_Button2 {
		width:22px;
		height:22px;
		line-height:22px;
		border-radius:50%;
		-moz-border-radius:50%; 
		-webkit-border-radius:50%;

		margin:-3px 5px 0 5px;
		cursor:pointer;
	}

  #notifications h4,
  #notifications2 h4{
	display:block;
	color:#333; 
	background:#FFF;
	font-weight:bold;
	font-size:13px;    
	padding:8px;
	margin:0;
	border-bottom:solid 1px rgba(100, 100, 100, .30);
	  text-align: left
  }

	/* THE POPULAR RED NOTIFICATIONS COUNTER. */
	#noti_Counter,
	#noti_Counter2 {
		 position: absolute;
		left: 23px;
		top: 9px !important;
		padding: 2px 5px;
		font-size: 12px;
		font-weight: 700;
		line-height: 1;
		color: #fff;
		text-align: center;
		background-color: #E1141E;
		border-radius: 20px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;

	}

	/* THE NOTIFICAIONS WINDOW. THIS REMAINS HIDDEN WHEN THE PAGE LOADS. */
	#notifications ,
	#notifications2 {
		display:none;
		width:240px;
		position:absolute;
		top:42px;
		left:-308%;
		background:#FFF;
		border:solid 1px rgba(100, 100, 100, .20);
		-webkit-box-shadow:0 3px 8px rgba(0, 0, 0, .20);
		z-index: 1;
	}

#notifications2{ left: -427%;}
	/* AN ARROW LIKE STRUCTURE JUST OVER THE NOTIFICATIONS WINDOW */
	#notifications:before ,         
	#notifications2:before {         
		content: '';
		display:block;
		width:0;
		height:0;
		color:transparent;
		border:10px solid #CCC;
		border-color:transparent transparent #FFF;
		margin-top:-20px;
		margin-left:123px;
	}

        
	#notifications2:before { margin-left: 167px;	}


.teamViewrBtn {
    border-radius: 20px;
    text-align: center;
    padding: 8px;
	display: inline-block;
    width: 200px;
	color: #fff;
	margin: 10px 0;
	 background:#038ff4;
	font-size: 15px;
}





	.seeAll {
		background:#F6F7F8;
		padding:8px;
		font-size:12px;
		font-weight:bold;
		border-top:solid 1px rgba(100, 100, 100, .30);
		text-align:center;
	}
	.seeAll a {
		color:#3b5998;
	}
	.seeAll a:hover {
		background:#F6F7F8;
		color:#3b5998;
		text-decoration:underline;
	}



.insideHeadRgt span{margin: 0!important}
.insideHeadRgt img, .navbar-nav img{
	border-radius: 50px;

	margin-right: 5px;
	margin-top: 5px;
	cursor: pointer;
    border: 2px solid #0F92CA;
	float: left
}

.noti_img{
	width: 40px;
    float: left;
    position: relative;
    margin: 0 10px 15px 0;
}


.noti_img img{
	width: 100%;
	border-radius: 50%;
	margin-top: 0
}

.mail-contnet h5{
	    margin: 0;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.mail-contnet span{
font-size: 10px;   color: #aaa;
}

.mail-contnet p{
	    font-size: 12px;
    display: block;
    margin: 5px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #313131;
}

.message-center a{
	border-bottom: 1px solid rgba(120,130,140,.13);
    display: block;
    padding: 9px 15px;
}

.message-center.unread a{background: #f3f3f3}

.message-center a:hover  {background: #f7fafc}

.badge{    background-color: #E1141E;}


.navbar-default .dropdown-menu.notify-drop {
  min-width: 330px;
  background-color: #fff;
  min-height: 360px;
  max-height: 360px;
}
.navbar-default .dropdown-menu.notify-drop .notify-drop-title {
  border-bottom: 1px solid #e2e2e2;
  padding: 5px 15px 10px 15px;
}
.navbar-default .dropdown-menu.notify-drop .drop-content {
  min-height: 280px;
  max-height: 280px;
  overflow-y: scroll;
}
.navbar-default .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-track
{
  background-color: #F5F5F5;
}

.navbar-default .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar
{
  width: 8px;
  background-color: #F5F5F5;
}

.navbar-default .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-thumb
{
  background-color: #ccc;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li {
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 0px 5px 0px;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li:nth-child(2n+0) {
  background-color: #fafafa;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li:after {
  content: "";
  clear: both;
  display: block;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li:hover {
  background-color: #fcfcfc;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li:last-child {
  border-bottom: none;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li .notify-img {
  float: left;
  display: inline-block;
  width: 45px;
  height: 45px;
  margin: 0px 0px 8px 0px;
}
.navbar-default .dropdown-menu.notify-drop .allRead {
  margin-right: 7px;
}
.navbar-default .dropdown-menu.notify-drop .rIcon {
  float: right;
  color: #999;
}
.navbar-default .dropdown-menu.notify-drop .rIcon:hover {
  color: #333;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li a {
  font-size: 12px;
  font-weight: normal;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li {
  font-weight: bold;
  font-size: 11px;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li hr {
  margin: 5px 0;
  width: 70%;
  border-color: #e2e2e2;
}
.navbar-default .dropdown-menu.notify-drop .drop-content .pd-l0 {
  padding-left: 0;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li p {
  font-size: 11px;
  color: #666;
  font-weight: normal;
  margin: 3px 0;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li p.time {
  font-size: 10px;
  font-weight: 600;
  top: -6px;
  margin: 8px 0px 0px 0px;
  padding: 0px 3px;
  border: 1px solid #e2e2e2;
  position: relative;
  background-image: linear-gradient(#fff,#f2f2f2);
  display: inline-block;
  border-radius: 2px;
  color: #B97745;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li p.time:hover {
  background-image: linear-gradient(#fff,#fff);
}
.navbar-default .dropdown-menu.notify-drop .notify-drop-footer {
  border-top: 1px solid #e2e2e2;
  bottom: 0;
  position: relative;
  padding: 8px 15px;
}
.navbar-default .dropdown-menu.notify-drop .notify-drop-footer a {
  color: #777;
  text-decoration: none;
}
.navbar-default .dropdown-menu.notify-drop .notify-drop-footer a:hover {
  color: #333;
}


/*==========================End Inside header pages==============================*/





/*========================== Inside footer pages==============================*/


.footerInside{position: fixed; bottom: 0;  margin: 0; width: 100%; display: block}
.footerInside .panel-title a{padding: 0; color: #fff;     border-bottom: 1px solid #2d2d2d; padding: 10px; line-height: 1; }
.footerInside .panel-default, .footerInside .panel-heading{border: 0; border-radius: 0}

.footerInside .panel-default>.panel-heading{
	    color: #fff;
    background-color: #1a1a1a;
    border-color:#1a1a1a;
	padding: 0
}

.fa-angle-down{
  transform: rotate(0deg);
  transition: transform .5s linear;
}

.fa-angle-down.open{
  transform: rotate(180deg);
  transition: transform .5s linear;
}


/*==========================End Inside footer pages==============================*/






/*==========================News pages==============================*/


	
		#page {
			margin: 2em auto 0 !important;
			max-width: 100% !important;
			background: #fff!important;
			border: 1px solid #1ca8e3;
			border-radius: 10px 10px 0 0 !important;
    		overflow: hidden !important;}
		
		.amazingslider-slider-30{width: 102%!important; overflow: hidden !important;}
		
		.amazingslider-bullet-image-30{ width: 60px !important; bottom: 0 !important}
		
		.amazingslider-nav-thumbnail-description-30{padding: 0!important;   width: 775px !important;}
		
		#product-demo{max-height: 315px !important;  margin: 0 !important; max-width: 100% !important;}
		
		.amazingslider-bullet-30{width: 100% !important; }
		
		.amazingslider-nav-30{    margin-left: 12px !important; }
		
		.amazingslider-nav-32{left: -140px !important; margin-left: 0 !important;}
		
		.amazingslider-slider-32{ left: 0px !important;}
		
		.amazingslider-nav-thumbnail-tite-32{
			text-align: left !important;
   			 font-size: 10px !important;}
	
		.amazingslider-bullet-32{ margin-bottom: 0px !important;	}
	
		
		.amazingslider-play-30{background: url('../images/playvideo-64-64-0.png') no-repeat left top !important}
		.amazingslider-arrow-right-30{background: url("../images/arrows-32-32-0.png") right bottom no-repeat !important}
		.amazingslider-arrow-left-30{background: url("../images/arrows-32-32-0.png") left bottom no-repeat !important}
		.amazingslider-bullet-playvideo-30{background: url("../images/play-32-32-0.png") no-repeat center center!important}
		.amazingslider-car-left-arrow-30{background: url("../images/carouselarrows-32-32-4.png") left top no-repeat!important}
		.amazingslider-car-right-arrow-30{background: url("../images/carouselarrows-32-32-4.png") right top no-repeat!important}
		
section.newsPg {
    margin-bottom: 80px;
}

.newsPg .filtermenu {
  text-align: center;
    margin: 0 auto;
    background: #333;
	border-radius:0 0 10px 10px;

}


.newsPg .filtermenu li {
  padding: 10px 20px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s;
	  cursor: pointer;

}

.filtermenu li.active {
  background: #0f92ca;
}



.newsPg .gallaryBox {
min-height: 420px; width: 100%; margin-top:25px; border-radius: 10px; overflow: hidden; text-align: center; border:1px solid #0f92ca}

.newsPg .filter a:hover { color: #0f92ca}

.gallaryBox .content{padding:0 15px; text-align: justify}
.gallaryBox .rMore{margin: 10px 0}
.gallaryBox .content p{text-overflow: ellipsis; height: 75px; overflow: hidden; font-size: 14px}

.gallaryBox .content p:after{

background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    content: "";
   height: 75px;
    display: block;
    position: relative;
    top: -113px;
}

.gallaryBoxHead{background: #0f92ca; height: 100px; color: #fff; position: relative}

.gallaryBoxHead .wrap h4{font-weight: bold; padding: 0; margin-bottom: 0; color: #97e0ff}

.gallaryBoxImg{
    position: relative;
    top: -20px;
	width: 310px;
	margin: 0 auto
}

.gallaryBoxImg img{width: 100%}


.gallaryBox .modal-content{min-height: 2000px}



.gallaryBox .modal-content .undrArticalImg{
	position: relative;
	display: block;
	padding: 20px 0;
	text-align: left;
	margin-bottom: 10px;
	}

.gallaryBox .modal-content .dateBox{
	background: #1795CC;
	display: inline-block;
	color: #fff;
	padding: 0 20px;
	position: absolute;
	bottom: 20px
}

.gallaryBox .modal-content .articalIcons{
padding-left: 90px
}


.gallaryBox .modal-content .dateBox h2, 
.gallaryBox .modal-content .dateBox p{
	padding: 0 ;
	margin: 0
}



.popupMDL.modal{
	overflow-x: hidden;
    overflow-y: hidden;
}

.gallaryBox .modal-dialog{margin: 90px auto; width: 90%;}
.gallaryBox .modal-header{border: 0}
.gallaryBox .articalImg img{width: 100%}
.gallaryBox .articalImg p{text-align: justify}
.gallaryBox .articalImg >h4{margin-top: 0}
.gallaryBox .articalImg .articalShare {border-bottom: 2px solid #e9e9e9}
.gallaryBox .articalImg .articalShare a{padding-right: 5px}
.gallaryBox .articalImg span >p{background: #f1f1f1; border-left: 5px solid #1795CC; padding: 10px; margin: 10px 0}
.gallaryBox .modal-body .cmntSection{margin-top: 30px; border-bottom: 1px solid #f1f0f0}
.gallaryBox .modal-body .cmntSection:last-child{border-bottom: 0}
.gallaryBox .modal-body .cmntSection.replay{margin-left: 30px}
.gallaryBox .modal-body{
	max-height: calc(100vh - 160px);
    overflow-y: auto;
	overflow-x: hidden;
}

.cmntSection .pull-right.small{display: block}
.cmntSection .cmntIcons{ font-size: 16px}

.gallaryBox .modal-body::-webkit-scrollbar-thumb{

	    background: #333;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);

}




.modal-backdrop.in {
    filter: alpha(opacity=80);
    opacity: .8;
}


.newsCmntFrm .form-group{text-align: left}
.newsCmntFrm .form-group label{font-size: 13px}

.NewsRgtSide h4{margin: 0 0 15px 0}

.NewsRgtSide .sidePost{margin-bottom: 30px}

.NewsRgtSide .sidePost img{float: left;margin-right: 10px}

.NewsRgtSide .newsTags ul{display: block; float: left}
.NewsRgtSide .newsTags ul li{
	display: inline-block;
    float: left;
    margin: 5px;
    border: 1px solid #aaa;
    padding: 5px;
    font-size: 12px;
	border-radius: 15px
}


.latstNews, .newsTags, .newsCmntFrm{margin-bottom: 40px}



/*==========================End news pages==============================*/









/*==============
	footer
===============*/
footer{
	  background-color: #1A1A1A;
 
	padding: 25px;
	overflow-x: hidden
}

footer h4, footer a{color: #9CD4F5;}
 footer a{color: #fff;  font-size: 13px}
 footer a:hover, .navbar .pull-right a:focus, .navbar .pull-right a:hover , .copyright a:hover{    color: #009eda !important;}

.footr-social{text-align: center}

.footr-social a{ 
	background: #aaa;
    padding: 5px;
    width: 30px;
    display: inline-block;
    text-align: center;
}

.footr-social a{ 
	background: #aaa;
    padding: 5px;
    width: 30px;
    display: inline-block;
    text-align: center;
	border-radius: 50px;
	margin: 5px 1px;
	transition: ease 1s all  
}

a.facebook{background: #3b5998}
a.gglPlus{background: #df4a32}
a.instgram{background: #c32aa3}
a.twitter{background: #00b6f1}
a.youtube{background: #b31217}
a.vimeo{background: #45bbff}

.footr-social a:hover{ background: #fff} 

footer .col-sm-2{margin-left: 3.3%}
footer .col-sm-2:first-child{margin-left: 15px}

.newsletter-input{width: 100%; background: #333; outline: none; border: none; font-size: 14px ; padding: 5px; margin-bottom: 10px;     border-radius: 50px; color: #fff; text-align: center; transition: ease all 1s}
.newsletter-btn{  width: 100%;}
.news-letter p{  color: #fff !important; font-size: 12px; margin-bottom: 10px}

.copyright{background: #000; text-align: center; color: #fff; padding: 20px; display: table; width: 100%}
.copyright p{display: table-cell; font-size: 11px;}



/*================
@Hafiz
=================*/
.account-container {
	width: 40%; 
	display: block;
	margin: 0px auto 40px auto;
	/*height:350px;
	background: #fff;
	/*border: 1px solid #d5d5d5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow:  0px 0px 2px #dadada, inset 0px -3px 0px #e6e6e6;
	padding: 40px;*/
	
	
	padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 30px;
     
	margin: 45px auto 45px;
    background-color: rgba(86, 178, 212, 0.23);
    padding: 35px 35px;
	
}

.login-fields input {
    
    font-size: 12px;
    color: #8e8d8d;
    padding: 11px 15px 10px 24px;
    background-color: #fdfdfd;
    width: 100%;
    display: block;
    margin: 0;
    box-shadow: inset 2px 2px 4px #f1f1f1;
}
.email-field {
    background: url(../images/email.png) no-repeat;
	background-position:5px 50%;	
}
.password-field {
    background: url(../images/lockxxxx.png) no-repeat;
	background-position:5px 50%;
}
.login-fields .fields {
	margin-bottom: 0.75em;
}

.login-fields label {
	font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-align: justify;
    letter-spacing: 2px;
    text-transform: capitalize;
    float: left;
    margin-bottom: 12px;
    width: 100%;
	/*display: none;*/
}
label{

font-weight:bold;	
}

.login-extra a{
	color:#0F92CA !important;
}

.switch-field {

	overflow: hidden;
	padding-bottom: 0px;
	padding-top: 0px;
}





/*===========
About us page
============*/

.wlcome-section{padding: 60px 0}
.wlcome-section span{color: #0F92CA}




.inside-banner.aboutUsBnr{	
	background:  url(../images/aboutUsBG.jpg) no-repeat 0 90% #f7f7f7 !important;
background-size: cover  !important
}

.aboutUs-content{margin-bottom: 60px}

.aboutUs-content ul li{font-size: 14px}

.aboutUs-content h4{
    background: #0F92CA;
    padding: 0;
    line-height: 2.5;
    border-radius: 90px;
    color: white;
    font-weight: bold;
}


.aboutUs-content h4 span{
    padding: 0 20px;
    margin-right: 20px;
    display: inline-block;
    border-right: 1px solid #fff;

}



.less.active .button-read-more {
    display: none;
}
.button-read-less {
    display: none;
}
.less.active .button-read-less {
    display: block;
}

.more p {
    margin: 0;
    padding: 0;
}


.aboutUs-form{margin: 30px 0}

.aboutUs-form .form-control{
	border-radius: 20px;
	text-align: center;
    text-align-last: center;
}
textarea.form-control{
	max-width: 100%;
	min-width: 98%
}

input.form-control-file[type="file"] {
    display: none;
}
.custom-file-upload {
    border-radius: 90px;
	background: #0F92CA;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
	color: #fff
}


.aboutUs-form select{
 -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
	justify-content: center;
    text-overflow: '';
	background: url('../images/arrowDown.png') no-repeat right #fff;
	background-size: 20px;
	background-position: 95%;
	color: #333;
	outline: 0;
	display: block;
}


.nightMood, .lightMood{font-size: 10px; padding-right: 5px}


.nightMood i, .lightMood i{font-size: 15px; background: #333; color: #fff; border-radius: 20px; padding: 5px;     width: 25px;
    text-align: center;}


.accessibility button{background-color: transparent;  cursor: pointer; border: 0; outline: 0; padding: 0;}
.accessibility button:focus i{background-color: #0F92CA; border: 0; outline: 0}






/*===========
Discover page
============*/




.flexBoxes{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	box-sizing: border-box;
	margin: 0 auto
	
}

.card{
width: 350px;
min-height: 250px;
padding-: 10px;
margin: 10px;
	transition: ease all .3s;
	-o-transition: ease all .3s;
	-ms-transition: ease all .3s;
	-moz-transition: ease all .3s;
	-webkit-transition: ease all .3s;
}


.card:hover, .card:focus {
  background: white;
  -moz-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 4px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 4px 0px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 4px 0px;
}

.discover-content{padding-top: 50px;  margin: 0 auto; margin-bottom: 30px}

.flexBoxes img{
	border-radius: 50px;
    width: 50px;
    position: absolute;
    left: 5px;
    top: 39%;
    border: 2px solid #0F92CA;

}

.projct-name:hover {text-decoration: underline}
.projct-name {
    font-size: 12px;
     padding-right: 5px;
    color: #aaa;
    text-align: right;
}

.staff-title a:hover{text-decoration: underline}

.staff-title {
  
    font-size: 12px;
	padding:20px 10px 0
}
.staff-title .view-like {
  text-align: left;
	padding-top: 5px;
	font-size: 12px;
}

.staff-title p{text-align: left; padding: 5px; border-bottom: 1px solid #e4e4e4; font-size: 11px}

.staff-title  hr{
	width: 10px;
    height: 1px;
    background: #aaa;
    display: inline-block;
  
    margin: 4px 5px 0;
}


.flexBoxes [class*=' col-'], .seeMore-dscvr {
	border-radius: 20px;
	padding: 0;
	text-align: center;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #e2e2e2;
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
	
}

.discover-content .staff-photo{
	background: url(../images/project.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	height: 140px;
	transition: ease all .3s;
	-o-transition: ease all .3s;
	-ms-transition: ease all .3s;
	-moz-transition: ease all .3s;
	-webkit-transition: ease all .3s;
}

.discover-content .staff-photo:hover{
opacity: .5
}


.seeMore-dscvr{
	border-radius: 10px;
    box-sizing: border-box;
    color: #191919;
    float: left;
    margin: 0 20px 20px 0;
    min-height: 300px;
    position: relative;
    text-align: left;
    width: 202px;
    background-color: #fcfcfc;
    border: 1px solid #e8e8e8;
    margin-right: 0;
    padding: 0 25px;
    text-align: center;
}

.seeMore-dscvr ul{margin-top: 20px}
 .seeMore-dscvr p{padding: 20px 5px 0; font-size: 13px}
 .seeMore-dscvr a{margin-bottom: 20px; margin-top: 10px}


.rf-project-cover {
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    color: #191919;
    float: left;
    margin: 0 20px 20px 0;
    min-height: 300px;
    position: relative;
    text-align: left;
    width: 202px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(25,25,25,0.2);
    -webkit-box-shadow: 0 1px 2px rgba(25,25,25,0.2);
    -moz-box-shadow: 0 1px 2px rgba(25,25,25,0.2);
    -o-box-shadow: 0 1px 2px rgba(25,25,25,0.2);
    -ms-box-shadow: 0 1px 2px rgba(25,25,25,0.2);
    cursor: pointer;
}


.seeMore-dscvr {
    margin-right: 0;
    -ms-flex-order: 0;
    order: 0;
}

.rf-project-cover:nth-child(1) {
        -ms-flex-order: -5;
        order: -5
    }

.rf-project-cover:nth-child(2) {
    -ms-flex-order: -4;
    order: -4;
}


.rf-project-cover:nth-child(3) {
    -ms-flex-order: -3;
    order: -3;
}

.rf-project-cover:nth-child(4) {
    -ms-flex-order: -2;
    order: -2;
}


.rf-project-cover:nth-child(5) {
    -ms-flex-order: -1;
    order: -1;
	    margin-right: 20px;
}


.flexBoxes aside{max-width: 18%; position: absolute; right: 6.5% }

.flexBoxes .discvr-lftSide{max-width: 82%; }





/*==============
	plans page
===============*/


.wizard {
    margin: 20px auto;
    background: #fff;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 40px auto;
        margin-bottom: 0;
        border-bottom-color: transparent;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 4px;
    background: #0f92ca;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
 
}


.wizard .nav-tabs > li.active > a:focus{background: #eee}

span.round-tab {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 100px;
    background: #1a1a1a;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 20px;
	color: #fff
	
}

span.round-tab:visited{background: #eee}

span.round-tab i{
    color:#555555;
		top: -9px;

}
.wizard li.active span.round-tab {
    background: #0f92ca;
    color: #fff;
    
}


.wizard li.active span.round-tab i{
    color: #5bc0de;
	    top: -9px;
}

span.round-tab:hover {
    color: #fff;
}

.wizard .nav-tabs > li {
    width: 25%;
}



.wizard .nav-tabs > li a {
    width: 40px;
    height: 40px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 100%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .wizard .nav-tabs > li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }


}








.progress-tracker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto;
  padding: 0;
  list-style: none;
}

.progress-step {
  display: block;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  margin: 0;
  padding: 0;
  min-width: 28px;
}

.progress-step:last-child {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.progress-step:not(:first-child)::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -10;
  top: 12px;
  bottom: 12px;
  left: -14px;
  width: 100%;
  height: 4px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.progress-step:not(:last-child)::after {
  content: '';
  display: block;
  position: absolute;
  z-index: -10;
  top: 12px;
  bottom: 12px;
  right: -14px;
  width: 100%;
  height: 4px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.progress-step.is-active .progress-title {
  font-weight: 400;
}

.progress-step > a {
  display: block;
}

.progress-marker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 20;
  width: 28px;
  height: 28px;
  padding-bottom: 2px;
  color: #fff;
  font-weight: 400;
  border: 2px solid transparent;
  border-radius: 50%;
  -webkit-transition: background-color, border-color;
  transition: background-color, border-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.progress-text {
  display: block;
  padding: 14px 9.3333333333px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.progress-title {
  margin-top: 0;
}

.progress-step .progress-marker {
  color: #fff;
  background-color: #b6b6b6;
}

.progress-step::after {
  background-color: #b6b6b6;
}

.progress-step .progress-text, .progress-step .progress-step > a .progress-text {
  color: #333333;
}

.progress-step.is-active .progress-marker {
  background-color: #2196F3;
}

.progress-step.is-complete .progress-marker {
  background-color: #1976D2;
}

.progress-step.is-complete::after {
  background-color: #868686;
}

.progress-step:hover .progress-marker {
  background-color: #56ADF5;
}

.progress-tracker--center .progress-step {
  text-align: center;
}

.progress-tracker--center .progress-step:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.progress-tracker--center .progress-step::after {
  right: -50%;
}

.progress-tracker--center .progress-marker {
  margin-left: auto;
  margin-right: auto;
}

.progress-tracker--right .progress-step {
  text-align: right;
}

.progress-tracker--right .progress-step:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.progress-tracker--right .progress-step::after {
  right: calc(-100% + 14px);
}

.progress-tracker--right .progress-marker {
  margin-left: auto;
}

.progress-tracker--border {
  padding: 5px;
  border: 2px solid #868686;
  border-radius: 38px;
}

.progress-tracker--spaced .progress-step::after {
  width: calc(100% - 48px);
  margin-right: 24px;
}

.progress-tracker--word {
  padding-right: 38.6666666667px;
  overflow: hidden;
}

.progress-tracker--word .progress-text {
  display: inline-block;
  white-space: nowrap;
}

.progress-tracker--word .progress-title {
  margin: 0;
}

.progress-tracker--word-center {
  padding-right: 38.6666666667px;
  padding-left: 38.6666666667px;
}

.progress-tracker--word-center .progress-text {
  padding-right: 0;
  padding-left: 0;
  -webkit-transform: translateX(calc(-50% + 14px));
          transform: translateX(calc(-50% + 14px));
}

.progress-tracker--word-right {
  padding-right: 0;
  padding-left: 38.6666666667px;
}

.progress-tracker--word-right .progress-text {
  padding-left: 0;
  -webkit-transform: translateX(calc(-100% + 28px));
          transform: translateX(calc(-100% + 28px));
}

.progress-tracker--text .progress-step:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.progress-tracker--text-top .progress-step::after {
  top: auto;
}

.progress-tracker--text-top .progress-text {
  height: 100%;
}

.progress-tracker--text-top .progress-marker {
  bottom: 28px;
}

.progress-tracker--text-inline .progress-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.progress-tracker--text-inline .progress-text {
  position: relative;
  z-index: 30;
  max-width: 70%;
  white-space: nowrap;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
}

.progress-tracker--text-inline .progress-title {
  margin: 0;
}

.progress-tracker--square .progress-step {
  padding-top: 0;
}

.progress-tracker--square .progress-marker {
  -webkit-transform: scaleX(0.33) translateY(-12px);
          transform: scaleX(0.33) translateY(-12px);
  border-radius: 0;
}

@media (max-width: 399px) {
  .progress-tracker-mobile {
    overflow-x: auto;
  }
  .progress-tracker-mobile .progress-tracker {
    min-width: 200%;
  }
}

.progress-tracker--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.progress-tracker--vertical .progress-step {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.progress-tracker--vertical .progress-step::after {
  right: auto;
  top: 14px;
  left: 12px;
  width: 4px;
  height: 100%;
}

.progress-tracker--vertical .progress-marker {
  position: absolute;
  left: 0;
}

.progress-tracker--vertical .progress-text {
  padding-top: 7px;
  padding-left: 42px;
}

.progress-tracker--vertical .progress-step:not(:last-child) .progress-text {
  padding-bottom: 42px;
}

@-webkit-keyframes scale-up {
  from {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes scale-up {
  from {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

.anim-ripple .progress-marker::before, .anim-ripple-large .progress-marker::before, .anim-ripple-splash .progress-marker::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 30;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  visibility: hidden;
}

.anim-ripple :not(:active) .progress-marker::before, .anim-ripple-large :not(:active) .progress-marker::before, .anim-ripple-splash :not(:active) .progress-marker::before {
  -webkit-animation: scale-up 0.3s ease-out;
          animation: scale-up 0.3s ease-out;
}

.anim-ripple :focus .progress-marker::before, .anim-ripple-large :focus .progress-marker::before, .anim-ripple-splash :focus .progress-marker::before {
  visibility: visible;
}

.anim-ripple-large .progress-marker::before {
  width: 200%;
  height: 200%;
}

.anim-ripple-splash .progress-marker::before {
  width: 200%;
  height: 200%;
  box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.35);
}

.anim-ripple-double .progress-marker::before, .anim-ripple-double .progress-marker::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 30;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  visibility: hidden;
  background: none;
  border: 3px solid rgba(0, 0, 0, 0.3);
}

.anim-ripple-double :not(:active) .progress-marker::before, .anim-ripple-double :not(:active) .progress-marker::after {
  -webkit-animation: scale-up 0.3s ease-out 0s;
          animation: scale-up 0.3s ease-out 0s;
}

.anim-ripple-double :not(:active) .progress-marker::after {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.anim-ripple-double :focus .progress-marker::before, .anim-ripple-double :focus .progress-marker::after {
  visibility: visible;
}

.anim-path .progress-step::after {
  background-image: -webkit-linear-gradient(left, #b6b6b6 50%, #868686 50%);
  background-image: linear-gradient(to right, #b6b6b6 50%, #868686 50%);
  background-size: 200% 100%;
  background-position: 0% 100%;
  -webkit-transition: background-position 0.3s ease-out;
  transition: background-position 0.3s ease-out;
}

.anim-path .progress-step.is-complete::after {
  background-position: -100% 100%;
}










/*==============
	Media QUERIES
===============*/





@media (min-width: 1626px) {
    .discover-content {
        width: 1534px
    }
    .rf-project-cover:nth-child(7n) {
        margin-right: 0
    }
	
	   .discvr-lftSide .rf-project-cover:nth-child(7n) { margin-right: 20px}
	  
    .rf-project-cover:nth-child(7) {
        margin-right: 20px
    }
    .seeMore-dscvr {
        margin-right: 0;
        -ms-flex-order: 0;
        order: 0
    }
    .rf-project-cover:nth-child(2) {
        -ms-flex-order: -6;
        order: -6
    }
    .rf-project-cover:nth-child(3) {
        -ms-flex-order: -5;
        order: -5
    }
    .rf-project-cover:nth-child(4) {
        -ms-flex-order: -4;
        order: -4
    }
    .rf-project-cover:nth-child(5) {
        -ms-flex-order: -3;
        order: -3
    }
    .rf-project-cover:nth-child(6) {
        -ms-flex-order: -2;
        order: -2
    }
    .rf-project-cover:nth-child(7) {
        -ms-flex-order: -1;
        order: -1
    }
	
	 .discvr-lftSide .rf-project-cover { margin: 0 40px 20px 0 !important}

	
}

@media (min-width: 1404px) and (max-width: 1625px) {
	
	
    .discover-content {
        width: 1312px
    }
    .rf-project-cover:nth-child(6n) {
        margin-right: 0
    }
    .rf-project-cover:nth-child(6) {
        margin-right: 20px
    }
    .seeMore-dscvr {
        margin-right: 0;
        -ms-flex-order: 0;
        order: 0
    }
    .rf-project-cover:nth-child(1) {
        -ms-flex-order: -6;
        order: -6
    } 
	.rf-project-cover:nth-child(2) {
        -ms-flex-order: -5;
        order: -5
    }
    .rf-project-cover:nth-child(3) {
        -ms-flex-order: -4;
        order: -4
    }
    .rf-project-cover:nth-child(4) {
        -ms-flex-order: -3;
        order: -3
    }
    .rf-project-cover:nth-child(5) {
        -ms-flex-order: -2;
        order: -2
    }
    .rf-project-cover:nth-child(6) {
        -ms-flex-order: -1;
        order: -1
    }
	
		 .discvr-lftSide .rf-project-cover { margin: 0 50px 20px 0 !important}

}

@media (min-width: 1182px) and (max-width: 1403px) {
    .discover-content {width: 1090px}
    .rf-project-cover:nth-child(5n) {margin-right: 0}
	
	
   .discvr-lftSide .rf-project-cover:nth-child(5n) { margin-right: 20px}
	
    .seeMore-dscvr {
		margin-left: 20px;
        margin-right: 0;
        -ms-flex-order: 0;
        order: 0
    }
    .rf-project-cover:nth-child(2) {
        -ms-flex-order: -4;
        order: -4
    }
    .rf-project-cover:nth-child(3) {
        -ms-flex-order: -3;
        order: -3
    }
    .rf-project-cover:nth-child(4) {
        -ms-flex-order: -2;
        order: -2
    }
    .rf-project-cover:nth-child(5) {
        -ms-flex-order: -1;
        order: -1
    }
}

@media (min-width: 960px) and (max-width: 1181px) {
    .discover-content {
        width: 868px
    }   
	.discover-content.outside{
        width: 888px
    }
    .rf-project-cover:nth-child(4n) {
        margin-right: 0
    }
    .rf-project-cover:nth-child(4) {
        margin-right: 20px
    }

.seeMore-dscvr {
    margin-right: -1;
    -ms-flex-order: -1;
    order: -1;
}

.rf-project-cover:nth-child(1) {
        -ms-flex-order: -4 !important;
        order: -4 !important
    }

.rf-project-cover:nth-child(2) {
    -ms-flex-order: -3;
    order: -3;
}
.rf-project-cover:nth-child(3) {
    -ms-flex-order: -2;
    order: -2;
}



}




@media (min-width:1199px)
	{.small-srch{display: none}
		
	
}


@media (max-width:1200px){
	 .navbar-inverse .navbar-form{display: none}
	
}




@media (max-width:992px){
	
	
		
.flexBoxes aside{display: none}

.flexBoxes .discvr-lftSide{max-width: 100% }
	
	
	.MapGif{
	position: absolute;  top: 10px; left: 40%; width: 110px !important
}

	
	.HowPagePlans table .priceBoxHire, .plans-box .priceBox{  padding: 6px 12px !important; }
	.navbar-inverse .navbar-brand img {width: 130px;}
	.frgt-pass, .login-form-remember.checkbox{text-align: center !important;}
	.slider-text{   top: 140px;left: 17%;}
	.slider-welcome{ font-size: 4vw;}
	.slider-typeJS span{ font-size: 2vw;}

	
}



@media (min-width: 738px) and (max-width: 959px) {
    .discover-content {
        width: 666px
    }
    .rf-project-cover:nth-child(3n) {
        margin-right: 0
    }
    .rf-project-cover:nth-child(3) {
        margin-right: 20px
    }
    .seeMore-dscvr {
        margin-right: -2;
        -ms-flex-order:-2;
        order: -2
    }
    .rf-project-cover:nth-child(2) {
        -ms-flex-order: -3;
        order: -3
    }
    .rf-project-cover:nth-child(3) {
        -ms-flex-order: -3;
        order: -3
    } 

}

@media (min-width: 604px) and (max-width: 737px) {
    .discover-content {
        width: 444px
    }
    .rf-project-cover:nth-child(2n) {
        margin-right: 0
    }
    .rf-project-cover:nth-child(2) {
        margin-right: 20px
    }
    .seeMore-dscvr {
        margin-right: -3;
        -ms-flex-order: -3;
        order: -3
    }
    .rf-project-cover:nth-child(2) {
        -ms-flex-order: -4;
        order: -4
    }
}



@media (min-width: 450px) and (max-width: 603px) {
    .discover-content {  width: 455px }
   
	
	    .seeMore-dscvr {
        margin-right: -3;
        -ms-flex-order: -3;
        order: -3
   		 }
	
    .rf-project-cover:nth-child(2) {
        -ms-flex-order: -4;
        order: -4
    }
	
		.cmntSection .pull-right.small {
		display: block;
		width: 100%;
		padding-bottom: 15px;
		font-size: 11px;
		word-spacing: 5px;
	}
	
}






@media (min-width:768px) and (max-width:991px){
	
	.row.brdr-boxs {
    max-width: 100%;
    margin: 0 auto;
}
	
	.brdr-boxs .box.worthPage{ padding: 20px;}
	.account-container{width: 60%}
	.navbar-inverse .navbar-nav>li>a{  
	margin-right: 20px;
	 font-size: 12px !important;}
	
	 footer a{font-size: 70%}
	footer h4{font-size: 90%}
	footer .col-sm-2{padding: 0}
	.home-section2 .col-md-3, .home-section3 .col-sm-3, .home-section4 .col-md-3 {text-align: center}
	.home-section3 .col-sm-12:first-child{text-align: center}	
	.wide-input{width: 95% !important;}
	
}



@media (min-width:768px){

	.inside-banner.searchBnr .search-inputs input:nth-child(2){max-width: 150px }
.inside-banner.searchBnr .search-inputs {display: inline-block}
}
	
	
@media (max-width:767px){
	
	
	.gallaryBoxHead .wrap h4, .gallaryBoxHead .wrap p{font-size: 3vw}
	
	
	.newsPg .filtermenu li{
		padding: 10px 10px;
    	font-size: 14px;
	}
	
	.gallaryBox .content p{  text-align: center}
	.gallaryBox .content p:after{  top: -71px;}
	
	.newsPg .filter a{
		padding: 10px 10px;
		font-size: 12px;
	}
	
	.navbar-toggle{margin-right: 0 !important}
	
	.footerInside{ position: relative}
	.footerInside .panel-title a{padding: 10px 0}
	
	.insideHeadRgt{	
	display: inline-flex; position: relative; z-index: 10; margin: 0; margin-right: 15px !important; float: right;}
	
	#notifications, #notifications2{left: -330%;}
	
	#notifications:before, #notifications2:before{    margin-left: 136px;}
	
	.inside-banner h1{font-size:  30px}

	.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a.active{padding: 10px;     border-bottom: 0;}
	.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > span{margin-right:2px !important}
	
	.search input{

		box-shadow:none;
		border: none;
		border-right: 1px solid #dedede !important;
		width: 50% !important; 
		float: left !important;
		transition: all 1s ease;
		border-radius: 50px;
		background: #fff;

	}



.srch-dropdwn{

    padding: 5px !important;
    background: #fff !important;
    border-radius: 0 !important;
    font-size: 13px !important;
    color: #333 !important;
}

	
	.faq-top{margin-top: 50px}
	.inside-banner.howItWork-hireBnr, .inside-banner.howItWork-talntBnr,  
	.inside-banner.knowWorth-bnr, .inside-banner.discover-bnr,  .inside-banner.searchBnr, .inside-banner.aboutUsBnr
	{ background-image: none!important; background-color:#cecece !important; padding: 30px 0}
	.inside-banner.howItWork-hireBnr .wrap p, .inside-banner.howItWork-talntBnr .wrap p{  padding: 15px 0 50px; font-size: 80%}
	.home-section2 .section-txt span, .home-section3 .section-txt span, .home-section4 .section-txt span, .how-section1 .section-txt span, .how-section2 .section-txt span, .how-section3 .section-txt span {
    font-size: large;
}
	
	.section-title { text-align: center;}
	.panel-title a{font-size: 13px}
	.tab-nav-links li{padding:0 10px; font-size: 12px}
	.howWorkTaps .nav-tabs{width: 130px; font-size: 12px}
	.howWorkTaps{top: -26px}
	
	.slider-text{     
    left: 20px;
	top: 180px;
    width: 100%;
	height: 100%;
    vertical-align: middle;
	display: inline-block;
		
	}
	

	.slider-typeJS{     line-height: 30px;width: 450px;}
	.slider-typeJS .btn-default{  font-size: 3vw}
	.slider-welcome{ font-size: 6vw;}
	.slider-typeJS span{ font-size: 3vw;}
	.inside-banner .wrap button, .reg-section.wrap button, .reg-section.wrap button{font-size: 11px}
	.inside-banner .wrap button{padding: 10px}
	.inside-banner{ background-position: 0 70%;}
	.inside-banner .wrap, .inside-banner .wrap h1{ width: 90%}
	.brdr-boxs .box{padding: 5px 10px;  min-height: 180px !important; line-height: 30px; }
	.brdr-boxs .box h3{margin: 0}
	.brdr-boxs .box p{font-size: 80%; padding: 7px}
	.section-title h3, .ndMore{ font-size: 14px}
	.ndMore{     
	
    margin-bottom: 25px !important;
	}

	.laptop-bg img{
	max-width: 100% !important;
    margin:  15px 0;
   
	}
		
	.account-container{width: 80%}
	.login-fields label{font-size:14px }
	.login-extra p{font-size: 12px}
	.navbar-inverse .navbar-brand img{width: 130px; margin-top: 2% !important;}
	.navbar-inverse .navbar-form{display: block}
	.small-srch{display: none}
	.navbar-inverse .navbar-nav>li>a{font-size: 13px; padding: 10px}	
	.navbar-inverse .navbar-nav>li>a:hover {
   color: #fff !important;
	border-left: #0F92CA 1px solid;
    padding: 10px;
		border-bottom: 0
}

	.navbar-inverse{background: rgba(0,0,0,0.5); box-shadow: 1px 1px 8px 0px rgba(0,0,0,.2);     padding: 10px; z-index:999}
	.navbar-brand {padding: 2px 5px;}
	.home-section2 .col-md-3,
	.home-section3 .col-sm-3,
	.home-section4 .col-md-3,
	.home-section3 .col-sm-12:first-child {text-align: center}
	.home-section2 .section-txt h4, .home-section3 .section-txt h4, .home-section4 .section-txt h4{font-size: 90%}
	.section-txt.vertical-align .wrap{margin-top: -15px; text-align: center}
	.vertical-align.image-block {height: 100%;}

	footer .col-sm-2, footer .col-sm-2:first-child{ margin-bottom: 10%; margin-left: 0}
	.copyright {text-align: center}
	.copyright p{display: block; text-align: center}
	.Footer-section{text-align: center}	
	.login-nav p{ font-size: 12px; text-align: center; line-height: 1.5;}
	.login-nav p a{ display: block}
	.login-nav .navbar-brand img{  text-align: center; margin: 0 auto;    float: left; }
	.signup-box ul li a{
		  border-radius: 50px 0 0 50px ;
		font-size: 13px;
		padding: 8%

		}
	
	.signup-box ul li:nth-child(2) a{   
    	border-radius: 0 50px 50px 0 !important;}
	
	.wide-input{width: 95% !important;}

	
}




@media (max-width:450px){
	
	.gallaryBoxHead .wrap h4, .gallaryBoxHead .wrap p{font-size: 4vw}

		
	#notifications, #notifications2{left: -450%;}
	
	#notifications:before, #notifications2:before{    margin-left: 185px;}
	
	.newsPg .filtermenu li{
		padding: 10px 14px;
    	font-size: 12px;
	}
	
	
		.cmntSection .pull-right.small {
		display: block;
		width: 100%;
		padding-bottom: 15px;
		font-size: 11px;
		word-spacing: 5px;
	}
	
	.gallaryBox .modal-content .articalIcons {
   	 padding-left: 80px;
   	 font-size: 11px;
	}

	.newsPg .filter a {
    padding: 10px 5px;
    font-size: 11px;}
	
	.discvr-lftSide{width: 50%}
	.flexBoxes{justify-content: center}
	.flexBoxes .card{margin-right: 0}
	.seeMore-dscvr{display: none}
	
    .discover-content {
        width: 415px
    }
    .rf-project-cover:nth-child(2n+1) {
        margin-right: 10px
    }
	
	    .seeMore-dscvr {
        margin-right: -3;
        -ms-flex-order: -3;
        order: -3
   		 }
    .rf-project-cover:nth-child(2) {
        -ms-flex-order: -4;
        order: -4
    }
	
	
	.sliderBtns{margin-top: 5px}




	.howWorkTaps .nav-tabs {
	width: 90px;
	font-size: 11px;
	padding: 8px;

	}
	
	
	
	.howWorkTaps {
    top: -30px;
	}
	
	
	.howWorkTaps .nav-tabs.active, .howWorkTaps.tlntPg .nav-tabs.active {padding: 8px;}
	
	.laptop-bg img{
	max-width: 100% !important;
    margin: 20% 0 0;
   
	}
	
	.laptop-bg{
    margin: 120px 0;
   
	}
	

	.navbar-inverse .navbar-brand img{width: 100px; margin-top: 7% !important}
	
	
}

@media (min-width: 380px) and (max-width:450px) {
	.card.rf-project-cover{
	max-width: 160px;
    margin-right: 30px;}
}
@media (max-width: 380px) {
	
	.discvr-lftSide{width: 80%}
	.discvr-lftSide .rf-project-cover {margin:  0 20px 20px 0}
	
	
    .discover-content {
        width: 260px
    }
    .rf-project-cover:nth-child(2n+1) {
        margin-right: 0
    }
}


@media (max-width:320px){
	
	.sliderBtns{margin-top:0}
	.slider-typeJS{line-height: 22px}
	.laptop-bg>div{top: -100px}
	
	.slider-typeJS {    width: 180px;}
	
}