@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,400,400i,500,500i,700,900');
* {
    margin: 0;
    padding: 0
}
a {
    outline: 0!important;
    text-decoration: none!important
}
:focus,
button {
    outline: 0!important
}
.space5 {
    height: 5px;
    clear: both
}
.space10 {
    height: 10px;
    clear: both
}
.space15 {
    height: 15px;
    clear: both
}
.space20 {
    height: 20px;
    clear: both
}
.space25 {
    height: 25px;
    clear: both
}
.space30 {
    height: 30px;
    clear: both
}
.space35 {
    height: 35px;
    clear: both
}
.space40 {
    height: 40px;
    clear: both
}
.space45 {
    height: 45px;
    clear: both
}
.space50 {
    height: 50px;
    clear: both
}
.jumbotron {
    background-color: transparent!important;
    margin: 0!important
}
.jumbotron p {
    font-size: inherit!important
}
.btn-know {
    background-color: #00395d;
    border-color: #2776a7;
    border-radius: 0 !important;
    border-width: 2px;
    color: #ffffff;
    font-size: 16px !important;
    margin: 12px 0 0;
    padding: 13px 24px;
    text-align: center;
}
.btn-know:hover {
    background-color: #ADD148;
    border-color: #88aa29;
    color: #fff;
    transition: all 0.5s ease 0s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #589ebc
}
h1 {
    font-size: 2em;
    text-transform: uppercase
}
h2 {
    font-size: 1.8em
}
h3 {
    font-size: 1.6em
}
h4 {
    font-size: 1.4em
}
h5 {
    font-size: 1.3em
}
h6 {
    font-size: 1.2em
}
.main-wrapper {
    background: url(../images/main-bg.jpg) repeat;
    width: 100%;
}
body {
    font-family: 'Roboto', sans-serif;
}
header {
    background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #fdfdfd 85%, #f8f8f8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 50%,#fdfdfd 85%,#f8f8f8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#ffffff 50%,#fdfdfd 85%,#f8f8f8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 ); 
    border-top: 5px solid #00395d;
    float: left;
    width: 100%;
    z-index: 99
}
header .logo {
    float: left;
    margin: 13px 0 0
}
.social-link {
    display: list-item;
    list-style: outside none none;
    margin-top: 17px;
    text-align: right;
    margin-bottom: 25px;
    margin-right: 15px;
}
.social-link li {
    display: inline-block;
    margin: 0;
    padding: 0 2px;
    text-align: center;
}
.social-link li a {
    background: #cdcdce none repeat scroll 0 0;
    color: #ffffff;
    line-height: 25px;
    height: 26px;
    width: 26px;
    float: left;
}
.social-link li a:hover {
    background: #00395d;
    color: #fff;
    transition: all 0.5s
}
header .navbar-header {
    background: #fafafa none repeat scroll 0 0;
    float: right;
}
header .nav.navbar-nav li {
	position: relative;
	}

header .nav.navbar-nav li ul {
  background: #efefef none repeat scroll 0 0;
  list-style: outside none none;
  
  width: 173px;
}
header .nav.navbar-nav li ul li a:hover, header .nav.navbar-nav li ul li a:focus, header .nav.navbar-nav li ul li a.active {
  background: #00395d none repeat scroll 0 0 !important ;
  border: medium none !important;
  color:#fff !important;
}
header .nav.navbar-nav li ul li a {
  border-top: medium none; padding:10px 12px !important; display:block;
}
.nav ul {
  position: absolute;
  white-space: nowrap;

  z-index: 1;
  left: -99999em;
}
.nav > li:hover > ul {
  left: auto;
  padding-top: 5px  ;
  min-width: 100%;
}
.inner-banner {
  overflow: hidden;
}
.contact p a:hover {
  color: #96bc33;
 
}
.nav > li li ul {  border-left:1px solid #fff;}


.nav > li li:hover > ul { 
 /* margin-left: 1px */
  left: 100%;
  top: -1px;
}
 header .nav.navbar-nav li a {
    border-top: 9px solid #ebebeb;
    font-weight: 400;
    font-size: 14px;
    color: #00395d!important
}
.pad-right {
    padding-right: 0px;
}
.no-pad {
    padding: 0px;
}
header .nav.navbar-nav a.active,
header .nav.navbar-nav a:focus,
header .nav.navbar-nav a:hover {
    background: #eeeeee!important;
    border-top: 9px solid #add148;
}

/********submenu css*/
 

  /****css end**/



.welcome-intro {
    background: #eeeeee;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #eeeeee 0%, #e8e8e8 75%, #e0e0e0 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(top, #eeeeee 0%, #e8e8e8 75%, #e0e0e0 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to bottom, #eeeeee 0%, #e8e8e8 75%, #e0e0e0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#e0e0e0', GradientType=0);
    /* IE6-9 */
}
.map > img {
  width: 100%;
}
.welcome-intro .intro-head-text {
    font-size: 16px;
    color: #696969;
    line-height: 24px;
    font-weight: 300
}
.welcome-intro .intro-head-text span {
    color: #00395d;
}
.service-main {
    background: #fff;
    float: left;
    width: 100%;
    padding: 62px 0;
}
.service-main .media-heading {
    border-bottom: 1px solid #a4c34e;
    border-top: 1px solid #a4c34e;
    color: #00395d;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 12px 0;
}
.service-main .media-body p {
    font-size: 14px;
    color: #787878;
    line-height: 20px;
    font-weight: 300;
}
.more-btn {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #b1d457;
    border-radius: 0;
    padding: 5px 13px;
    color: #00395d;
    font-size: 14px;
    line-height: 21px;
}
.more-btn:hover {
    background: #00395d none repeat scroll 0 0;
    color: #ffffff;
    border: 1px solid #00395d;
    transition: all 0.5s ease 0s;
}
.testomonial {
    background: #fff;
    float: left;
    width: 100%;
    padding: 0px 0 20px;
}
.testomonial .carousel-indicators li {
    border: 1px solid #dddddd;
}
.testomonial #quote-carousel p {
    color: #00395d;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    padding: 0 0 0px 40px;
}
.management_sec h4 {
  color: #114668;
  font-size: 14px;
  margin-bottom: 30px;
}
.management_sec .gap-btm {
  margin-bottom: 30px;
}
.testomonial .carousel-indicators {
    bottom: 0;
}
#quote-carousel sup {
    color: #b5c607;
    vertical-align: top;
}
.rgt-arr {
    font-size: 100px;
    float: right;
    right: 10px;
    top: 47px;
}
.left-arr {
    font-size: 100px;
    left: -45px;
    top: 38px;
    float: left;
}
#quote-carousel span {
    display: block;
    margin-left: 40px;
}
.name-t {
    color: #00395d;
    font-size: 16px;
    font-weight: 300;
}
.location-t {
    color: # 6e6e6e;
    font-size: 14px;
    font-weight: 300;
}
.profile-link {
    background: url(../images/profile-bg.png) no-repeat;
}
.profile-link {
    background: rgba(0, 0, 0, 0) url("../images/profile-bg.png") no-repeat scroll 0 0;
    margin: auto;
    padding: 22px 10px;
    width: 232px;
}
.profile-link h4 {
    color: #ffffff;
    font-size: 22px;
    text-shadow: 1px 1px 5px #666666;
}
.profile-link .downlod {
    color: #ffffff;
    font-size: 14px;
    text-shadow: 1px 1px 5px #666666;
    font-weight: bold;
}
.profile-link .downlod:hover {
    color: #00395D;
    text-shadow: none;
}
.footer {
    background: #00395d;
    color: #f5f0f0;
    float: left;
    width: 100%;
}
.footer-social-link {
    list-style: outside none none;
    margin: 17px 0 10px;
    text-align: left;
}
.footer-social-link li {
    display: inline-block;
    margin: 0;
    padding: 0 2px;
    text-align: center;
}
.footer-social-link li a {
    border-radius: 2px;
    background: #fff none repeat scroll 0 0;
    color: #00395d;
    line-height: 25px;
    height: 26px;
    width: 26px;
    float: left;
}
.footer-social-link a:hover {
    background: #A6C654;
    color: #fff;
    transition: all 0.5s
}
.copyright {
    font-size: 12px;
    margin: 21px 0 0;
}
.footer-logo {
  position: absolute;
  right: 10px;
  top: -41px;
}

/*******************about-us****************/
.about-us-banner {
  background: #fff none repeat scroll 0 0;
  float: left;
  width: 100%;
}
.how-it-work {
  background: #96bc33 none repeat scroll 0 0;
  text-align: center;
}
.how-image {
  background: #2a4c5f none repeat scroll 0 0;
  padding: 0 !important;
}
.banner_images_sec{text-align: right;}
.label_title h5 {
  color: #fff;
  font-size: 45px;
  font-weight: 300;
}
.inner-woked {
  display: table;
  width: 100%;
}.label_title {
  display: table-cell;
  height: 218px;
  vertical-align: middle;
}
.assured h5 {
  background: #2a4c5f none repeat scroll 0 0;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  margin: 0;
  padding: 10px 35px;
  text-transform: uppercase;
}
.aasuredr-technique {
  background: #fff none repeat scroll 0 0;
 float:left;
  padding-bottom: 80px;
  padding-top: 40px;
  width: 100%;
}
.Techniques  h5 {
background: #25698f;}

.assured_P {
  background: #ededed none repeat scroll 0 0;
  padding: 30px;
  min-height:224px;
}
.assured_P > p {
  color: #696969;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;

}
.human_protentials > h5 {
  color: #00395d;
  font-size: 24px;
  font-weight: 300;
  padding-bottom: 14px;
  text-transform: uppercase;
}
.human_protentials p {
  color:#696969;
  font-size: 14px;
  font-weight: 300;
  line-height:22px;
}
.human_protentials {
  padding-bottom: 30px;
}
/************end*******about-us****************/
.contact-us .banner_images_sec > img {
  width: 100%;
}
.human_protentials .assured li {
  font-weight: normal;
  text-transform: capitalize;
}
.about-us-banner.contact-us {
  float:left;
  width: 100%;
}
.how-it-work .label_title {
  height: 218px;
}.contact h5 {
  color: #00395d;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 28px;
  text-transform: uppercase;
}
.contact p {
  color: #696969;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 27px;
}
.contact span {
  float: left;
  width: 100%;
}
.contact p a {
  color: #696969;
  text-transform: capitalize;
}
.contact-form label {
  color: #696969;
  font-size: 14px;
  font-weight: 400;
}
.contact-form .form-control {
  border-radius: 0;
}
.btn.btn-info {
  background: #96bc33 none repeat scroll 0 0;
  border-color: #96bc33;
  border-radius: 0;
  font-size: 16px;
  font-weight: 600;
  padding: 7px 27px;
  text-transform: capitalize;
}
.btn.btn-info:hover{ background: #95bc56;}
.contact {
  display: inline-block;
  padding: 0 30px;
  width: 100%;
}




.exp-datbase  .assured h5 {
  background: #25878f none repeat scroll 0 0;
}
.cwf-adwantage .assured_P {

  min-height: 200px;
 
}
.assured li {
  color: #114668;
  font-size: 14px;
  font-weight: 300;
  list-style: outside none none;
  padding-bottom: 4px;
  text-transform: uppercase;
}
.assured li::before {
  color: #96bc33;
  content: "";
  font-family: fontawesome;
  padding-right: 32px;
}
/***service8****/
.our_service-sec .assured_P {
  padding: 0;
  display:inline-block;
  width:100%;
}
.img_service {
  float: left;
}
.img_cnt {
  float: right;
  padding: 15px;
  width: 64%;
}
.img_cnt > p {
  color: #696969;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 20px;
}
.assured {
  display: inline-block;
  width: 100%;
}.assured {
  display: inline-block;
  width: 100%;
}


/****service*****/

.service-main-page .banner_images_sec > img {
  width: 100%;
}
.service-main-page .how-it-work .label_title {
  height: 211px;
}

/****service**inner****/
.acheaving_inner {
  background: #2a4c5f none repeat scroll 0 0;
  display: inline-block;
  width: 100%;
}
.acheaving_inner > p {
  color: #fff;
  font-weight: 300;
  line-height: 22px;

}
.acheaving_inner {
  background: #2a4c5f none repeat scroll 0 0;
  display: inline-block;
  padding: 30px;
  width: 100%;
}
.col-md-8.col-sm-8.payrol {
  padding: 0;
}
.acheaving_peak .col-md-4.col-sm-4 {
  padding-right: 0;
}
.col-md-8.col-sm-8.payrol {
  background: #efefef none repeat scroll 0 0;
  min-height: 290px;
  padding: 0;
}
.payarol_inner {
  padding: 30px;
}
.payrol .assured li::before {
  padding-right: 8px;
}
.payrol .assured li {
  font-weight: normal;
  font-size:13px;
}
.space10{
height:10px;
display:inline-block;	
}

.human_protentials .assured li {
  font-weight: normal;
}
.human_protentials .assured li::before {
  padding-right: 13px;
}
.decions_sections {
  display: inline-block;
  width: 100%;
}
.effectiveness button {
    background: #3b78a6; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#3b78a6, #25628c); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#3b78a6, #25628c); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#3b78a6, #25628c); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#3b78a6, #25628c); /* Standard syntax */
}
.time_frames button {
    background: #3e7aa7; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#3e7aa7, #24628d); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#3e7aa7, #24628d); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#3e7aa7, #24628d); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#3e7aa7, #24628d); /* Standard syntax */
}
.role_definitions button {
    background: #4093a5; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#4093a5, #257a8a); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#4093a5, #257a8a); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#4093a5, #257a8a); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#4093a5, #257a8a); /* Standard syntax */
}
.redundant-business  button {
    background: #46b1aa; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#46b1aa, #2e968d); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#46b1aa, #2e968d); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#46b1aa, #2e968d); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#46b1aa, #2e968d); /* Standard syntax */
}
.shot_btn > button {
  border: 1px solid #3b5c70;
  box-shadow: 0 0 0 2px #8eb7d0 inset;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 24px;
  min-height: 76px;
  min-width: 184px;
  padding: 14px;
  text-align: left;
}
.decions_sections {
  margin-bottom: 12px;
}

/******last****/
.all_parts h3 {
  color: #114668;
  font-size: 20px;
}
.all_parts > p {
  color: #696969;
  font-size: 16px;
  font-weight: 300;
  margin-top: 18px;
}
.all_parts::before {
  content: url("../images/shapes.png");
  left: 0;
  position: absolute;
}
.all_parts {
  padding-left: 25px;
}
.skills_secton {
  display: inline-block;
  margin-bottom: 40px;
  width: 100%;
}
/***********responsive css**************/

@media (max-width: 1199px) {
    header .nav.navbar-nav li a {
        padding: 15px 12px;
    }
    .service-main .media-heading {
        font-size: 15px;
    }
	.banner_images_sec > img {
  width: 100%;
}
.label_title {
  
  height: 193px;
  
}
.service-main-page .how-it-work .label_title {
    height: 175px;
}
.how-it-work .label_title {
  height: 175px;
}
.img_cnt {
  float: right;
  padding: 15px;
  width: 100%;
}
.img_service {
  float: left;
  text-align: center;
  width: 100%;
}
}

@media (max-width: 991px) {
	.shot_btn {
  margin-bottom: 12px;
  text-align: center;
}
    .logo a > img {
        width: 200px;
    }
    header .nav.navbar-nav li a {
        font-size: 13px;
        padding: 15px 4px;
    }
    .service-main {
        padding: 35px 0;
    }
    .service-main .media {
        margin-bottom: 30px;
    }
    .profile-link {
        margin: 20px auto auto;
    }
	.label_title {
  height: 150px;
}
.how-it-work .label_title {
  height: 135px;
}
.service-main-page .how-it-work .label_title {
    height: 135px;
}
}
@media (max-width: 767px) {
	.assured li {
  font-size: 13px;
  font-weight: 300;
}
.assured li::before {
  padding-right: 15px;
}
.footer-logo {
  position: absolute;
  right: 10px;
  top: -83px;
}
.assured h5 {
  font-size: 17px;
}
    .footer-social-link {
        text-align: center;
        margin: 13px 0 5px;
    }
    .copyright.text-right {
        margin: 0 0 10px;
        text-align: center;
    }
    .btn-know {
        font-size: 15px !important;
        padding: 7px 19px;
    }
    .welcome-intro .space45 {
        height: 30px;
    }
    header .logo {
        position: relative;
        z-index: 999;
    }
    .nav-tog {
        display: block;
        float: right;
        margin-top: -40px;
        width: 100%;
    }
    .social-link {
        display: inline;
        float: right;
    }
    .pad-right {
        padding-right: 15px;
    }
    .nav-tog .navbar-toggle {
        background: #A6C654 none repeat scroll 0 0;
    }
    .nav-tog .navbar-toggle span {
        background: #fff none repeat scroll 0 0;
    }
    .navbar-header {
        float: left !important;
        background: #00395d !important;
        width: 100%;
    }
    .no-pad {
        padding: 0 15px;
        border-top: 0px!important;
    }
    .navbar-header .nav.navbar-nav {
        margin-top: 0px!important;
        margin-bottom: 0px!important;
    }
    header .nav.navbar-nav li a {
        border-top: none;
        font-size: 15px !important;
        color: #fff!important;
        padding: 8px 10px !important;
    }
	header .nav.navbar-nav li ul li a{
		color:#000!important;
	}
    header .nav.navbar-nav a.active,
    header .nav.navbar-nav a:focus,
    header .nav.navbar-nav a:hover {
        border-top: none;
        background: #A6C654!important;
    }
	header .nav.navbar-nav li ul li a:hover, header .nav.navbar-nav li ul li a:focus, header .nav.navbar-nav li ul li a.active {
  background: #00395d none repeat scroll 0 0 !important ;
  border: medium none !important;
  color:#fff !important;
}
	.banner_images_sec > img {
  width: 100%;
}
.label_title h5 {
  font-size: 31px;
}
.label_title {
  height: 150px;
}
}
@media (max-width: 550px) {
    .carousel-indicators {
        display: none;
    }
	.img_service > img {
  display: inline;
  width: 100%;
}
}
@media (max-width: 414px) {
    .logo a > img {
        width: 175px;
    }
    .service-main .media-heading {
        font-size: 15px;
        text-align: center;
    }
    .service-main .pull-left {
        display: block;
        float: none !important;
        text-align: center;
    }
    .service-main .media-body p {
        text-align: center;
    }
    .more-btn.btn {
        display: block;
        margin: 20px auto auto;
        width: 150px;
    }
    .testomonial #quote-carousel p {
        line-height: 26px;
        padding: 0 0 0 16px;
        font-size: 15px;
    }
    .left-arr {
        float: left;
        font-size: 64px;
        left: -21px;
        top: 28px;
    }
    .rgt-arr {
        float: right;
        font-size: 65px;
        right: 8px;
        top: 30px;
    }
}