body {
    font-family: 'Lato', sans-serif;
}

.indice {
    float: left;
    line-height: 27px;
}

@font-face {
    font-family: "Flaticon";
    src: url("../fonts/flaticon.eot");
    src: url("../fonts/flaticon.eot#iefix") format("embedded-opentype"), url("../fonts/flaticon.woff") format("woff"), url("../fonts/flaticon.ttf") format("truetype"), url("../fonts/flaticon.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 38px;
}

[class^="flaticon-"],
[class*=" flaticon-"] {
    color: #000;
    -webkit-transition: 400ms all;
    transition: 400ms all;
}

.flaticon-facebook3:before {
    content: "\e000";
}

.flaticon-logo22:hover {
    color: #55acee;
}

.flaticon-google-plus:before {
    content: "\e001";
}

.flaticon-google-plus:hover {
    color: #e04006;
}

.flaticon-home153:before {
    content: "\e002";
}

.flaticon-instagram19:before {
    content: "\e003";
}

.flaticon-instagram19:hover {
    color: #964b00
}

.flaticon-logo22:before {
    content: "\e004";
}

.flaticon-logo22:hover {
    color: #5ea9dd;
}

.flaticon-socialnetwork348:before {
    content: "\e005";
}

.flaticon-socialnetwork348:hover {
    color: #cb2026;
}

.flaticon-telephone46:before {
    content: "\e006";
}

.flaticon-users81:before {
    content: "\e007";
}

.flaticon-youtube30:before {
    content: "\e008";
}

.flaticon-youtube30:hover {
    color: #cf3427;
}

.flaticon-home153:before {
    background-color: #fd8d37;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 27px;
    color: #fff;
    float: left;
    margin-right: 10px;
}

.flaticon-telephone46:before {
    font-size: 24px;
    background-color: #fd8d37;
    color: #fff;
    padding: 2px 8px;
    border-radius: 3px;
    float: left;
    margin-right: 15px;
}

.flaticon-users81:before {
    background-color: #fd8d37;
    color: #fff;
    font-size: 25px;
    padding: 2px 8px;
    border-radius: 3px;
    float: left;
    margin-right: 15px;
}

.banner-1 {
    background-image: url('../images/banner-one.png');
    width: 100%;
    background-position: center top;
    height: 412px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banner-2 {
    background-image: url('../images/banner-two.png');
    width: 100%;
    background-position: center top;
    height: 293px;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.contact-items {
    float: right;
    clear: both;
    margin-bottom: 30px;
    margin-right: 20px;
}

nav.navigation {
    float: right;
    width: 100%;
    clear: both;
}

nav.navigation li {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 300;
}

nav.navigation li a {
    color: #000;
    padding: 20px 30px;
}

.flaticon-user77 {
    float: left;
    color: #124170;
}

.icon-text {
    float: left;
    font-size: 15px;
    margin-left: 10px;
}

.social-icon {
    float: left;
}

.social-icons a {
    text-decoration: none;
}

.flaticon-phone12 {
    float: left;
    margin-left: 20px;
    color: #124170;
}

nav.navigation ul {
    float: right;
}

.icon-text a {
    color: #000;
}

.header-left.pull-left {
    margin: 10px 0;
}

.Social-area {
    float: right;
}

.social-heading {
    float: left;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 10px;
    margin-right: 15px;
}

.social-icons {
    float: right;
}

.header-right {
    margin-top: 30px;
    /* margin-bottom: 30px; */
}

nav.navigation li a:hover {
    color: #fff;
    background-color: #124170;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 5px;
}

nav.navigation li.active a {
    font-weight: bold;
    color: #fff;
    background-color: #124170;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 5px;
}


/* Nav Dropdown Start*/

nav {
    margin: 50px auto;
    text-align: center;
    margin-bottom: 0;
}

nav ul ul {
    display: none;
}

nav ul li:hover>ul {
    display: block;
}

nav ul {
    border-radius: 10px;
    list-style: none;
    position: relative;
    display: inline-table;
}

nav ul:after {
    content: "";
    clear: both;
    display: block;
}

nav ul li {
    float: left;
    font-weight: 300;
    text-transform: uppercase;
    border: 1px solid transparent;
    padding: 5px;
    position: relative;
    border-radius: 3px;
    margin-right: 10px;
}

nav>ul>li:hover {
    border: 1px solid #fd8d37;
}

nav>ul>li>a:hover {
    background-color: #fd8d37;
    text-decoration: none;
    color: #fff;
}

nav ul li.active {
    border: 1px solid #fd8d37;
}

nav>ul>li.active>a {
    background-color: #fd8d37;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}

nav ul li a {
    display: block;
    padding: 20px 16px;
    color: #000;
    text-decoration: none;
    border-radius: 3px;
}

nav ul ul {
    position: absolute;
    top: 67px;
    background-color: rgba(0, 0, 0, 0.80);
    width: 215px;
    text-align: left;
    padding: 15px 15px;
    left: 0;
    z-index: 1;
}

nav ul ul li {
    float: none;
    position: relative;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid #444546;
}

nav ul ul li a {
    padding: 12px 0px 12px 0px;
    margin: 0;
    color: #fff;
}

nav ul ul li a:hover {
    color: orange;
    text-decoration: none;
}

nav ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}

nav ul ul li:last-child {
    border: 0;
}

nav>ul>li.dropdown-arrow>a:after {
    background-image: url('../images/dropdown.png');
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    content: "";
    display: block;
    width: 12px;
    height: 7px;
    right: 0;
    margin: 0 auto;
    bottom: 12px;
}


/* Nav Dropdown End*/

.banner-top {
    display: inline-block;
    border: 1px solid #000;
    margin-top: 50px;
}

.scroll-button {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    text-align: center;
}

.banner-top-inner {
    float: right;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 43px;
    padding: 15px 25px;
    font-weight: 100;
    line-height: 50px;
    margin: 5px;
}

.footer-container {
    background-color: #1f1f1f;
    margin-top: 50px;
}

.footer-container p {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    margin: 15px 0 30px 0;
}

.social {
    display: table;
    text-align: center;
    width: 100%;
    margin: 15px 0;
}

.social ul li {
    display: inline-block;
}

span.flaticon-facebook55 {
    color: #fff;
    background-color: #0d2d4e;
    padding: 15px;
    border-radius: 25px;
    margin-top: 15px;
    margin-right: 5px;
    display: table;
}

span.flaticon-bird1 {
    color: #fff;
    background-color: #0d2d4e;
    padding: 15px;
    border-radius: 25px;
    margin-top: 15px;
    margin-right: 5px;
    display: table;
}

span.flaticon-social-network21 {
    color: #fff;
    background-color: #0d2d4e;
    padding: 15px;
    border-radius: 25px;
    margin-top: 15px;
    margin-right: 5px;
    display: table;
}

.social li a:hover {
    text-decoration: none;
}

section.main-content-container {
    text-align: center;
}

.page-sub-title {
    color: #000;
    font-size: 38px;
    margin-bottom: 40px;
    margin-top: 30px;
    font-weight: 100;
    background: #EFFFFF;
    border-radius: 5px;
    text-shadow: 2px 2px 3px #B3B3B3;
    padding: 15px;
}

.page-title {
    font-size: 50px;
    color: #000;
    font-weight: 100;
    margin-top: 30px;
    margin-bottom: 40px;
}

.page-title:after {
    background-color: #fd8d37;
    position: absolute;
    content: "";
    width: 80px;
    height: 1px;
    margin: 0 auto;
    display: table;
    text-align: center;
    left: 0;
    right: 0;
    margin-top: 10px;
}

.content-area {
    text-align: left;
    font-weight: 300;
    font-size: 16px;
}

.content-area p {
    font-size: 16px;
    color: #666666;
    margin-bottom: 30px;
    line-height: 28px;
    font-weight: 300;
}

.content-area h4 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
}

.content-area ul,
.content-area ol {
    padding: 0 !important;
    margin-bottom: 30px;
    margin-top: 7px;
}

.content-area ul li {
    background-image: url('../images/right-arrow.png');
    background-repeat: no-repeat;
    display: block;
    padding-left: 15px;
    font-weight: 300;
    margin-bottom: 9px;
    background-position: 0px 5px;
    color: #000;
}

.content-area ol {
    margin-bottom: 30px;
    list-style-type: decimal;
    margin-left: 15px;
}

.content-area ol li {
    margin-bottom: 6px;
    font-weight: 300;
}

.product-box-thumb img {
    width: 100%;
    height: auto;
    max-width: 270px;
    min-width: 100%;
}

.product-box-thumb {
    border: 1px solid #fd8d37;
}

.product-box {
    text-align: left;
}

.product-area a:hover .product-box-title {
    color: #fd8d37;
}

.read_more {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 20px;
    font-weight: 700;
    background-color: #fd8d37;
    padding: 10px 10px;
    text-align: center;
}

.product-box-title {
    font-size: 20px;
    font-weight: 300;
    color: #000;
    margin: 10px 0;
    line-height: 26px;
}

.product-box-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
}

.readmore-button {
    float: left;
    width: 100%;
    border-top: 1px solid #efefef;
    margin-top: 40px;
}

.readmore-button a {
    background-color: #109035;
    color: #fff;
    text-transform: uppercase;
    padding: 18px 50px;
    display: table;
    margin: 0 auto;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-bottom: 30px;
    font-weight: 300;
    -webkit-transition: all 400ms;
    transition: all 400ms
}

.readmore-button a:hover {
    background-color: #124170;
    text-decoration: none;
}

.contact-bg {
    background-image: url('../images/banner-two.png');
    background-repeat: no-repeat;
    margin-top: 50px;
    height: 216px;
    background-position: center top;
}

.contact-button a {
    background-color: #fd8d37;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 15px;
    display: table;
    border-radius: 3px;
    margin: 0 auto;
}

.partners {
    display: inline-block;
    margin: 0 8px;
}

.form-container {
    float: left;
    width: 100%;
    margin-bottom: 12px;
}

.field-text {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    margin-top: 10px;
}

.field-box {
    position: relative;
}

.field-box input {
    width: 100%;
    padding: 10px 4px;
    background-color: #efefef;
    border-top: 0;
    border-left: 0;
    border-radius: 0;
    border-bottom: 3px solid #dadada;
}

.field-box textarea {
    width: 100%;
    padding: 4px;
    background-color: #efefef;
    border-bottom: 3px solid #dadada;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    height: 150px;
}

.field-radio input {
    margin-right: 10px;
}

.field-radio label,
.field-radio {
    font-weight: 300;
}

.submit-button {
    float: left;
    margin-right: 15px;
    margin-top: 15px;
}

.submit-button input {
    border: 0;
    background-color: #fd8d37;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 25px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 20px;
}

.page-container-left {
    margin-bottom: 40px;
}

.sidebar-title {
    font-size: 26px;
    color: #124170;
    margin-bottom: 8px;
    font-weight: 700;
}

.sidebar-text {
    font-size: 18px;
    font-weight: 300;
    color: #000;
    margin-bottom: 20px;
    line-height: 26px;
}

.sidebar-text a {
    color: #000;
}

.sidebar-text.address {
    font-size: 14px;
}

.thankyou-message {
    min-height: 188px;
}

.footer-title {
    font-size: 40px;
    font-weight: 100;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
}

.footer-widget ul li {
    font-weight: 300;
    margin-bottom: 20px;
}

.footer-top {
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer-widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-title:after {
    border-bottom: 1px solid #4c4c4c;
    position: absolute;
    width: 50px;
    height: 1px;
    content: "";
    left: 15px;
    top: 50px;
}

.footer-widget ul li a {
    color: #797979;
}

.footer-widget ul li a:hover {
    text-decoration: none;
    color: #fff;
}

.contact-bar {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.flaticon-home153 {
    float: left;
}

.footer-contact {
    float: left;
    margin-top: 86px;
}

.footer-text {
    font-weight: 300;
    color: #797979;
    padding-top: 5px;
    margin-left: 15px;
    line-height: 20px;
    float: left;
}

.footer-text a {
    color: #797979;
}

.footer-text a:hover {
    color: #fff;
    text-decoration: none;
}

.flaticon-telephone46 {
    float: left;
}

.flaticon-users81 {
    float: left;
}

.foot-container {
    background-color: #000;
    padding: 20px 0;
    text-transform: uppercase;
    font-weight: 300;
}

.foot-left {
    color: #fff;
}

.foot-right {
    color: #fff;
    text-align: right;
}

.foot-right a {
    color: #fff;
}

.sidebar-left ul {
    border: 1px solid #dadada;
    padding-left: 0;
}

.sidebar-left ul li {
    font-size: 16px;
    list-style: none;
    font-weight: 300;
    text-align: left;
    padding-left: 20px;
    margin-top: 10px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px;
}

.sidebar-left ul li:last-child {
    border: 0;
}

.sidebar-left ul li a {
    color: #000;
    text-decoration: none;
}

.sharethis ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

.sharethis ul li {
    display: inline-block;
    margin-left: 3px;
}

.sidebar-left ul li a:hover {
    color: #fd8d37;
}

.sharethis {
    border: 1px solid #dadada;
    padding: 10px;
}

.content-area h3 {
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    color: #000;
    margin-top: 0;
}

.full-width h4 {
    font-weight: 700;
}

.content-area ul li a {
    color: #fd8d37;
}

span.tagline {
    color: #333;
    font-size: 14px;
}


/* Accordian Start */

.service-section .service-section-row h3 span {
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    float: right;
}

.service-section-row {
    border: 1px solid #e4e4e4;
    background-color: #f4f4f4;
    margin-bottom: 30px;
}

.service-section-content.row p {
    color: #000;
    margin-bottom: 15px;
    line-height: 22px;
}

.service-section .service-section-row h3 span:before,
.service-section .service-section-row h3 span:after {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #b6b6b6;
    content: '';
    top: 50%;
    display: block;
    -webkit-transition: 400ms all;
    transition: 400ms all;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.service-row-group {
    margin-top: 30px;
}

.service-section .service-section-row h3 span.minus:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.service-section .service-section-row h3 span:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.service-section .service-section-row h3 span.minus:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0;
}

.service-section .service-section-row .service-section-content {
    overflow: hidden;
    display: none;
    padding: 25px 15px;
}

.service-section .service-section-row h3 {
    cursor: pointer;
    margin-bottom: 0px;
    background-color: #e4e4e4;
    font-size: 20px;
    padding: 15px 15px;
    text-transform: inherit;
}


/* Accordian End */

.course-button-big a {
    background-color: #fd8d37;
    color: #fff !important;
    font-weight: 700;
    padding: 10px 12px;
    display: table;
    margin-bottom: 30px;
    border-radius: 3px;
}

.course-content a {
    color: #fd8d37;
}

.course-content p {
    color: #000;
}

.course-plan-title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.course-button-small a {
    font-weight: 700;
    color: #fff;
    background-color: #fd8d37;
    padding: 10px 15px;
    display: table;
    border-radius: 3px;
    margin-left: 120px;
    text-decoration: none;
    margin-top: 8px;
    margin-bottom: 20px;
}

.course-button-small.left-fixed a {
    margin-left: 0
}

.course-plan span {
    color: #fd8d37;
    font-weight: 700;
}

.day {
    cursor: pointer;
    -webkit-transition: 400ms all;
    transition: 400ms all
}

.day:hover {
    color: #3d5a98
}

.orange-color {
    color: #fd8d37
}