body { 
	font-size:15px;
	color:#2b2b2b; 
	font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6 { 
	font-family: 'Roboto', sans-serif;
}
.banners {
    position:relative;
}
.innerbanner{
   position:absolute;  
   top:130px;
   width:100%;
   
}
.mobform{
    display:none;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.samsher {
    background: #fff;
    padding: 30px 0 0 0!important;
    margin: 30px 0!important;
}
p {
  line-height: 24px;
  color: #686868;
  font-size: 14px;
  font-weight:normal;
	text-align:justify;

}
h2.sam{
    background:#005ca9;
    color:#fff;
      padding:15px 0;
    border-radius:3px;
    text-align:center;
}
.form-horizontal{
    background:#005ca9;
    padding:5px 0;
    border-radius:3px;
}
 .footer-from .form-group{
    margin-bottom:18px!important;
    
}
.form-horizontal h2{
    text-align:center;

    border-radius:3px;
    padding:10px;
}
 hr{
    border-top:2px solid #005ca9!important;
 }

h1 {
  font-size: 36px;
  font-weight:600;
  
}

h2 {
  font-size: 30px;
  font-weight:600;
}

h3 {
  font-size: 24px;
  font-weight:600;
}

h4 {
  font-size: 20px;
   font-weight:600;
}
h5{
	font-size:18px;
	 font-weight:600;
}
h6{
	font-size:16px;
	 font-weight:600;
}

/* ==================================================
  General
  ================================================== */
  
 :focus{
	     box-shadow: none !important;
    outline: 0 !important;
 }
 :hover{
	     box-shadow: none !important;
    outline: 0 !important;
 }
  
a {
      -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
	    color: #ef2e24;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
.backgroundimagesam {
    background:url('5.jpg');
    background-size:cover;
    padding:50px 0!important;
    
}
.background-grey{
	background:#ebebeb;
}
.background-blue{
	background:#072938;
}
.background-red{
	background:#dc4238;
}
.background-white{
	background:#ffffff;
}
.color-white{
	color:#ffffff;
}
.color-red{
	color:#ed1c24;
}

section{
	float:left;
	width:100%;
}

.heading {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 14px;
    margin-bottom: 26px;
    margin-top: 31px;
}

.heading:before{
	content:"";
	width:70px;
	height:3px;
	background:#dc4238;
	position:absolute;
	bottom:0;
	left:0;
}
.heading img {
    margin-right: 40px;
    margin-top: -14px;
	margin-left:16px;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.wrapper-row{
	    display: inline-flex;
}
.row.no-gutters.wrapper-row > [class^="col-"],
.row.no-gutters.wrapper-row > [class*=" col-"] {
	    display: grid;
}

.col-flex
{
	-webkit-flex: 1;  /* Safari 6.1+ */
    -ms-flex: 1;  /* IE 10 */    
    flex: 1;
}

.col-flex-4 {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
}
.col-flex-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-flex-8 {
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
}
.col-flex-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-flex-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-flex-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.row-flex
{ 
	    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	
}

.row_style {
    position: absolute!important;
    z-index: 0!important;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}
.row_style svg {
    position: absolute!important;
    bottom: -10px;
    width: 100%;
    height: auto;
    fill: #f4f5fa;
}
.row_style-grey-svg .row_style svg{
	 fill: #f4f5fa;
}
.row_style-grey-white .row_style svg{
	 fill: #fff;
}



/* ==================================================
  Elements
  ================================================== */
.btn {
   
}

.btn:hover { 
}

.btn:focus { 
}

.btn-ghost { 
}

.btn-ghost:hover { 
}
 
.btn-with-border img {
    margin-left: 13px;
}

.btn-with-border {
    color: #202124;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    border: 1px solid #6e6e6e;
    border-radius: 0;
    padding: 14px 28px;
    margin: 36px 0 25px; 
	 letter-spacing:0.5px
}
.btn-bg-lightgreen {
    margin: 36px 26px 25px 0;
    background: #00cea1;
    font-size: 17px;
    color: #ffffff;
    text-transform: none;
    font-weight: 500;
    padding: 12px 0;
    border-radius: 4px;
    min-width: 146px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.28);
}
a.btn.btn-bg-yellow {
   
}
.btn-bg-blue{
	    margin: 36px 0 25px;
    font-size: 15px;
    color: #fff;
    text-transform: none;
    font-weight: 500;
    text-align: center;
    background-image: -moz-linear-gradient(0deg, #1721cc 0%, #128df5 100%);
    background-image: -webkit-linear-gradient(0deg, #1721cc 0%, #128df5 100%);
    background-image: -ms-linear-gradient(0deg, #1721cc 0%, #128df5 100%);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.28);
    padding: 12px 0;
    border-radius: 4px;
    min-width: 146px;
}
.btn-bg-blue:hover, .btn-bg-blue:active, .btn-bg-blue:focus {
    color: #fff; 
    box-shadow: none;
}
.btn-bg-lightgreen:hover, .btn-bg-lightgreen:active, .btn-bg-lightgreen:focus {
    color: #000000; 
    box-shadow: none;
}
.btn-bg-violet:hover, .btn-bg-violet:active, .btn-bg-violet:focus {
    color: #fff; 
    box-shadow: none;
}
 .btn-bg-violet{
	    margin: 24px 0 25px;
    font-size: 15px;
    color: #fff;
    text-transform: none;
    font-weight: 600;
    text-align: center;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.28);
    padding: 13px 39px;
    border-radius: 4px;
    min-width: 146px;
    background: linear-gradient(to right,#4208bc 0,#7141f9 51%,#4208bc 100%);
    background-size: 200% auto!important;
    letter-spacing: 0.5px;
}

.banner-caption-inner {
    padding-top: 100px;/* 
    padding-bottom: 100px; */
}
.home-About-Us{
	display:table;
	height:100vh;
}

#fullPage{
	float:left;
	width:100%;
}
.btn-with-border:hover {
    background: #ed1c24;
    border-color: #c30007;
}
 
section.home-service .container{z-index:1;}

.visually-hidden  {
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    position: absolute;
}
.btn.btn--lightblue {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background-color: #009cd0;
    border: 1px solid #009cd0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    min-width: 80px;
    text-align: center;
    border: none;
}


/* ==================================================
   header css 
  ================================================== */ 
 
.header {
       float: left;
    width: 100%;
    position: relative;
    border-bottom: none;
    z-index: 9;
    padding-top: 4px;
    padding-bottom: 4px;
	    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}  
header.header {
    position: fixed;
    top: 0;
    background:rgba(0,92,169,0.7)!important;
    padding:  0;
}
.header-top {
    background: #231f20;
	  font-size: 14px;
	    padding: 12px 0;
}
.flag-header ul {
    display: flex;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-contacts ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    color: #fff;
    margin: 0;
}
.header-contacts ul li a {
    color: #fff;
    opacity: 0.5;
}	
.header-contacts ul li {
    margin-left: 10px;
}
.header-logo a {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
}

ul#sidebar-wrapper li {
    padding-top: 0;
    margin-left: 22px;
}
.nav.navbar-nav li a {
    color: #fff;

    display: block;
    margin: .6875rem 0;
    padding: .6875rem 0;
    background-color: transparent;
    font-size: 1.2rem;
    line-height: 1rem;
}
img.samimage {
    border:3px solid #005ca9;
    border-radius:3px;
    height:200px;
    margin-bottom: 20px;
}

img.samimage1 {
    border:3px solid #005ca9;
    border-radius:3px;
}

.projectimage{
      background:#005ca9;
       border-radius:3px;
       padding:3px;
}
.workarea {
    background:#005ca9;
    padding:10px;
    color: #fff;
     border-radius:3px;
     height:422px;
}
.workarea h5{
    font-size: 20px;
}
.workarea p{
    font-size: 16px;
    color: #fff;
}
.header.darkHeader {
    background: rgba(0, 0, 0,.8);
}
.header-right {
	    text-align: left;

}
 
.header-logo {
    padding: 16.5px 0;
}	
 .header-right {
    text-align: right;
}
.search-bar {
       display: inline-block;
    vertical-align: top;
    padding-top: 22px;
    cursor: pointer;
    margin-left: 15px;
}
 .carousel-inner .item img {
    height: 100vh;
	    object-fit: cover;
}
 
.search-bar a {
       background: #802a90;
    color: #ffff;
    border-radius: 4px;
    display: block;
    padding: 13px 30px;
    font-weight: bold;
}
 
 header.header.class-fx {
    background: #1722CC;
    box-shadow: 0 8px 50px -6px rgba(84,84,120,.26);
    padding:  0;
}
 

main {
    margin-top: 0px;
}

 
/* ==================================================
     menu css
  ================================================== */ 
	
ul#sidebar-wrapper {
    display: block;
}
ul#sidebar-wrapper li {
    padding-top: 0;
    display: inline-block;
}
.header-menu {
    display: inline-block;
    padding-left: 0;
}
 

.nav.navbar-nav li a:hover {
    color: #231f20;
}

.nav.navbar-nav li a:hover, .nav.navbar-nav li a:focus, .nav.navbar-nav li a:active { 
	background: transparent;
} 
span.caret {
	width: 10px;
	height: 7px;
	border: none;
	background: url(../images/header-dropdown.png) no-repeat;
} 
.Online {
    display: inline-block; 
}
.Online span {
    display: block;
}
.Online a {
    color: #fff;
}

.Online {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #00293e;
    float: right;
    padding:24.5px 11px;
}
.Online span {
       display: block;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}
 .header-logo {
    padding: 4px 0;
}
ul#sidebar-wrapper li {
    padding-top: 0;
}




 
/* ==================================================
   mega menu css
  ================================================== */ 
 
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0; 
    position: fixed;
    top: 82px;
    width: 100%;
    z-index: 2;
    border-radius: 0;
    border-top: 4px solid #dc4238;
    box-shadow: none;
    -webkit-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.12);
    border-bottom: 0;
}
 .dropdown-menu ul {
    padding: 0;
    list-style: none;
}
 .mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
       padding: 30px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 3px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}
.nav.navbar-nav li .dropdown-menu ul li a {
    font-size: 18px;
    color: #2b2b2b;
    padding: 6px 0;
    display: block;
}
.nav.navbar-nav li .dropdown-menu ul li a:hover{
	
	color:#dc4238;
}
 .navbar-nav>li>.dropdown-menu .col-sm-3>ul {
    border-right: 1px solid #d5d5d5;
}
.navbar-nav>li>.dropdown-menu .col-sm-3:last-child>ul {
    border-right: none;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: none;
}
.toggle{
	display:none;
}

 
/* ==================================================
 end mega menu css
  ================================================== */ 
/* ==================================================
	search bar css
  ================================================== */  
.search-side {
		float: right;
		padding: 32px 0px 32px 12px;
		
}
	
 
 
/* ==================================================
  end  header css 
  ================================================== */  
 /* ==================================================
   banner css 
  ================================================== */ 
 
 
section.banner {
   float: left;
    width: 100%;
    border-bottom: none;
    position: relative;
    margin-top: 0;
    padding-top: 0;    overflow: hidden;
}
 
img.bannerimg {
    width: 100%;
}
 
/* ==================================================
banner end css 
================================================== */ 
/* ==================================================
home page service section css
================================================== */  
.home-service{
	position:relative;
}
.home-service .container {
    z-index: 1;
    position: relative;
}
 section.home-service {
    padding: 61px 0;
}
 
.service-top ul.nav.nav-tabs {
    justify-content: center;
}
 
.service-top ul.nav.nav-tabs a {
    position: relative;
    padding: 10px 20px;
    color: #888f92;
    border-right: 1px solid #eee;
}
 
 .service-top ul.nav.nav-tabs li:last-child {
    margin-right: 0;
}
.service-top ul.nav.nav-tabs li:first-child {
    margin-left: 0;
}
.service-top ul.nav.nav-tabs li {
       margin: 0;
    z-index: 1;
}
.service-top ul.nav.nav-tabs {
    justify-content: center;
    position: relative;
    padding: 0;
    display: flex;    border: none;
}
 
 
.service-top ul.nav.nav-tabs li a.active {
    color: #ef2e24;
}
.service-top ul.nav.nav-tabs li:last-of-type a {
    padding-right: 0;
    border: medium none;
}

section.home-service .tab-content {
    padding-top: 56px;
}

.location-list li a {
   
    font-size: 20px;
    line-height: 24px;
    font-size: 1.25rem;
    line-height: 1.5rem;
    display: block;
    padding-right: 40px;
    color: #ed1c24;
}
.location-list li a:hover {
    color: #d40008;
}
.location-list li {
    list-style: none;
    padding: 12px 0;
    margin: 0 0 6px;
    border-bottom: 1px solid #c8c7c7;
    position: relative;
}
.location-list ul li a:after {
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 900;
    color: #e93f33;
    right: 0px;
    position: absolute;
    font-size: 1.25rem;
}

.location-list ul {
    width: 100%;
}

.singlelist ul {
    padding: 0;
    margin: 0;
    list-style:square;
    margin-left: 15px;
}
.amenities ul {
    list-style: none;
    text-align: center;
    padding-left: 0;
}
.amenities ul li{
    display: inline-block;
    margin: 10px 68px;

}
.table td, .table th{
    border: 2px solid #005ca9;
    text-align:center!important;
}
.table thead tr th{
    font-weight: bold;
}

.amenities ul li img{
    display: block;
    width:95px;
    margin:auto;
}
.amenities ul li span{
    display: block;
    text-align: center;
    margin:auto;
    width:95px;
    min-height: 35px;
    vertical-align: middle;
}
.amenities ul li:nth-child(1){
    margin-left: 0px;
}
.amenities ul li:nth-child(5){
    margin-left: 0px;
}
.amenities ul li:nth-child(9){
    margin-left: 0px;
}
.amenities ul li:nth-child(4n){
    margin-right: 0px;
}
 
/* ==================================================
 new-job-starts section 
  ================================================== */  


.new-job-starts-here {

    background-color: #F1F1F1;

    padding: 0 0 20px 0;

}

.new-job-starts-here h2 {

    font-size: 30px;

    line-height: 1.1;

    margin-bottom: 0;
	    color: #005ca9; 
    margin: 20px 0;

}

.new-job-starts-here h3 {

    color: #009CD0;
    font-size: 35px;
    line-height: 1.1;

}
.col-lg-12 h2{
    background:#005ca9;
    color: #fff;
    text-align: center;
    padding:3px;
    border-radius:3px;
}
.new-job-starts-here h2{
       background:#005ca9;
    color: #fff;
    text-align: center;
    padding:3px;
    border-radius:3px;
}

.new-job-starts-here  .paycheck-action-box {

    background-color: #fff;

    padding: 1.5rem;

    text-align: center;

    border: 1px solid #D2D2D2;

    border-radius: 5px;

}

.new-job-starts-here .paycheck-action-box p{

    font-size: 14px;

    line-height: 1.5;

    text-align: center;

    color: #737373;

    font-weight: bold;

}

.new-job-starts-here .paycheck-action-box p.subhead {

    color: #000;

    font-size: 20px;

    font-weight: bold;

}

 .app-button{
    background: #5472d2;
    color:#fff;
    padding: 10px;
    border-radius: 3px;
    display: block;
    margin-top: 10px;
    min-width:200px;
    text-align: center;
 }
/* ==================================================
  get ur app section 
  ================================================== */   

section.get-ur-app-wrapper {
    background: url(../images/geturapp-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
	padding: 60px 0;
}

.get-column {
    text-align: center;
    color: #fff;
}
.get-column h4.title {
    font-size: 3.125rem;
    line-height: 3.5rem;
    margin-top: 2rem;
    margin-bottom: .375rem;
    font-weight: normal;
    color: #fff;
}
.description p {
    font-size: 1.25rem;
    line-height: 1.875rem;
    max-width: 280px;
    margin: 0 auto 1.5rem;
    color: #fff;
    font-weight: 300;
}
a.column-link {
    color: #fff;
    display: inline-block;
    position: relative;
    
    font-size: 20px;
    line-height: 30px;
    font-size: 1.25rem;
    line-height: 1.875rem;
    padding-right: 26px;
    border-bottom: 2px solid transparent;
}
a.column-link:after {
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 900;
    color: #ffffff;
    right: 0px;
    position: absolute;
    font-size: 1.25rem;
}

 
/* ==================================================
 action section 
  ================================================== */   

section.action-boxes {
    padding: 30px 0 60px;
}
.action-boxes .action {
    padding: 2rem 0;
    text-align: center;
}
.action-boxes .action i, .action-boxes .action h3 {
    color: #009cd0;
}
.action-boxes .action h3 {
    font-size: 40px;
    line-height: 60px;
    font-size: 2.5rem;
    line-height: 3.75rem;
	    margin-bottom: .3rem;
}
.action-boxes .action p {
    font-size: 16px;
    line-height: 24px;
    font-size: 1rem;
    line-height: 1.5rem;
}
.action-boxes .action .large {
    font-size: 16px;
    line-height: 24px;
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0 auto .5rem;
    width: 60%;
	font-size: 1.625rem;
    line-height: 2rem;
	
}


.action-boxes .action .btn {
    background-color: #009cd0;
}
.action-boxes .action>i {
    font-size: 4rem;
}
 
.action-boxes .action .btn i {
    color: #fff;
    margin-top: -20px;
    top: 18px;
    margin-left: 12px;
    display: inline-block;
}
.action-boxes .action .btn {
    font-size: 1.25rem;
    line-height: 1.875rem;
    width: auto;
    padding-bottom: .5rem;
    padding-top: .5rem;
    margin-top: 0;
    height: auto;
    padding: 0.5rem 29px;
}
.action-boxes .action.crimson>i, .action-boxes .action.crimson .btn i, .action-boxes .action.crimson h3 {
    color: #d21847;
}
 .action-boxes .action.crimson .btn.btn--negative {
    color: #d21847;
    border-color: #d21847;    background-color: transparent;
}
.action-boxes .action .btn:hover {
    background: #000;
}
.action-boxes .action.crimson .btn.btn--negative:hover {
    background: #e8e8e8;
}
.footer-app-button:hover {
    background-color: #bd0007;
}
footer.footer-new a:hover {
    opacity: 0.8;
}
  
/* ==================================================
  end action  section 
  ================================================== */  
 
/* ==================================================
  Choose from tons of jobs section 
  ================================================== */  



.jobs-ton-item {
    position: relative;
    background: #fff;
    border-color: #c8c7c7 #c8c7c7 #d11947;
    border-image: none;
    border-radius: 6px;
    border-style: solid;
    border-width: 1px 1px 5px;
    text-align: left;
    margin: 15px;
}
.jobs-ton-item-header {
    padding: 1.25rem 1.25rem 0;
	    min-height: 175px;
}
.jobs-ton-title a {
    color: #ef2e24;
    font-size: 24px;
    line-height: normal;
}
.jobs-ton-mid ul {
    padding: 0;
    list-style: none;
}
.jobs-ton-mid-location i {
    color: #ef2e24;
    padding-right: 7px;
    width: 27px;
}
.jobs-ton-mid-location {
    font-size: 16px;
    letter-spacing: -0.5px;
    line-height: 22px;
    color: #231f20;
    font-weight: 300;
}
.jobs-ton-title {
    margin-bottom: 10px;
}
.jobs-ton-mid ul li {
    margin-bottom: 7px;
}
.jobs-ton-footer a.jobs-footer-link {
    position: relative;
    display: block;
    border-radius: 0 0 0.23rem 0.23rem;
    color: #ef2e24;
    -webkit-transition: color 10ms linear 0.15s;
    transition: color 10ms linear 0.15s;
    -webkit-animation: 0.3s linear 0s normal forwards 1 running hoverOut;
    animation: 0.3s linear 0s normal forwards 1 running hoverOut;
    padding: 0 15px;
    font-weight: 300;
}
.jobs-ton-footer {
    border-top: 1px solid #d7d7d7;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #ef2e24;
}
.jobs-ton-footer a.jobs-footer-link:hover {
    transition: color 10ms linear 0.2s;
    animation: 0.4s linear 0s normal forwards 1 running hover;
    background: #fff radial-gradient(ellipse farthest-corner at center center, #d11947 0px, #d11947 65%, #fff 67%, #fff 100%) no-repeat center center;
    background-size: 140% 500%;
    color: #fff;
    -ms-background-color: #ef2e24;
}
@keyframes hoverOut {
    0% {
        background-position: center 150%
    }
    100% {
        background-position: center 50%
    }
}
section.jobs-ton {
    padding: 60px 0;
    background-color: #f1f1f1;
}

section.jobs-ton h2 {
    text-align: center;
    color: #000;
    font-size: 2.5rem;
    line-height: 2.625rem;
    font-weight: normal;
}

/* ==================================================
  end Choose from tons of jobs section 
  ================================================== */  
/* ==================================================
  testimonials section 
  ================================================== */ 




section.testimonials-slider {
    padding: 0 20px;
    text-align: center;
}
 section.testimonials-slider figcaption {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
	 
}
section.testimonials-slider .figure-content {
    padding-top: 42px;text-align: left;
}
section.testimonials-slider .figure__title{
	    font-size: 50px;
	    color: #fff;
    line-height: 1;
	margin-top: 3.125rem;line-height: 4rem;
}
section.testimonials-slider .figure__description{
	font-size: 24px;
	    color: #fff;    font-weight: 300;
}

section.testimonials-slider figure {
    position: relative;
}
section.testimonials-slider .slick-dotted.slick-slider {
    margin-bottom: 0;
}
section.testimonials-slider  .slick-dots li button:before {
    border: 1px solid #fff;
    border-radius: 50%;
    background: transparent;
    font-size: 0;
    width: 10px;
    height: 10px;
}
section.testimonials-slider  .slick-dots li.slick-active button:before {
    background: #fff;
}
section.testimonials-slider .slick-dots li {
    margin: 0;
}
section.testimonials-slider ul.slick-dots {
    bottom: 0;
}
section.testimonials-slider figure { 
    margin: 0;
}
section.testimonials-slider .slick-slide img {
    display: block;
    width: 100%;
}
section.testimonials-slider .figure-content {
    padding-top: 100px;
}

/* ==================================================
  end testimonials section 
  ================================================== */ 

/* ==================================================
  featured resocurces section 
  ================================================== */  
section.gray {
    background-color: #f1f1f1;
	padding: 70px 0;
}
section.featured-resources.gray header h3 {
    font-size: 2.5rem;
    line-height: 2.625rem;
    color: #ef2e24;
    font-weight: normal;
    text-align: center;
}
   
.featured-resources .article-thumb {
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.featured-resources .article-thumb img {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.featured-resources .article-thumb .summary {
    background: #fff;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: 1rem;
	    min-height: 184px;
}
.featured-resources .article-thumb h6 {
    font-size: 20px;
    line-height: 24px;
    font-size: 1.25rem;
    line-height: 1.5rem;
	    color: #000;
}
.featured-resources .article-thumb p {
    font-size: 16px;
    line-height: 20px;
    font-size: 1rem;
    line-height: 1.25rem;    min-height: 80px;
}
.featured-resources .article-thumb .footer span {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #d21847; 
    float: left;
    padding-left: 1.5rem;
    position: relative;
}

.featured-resources .article-thumb .footer a {
    font-size: 1rem;
    line-height: 1.5rem; 
    float: right;
    padding-right: 30px;
    position: relative;
}
.featured-resources .article-thumb .footer:before, .featured-resources .article-thumb .footer:after {
       content: " ";
    display: table;
    clear: both;
}
 a.see-all.text-right {
    float: right;
}



/* ==================================================
  end featured resocurces section 
  ================================================== */  
  
/* ==================================================
  footer section 
  ================================================== */  

footer {
    float: left;
    width: 100%;
    position: relative;
    background: #394448;
    color: #fff;
}
 footer.footer-new a {
    color: #fff;
}
footer.footer-new h5 {
    font-size: 25px;
    display: block;
    width: 100%;
}
footer.footer-new a {
    color: #fff;
}
footer.footer-new h5 a {
    font-size: 25px;
    font-weight: 300;
}
 
.footer__bottom {
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #293134; 
}
footer.footer-new .links {
    margin-top: 10px;
}
footer.footer-new ul {
    padding: 0;
    margin: 15px 0 0;
    list-style: none;
}
footer.footer-new li {
    padding-left: 0;
    margin-bottom: 5px;
}
footer.footer-new li a {
    color: #b2b2b2;
}
  
 .footer__bottom .links {
    margin-top: 5px;
}
footer.page-footer .footer__bottom .links a {
    white-space: nowrap;
}
.footer__bottom .links a {
    padding-right: 2px;    font-weight: 300;
}
.footer__bottom .footer-login {
    text-align: right;
}
#switchToCandidate, #switchToEmployer {
    color: #fff;
    opacity: .7;
}
.footer-app-button {
    max-width: 178px;
    min-height: 58px;
    background-color: #ED1B23;
    border-radius: 5px;
    color: #fff;
    display: grid;
    grid-template-columns: 130px 46px;
    margin: 0 auto .5rem;
    padding: .5rem .75rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.footer__top {
    padding: 30px 0;
}

.footer-social-pages {
    margin-bottom: 10px;
}
.footer-social-pages a {
    font-size: 29px;
    margin-right: 10px;
}

footer.footer-new .footer__bottom .links {
    margin-top: 0;
}




/* ==================================================
  responsive tab and pill css  
  ================================================== */   
  
.responsive-tabs-container .tab-pane {
  margin-bottom: 15px;
}
.responsive-tabs-container .accordion-link {
  display: none;
  margin-bottom: 10px;
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-radius: 3px;
  border: 1px solid #ddd;
  color: #333;
}
@media (max-width: 767px) {
  .responsive-tabs-container.accordion-xs .nav-tabs {
    display: none;
  }
  .responsive-tabs-container.accordion-xs .accordion-link {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .responsive-tabs-container.accordion-sm .nav-tabs {
    display: none;
  }
  .responsive-tabs-container.accordion-sm .accordion-link {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .responsive-tabs-container.accordion-md .nav-tabs {
    display: none;
  }
  .responsive-tabs-container.accordion-md .accordion-link {
    display: block;
  }
}
@media (min-width: 1200px) {
  .responsive-tabs-container.accordion-lg .nav-tabs {
    display: none;
  }
  .responsive-tabs-container.accordion-lg .accordion-link {
    display: block;
  }
}


/* ==================================================
  media query
  
  ================================================== */  
  
  
@media(min-width:1300px)
{
	 .container{
		width:100%;
		max-width:100%;
		    position: relative;
			    max-width: 1250px;
	} 
}
  
  

 @media(max-width:1200px)
 {
	 .location-list li a {
    font-size: 1rem;
}
.get-column h4.title {
    font-size: 3rem;
}
section.testimonials-slider .figure__title {
    font-size: 30px;
    line-height: inherit;
}
	 .featured-resources .article-thumb h6 {
    font-size: 1rem;
}
 }
 
 
 
@media(max-width:991px)
{
 
 /* menubar cs */
 .nav.navbar-nav li a {
       padding: 10px 0;
    color: #000;
    font-size: 15px;
}

	#menu-toggle {
    display: block;
    margin-top: 10px;
    text-align: right;
	    margin-right: 10px;

}
	 #menu-close {
		display: block; 
	    text-align: right;
	}
	
	
	#sidebar-wrapper {
			z-index: 1000;
			position: fixed;
			right: 0;
			width: 250px;
			height: 100%;
			transform: translateX(250px);
			overflow-y: auto;
			background: #efefef;
			-webkit-transition: all 0.8s ease 0s;
			-moz-transition: all 0.8s ease 0s;
			-ms-transition: all 0.8s ease 0s;
			-o-transition: all 0.8s ease 0s;
			transition: all 0.8s ease 0s;
				top: 0;
		     
			    margin-top: 0;
				    padding: 10px 20px; 
			padding-top: 52px;
		}
	#sidebar-wrapper.active {
    right: 250px;
   width: 250px;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
   
}
.close-toggke {
   position: fixed;
    z-index: 9999;
    top: 13px;
    margin: 0;
    padding: 0;
    right: 0;
    transform: translateX(283px);
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s
}
.close-toggke.active {
           right: 10px;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    /* transform: translateX(-99px); */
    transform: translateX(0px);
}
	header ul li {
    float: none;
    border: none;
    /*border-bottom: 1px solid #4b4e63;*/
	    height: auto;
    text-align: left;
}
header ul a {
    padding: 10px 7px;
}
header ul li:last-child {
   
    padding-left: 0;
    text-align: left;
}
.sprite{display:none;}
p.carettp {
       background: transparent;
    border-radius: 0;
    color: #2d3041;
    cursor: pointer;
    display: block;
    font-size: 25px;
    font-weight: 700;
    height: 32px;
    line-height: 31px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0;
    width: 31px;
    z-index: 999;
    vertical-align: middle;
    padding-top: 2px;
    margin-bottom: 0;
}
.megamenu {
    position: relative;
    top: 0;
    left: 0;
    display: none;
    width: auto;
    max-width: inherit;    float: left;
    width: 100%;    margin-bottom: 10px;
}
.megamenu li a img {
    display: none;
}
.megamenu li {
        display: block;
    border: none;
    float: left;
    width: 100%;
    border-bottom: 1px solid #4b4e63;
}
.megamenu-content {
    padding: 10px 5px;
    background: #fff;
}
header {
    padding: 0 10px 0 10px;
}
.header-top { 
 }

.menu li {
    width: 100%;border-bottom:1px solid #e04b59;
}
.menu li.dropmenu ul {
  position: relative;
      display: none;  
    background: transparent;
    visibility: visible;
    opacity: 1;
    box-shadow: none;
    top: 0;
    left: 0;
    right: auto;
    margin: 0;
    padding: 0;
    width: 100%;
}
.navbar-nav>li>.dropdown-menu {
    position: relative;
    padding: 0;
    margin: 0;
    top: 0;
    background: transparent;
    box-shadow: none;
    border: none;
    color: #fff;
}
.nav.navbar-nav li .dropdown-menu ul li a {
    font-size: 16px;
    color: #000;
    padding: 3px 0;
    display: block;
    font-size: 14px;
}
.menu li {
    width: 100%;
    border-bottom:1px solid #044567;
    position: relative !important;
	    float: left;
}
span.caret {
    display: none;
}
p.carettp {
    background: transparent;
    border-radius: 0;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 25px;
    font-weight: 700;
    height: 32px;
    line-height: 31px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0;
    width: 31px;
    z-index: 999;
    vertical-align: middle;
    padding-top: 2px;
    margin-bottom: 0;
}
.dropdown-menu.mega-dropdown-menu .container {
    width: 100%;
}
.menu li.dropmenu ul ul {
    right: 0;
    left: 0;
    visibility: visible;
    opacity: 1;
    background: transparent;
    display: none;
}
.menu ul li a {
       background: transparent;
    padding: 5px 10px;
    color: #696969;
}
.menu li.dropmenu ul:after {
  display:none;
}
.menu li a:hover, .menu li:hover>a {
    color: #ffffff;
}
.menu li.dropmenu ul {
    padding-left: 10px;
}

.menu ul, .menu ul ul
{
	    transform: translate(0);
}

nav.mainnav {
    display: block;
    position: relative;
    background: #fff;
    z-index: 10;
}
.menu li.dropmenu .dropmenubar {
    padding-bottom: 13px;
}
.dropmenubar li.dropmenu {
    border: none;
}
li.payonline {
    border: 1px solid #e7c700;
    border-radius: 2px;
    border-top: none;
    background: #ff573a;
    color: #fff;
    margin-top: 0;
}
.menu li.payonline a {
    color: #fff;
}

.toggle {
    display: block;
    color: #fff;
    font-size: 21px;
}
.header-mainmenu .toggle {
    display: block !important;
}
 
.header-right {
    padding-top: 6px;
}
header.header.class-fx .header-mainmenu ul.nav.main-menu li a {
    color: #fff;
    padding: 8px 0;
    font-size: 14px;
    /* border-bottom: 1px solid #797979; */
}
.header-mainmenu ul.nav.main-menu li {
    display: block;
    position: relative;
    text-align: left;    border-bottom: 1px solid #797979;
}
div.menu-close i {
        color: #000;
}
header.header.class-fx {
    position: relative;
}

/* end menubar css */
 
 
 header.header {
    position: relative;
    top: 0;
    background: #1722CC;
    padding:  0;
}
.header-background-image {
    display: none;
}

.banner-caption-inner {
    padding-top: 20px;

}
.service-top ul.nav.nav-tabs li {
    margin: 0 ;
}
.Deve-item {
    margin-bottom: 17px;
}
section.home-Creative {
    padding-top: 41px;
}
.home-Team-item {
    margin-bottom: 25px;
}
.footer-top-subs h2 br {
    display: none;
}
.footer-top-subs h2
{
	    font-size: 28px;
    text-align: left;margin-bottom: 15px;
}
.subscribe-form {
    margin: 0;
}
.footer-top-subs {
    margin-top: 21px;
}
  footer {
    padding-top: 0;
}
	
main {
    margin-top: 0;
}
.header-contacts ul li {
    border: none;
}	
ul#sidebar-wrapper li {
    padding-top: 0;
    margin-left: 0;
}	
	section.testimonials-slider .figure-content {
    padding-top: 17px;
}
	section.testimonials-slider .figure__description {
    font-size: 1rem;
	}
	.featured-resources .article-thumb .footer span {
    padding: 0;
}
	.featured-resources .article-thumb .footer a {
    padding: 0;
}
	section.home-service {
    padding: 40px 0;
}
	section.new-job-starts-here {
    padding: 20px 0 30px;
}
	.new-job-starts-here h2 {
    margin-bottom: 0;
}
	section.get-ur-app-wrapper {
    padding: 30px 0;
}
	.get-column h4.title {
    font-size: 2.5rem;
}
	.description p {
    font-size: 1rem;
    line-height: inherit;
}
	.action-boxes .action h3 {
    font-size: 2rem;
}
	.action-boxes .action .large {
    width: 100%;
    font-size: 1rem;
    line-height: inherit;
}
	section.jobs-ton {
    padding: 30px 0;
}
	section.featured-resources.gray {
    padding: 30px 0;
}
	section.featured-resources.gray header h3 {
    font-size: 2rem;
    line-height: inherit;
}
}

@media (max-width:767px)
{
	 .home-whyus-image {
    margin-bottom: 44px;
}
ul.footer-social-media {
    list-style: none;
    text-align: left;
}

h1 {
  font-size: 24px;
  font-weight:600;
}

h2 {
  font-size: 22px;
  font-weight:600;
}

h3 {
  font-size: 20px;
  font-weight:600;
}

h4 {
  font-size: 18px;
   font-weight:600;
}
h5{
	font-size:16px;
	 font-weight:600;
}
h6{
	font-size:14px;
	 font-weight:600;
} 

header.header {
    position: relative; 
       padding-bottom: 0;
    padding-top: 0;

}
 .home-whyus-content {
    max-width: 100%;
    margin-left: 0;
}
 
.service-top ul.nav.nav-tabs:before, .service-top ul.nav.nav-tabs a.active:after{display:none;}
section.home-service.row_style-grey-white:after {
    height: 103px;
}

/* .Deve-inner {
    position: fixed;
    top: 25px;
    background: #f4f3f3;
    z-index: 999;
    width: 90%;
    margin: 0 auto;
    float: none;
    max-height: 408px;
    overflow-y: scroll;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.25);
    border-radius: 5px;
} */
.Deve-inner {
    background: #f4f3f3;
    border-radius: 3px;
    margin-top: 21px;padding: 21px 15px;
}
.Deve-inner h3 {
font-size: 25px;}
.Deve-inner p {
    font-size: 14px;
}
.service-top ul.nav.nav-tabs li .Deve-list ul li {
     
    display: inline-block;
    width: auto;
    margin-right: 9px;    margin-bottom: 0;
}
section.home-service .tab-content {
    padding-top: 20px;
}
.service-top h2 {
    font-size: 32px; 
    margin-bottom: 36px;
}
.service-top
{
	    padding: 27px 10px;
}
.footer__bottom .links a {
    display: block;
    width: 100%;
    text-align: center;    padding: 0;
}
	.footer__bottom {
    text-align: center;
}
	.footer__bottom .footer-login {
    text-align: center;
    margin-top: 12px;
}
	.header-contacts ul {
    padding: 0;
    justify-content: center;
}
	section.testimonials-slider .slick-slide img {
    opacity: 0;
}
	section.testimonials-slider { 
    background: #e93f33;
}
	.service-top ul.nav.nav-tabs a {
    display: inline-block;
}
	.service-top {
    padding-top: 0;
    padding-bottom: 8px;
}
}
@media(max-width:640px)
{ 


}

@media(max-width:579px)
{
	.banner-caption h1 {
    font-size: 26px;
	}
	.home-whyus-content h2 { 
    font-size: 28px;
	}
	section.home-whyus {
    padding: 50px 0 25px;
	}
	.home-Creative-left h2 { 
    font-size: 28px;
    line-height: 39px;
    position: relative;
    margin-bottom: 30px;
}
.home-Creative-cover1 {
    padding-top: 19px;
}
section.home-Creative {
    padding-bottom: 6px;
}
.home-features-heading p, .Team-heading p {
    font-size: 14px;
	}
	section.home-Team {
        padding-top: 20px;
    padding-bottom: 20px;
	}
	.Team-heading h2{
		font-size: 28px;
	}
	.footer-top-subs h2 {
    font-size: 21px;
	}
	.subscribe-form input[type="text"], .subscribe-form input[type="email"], .subscribe-form input[type="password"] {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 14px;
    padding: 14px 40px;
    border-radius: 50px;
    background: #ffffff;
}
.subscribe-form .theme-btn {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    padding: 11px 0;
}
 

.features-small-item .features-icon
{
	    height: 84px;
}
.btn-bg-lightgreen {
    margin: 11px 6px 12px 0; 
    font-size: 16px; 
    padding: 10px 0; 
    min-width: 132px;
}
.btn-bg-blue{
	 padding: 10px 0; 
    min-width: 132px;    margin: 11px 0 12px;
}
.banner-caption p, .home-Creative-left p{font-size: 14px;}
.service-top h2 {
    font-size: 28px;
    margin-bottom: 34px;
}
	section.testimonials-slider .slick-slide img {
    opacity: 0;
    display: none;
}
	section.testimonials-slider figcaption {
    position: relative;
    padding: 10px 0 20px 0;
}
	section.testimonials-slider .figure__title {
    font-size: 24px;
    line-height: inherit;
}
	section.featured-resources.gray header h3 {
    font-size: 1.5rem;
    line-height: 1.5rem;
}
	.header-contacts ul {
    padding: 0;
    justify-content: center;
    flex-wrap: wrap;
}
	.header-contacts ul li {
    display: block;
    width: 100%;
    margin: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
	.header-contacts ul li a {
    padding-left: 0;
}
	.service-top ul.nav.nav-tabs a {
    padding: 0 20px;
    margin-bottom: 10px;
}
	.new-job-starts-here h2 {
    font-size: 1.5rem;
}
	.new-job-starts-here p:last-of-type {
    font-size: 1rem;
}
	.new-job-starts-here h3 {
    font-size: 24px;
}
	.new-job-starts-here .paycheck-action-box p {
    padding-bottom: 0;
}
	.description p { 
    margin-bottom: 0;
}
	.get-column h4.title {
    font-size: 2rem;
}
	section.get-ur-app-wrapper {
    padding-top: 1px;
}
	section.jobs-ton h2 {
    font-size: 1.5rem;
}
	.location-list ul {
    margin-bottom: 0;
}
	.new-job-starts-here .paycheck-action-box p { 
    word-break: break-all;
}
	section.action-boxes {
    padding: 12px 0 19px;
}
	.action-boxes .action h3 {
    font-size: 1.5rem;
    margin-bottom: 0;
}
	section.testimonials-slider figcaption .container {
    padding: 0;
}
.innerbanner {
    display:none;
}
.header-logo a{
    font-size:13px;
}
.mobform{
    display:block;
}
}

@media(max-width:360px)
{
.banner-caption h1	{  font-size: 22px;
    line-height: 25px;
}
.innerbanner {
    display:none;
}
.header-logo a{
    font-size:13px;
}
.mobform{
    display:block;
}

}
.phone-call {
    width: 50px;
    height: 50px;
    left: 20px;
    bottom: 20px;
    background: #ffc600;
    position: fixed;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99;
  display: inline-block;
  line-height: 65px;
}

.phone-call:before {
    position: absolute;
    content: " ";
    z-index: -1;
    top: -15px;
    left: -15px;
    background-color: #ffc600;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(0.3);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(0.6);
        opacity: .6;
    }
    75% {
        -webkit-transform: scale(0.9);
        opacity: .3;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    25% {
        transform: scale(0.3);
        opacity: 1;
    }
    50% {
        transform: scale(0.6);
        opacity: .6;
    }
    75% {
        transform: scale(0.9);
        opacity: .3;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.phone-call1 {
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 20px;
    background: #4fce5d;
    position: fixed;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99;
  display: inline-block;
  line-height: 65px;
}

.phone-call1:before {
    position: absolute;
    content: " ";
    z-index: -1;
    top: -15px;
    left: -15px;
    background-color: #4fce5d;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}