.clearfix:after, .clearfix:before {
    display: table;
    content: " ";
    clear: both;
}

.clear {
    clear: both;
}

a {
    -webkit-transition: all 1s ease; /* Safari 3.2+, Chrome */
    -moz-transition: all 1s ease; /* Firefox 4-15 */
    -o-transition: all 1s ease; /* Opera 10.5-12.00 */
    transition: all 1s ease; /* Firefox 16+, Opera 12.50+ */
}

a:focus {
    outline: none !important;
}

li {
    -webkit-transition: all 1s ease; /* Safari 3.2+, Chrome */
    -moz-transition: all 1s ease; /* Firefox 4-15 */
    -o-transition: all 1s ease; /* Opera 10.5-12.00 */
    transition: all 1s ease; /* Firefox 16+, Opera 12.50+ */
}

ul {
    margin: 0;
    padding: 0;
}

body {
    padding: 0;
    font-family: 'Raleway', sans-serif;
    margin: 0;
    color: #58595b;
}

img {
    width: 100%;
}

a {
    text-decoration: none;
    color: #000;

}

a:focus, a:hover {
    text-decoration: none;
}

/**************basic custom css start **********/
section.nav-bar-sec {
    padding-top: 9px;
    padding-bottom: 9px;
    background: #fbfbfb;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=28, Direction=0, Color=#000000)";
    -moz-box-shadow: 0 0 40px -15px #000000 inset;
    -webkit-box-shadow: 0 0 40px -15px #000000 inset;
    box-shadow: 0 0 40px -15px #000000 inset;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=28, Direction=135, Color=#000000);
}

.logo {
    /*width: 290px;*/
    float: left;
}

.nav-bar {
    float: left;
    margin-left: 69px;
    margin-top: 24px;
}

.nav-bar ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 20px;
}

.nav-bar ul li a {
    font-size: 13px;
    text-transform: uppercase;
    color: #58595b;
}

.nav-bar ul li:last-child {
    margin-right: 0px;
}

.nav-bar ul li a:hover, .nav-bar ul .active a {
    color: #f79b09;
}

.login {
    float: right;
}

.login {
    float: right;
    margin-top: 23px;
    font-size: 14px;
    position: relative;
    z-index: 999;
}

.login:after {
    position: absolute;
    content: "";
    background: url(../images/login-bg.png);
    height: 81px;
    width: 207px;
    top: -32px;
    right: -104px;
    z-index: -1;
}

.login a {
    color: #fff;
}

.welcome-wrap-left {
    width: 441px;
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 33px;

    margin-top: 130px;
}

.welcome-wrap-right {
    float: right;
    width: 699px;
    margin-top: 53px;
    border-left: 1px #dbdbdb solid;
    padding-left: 50px;
}

.welcome-wrap-right p {
    font-size: 14px;
    line-height: 24px;
}

.welcome-wrap-left span {
    display: block;
    color: #f79b09;
}

.welcome-wrap-left span {
    font-weight: 700;
}

.know-more a {
    color: #0083d7;
}

.welcome-wrap {
    padding-bottom: 83px;
}

.services-sec {
    position: relative;
    background: url(../images/8.jpg) no-repeat;
    width: 100%;
    /*height: 697px;*/
    background-size: cover;
}

.services-sec:before {
    position: absolute;
    content: "services";
    top: -26px;
    left: 50%;
    background: #f79b09;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 40px;
    width: 204px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -102px;
    padding-bottom: 10px;
}

.service-block {
    width: 235px;
    float: left;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin-right: 217px;
    margin-bottom: 78px;
    height: 210px;
}

.service-block:nth-child(3n) {
    margin-right: 0px
}

.service-block img {
    width: 127px;
    margin: 0 auto;
    margin-bottom: 16px;
}

.services-wrap.clearfix {
    margin-top: 151px;
}

.service-block p {
    text-transform: uppercase;
}

.service-block a {
    color: #fff;
}

.contact-left {
    width: 500px;
    float: left;
}

.contact-right {
    float: right;
    width: 640px;
}

.cntc-title {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}

section.contact-sec {
    padding-top: 50px;
    padding-bottom: 50px;
}

.contact-right input, .contact-right textarea {
    /*border: none;*/
    color: #000;
    font-size: 13px;
    /*background: #e4e4e4;*/
    /*background: #fff;*/
    padding: 10px 15px;
    width: 100%;
    margin-bottom: 5px;
    font-style: italic;
    /*font-weight: 700;*/
}

.contact-right textarea {
    height: 122px;
    resize: none;
}

.captch-wrap .captcha, .captch-wrap input[type="text"] {
    color: #000;
    background: #e4e4e4;
    padding: 10px 15px;
    float: left;
    width: 140px;
    margin-right: 5px;
    text-align: center;
    font-size: 13px;
}

.captch-wrap input[type="submit"] {
    float: left;
    background: #b01315;
    color: #fff;
    font-size: 13px;
    padding: 10px 18px;
    width: 140px;
    font-style: normal;
}

.contact-left ul li {
    list-style-type: none;
    width: 278px;
    border-bottom: 1px #c4c4c4 solid;
    line-height: 66px;
    text-transform: uppercase;
    font-size: 13px;
}

.contact-left ul li span {
    display: block;
    line-height: 5px;
    padding-top: 17px;
    padding-bottom: 17px;
}

.contact-left ul li:nth-child(1n) {
    background: url(../images/location.png) no-repeat 0 20px;
    padding-left: 30px;
}

.contact-left ul li:nth-child(2n) {
    background: url(../images/ph.png) no-repeat 0 29px;
    padding-left: 30px;
}

.contact-left ul li:nth-child(3n) {
    background: url(../images/mail.png) no-repeat 0 27px;
    padding-left: 30px;
}

footer {
    background: #f2f2f2;
    border-bottom: 3px #a8a8a8 solid;
    padding-top: 15px;
    padding-bottom: 15px;
}

.foot-left {
    float: left;
    font-size: 12px;
    /*margin-top: 34px;*/
}

.foot-right {
    float: right;
    font-size: 12px;
    /*margin-top: 34px;*/
}

.foot-mdl {
    float: left;
    font-weight: 700;
    margin-left: 448px;
    text-transform: uppercase;
    /*width: 85px;*/
}

.foot-icon img {
    width: 20px;
    margin-right: 5px;
}

.foot-icon img:last-child {
    margin-right: 0px;
}

.foot-icon {
    text-align: center;
    margin-top: 5px;
}

.foot-right a {
    color: #58595b;
}

.services-wrap-left {
    float: left;
    width: 140px;
}

.services-wrap-right {
    float: right;
    width: 973px;
}

.services-wrap-right span, .contact-title {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
}

.services-icon-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px #d3d2d2 solid;
}

.services-wrap-right p {
    line-height: 24px;
    font-size: 14px;
    margin-top: 9px;
}

.services-icon-wrap:last-child {
    border-bottom: none;
}

.services-body-wrap {
    margin-top: 30px;
    min-height: 484px;
}

.services-body-wrap .welcome-wrap-left {
    margin-top: 30px;
    width: 100%;
    text-align: left;
    border-bottom: 1px #e3e3e3 solid;
    padding-bottom: 11px;
    margin-bottom: 22px;
}

.about-cnt-p p {
    line-height: 27px;
    font-size: 14px;
}

.benefits-wrap {
    background: #efeded;
}

.benefits {
    width: 380px;
    text-align: center;
    float: left;
    padding-left: 38px;
    border-right: 1px #fff solid;
    border-bottom: 1px #fff solid;
    color: #fff;
    font-size: 17px;
    padding-right: 38px;
    padding-top: 30px;
    padding-bottom: 30px;
    height: 219px;
}

.benefits-title {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.benefits-wrap {
    padding-top: 40px;
    padding-bottom: 60px;
}

.about-cnt-p {
    margin-bottom: 50px;
}

.benefits:nth-child(1n) {
    background: #f79904;
}

.benefits:nth-child(2n) {
    background: #29b6f6;
}

.benefits:nth-child(3n) {
    background: #ab47bc;
}

.benefits:nth-child(4n) {
    background: #ab47bc;
}

.benefits:nth-child(5n) {
    background: #66bb6a;
}

.benefits:nth-child(6n) {
    background: #f79904;
}

.benefits span {
    display: block;
    width: 57px;
    height: 57px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 16px;
}

.what-sec {
    padding-top: 40px;
    padding-bottom: 60px;
}

.what-sec ul li {
    list-style-type: decimal;
    line-height: 34px;
    font-size: 16px;
}

.what-sec ul {
    margin-left: 14px;
}

.about-banner-sec {
    background: url(../images/about-banner.jpg) no-repeat;
    background-size: cover;
    height: 224px;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-banner-right {
    float: right;
    font-size: 14px;
    color: #fff;
    margin-top: 33px;
    text-transform: uppercase;
    text-align: right;
}

.about-banner-left {
    font-size: 24px;
    color: #fff;
    float: left;
}

.about-banner-left span, .about-banner-right span {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
}

.about-banner-right span {
    font-size: 40px;
}

.map-sec {
    height: 373px;
}

/*==============bootstrap modal pop us css start==============*/
.modal-header span {
    font-size: 20px;
    line-height: 22px;
    font-weight: 800;
    display: block;
    text-align: center;
    color: #000;
    border-bottom: 1px #e3e3e3 solid;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.modal-content {
    background: #f1f1f1;
    border: none;
}

.modal-header {
    border-bottom: none;
    text-align: center;
}

.modal-header input {
    border: 1px #e3e3e3 solid;
    border-radius: 2px;
    width: 60%;
    margin-top: 20px;
    padding: 6px;
    font-size: 13px;
}

.modal-header input[type="submit"] {
    background: #f7941d;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    padding: 4px;
    margin-bottom: 13px;
}

.modal-header p a {
    font-size: 13px;
    color: #007dc5;
}

.modal-header p a:hover {
    text-decoration: none;
}

/*==============bootstrap modal pop us css end==============*/
.service-block a:hover {
    -ms-filter: brightness(70%);
    -webkit-filter: brightness(70%);
    -moz-filter: brightness(70%);
    -o-filter: brightness(70%);
    filter: brightness(70%);
}

#sticky.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
}

.slicknav_menu {
    display: none;
}

ul.slicknav_nav li a {
    text-transform: uppercase;
    font-size: 13px;
}

.slicknav_menu {
    background: #1174B9;
}

span.slicknav_menutxt {
    display: none !important;
}

.slicknav_menu .slicknav_icon {
    margin: 0 !important;
}

.login-inner {
    width: 150px;
    position: absolute;
    left: -54px;
}

.login-inner img {
    float: left;
    width: 30px;
    margin-right: 5px;
    height: 30px;
}

.login-caption.loggedin {
    float: left;
    padding-top: 4px;
}

span#multiplechoice ul li {
    list-style: none;
    color: #000;
    line-height: 32px;
    padding-left: 10px;
    padding-right: 10px;
}

span#multiplechoice {
    margin-top: 22px;
    background: #f79b09;
    padding-top: 14px;
    padding-bottom: 14px;
    border: 1px #000 solid;
}

.multiplechoice ul li a {
    color: #fff;
}

.hit-marker img {
    width: 100%;
    /* text-align: left; */
}

/*section.top-full-banner {*/
/*background: url("../images/banner-new.jpg") no-repeat center top;*/
/*height: 677px;*/
/*width: 100%;*/
/*background-attachment: fixed;*/
/*background-size: 100% 100%;*/
/*}*/

section.top-full-banner {
    background: url("../images/banner-new.jpg") no-repeat center top;
    height: 677px;
    width: 100%;
    background-attachment: fixed;
    background-size: 100% 100%;
    text-align: right;
}

@-moz-document url-prefix() {

    section.nav-bar-sec {
        box-shadow: 0 0 20px -15px #000000 inset;

    }

}

.services-wrap.clearfix {
    width: 910px;
    margin: 0 auto;
    padding-top: 140px;
}

.service-block {
    width: 235px;
    float: left;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin-right: 102px;
    margin-bottom: 78px;
    height: 150px;
}

span#multiplechoice ul li a {
    font-size: 12px;
}

/*********************
added css 30th May****/
.nav-bar {
    margin-left: 30px !important;
}

.login-inner {
    left: -100px;
}

.line-break {
    height: 181px !important;
}

/*********************Member search class****/

.line-break.member-login {
    min-height: 250px;
}

.top-full-banner {
    position: relative;
}

.top-full-banner .overlay {
    position: absolute;
    right: 6%;
    top: 27%;
    text-align: right;
}

.top-full-banner .overlay img {
    width: 65%;
}

.top-full-banner img {
    width: auto;
}

.img-container {
    padding-top: 13%;
}
