@charset "utf-8";
/* CSS Document */

.top_head {
    background: #cc0000;
    color: #fff;
    padding: 5px 0px;
}

.top-left ul li {
    list-style: none;
    float: left;
    padding-right: 10px;
}

.top-left .col-md-6 {
    padding: 0px;
}

.top-left li i {
    padding-right: 8px;
}

.top-right .top-socicons li {
    list-style: none;
    float: left;
}

.top-right .top-socicons li a {
    margin-left: 5px;
    background: #fdfdfd;
    width: 27px;
    height: 25px;
    border-radius: 3px;
    text-align: center;
    padding: 5px;
    display: block;
}

.top-right .top-socicons {
    float: right;
    margin: 0;
}

@media (max-width: 980px) {
    .middle-head {
        padding: 15px 0px;
    }
}

#footer .above_footer {
    background: #478731;
    color: #fff;
    padding: 20px 0px 50px 0px;
}

#footer .above_footer h2 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 26px;
}

#footer .above_footer h2:after {
    content: ' ';
    height: 5px;
    background: #2e5f1d;
    width: 50px;
    border-radius: 8px 0px 8px 0px;
    display: block;
    margin-top: 16px;
}

.copyright_footer {
    background: #2e5f1d;
}

.colcarou-frame {
    width: 100% !important;
    display: flex;
}

/******************************************************About-Section-home*******************************************/
.abts-hover {
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 0px;
    padding: 0px;
}

.abts-hover figure {
    margin: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
}

.abts-hover figure img {
    display: block;
    position: relative;
    z-index: 10;
    margin: -15px 0
}

.abts-hover figure figcaption {
    display: block;
    position: absolute;
    z-index: 5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.abts-hover figure h2 {
    color: #fff;
    font-size: 20px;
    text-align: left
}

.abts-hover figure p {
    display: block;
    font-size: 15px;
    line-height: 23px;
    margin: 0;
    color: #fff;
    text-align: left
}

.abts-hover figure figcaption {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 33px 26px;
    background-color: rgba(26, 76, 110, 0.5);
    backface-visibility: hidden;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.abts-hover figure img {
    backface-visibility: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.abts-hover figure:hover img, figure.hover img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.abts-hover figure:hover figcaption, figure.hover figcaption {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    transform: rotateY(0)
}

.about-sec li {
    list-style: none;
}

.about-sec {
    padding: 0px 0px 10px 0px;
}

/******************************************************About-Section-home-end*******************************************/

.welcom-sec h1 {
    font-size: 38px;
    margin-bottom: 15px;
    font-weight: bold;
}

.welcom-sec {
    padding: 0px 0px 0px 0px;
    text-align: center;
    margin-top: -55px;
    position: relative;
    z-index: 999;
}

.home-sec3 {
    padding: 0px 0px;
    background: #cc0000;
}

.sec-hm3-left::before {
    content: "";
    border-top: 472px solid #cc0000;
    border-right: 15px solid transparent;
    border-left: 70px solid transparent;
    position: absolute;
    top: 0;
    z-index: 999;
    right: 0px;
    /* background: #fff; */
}

.sec-hm3-left img {
    width: 100%;
}

.sec-hm3-left {
    padding-left: 0px;
}

.home-sec4 {
    padding: 30px 0px;
}

.navbar-collapse {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 11px 23.2px;
}

.renukamatha-nav {
    position: absolute;
    width: 100%;
    z-index: 9999;
}

#navbar-collapse-1 {
    background: #478631;
    border-radius: 0px 0px 0px 0px;
}

.active a {
    background: #cc0000;
}

.navbar-nav li a:hover {
    /*background:#cc0000;*/
}

.navbar-nav {
    margin: 0px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #cc0000;
    border-color: #cc0000;
}

.sec-hm3-right {
    padding-top: 30px;
    padding-right: 8%;
    color: #e8e8e8;
}

.sec-hm3-right h1 {
    color: #fff;
    margin-bottom: 20px;
}

h1 {
    font-size: 39px;
    font-weight: bold;
}

h1 b {
    color: #eda907;
}

.home-sec3 h1 b {
    color: #e8e8e8;
}

.sec-hm3-right a {
    display: block;
    padding: 8px 15px;
    width: 160px;
    text-align: center;
    background: #e8e8e8;
    color: #cc0000;
    font-size: 18px;
    border-radius: 3px;
    margin-top: 20px;
}

.home-sec4 h1 {
    margin-bottom: 15px;
    font-size: 30px;
}

.home-sec4 p {
    margin-bottom: 25px;
}

.home-sec4 .solutions_btn {
    display: block;
    padding: 11px 15px;
    width: 250px;
    text-align: center;
    background: transparent;
    border: 1px solid #478631;
    color: #478631;
    font-size: 18px;
    border-radius: 3px;
    margin-top: 20px;
    margin: auto;
}

.home-sec4 .solutions_btn:hover {
    background: #478631;
    color: #fff;
}

.navbar {
    position: relative;
    min-height: 40px;
    margin-bottom: 0px;
    border: 0px solid transparent;
    border-radius: 0px;
}

.about-sec h4 {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    background: #002e5b;
    padding: 11px 14px;
    margin-top: 13px;
}

.about-sec h4 i {
    font-size: 27px;
    padding-right: 8px;
    color: #cc0000;
}

.about-sec p {
    font-size: 15px;
}

.abts-hover figure a {
    display: block;
    padding: 8px 15px;
    width: 160px;
    text-align: center;
    background: #cc0000;
    color: #fff;
    font-size: 15px;
    border-radius: 3px;
    margin-top: 20px;
}

.abts-hover figure a:hover {
    background: #002e5b;
}

.footer-socicons li {
    list-style: none;
    float: left;
}

.footer-socicons li {
    margin: 0px 8px;
}

.footer-socicons li a {
    background: #2e5f1d;
    width: 35px;
    height: 35px;
    text-align: center;
    display: block;
    line-height: 35px;
    color: #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    padding: 8px;
}

.footer-socicons li a i {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.footer-socicons {
    padding: 0px;
    margin-top: -18px !important;
    width: max-content;
    margin: auto;
    max-width: 310px;
}

.socials-fftr .wtapp a:hover {
    background: #25D366;
    color: #fff !important;
}

.socials-fftr {
    text-align: center;
    width: 100%;
    position: absolute;
}

.copyright_footer .container {
    padding: 29px 0px 20px 0px;
    text-align: center;
    color: #fff;
}

.above_footer ul {
    padding: 0px;
}

.above_footer li {
    list-style: none;
    clear: both;
    line-height: 24px;
}

.above_footer a {
    color: #fff;
}

.above_footer .widget2 li a {
    display: block;
    margin: 9px 0px;
    text-transform: uppercase;
}

.above_footer .widget2 li {
    border-bottom: 1px dotted #407b2c;
}

.home-sec5 {
    padding: 0px 0px;
    background: #3db36b;
}

.sec-hm5-right img {
    width: 100%;
}

.sec-hm5-right {
    padding: 75px 8%;
    background: #e8e8e8;
    min-height: 500px;
    overflow: hidden;
}

.sec-hm5-left {
    padding-top: 50px;
    padding-left: 4%;
    padding-right: 30px;
}

.sec-hm5-left h2 {
    color: #7c027e;
    margin-bottom: 20px;
    display: block;
}

.home-sec5 h1 {
    color: #fff;
    font-size: 32px;
}

.home-sec5 h1 b {
    color: #f39314;
}

.home-sec6 h1 {
    text-align: center;
}

.home-sec6 .sub-text {
    text-align: center;
    margin-bottom: 20px;
    font-style: italic;
    font-size: 18px;
    line-height: 26px;
}

.home-sec6 {
    padding: 40px 0px 95px 0px;
}

.slider h1 {
    color: #fff !important;
    background: #333;
}

/***************************************NEWS SECTION***************************************************/

/*****************************news***********************************/

#mixedSlider {
    position: relative;
}

#mixedSlider .MS-content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 2%;
}

#mixedSlider .MS-content .item {
    display: inline-block;
    width: 100%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    height: 100%;
    white-space: normal;
    padding: 0 10px;
}

#mixedSlider1 {
    position: relative;
}

#mixedSlider1 .MS-content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 0%;
}

#mixedSlider1 .MS-content .item {
    display: inline-block;
    width: 100%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    height: 100%;
    white-space: normal;
    padding: 20px;
}

@media (max-width: 991px) {
    #mixedSlider .MS-content .item {
        width: 100%;
    }

    .sec-hm5-right::after {
        display: none;
    }
}

@media (max-width: 767px) {
    #mixedSlider .MS-content .item {
        width: 100%;
    }

    .top_header .navs > li > a {
        padding: 1px 19% !important;
    }

    .upcoming-boxes .nav-tabs > li {
        float: left;
        margin-bottom: 1px;
        width: 100%;
    }
}

#mixedSlider .MS-content .item .imgTitle {
    position: relative;
}

#mixedSlider .MS-content .item .imgTitle .blogTitle {
    margin: 0;
    text-align: left;
    letter-spacing: 2px;
    color: #252525;
    font-style: italic;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    bottom: 0;
    font-weight: bold;
    padding: 0 0 2px 10px;
}

#mixedSlider .MS-content .item .imgTitle img {
    height: auto;
    width: 200px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    height: 198px;
    border: 5px solid #478731;
    padding: 10px;
    z-index: 999;
    position: relative;
}

#mixedSlider .MS-content .item p {
    font-size: 15px;
    padding: 8px;
    text-indent: 0px;
    color: #000;
    margin-bottom: 10px;
}

#mixedSlider .MS-content .item a {
    /*float: right;
  margin: 0 20px 0 0;*/
    font-size: 16px;
    font-style: italic;
    color: rgba(173, 0, 0, 0.82);
    font-weight: bold;
    letter-spacing: 1px;
    transition: linear 0.1s;
    background: #ddd;
    display: block;
    padding: 8px;
}

#mixedSlider .MS-content .item a:hover {
    text-shadow: 0 0 1px grey;
}

#mixedSlider .MS-controls button {
    position: absolute;
    border: none;
    background-color: transparent;
    outline: 0;
    font-size: 30px;
    bottom: -50px;
    color: rgba(0, 0, 0, 0.4);
    transition: 0.15s linear;
    font-weight: bold;
}

#mixedSlider .MS-controls button:hover {
    color: rgba(0, 0, 0, 0.8);
}

#mixedSlider .MS-controls .MS-left {
    background: transparent;
    width: 38px;
    height: 40px;
    border: 1px solid #eda907;
    color: #eda907;
}

#mixedSlider .MS-controls .MS-left:hover {
    background: #eda907;
    border: 1px solid #eda907;
    color: #fff;
}

#mixedSlider .MS-controls .MS-right {
    background: transparent;
    width: 38px;
    height: 40px;
    border: 1px solid #eda907;
    color: #eda907;
}

.alumn-ttle {
    font-style: italic;
    color: #eda907;
}

#mixedSlider .MS-controls .MS-right:hover {
    background: #eda907;
    border: 1px solid #eda907;
    color: #fff;
}

@media (max-width: 992px) {
    #mixedSlider .MS-controls button {
        font-size: 30px;
    }

    #mixedSlider .MS-controls .MS-right {
        right: 100%;
    }

    #mixedSlider .MS-content .item .imgTitle img {
        width: 150px;
        height: 150px;
    }

    .table-responsive {
        min-height: .01%;
        overflow-x: auto;
    }
}

@media (max-width: 767px) {
    #mixedSlider .MS-controls button {
        font-size: 20px;
    }

    #mixedSlider .MS-controls button {
        top: 200px !important;
        bottom: 0px;
    }
}

#mixedSlider .MS-controls .MS-left {
    left: 30%;
    margin-left: -26px;
}

@media (max-width: 767px) {
    #mixedSlider .MS-controls .MS-left {
        left: -10px !important;
        margin-left: 0px !important;

    }
}

#mixedSlider .MS-controls .MS-right {
    right: 100%;
    left: 32%;
}

@media (max-width: 767px) {
    #mixedSlider .MS-controls .MS-right {
        right: -10px !important;
        left: auto !important;
    }
}

@media (max-width: 500px) {
    #clients-page .inner_content table td {
        width: 100%;
        display: block;
        text-align: center;
    }

    .inner_content table td img {
        width: auto !important;
    }
}

#basicSlider {
    position: relative;
}

#basicSlider .MS-content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 2%;
    height: 50px;
}

#basicSlider .MS-content .item {
    display: inline-block;
    width: 20%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    height: 100%;
    white-space: normal;
    line-height: 50px;
    vertical-align: middle;
}

@media (max-width: 991px) {

    #basicSlider .MS-content .item {
        width: 25%;
    }
}

@media (max-width: 767px) {

    #basicSlider .MS-content .item {
        width: 35%;
    }

    .mn-logo {
        height: 80px;
        background: #000;
        padding: 10px 0px;
    }

    .logo {
        margin-top: 0px !important;
    }
}

@media (max-width: 500px) {

    #basicSlider .MS-content .item {
        width: 50%;
    }
}

#basicSlider .MS-content .item a {
    line-height: 50px;
    vertical-align: middle;
}

#basicSlider .MS-controls button {
    position: absolute;
}

#basicSlider .MS-controls .MS-left {
    top: 35px;
    left: 10px;
}

#basicSlider .MS-controls .MS-right {
    top: 35px;
    right: 10px;
}

/*****************************news***********************************/

/********************************************NEWS SECTION END******************************************/

.slidershadow {
    float: left;
    width: 100%;
    height: 32px;
    background: url(images/shadow.png) no-repeat center top;
    position: relative;
    z-index: 999;
}

.mstslider {
    float: left;
    width: 100%;
    height: auto;
    margin-top: -32px;
    z-index: 888;
    position: relative;
}

.chevron-down {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    height: 49px;
    position: absolute;
    margin: 0;
    border: none;
    text-align: center;
    -o-text-overflow: clip;
    text-overflow: clip;
    left: 0;
    z-index: 9;
}

.chevron-down::before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 50.1%;
    height: 100%;
    position: absolute;
    content: "";
    bottom: 25px;
    left: 0;
    border: none;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: #fff;
    text-shadow: none;
    -webkit-transform: skewY(4deg);
    transform: skewY(4deg);
    -ms-transform: skewY(4deg);
}

.chevron-down::after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 50.1%;
    height: 100%;
    position: absolute;
    content: "";
    bottom: 25px;
    right: 0;
    border: none;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: #fff;
    text-shadow: none;
    -webkit-transform: skewY(-4deg);
    transform: skewY(-4deg);
    -ms-transform: skewY(-4deg);
}

.footer-chervon .chevron-down::before {
    background: #478731;
}

.footer-chervon .chevron-down::after {
    background: #478731;
}

.footer-chervon {
    z-index: 999;
    position: relative;
}

.footer-chervon1 .chevron-down {
    width: 84%;
    left: 8%;
}

.footer-chervon1 .chevron-down::before {
    background: #eda908;
    -webkit-transform: skewY(7deg);
    -ms-transform: skewY(7deg);
    transform: skewY(7deg);
    bottom: 36px;
}

.footer-chervon1 .chevron-down::after {
    background: #eda908;
    -webkit-transform: skewY(-7deg);
    -ms-transform: skewY(-7deg);
    transform: skewY(-7deg);
    bottom: 36px;
}

a:hover {
    text-decoration: none !important;
}

.widget3 h3 {
    font-size: 18px;
}

.socials-fftr .ln a:hover {
    background: #2977c9;
    color: #fff !important;
}

.socials-fftr .fb a:hover {
    background: #29487d;
    color: #fff !important;
}

.socials-fftr .gp a:hover {
    background: #db4437;
    color: #fff !important;
}

.socials-fftr .tw a:hover {
    background: #1da1f2;
    color: #fff !important;
}

.socials-fftr .ytd a:hover {
    background: #ff0000;
    color: #fff !important;
}

.above_footer .widget3 i {
    font-size: 27px;
    padding-right: 8px;
    color: #f39314;
    margin-bottom: 7px;
}

.chrvn-footers {
    margin-top: 70px;
}

.new-bateches ul {
    margin: 0px;
    padding: 0px;
}

.new-bateches li {
    display: block;
    clear: both;
    list-style: none;
    padding: 5px 0px;
}

.new-bateches li strong {
    color: #f39314;
    font-size: 19px;
    width: 160px;
    float: left;
    text-transform: uppercase;
}

.color-green {
    color: #478631;
    margin-bottom: 20px;
    font-weight: bold;
}

.sec-hm5-left #mixedSlider1 .MS-controls button {
    top: -79px;
}

.sec-hm5-left #mixedSlider1 .MS-controls .MS-right {
    right: 0%;
}

.sec-hm5-left #mixedSlider1 .MS-controls .MS-left {
    left: 100%;
    margin-left: -85px;
}

#mixedSlider1 .MS-content .item .imgTitle {
    position: relative;
}

#mixedSlider1 .MS-content .item .imgTitle .blogTitle {
    margin: 0;
    text-align: left;
    letter-spacing: 0px;
    color: #252525;
    font-style: italic;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    bottom: 0;
    font-weight: bold;
    padding: 0 0 2px 10px;
}

#mixedSlider1 .MS-content .item .imgTitle img {
    height: auto;
    width: 200px;
    border-radius: 50%;
    height: 190px;
    border: 5px solid #478731;
    padding: 10px;
    z-index: 999;
    position: relative;
}

#mixedSlider1 .MS-content .item p {
    font-size: 15px;
    text-indent: 0px;
    color: #fff;
    margin-bottom: 10px;
}

#mixedSlider1 .MS-controls {
    font-size: 26px;
}

#mixedSlider1 .MS-controls .MS-left {
    background: transparent;
    width: 40px;
    height: 40px;
    border: 0px solid #eda907;
    color: #fff;
}

#mixedSlider1 .MS-controls .MS-left:hover {
    border: 0px solid #eda907;
    color: #eda907;
}

#mixedSlider1 .MS-controls .MS-right {
    background: transparent;
    width: 40px;
    height: 40px;
    border: 0px solid #eda907;
    color: #fff;
}

#mixedSlider1 .MS-controls .MS-right:hover {
    border: 0px solid #eda907;
    color: #eda907;
}

.new-bateches hr {
    height: 2px;
    background: #40752e;
    border: 0px;
}

.abt-btn {
    font-size: 16px;
    font-style: italic;
    color: #f39314;
    font-weight: bold;
    letter-spacing: 1px;
    transition: linear 0.1s;
    background: transparent;
    display: block;
    padding: 11px 20px;
    margin-top: 35px;
    border-radius: 10px;
    border: 1px solid #f39314;
    width: 150px;
    text-align: center;
}

.abt-btn:hover {
    color: #fff;
    background: #f39314;
}

address li b {
    width: 44px;
    float: left;
}

.respons-img {
    width: 100%;
}

.padd0 {
    padding: 0px;
}

.widget1 li {
    clear: both;
    padding: 6px 0px;
    min-height: 90px;
    border-bottom: 1px dotted #40752e;
}

.widget1 h3 {
    font-size: 18px;
    line-height: 25px;
    margin-top: 10px;
}

.home-sec33 {
    padding: 20px 0px 35px 0px;
}

.home-sec33 h1 {
    padding: 10px 30px;
    background: #fff;
    display: inline-block;
}

.about-sec1 {
    padding-bottom: 30px;
}

.brrdr {
    border-top: 1px solid #478631;
    margin-top: -40px;
}

#home_index .trttle {
    text-align: center;
    margin-bottom: 70px;
}

.trttle {
    text-align: center;
    margin-bottom: 30px;
}

.home-sec33 h2 a {
    font-size: 20px;
    text-align: center;
    line-height: 27px;
    color: #000;
}

.home-sec33 h2 {
    font-size: 20px;
    text-align: center;
    line-height: 27px;
    color: #000;
}

.colors-al img {
    background: green;
    padding: 27px;
    width: 85px;
    border-radius: 50%;
    height: 85px;
    margin: auto;
}

.colors-al {
    text-align: center;
}

.clrs1 img {
    background: #f2672e;
}

.clrs2 img {
    background: #0171bb;
}

.clrs3 img {
    background: #9fbf3a;
}

.clrs4 img {
    background: #2b8bc0;
}

.clrs5 img {
    background: #e5a329;
}

.clrs6 img {
    background: #d10101;
}

.about-three {
    background: #f39314;
    color: #fff;

}

.about-three .hm-abtsec {
    padding: 20px 13px;
}

.about-three h3 {
    margin-top: 0px;
    font-size: 22px;
    font-style: italic;
}

.navbar-default {
    background-color: transparent;
}

.last-mnu a {
    border: 0px !important;
}

.radius a {
    border-radius: 0px 0px 0px 0px;
}

.slider {
    margin-top: 23px;
}

marquee {
    font-size: 16px;
    color: #fff;
    height: 40px !important;
    margin: 0px 5px 5px 5px;
    line-height: 24px;
}

.marq-text2 ul {
    list-style: none;
    margin: 0px !important;
}

.marq-text2 ul {
    width: 2000%;
    padding: 0px 3px;
}

.marq-text2 ul li {
    float: left;
    margin-right: 20px;
    color: #fff;
}

.marq-text2 li {
    font-size: 16px !important;
    font-style: italic;
}

.marq-text2 li strong {
    color: #f39314;
    font-weight: 600 !important;
    font-size: 17px;
}

.marq-text2 li a {
    color: #b9812c;
}

.marq-text {
    padding: 0px 2% 0px 2%;
    background: #478631;
}

.dropdown-menu {
    padding: 0px;
    margin: 0px;
}

.top-phone {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 9px;
}

.top-phone a {
    color: #000;
}

.top-phone i {
    font-size: 24px;
    color: #478631;
}

.middle-head-right li {
    list-style: none;
    float: left;
    font-size: 20px;
    padding: 0px 3px;
}

.middle-head-right {
    text-align: right;
    position: relative;
    z-index: 99999;
}

.middle-head-right .btn {
    padding: 6px 8px;
    font-size: 13px;
    border-radius: 0px;
    width: 100px;
    margin-left: -3px;
}

.middle-head-right .btn b {
    font-weight: 200;
}

.middle-head-right .btn-default {
    color: #fff;
    background-color: #f39314;
    border-color: #f39314;
    border: 0px !important;
}

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
    color: #fff;
    background-color: #f39314;
    border-color: #f39314;
}

.middle-head-right ul {
    float: right;
    margin-bottom: 0px;
    padding: 0px !important;
}

.location-content {
    font-size: 16px;
    padding: 12px 13px;
}

.location-content h2 {
    font-size: 19px;
}

.copyright_footer a {
    color: #f39314;
}

.about-three .respons-img {
    width: 85px;
}

.hm-abtsec.rr1 {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.hm-abtsec.rr2 {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.cnt-now {
    display: block;
    padding: 10px 15px;
    width: 150px;
    text-align: center;
    background: transparent;
    border: 1px solid #478631;
    color: #478631;
    font-size: 17px;
    border-radius: 3px;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    margin: auto;
}

.cnt-now:hover {
    background: #f39314;
    color: #fff;
}


.inner-page-banner img {
    background-position: 50% 50%;
    width: 100%;

}

.pad50 {
    padding: 50px 0px;
}

.hedad-newbatch {
    font-size: 19px;
    text-transform: uppercase;
    padding: 0px;
    padding-top: 9px;
    color: #fff;
    font-weight: bold;
}

.hedad-newbatch strong {
    color: #f39314;
}

/*****************************Slider***************************************/
#slider {
    position: relative;
    overflow: hidden;
    margin: 20px auto 0 auto;
    border-radius: 0px;
    width: 100%;
    height: 350px;	/***550px***/
}

#slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 350px;	/***550px***/
    list-style: none;
    left: 0px;
}

#slider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 350px;	/***550px***/
    background: #ccc;
    line-height: 30px;
}

a.prev, a.next {
    position: absolute;
    top: 40%;
    z-index: 999;
    display: block;
    padding: 1% 1%;
    width: auto;
    height: auto;
    background: #2a2a2a;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer;
}

a.prev:hover, a.next:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
}

a.prev {
    border-radius: 0 2px 2px 0;
}

a.next {
    right: 0;
    border-radius: 2px 0 0 2px;
}

.slider-bbtns li {
    list-style: none;
    float: left;
    margin: 3px;
}

.slider-bbtns {
    width: 40%;
    margin: auto;
}

.readmore-btn {
    display: block;
    padding: 8px 15px;
    width: 150px;
    text-align: center;
    background: #f39314 !important;
    border: 2px solid #f39314;
    color: #fff !important;
    font-size: 18px;
    border-radius: 3px;
    margin-top: 28px !important;
    margin-bottom: 10px !important;
    margin: auto;
    border-radius: 20px;
}

.readmore-btn:hover {
    background: #478631 !important;
    color: #fff !important;
    border: 2px solid #478631;
}

.readmore-btn1 {
    display: block;
    padding: 11px 15px;
    width: 180px;
    text-align: center;
    background: #f39314 !important;
    border: 3px solid #478631;
    border-right: 7px solid #f39314;
    border-left: 7px solid #f39314;
    color: #fff !important;
    font-size: 18px;
    border-radius: 3px;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    margin: auto;
    -moz-transform: skew(-6deg, 0);
    -ms-transform: skew(-6deg, 0);
    -o-transform: skew(-6deg, 0);
    -webkit-transform: skew(-6deg, 0);
    transform: skew(-6deg, 0);
}

.readmore-btn1:hover {
    background: #478631 !important;
    color: #fff !important;
}

header h2 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 44px;
    margin-top: 0;
}

/******************************Slider-end**************************************/
.pad-top0 {
    padding-top: 0px;
    margin-top: 0px;
}

.inner_content table {
    width: 100%;
    border-collapse: collapse;
}

.inner_content table td {
    padding: 8px 10px;
    border: 1px solid #f8f8f8;
}

.inner_content table td img {
    width: 100%;
}

.inner_page-tittle {
    position: absolute;
    z-index: 999;
    color: #fff;
    margin-top: 130px;
    font-size: 39px;
    text-transform: uppercase;
    padding-left: 15px;
    letter-spacing: 2px;
}

.about-boxes {
    text-align: center;
}

.about-boxes .colors-al a {
    width: 100px;
    height: 100px;
    background: #ddd;
    border-radius: 50%;
    margin: auto;
    font-size: 42px;
    line-height: 100px;
    display: block;
    padding: 28px 0;
    color: #fff;
}

.about-boxes .clrs1 a {
    background: #478631;
}

.about-boxes .clrs2 a {
    background: #2980b9;
}

.about-boxes .clrs3 a {
    background: #f39314;
}

.about-boxes .clrs4 a {
    background: #d35400;
}

.about-boxes .colors-al i {
    color: #fff;
}

.colord-cirle-box {
    margin: auto;
    font-size: 48px;
    display: block;
    color: #f39314;
    text-align: center;
    font-weight: bold;
}

.colord-cirle-box::first-letter {
    color: #000;
}

.list-about-boxes .col-sm-10::before {
    font-family: 'FontAwesome';
    content: "\f0da";
    color: #f8f8f8;
    font-size: 73px;
    position: absolute;
    margin-left: -38px;
    margin-top: -30px;
}

.list-about-boxes li {
    list-style: none;
    clear: both;
    display: block;
    margin-bottom: 0px;
    min-height: 76px;
}

.margin20 {
    margin: 20px;
    display: block;
    height: 1px;
    width: 100%;
}

.margin10 {
    margin: 10px;
    display: block;
    height: 1px;
}

.margin30 {
    margin: 30px;
    display: block;
    height: 1px;
}

.list-about-boxes .col-sm-10 {
    padding: 15px 30px;
    background: #478631;
    color: #fff;
    min-height: 70px;
}

.big-md-size-tittle {
    font-size: 35px;
}

.career-sub-sec1 {
    padding: 33px 0px 26px 0px;
}

.career-sub-sec2 {
    padding: 30px 0px 40px 0px;
}

.career-sub-sec3 {
    background: #f8f8f8;
    padding: 40px 0px 40px 0px;
}

.career-sub-sec4 {
    padding: 40px 0px 70px 0px;
}

.career-sub-sec5 {
    padding: 0px 0px 0px 0px;
    background: rgba(71, 134, 49, 0.3);
}

.career-sub-sec5 .leftt-bg-sec {
    padding: 18px 20px 17px 7.4%;
}

.career-sub-sec6 {
    padding: 29px 0px 50px 0px;
}

.career-sub-sec6 .home-sec33 {
    padding: 0px 0px 0px 0px;
}

.course-objectives {
    padding: 0px 0px;
    background: #3db36b;
}

.overview-box i {
    font-size: 38px;
    padding: 26px 0px 10px 0px;
}

.overview-box b {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 400;
}

.overview-box {
    min-height: 180px;
    border-right: 1px solid #e8e8e8;
}

.lastbox {
    border-right: 0px;
}

.career-sub-sec2 .colors-al {
    display: block;
    width: 150px;
    height: 150px;
    text-align: center;
    margin-bottom: 25px;
    border-radius: 150px;
    color: #fff;
    background: #f6f6f6;
    line-height: 150px;
    margin: auto;

}

.career-sub-sec2 h2 {
    color: #000;
    font-size: 23px;
    text-align: center;
    display: block;
}

.career-sub-sec2 .colors-al img {
    display: inline-block;
    width: auto;
    height: auto;
    text-align: center;
    padding: 0px;
    background: transparent;
    border-radius: 0px;
}

.text-capitalize {
    text-transform: uppercase;
}

.point-mtx {
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
}

.point-mtx .col-sm-4 {
    min-height: 78px;
}

.light-bg-color {
    background: #f8f8f8;
}

.sec-content-b {
    padding: 0px 20px 20px 20px;
    min-height: 155px;
}

.sec-content-b h3 {
    color: #478631;
}

.chevron-up {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    height: 49px;
    position: absolute;
    margin: 0;
    border: none;
    text-align: center;
    -o-text-overflow: clip;
    text-overflow: clip;
    left: 0;
    z-index: 9;
}

.chevron-up::before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 50.1%;
    height: 100%;
    position: absolute;
    content: "";
    bottom: 25px;
    left: 0;
    border: none;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: #fff;
    text-shadow: none;
    -webkit-transform: skewY(-3deg);
    transform: skewY(-3deg);
}

.chevron-up::after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 50.1%;
    height: 100%;
    position: absolute;
    content: "";
    bottom: 25px;
    right: 0;
    border: none;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: #fff;
    text-shadow: none;
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg);
}

.chrnnn-chervon .chevron-up::before {
    width: 58.4%;
    background: #c7dac0;
    bottom: 28px;
}

.chrnnn-chervon .chevron-up::after {
    width: 42%;
    background: transparent;
    bottom: 27px;
}

.overview-box i {
    color: #478631;
}

.apply-pages {
    background: #f39314;
    color: #fff;
    padding: 15px 0px;
}

.apply-pages h3 {
    font-size: 26px;
}

.apply-pages .aply-btn {
    font-size: 16px;
    font-style: italic;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    transition: linear 0.1s;
    background: #3db36b;
    display: block;
    padding: 14px 20px;
    margin-top: 44px;
    margin-bottom: 14px;
    border-radius: 10px;
    text-align: center;
}

.apply-pages .aply-btn:hover {
    background: #589842;
    padding: 14px 20px;
}

.list-about-boxes {
    padding-left: 0px;
}

.about-sec2 {
    padding-top: 0px;
    background: #f8f8f8;
}

.padd-diff {
    padding: 5px 7.5% 10px 40px;
}

.about-sec3 {
    padding: 40px 0px 0px 0px;
}

.courses-page-tab-nav li {
    list-style: none;
    float: left;
}

.courses-page-tab-nav li a {
    display: block;
    color: #fff;
    padding: 14px 53px;
    font-size: 17px;
}

.courses-page-tab-nav li a.active {
    background: #f39314;
}

.courses-page-tab-nav li a:hover {
    background: #f39314;
}

.courses-page-tab-nav ul {
    padding: 0px;
    margin: 0px;
}

.courses-page-tab-nav li a.active:after {
    font-family: 'FontAwesome';
    content: "\f0d7";
    color: #f39314;
    font-size: 73px;
    position: absolute;
    margin-top: -10px;
    margin-left: -60px;

}

.courses-page-tab-nav li a:hover::after {
    font-family: 'FontAwesome';
    content: "\f0d7";
    color: #f39314;
    font-size: 73px;
    position: absolute;
    margin-top: -10px;
    margin-left: -60px;
}

/*.courses-page-tab-nav .container::before {
    font-family: 'FontAwesome';
    content: "\f0da";
    color: #ffffff;
    font-size: 90px;
    position: absolute;
    margin-left: -5px;
    margin-top: -38px;
}
.courses-page-tab-nav .container::after {
    font-family: 'FontAwesome';
    content: "\f0d9";
    color: #ffffff;
    font-size: 84px;
    position: relative;
    margin-right: -5px;
    margin-top: -87px;
    float: right;
}*/
.course-offerd .col-sm-2 {
    min-height: 130px;
}

.address-rght {
    width: 87%;
    float: left;
    margin-bottom: 15px;
}

/************************************Responsive Code******************************************/
@media (max-width: 1080px) {
    .about-three .hm-abtsec {
        min-height: 170px;
    }
}

@media (max-width: 680px) {
    .inner_page-tittle {
        display: block;
        text-align: center;
        width: 90%;
    }

    .middle-head-right .btn {
        width: 83px;
    }

    img.img-responsive {
        width: 100%;
    }

    header h2 {
        font-size: 18px;
        text-transform: uppercase;
    }

    .jcarousel li {
        width: 30% !important;
        max-width: 303px;
    }

    .welcom-sec .container {
        padding: 0px;
    }

    .about-sec .container {
        padding: 0px;
    }

    .career-sub-sec2 .col-sm-3 {
        min-height: 270px;
    }

    .col-sm-tabs .nav-tabs > li > a {
        margin-right: 0px;
        font-size: 13px !important;
        padding: 11px 13.2px !important;
    }
}

@media (max-width: 480px) {

    .crs-tabs .course-structure a {
        padding-top: 6px !important;
        padding-bottom: 7px !important;
    }

    .courses-page-tab-nav li a {
        text-align: center;
    }

    .crs-tabs .course-structure a.active:after {
        margin-top: -16px;
    }

    .career-sub-sec2 .colors-al {
        width: 135px !important;
        height: 135px !important;
    }
}

@media (max-width: 780px) {
    .middle-head-right .top-phone {
        text-align: center !important;
    }

    .jcarousel-control-prev, .jcarousel-control-next {
        top: -160px !important;
    }

    .address-rght {
        width: 85%;
    }

    .slidizle-content {
        height: 100vh !important;
    }

    .slidizle-slide {
        height: 690px !important;
    }

    .course-offerd .col-sm-2 {
        min-height: 188px;
    }

    .about-three .respons-img {
        width: 100%;
    }

    .courses-page-tab-nav li a {
        padding: 16px 17px !important;
        font-size: 14px !important;
    }

    .courses-page-tab-nav li {
        float: left;
        width: 33%;
    }

    .inner_page-tittle {
        position: absolute;
        z-index: 999;
        color: #fff;
        margin-top: 80px;
        font-size: 24px;
        text-transform: uppercase;
        padding-left: 15px;
        line-height: 33px;
    }

    .above_footer .widget1 img {
        height: auto !important;
    }
}

@media (max-width: 980px) {
    .middle-head-right .top-phone {
        text-align: right;
        font-size: 18px;
    }

    .middle-head-right .btn {
        padding: 6px 10px;
        font-size: 11px;
        border-radius: 0px;
    }

    .middle-head-right {
        text-align: center;
    }

    .logo {
        margin-top: 0px !important;
        text-align: center;
    }

    .inner-page-banner img {
        background-position: 50% 50%;
        width: 100%;
        height: 200px;
    }

    .mob-d {
        display: none;
    }

    .about-three {
        background: #f39314;
        color: #fff;
        padding-bottom: 20px;
    }

    .about-three .hm-abtsec {
        padding: 20px 13px;
        min-height: 120px;
    }

    .sec-hm5-left {

        padding-bottom: 30px;
    }

    .inner_page-tittle {
        margin-top: 100px;
    }

    .middle-head-right ul {
        float: right;
        margin-bottom: 0px;
    }

    .colord-cirle-box {
        font-size: 38px;
        position: relative;
        z-index: 999;
        text-align: left;
    }

    .list-about-boxes .col-sm-2 {
        padding: 0px;
    }

    .list-about-boxes .col-sm-10 {
        padding: 10px 30px;
    }

    .list-about-boxes li {
        min-height: 104px;
    }

    .point-mtx .col-sm-4 {
        min-height: 100px;
        font-size: 13px;
        line-height: 19px;
    }

    .slidizle-previous {
        left: 10px !important;
    }

    .slidizle-next {
        right: 10px !important;
    }

    .slider-bbtns {
        width: 100%;
        margin: auto;
    }

    .courses-form {
        margin-top: 13px !important;
        padding-left: 10px !important;

    }

    .career-sub-sec3 h1.text-capitalize {
        padding-left: 15px;
    }
}

@media (max-width: 780px) {
    .middle-head-right ul {
        float: none;
        margin-bottom: 0px;
        margin: auto;
        width: max-content;

    }
}

@media (max-width: 1170px) {
    .nav > li > a {
        position: relative;
        display: block;
        padding: 11px 14px;
        font-size: 13px;
    }

    .courses-page-tab-nav li a {
        padding: 14px 28px;
        font-size: 17px;
    }

    .top-phone span {
        display: none;
    }

    marquee {
        margin: 0px 45px 5px 45px;
    }
}

@media (max-width: 480px) {
    .sample header {
        top: 33% !important;
        padding: 150px 60px !important;
    }

    .crs-tabs .course-structure a {
        padding-top: 6px !important;
        padding-bottom: 7px !important;
    }

    .courses-page-tab-nav li a {
        text-align: center;
    }

    .crs-tabs .course-structure a.active:after {
        margin-top: -16px;
    }

    .courses-page-tab-nav li a:hover::after {
        margin-top: -16px;
    }

    .sample {
        padding-bottom: 100% !important;
    }

    .new-bateches li strong {
        width: 100px;
        font-size: 16px;
    }
}

@media (max-width: 340px) {
    .jcarousel-control-prev, .jcarousel-control-next {
        top: -190px !important;
    }

    .jcarousel li {
        max-width: 270px;
    }

    .course-offerd .col-sm-2 {
        min-height: 238px;
    }

    .course-offerd .col-sm-2 {
        min-height: 238px;
    }

    .home-sec5 h1 {
        font-size: 23px;
    }

    .address-rght {
        width: 83%;
    }
}

/******************************************Responsive End*************************************************/
.slider-next, .slider-previous {
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #f39314;
    line-height: 40px;
    display: block;
    padding: 3px;
    font-size: 27px;
    color: #f39314 !important;
}

.slider-next:hover {
    background: #f39314;
    color: #fff !important;
}

.slider-previous:hover {
    background: #f39314;
    color: #fff !important;
}

.home-differ-sec51 .leftt-bg-sec {
    padding: 40px 30px 40px 7%;
}

.home-differ-sec51 .leftt-bg-sec h1 {
    font-size: 34px;
    font-weight: bold;
}

.courses-form {
    margin-top: 0px;
    padding-left: 0px;
}

#inqry-fm {
    background: #e8e8e8;
    padding: 3px 20px;
}

.form-bg {
    position: absolute;
    height: 37px;
    margin-top: -37px;
    z-index: 9999;
    display: block;
    width: 87%;
    background: #e8e8e8;
}

.form-bg3 {
    position: absolute;
    height: 37px;
    margin-top: -37px;
    z-index: 9999;
    display: block;
    width: 87%;
    background: #e8e8e8;
}

#faqs {
    padding-top: 35px;
}

#page-header {
    position: relative;
    z-index: 999;
    padding: 10px 0px;
}

.courses-form h2 {
    margin: 0;
    padding: 15px 0px;
    text-transform: uppercase;
    font-weight: 900;
    color: #f39314;
    display: block;
    width: 100%;
}

.col-sm-tabs .tab-content {
    padding: 20px;
}

.col-sm-tabs .containerrr {
    background: #478631;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background: #f39314;
    border: 0px solid #ddd;
    border-bottom-color: transparent;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 11px 23.2px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0;
}

.col-sm-tabs .nav-tabs > li > a:hover {
    background: #f39314;
    color: #fff;
}

.col-sm-tabs .nav-tabs li a:hover::after {
    font-family: 'FontAwesome';
    content: "\f0d7";
    color: #f39314;
    font-size: 73px;
    position: absolute;
    margin-top: -15px;
    left: 38%;
}

.col-sm-tabs .nav-tabs .active a::after {
    font-family: 'FontAwesome';
    content: "\f0d7";
    color: #f39314;
    font-size: 73px;
    position: absolute;
    margin-top: -15px;
    left: 38%;
}

.col-sm-tabs .nav-tabs > li > a {
    margin-right: 0px;
    line-height: 1.42857143;
    border: 0px solid transparent;
    border-radius: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

/**********************************Slider***************************************************/
/* jtaCarousel */

.jtaCarousel {
    position: relative;
    overflow: hidden;
    margin-left: -40px;
}

.banner-controls {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
}

.banner-prev-position {
    left: 90px;
    padding-left: .75em;
}

.banner-next-position {
    right: 50px;
    padding-right: .75em;
}

.banner-control-button {
    font-size: 2em;
    color: white;
    cursor: pointer;
    -webkit-transition: opacity 100ms ease-in-out;
    transition: opacity 100ms ease-in-out;
}

.banner-control-button:hover {
    opacity: 1;
}

.banner {
    width: 100%;
    width: calc(100% * 9);
    width: -webkit-calc(100% * 9);
    width: -moz-calc(100% * 9);
    height: 530px;
    overflow: hidden;
}

.banner-item {
    width: 100%;
    float: left;
    width: calc(100% / 9);
    width: -webkit-calc(100% / 9);
    width: -moz-calc(100% / 9);
    list-style: none;
    left: 0;

}

.banner-item > div {
    background-size: cover;
    background-position: 50% 50%;
    height: 530px;
    font-size: 2em;
    color: #fff;
    overflow: hidden;
    text-align: center;
}

.banner-location {
    position: absolute;
    z-index: 2;
    bottom: .75em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: .75em;
    line-height: 1;
    cursor: default;
}

.banner-indicator {
    position: relative;
    top: 0;
    display: inline-block;
    width: .75em;
    height: .75em;
    border-radius: 100%;
    margin-left: 3px;
    background-color: rgba(255, 255, 255, 0.5);
}

.banner-indicator:first-child {
    margin-left: 0;
}

.banner-indicator.selected {
    background-color: white;
    cursor: auto;
}

.slider header1 {
    position: relative;
    padding: 180px 0px;
    width: 100%;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
    min-height: 530px;
    display: block;
}

.slider header1 a {
}

header1 h2 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 44px;
    margin-top: 0;
    letter-spacing: 3px;
}

header1 h3 {
    font-size: 21px;
    font-weight: 800;
    line-height: 27px;
    font-style: italic;
    letter-spacing: 2px;
    padding: 0px 200px;
}

.banner-control-button {
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #f39314;
    line-height: 40px;
    display: block;
    padding: 5px;
    font-size: 27px;
    color: #f39314 !important;
}

.banner-control-button:hover {
    background: #f39314;
    color: #fff !important;
}

@media (max-width: 900px) {
    header1 h2 {
        text-transform: uppercase;
        font-weight: 900;
        font-size: 30px;
        margin-top: 0;
        letter-spacing: 3px;
        padding: 0px 40px;
    }

    header1 h3 {
        font-size: 16px;
        font-weight: 800;
        line-height: 25px;
        font-style: italic;
        letter-spacing: 2px;
        display: block;
        padding: 0px 80px !important;
    }

    .slider header1 {
        position: relative;
        padding: 120px 0px 140px 0px;
        width: 100%;
        left: 0px;
        background: rgba(0, 0, 0, 0.5);
        min-height: 530px;
        display: block;
    }

    .banner-prev-position {
        left: 49px;
        padding-left: .35em;
    }

    .banner-next-position {
        right: 0px;
        padding-right: .75em;
    }
}

@media (max-width: 600px) {
    .banner-item {
        float: left;
        width: calc(94% / 9);
        width: -webkit-calc(94% / 9);
        width: -moz-calc(94% / 9);
        list-style: none;
    }
}

/************************************Slider-end***********************************************/

/*****************************************Image Hover effects************************************************/

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: rgba(71, 134, 49, 0.8);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(460px, -100px) rotate(180deg);
    -ms-transform: translate(460px, -100px) rotate(180deg);
    transform: translate(460px, -100px) rotate(180deg);
    -webkit-transition: all 0.2s 0.4s ease-in-out;
    transition: all 0.2s 0.4s ease-in-out;
    border-radius: 7px 7px 0px 0px;
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border-radius: 7px 7px 0px 0px;
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 9px 18px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #eda908;
    background: #eda908;
    margin: 110px 0 0 0;
    -webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 5px;
}

.hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}

.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.hovereffect:hover h2 {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.hovereffect:hover a.info {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.boxes-mn-grid h3 a {
    padding: 10px 15px;
    display: block;
    background: #eda908;
    clear: both;
    font-style: italic;
    border-radius: 0px 0px 7px 7px;
    color: #000;
}

/********************************************hover-effects-end****************************************************/

/*********************************************CoursesGrid*************************************************************/
/* Create two equal columns that floats next to each other */
.courses-grid-page .column {
    float: left;
}

/* Clear floats after the columns */
.courses-grid-page .row:after {
    content: "";
    display: table;
    clear: both;
}

/* Style the buttons */
.courses-grid-page .btn {
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: #f1f1f1;
    cursor: pointer;
}

.courses-grid-page .btn:hover {
    background-color: #ddd;
}

.courses-grid-page .btn.active {
    background-color: #666;
    color: white;
}

.raj.active > .hovereffect {
    display: none !important;
}

/**********************************************Coursesg-end*************************************************************/

.inner-page-banner {
    margin-top: 25px;
}

.above_footer .widget1 img {
    height: 78px;
}

/*********************************************Accordian************************************************************/
.contact-accordian .panel-group {
    width: 100% !important;
}

.upcoming-boxes .panel-group {
    width: 100% !important;
}

.panel-heading [data-toggle="collapse"]:after {
    font-family: 'FontAwesome';
    content: "\f067";
    float: right;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    /* rotate "play" icon from > (right arrow) to down arrow */
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.panel-heading [data-toggle="collapse"].collapsed:after {
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #fff;
}

.contact-accordian .panel-group a {
    text-decoration: none;
}

.contact-accordian .panel-title a {
    text-decoration: none;
    padding: 13px 17px;
    display: block;
}

.contact-accordian .panel-heading {
    padding: 0;

}

.contact-accordian .panel-default > .panel-heading {
    color: #fff;
    background-color: #3db36b;
    border-color: #3db36b;
}

.panel-body address h3 {
    margin-top: 0px;
    color: #f39314;
    font-weight: bold;
    font-style: italic;
}

.upcoming-boxes .panel-group a {
    text-decoration: none;
}

.upcoming-boxes .panel-title a {
    text-decoration: none;
    padding: 17px 17px;
    display: block;
    text-align: center;
}

.upcoming-boxes .panel-heading {
    padding: 0;

}

.upcoming-boxes .panel-heading a::after {
    display: none;
}

.upcoming-boxes .panel-default > .panel-heading {
    color: #fff;
    background-color: #3db36b;
    border-color: #3db36b;
}

.upcoming-boxes .nav-tabs {
    border-bottom: 0px solid #ddd;
    margin: auto;
    text-align: center;
    width: fit-content;
}

.upcoming-boxes .tab-content {
    padding: 30px 20px;
}

.upcoming-boxes .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 5px !important;
    padding: 17px 20px !important;
    text-align: center;
    background: #97b68c;
    color: #fff;
}

.upcoming-boxes .nav-tabs > li a:hover {
    padding: 17px 20px !important;
    background: #7c027e;
}

.upcoming-boxes .nav-tabs > a.active {
    padding: 17px 20px !important;
    background: #7c027e;
}

.upcoming-boxes .nav-tabs > li > a.active {
    background: #7c027e;
}

.upcoming-boxes .panel-body {
    padding: 40px 15px 15px 15px;
    background-color: rgb(249, 249, 249);
}

/*************************************************Accordian-end***************************************************************/
.inner-page-banner img {
    display: none !important;
}

.inner-page-banner {
    background: url('images/inner-banner.jpg') no-repeat center;
    background-size: cover !important;
    background-position: 50% 50% !important;
}

.inner-page-banner .container {
    background: rgba(0, 0, 0, 0.5);
    padding: 140px 7% 170px 7%;
    width: 100%;
}

#angular-2-page .inner-page-banner {
    background: url('images/angular-2-course-banner.jpg') no-repeat center !important;
}

#azure-training-page .inner-page-banner {
    background: url('images/azure-course-banner.jpg') no-repeat center !important;
}

#DevOps-page .inner-page-banner {
    background: url('images/devops-course-banner.jpg') no-repeat center !important;
}

#AWS-Training-page .inner-page-banner {
    background: url('images/aws-course-banner.jpg') no-repeat center !important;
}

#course-datascience-page .inner-page-banner {
    background: url('images/data-science-course-banner.jpg') no-repeat center !important;
}

#Cyber-Security-page .inner-page-banner {
    background: url('images/cyber-security-course-banner.jpg') no-repeat center !important;
}

#Cucumber-page .inner-page-banner {
    background: url('images/cucumber-course-banner.jpg') no-repeat center !important;
}

#Appium-page .inner-page-banner {
    background: url('images/appium-course-banner.jpg') no-repeat center !important;
}

#ETL-Testing-page .inner-page-banner {
    background: url('images/etl-testing-course-banner.jpg') no-repeat center !important;
}

#qa-testing-tools-page .inner-page-banner {
    background: url('images/qa-testing-course-banner.jpg') no-repeat center !important;
}

#selenium-page .inner-page-banner {
    background: url('images/selenium-course-banner.jpg') no-repeat center !important;
}

#Python-Training-page .inner-page-banner {
    background: url('images/python-course-banner.jpg') no-repeat center !important;
}

#MSBI-page .inner-page-banner {
    background: url('images/msbi-course-banner.jpg') no-repeat center !important;
}

#Salesforce-Dev-Admin-page .inner-page-banner {
    background: url('images/salesforce-course-banner.jpg') no-repeat center !important;
}

#PowerBI-page .inner-page-banner {
    background: url('images/power-bi-course-banner.jpg') no-repeat center !important;
}

#Full-Stack-QA-page .inner-page-banner {
    background: url('images/fullstac-course-banner.jpg') no-repeat center !important;
}

#ISTQB-Training-page .inner-page-banner {
    background: url('images/istqb-course-banner.jpg') no-repeat center !important;
}

#JMeter-page .inner-page-banner {
    background: url('images/jmeter-course-banner.jpg') no-repeat center !important;
}

#LoadRunner-page .inner-page-banner {
    background: url('images/loadrunner-course-banner.jpg') no-repeat center !important;
}

#Protractor-page .inner-page-banner {
    background: url('images/protactor-course-banner.jpg') no-repeat center !important;
}

#WebServices-Testing-page .inner-page-banner {
    background: url('images/webservices-course-banner.jpg') no-repeat center !important;
}

#UFT-QTP-page .inner-page-banner {
    background: url('images/uft-qtp-course-banner.jpg') no-repeat center !important;
}

#Manual-Testing-page .inner-page-banner {
    background: url('images/manual-testing-course-banner.jpg') no-repeat center !important;
}

#about-page .inner-page-banner {
    background: url('images/about-banner.jpg') no-repeat center !important;
}

#courses-page .inner-page-banner {
    background: url('images/courses-banner.jpg') no-repeat center !important;
}

#clients-page .inner-page-banner {
    background: url('images/clients-banner.jpg') no-repeat center !important;
}

#contact-page .inner-page-banner {
    background: url('images/contactus-banner.jpg') no-repeat center !important;
}

#error-page .inner-page-banner {
    background: url('images/404.jpg') no-repeat center !important;
}

.inner_page-tittle {
    margin-top: 0px;

}

a {
    color: #478631;
    text-decoration: none;
}

.contact-tp-head h2 {
    font-weight: bold;
    color: #7c027e;
    margin-top: 0px;
}

.cnt-form {
    background: #f5f5f5;
    padding: 20px 20px 0px 20px;
}

.form-bg1 {
    position: absolute;
    height: 45px;
    margin-top: -40px;
    z-index: 9999;
    display: block;
    width: 94%;
    background: #f8f8f8;
    bottom: 0;
}

.color-orange {
    color: #7c027e;
}

.bold {
    font-weight: bold;
    margin-bottom: 16px;
    font-size: 38px;
}

.table-responsive {
    min-height: .01%;
    overflow-x: initial;
}

.table-dgn th {
    background: #3db36b;
    color: #fff;
    padding: 8px 15px;
}

.table-dgn td {
    border: 1px solid #f8f8f8;
    font-size: 14px;
    padding: 11px 16px !important;
}

.table-striped > tbody > tr {
    background-color: #fff;
    cursor: pointer;
}

.table-striped > tbody > tr:hover {
    background-color: #ddd;
    cursor: pointer;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #e8e8e8;
}

.table-striped > tbody > tr:nth-of-type(odd):hover {
    background-color: #ddd;
}

.top-socials-fftr li {
    list-style: none;
}

.top-socials-fftr {
    position: fixed;
    left: 0px;
    top: 285px;
    z-index: 9999;
}

.top-socials-fftr ul {
    padding: 0px;
    margin: 0px;
}

.top-socials-fftr li a {
    width: 35px;
    height: 35px;
    display: block;
    line-height: 35px;
    text-align: center;
    padding: 9px 0px;

}

.top-socials-fftr .ln a {
    background: #2977c9;
    color: #fff !important;
}

.top-socials-fftr .fb a {
    background: #29487d;
    color: #fff !important;
}

.top-socials-fftr .gp a {
    background: #db4437;
    color: #fff !important;
}

.top-socials-fftr .tw a {
    background: #1da1f2;
    color: #fff !important;
}

.top-socials-fftr .ytd a {
    background: #ff0000;
    color: #fff !important;
}

.top-socials-fftr .wtapp a {
    background: #25D366;
    color: #fff !important;
}

/*************************Mobile-menu********************************************/
.mbl-toggle i {
    float: right;
    font-size: 25px;
}

.mbl-toggle .toggle {
    text-transform: uppercase;
    font-weight: bold;
}

.mobile-head {
    display: none;
}

@media (max-width: 900px) {
    .banner-prev-position {
        left: 50%;
        margin-left: -30px;
    }

    .banner-next-position {
        right: 42%;
        margin-right: -39px;
    }

    .banner-controls {
        position: absolute;
        top: 85%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 999;
    }

    .welcom-sec {
        margin-top: -30px;
    }
}

@media (max-width: 580px) {
    .banner-prev-position {
        left: 50%;
        margin-left: -30px;
    }

    .banner-next-position {
        right: 40%;
        margin-right: -47px;
    }

}

@media (max-width: 1180px) {
    .renukamatha-nav {
        display: none;
    }

    .mobile-head {
        display: block;
    }

    .slider {
        margin-top: 0px;
    }

    .inner-page-banner {
        margin-top: 0px;
    }

    .toggle-open i {
        z-index: 999999;
        position: relative;
    }

    .hc-nav-trigger {
        margin-top: 130px;
    }
}

/*************************Mobile-menu-end********************************************/
@media (max-width: 580px) {
    .list-about-boxes .col-sm-10::before {
        margin-left: -38px;
        margin-top: 0px;
    }

    .colord-cirle-box {
        font-size: 28px !important;
        text-align: left;
        padding-top: 40px;
        min-height: 155px;
    }

    .list-about-boxes .col-sm-10 {
        padding: 10px 20px !important;
        min-height: 144px;
    }

    .middle-head-right .locations-top .mob-display {
        display: none;
    }

    .middle-head-right .locations-top .mob-last .dropdown-menu {
        left: -100px;
    }
}

@media (max-width: 780px) {
    .top-socials-fftr {
        top: 185px;
    }

    .hc-nav-trigger {
        margin-top: 50px !important;
    }
}

.adrs-last .dropdown-menu {
    left: -100px;
}

.last-mnu a {
    padding-left: 28px !important;
    border-right: 0px !important;
    padding-right: 29px !important;
    position: absolute !important;
    right: 0;
}

#faqs .panel-default > .panel-heading {
    color: #44822f;
    background-color: #f5f5f5;
    border-color: #e8e8e8;
    padding: 0px;

}

#faqs .panel-heading a {
    background: transparent;
    display: block;
    padding: 14px;
    text-decoration: none;
}

#faqs .panel-heading [data-toggle="collapse"].collapsed:after {
    color: #f39314;
}

.contact-accordian .cnt-pg-title {
    padding: 13px 17px;
    display: block;
    color: #fff;
    background-color: #478631;
    border-color: #478631;
}

.contact-all address h3 {
    margin-top: 0px;
    color: #f39314;
    font-weight: bold;
    font-style: italic;
}

.contact-sub {
    padding: 15px;
    border: 1px solid #ddd;
}

.list-diff {
    list-style: none;
    margin-bottom: 23px;
    padding: 0px;
}

.list-diff li:before {
    font-family: 'FontAwesome';
    color: #fff !important;
    position: relative;
    font-size: 24px;
    content: "\f00c";
    padding-right: 10px;
    padding-top: 0;
    background: none !important;
    display: block;
    float: left;
    min-height: 32px;
}

.list-diff li {
    line-height: 21px;
    clear: both;
    margin-bottom: 5px;
}

.diff-style li:before {
    font-family: 'FontAwesome';
    color: #fff !important;
    position: relative;
    font-size: 20px;
    content: "\f0a4";
    padding-top: 0;
    background: #2fa971 !important;
    display: block;
    float: left;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-right: 8px;
    margin-top: -9px;
    margin-bottom: 9px;
}

.diff-style li {
    line-height: 31px;
    list-style: none;
    padding: 6px 0px;
}

.diff-style {
    padding: 0px;
}

.course-objectives .diff-style li {
    color: #fff;
    float: left;
    width: 50%;
}

.medium-size {
    font-size: 30px;
    line-height: 38px;
}

@media (max-width: 980px) {
    .list-diff li:before {
        min-height: 88px;
    }

    .course-objectives .diff-style li {
        color: #fff;
        float: left;
        width: 100% !important;
        clear: both;
    }

    .diff-style li:before {
        min-height: 50px;
    }

    .diff-style li {
        line-height: 22px;
    }

    .list-diff li {
        line-height: 22px;
    }
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.crss-bttn {
    display: block;
    padding: 13px 10px;
    text-align: center;
    color: #fff;
    background: #7c027e !important;
    width: 150px;
    margin-top: 31px;
    border-radius: 8px;
    border-bottom: 4px solid #478631;
}

.crss-bttn:hover {
    color: #fff !important;
    background: #f39314 !important;
    border-bottom: 4px solid #478631;
}

.courses-grid-page .col-sm-4 {
    min-height: 313px;
}

.highrated-course-boxes .col-sm-4 {
    min-height: 313px;
}

.testing-course-boxes .col-sm-4 {
    min-height: 313px;
}

.career-sub-sec1 .padd0 {
    padding-left: 15px;
}

.mdb-lightbox img {
    width: 100%;
}

.lead-team-pic img {
    border-radius: 50%;
    border: 3px solid #478631;
    padding: 10px;
    width: 100%;
}

.lead-team-box {
    padding: 30px 0px;
}

.lead-team-content {
    font-size: 16px;
    line-height: 24px;
    margin-top: 5px;
}

.lead-team-content h1 {
    color: #478631;
    font-size: 30px;
}

.wtp-bottom {
    position: fixed;
    bottom: 16px;
    left: 10px;
    z-index: 99999;
}

.wtp-bottom ul {
    margin: 0px;
    padding: 0px;
}

.wtp-bottom li {
    list-style: none;
}

.wtp-bottom li a {
    display: block;
    width: 58px;
    height: 58px;
    line-height: 58px;
    background: #25D366;
    color: #fff !important;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    box-shadow: 1px 6px 24px 0 rgba(7, 94, 84, .24);
}

.wtp-bottom li a:hover {
    background: #16a94d;
}

.wtp-bottom li a i {
    line-height: 58px;
    font-size: 32px;
}

.lead-team-content h3 {
    margin-top: 4px;
    margin-bottom: 18px;
    font-weight: 500;
    font-style: italic;
    font-size: 21px;
    color: #f39314
}

.lt-box2 .lead-team-content {
    text-align: right;
}

.lt-box4 .lead-team-content {
    text-align: right;
}

h1 {
    font-weight: bold;
}

h2 {
    font-weight: bold;
}

h3 {
    font-weight: bold;
}

/**************************************************Gallery*************************************************/

.about-sec5 .col-sm-3 {
    padding-bottom: 12px;
}

.about-sec5 .row:after {
    content: "";
    display: table;
    clear: both;
}

/* Create four equal columns that floats next to eachother */

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 20px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999;
}

.about-sec5 .col-sm-3 img {
    width: 100%;
    cursor: pointer;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 80%;
    width: max-content;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: 0px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Caption text */
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

img.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media (max-width: 780px) {
    .about-sec4 .column {
        width: 100%;
    }

    .modal-content {
        width: 80% !important;
    }

    .mySlides img {
        width: 100%;
    }

    .loadpopup .modal-dialog {
        width: 95% !important;
    }

    /*#myModal{display:none !important;}
.modal-backdrop.in{display:none !important;}*/
}

/**********************************************Gallery-End***************************************************/
.about-sec4 ul li {
    padding: 8px 0px;
    border-bottom: 1px dashed #e8e8e8;
}

.loadpopup .modal-content {
    width: 100% !important;
    text-align: center;
}

.loadpopup .modal-content img {
    width: 100%;
}

.close {
    opacity: 1;
}

.loadpopup .close i {
    color: #f39314;
}

.loadpopup .close i:hover {
    color: #478631;
}

.loadpopup .modal-dialog {
    width: 690px;
    margin: 30px auto;
    top: 14%;
    max-width: 690px;
}

.loadpopup .modal-header {
    position: relative;
    z-index: 99999;
}

.loadpopup .modal-body {

}

.pop-btn {
    background: #f39314;
    color: #fff;
    padding: 8px 10px;
    width: 130px;
    display: block;
    text-align: center;
    border-radius: 7px;
    border-bottom: 6px solid #478631;
    margin: 10px auto;
}

.pop-btn:hover {
    background: #478631;
    color: #fff;
    border-bottom: 6px solid #f39314;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 99999999;
}

.std-wrkng {
    padding: 50px 0px;
}

.sec-hm5-left.new-bateches .MS-controls {
    top: 0;
    position: absolute;
    margin-top: -78px;
    right: 0;
}

.side-menu-container {
    padding;
    30px 20px;
}

.side-menu-container .navbar-default .navbar-nav > li > a {
    color: #777;
    border-bottom: 1px dotted #ddd !important;
    display: block;
    padding: 12px 0px;
}

.side-menu-container .navbar-default .navbar-nav > li > a:hover {
    color: #f39314;
}

#courses h1 {
    display: block;
    width: 100%;
}

.col-sm-tabs .nav-tabs > li > a.active {
    background: #f39314;
    color: #fff;
}

.col-sm-tabs .nav-tabs li a.active::after {
    font-family: 'FontAwesome';
    content: "\f0d7";
    color: #f39314;
    font-size: 73px;
    position: absolute;
    margin-top: -15px;
    left: 38%;
}

.course-objectives .diff-style li {
    color: #fff;
}

.course-objectives .sec-hm5-right {
    padding-top: 101px;
    padding-bottom: 101px;
}

.contact-tp-head h2 {
    font-weight: bold;
    color: #7c027e;
    margin-top: 0px;
}

.panel-body address h3 {
    margin-top: 0px;
    color: #7c027e;
    font-weight: bold;
    font-style: italic;
}

.cognito .c-forms-form button:not(.c-icon-button), .cognito .c-forms-form .c-add-item, .cognito .c-forms-form input[type=button], .cognito .c-forms-form .c-fileupload-dropzone .c-upload-button button {
    background-color: #7c027e !important;
    border-color: #7c027e !important;
}

.upcoming-boxes .nav-tabs > li > a.active {
    background: #7c027e;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
}