html
{
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body
{
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #656565;
    background: #ffffff;
    font-weight: 400;
    line-height: 1.6;
}
.padding-none
{
    padding: 0;
}

.padding
{
    padding: 10px;
}

.padding-sm
{
    padding: 5px;
}

.padding-lg
{
    padding: 22px;
}

.padding-top-none
{
    padding-top: 0;
}

.padding-top
{
    padding-top: 14px;
}

.padding-top-sm
{
    padding-top: 5px;
}

.padding-top-lg
{
    padding-top: 22px;
}

.padding-top-ex-lg
{
    padding-top: 35px;
}

.padding-right-none
{
    padding-right: 0;
}

.padding-right
{
    padding-right: 14px;
}

.padding-right-sm
{
    padding-right: 5px;
}

.padding-right-lg
{
    padding-right: 22px;
}

.padding-bottom-none
{
    padding-bottom: 0;
}

.padding-bottom
{
    padding-bottom: 14px;
}

.padding-bottom-sm
{
    padding-bottom: 5px;
}

.padding-bottom-lg
{
    padding-bottom: 22px;
}

.padding-bottom-ex-lg
{
    padding-bottom: 50px;
}

.padding-left-none
{
    padding-left: 0;
}

.padding-left
{
    padding-left: 14px;
}

.padding-left-sm
{
    padding-left: 5px;
}

.padding-left-lg
{
    padding-left: 22px;
}

.margin-none
{
    margin: 0;
}

.margin
{
    margin: 14px;
}

.margin-sm
{
    margin: 5px;
}

.margin-lg
{
    margin: 22px;
}

.margin-top-none
{
    margin-top: 0;
}

.margin-top
{
    margin-top: 14px;
}

.margin-top-lg
{
    margin-top: 22px;
}

.margin-top-sm
{
    margin-top: 5px;
}

.margin-right-none
{
    margin-right: 0;
}

.margin-right
{
    margin-right: 14px;
}

.margin-right-lg
{
    margin-right: 22px;
}

.margin-right-sm
{
    margin-right: 5px;
}

.margin-bottom-none
{
    margin-bottom: 0;
}

.margin-bottom
{
    margin-bottom: 14px;
}

.margin-bottom-lg
{
    margin-bottom: 22px;
}

.margin-bottom-sm
{
    margin-bottom: 5px;
}

.margin-left-none
{
    margin-left: 0;
}

.margin-left
{
    margin-left: 14px;
}

.margin-left-lg
{
    margin-left: 22px;
}

.margin-left-sm
{
    margin-left: 5px;
}

.border-left-none
{
    border-left: none;
}

.border-right-none
{
    border-right: none;
}

.border-bottom-none
{
    border-bottom: none;
}

.border-top-none
{
    border-top: none;
}

.border-none
{
    border: none;
}
.margin-auto
{
    margin: auto;
}
.font-bold
{
    font-weight: bold;
}
.border-right
{
    border-right: 1px solid #dfdfdf;
}
.border-left
{
    border-left: 1px solid #dfdfdf;
}
.border-top
{
    border-top: 1px solid #dfdfdf;
}
.border-bottom
{
    border-bottom: 1px solid #dfdfdf;
}
.content-adjust:after, .content-adjust:before
{
    display: table;
    content: "";
    clear: both;
}

a, .fa
{
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.col-center {
    float: none;
    margin:0 auto;
}
.img-center-main {
    max-width: 100%;
    height: 243px;
}
.img-center {
    max-width: 100%;
    height: 243px;
}
.img-center-inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.img-center-inner img {
    max-height: 200px;
    width: 100%;
}
/*Style Ends*/

.contacts
{
    font-size: 18px;
    text-align: right;
    margin-bottom: 3px;
    margin-top: 25px;
}

.contacts li a
{
    color: #2c5aa0;
    font-size: 23px;
}

.contacts li a:hover, .contacts li a:focus
{
    /*color: #d45500;*/
    text-decoration: none;
}

.header-login
{
    text-align: right;
}

.btn
{
    border-radius: 0px;
    font-size: 16px;
}

.btn-warning
{
    background: #d4aa00;
    border-color: #d4aa00;
}

.btn-danger
{
    background: #800000;
    border-color: #800000;
}

.btn-success
{
    background: #86a900;
    border-color: #86a900;
}

.header-login .btn
{
    font-size: 18px;
    padding: 10px 30px;
}

.menu
{
    background: #000000;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    border: 0px;
    margin-bottom: 0px;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px 20px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus
{
    color: #88aa00;
    background-color: transparent;
}

.navbar-nav > li > .dropdown-menu
{
    background: #000000;
    padding: 0px;
    border: 0px;
}

.dropdown-menu > li > a
{
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 20px;
}

.menu .nav > li:not(:last-child):after {
    content: "|";
    float: right;
    position: relative;
    margin-top: -40px;
    color: #ffffff;
    margin-right: -3px;
}

.slider
{
    background: url(../../images/slider-bg.jpg) no-repeat;
    background-attachment: fixed!important;
    background-size: cover!important;
    background-position: center!important;
    padding: 50px 0px;
}

.packages
{
    color: #ffffff;
    padding: 25px 0px;
}

.pk-1
{
    background: #88aa00;
}

.pk-2
{
    background: #217844;
}

.pk-3
{
    background: #d4aa00;
}

.pk-4
{
    background: #800000;
}

.packages h3
{
    margin-bottom: 5px;
    margin-top: 10px;
    font-weight: 700;
}

.packages h2
{
    margin-bottom: 5px;
    margin-top: 10px;
    font-weight: 900;
    font-size: 30px;
}

.buy-now .btn-default
{
    background: #ffffff;
    border-color: #ffffff;
    font-size: 20px;
    padding: 10px 12px;
}

.inner-page .buy-now .btn-default
{
    background: #f1f1f1;
    border-color: #f1f1f1;
}

.buy-now .btn-default:hover, .buy-now .btn-default:focus
{
    color: darkgrey;
}

.slider-text
{
    color: #ffffff;
}

.slider-text h4
{
    line-height: 30px;
    font-size: 20px;
}

.title
{
    font-size: 27px;
    color: #707070;
}

.title span
{
    font-weight: normal;
}

.title span strong
{
    text-transform: uppercase;
}

.home-abt-text
{
    border: 2px solid #88aa00;
    margin-top: 0px;
}

.home-abt-text h4
{
    line-height: 26px;
}

.how-it-works
{
    background: url(../../images/slider-bg.jpg) no-repeat;
    background-attachment: fixed!important;
    background-size: cover!important;
    background-position: center!important;
    padding: 50px 0px;
    color: #ffffff;
}

.how-it-works .title
{
    color: #ffffff;
}

.how-it-works h4
{
    line-height: 36px;
    font-size: 24px;
}

.steps
{
    border: 1px solid #515151;
    background: #000000;
    border-radius: 8px;
    margin-bottom: 15px;
}

.steps h2
{
    color: #88aa00;
}

.steps h3
{
    line-height: 29px;
    font-size: 20px;
    margin-top: 0px;
}

.steps h4
{
    color: #88aa00;
}

.cpd-points h4
{
    text-align: justify;
    margin-top: 30px;
    line-height: 30px;
    color: #656565;
}

.brand-img {
    max-width: 220px;
    height: 68px;
    text-align: center;
    margin: 0 auto;
}

.brand-img-inner {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.brand-img
{
    margin-bottom: 20px;
    padding: 7px 0px 0px;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.brand-img img {
    max-height: 68px;
    width: auto;
    max-width: 180px;
}  

div.owl-controls {
    background: #fafafa none repeat scroll 0 0;
    padding-left: 10px;
    position: absolute;
    right: 45%;
    width: 71px;
    left: 45%;
}

.owl-theme .owl-controls .owl-buttons div {
    background: #e1e1e1;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 12px;
    margin: 0 0px 0 4px;
    opacity: 1;
    padding: 0;
}

i.owl-prev-icon {
    border: 2px solid #3a3d42;
    color: #818181;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 25px;
    height: 25px;
}

i.owl-next-icon {
    border: 2px solid #3a3d42;
    color: #818181;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 25px;
    height: 25px;
}

.brand-owl
{
    margin-top: 18px;
}

.brands
{
    padding-bottom: 85px;    
}

.brands .container
{
    background: #e1e1e1;
}

footer
{
    background: #000000;
}

footer p {
    color: #FFF;
    margin-top: 20px;
    margin-bottom: 20px;
}

footer .social li {
    display: inline-block;
    padding-right: 10px;
}

footer .social li a:hover {
    color: #85a900;
}
footer .social li a span {
    color: #85a900;
    font-size: 11px;
    text-transform: uppercase;
}

footer p, footer h4, footer .social li a
{
    color: #FFF;
}

.social li a .fa {
    font-size: 25px;
    background: #4267b2;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 3px;
}

footer h4 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer-2 p {
    border-bottom: 1px solid #5a5856;
    padding-bottom: 18px;
    padding-left: 10px;
}

.text-theme-color,a.text-theme-color, a.text-theme-color:visited {
    color: #85a900;
    text-decoration: none;
}
a.text-theme-color:hover, a.text-theme-color:active {
    color: #516700;
}

.white-link a {
    color: #FFF;
}

.white-link a:hover, .white-link a:focus
{
    color: #85a900;
    text-decoration: none;
}

.links a {
    border-bottom: 1px solid #5a5856;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.inner-slider
{
    background: url(../../images/inner-slider-bg.jpg) no-repeat;
    background-size: cover!important;
    background-attachment: fixed!important;
    position: relative!important;
    background-position: center!important;
    padding-top: 50px;
    padding-bottom: 50px;
}

.inner-slider::before {
    background-color: rgba(0, 0, 0, 0.72);
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.inner-title h2 {
    color: #fff;
    font-size: 35px;
    text-transform: uppercase;
    line-height: 1.3;
    margin-top: 0px;
}

.breadcrumb
{
    background-color: transparent;
    margin-bottom: 0px;
    padding: 5px 0px;
}

.breadcrumb li a
{
    color: #ffffff;
}

.breadcrumb li a:hover, .breadcrumb li a:focus
{
    color: #85a900;
    text-decoration: none;
}

.contact-item {
    padding: 15px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 26px 0 rgb(236, 236, 236);
    -moz-box-shadow: 0 0 26px 0 rgb(236, 236, 236);
    box-shadow: 0 0 26px 0 rgb(236, 236, 236);
    text-align: center;
}

.contact-item h5 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.form-control {
    height: 50px;
    border: 1px solid #ececec;
    box-shadow: none;
    border-radius: 0;
    font-size: 18px;
}

.cs-service
{
    margin-bottom: 40px;
    transition: all 0.4s ease-in-out 0s;
    position: relative;
    overflow: hidden;
    background: #D9D9D9;
}

.cs-service h6
{
    position: absolute;
    background: #800000;
    color: #ffffff;
    border-radius: 100%;
    width: 90px;
    height: 90px;
    text-align: center;
    font-weight: 800;
    right: 10px;
    top: 0px;
    line-height: 25px;
    padding-top: 17px;
    font-size: 19px;
}
.cs-service h6 span{
    font-size: 30px;
}

.cs-service-two-content {
    padding: 15px;
    position: relative;
}

.cs-service-two-content .title {
    margin-top: 0px;
    max-width: 175px;
    font-size: 17px;
    line-height: 24px;
    font-weight: bold;
    height: 75px;
    overflow: hidden;
}

.cs-service-two-content .title a
{
    color: #333;
}

.cs-service-two-content .title a:hover, .cs-service-two-content .title a:focus
{
    text-decoration: none;
    color: #85a900;
}

.price
{
    font-weight: 900;
    margin-top: 8px;
    color: #800000;
    font-size: 23px;
}

.cs-service.inner
{
    background: #e1e1e1;
}

.cs-service.inner .cs-service-two-content .title {
    padding-bottom: 0;
    margin-top: 0px;
    max-width: 230px;
}
.cs-service.inner .cs-service-two-content h5{
    font-style: italic;
    font-size: 14px;
    color: #333;
}
.cs-service-two-content h4{
    font-style: italic;
    font-size: 14px;
    color: #333;
    line-height: 21px;
    height: 42px;
    margin-bottom: 0px;
}
.cs-service-two-content .moduledesc{
    font-size: 16px;
    margin-bottom: 20px;
    height: 100px;
    overflow: hidden;
}
.gray-box {
    background: #f6f6f6;
    border: 1px solid #e3e3e3;
}

.gray-box .header {
    font-weight: 700;
    font-size: 20px;
    margin: 0px;
    padding: 12px 25px;
    border-bottom: 1px solid #dfdfdf;
    background: #efefef;
}
.gray-box label {
    font-weight: 400;
}

.my-account-left-bar
{
    padding: 10px 10px 10px 15px;
}

.my-account-left-bar .list-unstyled li a
{
    color: #333333;
    font-weight: 500;
    padding: 15px 0px;
    display: block;
    border-bottom: 1px solid #dedede;
}

.my-account-left-bar .list-unstyled li a:hover, .my-account-left-bar .list-unstyled li a:focus, .my-account-left-bar .list-unstyled li a.active
{
    color: #d45500;
    text-decoration: none;
}

.buy-now {
    margin-bottom: 15px;
}

.social 
{
    margin-top: 35px;
}
/* Quiz */

.quiz-desc h4
{
    margin-top: 0px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #cccccc;
    margin-bottom: 15px;
}

.quiz-desc .radio label, .quiz-desc .checkbox label
{
    padding-left: 45px;
}

.quiz-desc input[type="radio"], .quiz-desc input[type="checkbox"]
{
    margin: 7px 0 0;
    margin-left: -20px;
}

.quiz-desc .fa
{
    position: absolute;
    top: 6px;
}

.text-success {
    color: #63cc65;
}

.footer-1 img
{
    width: 285px;
}

footer {
    font-size: 15px;
}

.secondary-title
{
    color: #88aa00;
    font-weight: 900;
    margin-top: 0px;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 35px;
}

.secondary-title.other
{
    border-bottom: 0px solid #cccccc;
    margin-bottom: 0px;
}

.cs-service-two-content img {
    width: 130px;
}

.contact-side-bar
{
    background: #e1e1e1;
    padding: 15px;
}

#frmcontactus
{
    background: #e1e1e1;
    padding: 15px;
}

.footer-2 .fa
{
    color: #ffffff;
    float: left;
    position: relative;
    top: 4px;
}
.more-info .product-content p{
    margin-bottom: 20px;
}
.more-info .cs-service.inner .cs-service-two-content .title{
    font-size: 19px;
}
.more-info .cs-service.inner .cs-service-two-content h5{
    font-size: 16px;
}
.font-normal{
    font-weight: normal;
}

.inner-page h3:first-child {
    margin-top: 0px;
}

.label-success {
    background-color: #5cb85c;

}

.label {
    padding: .2em .6em .3em;
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0px;
}

.label-danger {
    background-color: #d9534f;
    padding: 0;
    font-size: 17px;
    line-height: 36px;
    width: 35px;
    display: inline-block;
    height: 35px;
    margin-right: 7px;
}

.label-primary {
    background-color: #337ab7;
    padding: 0;
    font-size: 17px;
    line-height: 36px;
    width: 35px;
    display: inline-block;
    height: 35px;
    margin-right: 7px;
}
.height-50{
    height: 50px;
}

.navbar-default .navbar-brand
{
    color: #ffffff;
    font-size: 14px;
}