﻿@charset "utf-8";
/* CSS Document */

body {
    overflow-x: hidden;
}

ul,li,a,h1,h2,h3,h4,h5,h6,p{
    margin: 0px !important;
    padding: 0px !important;
    list-style: none !important;
}

.generalText {
    font-size: 18px;
    font-family:'Lato-Regular';
}

/*header css open*/

.main-menu{
   float: right !important;	
}

.main-menu li a{
    font-family:'Lato-Regular';
    font-weight: normal;
    padding: 35px 15px !important;	
    text-transform: uppercase;
    color: #444;
    font-size: 16px;
}

.navbar-collapse{
    padding: 0px !important;	
}

.navbar-brand {
    height: auto !important;
    padding: 25px 0 0 !important;
}

.main-menu .active a {
    color: #20428C !important;
    //background-color: #20428C !important;
}

.main-menu > li > a:focus, .main-menu > li > a:hover {
    background-color: #20428C!important;
    color: #fff !important;
}

.dropdown-menu{
    border: 0px !important;
    background-color: transparent !important;
    min-width: 170px !important;
} 

.dropdown-menu > li {
    border-bottom: 1px solid #ddd;
}

.dropdown-menu > li:last-child{
    border-bottom: 0px;	
}

.dropdown-menu > li > a {
    display: block;
    font-size: 14px !important;
    padding: 10px 20px !important;
    text-transform: capitalize !important;
    background-color: #fff;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #20428C !important;
    color: #fff !important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -5px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #444;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.affix {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 1px 2px #666;
    border-bottom: 0 none !important;
    left: 0;
    padding: 0px 0 !important;
    top: 0;
    transition: height 0.3s ease 0s;
    width: 100%;
    z-index: 9999 !important;
}


.affix .main-menu li a:hover, .affix .main-menu li a:focus {
    color: #f77810 !important;
    border: 0px !important;
}

.affix .main-menu li {
}

.affix .main-menu li a:hover, .affix .main-menu li a:focus {
    color: #fff !important;
}
  

.caret-up {
    width: 0; 
    height: 0; 
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

.home-banner{
    background-image: url(../images/home-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: auto;
    padding: 60px 0px;
}

.banner-heading1 {
    display: inline-block;
    width: 100%;
    margin-top: 5%;
}

.banner-heading1 h1 {
    color: #21428a;
    font-family: "HelveticaLT-Light";
    font-size: 35px;
    line-height: 45px;
    text-transform: uppercase;
}

.banner-heading2 {
    display: inline-block;
    width: 100%;
    margin-top: 18%;
}

.banner-heading2 h2 {
    color: #fff;
    font-family:'HelveticaLT-Light';
    font-size: 35px;
    line-height: 45px;
    text-transform: uppercase;
    text-align: center;
}

.btn.btn1 {
    background-color: #ff9e23 !important;
    border-radius: 0 !important;
    color: #fff !important;
    padding: 10px 20px !important;
    text-transform: uppercase;
    font-family:'HelveticaNeueLTStd-Bd';
    float: right;
    margin-top: 10px;
    font-size: 13px;
}

.btn.btn1:hover, .btn.btn1:focus {
    background-color: #dd7b00 !important;
    color: #fff;
    transition: all 0.5s ease 0s;
}

.assessment-banner{
    background-image: url(../images/solution-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 110px;
    background-position: center center;
}

.assessment-banner h2 {
    color: #fff !important;
    font-size: 32px;
    font-weight: bold;
    margin-top: 4% !important;
}

.contact-banner {
    background-image: url(../images/contact-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: auto;
}

.contact-banner h2 {
    color: #fff !important;
    font-size: 32px;
    font-weight: bold;
    margin: 12% 0 !important;
}

.pv-40 {
    padding-bottom: 40px;
    padding-top: 40px;
}

.pv-30-40 {
    padding-bottom: 40px;
    padding-top: 0px;
}

.pv-40 h2 {
    text-align: center;
    font-family:'HelveticaLT-Light';
    margin: 20px 0px 10px !important;
}


.pv-40 h2 strong {
    color: #21428a !important;
}

.sol-banner{
   /*background-image: url(../images/solutionsa-banner.jpg);*/
   background-repeat: no-repeat;
   background-size: cover;
   min-height: auto;
   max-height: 550px;
   padding: 10% 0px;
}

.sol-heading{
   text-align: center;
}

.sol-heading > p {
    color: #323232;
    font-family: "Lato-Regular";
    font-size: 25px;
    margin-bottom: 25px !important;
}

.sol-heading > h2 {
    color: #21428a;
    font-family: "Lato-Regular";
    font-size: 45px;
    text-transform: uppercase;
}

.certrax-brand {float:left;height:75px;padding:15px;font-size:18px;line-height:100px}

.MyRadioButton {
    margin: 10px 0px; 
    padding-left:5px;
    padding-bottom: 0px;
}

/*
}

/*header css closed*/

/*body css open*/

.sec{
    padding: 60px 0px;	
}

.sec1{
    text-align: center;	
}

.sec1-cont > span{
    font-size: 4.2em;
}

/*.sec1-cont span img {
    margin: 0 auto;
}*/

.fa.fa-search {
    color: #21428a;
}

.fa.fa-check-square-o {
    color: #21428a;
}

.fa.fa-ban::before {
    color: #21428a;
}

.sec1-cont > h2{
    color: #20428C;
    font-family:'HelveticaLT-Light';
    margin: 20px 0px 25px !important;
}


.sec1-cont > p{
    color: #333;
    font-family:'HelveticaLT-Light';
    font-size: 16px;
    margin-bottom: 15px !important;
}

.rd-more {
    background-color: #f1921a;
    color: #fff;
    display: inline-block;
    font-family:'Lato-Bold';
    padding: 5px 5px !important;
    margin-top: 10px !important;
    text-transform: uppercase;
    font-size: 15px;
}

.rd-more:hover, .rd-more:focus {
    background-color: #203F8D;
    color: #fff;
    text-decoration: none;
}

.cnt-btn {
    background-color: #f1921a;
    color: #fff;
    display: inline-block;
    font-family: "Lato-Bold";
    font-size: 14px;
    margin-top: 15px !important;
    padding: 10px 30px !important;
    text-transform: uppercase;
    border-radius: 0px !important;
}

.cnt-btn:hover, .cnt-btn:focus {
    background-color: #203F8D;
    color: #fff;
    text-decoration: none;
}

.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
    background-color: #f1921a;
    color: #fff;
}

.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  color: #fff;
  text-decoration: none;
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

.sec2{
     background-color: #f2f2f2;
     text-align: center;
}

.sec2 h2 {
    color: #2b3958;
    line-height: 40px;
    margin-bottom: 20px !important;
    font-family:'HelveticaLT-Light';
}

.sec2 p {
    color: #2b3958;
    font-family:'HelveticaLT-Light';
    line-height: 22px;
    font-size: 16px;
}

.sec7 {
    padding: 40px 0;
}

.sec7 h2 {
    color: #898989;
    font-family:'HelveticaLT-Light';
    text-align: center;
    line-height: 40px;
}

.cnt{
     margin-top: 0px !important;	
}

.sec3{
     background-image: url(../images/img5.png);
     background-repeat: no-repeat;
     background-size: cover;
     min-height: auto;
     padding: 127px 0px;
     background-position: center;
}

.sec3-lft-cont{
     text-align: center;	
     position: relative;
}

.sec3-lft-cont a img {
    margin: 0 auto;
}

.sec3-lft-cont h4 {
    color: #ff931d;
    font-family:'Lato-Regular';
    font-size: 25px;
    line-height: 30px;
    margin-top: 10px !important;
}

.sec3-lft-cont > span {
    color: #fff;
    font-size: 32px;
    left: 50px;
    position: absolute;
    top: 40px;
    font-family:'HelveticaLT-Light';
}

.sec3-lft-cont h2 {
    color: #fff;
    font-family:'Lato-Regular';
    font-size: 30px;
    line-height: 35px;
    margin: 15px 0 !important;
}

.sec3-lft-cont p {
    color: #fff;
    font-family: "HelveticaLT-Light";
    font-size: 18px;
}

.sec4{
     background-image: url(../images/img7.png);
     background-repeat: no-repeat;
     background-size: cover;
     min-height: auto;
     padding: 106px 0px;
     background-position: center;
}

.sec4-rth-cont{
     text-align: center;	
}

.sec4-rth-cont a img {
    margin: 0 auto;
}

.sec4-rth-cont h4 {
    color: #4d4d4d;
    font-family:'Lato-Regular';
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px !important;
}

.sec4-rth-cont h2 {
    color: #21428a;
    font-family:'Lato-Regular';
    font-size: 25px;
    line-height: 35px;
    margin: 15px 0 !important;
}

.sec4-rth-cont p {
    color: #2e2e2e;
    font-family: "HelveticaLT-Light";
    font-size: 18px;
}

.sec5{
     background-image: url(../images/img9.png);
     background-repeat: no-repeat;
     background-size: cover;
     min-height: auto;
     padding: 127px 0px;
     background-position: center;
}

.sec6 {
    background-color: #f1931b;
}

#video {
    background-image: url(../images/video.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 478px;
    position:relative;
    cursor: pointer;
}


/*.sec6-lft-cont{
    background-image: url(../images/video.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 478px;
    position:relative;
    cursor: pointer;
}*/

.sec6-rth-cont {
    background-color: #f1931b;
    display: table-cell;
    height: 478px;
    padding: 7% 12%;
    text-align: center;
    vertical-align: middle;
}

.sec6-lft-cont a img {
    left: 37%;
    position: absolute;
    top: 42%;
}

.pad0{
     padding: 0px !important;	
}

.sec6-rth-cont > h2{
     color: #fff;
     font-family:'HelveticaLT-Light';
}

.sec6-rth-cont > p{
     color: #fff;
     font-family:'HelveticaLT-Light';
     margin-top: 25px !important;
     font-size: 16px;
}

.fancybox-opened {
    width: auto !important;
}

.fancybox-skin {
  //  width: 535px !important;
}

.fancybox-inner {
    width: 500px !important;
}

/*animation element*/

/*.animation-element {
  opacity: 0;
  position: relative;
}*/

/*animation element sliding left*/

/*.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.animation-element.slide-left.slow{
    opacity: 0;
  -moz-transition: all 1000ms linear;
  -webkit-transition: all 1000ms linear;
  -o-transition: all 1000ms linear;
  transition: all 1000ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}
.animation-element.slide-left.slow.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.animation-element.slide-left.slower{
    opacity: 0;
  -moz-transition: all 1000ms linear;
  -webkit-transition: all 1000ms linear;
  -o-transition: all 1000ms linear;
  transition: all 1000ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}
.animation-element.slide-left.slower.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.animation-element.slide-left.too-slow{
    opacity: 0;
  -moz-transition: all 2000ms linear;
  -webkit-transition: all 2000ms linear;
  -o-transition: all 2000ms linear;
  transition: all 2000ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}
.animation-element.slide-left.too-slow.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}*/

/*animation element sliding right*/
/*.animation-element.slide-right{
    opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translateX(100px);
  -webkit-transform: translateX(100px);
  -o-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
}
.animation-element.slide-right.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.animation-element.slide-right.slow{
    opacity: 0;
  -moz-transition: all 1000ms linear;
  -webkit-transition: all 1000ms linear;
  -o-transition: all 1000ms linear;
  transition: all 1000ms linear;
  -moz-transform: translateX(100px);
  -webkit-transform: translateX(100px);
  -o-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
}
.animation-element.slide-right.slow.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-right.slower{
    opacity: 0;
  -moz-transition: all 1500ms linear;
  -webkit-transition: all 1500ms linear;
  -o-transition: all 1500ms linear;
  transition: all 1500ms linear;
  -moz-transform: translateX(100px);
  -webkit-transform: translateX(100px);
  -o-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
}
.animation-element.slide-right.slower.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-top{
    opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
}
.animation-element.slide-top.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}


.bounce-up {
  opacity: 0;
  -moz-transition: all 1000ms ease-out;
  -webkit-transition: all 1000ms ease-out;
  -o-transition: all 1000ms ease-out;
  transition: all 1000ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bounce-up.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}


.bounce-down {
  opacity: 0;
  -moz-transition: all 1000ms ease-out;
  -webkit-transition: all 1000ms ease-out;
  -o-transition: all 1000ms ease-out;
  transition: all 1000ms ease-out;
  -moz-transform: translate3d(100px, 100px, -200px);
  -webkit-transform: translate3d(100px, 100px, -200px);
  -o-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate3d(100px, 100px, -200px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bounce-down.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}


.animation-element.bounce-up.slow{
    opacity: 0;
  -moz-transition: all 1500ms linear;
  -webkit-transition: all 1500ms linear;
  -o-transition: all 1500ms linear;
  transition: all 1500ms linear;
  -moz-transform: translate3d(0px, 100px, 0px);
  -webkit-transform: translate3d(0px, 100px, 0px);
  -o-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate3d(0px, 100, 0px);
}
.animation-element.bounce-up.slow.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}*/

input[type="radio"] + span {
    background: rgba(0, 0, 0, 0) url(../images/check_radio_sheet.png) no-repeat scroll left 0px;
    color: #555 !important;
    cursor: pointer;
    display: inline-block;
    font-family:'CenturyGothic-Regular';
    height: 27px;
    margin: -1px 4px 0 0;
    padding-left: 32px;
    text-align: left;
    vertical-align: middle;
    width: auto;
    font-size: 15px;
    padding-top: 4px;
    font-weight: normal;
}

input[type="radio"]:checked + span {
    background: rgba(0, 0, 0, 0) url(../images/check_radio_sheet.png) no-repeat scroll left -34px;
}

input[type="radio"] {
    display: none;
}

/* Standard list */
.myList
{
    margin-left: 30px;
}

.myList2
{
    margin-left: 30px;
    list-style:square!important;
}
 
/*progressbar*/
#progressbar {
    margin:30px auto;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    width:60%;
}
#progressbar li  {
    list-style-type: none;
    color: #4b4b4b;
    
    font-size: 9px;
    width: 33.33%;
    float: left;
    position: relative;
    font-family:GOTHIC;
}

#progressbar li::before {
    background: #fff none repeat scroll 0 0;
    border: 5px solid #f2f2f2;
    border-radius: 32px;
    color: #f2f2f2;
    content: counter(step, decimal);
    counter-increment: step;
    display: block;
    font-size: 26px;
    line-height: 34px;
    margin: 0 auto 5px;
    width: 45px;
    text-align:center;
    font-weight:bold;
}
/*progressbar connectors*/

.bs-wizard {
    display: block;
    margin: 0 auto !important;
    width: 75%;
}


/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 30px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #000; font-size: 16px; margin-bottom: 5px;font-family:'Lato-Regular';display: inline;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #f5b67e; top: 45px; left: 12px; margin-top: -15px !important; margin-left: -15px !important; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #e07e27; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #f5b67e;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f7e1ca;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0.6;}
.bs-wizard > .bs-wizard-step:first-child > .progress {
    left: 0;
    width: 100%;
}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }

.progress {
    background-color: #f7e1ca !important;
}

/*END Form Wizard*/

.feature-box-2 h4 {
    color: #e07e27 !important;
    font-family: "CenturyGothic-Regular";
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 25px !important;
}

.nxt{
   padding: 10px 40px !important;	
}

.nxt-fa {
    line-height: 34px;
    min-width: 12px;
    position: absolute;
    right: 17px;
    top: 3px !important;
    transition: right 0.2s ease-in-out 0s;
    z-index: 3;
}

.nxt-fa1 {
    line-height: 34px;
    min-width: 12px;
    position: absolute;
    left: -64px;
    top: 3px !important;
    transition: right 0.2s ease-in-out 0s;
    z-index: 3;
}

.page {
    color: #21428a;
    display: block;
    font-family: "Lato-Bold";
    font-size: 16px;
    margin-top: 5px;
    text-align: right;
}

.comment-box {
    display: inline-block;
    width: 100%;
}


.comment-box-cont2 {
    padding: 30px;
    position: relative;
    width: 100%;
    /* border-radius: 10px; */
    top: 50px;
    background-color: white;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-weight: 100;
    color: #777;
}

.helpTitle {
    height: 50px;
    background-color: #f9f9f9;
    margin-bottom: 20px;
    text-align: center !important;
    padding: 15px;
    color: #232323;
    font-family: 'Lato-Bold';
    font-size: 16px;
}

.comment-box img {
    float: none;
    position: relative;
}

.lft-quot {
    left: -15px;
    position: absolute !important;
    top: -25px;
}

.rth-quot {
    bottom: -10px;
    position: absolute !important;
    right: -20px;
}


.comment-box-cont > p {
    font-size: 16px;
    margin: 0;
    font-family:'CenturyGothic-Regular';
}

.comment-box img {
    float: right;
    position: relative;
}

#qus{
    background-color: #fafafa;
    margin: 0px;
}

.lbl {
    color: #555;
    font-family: "Lato-Bold";
    font-size: 120%;
    line-height: 22px;  /* 22 */
    padding-left: 0px !important;
    margin-bottom: 1px !important;
}

.usr1{
    background-image: url(../images/usr.png) !important;
    background-repeat: no-repeat;
    background-position: 96% center;
}

.email1{
    background-image: url(../images/mail.png) !important;
    background-repeat: no-repeat;
    background-position: 96% center;
}

.comp{
    background-image: url(../images/comp.png) !important;
    background-repeat: no-repeat;
    background-position: 96% center;
}

.phne{
    background-image: url(../images/phone.png) !important;
    background-repeat: no-repeat;
    background-position: 96% center;
}

.heading-txt {
    color: #e07e27 !important;
    font-size: 22px;
    line-height: 28px;
    text-align: left !important;
    font-family:'CenturyGothic-Regular' !important;
}

/* Scroll to top
---------------------------------- */
.scrollToTop {
  color: #ffffff;
  position: fixed;
  bottom: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  background-color: rgba(241, 147, 27, 0.8);
  z-index: 1005;
  display: none;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.scrollToTop i {
  line-height: 50px;
  font-size: 24px;
}

.scrollToTop:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.circle {
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  border-radius: 100% !important;
}

.nxt {
    padding: 10px 40px !important;
}

.btn-gray-transparent {
    font-family: "Lato-Regular";
}
.btn-animated {
    min-width: 0 !important;
    padding-right: 45px !important;
    position: relative;
}

.btn-gray-transparent {
    background-color: #21428a;
    border-color: #fff !important;
    color: #fff;
}
.btn {
    transition: all 0.2s ease-in-out 0s;
}

.btn-gray-transparent:hover, .btn-gray-transparent:focus, .btn-gray-transparent.focus, .btn-gray-transparent:active, .btn-gray-transparent.active, .open > .dropdown-toggle.btn-gray-transparent {
    background-color: #333333;
    border-color: #333333;
    color: #fff !important;
    text-decoration: none;
}

.btn-animated:hover i {
    right: 11px;
}
.btn-animated i {
    line-height: 34px;
    min-width: 12px;
    position: absolute;
    right: 17px;
    top: 0;
    transition: right 0.2s ease-in-out 0s;
    z-index: 3;
}

.sec7-new{
    background-color: rgba(0, 0, 0, 0.3);	
}

.sec7-new h2{
    color: #20428c !important;
}  

.inpt-asse {
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #000 !important;
    font-family: "Lato-Regular";
    height: 30px !important;
    padding: 5px 10px;
}

.sol-sec{
     padding: 60px 0px;	
}

.sol-sec1{
    display: inline-block;
    width: 100%;
}

.hvr-float-shadow1 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
    background-color: #203f8d;
    color: #fff;
}

.hvr-float-shadow1:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow1:hover, .hvr-float-shadow1:focus, .hvr-float-shadow1:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  color: #fff;
  text-decoration: none;
  /* move the element up by 5px */
}
.hvr-float-shadow1:hover:before, .hvr-float-shadow1:focus:before, .hvr-float-shadow1:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

.lrn:hover, .lrn:focus{
   background-color: #f1921a;	
}

.sol-sec1 h2 {
    color: #21418a;
    margin-bottom: 20px !important;
    font-family:'HelveticaLT-Light';
}

.sol-sec1 h4{   
    color: #535353;
    margin-bottom: 20px !important;
    font-family:'Lato-Regular';
    line-height: 22px;
}

.sol-sec1 p{
    color: #535353;
    margin-bottom: 20px !important;
    font-family:'HelveticaLT-Light';
    font-size: 16px;
}

.padding-lft{
    padding-left: 25px !important;	
}

.marg{
    margin-top: 5%;
    display: block;
}

#dd1 {
    -moz-appearance: none;
    background-image: url("../images/down-arrow.png");
    background-position: 97% center;
    background-repeat: no-repeat;
}

.inpt-five {
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #000 !important;
    font-family: "Lato-Regular";
    height: 32px !important;
    padding: 5px 10px;
}

.inpt-cont {
    border: 1px solid #21428a !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #21428a !important;
    font-family: "Lato-Regular";
    height: 45px !important;
}

.inpt-asse::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c6c7c8 !important;
  opacity: 1;
}
.inpt-asse::-moz-placeholder { /* Firefox 19+ */
  color: #c6c7c8 !important;
  opacity: 1;
}
.inpt-asse:-ms-input-placeholder { /* IE 10+ */
  color: #c6c7c8 !important;
  opacity: 1;
}
.inpt-asse:-moz-placeholder { /* Firefox 18- */
  color: #c6c7c8 !important;
  opacity: 1;
}

.cont-sec-lft > h2 {
    color: #e07e27;
    font-family: "CenturyGothic-Regular";
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 20px !important;
    letter-spacing: 1px;
}

.cont-sec-lft img {
    vertical-align: sub;
    margin-right: 5px;
}

.lbl-cnt {
    color: #555;
    font-family:'Lato-Regular';
    font-weight: normal;
}

.inpt-txt {
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    height: 45px !important;
    font-family:'Lato-Regular';
    color: #555 !important;
}

.inpt-txt::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   color: #ccc !important;
   opacity: 1;
}
.inpt-txt::-moz-placeholder { /* Firefox 19+ */
   color: #ccc !important;
   opacity: 1;
}
.inpt-txt:-ms-input-placeholder { /* IE 10+ */
   color: #ccc !important;
   opacity: 1;
}
.inpt-txt:-moz-placeholder { /* Firefox 18- */
   color: #ccc !important;
   opacity: 1;
}

.inpt-spec {
    border: 1px solid #ddd ;
    border-radius: 0 !important;
    box-shadow: none !important;
    height: 40px !important;
    font-family:'Lato-Regular';
    color: #555  !important;
    width: 275px !important;
}

.inpt-spec::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   color: #ccc !important;
   opacity: 1;
}
.inpt-spec::-moz-placeholder { /* Firefox 19+ */
   color: #ccc !important;
   opacity: 1;
}
.inpt-spec:-ms-input-placeholder { /* IE 10+ */
   color: #ccc !important;
   opacity: 1;
}
.inpt-spec:-moz-placeholder { /* Firefox 18- */
   color: #ccc !important;
   opacity: 1;
}

#txt-area{
    height: auto !important;
    resize: none;
    background-image: url(../images/chat.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    padding-left: 35px !important;
}
#txtMessage{
    height: auto !important;
    resize: none;
    background-image: url(../images/chat.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    padding-left: 35px !important;
}

.required {
    color: #f80000;
}

.cont-sec-rth > h2 {
    color: #e07e27;
    font-family: "CenturyGothic-Regular";
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 20px !important;
    letter-spacing: 1px;
}

.cont-sec-rth img {
    vertical-align: sub;
    margin-right: 5px;
}

.cont-usr{
    background-image: url(../images/cont-usr.png )!important;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 35px !important;
}

.cont-email{
    background-image: url(../images/cont-mail.png) !important;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 35px !important;
}

.cont-phn{
    background-image: url(../images/cont-phone.png) !important;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 35px !important;
}

.cont-sec-rth > ul {
    background-color: #555;
    border-radius: 5px;
    padding: 20px !important;
}

.cont-sec-rth strong {
    text-decoration: underline;
    color: #fff;
}

.cont-sec-rth {
    text-align: left;
    margin-top: 60px;
}

.cont-sec-rth p {
    margin-bottom: 15px !important;
    font-family:'Lato-Regular';
    color: #fff;
    line-height: 25px;
}

.bor-line {
    border-right: 1px solid #eee;
    height: 600px;
    margin: 0 auto;
    position: relative;
    width: 0;
}

.cont-steps > h2 {
    color: #e07e27;
    font-family: "CenturyGothic-Regular";
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 22px;
    margin-bottom: 20px !important;
}

.cont-steps ol {
    padding: 0;
}

.cont-steps ol li {
    padding: 8px 0px !important;
}

.cont-steps a {
    color: #555;
    display: inline-block;
    font-family: "Lato-Regular";
    font-size: 15px;
    padding-top: 5px !important;
}

.cont-steps a:hover, .cont-steps a:focus{
    transition: all 0.5s ease;
    text-decoration: none;
    color: #f1921a;
}

.cont-steps span {
    background-color: #f1921a;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    height: 30px;
    text-align: center;
    width: 30px;
}

.cont-steps p {
    display: inline-block;
    position: relative;
    top: 6px;
    font-family:'CenturyGothic-Regular';
}

  #Div1 label {
    width: 300px;
    display: inline-block;
    padding-left: 0px !important;
}


input[type="checkbox"]:checked + span {
    background: rgba(0, 0, 0, 0) url(../images/check-box.png) no-repeat scroll left -36px;
    color: #231f20;
}

input[type="checkbox"] + span {
    background: rgba(0, 0, 0, 0) url(../images/check-box.png) no-repeat scroll left -4px;
    color: #555 !important;
    cursor: pointer;
    display: inline-block;
    font-family:'CenturyGothic-Regular' !important;
    height: 28px;
    margin: 0px;
    padding-left: 35px;
    text-align: left;
    vertical-align: middle;
    width: auto;
    font-size: 15px;
}

input[type="checkbox"] {
    display:none;
}

.checkbox.chk-box {
    display: inline-block;
    margin: 0 !important;
    text-align: left;
}

.separator {
  width: 100%;
  margin: 20px auto 15px;
  position: relative;
  height: 1px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.separator:after {
  height: 1px;
  background: #e8e8e8;
  background: -moz-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, transparent), color-stop(35%, rgba(0, 0, 0, 0.09)), color-stop(70%, rgba(0, 0, 0, 0.09)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
  background: -o-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
  background: -ms-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
  position: absolute;
  bottom: -1px;
  content: "";
  width: 100%;
  left: 0;
}

#qus h4{
    margin-top: 10px !important;
}


#contact-us {
    background-color: #eee;
    padding: 25px;
}

.ass-sub {
    background-color: #eee;
    padding: 25px;
}

.assessment-sec{
    background-color: #fafafa;
    margin: 0;	
}

.types{
    background: #fff none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    color: #555;
    cursor: pointer;
    font-family: "CenturyGothic-Regular";
    font-size: 110%;
    margin: 25px 0 15px;
    outline: medium none;
    padding: 10px;
    position: relative;
    width: 300px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: 97% center;
    float: left;
}


.specify-div {
    display: inline-block;
    float: left;
    margin: 25px 0 0 20px;
}

.feature-box-2 {
    display: inline-block;
    width: 100%;
}

a {
   outline: 0 !important;
}

.div1 {
    display: inline-block;
    float: left;
    width: 70px;
}

.div2 {
    float: left;
    width: 70px;
}

.div3 {
    float: left;
    margin-right: 25px;
    width: 170px;
}

.div4 {
    float: left;
    width: 170px;
}


/*body css closed*/

/*footer css open*/

.top-footer{
   background-color: #555;
   padding: 40px 0px;
   padding-bottom:0px !important;
}

.top-footer h2 {
    color: #f3931b;
    font-size: 22px;
    margin-bottom: 15px !important;
    text-transform: capitalize;
    font-family:'HelveticaLT-Light';
    font-weight: bold;
}

.top-footer p {
    color: #fff;
    font-family:'Lato-Regular';
}

.txt-center{
    text-align: center;
}

.top-footer ul li {
    display: inline-block;
    line-height: 30px;
}

.top-footer ul li a {
    color: #fff;
    text-transform: uppercase;
    padding: 0px 10px !important;
    display: inline-block;
    font-family:'Lato-Regular';
    font-size: 13px;
}

.top-footer ul li a:hover, .top-footer ul li a:focus{
    color: #f3931b;
    text-decoration: none;
}

.top-footer ul li span{
    border-right: 1px solid #f3931b;
}

.cont-info li{
    display: block !important;
    text-align: center;
}

.bottom-footer{
    background-color: #3d3d3d;
    padding: 15px 0px;
}

.bottom-footer p {
    color: #fff;
    font-family:'HelveticaLT-Light';
    margin-top: 5px !important;
}

.bottom-footer ul {
    text-align: right;
}

.bottom-footer ul li {
    display: inline-block;
}

.bottom-footer li a {
    background-color: #fff;
    border-radius: 30px;
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    margin-right: 7px !important;
}

.bottom-footer li a:hover, .bottom-footer li a:focus{
    background-color: #f3931b;
}

.fa-twitter::before {
    color: #3c3c3c;
    font-size: 18px;
    position: relative;
    top: 0px;
}

.fa-linkedin::before{
    color: #3c3c3c;
    font-size: 18px;
    position: relative;
    top: 0px;
}

.fa-google-plus::before{
    color: #3c3c3c;
    font-size: 18px;
    position: relative;
    top: 0px;
}

.link{
    color: #f3931b;
}

.link:hover, link:focus{
    color: #f3931b;
}

a {
   outline: 0;
}


/*footer css closed*/