/*==========================================
            Header Style
==========================================*/
.header-main .navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
}
.header-main .navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #47a5d6 !important;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #47a5d6 !important;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #47a5d6 !important;
}
.header-main .navbar {
    margin-bottom: 0;
}
header.header-main {
    position: absolute;
    top: 0;
    width: 100%;
}

.header-menu .nav > li > a {
    display: block;
    padding: 10px 20px;
    position: relative;
}

.header-menu ul.navbar-nav > li > a {
    color: #101010 !important;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}
.social-link li a {
    color: #161616;
    font-size: 20px;
    margin-right: 20px;
}
.social-link li a:hover {
    color: #4baad9;
}
.social-link {
    position: absolute;
    right: 0;
    text-align: right;
}

.header-menu .dropdown-menu {
    width: 200px !important;
    padding: 0 0;
}
.header-menu .dropdown-menu li a {
    border-bottom: 1px solid #f4f4f4;
    color: #444;
    font-size: 13px;
    line-height: 26px;
    padding: 10px 20px;
    text-transform: capitalize;
}

.choose-us,
.services,
.training,
.testimonials,
.call_to_action,
.map,
.client {
    overflow: hidden;
    width: 100%;
}

.open > .dropdown-menu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.open > .dropdown-menu li a {
    color: #000;
}
.dropdown-menu li a {
    color: #fff;
}
.dropdown-menu {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    display: block;

    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}
.dropup .dropdown-menu {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}

.navbar .nav > li > .dropdown-menu:after {
}

#menu {
    transition: all 1s ease 0s;
    color: black;
}
.fixed {
    background: #fff;
    height: auto !important;
    position: fixed !important;
    top: 0 !important;
    z-index: 9;
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
}

.header-menu {
    margin-top: 10px;
}

/*==========================================
            Banner Style
==========================================*/

.banner {
    width: 100%;
    height: 940px;
}
.banner-inner-content {
    margin-top: 50px;
    max-width: 660px;
}
.banner-btn {
    font-size: 20px;
    font-weight: bold;
    height: 60px;
    line-height: 30px;
    width: 245px !important;
}
.slider-arrow {
    font-size: 35px;
    position: absolute;
    width: 100%;
    color: #333;
}
.rght-arrow {
    position: absolute;
    right: 25px;
    cursor: pointer;
}
.left-arrow {
    left: 25px;
    position: absolute;
    cursor: pointer;
}
/*==========================================
            choose us  Style
==========================================*/

.section-heading h2::before {
    background: #acdf44 none repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 130px;
}
.section-heading span {
    color: #acdf44;
}
.accordion_common .panel {
    border-radius: 4px;
    box-shadow: none;
    margin-bottom: 5px;
}
.accordion_common .panel .myexpand {
    display: block;
    font-size: 2.5rem;
    color: #303030;
}
.choose_image > img {
    max-width: 100%;
}
.accordion_common p.panel-body {
    font-size: 1.6rem;
    line-height: 2.5rem;
/*    font-family: "Lato", sans-serif;*/
}

.accordion_style6 .panel .myexpand {
    padding: 17px 30px 2px 60px;
    position: relative;
}
.accordion_style6 .panel .myexpand:before {
    content: "\f216";
    font-family: "Ionicons";
    left: 20px;
    position: absolute;
    top: 17px;
    font-size: 28px;
}

.accordion_style6 .panel .myexpand[aria-expanded="true"]:before {
    content: "\f464";
}
.accordion_style6 p.panel-body {
    margin-top: 10px;
    padding-left: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.accordion_style6 .collapse.in p::before {
    background: #e0e0e0 none repeat scroll 0 0;
    content: "";
    height: 110px;
    left: 32px;
    position: absolute;
    top: 0;
    width: 1px;
}

.content-box p {
    color: #fff;
    margin-bottom: 15px;
}
.service-inner-box {
    position: relative;
    overflow: hidden;
}

.icon-box {
    position: relative;
    z-index: 1;
    height: 140px;
}
.icon-box::after {
    background: #9898cc none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: -100%;
    width: 100%;
    z-index: -1;
}
.service-inner-box:hover .icon-box::after {
    top: 0;
}
.service-inner-box:hover .icon-box i {
    color: #fff;
}

.service-inner-box:hover {
    box-shadow: 0 7px 15px 5px rgba(0, 0, 0, 0.2);
}
.service-read-more i {
    margin-left: 10px;
}
.service-read-more {
    text-transform: uppercase;
}
.service-read-more:hover {
    color: #000;
}

.training {
    background: url(../images/training_bg.jpg) no-repeat right top;
    height: 639px;
}

.training::before {
    background: #9898cc none repeat scroll 0 0;
    box-sizing: border-box;
    content: "";
    height: 639px;
    left: 0;
    position: absolute;
    top: 0;
    width: 51%;
}

.accordion_section5 {
    background: #f7f7f7;
}

.accordion_style5 .panel {
    background: transparent;
    margin-bottom: 20px;
    box-shadow: 0 7px 10px 1px rgba(0, 0, 0, 0.1);
}
.accordion_style5 .panel .myexpand {
    background: #fff;
    padding: 12px 52px 12px 20px;
    position: relative;
    border-bottom: 1px solid #e4e4e4;
}
.accordion_style5 .panel .myexpand:after {
    content: "\f218";
    color: #000;
    font-family: "Ionicons";
    font-weight: 400;
    height: 100%;
    padding: 13px 20px;
    position: absolute;
    right: 0;
    top: 0;
}
.accordion_style5 .panel-body {
    background: #fff;
    padding-left: 20px;
    padding-top: 20px;
}
.accordion_style5 .panel .myexpand[aria-expanded="true"]:after {
    content: "\f209";
}

.accordion_style5 .panel-body li::before {
    background: #333 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 10px;
}
.accordion_style5 .panel-body li {
    line-height: 32px;
    padding-left: 20px;
    position: relative;
}
.trainig-btn {
    background: #9bca3a none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    margin-top: 15px;
    padding: 14px 20px;
    text-align: center;
    text-transform: uppercase;
    width: 180px;
    z-index: 1;
    overflow: hidden;
}
.training .section-heading h2 {
    color: #fff;
}

.testimonials .section-heading.mb_60 {
    margin-bottom: 120px;
}
.testimonails-img > img {
    border-radius: 50%;
    height: 90px;
    margin: 0 auto;
    width: 90px !important;
}
.testimonials_item {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 7px 10px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 15px 25px 30px;
    text-align: center;
}

.testimonial-content h5 {
    position: relative;
}
.testimonial-content h5::before {
    background: #e0e0e0 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -10%;
    position: absolute;
    top: -10px;
    width: 100px;
}
.testimonails_wrapper .owl-prev,
.testimonails_wrapper .owl-next,
.client_logo_wrapper .owl-prev,
.client_logo_wrapper .owl-next,
.team-member-wrapper .owl-prev,
.team-member-wrapper .owl-next {
    background: #4baad9;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    padding: 8px 15px;
    position: absolute;
    top: 40%;
}

.testimonails_wrapper .owl-prev,
.client_logo_wrapper .owl-prev,
.team-member-wrapper .owl-prev {
    left: -120px;
}

.testimonails_wrapper .owl-next,
.client_logo_wrapper .owl-next,
.team-member-wrapper .owl-next {
    right: -120px;
}

.call-action-btn {
    background: #fff none repeat scroll 0 0 !important ;
    border-radius: 3px;
    font-size: 24px;
    padding: 12px 50px;
    text-align: center;
    z-index: 1;
    overflow: hidden;
    color: #101010;
}
.call_to_action .form-control {
    border: 1px solid #f0f0f0;
    border-radius: 0;
    box-shadow: none;
    height: 40px;
}
.call_to_action textarea.form-control {
    height: 130px;
}
.call_to_action .btn.btn-primary {
    background: #9bca3a;
    border-radius: 0;
    font-size: 18px;
    height: 45px;
    width: 200px;
}

/* Button 1b */
.btn-1b:after {
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #b6ee45;
}
/* General button style (reset) */
.btn {
    border: none;
    display: inline-block;
    letter-spacing: 1px;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
/* Button 1 */

.btn-1b:hover,
.btn-1b:active {
    color: #fff;
}
.btn-1b:hover:after,
.btn-1b:active:after {
    height: 100%;
}

.company-information {
    background-color: rgba(152, 152, 204, 0.9);
    color: #fff;
    left: 50%;
    margin-left: -200px;
    max-width: 400px;
    padding: 30px;
    position: absolute;
    text-align: center;
    bottom: 7px;
}
.info-hide-icon {
    align-items: center;
    background: #fff none repeat scroll 0 0;
    bottom: 202px;
    cursor: pointer;
    display: flex;
    font-size: 28px;
    height: 40px;
    justify-content: center;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    text-align: center;
    width: 40px;
    z-index: 999;
    border-radius: 50%;
}

.client_logo_wrapper img {
    border: 1px solid #ededed;
    box-shadow: 0 7px 10px 1px rgba(0, 0, 0, 0.1);
    margin: 0 auto 25px auto;
    max-width: 95%;
}
.client_logo_wrapper .owl-prev,
.client_logo_wrapper .owl-next {
    top: 30%;
}

.footer-content img {
    border-radius: 5px;
    height: 78px;
    margin-bottom: 9px;
    margin-right: 9px;
    width: 78px;
}

.footer-content-03 li {
    display: inline-block;
    float: left;
}
.footer-content h4::before {
    background: #9898cc none repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}
.footer-content-02 li a {
    color: #cccccc;
    display: block;
    font-size: 1.6rem;
    margin-bottom: 12px;
}
.footer-content-02 li a:hover {
    color: #4baad9;
    -moz-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}
.footer-content-01 p,
address.align_row_start_left {
    color: #cccccc;
    position: relative;
    font-size: 1.6rem;
}
.footer-content-01 i {
    border: 1px solid #262626;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    margin-right: 10px;
    text-align: center;
    width: 29px;
}
.align_row_start_left {
    align-items: start;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}
address.align_row_start_left i {
    margin-top: 6px;
}
.footer-content-03 .get-guote {
    background: #81b228 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 20px;
}
.footer-content-03 .get-guote:hover {
    background: #4baad9;
}
.copyright {
    background: #2e2e2e;
}
.copyright .footer-menu-link li {
    display: inline-block;
    float: left;
}
.copyright .footer-menu-link li a {
    color: #fff;
    padding: 0 15px;
    font-size: 1.6rem;
}
.copyright .footer-menu-link li a:hover {
    color: #4baad9;
}

.copyright p {
    color: #fff;
    font-size: 1.6rem;
}
.footer_horse_bg {
    border-top: 45px solid #000;
    position: relative;
}
.footer_horse_bg::after {
    background: rgba(0, 0, 0, 0) url("../images/footer_horse.jpg") no-repeat
        scroll right top;
    content: "";
    height: 100px;
    overflow: visible;
    position: absolute;
    right: 0;
    top: -104px;
    width: 316px;
    z-index: 1;
}

.footer-content.footer-content-03::after {
    background: #1d1d1d none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -66px;
    position: absolute;
    top: 0;
    width: 1px;
}
.footer-content.footer-content-03 {
    position: relative;
}

footer .project_wrapper.clearfix {
    margin: 0 0 0 -10px;
}
footer .project_wrapper .single_photo {
    float: left;
    height: 80px;
    margin-bottom: 10px;
    margin-left: 10px;
    width: 80px;
    position: relative;
}
footer .project_wrapper .single_photo > img {
    height: auto;
    width: 100%;
}
footer .project_wrapper .single_photo > a {
    background: rgba(152, 152, 204, 0.8);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    cursor: url(../images/flicker-hover-cursor.png), auto;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}
footer .project_wrapper .single_photo:hover > a {
    opacity: 1;
    visibility: visible;
}

.testimonails_wrapper .owl-item {
    opacity: 0 !important;
}

.testimonails_wrapper .active {
    opacity: 1 !important;
}

.testimonails_wrapper .testimonails-img img {
    position: absolute !important;
    top: -52px !important;
    left: 38%;
}

.testimonails_wrapper .owl-stage-outer {
    overflow: visible !important;
}

.modal {
    bottom: 0 !important;
    display: none;
    left: 0;
    outline: 0 none;
    overflow: hidden;
    position: fixed;
    right: 0;
    z-index: 999999 !important;
}

.footer-content-03 .form-control {
    border: 1px solid #f4f4f4 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 14px;
    height: 40px;
}
.footer-content-03 textarea.form-control {
    height: auto;
}

/* Inner page start */

.short-banner {
    height: 350px;
}

.short-banner {
    background: url(../images/short_inner_banner.jpg) no-repeat scroll center
        center;
    width: 100%;
    height: 350px;
    background-size: cover;
}

.short-banner .content-banner-inner h1 {
    color: #333333;
    font-size: 50px;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.about-iner .content-about-inner > h5 {
    color: #bcd630;
}
.about-iner img {
    max-width: 100%;
    box-shadow: 0 7px 10px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 70px;
}
.about-iner .content-about-inner {
    margin: 0 auto 50px;
    max-width: 770px;
}

.social-content li {
    display: inline-block;
    margin-right: 10px;
}
.team-img {
    overflow: hidden;
}
.social-icon-hover {
    align-items: flex-end;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.team-memebrs-inner-main:hover .social-icon-hover {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.team-img {
    border: 1px solid #f6f6f6;
}
.team-img {
    display: block;
}
.social-content a {
    align-items: center;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: flex;
    height: 35px;
    justify-content: center;
    text-align: center;
    width: 35px;
}
.social-content a:hover {
    background: #bcd630;
}
.social-content {
    padding-bottom: 40px;
}
.team-memebrs-inner-main img {
    width: 100%;
}

.contact-form-inner .form-control {
    background: #f4f4f4 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    height: 50px;
}
.contact-form-inner textarea.form-control {
    height: 150px;
}

.address-details h5::before {
    background: #eeeeee none repeat scroll 0 0;
    bottom: -5px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 80px;
}

.contact-form-title h4::before {
    background: #bcd630 none repeat scroll 0 0;
    bottom: -5px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}
.btn-contact:hover {
    background: #bcd630;
    color: #fff;
}

.btn-contact {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d6d6d6;
    color: #444;
    padding: 10px;
    text-transform: uppercase;
    width: 220px;
}
.btn-contact i {
    margin-left: 10px;
}

.container {
    font-size: 1.6rem;
    line-height: 3rem;
    margin-bottom: 70px;
}

.container p {
    padding: 15px 0;
}

address {font-size: none; line-height: inherit;}