@import url('../css/padding-margin.css');
@import url('../css/header.css');
@import url('../css/about-us.css');
@import url('../css/font-awesome-animation.min.css');
@import url('../css/imagehover.css');
@import url('../css/media-quires.css');
 
body {
    overflow-x: hidden; 
    font-family: 'Montserrat', sans-serif; 
}

.banner-image {
    min-width: 100%;
}

a.back-to-top-new {
    background: url(../images/arrow.png) center 43% no-repeat;
    bottom: 20px;
    display: none;
    height: 30px;
    position: fixed;
    right: 20px;
    text-indent: -9999px;
    width: 30px;
    z-index: 999;
}

.box_shadow {
    border-top: 1px solid #ddd;
}


/*================= PARALLAX PART CSS ================= */

.parallax-container {
    position: relative;
    overflow: hidden;
    margin-left: -1px;
}

.parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.parallax img {
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: translateX(-50%);
}

.parllax-height {
    min-height: 265px;
}


/*==================
PRLODER CSS
==================*/

.se-pre-con {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999999;
    margin-top: 0px;
    top: 0px;
}

@media (min-width: 1280px) {
    .se-pre-con img {
        top: 32% !important;
        left: 36% !important;
    }
}

.se-pre-con img {
    position: absolute;
    top: 6%;
    left: -5%;
}


/*==================
PRLODER CSS
==================*/


/*==================
HEADING CSS
==================*/

.base-header {
    padding-bottom: 28px;
    width: 70%;
    margin: auto;
}

.base-header.white_text h3,
.base-header.white_text p {
    color: #fff !important
}

.base-header h3 {
    letter-spacing: 4px;
    text-align: center;
    padding-bottom: 17px;
    position: relative;
    color: #414141;
    line-height: 32px;
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 25px;
}

.base-header p {
    text-align: center;
    margin-top: -13px;
    color: #515050;
}

.base-header h3::before {
    width: 100px;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
}

.base-header h3::before,
.base-header h3::after {
    position: absolute;
    content: "";
    background-color: #D4B068;
}

.base-header h3::after {
    width: 45px;
    height: 2px;
    right: 50%;
    bottom: -4px;
    margin-right: -25px;
}


/*==================
HEADING CSS
==================*/


/*==================
COUNTER CSS
==================*/

.counter {
    text-align: center;
    font-family: "Poppins", sans-serif;
}

.employees,
.customer,
.design,
.order {
    margin-top: 15px;
    margin-bottom: 50px;
    border: 1px dashed #ddd;
    padding-top: 30px;
}

.counter-count {
    font-size: 43px;
    padding-top: 15px;
    color: #93c83f;
    text-align: center;
}

.employee-p,
.customer-p,
.order-p,
.design-p {
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    color: #525254;
    font-size: 15px;
    letter-spacing: 0.8px;
    font-weight: 600;
    padding: 0 10px 15px;
    display: inline-block;
    letter-spacing: 1px;
}


/*==================
COUNTER CSS
==================*/

.banner_txt h4 {
    font-size: 2em;
    color: #fff;
    letter-spacing: 5px;
    font-family: 'Berkshire Swash', cursive;
}

.index_banners .lSAction>.lSNext {
    right: 40px;
}

.index_banners .lSAction>.lSPrev {
    left: 40px;
}

.image_slider_content {
    position: absolute;
    bottom: 65px;
}

.image_slider_content h2 {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px 20px;
    color: #fff;
}


/*==================
HEADING CSS
==================*/

.heading {
    position: relative;
}

.heading.white:before {
    background: #ffffff none repeat scroll 0 0;
}

.heading:before {
    background: #2d3e50 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 230px;
}

.heading-title {
    text-align: center;
    overflow: hidden;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

.white .heading-title h3,
.white .heading-title p {
    color: #ffffff;
}

.heading-title h3 {
    color: #2d3e50;
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.white .heading-title h3,
.white .heading-title p {
    color: #ffffff;
    text-align: center;
}

.heading-title p {
    color: #000000;
    font-family: "Raleway";
    font-weight: 400;
    margin-bottom: 15px;
}

.white.heading:after {
    background: rgba(0, 0, 0, 0) url(../images/cap-white.jpg) repeat scroll 0 0;
}

.heading:after {
    background: rgba(0, 0, 0, 0) url(../images/cap-dark.jpg) no-repeat scroll 0 0;
    bottom: -8px;
    color: #1bb4b9;
    content: "";
    font-size: 14px;
    height: 20px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 40px;
    z-index: 9;
}


/*==================
HEADING CSS
==================*/


/*==================
SECTION  CSS START 
==================*/

.testimonial p {
    margin: 0 0 10px;
    color: #fff;
    font-size: 1.3em;
    text-align: center;
}

.testimonial .carousel-indicators li {
    border-radius: 0;
}

.customer {
    font-size: 1em !important;
}

.customer span {
    font-size: 1.4em !important;
    font-weight: bold;
    font-style: normal;
}

@media screen and (min-width: 768px) {
    .testimonial .carousel-indicators {
        bottom: -34px;
    }
}


/*==================
SECTION CSS END 
==================*/


/*==================
BUTTON CSS START 
==================*/

.btn-out {
    /* display: inline-block; */
    background: #2266a5;
    border: 0px solid #000;
    color: #fff;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.btn_custom {
    border-radius: 0;
    padding: 8px 27px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
}

.btn-out:hover,
.btn-out:focus,
.btn-out:active {
    color: white;
}

.btn-out:hover:before,
.btn-out:focus:before,
.btn-out:active:before {
    /* -webkit-transform: scale(1); */
    transform: scale(1);
}

.btn-out:before {
    content: "";
    background: rgba(247, 180, 65, 0.8);
    border: 1px solid rgba(247, 180, 65, 0.8);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}


/*==================
BUTTON CSS END 
==================*/


/*==================
ABOUT BOX SECTION  CSS START 
==================*/

.about-box {
    border: 1px solid #ddd;
    cursor: pointer;
}

.about-box.center {
    text-align: center;
}

.about-box {
    position: relative;
}

.about-box.center .icon-bx-sm {
    margin-left: -40px;
}

.about-box.center [class*="icon-bx-"] {
    position: absolute;
    top: -41px;
    left: 50%;
    -moz-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
}

[class*="icon-bx-"][class*="bg-"] a {
    color: #fff;
}

.about-content {
    overflow: hidden;
}

.about-content .btn {
    color: #fff;
    padding: 10px 20px;
    font-size: 15px;
    border-width: 0;
    line-height: 1.42857;
}

.p-t40 {
    padding-top: 40px;
}

.text-uppercase {
    text-transform: uppercase;
}

.icon-bx-sm {
    width: 80px;
    height: 80px;
    padding-left: 7px;
    line-height: 88px;
    text-align: center;
}

.icon-bx-sm i {
    font-size: 30px;
    transform: rotate(405deg);
    text-align: center;
}

.p-a30 {
    padding: 30px;
}

.about-content h3 {
    margin-top: 5px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
}

.about-box:hover {
    background: #f7e5e5;
    -webkit-transition: background-color 1s linear;
    -moz-transition: background-color 1s linear;
    -o-transition: background-color 1s linear;
    -ms-transition: background-color 1s linear;
    transition: background-color 1s linear;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.about-box:hover .btn-primary i {
    -webkit-animation: passing 2s linear infinite;
    animation: passing 2s linear infinite;
}

.about-box:hover .icon-bx-sm {
    background-color: #49647b;
    -webkit-transition: background-color 1s linear;
    -moz-transition: background-color 1s linear;
    -o-transition: background-color 1s linear;
    -ms-transition: background-color 1s linear;
    transition: background-color 1s linear;
}

.aboutimg:hover img,
.about-box:hover .icon-bx-sm i,
.box_news:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.aboutimg img,
.about-box .icon-bx-sm i,
.box_news img {
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}


/*==================
ABOUT BOX SECTION CSS END 
==================*/


/*==================
FOOTER SECTION  CSS START 
==================*/

.bg-footer {
    -webkit-box-shadow: 0 0px 26px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0px 26px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0px 26px -9px rgba(0, 0, 0, 0.75);
}

.infor-top {
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 1.2em;
    padding-top: 3.5em;
}

.footer_style h3 {
    font-size: 17px;
    color: #000;
    text-align: justify;
    margin: 25px 0 20px 0;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}

.footer_style address {
    color: #999;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 0;
}

.footer_style address a {
    color: #999;
}

.footer_style p {
    color: #999;
    margin: 0;
    letter-spacing: 0.5px;
    line-height: 1.6;
    color: #999;
    font-size: 14px;
    margin-bottom: 0;
}

.footer_style ul li a {
    color: #999;
    font-size: 13px;
    margin: 0;
}

.footer_style ul li {
    margin-top: 10px;
}

.footer_style ul {
    padding: 0;
    margin: 25px 0 20px 0;
}

.footer {
    padding: 1em 0px;
    background-color: #fff;
}

.footer p {
    margin: 8px 0 0 0;
    font-size: 13px;
    color: #999;
    text-align: center;
}


/*=================
FIRST FOOTER 
=================*/

.footer_style img {
    max-height: 200px;
    margin-top: 30px;
}


/*.footer_sstyle:hover img {
    -webkit-animation: pulse 5s linear infinite;
    animation: pulse 5s linear infinite;
}*/

.mendi-social-networks:hover li i {
    -webkit-animation: pulse 2s linear infinite;
    animation: pulse 2s linear infinite;
}

.mendi-social-networks {
    width: 100%;
    margin: 0;
}

.mendi-social-networks li {
    float: left;
    display: inline;
    width: 25%;
    min-height: 110px;
    color: #ffffff;
    position: relative;
}

.mendi-social-networks li i {
    font-size: 50px;
    float: left;
    width: 70px;
}

.mendi-social-networks li a {
    color: #ffffff;
    /*padding: 26px 65px 25px 21px;*/
    padding: 25px 19px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.mendi-social-networks li a:hover {
    text-decoration: none;
}

.mendi-social-networks li p {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.mendi-social-networks li .followers {
    /*text-transform: uppercase;*/
}

.mendi-social-networks li:before {
    position: absolute;
    content: "\f105";
    right: 12px;
    top: 0;
    bottom: 0;
    height: 30px;
    width: 30px;
    border: 1px solid #ffffff;
    border-radius: 30px;
    margin: auto;
    font-size: 18px;
    font-family: FontAwesome;
    color: #ffffff;
    text-align: center;
    line-height: 26px;
}

.mendi-social-networks li:hover:before {
    background-color: #ffffff;
    color: #999999;
}

.mendi-social-networks li.facebook {
    width: 26%;
    margin-left: -27px;
    background-color: #248cc9;
}

.mendi-social-networks li.twitter {
    background-color: #4ec6f8;
}

.mendi-social-networks li.googleplus {
    background-color: #d34836;
}

.mendi-social-networks li.linkedin {
    background-color: #248cc9;
}

#contorl {
    height: 200px;
    width: 40px;
    right: 0;
    top: 50%;
    margin-top: -100px;
    z-index: 9;
    position: fixed;
}


/*.mn-hght {
    min-height: 768px;
}*/

#contorl span {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #a08c8c;
    margin: 15px 10px;
    cursor: pointer;
}

#contorl span.on {
    background: #000000;
}

.box-white-mobile {
    border: 1px solid #ddd;
    min-height: 150px;
    margin-bottom: 25px;
    background-color: #fff;
    text-align: center;
}

.box-white-mobile img {
    margin-top: 10px;
}

@media (min-width: 320px) and (max-width: 768px) {
    .mendi-social-networks li {
        width: 105% !important;
        margin-left: -27px;
    }
}


/*====================
ICONS CSS START
====================*/

.icon-circle .fa {
    font-size: 0px;
    text-align: center;
    color: #e84700;
    margin: 0 auto;
    height: 40px;
    padding: 10px 0;
    width: 40px;
    /*border-radius: 50%;*/
    border: 2px solid #e84700;
    /* line-height: 80px; */
    cursor: pointer;
    -webkit-transition: all ease-in-out 0.35s;
    -moz-transition: all ease-in-out 0.35s;
    -o-transition: all ease-in-out 0.35s;
    -ms-transition: all ease-in-out 0.35s;
    transition: all ease-in-out 0.20s, background-color ease-in-out 0.05s;
}

.sicon {
    margin: 0 !important;
    margin-top: 4px !important;
}

.icon-circle .fa:hover {
    background-color: #e84700;
    color: #fff;
    border: 1px solid #e84711;
    -moz-box-shadow: inset 0px 0px 0px 5px #ffffff;
    -o-box-shadow: inset 0px 0px 0px 5px #ffffff;
    -ms-box-shadow: inset 0px 0px 0px 5px #ffffff;
    -webkit-box-shadow: inset 0px 0px 0px 5px #ffffff;
    box-shadow: inset 0px 0px 0px 5px #ffffff;
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.icon-circle i:before {
    margin-left: 0px;
    font-size: 18px;
}

.ifacebook .fa {
    color: #3B5998;
    border: 2px solid #3B5998;
}

.ifacebook .fa:hover {
    background-color: #3B5998;
    color: #fff;
    border: 1px solid #3B5998;
}

.itwittter .fa {
    color: #33ccff;
    border: 2px solid #33ccff;
}

.itwittter .fa:hover {
    background-color: #33ccff;
    color: #fff;
    border: 1px solid #33ccff;
}

.igoogle .fa {
    color: #BD3518;
    border: 2px solid #BD3518;
}

.igoogle .fa:hover {
    background-color: #BD3518;
    color: #fff;
    border: 1px solid #BD3518;
}

.iLinkedin .fa {
    color: #007bb7;
    border: 2px solid #007bb7;
}

.iLinkedin .fa:hover {
    background-color: #007bb7;
    color: #fff;
    border: 1px solid #007bb7;
}

.border_top {
    border-top: 1px solid #DEDEDE;
}


/*====================
ICONS CSS START
====================*/


/*==================
FIXED SIDE BUTON END 
==================*/

.fixed_right_bar {
    position: fixed;
    right: -74px;
    top: 55%;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.fixed_right_bar .btn {
    font-size: 15px;
    letter-spacing: 1px;
    padding: 7px 22px;
    border-radius: 0;
}

.fixed_right_bar .btn i {
    padding-right: 10px;
}

.border_txt {
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    padding-bottom: 13px;
    margin-top: 15px;
    font-size: 22px;
}

.red {
    color: red;
}

.modal_Enquiry button.close {
    top: 0;
    right: 0;
    color: #fff;
    opacity: 1;
    padding: 10px;
    z-index: 999;
    background-color: #001b47;
    padding-top: 0;
    cursor: pointer;
    border: 0;
    font-size: 27px;
    position: absolute;
}

.modal_Enquiry .modal-header {
    color: #fff;
    background-color: #073580;
}

.modal_custom .form-control,
.modal_custom .modal-content {
    border-radius: 0;
}

.modal_custom .modal-content h2 {
    color: #999999;
    font-size: 24px;
    text-align: center;
}

.modal_custom .btn_more {
    background-color: transparent;
    font-weight: 600;
    font-size: 11px;
    padding: 8px 17px;
    letter-spacing: 1px;
    border-radius: 2px;
    color: #828282 !important;
}

.modal_custom .modal-body {
    padding: 0;
}

.bg_feedback {
    background-color: #001b47;
}

.feed_txt {
    font-family: 'Sail', cursive;
    font-size: 3em;
    color: #fff;
    text-align: center;
}

.bg_contact {
    min-height: 95vh;
    min-height: 100%;
    background-image: url(../images/bg.jpg);
    background-repeat: repeat;
    background-position: center;
    background-size: auto;
}

.bg_contact .bg_content {
    background-color: rgba(2, 9, 20, 0.88);
    min-height: 550px;
}

.btn_radius {
    border-radius: 0;
}

.bg_image {
    background-image: url('../images/125years.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.mobile_fixed_bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
}

.mobile_fixed_bottom .btn {
    border-radius: 0;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
}

.mobile_fixed_bottom i {
    padding-right: 5px;
}


/*==================
SFIXED SIDE BUTON START 
==================*/


/*----------------------------------------------------
   4. Choose Us Section
------------------------------------------------------*/

.chooseus-section {
    background: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.chooseus-warper {
    border: 1px solid #ddd;
    padding: 0;
}

.chooseus-section .base-header {
    padding-bottom: 60px;
}

.chooseus-item {
    padding: 0;
}

.chooseus-item .chooseus-icon {
    float: left;
    text-align: center;
    position: absolute;
    z-index: 99;
    left: 0px;
    width: 100%;
    top: -63px;
}

.chooseus-icon {
    width: 100%;
    position: relative;
}

.chooseus-item .chooseus-icon i {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: inline-block;
    font-size: 30px;
    padding: 12px 0;
    margin-top: 30px;
    background: #D4B068;
    box-shadow: -3px 0px 3px 0px rgba(174, 174, 174, 0.5);
    color: #fff;
    border: 2px solid transparent;
}

.chooseus-item .chooseus-icon i {
    font-size: 30px;
}

.chooseus-item .chooseus-content {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    text-align: left;
    box-shadow: 0px 1px 5px 0px rgba(174, 174, 174, 0.5);
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    position: relative;
}

.chooseus-item:hover .chooseus-content {
    box-shadow: 0px 1px 5px 0px rgba(174, 174, 174, 0.2);
}

.chooseus-item:hover.chooseus-item .chooseus-icon i {
    border: 2px solid #D4B068;
    background: #fff;
    color: #D4B068;
}

.chooseus-item:last-child .chooseus-content {
    border-bottom: 1px solid transparent;
    min-height: 165px;
    background-color: #fff9f9;
}

.chooseus-item .chooseus-content h5 {
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.chooseus-item .chooseus-content h5 a {
    color: #323232;
}

.chooseus-item .chooseus-content p {
    margin-bottom: 11px;
}


/*-----------------------------
    3. ABOUT AREA
------------------------------*/

.aboutBg {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0 5px 10px #f1f1f1;
    box-shadow: 0 5px 10px #afbfd0;
}

.container.about-features {
    /* background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0 5px 10px #f1f1f1;
    box-shadow: 0 5px 10px #afbfd0;*/
    margin-top: -50px;
    position: relative;
    z-index: 9;
}

.single-features {
    padding: 15px 0;
    cursor: pointer;
    min-height: 150px;
    background: #f9f9f9;
}

.features-icon {
    margin-top:1.5vw;
    text-align: center;
}


/*.single-features p{
  text-align: justify;
}*/

.single-features h3 {
    font-size: 18px;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-top: 5px;
    color: #ff8a00;
}

.single-features .read-more {
    color: #010101;
    font-size: 14px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.single-features:hover h3 {
    color: #ff8a00;
}

.single-features:hover .read-more {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
}


/*=====================
OTHER SERVICES CSS START
=====================*/

.item-main p {
    line-height: 24px;
}

.tab-content.home-page.service-section .item-main p {
    margin-bottom: 1px;
}

.other-services {
    padding: 30px 0 50px;
    background: #fff;
    padding-bottom: 44px;
    position: relative;
}

.other-services .tab-content.home-page.service-section {
    margin-top: -13px;
}

.other_ser_inner .nav {
    position: relative;
}

.other_ser_inner .nav:before {
    content: '';
    position: absolute;
    background-color: #288FEB;
    height: 210px;
    width: 1px;
    left: 35px;
    top: 20px;
}

.other_ser_inner .nav a {
    display: table;
    margin: 20px 0;
    padding: 0 15px;
}

.other_ser_inner .nav a:hover,
.other_ser_inner .nav a:focus,
.other_ser_inner .nav a:active {
    background-color: initial !important;
    color: #288FEB !important;
}

.other_ser_inner .nav a span {
    display: table-cell;
}

.other_ser_inner .nav a span i {
    height: 40px;
    width: 40px;
    position: relative;
    display: inline-block;
    border: 1px solid #288FEB;
    border-radius: 50%;
    background-color: #FFFFFF;
    font-size: 22px;
}

.other_ser_inner .nav a span i:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.other_ser_inner .nav a small {
    display: block;
    color: #000000;
    padding-bottom: 5px;
}

.other_ser_inner .nav a h4 {
    padding-left: 15px;
    text-transform: capitalize;
    display: table-cell;
    vertical-align: middle;
    font-weight: 600;
}

.other_ser_inner .nav .active a,
.other_ser_inner .nav a:hover {
    background-color: transparent !important;
    color: #288FEB;
}

.other_ser_inner .nav .active a i,
.other_ser_inner .nav a:hover i {
    background-color: #288FEB;
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border-radius: 50%;
}

.other_ser_inner .nav .active a small,
.other_ser_inner .nav a:hover small {
    color: #288FEB;
}

.other_ser_inner .nav .active a:hover {
    color: #288FEB;
}

.item-title h4 {
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}

.other_ser_inner .tab-content .item-title {
    text-transform: capitalize;
    margin-bottom: 19px;
    font-weight: 700;
}

.other_ser_inner .tab-content .item-title small {
    color: #000000;
    display: block;
    margin-bottom: 5px;
}

.other_ser_inner .tab-content .item-main ul span {
    color: #288FEB;
}

.other_ser_inner .tab-content .item-main+a {
    border-radius: 0;
    background-color: #288FEB;
    border: none;
    padding: 8px 60px;
    text-transform: uppercase;
}

.other_ser_inner .tab-content .item-main+a:hover {
    background-color: #147bd6;
}

.service-btn {
    margin-top: 31px;
}

ul.no-style {
    padding-top: 10px;
    padding-bottom: 0;
    margin-bottom: 2px;
    list-style: none;
    margin-left: -38px;
}

ul.no-style.pull-left li,
ul.no-style.pull-right li {
    line-height: 24px;
}

.other_ser_inner .tab-content .item-main ul span {
    color: #288FEB;
}

.image_positive {
    position: absolute;
    bottom: 0;
    left: 0;
}

.parallax_content h3 {
    font-size: 3.3em;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    font-family: 'Fredericka the Great', cursive;
}

.parallax_content h3 a:hover {
    text-decoration: none;
}

.banner-inner {
    color: #fff;
}

.banner-inner h1 {
    color: #fff;
    margin-top: 10%;
    margin-bottom: 5%;
}

.bg_overlay {
    background-color: rgba(0, 0, 0, 0.8);
}

.other_ser_inner {
    min-height: 305px;
}


/*=====================
OTHER SERVICES CSS END
=====================*/


/*==================
TESTIMOANILS CSS START 
==================*/

.testimonials p.quotes:before {
    background: url(../images/quot.png) no-repeat;
    content: "";
    display: inline-block;
    margin: 0 15px 0 3em;
    width: 32px;
    height: 32px;
    vertical-align: bottom;
}

.testimonials {
    padding-top: 5%;
}

@media (min-width: 980px) {
    .test-left {
        padding: 1.5em 0;
        border-right: 3px solid #eee;
    }
}

.test-left .heading1 {
    padding-right: 30px;
}

.place {
    font-size: 12px;
}

.testimonials h4 {
    font-size: 1em;
    color: #f5b120;
    font-weight: 600;
    letter-spacing: .8px;
    margin: 1.5em 0 0.2em;
}

.heading1 {
    color: #000;
    font-size: 36px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1.4;
}


/*==================
TESTIMOANILS CSS END 
==================*/


/*==================
CLIENTS SLIDER CSS END 
==================*/

.client_box {
    background-color: #fff;
}

.client_box img {
    padding: 10px;
}

.bg_gray {
    background-color: #ddd;
}

.text_white.base-header p,
.text_white.base-header h3 {
    color: #fff;
}


/*==================
CLIENTS SLIDER CSS END 
==================*/


/*==================
SERVICE CSS START 
==================*/

.rightside {
    background-color: #ddd;
    padding: 35px;
}

.rightside h4 {
    font-size: 20px;
    text-align: center;
    line-height: 1.3;
    font-weight: bold;
}

.rightside img {
    padding-right: 5px;
}

.rightside .btn {
    border-radius: 0;
}

.our_services .single-service img {
    margin-bottom: 20px;
    height: 100px;
}

.txt-welcome {
    font-size: 17px;
    text-align: center;
    line-height: 1.8;
}


/*.right-box a:before {
    font-family: FontAwesome;
    content: "\f0a4";
    float: left;
    width: 32px;
    padding-right: 21px;
    font-size: 22px;
    vertical-align: middle;
}
.right-box a:first-child:before {
    content: " ";
    width: 0px;
    height: 0;
}
.service-box a.list-group-item {
    font-size: 15px;
}*/

.heading-active {
    font-size: 19px !important;
}

.service-box {
    min-height: 245px;
    padding: 20px 15px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    padding: 30px;
    margin-bottom: 50px;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.service-box img {
    margin-bottom: 20px;
}

.service-box a {
    line-height: 1.5;
}

.service-box:hover {
    background-color: #c5c5c5;
}

.service-box:hover a {
    color: #fff;
}

.min-hght {
    height: 69px;
}

.request a {
    padding: 7px 15px !important;
    margin-top: 14px !important;
    color: #fff !important;
}

.bg-gray1 {
    background-color: #ececec;
}

.breadcrumb-custom {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    text-align: right;
    background-color: transparent;
    border-radius: 4px;
}

.services-details p {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
}

.services-details h2,
.services-details h1 {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 0;
}


/*==================
SERVICE CSS END 
==================*/

.our_service_box .bg-white {
    padding-top: 30px;
    padding-bottom: 30px;
}

.box_service {
    background-color: #fff;
    border: 1px solid #ddd;
    border-right-color: transparent;
}

.our_service_box [class^='col-']:last-child .box_service {
    border-right-color: #ddd;
}

.box_service [class^='imghvr-'],
.box_service [class*=' imghvr-'] {
    margin-bottom: -6px;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 25px;
}

.box_service h4 {
    color: #000;
    text-align: center;
    font-weight: 600;
    line-height: 1.3;
    font-size: 17px;
}

.box_service [class^='imghvr-'] figcaption,
.box_service [class*=' imghvr-'] figcaption {
    padding-top: 30px;
}

.our_service_box {
    padding-top: 80px;
}


/*======================
CONATCT US PAGE
======================*/

.contact_details h4 {
    font-family: Montserrat;
    color: #5e5e5e;
    font-weight: 700;
    margin-top: 0;
}

.contact_details a {
    color: #5e5e5e;
}

.contact_heading h3 {
    font-weight: bold;
}

.btn_radius {
    border-radius: 0;
}


/*======================
CONATCT US PAGE
======================*/


/*======================
CAREER PAGE
======================*/

.bg-gray {
    background-color: #f1e9e9;
}

.single-service {
    border: 1px solid #e0e0e0;
    background-color: #fff;
    padding: 30px;
    margin-bottom: 50px;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.modal_custom_form .btn,
.single-service .btn {
    border-radius: 0;
}

.modal_custom_form h4,
.single-service h3 {
    font-size: 20px;
    font-family: Montserrat;
    color: #5e5e5e;
    font-weight: 700;
    margin-top: 0;
}

.modal_custom_form .modal-body {
    padding: 0;
}

.modal_custom_form .modal-content {
    border-radius: 0;
}


/*======================
CAREER PAGE
======================*/


/*======================
portfolio_box PAGE
======================*/

.portfolio_box .btn {
    border-radius: 0;
    font-size: 17px;
    padding: 8px 25px;
    text-transform: capitalize;
}

.portfolio_box .btn:hover {
    background-color: #337ab7;
    color: #fff;
    border-color: #337ab7;
    border-radius: 0;
}

.portfolio_box {
    min-height: 600px;
}

.clients_custom .effect-hover {
    border: 1px solid #ddd;
}

.clients_custom .img_bg {
    background-color: #fff;
    margin-bottom: -5px;
    padding: 10px 0;
}


/*======================
portfolio_box PAGE
======================*/

.our_process {
    cursor: pointer;
}

.our_process .img_box {
    background-color: #91CA63;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    cursor: pointer;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

.our_process:hover .img_box {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.our_process .img_box img {
    height: 70px;
    padding-top: 19px;
}

.img_arrow img {
    height: 70px;
    padding-top: 25px;
}

.box_process {
    border: 1px solid #ddd;
    margin-top: 25px;
    padding-top: 15px;
    padding-bottom: 25px;
}

.box_process h3 {
    font-weight: bold;
    text-align: center;
    margin-top: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.box_process p {
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
    font-size: 18px;
    color: #8c8080;
}

.aboutBg p {
    margin: 0;
    font-size: 14px;
    letter-spacing: 1px;
}

.aboutUs h1 {
    font-family: Open Sans;
    font-weight: 800;
    font-size: 2.9em;
    line-height: 1.26;
    color: rgb(23, 37, 42);
}

.aboutUs p {
    font-family: Open Sans;
    font-weight: lighter;
    font-size: 1.25em;
    line-height: 1.5;
    color: rgb(37, 41, 42);
}

.aboutUs h2 {
    font-family: Open sans-serif;
    color: #00bf87;
    font-style: italic;
    margin-top: 0;
}

.facilities-icon i {
    opacity: 0.8;
}

.facilities-icon {
    font-size: 5em;
    bottom: -8px;
    right: 15px;
    opacity: 0.2;
    position: absolute;
    z-index: 1;
}

.anotherfooter {
    position: relative;
}

.footerBg {
    position: absolute;
    background-color: #503c3c;
    width: 100%;
    top: -45px;
    color: #fff;
}

.footerTop h3 {
    margin-top: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    font-style: italic;
    font-family: open-sans;
}

.footerTop .btn {
    padding: 6px 16px;
    margin-top: 7px;
}

.footerTop {
    margin: 13px;
    cursor: pointer;
    border: 10px solid transparent;
    border-image: url('../images/border.png') 32% round;
}

.bg1 {
    background-color: rgba(87, 93, 78, 0.8);
}

.ourVision .chooseus-item .chooseus-content {
    padding-bottom: 0px;
    padding-right: 0px;
}

.about_founders h3 {
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 5px;
}

.footerTop h4 {
    font-weight: 300;
}

.plr-15 {
    padding: 0 15px;
}

.bg-blue {
    background: #002147 none repeat scroll 0 0;
}

.why-choose {
    color: #fff;
}

.icon {
    margin-bottom: 10px;
}

.why-choose .icon i {
    border: 1px solid rgba(255, 255, 255, 0.2);
    -moz-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    color: #ffb606;
    display: inline-block;
    font-size: 50px;
    height: 70px;
    line-height: 65px;
    text-align: center;
    width: 70px;
}

.eachItem {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 10px;
}

.eachItem h4 {
    margin-top: 0;
    text-transform: capitalize;
}

.pl-0 {
    padding-left: 0;
}

.eachItem p {
    color: #cccccc;
}

.why-choose .eachItem:last-child {
    border-bottom: 0 dashed rgba(255, 255, 255, 0.4);
}

.bg-image {
    background-image: url('../images/banners/whoWeAre.jpg');
}

.bg-objevtive {
    background-image: url('../images/banners/bg2.jpg');
    background-position: center center;
    background-size: cover;
}


/* Site Heading */

.site-heading {
    overflow: hidden;
}

.site-heading h2 {
    display: inline-block;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
}

.bg-dark .site-heading h2 {
    color: #ffffff;
}

.bg-dark .site-heading p {
    color: #cccccc;
}

.site-heading h2::before {
    background: #ffb606 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    width: 40px;
    z-index: 1;
}

.site-heading h2::after {
    background: #ffb606 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: 5px;
    position: absolute;
    width: 40px;
}

.site-heading.text-left h2::before {
    left: 0;
    margin: 0;
}

.site-heading.text-left h2::after {
    left: 45px;
    margin: 0;
    width: 20px;
}

.why-choose .thumb,
.why-choose .content {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.bg-cover {
    background-position: center center;
    background-size: cover;
}

@media only screen and (min-width: 767px) {
    .pl-3 {
        padding-left: 6%;
    }
}

@media only screen and (max-width: 767px) {
    .why-choose .thumb,
    .why-choose .content {
        display: block;
    }
    .why-choose .thumb {
        min-height: 300px;
    }
    .eachItem {
        text-align: center;
    }
}

.bg-dark-gray {
    background-color: rgba(47, 47, 47, .9);
}

.yellow-text {
    color: #e79800;
}

.number_ol {
    display: block;
    list-style: none;
    overflow: hidden;
    padding-left: 0;
    counter-reset: numList;
}

.number_ol li a {
    color: #333;
}

.number_ol li a:focus,
.number_ol li a:hover {
    text-decoration: none;
}

.number_ol li {
    font-size: 1.7rem;
    line-height: 1.8;
    width: 100%;
    padding-left: 40px;
    float: left;
    position: relative;
    margin-bottom: 10px;
}

.number_ol li:before {
    counter-increment: numList;
    content: counter(numList);
    float: left;
    margin-top: 3px;
    position: absolute;
    left: 0;
    font: bold 15px sans-serif;
    text-align: center;
    margin-bottom: 15px;
    color: #fff;
    line-height: 30px;
    width: 30px;
    height: 30px;
    background: #7893cc;
    -moz-border-radius: 999px;
    border-radius: 999px;
}

#custom_carousel .controls li:before {
    width: 25px;
    line-height: 25px;
    left: 5px;
    height: 25px;
}

#custom_carousel .controls li {
    padding: 5px 10px 5px 38px;
    border: 1px solid #fff;
    margin-bottom: 5px;
}

#custom_carousel .controls li:hover,
#custom_carousel .controls li.active {
    border: 1px solid #ddd;
}

.objective ul li {
    color: #ccc;
}

.pos-relative {
    position: relative;
}

.infra .number_ol li {
    font-size: 1.6rem;
}

.pos-relative .pos-absolute {
    height: 100%;
    width: auto;
    position: absolute;
    bottom: 0;
    left: 0;
}

.bg-service {
    background: linear-gradient(rgba(23, 72, 115, .92), rgba(23, 72, 115, .92)), transparent url('../images/admission.jpg') center center/cover repeat scroll;
    color: #fff;
}

.bg-service1 {
    background: linear-gradient(rgba(10, 104, 177, .92), rgba(10, 104, 177, .92)), transparent url('../images/admission.jpg') center center/cover no-repeat scroll;
    color: #fff;
}

.serviceBox {
    padding: 30px 10px;
    min-height: 275px;
    color: #e2e2e2;
    line-height: 1.8;
}

.serviceBox .fa-3x {
    font-size: 2.3em;
}

.serviceBox h3 {
    color: #fff;
    font-size: 1.65rem;
    text-transform: uppercase;
    line-height: 1.3;
    text-align: left;
    margin-top: 0;
    letter-spacing: 1.2px;
}

.serviceBox .btn-default {
    color: #fff;
    background-color: transparent;
    border-color: #ccc;
    border-radius: 0px;
    border-width: 2px;
}

.serviceBox h3 i {
    padding-right: 10px;
}

.ul-icon {
    list-style: none;
    padding: 0;
}

.ul-icon li {
    padding-left: 1.3em;
}

.ul-icon li:before {
    content: "\f046";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}

.box {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0 5px 10px #f1f1f1;
    box-shadow: 0 5px 10px #afbfd0;
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

.box h4 {
    font-weight: 500;
    font-size: 1.7rem;
    text-align: center;
    padding: 0 15px;
    line-height: 1.2;
    min-height: 65px;
}
/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info-box {
  color: #444;
  text-align: center;
  box-shadow: 0 0 9px rgba(214, 215, 216, 1);
  padding: 20px 0 30px 0;
  margin-bottom: 30px;
  width: 100%;
}

.contact .info-box i {
    font-size: 27px;
    color: #428bca;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #9eccf4;
    height: 50px;
    width: 50px;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #666;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #428bca;
}

.contact .php-email-form select{
    padding: 6px 15px;
    height: 42px;
    color: #555;
}
.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #428bca;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #6aa3d5;
}

.imghvr-zoom-in{
    margin-bottom: 0;
}

.custom_carousel .carousel-control .fa{
    position: absolute;
    top: 50%;
    z-index: 5;
    font-size: 2em;
    display: inline-block;
}

/* controls-outside CSS LightSlider*/
.controls-outside .lSSlideOuter {
    position: relative;
    overflow: visible;
}


.controls-outside .lSSlideWrapper {
    position: static;
}

.controls-outside .lSAction > .lSPrev { 
    left: -40px;
}

.controls-outside .lSAction > .lSNext{
    right: -40px;
}

.pr-20{
    padding-right: 20px;
} 

.trainees-count img{
    max-height: 70px;
}


.trainees-count .employees{
    padding-top: 15px;
    margin-bottom: 10px;
    min-height: 100px;
}

.trainees-count .counter-count{
    /*margin-top: 0px;*/
    font-size: 29px;
    /*padding-top: 6px;*/
    /*line-height: 1;*/
    /*text-align: left;*/
    margin-bottom: 5px;
}

.trainees-count .employee-p{
    /*text-align: left;*/
    /*display: block;*/
    /*padding: 0;*/
    /*padding-bottom: 10px;*/
}
.min-225{
    min-height: 225px;
}
.pl-0{
    padding-left: 0px;
}