body{
    font-family: 'Raleway', sans-serif !important;
    font-weight: 400;
 }

ul{
    list-style:none;
    padding:0;
    margin:0
}
a,input, button, :before,:after{
    text-decoration:none!important
}
i:before,i:after,a:before,a:after{
    text-decoration:none!important
}
img{
    max-width:100%;
    display: block;
}

p,li{
    color:#656565;
    font-size: 16px;
    text-shadow: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
}
.common_button {
    display: inline-block;
    background: #eb7024;
    text-align: center;
    padding: 9px 38px;
    font-size: 16px;
    margin-top: 30px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    border: none;
    text-shadow: none;
    border-radius: 100px;
    border: 2px solid #eb7024;
    transition: 1s;
}

.affix {
      top: 0;
      width: 100%;
      z-index: 9999 !important;
}

.common_button:focus{
    color: #eb7024; 
    outline: none;
    background: transparent;
}

.common_button:hover {
 color: #eb7024; 
 box-shadow: none; 
 border: solid 2px #eb7024;
 background: none;
}

header{
    position:relative
}
section,footer{
    float:left;
    width:100%;
    padding:95px 0
}

h1, h2, h3, h4, h5, h6{
  margin: 0
}

.top-bar {
    background: #00405d;
    padding: 7px 0;
}
.top-bar p {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: normal;
    padding: 2px 0;
}
.top-bar a{
    color: #fff;
}

.top-bar li{
    display: inline-block;
    padding: 0 10px;
    line-height: normal;
}

.top-bar li:hover, .top-bar li:focus{
     webkit-transform: scale(1.3) translateZ(0);
     transform: scale(1.1) translateZ(0);
 }

nav.navigations ul li {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    position: relative;
}
nav.navigations ul li a {
    padding: 21px 16px;
    display: block;
    font-weight: 400;
    color: #5e5e5e;
}
nav.navigations {
    text-align: right;
    display: block;
}

.nav-bar {
    padding: 17px 0;
    -webkit-box-shadow: -1px 14px 60px 2px rgba(0,0,0,0.41);
    -moz-box-shadow: -1px 14px 60px 2px rgba(0,0,0,0.41);
    box-shadow: -1px 14px 60px 2px rgba(0,0,0,0.41);
    z-index: 999;
    background: #fff;
}


nav.navigations ul.sub-menu li {
    width: 100%;
}

.outer-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
}
.main_slider {
    padding-top: 130px;
    position: relative;
}

nav.shift ul li a {
  position:relative;
  z-index: 1;
}
nav.shift ul li:last-child a {
    padding: 21px 0 16px 21px;
}
nav.shift ul li a:before{
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #00405d;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

nav.navigations ul.sub-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    text-align: left;
    top: 52px;
    width: 100%;
    max-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin: 0;
}

nav.navigations ul li:hover ul.sub-menu{
    display: block;
}

nav.shift ul li a:hover:before, 
nav.shift ul li a:focus:before, 
nav.shift ul li a:active:before {
    right: 0;
    color: #00405d;
}

nav.shift ul li a:hover, 
nav.shift ul li.active a {
  color: #00405d;
}

nav.navigations ul.sub-menu li a:hover, nav.navigations ul.sub-menu li.active a {
    color: #fff;
    background: #00405d;
}

nav.navigations ul.sub-menu li a:before{
    display: none;
}

.main_slider a.img_ancher img {
    width: 100%;
    object-fit: cover;
}
.main_slider .carousel-caption h3{
    font-size: 43px;
    line-height: normal;
    font-weight: 300;
    text-shadow: none;
    margin-bottom:10px;
    color: #00405d;
}
.main_slider .carousel-caption h3 span {
    color: #00405d;
    font-weight: bold;    
}

.main_slider .banner0 h3, .main_slider .banner0 h3 span,
.main_slider .banner1 h3, .main_slider .banner1 h3 span {
    color: #f5f5f5 !important;
}

.main_slider .banner0 p,
.main_slider .banner1 p {
    color: #dedede !important;
}


.main_slider .carousel-caption {
    left: 0;
    top: 50%;
    text-align: left;
    width: 100%;
    transform: translateY(-50%);
    margin:0;
    padding:0;
    bottom: auto;
}
.main_slider .carousel-caption p{
    color:#474747;
}
.carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    border: 3px solid #fff;
    border-radius: 0px;
    background: rgba(255, 255, 255, .50);
}
.carousel-indicators .active{
    width: 15px;
    height: 15px;
    border: 3px solid #00405d;

}


.tagline {
    position: absolute;
    background: url(../images/dotted.png);
    background-repeat: repeat;
    right: 0;
    text-align: right;
    top: 50%;
    width: 30%;
    background-color: #e26f29;
    padding: 25px 0; 
}

.tagline:before {
    content: '';
    background: #e26f29;
    position: absolute;
    left: -62px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    top: 0;
    -webkit-transform: skew(-24deg);
    -ms-transform: skew(-24deg);
    -webkit-transition: all .3s ease-in;
    border: 1px solid #e26f29;
    background-image: url(../images/dotted.png);
    background-repeat: repeat;
}

a.tagline-btn {
    margin: 15px 0;
    background: #ea8547;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #fff;
    padding: 14px 27px;
    width: 100%;
}

a.tagline-btn:hover, a.tagline-btn:focus, a.tagline-btn:hover{
    background-color: transparent;
    border:1px solid #fff;
    color: #fff;
}

.nav-bar.affix {
    padding: 9px 0;
    
}
.nav-bar.affix .logo {
    max-width: 268px;
}
.nav-bar.affix ul li a {
    padding: 16px 16px;
}

/**********about************/
.about-img-section img{
    margin: 0 auto;
}
.section_heading h2 {
    color: #00405d;
    font-weight: bold;
    font-size: 46px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
section.About_company .common_button {
    margin-top: 15px;
}

/*************services************/
.services {
    background: url(../images/services-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}
.services .section_heading h2{
    color: inherit;
    margin-bottom: 25px;
}
.Services-wrap {
    margin-top: 105px;
}
.Services-wrap li {
    list-style: none;
    width: 33%;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.services-inner {
    background-color: #022f44;
    padding: 31px;
    background-position: 93% 90%;
    margin:0 1px ;
}
.services-inner h3 {
    font-size: 28px;
    color: #fff;
    font-weight: 300;
}
.services-inner p {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
}
.services-inner a.common_button {
    color: #00405d;
    background: #fff;
    border-color: #fff;
    font-weight: 600;
    padding: 5px 20px;
}
.services-01{
    background-image: url(../images/services-icon-01.png);
    background-repeat: no-repeat;
}

.services-02{
    background-image: url(../images/services-icon-02.png);
    background-repeat: no-repeat;
}
.services-03{
    background-image: url(../images/services-icon-03.png);
    background-repeat: no-repeat;
}
.services-btn-outer{
    margin-top: 30px;
}
.services-inner:hover.services-inner h3,
.services-inner:hover.services-inner p {
    color: #022f44;
}
.services-inner:hover{
    background-color:#fff;
    -webkit-box-shadow: -4px 0px 65px 0px rgba(0,0,0,0.59);
    -moz-box-shadow: -4px 0px 65px 0px rgba(0,0,0,0.59);
    box-shadow: -4px 0px 65px 0px rgba(0,0,0,0.59);
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.05) translateY(-8px);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.05) translateY(-8px);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.05) translateY(-8px);
    transform: scale(1.05) translateY(-8px),
}
.services-inner:hover a.common_button {
    color: #fff;
    background:#022f44;
    border-color: #022f44;
 }


.services p.heading-tagline{
    color: inherit;
}

/************work*************/
.work {
    background-image: url(../images/qualities-bg-01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.work .section_heading h2{
    margin: 0;
}

.work ol {
  margin-left: 7px;
  padding: 0;
  counter-reset: item;
  margin-bottom: 0;
}

.work ol   li {
  margin: 0;
  padding: 0 0 0 2em;
  text-indent: -2em;
  list-style-type: none;
  counter-increment: item;
}

.work ol li:before {
  display: inline-block;
  width: 1em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}


.work ol li {
    line-height: 45px;
}

.work p.heading-tagline {
    font-weight: 600;
}
.work-content {
    margin-top: 45px;
}



/*******************testimonial***/
.slide1 {
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.testimonials-carousel-thumbnail img {
    display: inline-block;
    border: 4px solid #eaeaea;
    border-radius: 100%;
    width: 105px;
    height: 105px;
    background-color: #f9f9f9;
}

.testimonials-carousel-context {
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.17);
    box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.17);
    margin-top: 50px;
    padding: 35px 110px 83px 110px;
}
.testimonials-carousel-thumbnail {
    position: relative;
    margin-top: -53px;
}
.testimonials-carousel-thumbnail h3 {
    color: #535659;
    font-size: 22px;
    font-weight: bold;
    margin-top:20px;
    padding: 0;
}
.testimonial{
    background-image: url(../images/quotes-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.testimonial a.left.carousel-control, .testimonial a.right.carousel-control {
    background: none;
    height: 10px;
    bottom: 15%;
    top: auto;
    width: 148px;
    color:#b7b7b7;
}
.testimonial a.left.carousel-control {
    left: auto;
    right: 57px;
    font-size: 20px;
}

.testimonial .carousel-control:hover, .testimonial .carousel-control:focus {
    opacity: 1;
}



/**************footer******************/
footer{
    background-image: url(../images/footer-bg-01.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    padding: 0;
    background-position: center;
}
.footer-wrap {
    display: inline-block;
    padding: 80px 0;
}

p.footer-inner-text, p.contact-info, .mc4wp-alert.mc4wp-success p, .mc4wp-response p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin-top: 25px;
    font-family: 'Roboto', sans-serif;
}
.footer-wrap li.menu-item a {
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
}

.footer-wrap li.menu-item a:before {
    content: '\f105';
    font-family: fontawesome;
    font-size: 17px;
    margin-right: 12px;
}
.footer-wrap li.menu-item:hover, .footer-wrap li.menu-item:focus, .footer-wrap li.menu-item:active {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
    webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
ul.footer-chart li{
    margin-bottom: 20px;
    display: inline-block;
}
ul.footer-chart li a, .footer-list p {
    color: #fff !important;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
    word-break: break-all;
}
.footer-list {
    display: table;
    margin-bottom: 10px;
}
.footer-list:hover, .footer-list:focus,.footer-list:active{
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
    webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.footer-list:last-child{
    margin-bottom: 0;
}

p.contact-info {
    margin-bottom: 20px;
}

.footer-inner {
    display: table-cell;
    width: 25px;
    color: #fff;
}

ul.footer-links i.fa.fa-angle-right {
    font-size: 17px;
    margin-right: 12px;
}

h3.footer_heading {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
}

.footer-wrap .mc4wp-form-fields{
    border: 1px solid #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-radius: 100px;
    padding: 4px 5px;
}

.footer-wrap input[type="email"]{
    background-color: transparent !important;
    color: #fff;
    border:none;
    border-bottom-left-radius: 100px !important;
    border-top-left-radius: 100px !important;
}

.footer-wrap button {
    background: #fff;
    border: 1px solid #fff;
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
    padding: 5px 20px 5px 15px;
}

.footer-wrap button:hover, .footer-wrap button:focus{
	background:transparent;
	webkit-transition: all 900ms linear;
    -moz-transition: all 900ms linear;
    -o-transition: all 900ms linear;
    -ms-transition: all 900ms linear;
    transition: all 900ms linear;
}

.footer-wrap button:hover i.fa.fa-paper-plane, .footer-wrap button:focus i.fa.fa-paper-plane{
	color: #fff;
}
.footer-wrap button i.fa.fa-paper-plane {
    font-size: 24px;
    color: #00405d;
}

.footer-wrap input[type="email"]::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
}

.footer-wrap input[type="email"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #fff;
}

.footer-wrap input[type="email"]::-ms-input-placeholder { /* Microsoft Edge */
   color: #fff;
}

.bottom_footer {
    background: #00405d;
    padding: 12px 0;
}


.bottom_footer p {
    font-size: 12px;
    color: #fff;
}

/**************************inner-staff******************/
.inner_banner {
    background: url(../images/inner-banner.jpg);
    background-size: cover;
    display: inline-block;
    background-position: center;
    margin-top: 130px;
    padding: 80px 0;
}

.inner-banner_text h1 {
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 5px;
}
.breadcrumb_cus li a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 300;
}
.breadcrumb_cus li::after {
    content: "\f101";
    position: absolute;
    font-family: fontawesome;
    right: 0;
    color: #fff;
    top: 0;
    font-weight: normal;
}
.breadcrumb_cus li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-right: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.breadcrumb_cus li:last-child {
    padding-right: 0;
}

.breadcrumb_cus li:last-child:after{
    display: none;
}

.form-heading h4 {
    color: #00405d;
    font-weight: bold;
    font-size: 42px;
    margin-bottom: 5px;
    font-family: 'Raleway', sans-serif;
}
.form-heading {
    margin-bottom: 35px;
}

.form-heading p{
    font-weight: 600;
}

.form-wrap {
    box-shadow: 0px 0px 16px -3px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 0px 16px -3px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 16px -3px rgba(0,0,0,0.25);
    width: 100%;
    display: inline-block;
    margin: 75px 0;
    background-color: #fff;
    padding: 45px 90px;
    position: relative;
}

.IdonthaveResume {
    margin-top: 5px;
    display: inline-block;
}

span.wpcf7-form-control-wrap.IdonthaveResume span.wpcf7-list-item-label, span.wpcf7-form-control-wrap.tc span.wpcf7-list-item-label {
    font-size: 14px !important;
}

.form-wrap .form_common_button input{
    display: inline-block;
    background: #eb7024;
    text-align: center;
    padding: 14px 65px;
    font-size: 17px;
    text-transform: uppercase;
    margin-top: 30px;
    font-weight: 600;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-shadow: none;
    border-radius: 100px;
    border: 2px solid #eb7024;
    width: auto;
}

.form-wrap .Resume input {
    border: none;
}

.form-wrap .Resume input:hover, .form-wrap .Resume input:focus{
    box-shadow: none;
}

.form-wrap input, .form-wrap textarea, .form-wrap .selection select {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    padding: 10px;
    width: 100%;
    border: 1px solid #dadada;
    margin-bottom: 25px;
    border-radius: 0;
    background-color: #fff;
}

p.apply-job-content, p.apply-for-staff {
    text-align: center;
    padding-top: 75px;
    display: inline-block;
}

.form-wrap .selection select {
    color: #bfbfbf;
}

.form_common_button {
    text-align: center;
}


.upload .first.last{
    margin: 0 !important;
}
.upload input {
    padding: 10px 0;
    margin-bottom: 0;
}
.form-wrap input::placeholder, 
.form-wrap textarea::placeholder {
    color: #bfbfbf;
    opacity: 1; /* Firefox */
}

.form-wrap input:-ms-input-placeholder, 
.form-wrap textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #bfbfbf;
}

.form-wrap input::-ms-input-placeholder, 
.form-wrap textarea::-ms-input-placeholder { /* Microsoft Edge */
   color: #bfbfbf;
}

.form-wrap input:focus, .form-wrap input:hover, 
.form-wrap textarea:focus, .form-wrap textarea:hover,
.form-wrap .selection select:focus, .form-wrap .selection select:hover {
    outline: none;
    box-shadow: 0px 0px 11px 3px rgba(0,0,0,0.10);
    -webkit-box-shadow: 0px 0px 11px 3px rgba(0,0,0,0.10));
    -moz-box-shadow: 0px 0px 11px 3px rgba(0,0,0,0.10);
    border-color: transparent;

}
.form-wrap input[type="checkbox"] {
    width: auto;
    margin-right: 5px;
}


/************************************/
.skill_box span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
    width: 50%;
}

.skill_box span.wpcf7-list-item input[type="checkbox"] {
    margin-bottom: 10px;
}

.skill_box {
    color: #656565;
    font-size: 14px;
    text-shadow: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
    height: auto;
}

.skill_box span.wpcf7-form-control.wpcf7-checkbox.form-control {
    border: none;
    box-shadow: none;
    height: auto;
    margin:0;
    padding: 0;
}

.skill_box label, .upload label {
    font-size: 16px;
    text-shadow: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    line-height: 26px;
    color: #656565;
}
.upload {
    margin-top: 15px;
}

/**********************online-jobs******************/

.jobs_inner-banner {
    background: url(../images/job-inner-banner.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 65px;
    background-position: center;
    
}


.inner-section_heading h2{
    color: #eb7024;
    font-weight: bold;
    font-size: 40px;
    text-transform: uppercase;
}

ul.jobs-list li:nth-child(-n+4) {
    border-bottom: 2px solid #d4d4d4;
}

.recent-jobs-wrap {
    margin-top: 25px;
}

.jobs-listing {
    float: left;
    width: 24.7%;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0px;
    border-left: none;
    border-right: 2px solid #d4d4d4;
}

ul.jobs-list li:nth-child(4), ul.jobs-list li:nth-child(8) {
    border-right: none;
}
.jobs-list a {
    display: inline-block;
    width: 100%;
}

.jobs-listing:hover{
    background-color: #fff;
    webkit-transition: all 900ms linear;
    -moz-transition: all 900ms linear;
    -o-transition: all 900ms linear;
    -ms-transition: all 900ms linear;
    transition: all 900ms linear;
}

.jobs-listing:hover.jobs-listing p {
    color: #e6742d;
    webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 900ms linear;
}

.jobs-listing:hover.jobs-listing img.hover-img{
    display: inline-block;
    webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 900ms linear;
}
.jobs-listing:hover.jobs-listing img{
    display: none;
}

.jobs-listing h3 {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    font-family: 'Raleway', sans-serif ;
    margin-bottom: 10px;
}

.jobs-listing p {
    font-size: 15px;
    color: #fff;
    font-family: 'Raleway', sans-serif ;
}

.jobs_inner-banner .inner-section_heading h2 {
    color: #fff !important;
    font-size: 40px;
    margin-bottom: 70px;
     margin-top: 115px;
}


.jobs-listing img {
    display: inline-block;
    margin-bottom: 30px;
}

.jobs-listing img.hover-img {
    display: none;
}

.jobs-tagline {
    background-image: url(../images/dotted.png);
    padding: 49px 0;
    background-repeat: repeat;
    background-color: #eb7024;
}

.jobs-tagline h4 {
    font-size: 30px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 29px;
}

.jobs-tagline input.tagline-btn.common_button {
    margin-top: 6px;
    background: #ea8547;
    font-size: 22px;
    border: 1px solid #fff;
    font-family: 'Roboto', sans-serif;
    padding: 10px 40px;
    font-weight: normal;
    margin-bottom: 0;
    text-shadow: none;
    border-radius: 100px;
}

.featured-job-inner {
    border: 1px solid #ececec;
    height: 100%;
}

.featured-job-wrap {
    margin-top: 50px;
    width: 100%;
    height: 100%;
    display: inline-block;
}
.featured-content {
    margin-top: 30px;
    padding: 0 20px;
}

.featured-content h4 {
    font-size: 17px;
    color: #000;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    min-height: 36px;
    -webkit-box-orient: vertical;
}

.featured-content li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
    margin-top: 10px;
}


.featured-job-wrap a.apply_button, .featured-job-wrap input.text-right.apply_button {
    font-size: 15px;
    font-weight: 400;
    border-radius: 0;
    color: #fff;
    line-height: 24px;
    display: inline-block;
    background: #333333;
    margin-top: 20px;
    border: 1px solid #333333;
    padding: 9px 27px;
    font-family: 'Roboto', sans-serif;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: border-radius;
    transition-property: border-radius;
}
.featured-job-wrap a.apply_button:hover, .featured-job-wrap input.text-right.apply_button:hover{
    border-radius: 100px;
}
.featured-job-inner form {
    display: inline-block;
    float: right;
}


.featured-content i.fa.fa-bookmark {
    color: #ff9900;
}
.featured-content p{
    font-size: 15px;
    margin-top: 10px;
}

.featured-content  i.fa {
    font-size: 14px;
}
.Job_select:before, .job-location:before {
    margin-left: 0;
    float: right;
    margin-top: 7px;
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
    border-radius: 2px;
    border-top: 10px dashed;
    border-top: 4px solid \9;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    position: absolute;
    content: '';
}

.Job_select, .job-location {
    color: #8c8c8c;
    background: #fff;
    border-radius: 0;
    text-align: left;
    padding: 17px;
    width: 35%;
    height: auto;
    margin-right: 25px;
    position: relative;
}

.blog-outer-wrap input.text-right.apply_button{
    display: inline-block;
    background: #eb7024;
    text-align: center;
    padding:11px 38px;
    font-size: 16px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    border: none;
    text-shadow: none;
    border-radius: 100px;
    border: 2px solid #eb7024;
    transition: 1s;
    font-weight: 600;

}

.blog-outer-wrap input.text-right.apply_button:hover{
    color: #eb7024; 
     box-shadow: none; 
    border: solid 2px #eb7024; 
     background: none; 
}

.social-share form {
    float: right;
}


section.featured-job-outer{
    padding-bottom: 0;
}
.jobs-tagline input.tagline-btn.common_button:hover{
    color: #fff;
    background-color: transparent;
}

.jobs-tagline_inner {
    display: inline-block;
    width: 100%;
}

.Notifications{
    background:url(../images/notification-bg-01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.Notifications .section_heading h2 {
    font-size: 45px;
    color: #fff;
    font-weight: 500;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 12px;
}

.featured-job-inner img {
    width: 100%;
    max-height: 173px;
    min-height: 173px;
    object-fit: cover;
}
.Notifications p {
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}

.Notifications a.common_button {
    font-size: 19px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.listing-left-side h3 {
    font-size: 18px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
}

.listing-left-side p {
    color: #eb7024;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

.listing-left-side-content {
    margin-left: 100px;
    display: inline-block;
    text-align: left;
}

.recent-jobs-listing .location {
    display: inline-block;
    vertical-align: middle;
    padding: 8px 0;
    margin-left: 54px;
    float: left;
}

.recent-jobs-listing .location img{
    margin-right: 20px;
}

.recent-jobs-listing a.common_button {
    margin: 0;
}

.recent-jobs-listing img {
    display: inline-block;
    float: left;
    max-width: 98px;
}
.recent-jobs-listing .location span {
    color: #8a8a8a;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

form input.purple-btn.common_button {
    color: #8b91dd;
    font-size: 18px;
    background: transparent;
    border: 2px solid #8b91dd;
    padding: 6px 48px;
    float: right;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    border-radius: 100px;
    margin: 0;
    line-height: 24px;
}
.recent-jobs-listing {
    list-style: none;
    display: inline-block;
    width: 100%;
    padding:36px;
}

.recent-jobs-listing:hover, .recent-jobs-listing:focus, .recent-jobs-listing:active {
    box-shadow: 0px 0px 16px -3px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 0px 16px -3px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 16px -3px rgba(0,0,0,0.25);
    border-radius: 109px;
}

.contractors .wrapper {
    margin-top: 50px;
}
.contractors .slick-slide img {
    display: inline-block;
}
.contractors{
    background: #f8f8f8;
    padding: 60px 0;
}

.contractors .slick-prev, .contractors .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 82px;
    height: 100%;
    margin-top: 0;
    padding: 0;
    cursor: pointer;
    color: #cccccc;
    border: 0;
    z-index: 9;
    outline: 0;
    background: #f8f8f8;
}

.contractors .slick-prev:before, .contractors .slick-next:before {
    color: #cccccc;;
}

.contractors .slick-dots {
    display: none !important;
}

.contractors .slick-prev:hover, .contractors .slick-prev:focus, 
.contractors .slick-next:hover, .contractors .slick-next:focus {
    color: transparent;
    outline: 0;
    background: #f8f8f8;
}
/***************************about-page**********************/
.about-inner-content {
    margin-top: 5px;
    text-align: justify;
}

.about-page {
    background-size: cover;
    background-image: url(../images/about-bg-02.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

.mission-area .text-right {
    float: right;
}

.single-mission h3 {
    color: #eb7024;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.our-team{
    background-size: cover;
    background-image: url(../images/team-bg-01.jpg);
}


.mission-area {
    padding: 0;
    overflow: hidden;
    position: relative;
}

.mission-img-area {
    position: absolute;
    bottom: 0;
}

.mission-area .row_pad_95{
    padding: 95px 0;
}

.mission-area-left p {
    font-size: 14px;
}

.mission-area-right {
    position: relative;
    margin-right: 30px;
}

.mission-area-right:before {
    background: #eb7024 none repeat scroll 0 0;
    content: "";
    height: 100%;
    right: 0;
    position: absolute;
    width: 2px;
}

.mission-box-one, .mission-box-two, .mission-box-three {
    position: relative;
}

.single-mission {
    margin-right: 50px;
    padding-bottom: 25px;
    padding-top: 25px;
}

.mission-box-one:after {
    content: "1";
}
.mission-box-two:after {
    content: "2";
}
.mission-box-three:after {
    content: "3";
}

.mission-box-one:after, .mission-box-two:after, .mission-box-three:after {
    background: #eb7024 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    height: 45px;
    right: -72px;
    line-height: 45px;
    position: absolute;
    text-align: center;
    top: 55px;
    width: 45px;
}



.team-shadow-box {
    box-shadow: 0px 3px 16px -3px rgba(0,0,0,0.35);
    -webkit-box-shadow: 0px 3px 16px -3px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 3px 16px -3px;
    background-color: #fff;
}

.team-inner-wrap {
    margin-top: 0;
    padding: 10px;
    text-align: justify;
}

.team-inner-wrap img {
    width: 100%;
    max-height: 200px;
}

.team-inner-wrap h4 {
    color: #535659;
    font-size: 24px;
    margin-top: 20px;
    font-weight: bold;
}

.team-inner-wrap h5 {
    color: #eb7024;
    font-weight: 600;
    padding: 0;
    margin: 10px 0;
    text-transform: none;
}

ul.team-details li {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin: 10px 0;
}

ul.team-details li i {
    background: #efefef;
    border-radius: 100%;
    width: 23px;
    height: 23px;
    padding: 6px 7px;
    margin-right: 7px;
}

ul.team-details li i.fa.fa-envelope {
    font-size: 11px;
}

.bottom-social-icons {
    width: 100%;
    display: inline-block;
    text-align: center;
    background: #00405d;
}

.bottom-social-icons  ul.social-icon-list li {
    display: inline-block;
    padding: 12px 17px;
}

.bottom-social-icons  ul.social-icon-list li i.fa {
    color: #fff;
    font-size: 22px;
}

.team-outer-wrap {
    display: inline-block;
    margin-top: 60px;
    width: 100%;
}

.stats {
    background: #e26f29;
    overflow: hidden;
    border: 1px solid #e26f29;
    background-image: url(../images/dotted.png);
    background-repeat: repeat;
    padding: 53px 0;
}

.stats .counter {
   text-align: center;
    display: inline-block;
    font-size: 67px;
    background-color: transparent;
    width: 100%;
    line-height: 54px;
    border-radius: 0;
    vertical-align: middle;
    margin: 0 0 25px 0;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}

h4.counter-content {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 23px;
    color: #fff;
    font-weight: 600;
}



/******************services*********************/
.page_message {
    max-width: 900px;
    margin: 0 auto 94px;
}
.we_offer_services .heading h1 {
   font-size: 46px;
   font-weight: bold;
   color: #00405d;
   margin-bottom: 15px;
}

.we_offer_services {
    padding-bottom: 0;
}


.do_img {
   position: absolute;
   background: #fff;
   height: 82px;
   border-radius: 100%;
   width: 82px;
   padding: 20px 10px;
   left: 0;
   right: 0;
   box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
   text-align: center;
   margin: 0 auto;
   top: -41px;
}
.do_wrap {
   border: 1px solid #ccc;
   padding: 60px 20px 20px;
   text-align: center;
}
.do_img img {
   margin: 0 auto;
}
.do_wrap h4.service_name {
   font-size: 23px;
   font-weight: bold;
   margin-bottom: 15px;
}
p.service_message {
   font-size: 15px;
}
section.we_offer_services .col-sm-4:nth-child(-n+3) .item {
   margin-bottom: 100px;
}
section.we_offer_services .item{
transition: 0.5s;
cursor: pointer;
}
section.we_offer_services .item:hover .do_wrap {
    border: 1px solid #e96f24;
}
section.we_offer_services .item:hover {
   background-color: #e96f24;
   color: #fff;
}
section.we_offer_services .item:hover p.service_message{
color: #fff;
}

/***************conatct-us************/


.row.flex_form .form_outer {
    position: static;
    margin: 75px 0;
}
.form_outer .contact_left_info, .form_outer .contact_right_info {
    box-shadow: 0px 0px 16px -3px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 0px 16px -3px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 16px -3px rgba(0,0,0,0.25);
    width: 100%;
    background-color: #fff;
    float: none;
    padding: 45px 35px;
    height: 658px;
}
.form_outer .form-wrap{
    box-shadow: none;
    padding: 0;
    margin: 0;
}
.contact_left_info .form-heading h4, .contact_right_info .form-heading h4 {
    font-weight: bold;
    font-size: 32px;
}

.contact_left_info li, .contact_left_info li a {
    list-style: none;
    font-size: 15px;
    color: #656565;
}

.contact_left_info li a:hover, .contact_left_info li a:focus{
    color: #eb7024;
    text-decoration: underline;
    font-weight: 600;
}

.row.flex-height {
    display: flex;
    width: 100%;
}

.contact-detail h4 {
    color: #575757;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 10px;
}



.contact_left_info hr {
    border-top: 1px dashed #e96f24;
    opacity: 0.5;
    margin-bottom: 30px 0;
}
.conatct-us-icons {
    display: inline-block;
}

.icon-area{
    width: 87px;
    display: inline-block;
}

.contact-detail {
    width: calc(100% - 94px);
    display: inline-block;
    vertical-align: middle;
}

.form-wrap > .wpcf7-form-control-wrap{
    display: inline-block;
    padding: 0px 15px;
    width: 100%;
}
.map .container-fluid {
    padding-right: 0;
    padding-left: 0
}

.contact_social_links{
    text-align: center;
}

.contact_right_info span.col-md-12.col-sm-12 {
    padding: 0 !important;
    margin:0 !important;
}

.contact_social_links li {
    display: inline-block;
        padding: 16px 25px;
}

.contact_social_links {
    margin-top: 32px;
    display: inline-block;
    text-align: center;
    width: 100%;

}

.contact_social_links li  i.fa {
    font-size: 25px;
}

/*********************testimonial-page******************/
.testimonial-page .message {
    background: #f7f7f7;
    padding: 55px;
    position: relative;
}

.testimonial-page {
    padding: 95px 0 35px 0;
}

.testimonial-page .item {
    margin-bottom: 60px;
}

.testimonial-page .message h4 {
    color: #00405d;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 21px;
    padding: 0;
}

.testimonial-page .message p {
    text-align: justify;
}
.testimonial-page .message img.img-responsive {
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
    margin-left: 15px;
}
.testimonial-page .message:before{
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid #7f3609;
    border-right: 0px solid transparent;
    border-top: 15px solid transparent;
    position: absolute;
    bottom: -10px;
    top: -15px;
    right: 0;
    margin: 0 auto;
}

.testimonial-page .message:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 26px solid transparent;
    border-top: 25px solid #f7f7f7;
    position: absolute;
    bottom: auto;
    top: 100%;
    border-right: 26px solid transparent;
    right: 60px;
    left: auto;
    margin: 0 auto;
    }

h4.client_name {
    color: #656565;
    font-family: 'Great Vibes', cursive;
    text-transform: none;
    font-size: 26px;
}

p.client_position {
    font-size: 14px;
    font-weight: 600;
}
.client_details {
    text-align: right;
}

.client_image img.img-responsive {
    border-radius: 100%;
    border: 10px solid #f7f7f7;
    display: inline-block;
    float: right;
    margin-right: 29px;
    margin-top: 41px;
    width: 119px;
    height: 119px;
    background-color: #f3f3f3;

}

.client_image {
    position: relative;
    display: inline-block;
    width: 100%;
}

.client_details {
    text-align: right;
    display: inline-block;
    position: absolute;
    right: 33%;
    top: 50%;
}

/********************blog-page******************/
.blog-outer-wrap{
     box-shadow: 3px 5px 22px 1px rgba(0,0,0,0.10);
    padding:  30px;
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
}

.blog-outer-wrap hr {
    display: none;
}

.blog-outer-wrap .blog-text h4 a:hover, .blog-outer-wrap .blog-text h4 a:focus {
    color: #eb7024;
    text-decoration: underline !important;
}

.image img {
    width: 100%;
}

.sidebar{
    box-shadow: 3px 5px 22px 1px rgba(0,0,0,0.10);
    padding: 30px 15px;
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;

}
.form-submit input#submit {
    background: #eb7024;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0;
    border-color: #eb7024 !important;
    padding: 10px 28px;
    margin-top: 20px;
}
h3#reply-title {
    color: #00405d;
    font-weight: bold;
    font-size: 29px;
}

p.logged-in-as a {
    color: #656565;
    font-weight: 600;
}

p.logged-in-as a:focus, p.logged-in-as a:hover{
   color: #eb7024;
   text-decoration: underline !important;
   box-shadow: none; 
}


.blog-outer-wrap .blog-text h4 a {
    color: #00405d;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    transition: 0.6s;
}
.blog-outer-wrap .post-meta {
    margin: 20px 0;
    border-top: 1px dashed #dcdcdc;
    border-bottom: 1px dashed #dcdcdc;
    padding: 8px;
    color: #707070;
    font-size: 16px;
    text-transform: capitalize;

}

.blog-outer-wrap .post-meta span {
    margin-right: 20px;
}
.blog-outer-wrap .post-meta span i.fa {
    margin-right: 10px;
}

.blog-item {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #eee;
}

.blog-text {
    margin-top: 30px;
}

 form.search-form {
    border: 1px solid #c9c9c9;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 8px 11px;
}

form.search-form input.search-field {
    border: none;
    width: calc(100% - 41px) !important;
    font-size: 15px;
    color: #919191;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    line-height: normal;
}

form.search-form input.search-field::placeholder {
    color: #919191;
    opacity: 1; /* Firefox */
}

form.search-form input.search-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #919191;
}

form.search-form input.search-field::-ms-input-placeholder { /* Microsoft Edge */
   color: #919191;
}

.sidebar li#recent-posts-2, .sidebar li#categories-2 {
    margin: 25px 0;
    padding: 0;
}

h4.widget-title {
    background: #eb7024;
    color: #fff;
    padding: 10px;
}

.sidebar #recent-posts-2 li:before, .sidebar #categories-2 li:before {
    content: "\f178";
    font-family: FontAwesome;
    color: #a7a4a4;
    width: 30px;
    display: table-cell;
}

.sidebar button.search-submit {
    margin: 0;
}

.wp-pagenavi a, .wp-pagenavi span, a.nextpostslink, a.previouspostslink{
    color: #9e9e9e !important;
    font-size: 15px;
    padding: 3px 10px !important;
    margin: 0 10px;
}

a.nextpostslink, a.previouspostslink {
    border: none;
}
a.nextpostslink:focus, a.previouspostslink:focus, a.nextpostslink:hover, a.previouspostslink:hover, .wp-pagenavi a:hover, .wp-pagenavi span.current{  
    background-color: transparent;
    box-shadow: 4px 1px 27px -3px rgba(0,0,0,0.15);
    -webkit-box-shadow: 4px 1px 27px -3px rgba(0,0,0,0.15);
    -moz-box-shadow: 4px 1px 27px -3px rgba(0,0,0,0.15);
    border-color: #9e9e9e !important
}

.social-sharing.ss-social-sharing {
    float: right;
    display: inline-block;
    width: 24%;
    color: #ffff;
}

span.pages {
    display: none;
}

.wp-pagenavi {
    display: inline-block;
    padding-left: 0;
    border-radius: 4px;
    text-align: center;
    width: 100%;
    padding: 0;
    border: none;
    margin: 0 0 50px 0;
}

.sidebar li#recent-posts-2  a:hover, .sidebar li#categories-2 a:hover, .sidebar li#recent-posts-2 a:focus, .sidebar li#categories-2 a:focus {
    color: #eb7024;
    box-shadow: none;
    text-decoration: none;
}


.sidebar button.search-submit {
    color: #919191;
}

.sidebar #recent-posts-2 li:last-child, .sidebar #categories-2 li:last-child{
    border-bottom: none;
}


.sidebar button.search-submit {
    border: none;
    background: transparent;
}

.sidebar li#search-2 {
    padding: 0;
}

.sidebar form.search-form:focus, .sidebar form.search-form:hover,
 .sidebar input.search-field:focus, .sidebar input.search-field:hover,
 .sidebar button.btn:focus, .sidebar button.btn:hover {
    outline: none;
}

.sidebar li#search-2 {
    list-style: none;
}
.sidebar li#recent-posts-2, .sidebar li#categories-2 {
    list-style: none;
}
.sidebar #recent-posts-2 li, .sidebar #categories-2 li {
    border-top: none;
    border-bottom: 1px dotted #bebebe;
    padding: 15px 0;
    display: table;
    position: relative;
    width: 100%;
    line-height: 21px !important;
}

.sidebar li#recent-posts-2 a, .sidebar li#categories-2 a {
    font-size: 15px;
    color: #656565;
    font-family: 'Open Sans', sans-serif;
}

/***************single-blog*********************/
.blog-detail-container .post-meta {
    border-top: none;
    margin-top: 0;
}
.blog-detail-container .post-meta span a{
    color: #707070;
}

.blog-detail-container .image {
    margin-bottom: 40px;
}
.blog-detail-quote p {
    font-weight: 600;
    font-style: italic;
}
.tag-and-share span {
    color: #585858;
    font-size: 28px;
    font-weight: bold;
}

.tag-and-share {
    margin-top: 14px;
}

.blog-outer-wrap .search-form label {
    display: none;
}


/*****************responsive*******************/

@media (min-width: 1200px){
    .container {
        width: 1200px;
    }
    .Services-wrap li {
        width: 33%;
    }
    .slide1 {
        max-width: 1042px;
    }
}

@media (max-width: 1300px){
     .tagline .tagline-right:before, .tagline .tagline-left:before {
        width: 54.2%;
    }
}

@media (max-width: 1200px){
    .slide1 {
        max-width: 100%;
        padding: 0 10px;
    }
    nav.navigations ul li a {
        padding: 21px 11px;
    }
    .nav-bar.affix ul li a {
        padding: 16px 11px;
    }
    .main_slider .carousel-caption h3 {
        font-size: 40px;
    }
    .tagline-left h4 {
        font-size: 26px;
    }

    .testimonial a.left.carousel-control, .testimonial a.right.carousel-control {
        bottom: 22%;
        width: 31px;
    }
    .tagline-left p, .tagline-right p {
        font-size: 15px;
    }
    .tagline .tagline-right:before, .tagline .tagline-left:before {
        width: 55.1%;
    }

    /********************online-job********************/
    .jobs-tagline a.tagline-btn {
        font-size: 17px;
    }
    .jobs-tagline h4 {
        font-size: 28px;
    }
    .category-dropdown, .location-dropdown {
        width: 29%;
    }
    .jobs-tagline .dropdown-toggle {
        padding: 14px;
    }
    
    .Notifications .section_heading h2 {
        font-size: 36px;
    }
    .listing-left-side-content {
        margin-left: 0;
    }

    .recent-jobs-listing .location {
        margin-left: 0;
    }
    

    .work {
        background-position-x: 28%;
    }
    .social-sharing.ss-social-sharing {
        width: 30%;
    }

    .Job_select, .job-location {
        padding: 14px;
        width: 33%;
        margin-right: 25px;
    }
    p.service_message {
        height: 110px;
        overflow-y: scroll;
    }
   
}

 /********************online-job********************/
    @media (max-width: 1200px) and (min-width: 992px){
        .featured-job-wrap a.apply_button, .featured-job-wrap input.text-right.apply_button  {
            padding: 8px 12px;
        }
        .featured-content li {
            font-size: 13px;
            margin-right: 8px;
        }
        .services-inner p {
            height: 121px;
            overflow-y: scroll;
        }

    
}

@media (min-width: 992px){
    .mobile_toggle_btn{
        display: none;
    }

    .featured-content {
	    height: 196px;
	    overflow-y: auto;
	}
}

@media (max-width: 991px){


  .mobile_toggle_btn {
        display: block;
        float: right;
        position: relative;
        padding: 18px 0;
    }
    nav.shift ul li a:before{
        display: none;
    }
    nav.navigations ul li a{
        color: #00405d;
    }
    nav.navigations ul li a:hover, nav.navigations ul li.active a {
        background: #00405d;
        color: #fff;
    } 
    nav.navigations ul li {
        display: block;
        text-align: left;
    }.nav-bar {
        padding: 4px 0;
    }
    .mobile-nav {
        float: right;
    }
    .mobile_toggle_btn i.fa.fa-bars {
        font-size: 25px;
        color: #00405d;
    }

    nav.navigations ul.sub-menu {
        position: relative;
        top: 0;
    }

     svg.icon.icon-angle-down {
        right: 15px !important;
        position: absolute !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }
    nav.navigations {
        display: none;
        position: absolute;
        background: #fff;
        z-index: 999;
        height: 230px;
        right: 0;
        top:0px;
        left: 0;
        box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
        -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
        overflow-y: scroll;
    }
    nav.shift ul li:last-child a {
    padding: 21px 0 16px 15px;
}
    nav.shift ul li a:hover:after, nav.shift ul li.active a:after {
        display: none;
    }
   .logo {
        display: inline-block;
        vertical-align: middle;
        max-width: 250px;
    }
    .main_slider {
        padding-top: 106px;
    }
    
     .Services-wrap li {
        width: 100%;
    }
    .main_slider .carousel-caption h3 {
        font-size: 30px;
    }
    .common_button {
        padding: 8px 28px;
        font-size: 14px;
        margin-top: 20px;
    }
    
    .tagline-left h4, .tagline-right h4{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .services p.heading-tagline br {
        display: none;
    }
    .Services-wrap {
        margin-top: 75px;
    }
    .Services-wrap li{
        margin-bottom: 35px;
    }
    .services-inner {
        text-align: center;
        width: 75%;
        margin: 0 auto;;
    } 

    .Services-wrap li:last-child{
        margin-bottom: 0;
    }   
    .services-inner:hover {
        z-index: 2;
        -webkit-transition: all 200ms ease-in;
        -webkit-transform: scale(1.1) ;
        -ms-transition: all 200ms ease-in;
        -ms-transform: scale(1.1);
        -moz-transition: all 200ms ease-in;
        -moz-transform: scale(1.1) ;
        transform: scale(1.1);
    } 
    /*.testimonials-carousel-thumbnail {
        bottom: -46%;
    }*/   
    .tagline-left p, .tagline-right p {
        display: none;    
    }  
    .tagline .tagline-right:before, .tagline .tagline-left:before {
        width: 56.5%;
    }

    /*************online-job**************/

    
    .jobs-listing h3 {
        font-size: 13px;
    }
    .jobs-listing p {
        font-size: 13px;
    }
    .job-tagline-btn {
        width: 21%;
    }
    .category-dropdown, .location-dropdown {
        width: 27% !important;
    }
    .jobs-tagline h4 {
        font-size: 25px;
    }
    .jobs-tagline a.tagline-btn {
        font-size: 16px;
        margin-top: 5px;
        padding: 8px 39px;
    }
    .jobs-tagline .dropdown-toggle {
        padding: 11px 17px;
    }

    .jobs-tagline {
        padding: 40px 0;
    }

    .featured-job-wrap a.apply_button, .featured-job-wrap input.text-right.apply_button  {
        padding: 14px 34px
    }
    .Notifications p {
        font-size: 18px;
    }

    .Notifications .section_heading h2 {
        font-size: 32px;
    }

        .Notifications a.common_button {
        font-size: 18px;
    }
    .recent-jobs-listing img {
        max-width: 70px;
    }
    .listing-left-side h3 {
        font-size: 16px;
    }
    .listing-left-side p {
        font-size: 15px;
    }

    .recent-jobs-listing .location img {
        margin-right: 10px;
        max-width: 14px;
        margin-top: 4px;
    }
    .recent-jobs-listing .location span {
        font-size: 15px;
    }
    form input.purple-btn.common_button {
        font-size: 14px;
        padding: 1px 24px;
        margin-top: 5px;
    }
    .recent-jobs-listing {
        padding: 28px;
    }

    .featured-job-inner {
        margin-bottom: 45px;
    }
    .featured-job {
        padding-bottom: 50px;
    }

    .contractors .slick-prev, .contractors .slick-next{
        width: 50px;
    }
    .contractors .slick-next {
        right: -4px;
    }

    .contractors .slick-prev{
        left: -4px;
    }

    .inner_banner {
        margin-top: 106px;
    }
    .mission-area-left {
        display: none;
    }
    .about-page{
        position: relative;
        background-position: right;
    }
    .about-page:before {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #fff;
        content: '';
        top: 0;
        opacity: 0.8;
    }
    .mission-area-right {
        width: 90%;
        margin: 0 auto;
    }

    .stats .counter {
        font-size: 51px;
        line-height: 23px;
    }

    h4.counter-content {
        font-size: 19px;
    }
    .team-shadow-box {
        margin-bottom: 50px;
    }
    section.our-team {
        padding: 95px 0 45px 0;
    }

    .contact-us-page .form_outer {
        width: 100%;
    }
    .row.flex_form {
        display: inline-block;
        width: 100%;
        float: left;
        margin: 0 auto;
    }

    .tagline {
        width: 27%;
        padding: 11px 0;
    }
    a.tagline-btn {
        font-size: 13px;
        margin: 9px 0;
        padding: 9px 28px;
    }
    .jobs-tagline input.tagline-btn.common_button {
        font-size: 18px;
    }

    .form_outer .contact_left_info, 
    .form_outer .contact_right_info {
        height: auto;

    }
}


@media (min-width: 768px){
    .main_slider a.img_ancher img{
        height: calc(100vh - 130px);
    }
}

@media (max-width: 991px) and (min-width: 768px){
    .jobs-tagline h4 {
        font-size: 21px;
        line-height: normal;
    }

    .Job_select, .job-location {
        width: 29%;
    }
}



@media (max-width: 768px){
    .main_slider .carousel-caption h3 {
        font-size: 21px;
    }
    .main_slider .carousel-caption p {
        line-height: 24px;
        font-size: 14px;
    }
    .main_slider a.img_ancher img {
        height: 300px;
        object-fit: cover;
    }
    section {
        padding: 50px 0;
    }
    .section_heading h2 {
        font-size: 43px;
    }

    .inner-section_heading h2 {
        font-size: 35px;
    }
    .jobs_inner-banner .inner-section_heading h2 {
        font-size: 35px;
    }
    .About_company .section_heading{
        text-align: center;
    }
    .about-img-section img {
        padding-top: 50px;
    }
    .top-bar {
        text-align: center;
    }
    .top_detail_wrap {
        text-align: center;
        margin-top: 5px;
    }
    .top-bar p {
        font-size: 14px;
    }
    
    .work-content {
        margin-top: 25px;
    }
   
    .testimonials-carousel-context {
         padding: 35px 20px 35px 20px;
     }
   
    ul.footer-chart li a br{
        display: none;
    }
    ul.footer-chart li {
        display: block;
    }
    h3.footer_heading {
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .footer_about h3.footer_heading{
        margin-top: 0;
    }
    .footer-wrap {
        padding: 50px 0;
    }
    .testimonials-carousel-thumbnail {
        position: static;
        margin-top: 25px;
    }
    .slide1 {
        margin-bottom: 0;
    }
    .testimonial{
        background-image: none;
    }

    .tagline .tagline-right:before, .tagline .tagline-left:before {
        width: 60.4%;
    }
    .form-wrap {
        padding: 45px 55px;
    }

    .form-heading h4 {
        font-size: 35px;
    }
    .form-heading p {
        font-size: 14px;
    }
    .inner-banner_text h1 {
        font-size: 41px;
    }
/***************online-job*****************/

    .category-dropdown, .location-dropdown {
        width: 35% !important;
    }
    .job-tagline-btn {
        width: 30%;
    }
    .jobs-tagline .dropdown-toggle {
        font-size: 12px;
    }

    .jobs-listing {
        float: left;
        width: 49.7%;
    }

    .jobs-tagline .caret {
        margin-top: 4px;
        border-top: 6px dashed;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
    }

    .jobs-tagline a.tagline-btn {
        margin-top: 0;
        padding: 7px 31px;
    }

    .jobs-tagline {
        padding: 14px 0;
    }
    .Notifications p br{
         display:none
     }

     .Notifications .section_heading h2 {
        font-size: 30px;
    }

    .Notifications p {
        font-size: 14px;
        line-height: 23px;
    }

    .Notifications a.common_button {
        font-size: 15px;
    }

    .recent-jobs-listing img {
        max-width: 102px;
        width: 100%;
        margin: 0 auto;
        float: none;
    }

    .listing-left-side-content {
        margin-left: 0;
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .recent-jobs-listing .location {
        width: 100%;
    }

    .recent-jobs-listing .location img {
        margin-top: 0
    }

    .recent-jobs-listing:hover {
        border-radius: 0;
    }
    form input.purple-btn.common_button {
        margin-top: 15px;
        width: auto;
        float: none;
        padding: 3px 39px;
    }
    
    .listing-left-side h3 {
        margin-top: 20px;
    }
    ul.jobs-list li:nth-child(-n+4), ul.jobs-list li:nth-child(-n+6) {
        border-bottom: 2px solid #d4d4d4;
    }
    ul.jobs-list li:nth-child(2), ul.jobs-list li:nth-child(6){
        border-right: none;
    }

    .inner-banner_text{
        text-align: center !important;
    }
    .mission-area-right {
        width: 80%;
    }

    .stats .counter {
        font-size: 41px;
        line-height: 11px;
    }
    .mission-area .row_pad_95 {
        padding: 50px 0;
    }
    section.our-team {
        padding: 50px 0 5px 0;
    }

    .tagline {
        width: 100%;
        position: static;
        text-align: center;
    }
    .tagline:before {
        display: none;
    }
    a.tagline-btn {
        margin: 9px 24px;
        width: auto;
    }

    .work {
        background-position-x: auto;
        background-position: center;
        position: relative;
    }

    .work:before {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #fff;
        top: 0;
        content: '';
        opacity: .8;
    }

    .social-sharing.ss-social-sharing {
        width: 37%;
    }

    .jobs-tagline h4 {
        font-size: 25px;
        text-align: center;
        margin-bottom: 10px;
    }

   .Job_select, .job-location {
        width: 29%;
    }

    .jobs-tagline input.tagline-btn.common_button {
        font-size: 14px;
    }
    .jobs-tagline_inner form {
        text-align: center;
    }

     p.service_message {
        height: auto;
        overflow-y: scroll;
    }

    .skill_box span.wpcf7-list-item {
        width: 100%;
    }

}

@media (max-width: 600px){
    .social-sharing.ss-social-sharing {
        width: 100%;
    }
    .tag-and-share {
        text-align: center;
    }
}


@media (max-width: 480px){
    .logo {
        max-width: 230px;
    }
    .nav-bar.affix .logo {
        max-width: 200px;
    }
    .mobile_toggle_btn {
        padding: 10px 0;
    }
    .main_slider .carousel-caption .text-left{
        width: 100%;
    }
    .Services-wrap li {
        padding: 0 25px;
    }
    .services-inner {
        width: 100%;
    }
    .section_heading h2 {
        font-size: 35px;
    }

    .inner-section_heading h2 {
        font-size: 30px;
    }

    .top-bar p {
        font-size: 12px;
    }

    .tagline  .tagline-left {
        background: #e26f29;
        background-image: url(../images/dotted.png);
        background-repeat: repeat;
    }

    .tagline  .tagline-right {
        background: #044453;
        background-image: url(../images/dotted.png);
        background-repeat: repeat;
    }

    .tagline .tagline-right:hover, .tagline .tagline-left:hover{
        background: #fff;
    }
    
    .tagline .tagline-left:before, .tagline .tagline-right:before{
        display: none;
    }
    .tagline  .col-xs-6 {
        width: 100%;
    }
    .tagline-right, .tagline-left {
        float: none;
        text-align: center;
    }
    .tagline-left, .tagline-right {
        padding:  0;
    }
   
    a.tagline-btn {
        font-size: 14px;
    }

    .tagline-right .tagline_inner{
        right: 0;
        padding: 10px 0;
    }
    .tagline-left .tagline_inner {
        left: 0;
        padding:10px 0;
    }
    .form-wrap {
        padding: 45px 27px;
    }

    .form-wrap .form_common_button input {
        padding: 13px 32px;
        font-size: 14px;
    }

    /*************onilne-job*************/
    .jobs-inner-page .inner-section_heading h2 {
        font-size: 27px;
        margin-bottom: 30px;
    }

    .featured-job-wrap a.apply_button, .featured-job-wrap input.text-right.apply_button  {
        padding: 14px 31px;
    }

    .jobs_inner-banner .inner-section_heading h2{
        margin-top: 84px;
        margin-bottom: 35px;
    }
    .jobs-list a {
        display: inline-block;
        width: 100%;
    }
    .category-dropdown, .location-dropdown {
        width: 100% !important;
        margin-bottom: 15px;
        display: inline-block;
        min-height: 41px;
    }

    .job-tagline-btn {
        width: 100%;
    }
    .jobs-tagline_inner {
        text-align: center;
    }
    .jobs-tagline a.tagline-btn {
        padding: 7px 36px;
        width: auto;
    }
    .jobs-listing h3 {
        font-size: 12px;
    }
    .stats-div {
        width: 50%;
        margin-bottom: 50px;
    }
    .stats {
        padding: 53px 0 3px 0;
    }

    .form-wrap .recaptcha{
        transform: scale(0.77);
        transform-origin: 0 0;
    }
    .contact_left_info li, .contact_left_info li a {
        text-align: center;
    }
    .contact-detail {
        width: 100%;
    }
    .icon-area {
        margin-bottom: 20px;
        width: auto;
    }
    .contact_social_links li {
        padding: 16px 7px;
    }
    .testimonial-page .message {
        padding: 25px;
    }

    .client_details {
        right: 50%
    }
    .inner-banner_text h1 {
        font-size: 31px;
    }

    .contact_left_info .form-heading h4, .contact_right_info .form-heading h4 {
        font-size: 28px;
        margin-bottom: 10px;
        text-align: center;
    }
    .contact-us-page .form-heading p {
        text-align: center;
        line-height: 18px;
    }

    .form_outer .contact_left_info, .form_outer .contact_right_info {
        padding: 45px 10px;
    }

    .Job_select, .job-location {
        width: 45%;
        margin-right: 10px;
    }
    .blog-outer-wrap .post-meta {
        font-size: 14px;
    }
            

}

.staff_form span.col-md-12.col-sm-12 ,.apply_job_form span.col-md-12.col-sm-12{
    padding: 0 !important;
    margin: 0 !important;
}