/* #font family define */
@import url('https://fonts.googleapis.com/css?family=Signika:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');
body{font-size:15px; font-family:'Roboto', sans-serif; color:#464646; font-weight:400; line-height:26px;}
section{ padding:50px 0;}

/*.banner {background:url("../images/bg.jpg") no-repeat scroll center center / cover ;overflow: hidden;padding:50px 0 50px; position:relative;}*/
h1, h2, h3, h4, h5, h6 {font-family: 'Poppins', sans-serif;}

.banner p.msg {
    margin: 0;
    color: #eee;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    background-color: #1beecc94;
    border-radius: 20px;
    margin-bottom: 15px; margin-top: 20px;
    padding: 9px 22px;
    letter-spacing: 0.9px;
    display: inline-block;
    font-weight: 600;
}

#frm p {
    margin: 0;
    color: #222;
    font-size: 11px;
    line-height: 19px;
    text-align: center;
    background-color: #7ae0cf94;
    border-radius: 20px;
    margin-bottom: 15px;
    padding: 3px 3px;
    font-weight: 600;
}
.banner {
/* background:#3B1D51; */
/* background: #860ae1b0; */
background: #401163;
background-position-x: 0%;
background-position-y: 0%;
background-size: auto;
background-position-x: 0%;
background-position-y: 0%;
background-size: auto;
background-size: cover;
background-position: center center;
position: relative;
padding: 40px 0px 50px 0px;
}
/* .banner.style-two .bg-overlay {
    background: url(../images/overlay.png);
        background-position-x: 0%;
        background-position-y: 0%;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;opacity: inherit;
} */

.banner::before {
    background: url(https://www.careerlauncher.com/cat-mba/testseries20sep_new/images/path-354.png) left top no-repeat;
    content: '';
    position: absolute;
    width: 265px;
    height: 90px;
    top: -1px;
}

.banner::after {
    background: url(https://www.careerlauncher.com/cat-mba/testseries20sep_new/images/group66.png)bottom left no-repeat;
    content: '';
    position: absolute;
    width: 175px;
    height: 232px;
    bottom: 0;
    background-size: 70%;
    opacity: 0.5;
}

.banner.style-two .bg-overlay::after {
    content: '';
    position: absolute;
    background-image: url(https://www.careerlauncher.com/cat-mba/testseries20sep_new/images/banner-bg.png) !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
    height: 100%;
    width: 100%;
    top: 103px;
}

.banner h1{ color:#FFFFFF; font-size:33px; font-weight:bold;margin: 0 0 10px 0; }

.banner h3 {
    font-size: 20px;
    background-color: #0000008c;
    color: yellow;
    padding: 8px;
    text-align: center;
    border-radius: 50px;
    margin-top: 0px;
    margin-bottom: 10px !important;
}


.banner p{ color:#FFFFFF; margin: 0 0 13px 0;}
a:focus, a:active, a{ outline:0!important; border: 0; }
button { outline: none; }


.banner.ntse {background:url("../images/ntse-bg.jpg") no-repeat scroll center bottom / cover ;overflow: hidden;padding: 40px 0 40px; position:relative;}
.banner.ntse .bg-overlay {background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;height: 100%;position: absolute;right: 0;opacity: inherit;top: 0;width: 100%;}

.banner.foundation {background:url("../images/foundation-bg.jpg") no-repeat scroll center bottom / cover ;overflow: hidden;padding: 40px 0 40px; position:relative;}
.banner.foundation .bg-overlay {background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;height: 100%;position: absolute;right: 0;opacity: inherit;top: 0;width: 100%;}

.banner.olympiad {background:url("../images/olympiad-bg.jpg") no-repeat scroll center bottom / cover ;overflow: hidden;padding: 40px 0 40px; position:relative;}
.banner.olympiad .bg-overlay {background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;height: 100%;position: absolute;right: 0;opacity: inherit;top: 0;width: 100%;}

.forms {
    text-align: center;
}
.forms.session{ text-align:right; }
.forms.session .btn{ margin-top: 0px; }
.forms.session span{ font-weight: 600; margin-right: 10px; font-size: 18px;}
.forms .btn {
    background-color: #97124D;
    border: 0 none;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin-top: 35px;
    padding: 10px 30px; text-align: center;
    border-radius: 0;
    width: auto;
}
#myCarousel23{margin-top: 10px;}

.sm {
    margin-top: 10px;
}


.sub-heading {margin-bottom:30px;}
.sub-heading1 {margin-bottom:30px;}
#banner2 {
    padding: 20px 0; background:#f0fbff;
}

.program{ position:relative;}
.program .about-right-circle {
    position: absolute;
    left: -20%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.program .about-right-circle img {
    -webkit-animation: updown 8s linear 0s infinite;
    animation: updown 8s linear 0s infinite;
}
.program::after {
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    height: 100%;
    background-image: url(../images/dotted-bg.png);
    background-position: top center;
    content: '';
    background-repeat: no-repeat;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1; opacity: 0.4;
}



.notifications {box-shadow: 6px 3px 12px 0 rgba(0, 0, 0, 0.05); background:#fff;  padding-bottom: 9px;}
.notifications h2 {color: #222;font-size: 19px;font-weight: 600;background: #f3f3f3;box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.07);line-height: 21px;margin: 0;padding: 12px 20px;
    position: relative;text-align: center;}
.notifications ul {font-size: 14px;list-style: outside none none;margin:0;padding: 10px 15px 10px 15px;}
.notifications ul li {list-style: outside none none;margin: 0;padding: 5px 0 5px 20px;position: relative; color:#222; text-align:left; line-height:22px; border-bottom:1px solid #e1e1e1;}
.notifications ul li a{ color:#222;}
.notifications ul li::before {color: #222;content:"\f105";font-family: "FontAwesome";font-size: 15px;left: 4px;position: absolute;top: 4px; }
.more{ text-align:right; padding:0 15px;}
.more a{ color:#222; font-size:14px; font-weight:500;}


section h2{color:#1d274e;font-size:30px;font-weight: 700;margin-bottom: 15px;margin-top: 0;padding-bottom: 15px;position: relative;text-align:left;}
section h2:before {height: 2px;content: "";position: absolute;width: 60px;background:#F15A22;bottom: 0;left: 0;}
/*section h2:after { height: 2px;content: "";position: absolute;width: 35px;background: #253F64;bottom: 0;left: 70px;}
*/

form {
    padding: 15px 25px;
    padding-top: 0px;
}

.form-box {
    background: #ffffff none repeat scroll 0 0;
    padding: 0 0 0px;
    border-radius: 0px;
    box-shadow: 0 0 3px rgba(36, 39, 44, 0.15) !important;
    z-index: 9;
    position: relative;
    margin-top: 45px;
}

.form-group{ position:relative;padding: 0 8px 0;}

.form-box h4 {
    color: #ffffff;
    font-size: 20px;
    padding: 5px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: 600;
    background: #2f2683;
}

.form-box h4 span {
    margin: 0;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 0px;
    padding: 3px 0px 0;
    font-weight: 700;
    display: block;
    width: 100%;
}
.form-control {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: none;
    color: #7e7e7e;
    font-size: 14px;
    border: 1px solid #dee2e6;
    height: 33px;
    margin-bottom: 0px;
    padding-left: 40px;
    letter-spacing: 0.3px;
}
.form-box .btn {
    background-color: #2e2582;
    border: 0 none;
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 30px;
    border-radius: 0;
    width: 50%;
    letter-spacing: 0.8px;
    margin: auto;
}

.form-group img {
    color: #44355b;
    left: 14px;
    line-height: 64px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(10px, -54%);
    width: 20px;
}

.form-group select {-moz-appearance: none; -webkit-appearance: none;background-image: url("../images/dropdown.png");background-position: 96% center;background-repeat: no-repeat;background-size: 10px;}
input::placeholder { font-size:15px;
}
    
.product-coten {background: #fff none repeat scroll 0 0;border: 1px solid #572E8A;margin-bottom: 30px;overflow: hidden;padding:25px 20px;position: relative;text-align: left;transition: .3s;}
.product-coten:hover {
    box-shadow: 0px 10px 60px 0px rgba(195, 195, 195, 0.86);
    border: 1px solid #572E8A;
}
.product-coten img {margin-bottom: 15px;min-height: 74px;}
.product-coten h3 {color: #000;font-weight: bold;margin-bottom: 10px;margin-top: 0; font-size:20px;}
.product-coten p {font-weight: 400;min-height: 195px;margin: 0;}
.hvr-shutter-in-horizontal {background: #572e8a none repeat scroll 0 0;border-radius: 3px;box-shadow: 0 0 1px rgba(0, 0, 0, 0);color: #fff !important;display: inline-block;font-weight: 600;margin-right: 5px;padding: 10px 13px;position: relative;text-align: center;transform: perspective(1px) translateZ(0px);transition-duration: 0.3s;transition-property: color;vertical-align: middle; margin-top:10px; font-size:14px;}
.hvr-shutter-in-horizontal::before {background: #ff692e none repeat scroll 0 0;border-radius: 3px;bottom: 0;content: "";left: 0;position: absolute;right: 0;top: 0;
transform: scaleX(1);transform-origin: 50% 50% 0;transition-duration: 0.3s;transition-property: transform;transition-timing-function: ease-out;z-index: -1;}
.hvr-shutter-in-horizontal:hover::before, .hvr-shutter-in-horizontal:focus::before, .hvr-shutter-in-horizontal:active::before {transform: scaleX(0);}
.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {color: white;text-decoration: none;} 
.progrme{ margin:20px 0;}


.offer-section-two {position: relative;}
.offer-section-two h2::before {height: 2px;content: "";position: absolute;width: 60px;background: #F15A22;bottom: 0;left: 0;right: 0;}
/*.offer-section-two h2::after {height: 2px;content: "";position: absolute;width: 35px;background: none;bottom: 0;left: 0;right: 0;margin: 0 auto;}
*/
.offer-section-two .offer-title-box {position: relative;margin-bottom: 30px;}
.offer-section-two .offer-title-box .inner-box {position: relative;min-height: 408px;padding: 45px 45px 45px;background-color: #ee2d50;}
.offer-section-two .offer-title-box .inner-box h3 {position: relative;font-size: 48px;color: #ffffff;font-weight: 600;line-height: 1.1em;}
.offer-section-two .offer-title-box .inner-box .text {position: relative;color: #ffffff;font-size: 18px;font-weight: 500;line-height: 1.6em;margin-top: 10px;}
.offer-section-two .offer-title-box .inner-box .arrow-box {position: absolute;right: 0px;bottom: 0px;width: 70px;height: 70px;color: #443986;
    text-align: center;line-height: 70px;
    font-size: 24px;
    font-weight: 700;
    background-color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.services-block-three {
    position: relative;
    margin-bottom: 30px;
}
.services-block-three:nth-child(3) ~ * {
    margin-bottom:0px;
}
.services-block-three .inner-box {
    position: relative;min-height: 317px;
    overflow: hidden;
    padding: 20px 18px 20px;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.15); background:#fff;
}
.services-block-three .inner-box .left-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
}

.services-block-three .inner-box .left-layer::after {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 0%;
    display: block; background-color:#FAE4DA;
    /*background-color:#253F64;*/
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}
.services-block-three .inner-box .icon-box {
    position: relative;
    color: #443986;
    font-size: 60px;
    line-height: 1em;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.services-block-three .inner-box h3 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.services-block-three .inner-box h3 a {
    position: relative;
    color: #222222;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.services-block-three .inner-box .text {
    position: relative;
    color:#464646;
    line-height: 25px; font-size:15px;
    margin-bottom:0px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.services-block-three .inner-box .read-more {
    position: relative;
    color:#253F64;
    font-size: 13px;
    text-transform: uppercase;
    padding-right: 25px;
    font-weight: 700;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.services-block-three .inner-box .read-more .fa {
    position: relative;
    margin-right: 3px;
}
.services-block-three .inner-box:hover .left-layer:before,
.services-block-three .inner-box:hover .left-layer:after{
    height:100%;
}

.services-block-three .inner-box:hover .right-layer:before,
.services-block-three .inner-box:hover .right-layer:after{
    height:100%;
}
/*.services-block-three .inner-box:hover .icon-box,
.services-block-three .inner-box:hover .text,
.services-block-three .inner-box:hover h3,
.services-block-three .inner-box:hover .read-more{
    color:#ffffff;
}*/

.services-block-three .inner-box .read-more:after{
    position: absolute;
    content: '';
    left: 100%;
    top: 10px;
    width: 0%;
    height: 1px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition:all 600ms ease;
    -ms-transition:all 600ms ease;
    -o-transition:all 600ms ease;
    -moz-transition:all 600ms ease;
    transition:all 600ms ease;
    background-color: rgba(255,255,255,0.20);
}

.services-block-three .inner-box:hover .read-more:after{
    opacity: 1;
    width: 300%;
    visibility: visible;
    background-color: rgba(255,255,255,0.20);
}   


/*.fact-counter-area {
    width: 100%; background:#131A22;
    text-align: center;
    color: #fff !important;
    font-size: 15px;  position:relative;
}
.fact-counter-area:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/dotted-bg.png");
    background-size: cover;
    background-position: center;
    opacity: 0.6;
}*/

.fact-counter-area {
    background-image: url(../images/bg3.jpg);
    position: relative;
    display: block;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 1; text-align: center;
}

.fact-counter-area:before {
    background: rgb(0, 0, 0, 0.8) none repeat scroll 0 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
}
.fact-counter-area h2{ color: #fff; text-align: center; margin-bottom: 0px;}
.fact-counter-area h2:before, .fact-counter-area h2:after{ content: none; display: none;}
.fact-counter-area p {
    color: #fff;
}

/*.fact-counter-area {
    position: relative;
    display: block;
    background: #f8f7ff;
    padding: 75px 0 40px;
}*/
.single-fact-counter {
    /*position: relative;
    display: block;
    max-width: 270px;
    width: 100%;
    margin: 0 auto 30px;
    padding-left: 85px;*/
}
.single-fact-counter .icon-box {
position: relative;
width: 80px;
height: 80px;
margin-left: auto;
margin-right: auto;
line-height: 80px;
}
.single-fact-counter .icon-box::before {
    position: absolute;
content: '';
top: 37%;
left: 0;
width: 100%;
height: 18px;
background-color: rgba(255, 255, 255, 0.1);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transform: translateY(-50%) rotate(-33deg);
-moz-transform: translateY(-50%) rotate(-33deg);
-ms-transform: translateY(-50%) rotate(-33deg);
-o-transform: translateY(-50%) rotate(-33deg);
transform: translateY(-50%) rotate(-33deg);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.single-fact-counter .icon-box span::before {
    position: relative;
    top: 0;
    color: #fff;
    font-size: 45px;
    line-height: 60px;
    transition: all 500ms ease;
        transition-delay: 0s;
    transition-delay: .2s;
}
.single-fact-counter .count-box {
    position: relative;
    display: block;
}
.single-fact-counter h1 {
    line-height: 36px;
    margin: 0 0 10px;
}
.single-fact-counter h1 span {
    color: #fff;
    font-size: 35px;
    font-weight: 900;
}
.single-fact-counter .count-box .title h3 {
    color: #fff;
    font-size: 17px;
    line-height: 26px;
    font-weight: 600;
    margin-top: 10px;
margin-bottom: 0;
}


.about{ position:relative;}
.about-text {
    position: relative;
    display: block;
    padding-left: 40px;
}
.about::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/dots2.png");
    background-size: cover;
    background-position: center;
    opacity: 0.2;
    z-index: -1;
}
.about-image-box {
    position: relative;
    display: block;
    max-width: 550px;
    width: 100%;
    background: #fff;
    padding-top: 40px;
    padding-left: 40px; box-shadow:0px 10px 30px 0px rgba(54, 56, 110, 0.15);
}
.about-image-box::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background: #f3f3f3;
    content: "";
    z-index: 1;
}
.about-image-box .inner-box {
    position: relative;
    display: block;
    z-index: 2;
}
.about-image-box .inner-box img {
    width: 100%;
}
.about-image-box .text-box {
    position: relative;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
    margin-right: 60px;
    z-index: 1;
}
.about-image-box .text-box::before {
    position: absolute;
    right: 40px;
    bottom: 8px;
    font-family: 'FontAwesome';
    content: "\f10e";
    color:#D8D8D8;
    font-size: 50px;
    line-height: 70px;
    z-index: -1;
}
.about-image-box .text-box p {
    color: #828282;
    font-size: 20px;
    margin: 0 0 0px;
}
.about-image-box .text-box h3 {
    color: #3a3a3a;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;margin-bottom: 5px;
}
.about-image-box .text-box p span {
    color: #E44D15;
    font-size: 16px;
    font-weight: 400;
}

/* Testimonails start */

#testi {
    /* background-image: url("https://www.careerlauncher.com/sat/coaching-classes/img/banner-bg.jpg"); */
    background-color: #333;
    background-size: cover;
    background-position: center;
    padding: 40px 0;
}


#testi h2 {
    color: #fff;
}	

#testi .carousel-item {
    background-color:
        rgba(255, 255, 255, 0.15);
    text-align: center;
    padding: 15px;
    min-height: 300px;
    border-radius: 5px;
    color: #fff;
    line-height: 21px;
    font-size: 14px;
}

#testi .carousel-item .img-box img {
    width: 60px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 15px;
    height: 60px;
    padding: 3px;
    background-color: #fff;
}

#testi .carousel-item .overview {
    text-transform: capitalize;
    color: #abeadb;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
}

#testi .carousel-item .overview strong {
    color: #f5b325;
    font-weight: 500;
}

.test-user {
    font-size: 20px;
    font-weight: 600;
    color: #f5b325;
    margin-bottom: 10px;
}

#testi .carousel-item .img-box i {
    font-size: 20px;
    background-color: #fff;
    color: #ee6723;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 40px;
    margin: 10px 0;
    border: 5px #ddd solid;
}

.slick-dots {
    display: none !important;
}

#testi .slick-slide>div {
    padding: 0 10px;
}

#testi .slick-prev,
#testi .slick-next {
    z-index: 9;
    width: 42px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    border-radius: 0px;
    border: none;
    font-size: 0px;
    background-color: transparent;
    top: -40px;
    cursor: pointer;
    padding: 0;
}

#testi .slick-prev {
    right: 35px;
}

#testi .slick-next {
    right: 0;
}

#testi .slick-prev:before,
#testi .slick-next:before {

    font-family: FontAwesome;
    font-size: 16px;
    color: #fff;
    opacity: 1;
    background-color: #ee6723;
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    text-align: center;
}

#testi .slick-prev::before {
    content: "\f053";
}

#testi .slick-next::before {
    content: "\f054";
}


/* Testimonails close*/

/* .testimonial{ background:#f9f9f9;} */
.testimonial h2{margin-top: 0;padding-bottom: 15px;position: relative;text-align:center;}
.testimonial h2:before {height: 2px;content: "";position: absolute;width: 60px;background:#F15A22;bottom: 0;left: 0; right:0; margin:0 auto;}
/*.testimonial h2:after { height: 2px;content: "";position: absolute;width: 64px;background: #253F64;bottom: 0;left: 0px; right:0; margin:0 auto;}
*/
.testimonial.accordion-section{ background:#F9F9F9; }

.single-testimonial-style3 {position: relative;display: block;z-index: 1;}
/*.single-testimonial-style3::before {position: absolute;top: 20px;left: 0;bottom: -20px; right: 20px;border: 1px solid #dadada;content: "";z-index: -1;}*/
.single-testimonial-style3 .inner-content {position: relative;display: block;background: #ffffff;padding: 35px 35px 35px;box-shadow: 0px 10px 30px 0px rgba(54, 56, 110, 0.15); text-align:left; margin-bottom: 30px;}
/*.single-testimonial-style3 .inner-content::before {position: absolute;bottom: 10px;right: 40px;color: #f6f6f6;
    font-size: 90px;line-height: 90px; font-family: 'FontAwesome';    content: "\f10e";}*/

 .single-testimonial-style3 .inner-content::before {
    position: absolute;
    top: 25px;
    right: -15px;
    color: #f6f6f6;
    font-size: 90px;
    line-height: 90px;
    content: "";
    background-image: url(../images/quote-icon.png);
    width: 105px;
    height: 84px;
    opacity: 0.2;
    background-size: 50%;
    background-repeat: no-repeat;
}

.single-testimonial-style3 .client-info { position: relative; display: block;}
.single-testimonial-style3 .client-info .image, .single-testimonial-style3 .client-info .title {display: table-cell;vertical-align: middle;}
.single-testimonial-style3 .client-info .image {width: 50px;}
.single-testimonial-style3 .client-info .image img {border-radius: 50%; width: 50px; height: 50px;}
.single-testimonial-style3 .client-info .title {padding-left: 20px;}
.single-testimonial-style3 .client-info .image, .single-testimonial-style3 .client-info .title { display: table-cell;vertical-align: middle;}
.single-testimonial-style3 .client-info .title h3 { color: #27282c;font-size: 18px;font-weight: 600;margin: 0 0 2px;}
.single-testimonial-style3 .client-info .title span { color:#F15A22;}
.single-testimonial-style3 .text-box {position: relative;display: block; padding-top: 20px;padding-bottom: 10px;}
.single-testimonial-style3 .text-box p { line-height: 25px; margin: 0;}
.review-box { position: relative;display: block;overflow: hidden;line-height: 16px;margin-top: 10px}
.review-box ul {display: block;overflow: hidden; padding:0; margin:0;}
.review-box ul span {display: inline-block;float: left;margin-right: 4px;}
.review-box ul span i { font-size: 16px; color:#F15A22;}

#myList {text-align: center;}
#myList li{ display:none; list-style:none;}
#loadMore {color:green;cursor:pointer;}
#loadMore:hover { color:black;}
#showLess {color:red;cursor:pointer;display:none;}
#showLess:hover {color:black;}
#myList .clearfix{ margin-bottom:10px;}

.more-load {color: #253F64 !important;border-radius: 2px;padding: 11px 20px;display: inline-block;border: 1px solid #777;font-size: 15px;    font-weight: bold;position: relative;z-index: 999;}
.more-load:hover{color: #fff !important;background:#253F64;border-color: #253F64;}
.show-less {color:#F15A22 !important; border-radius: 2px;padding: 15px 20px;display: inline-block; border: 1px solid #777;font-size: 15px;position: relative;z-index: 999;    font-weight: bold;}
.show-less:hover{color: #fff !important;background:#F15A22;border-color:#F15A22;}

.latest-news{display: block;
border: 1px solid #eee;
box-shadow: 0px 10px 30px 0px rgba(54, 56, 110, 0.15);
background-color: #f9f9f9;
margin-top: 22px;
}

.latest-news .headingfold {
    display: block;
    padding: 8px 15px;
    background-color: #3B1D51;
    color: #fff;
    margin-bottom: 0px;
    position: relative;
}
.latest-news .headingfold h3 { margin: 0;font-size: 19px;font-weight: 400;letter-spacing: 0.7px;display: inline-block;vertical-align: top;background-image: url(../images/quiz1.png); background-size: 21px auto; background-repeat: no-repeat; padding-left: 30px; background-position: left center; line-height: 26px; color:#FFFFFF;}
.latest-news .recent {padding: 0px 5px 0px 15px;}
.demof { margin: 0px 0;}
.demof ul {padding: 0;list-style: none;width: 100%;}
.demof li { padding: 10px 0; border-bottom: 1px dashed #ccc; height: auto;}
.demof p { color: #3a3a3a !important;  padding: 0px 0 !important; margin: 0px !important;}
.demof p a { color: #3a3a3a !important;}
.demof li span { color: rgba(0, 0, 0, .5); font-weight: 500; font-size:14px;}
.latest-news .recent .fa {margin-right: 6px;font-size: 13px;}
.responsebutons {   padding: 10px 0px;}
.responsebutons a {color:#FF7941;font-size: 15px; font-weight: bold; border: 1px solid #FF7941;padding: 5px 15px;display: inline-block;background-color: #fff;}

.breaking-news-ticker .recent {padding:0px 5px 0px;}
.breaking-news-ticker .demof { margin: 0px 0;}
.breaking-news-ticker .demof ul {padding: 0;list-style: none;width: 100%;}
.breaking-news-ticker .demof li { padding: 0px 0; height: auto;border-bottom: none;}
.breaking-news-ticker .demof a { color: #3a3a3a !important;  padding: 0px 0 !important; margin: 0px !important;}




.mar-30 { margin-top: 30px;}
.padd-30{ padding:20px 30px;}
.sign-in{display: block;border: 1px solid #eee;box-shadow: 0px 10px 30px 0px rgba(54, 56, 110, 0.15);background-color: #fff; text-align:center;}
.sign-in h5{ font-size:16px!important; font-weight:600; margin:0 0 10px 0;}
.sign-in .headingfold { display: block;padding: 10px 15px;background-color:#131A22;color: #fff;margin-bottom:0px;position: relative; text-align:left;}
.sign-in .headingfold h3 { margin: 0;font-size: 20px;font-weight: bold;letter-spacing: 0.7px;display: inline-block;vertical-align: top;background-image: url(../images/quiz1.png);
    background-size: 21px auto;background-repeat: no-repeat;padding-left: 30px;background-position: left center;line-height: 26px; color:#FFFFFF;}
.sign-in .btn {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #1B95B7;
    padding: 7px 25px;
    display: block;
    background-color: #1B95B7;
    border-radius: 2px;
    margin: 0 auto;
}   
.sign-in .form-group img {left: 6px;}
.sign-in h4{ font-size:20px; font-weight:bold; margin-top:0px;}
.sign-in .form-control{ padding-left:41px;}
.sign-in img{ margin-bottom:15px;}
.brouchure { box-shadow: 0px 10px 30px 0px rgba(54, 56, 110, 0.15); background: #fff; padding:15px 15px; display: flow-root;}
.brouc {background: none;color: #222;font-weight: bold;padding: 5px 5px;border: 2px solid #F15A22;border-radius: 50px;
float: right;width: 50%;}
.brouc .fa {
    background: #F15A22;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    color: #fff;
    line-height: 35px;
}
.brouc:hover {color: #222; text-decoration: none;}
a.brouc:focus, a.brouc:active { outline:0!important; border: 2px solid #F15A22; color: #222;}
.brouchure h6{ font-size:18px; color:#222; font-weight:600; margin:0;display: inline-block;margin-right: 10px; margin-top: 15px;}

/* Slcik Slider */
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;     
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;      
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    clear:both;
    padding:0;
}       
.slick-list{position: relative;     display: block;overflow: hidden;        margin: 0;padding: 0;}
.slick-list:focus{outline: none;}
.slick-list.dragging{cursor: pointer;cursor: hand;}     
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}       
.slick-track{position: relative;top: 0;left: 0;     display: block;margin-left: auto;margin-right: auto;}
.slick-track:before,
.slick-track:after{display: table;      content: '';}
.slick-track:after{clear: both;}
.slick-loading .slick-track{visibility: hidden;}        
.slick-slide{display: none;float: left;     height: 100%;min-height: 1px;margin-bottom: 0px;}
[dir='rtl'] .slick-slide{float: right;}
.slick-slide.slick-loading img{display: none;}
.slick-slide.dragging img{pointer-events: none;}
.slick-initialized .slick-slide{display: block;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{display: block;        height: auto;       border: 1px solid transparent;}
.slick-arrow.slick-hidden{display: none;}       
.slick-dots{display:none !important;}

.video.testmonials-pull {
    width: 100%;
    background-image: url(../images/discover-vector.png);
    text-align: center;
    color: #fff !important;
    background-size: cover !important;
    font-size: 15px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

/*
.video.testmonials-pull::before {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, 0.1);
    left: 0;
    right: 0;
}
*/

/*.testmonials-pull .slick-arrow {position: absolute;top: 50%;z-index: 9;border: 0;background-color: transparent;
    background-repeat: no-repeat;font-size: 0;width: 14px;height: 24px;padding: 0;cursor: pointer;}*/
    
.testmonials-pull .slick-arrow {
    position: absolute;
    z-index: 9;
    border: 0;
    background-repeat: no-repeat;
    font-size: 0;
    top: 45%;
    width: 35px !important;
    height: 35px !important;
    padding: 0;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.7) !important;
    background-size: 8px;
    background-position: center;
    border-radius: 50%;

}
    
.testmonials-pull .slick-prev {background-image: url(../images/left-arrow.png);left: -10px;}
.testmonials-pull .slick-next {background-image: url(../images/right-arrow.png);right: -10px;}

.inspire.video.testmonials-pull .slick-arrow {top:-48px;}
.inspire.video.testmonials-pull .slick-next {background-image: url(../images/right-arrow.png);right: 14px;}
.inspire.video.testmonials-pull.testmonials-pull .slick-prev {background-image: url(../images/left-arrow.png);right: 55px; left:inherit!important;}

.difnt-con-pag-acod h2 {
    margin-top: 0;
    color:#fff;
    
}

.video h2{font-weight: 700;margin-top: 0;padding-bottom: 15px;position: relative;text-align:center;}
.video h2:before {height: 2px;content: "";position: absolute;width: 60px;background:#F15A22;bottom: 0;left: 0; right:0; margin:0 auto;}
.bgfilleds .video h2:before {background:#fff;}
/*.video h2:after { height: 2px;content: "";position: absolute;width: 64px;background:#253F64;bottom: 0;left: 0px; right:0; margin:0 auto;}
*/
.vidos { }

.subscribe-area {position: relative; display: block; }
.subscribe-title {position: relative;display: block;margin: 9px 0 9px;}
.subscribe-title h3 {color: #fff;font-size: 20px;line-height: 32px; margin:0px; font-weight:600;}
.subscribe-form {position: relative;display: block;max-width:570px;width: 100%; margin-top: 20px;}
.subscribe-form input[type="email"] {position: relative;display: block;background: #f9f9f9;border: 1px solid #e2e2e2;color: #6B677D;font-size: 14px;height: 55px;width: 100%;
margin-bottom: 0px;padding: 0 20px;padding-right: 20px;padding-right: 130px;border-radius: 0px;transition: all 500ms ease;}
.subscribe-form button {position: absolute;top: 0px;right: 0px;bottom: 0px;width: 130px;height: 55px;background:#F15A22;text-align: center;color: #ffffff;font-size: 16px;font-weight: 400;line-height: 55px;border-radius: 0px;transition: all 700ms ease;border: none;}

.footerregion h2{ padding-bottom:0px;}
.footerregion h2:before{ content:inherit; display:none;}
.footerregion h2:after{ content:inherit; display:none;}

#back-to-top{width: 50px;height: 50px;position: fixed;bottom: 30px;right: 30px;font-size: 22px;border-radius: 50%; line-height:50px;z-index: 99;display: none;
    color: #fff;text-align: center;cursor: pointer;background:#FF7941;}
#back-to-top::after {position: absolute;z-index: -1;content: '';top: 100%;font-size: 18px;left: 5%;height: 10px;width: 90%;opacity: 1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.formmobile { display: none;}
.navbar-inverse .navbar-nav > li.no-colr > a{ padding:0 10px;}
.navbar-inverse .navbar-nav > li > a{ margin-right:10px;}
.sub-nav-region .navbar-nav > li > a img{ margin-right:7px;}
.navbar-inverse .navbar-nav > li.no-colr.tele img{ margin-right:7px;}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{ left:15px;}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { right: 15px;}
/* 
.socialshareicon{position: fixed;right: 0;top: 200px;z-index: 999;}
.socialshareicon > a{clear:both;float:right;}
.socialshareicon .fa{clear: none;float: left;width: 30px;line-height: 30px;text-align: center;}
.socialshareicon .fa:hover {color: white;opacity: 0.8;}
.socialshareicon .fa-facebook {background: #3B5998;color: white;}
.socialshareicon .fa-twitter {background: #55ACEE; color: white;}
.socialshareicon .fa-google-plus { background: #dd4b39; color: white !important;}
.socialshareicon .fa-linkedin {background: #007bb5;color: white;}
.socialshareicon .fa-linkedin {background: #007bb5;color: white;}
.socialshareicon .fa-whatsapp {background: #254e50;color: white;}
.socialshareicon .fa-reddit-alien {background: #ff4200;color: white;}
.socialshareicon .fa-tumblr{background: #395976;color: white;}
.socialshareicon .fa-pinterest-p {background: #cb2027;color: white;}
.socialshareicon > label{float: left;color: #fff;font-weight: 500;font-size: 14px;line-height: 30px;padding: 0 15px;background-color: #ee6723;margin-bottom: 0;display:none;} */

.footerregion .backtotop {display: none;}

/*
.accordion-section .panel-default {
    border: 0;
    background: #fff;
    padding: 10px !important;
    position: relative;
    box-shadow: 0px 4px 14px 0px rgba(237,237,237,1);
    border-radius: 0px;
    margin-bottom: 15px;
}
    .accordion-section .panel-heading {
    border: 0;
    background: none;
}
.accordion-section .panel-default .panel-title a {
    display: block;

}
.accordion-section .panel-default .panel-title a::after {
    font-family: 'FontAwesome';
    font-weight: 100 !important;
    font-size: 10px;
    content: "\f068";
    color:#253F64;
    position: absolute;line-height: 20px;
    right: 10px;
    
    
}
.accordion-section .panel-default .panel-title a.collapsed:after { content:"\f067";}
.accordion-section .panel-default .panel-body { font-size: 15px;}
.accordion-section h3{font-weight: 400;
font-size: 15px;}
*/


.theme-accordion-s1 .panel-heading .collapsed::before {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
}
.theme-accordion-s1 .panel-heading a::before {
font-family: "FontAwesome";
content: "\f107";
font-size: 15px;
font-size: 20px;
position: absolute;
right: 25px;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.theme-accordion-s1 .panel-heading .collapsed {
background-color: #fff;
color:#131e4a;
-webkit-box-shadow: 0 5px 15px 0 rgba(68,68,68,.1);
box-shadow: 0 5px 15px 0 rgba(68,68,68,.1);
}
.theme-accordion-s1 .panel-heading a {
background:#3B1D51;
background-color:#3B1D51;
font-size: 15px;
font-weight: 500;
color: #fff;
display: block;
padding: 18px 25px;
position: relative;font-family: 'Poppins', sans-serif;
}
.theme-accordion-s1 .panel-default {
background: 
transparent;
border: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.theme-accordion-s1 .panel-heading {
background-color: 
transparent;
padding: 0;
border-radius: 0;
}
.panel-default > .panel-heading {
color:#333;
background-color: #f5f5f5;
border-color:#ddd;
}
.panel-group .panel-heading {
border-bottom: 0;
border-bottom-color: currentcolor;
}

.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
background-color: #fff;
border: 0;
padding: 25px 25px 25px;
-webkit-box-shadow: 0 5px 15px 0 rgba(68,68,68,.1);
box-shadow: 0 5px 15px 0 rgba(68,68,68,.1);
}

.theme-accordion-s1 .panel + .panel {
    margin-top: 15px;
}


.socialshareicon .fa-instagram {width: 30px;padding: 4px;}
.socialshareicon .fa-youtube-play {background: #cb2027;color: white;}
.classesflds .inspire.video.testmonials-pull{ background: none!important;margin-top: 0px;}
.bgfilleds {
    background-image: url(../images/working-line.png);
    padding: 40px 0;
    background-size: cover;
    background-color: #3b7eff;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.inspire.video.testmonials-pull{ background: none!important;margin-top: 0px;}
.inspire.video.testmonials-pull h3{ color: #000; font-weight: 600; text-align: left;font-size: 26px; position: relative;padding-bottom: 10px;}
/*.inspire.video.testmonials-pull h3::before {background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;bottom: 0;content: "";height: 1px;left: 0;position: absolute;right: 0;width: 200px; margin: 0 auto;}
*/
.inspire.video.testmonials-pull h3::after {background: #FF5E14 none repeat scroll 0 0;bottom: 0;content: "";display: block;height: 2px;left: 0;position: absolute; right: 0;width: 60px;}

.result {  background-color: floralwhite;  padding: 20px 0;}
.result h1 {  font-size: 22px; font-weight: 600; margin-top: 0;}


span.hyt {
    display: block;  cursor: pointer;
}
.hyui{ display: none;}
.socialshareicon .iq{ }
.socialshareicon img.iq{ width: 30px; padding: 3px; }
.fa.iqs {
    
}

/* ------------------------------Our Team css--------------------------------------------- */
.featured-imagebox-team.inner .col-md-3 {
    width: 20%;
}
.featured-imagebox-team .team-box {
    margin: 5px 0 15px;
    background-color: #fff;
}

.team-box .featured-content {
    text-align: center;
    padding: 10px 10px;
    background: #E6F2F9;
    position: relative;      
    display: block;min-height: 100px;
    
}
/*.team-box .featured-content {
    text-align: center;
    z-index: 2;
    padding: 10px 0px;    
    position: relative;       
    display: block;
   
}*/
.team-box .featured-content .ttm-team-position {
    font-size: 14px;
    color: #222;
    line-height: 20px;
}
.team-box .featured-content .featured-title h5 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #001238;
}
.team-box img {    max-height: 200px;    width: 100%;}

.inner h3 {
    color: #222;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 0;
    
}
.inner h4 {
    color: #222;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
    
}




/* ------------------------------Our Team css--------------------------------------------- */

.key-highlight{ border: 1px solid #e9e9e9; padding: 20px; min-height: 325px; margin: 15px 0 15px 0;}
.key-highlight h5 { font-size:18px; font-weight:600; margin-top:0;}
.key-highlight img { max-height: 70px; margin-bottom: 15px;}
.crucial img{max-width: 700px;margin: 0 auto;    margin-bottom: 0px;display: block;margin-bottom: 30px;}


/* ------------------------------Holding Page css--------------------------------------------- */
.holding {
    background: url("../images/holding.jpg") no-repeat scroll center center / cover;
    overflow: hidden;
    padding: 130px 0px;
    position: relative; text-align: center;
}
.holding .bg-overlay {
    background: rgba(0, 0, 0, 0.97) none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    opacity: 0.6;
}
.holding h1 {
    color: #FFFFFF;
    font-size: 35px;
    font-weight: bold;
    margin: 0 0 30px 0;
    text-align: center;
}
.holding .subscribe-area {position: relative; display: block; background:#131A22;padding-top: 25px; padding-bottom: 25px;}
.holding .subscribe-title {position: relative;display: block;margin: 9px 0 9px;}
.holding .subscribe-title h3 {color: #fff;font-size: 20px;line-height: 32px; margin:0px; font-weight:600;}
.holding .subscribe-form {position: relative;display: inline-block;max-width:900px;width: 100%;}
.holding .subscribe-form input {position: relative;display: block;background: #f9f9f9;border: 1px solid #e2e2e2;color: #6B677D;font-size: 17px;height: 60px;width: 100%;
margin-bottom: 0px;padding: 0 20px 0 35px;border-radius: 0px;transition: all 500ms ease; 
background-image: url(../images/search_grey_header.png);
background-repeat: no-repeat;
background-position: 10px center;
background-size: 15px;}
/*.holding .subscribe-form button {position: absolute;top: 0px;right: 0px;bottom: 5px;width: 135px;height: 60px;background:#F15A22;text-align: center;color: #ffffff;font-size: 18px;font-weight: 400;line-height: 40px;border-radius: 0px;transition: all 700ms ease;border: none;}
*/
.holding .subscribe-form button {position: relative;width: 150px;height: 53px;background:#F15A22;text-align: center;right: inherit;
color: #ffffff;font-size: 18px;font-weight: 400;line-height: 40px;border-radius: 0px;transition: all 700ms ease;border: none; margin-top: 20px;}

.holding .subscribe-form button {
    background-image: url(../images/white_arw_pointer.png);
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: 20px;
    padding-right: 30px;
}
.holding .subscribe-form input::placeholder{ font-size: 15px; }

.upStats {
    margin-top: 30px;
}
.upStats > span:first-child {
    padding-left: 0px;
}
.upStats > span {
    border-right: 2px solid rgba(255, 255, 255, 0.6);
    display: inline-block;
    padding: 0px 10px;
        padding-left: 10px;
    padding-left: 10px;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.94);
    font-weight: 700;
}
.upStats > span > span.upstatCt {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.95);
}
.upStats > span:last-child {
    border-right: 0px;
}
.ratings .fa {

    color:#F15A22;
}

.hold.testmonials-pull .slick-arrow {top:-48px;}
.hold.testmonials-pull .slick-next {background-image: url(../images/right-arrow.png);right: 14px;}
.hold.testmonials-pull.testmonials-pull .slick-prev {background-image: url(../images/left-arrow.png);right: 55px; left:inherit!important;}
.about.hold.testmonials-pull h4{ font-weight: 500; }
.about.hold.testmonials-pull a h4{ color: #464646; }


.holdis h2{ color: #000; font-weight: 600; text-align: center;font-size: 31px; position: relative;padding-bottom: 10px;}
.holdis h2::before {background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;bottom: 0;content: "";height: 1px;left: 0;position: absolute;right: 0;width: 200px; margin: 0 auto;}
.holdis h2::after {background: #FF5E14 none repeat scroll 0 0;bottom: 0;content: "";display: block;height: 2px;left: 0;position: absolute; right: 0;width: 70px;margin: 0 auto;}
.about.hold.testmonials-pull img {
    min-height: 200px;
}


.single-working-process{
    position: relative;
    display: block;
    padding-top: 40px;
    background: transparent;
    transition:all 500ms ease;
    margin-bottom: 60px;
}
.single-working-process:hover{
    transform:translateY(-10px);
}
.single-working-process .top-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 90px;
    height: 90px;
    display: block;
    border: 3px solid #FF5E14;
    padding: 27px 0;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    z-index: 3;
}
.single-working-process .top-box::before {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    content: "";
    background: #FF5E14;
    border-radius: 50%;
    transition: all 0.5s ease-in-out 0s;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateY(-90deg) translateZ(0px);
    opacity: 0;
    z-index: -1;
}
.single-working-process:hover .top-box::before{
    transform: perspective(1200px) rotateY(0deg) translateZ(0px);
    transition-delay: 0.1s;
    opacity: 1;
}
.single-working-process .top-box span{
    color: #27282c;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 700ms ease 100ms;
}
.single-working-process:hover .top-box span{
    color: #ffffff; 
    transition: all 700ms ease 500ms;
}


.single-working-process .inner{
    position: relative;
    display: block;
    padding:70px 20px 50px;
    background: #ffffff;
    border-top: 3px solid #FF5E14;
    -webkit-box-shadow: 0px 6px 10px 3px #e8e8e8; 
    box-shadow: 0px 6px 10px 3px #e8e8e8;
    transition: all 300ms ease;
}
.single-working-process:hover .inner{
    box-shadow: none;
}
.single-working-process .inner h3{
    
    font-weight: 600;
    margin: 0 0 18px; font-size:19px;text-align: center;
}
.single-working-process .inner p{
    margin: 0;min-height: 106px;
}

.single-working-process .inner .icon-holder{
    position: relative;
    display: block;
    padding-top: 22px;
}
.single-working-process .inner .icon-holder span:before{
    color: #bababa;
    font-size: 80px;
    line-height: 80px;
    transition: all 700ms ease 500ms;
}
.single-working-process:hover .inner .icon-holder span:before{
    color: #e9212e;
    transition: all 700ms ease 500ms;
}



.left-side-bar {
  margin-top: 62px;
  position: fixed;
  right: -360px;
  top: 6px;
  width: 360px;
  z-index: 99;
  height: 100vh;
  background: #fff;
  -webkit-box-shadow: -2px 0px 10px rgba(0, 0, 0, 0.4);
  box-shadow: -2px 0px 10px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
   }

.left-side-bar:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.left-side-bar.open {
  left: 0; }

.left-side-bar .menu-block {
  height: calc(100vh - 70px);padding-top: 20px;
  
   }


.left-side-bar .product_list{
    clear:both;
}

.wrapper.slide-block .left-side-bar{
    right: 0;
}

   

.sidebar-menu {
  padding: 0 0px 20px; }

.sidebar-menu .dropdown-toggle {
  display: block;
  padding: 10px 15px 10px 20px;
  color: #fff;
  font-weight: 500;
  position: relative;
  transition: all 0.5s ease;
  border-left: 5px #164667 solid;
   }

.sidebar-menu .dropdown-action > a{
border-left: 0;
padding-left: 25px;
}

.sidebar-menu .dropdown-toggle:after {
/*  position: absolute;
  right: 15px;
  font-size: 18px;*/ }
.sidebar-menu .dropdown-toggle.current,
.sidebar-menu .dropdown-toggle:hover,
.sidebar-menu .dropdown-toggle:focus{
  background: #103657;
  color: #fff!important;
  text-decoration: none;
      border-left: 5px solid #fff;
   }

.sidebar-menu .dropdown-toggle:hover{
  padding-left: 40px;
}

.sidebar-menu .dropdown-toggle .fa {
  position: absolute;
  right: 0;
  font-size: 18px;
  color: #fff;
  width: 26px;
  top: 13px;
  text-align: center; 
}

.sidebar-menu ul.submenudropdown{
background-color: #052B4C;
}


.sidebar-menu ul.submenudropdown a{
    font-size: 13px;
}

.sidebar-menu .dropdown-toggle .new {
  font-size: 24px;
  line-height: 14px;
  display: inline-block;
  vertical-align: middle;
   }

.sidebar-menu .dropdown-toggle .new:before {
  line-height: 14px; }

.sidebar-menu .submenu {
  position: relative;
  width: 100%;
/*  display: none;*/
  background: #def2ff; }

.sidebar-menu .submenu:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 31px;
  top: 0;
  display: none;
  background: none;
  border-left: 2px dashed #0099ff; }

.sidebar-menu .submenu li {
  position: relative; }

.sidebar-menu .submenu li:before {
  content: "";
  position: absolute;
  left: 28px;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  width: 10px;
  background: #0099ff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.sidebar-menu .submenu li.dropdown:before {
  display: none; }

.sidebar-menu .submenu li a {
  display: block;
  padding: 10px 15px 10px 60px;
  font-size: 14px;
  color: #131e22;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.sidebar-menu .submenu li a.dropdown-toggle {
  padding: 10px 15px 10px 60px;
  font-size: 16px; }

.sidebar-menu .submenu.child {
  padding-left: 15px; }

.sidebar-menu .submenu li:hover:before {
  left: 18px; }

.sidebar-menu .submenu li a:hover, .sidebar-menu .submenu li a.active {
  color: #0099ff; }

.sidebar-menu .dropdown-toggle.active, .sidebar-menu .dropdown-toggle.active .fa {
  color: #0099ff;
  background: #def2ff; }

.sidebar-menu #accordion-menu{
  clear: both;
}

.click-bar {
    background-color: #103657;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 24px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 38px;
    position: fixed;
    right: 20px;
    z-index: 11;
    top: 17px;
}

.click-bar i{
    line-height: 34px;
}

.click-bar i.fa-bars.fa-times:before{
content: "\f00d";
}
.wrapper.slide-block {
    padding-left: 0;
}


.services-block-three.yuh .inner-box {
   
    min-height: 290px;
}
    
.services-block-three.yuh img{ max-height: 74px; }
.services-block-three.yuh .inner-box .text{ font-size: 16px; }
.fqs h5{ font-size: 18px; font-weight: 600; }
.single-testimonial-style3.huif .inner-content{ padding: 20px 30px 20px; min-height: inherit;}
.single-testimonial-style3.huif .inner-content::before {right: 40px;font-size: 58px;}

.sidebar-menu ul {  padding:0px; margin: 0px;  text-align: left;  position: relative; font-size:15px;}
.sidebar-menu ul li {color:#222; list-style: none;}
.sidebar-menu ul li a{margin: 0;padding: 11px 0 11px 20px;border-bottom: 1px solid #e7e7e7; line-height:24px;color:#222; display: block;}
.sidebar-menu ul li a:hover{ background: #f9f9f9; text-decoration: none; }

.greadi{background-image: url(../images/lead-background.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
min-height: calc(100vh);
position: relative;}
.locate {
    display: block;
    position: absolute;
    text-align: center;
    top: calc(35% + 60px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width:30%;
}
.locate .form-control{ box-shadow: none;padding-left: 20px;border-radius: 5px; }
.aspi{ text-align: center; }
.aspi .btn {
    background-color:#F15A22;
    border: 0 none;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin-top: 35px;
    padding: 10px 30px;
    text-align: center;
    border-radius: 0;
    width: auto;
}

.partners {
    background: #fff;
    padding: 10px;
    min-height: 112px;
}
.part p{ text-align: center; font-weight: 600;margin: 10px 0 0;}
.thnky p{ color: #fff; }
.holding.thnky {
    background: url("../images/holding.jpg") no-repeat scroll center center / cover;
    overflow: hidden;
    padding: 200px 0px;
    position: relative;
    text-align: center;
}
.bg-overlays {
    background: rgba(40, 41, 46, 0.97) none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    opacity: 0.8;
}

/* ------------------------------Holding Page css--------------------------------------------- */

/* ------------------------------CL Programs css--------------------------------------------- */

.plan {
  margin: 0px 0 30px;
   text-align: center;
}

.plan-inner {
  background: #fff;
  margin: 0 auto;
  min-width: 280px;
  max-width: 100%;
  position:relative; border: 1px solid #ccc;
}

.entry-title {
  background: #3AC173;
  height: 140px;
  position: relative;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.entry-title>h3 {
  background: #27AE60;
  font-size: 20px;
  padding: 15px 0;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}

.entry-title .price {
  position: absolute;
  bottom: -25px;
  background: #27AE60;
  height: 95px;
  width: 95px;
  margin: 0 auto;
  left: 0;
  right: 0;
  overflow: hidden;
  border-radius: 50px;
  border: 5px solid #fff;
  line-height: 80px;
  font-size: 28px;
  font-weight: 700;
}

.price span {
  position: absolute;
  font-size: 13px;
  bottom: -13px;
  left: 18px;
  font-weight: 400;
}

.entry-content {
  color: #323232;
}

.entry-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.entry-content li {
  border-bottom: 1px solid #E5E5E5;
  padding: 10px 0;
}

/*.entry-content li:last-child {
  border: none;
}*/

.plan-inner .btn {
  padding: 3em 0;
  text-align: center;
}

.plan-inner .btn a {
    background: #353C45;
    padding: 10px 30px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.basic .entry-title {
  background: #65728C;
}

.basic .entry-title > h3 {
  background: #515E78;
}

.basic .price {
  background: #515E78;
}

.standard .entry-title {
  background: #FF9865;
}

.standard .entry-title > h3 {
  background: #FA824F;
}

.standard .price {
  background: #FA824F;
}

.ultimite .entry-title > h3 {
  background: #098199;
}

.ultimite .entry-title {
  background: #1E96AE;
}

.ultimite .price {
  background: #098199;
}

.ultimitegt .entry-title > h3 {
  background:#18BD9A;
}

.ultimitegt .entry-title {
  background: #2DD2AF;
}

.ultimitegt .price {
  background: #18BD9A;
}

.mba-top-header {
    background-image:url("../images/group-10.png") , linear-gradient(252deg, #131A22, #30353C 48%, #3B4551);
    background-repeat: no-repeat;
    background-position: left top; text-align: center; color: #fff;
   
}

.mba-top-header h3 { font-size: 26px;font-weight: bold;color: #ffffff;margin: 0; text-transform: none;margin-bottom: 15px;}

.hidd{ overflow: hidden; }
.greadi .form-box{ padding: 40px 30px;display: block; }

/* ------------------------------CL Programs css--------------------------------------------- */

.mentor-progrm ul {list-style: outside none none;margin:0 0 10px 0;padding: 0;}
.mentor-progrm ul li {list-style: outside none none;margin: 0;padding: 0 0 5px 20px;position: relative; text-align:left;}
.mentor-progrm ul li::before {color: #222;content:"\f105";font-family: "FontAwesome";font-size: 15px;left: 4px;position: absolute;top: 0px; }
.mentor-progrm h3{ font-weight: 600; margin-top: 20px; font-size: 25px; }
.mentor-progrm h4{ font-weight: 600; margin-top: 20px; font-size: 20px; }

.pr-high a.btn {
    background: #ff4a00 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin: 0px auto 0;
}

.credential{font-family:'Roboto', Helvetica, sans-serif;}
.modal-header {background: #fff;  }
button.close {background:#FF4A00;border-radius: 50%;width: 30px;height: 30px;opacity: inherit;color: #fff!important;margin-top: -10px !important;}
h4.modal-title {text-align: center;}
button.close:focus, button.close:hover {color: #fff;text-decoration: none;cursor: pointer;filter: alpha(opacity=50);opacity: initial;}
.modal-body p{ font-size:14px;}
.credential .modal-dialog {width: 350px!important;}
.credential .form-control{ height:36px; border:1px solid #ccc; border-width:1px; padding-left: 15px;}
.credential .form-group label{ color:#575757}
.credential .btn-new .btn {
    background-color:#FF4A00;
    border-color:#FF4A00;
    width: 100%;
    padding: 10px 15px;font-weight: 600;font-size: 16px;
}


.tutor-p h2:before {height: 2px;content: "";position: absolute;width: 180px;background:#F15A22;bottom: 0;left: 0; right:0; margin:0 auto;}
.tutor-p h2:after { height: 2px;content: "";position: absolute;width: 64px;background:#253F64;bottom: 0;left: 0px; right:0; margin:0 auto;}
td {
    vertical-align: middle !important;
}

.navbar-static-top{ z-index: 11; }

.pdf-tabs {margin: 0;padding: 20px 0 20px;border-bottom: 1px solid #ccc;text-align: center;background: #FFF;margin-bottom: 50px;}
.pdf-tabs li {list-style: none;display: inline-block; margin-right:10px;}
.pdf-tabs a {background: #efefef !important;border-radius: 3px;padding: 10px 30px;display: inline-block;text-decoration: none;color: #333;font-size: 16px;}
.pdf-tabs a.last-tab {border-right: none;}
.pdf-tabs a.active {color: #fff !important;background: #F8651B !important;border-radius: 3px;padding: 10px 30px;}

.success {
    background:#f0fbff; position: relative; 
}
.success::after {
    background: url("../images/testimonials-bg.png") center bottom/cover no-repeat local;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; 
}
.success h2{ text-align:center;}
.success h2::before {
    height: 2px;
    content: "";
    position: absolute;
    width: 60px;
    background:#F15A22;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}



/* ------------------------------blogs--------------------------------------------- */
.blog-list {
    margin-bottom: 30px!important;
    background-color: #fff;
    padding: 20px 20px;
    max-width: 970px;
    clear: both;
    -moz-box-shadow: 2px 1px 10px 3px rgba(214, 207, 214, 1);
    -webkit-box-shadow: 2px 1px 10px 3px rgba(214, 207, 214, 1);
    box-shadow: 2px 1px 10px 3px rgba(214, 207, 214, 1);
    border: 1px #eee solid; margin: 0 auto;
}
.blog-title h3 {
    color: #222;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 0;
}
.blog-list > div {
    margin-bottom: 20px;
}
.blog-list h2 {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
    font-size: 30px;
    font-weight: bold;
}
.blog-list img {
    width: 100%;
}

.blog-list .info {
    position: relative;
    display: block; padding: 0px;
}
.blog-list .info li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #777777;
    font-weight: 400;
    margin-right: 25px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.blog-list .info li i {
    margin-right: 10px;
    color: #ff5e15;
}
.blog-summery h6{ font-size: 18px; font-weight: 600; }

.cspt-read-more-link a {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 30px;
    cursor: pointer;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    line-height: 30px;
    font-weight: 500;
    border: 2px solid #ff5e15; color: #ff5e15;border-radius: 3px;
       
    display: inline-block;
}
.cspt-read-more-link a:hover{ background: #ff5e15;  color: #fff; }
/* ------------------------------blogs--------------------------------------------- */
.white{ background: #fff!important; }
.grey-clr{ background: #f9f9f9!important; }
.ntse-olmp .testimonial h2{ text-align: left; }
.ntse-olmp .testimonial h2:before {margin: initial!important;}
.ntse-olmp .testimonial h2:after {margin: initial!important;}
.table-new th { background-color:#F15A22; color: #fff;}
.mentor-progrm.white.testimonial .form-box, .mentor-progrm.grey-clr.testimonial .form-box{ margin: 0 auto; min-width: 430px;max-width: 430px; }
.ntse-olmp h5 {font-size: 18px; margin-bottom: 10px;  font-weight: 600;}
.ntse-olmp .key-highlight{min-height: 270px;}

.core{ border: 1px solid #ef555b; text-align: center;margin-top: 40px;}
.core img{ max-height: 80px; margin: 0 auto; }
.core-head {
    background: linear-gradient(45deg, rgba(255,138,1,1) 0%,rgba(225,19,123,1) 100%);
    padding: 40px 30px !important;
    box-shadow: 0 20px 30px rgba(236,112,33,.30);
    text-align: left;
}
.core-head span {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    line-height: 40px;
}
.slide-item{ padding: 23px 0; }
.slide-item h6 {
    font-size: 15px;
    font-weight: 600; margin-top: 15px; margin-bottom: 0px;
}

.about-section-two {
    position: relative;
    padding: 140px 0 80px;
}
.anim-icons {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
.about-section-two .icon-shape-3 {
    left: -490px;
    bottom: -30px;
    opacity: .06;
}
.anim-icons .icon {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
}
.icon-shape-3 {
    width: 986px;
    height: 911px;
    background-image: url(../images/shape-3.png);
}

.values-core img {
    width: 100%;
}

.timeline-item {
  padding: 3em 2em 2em;
  position: relative;
  color: rgba(0, 0, 0, 0.7);
  border-left: 4px solid #ececec;
}
.timeline-item p {
  font-size: 1rem;
}
.timeline-item::before {
  content: attr(date-is);
  position: absolute;
  left: 2em;
  font-weight: bold;
  top: 1em;
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 0.785rem;
}
.timeline-item::after {
  width: 10px;
  height: 10px;
  display: block;
  top: 1em;
  position: absolute;
  left: -7px;
  border-radius: 10px;
  content: "";
  border: 2px solid #ff5e15;
  background: #ff5e15;
}


#classesflds {text-align: center;
background-color:#f7f9fb;
background-image: url(../images/dots.png);
background-size: cover;
position: relative;
font-size: 15px;
overflow: hidden;}

.video .imagefld-con {position: relative;}
.video .imagefld-con::after {
    position: absolute;
    content: "";
    background-image: url(/images/play-button.png);
    width: 64px;
    height: 64px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.8;
}


.video a:hover .imagefld-con:after{
    opacity:1;
}
.video a:hover {
    text-decoration:none;
}


.schedule-btn a.btn {
    background-color: #694f8e;
    color: #fff;
    padding: 8px 16px;
    margin: 4px;
}
.schedule-btn a.btn10 {
    background-color: #ee6723;
}

a.rm-link{
    background-color: #ee6723;
    color: #fff !important;
    padding: 3px 6px;
    border-radius: 3px;
    float: left;
    font-size: 13px;
    margin-top: -5px;
}


/* product page css start */


.programs-table ul {
    margin-top: 0px;
    text-align: center;
    border-bottom: 0px;

}


.programs-table ul li {
    float: none;
    display: inline-block;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #694f8e;
    border:none;
    border-bottom-color: transparent;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    background: #eaebf5;
    color: #222;
}
.choseprog .checkicon {
  
border-bottom:1px solid #f3f3f3;
padding:10px;
border-left:1px solid #ededed;
border-right:1px solid #ededed;
    background:#fff;
    
    
}
   .choseprog.checkicon:last-child
   {
border-bottom:none;
   }
   .choseprog .btn{border-radius:2px;background-color:#F76C39;font-size:16px;color:#ffffff;padding:0 15px;font-weight:bold;line-height:45px;border-color:#F76C39;text-shadow:initial;width:100%;}

.box select {
    border: 1px solid rgba(68, 53, 91, 0.1);
    border-radius: 2px;
    height: 48px;
    margin-bottom: 10px;
    margin-top: 20px;
    width: 100%;
    padding-left: 10px;
    background: url("/cat-mba/online-classes/img/coupon.png"), url("/cat-mba/online-classes/img/down-arrow-black.png")  #f8f8f8;
        background-repeat: repeat, repeat;
        background-position-x: 0%, 0%;
        background-position-y: 0%, 0%;
    background-position: 5% 50%, 95% 50%;
    background-repeat: no-repeat;
    -webkit-appearance: none;
-moz-appearance: none;
}
.choseprog .checkicon h4{margin:0 0 4px 0;font-size:12px;color:#555555;line-height:1.5}
.feedback_box {
    background: url(../img/quotes-2.png) no-repeat right top #f8f8f8;
    min-height: 445px;
    border: 1px solid #eeeeee;
    padding: 30px;
}

[class^="iconimg"], .choseprog .checkicon .inercon:after, .jcrouselslideco .panel-body a:after{background-image:url("https://clsite-file.s3.amazonaws.com/MBA/2020/cat-mba/online-classes/106960_sprite.png");background-repeat:no-repeat}
.choseprog .checkicon .inercon{padding-left:35px;position:relative}
.choseprog .checkicon .inercon:after{position:absolute;content:"";width:18px;height:18px;left:0;background-position:-2px -110px;top:0}

.box {
    border: 1px solid #4999b8;
    float: left;
    width: 100%;
    overflow: hidden;
    min-height:610px;
    background:#f2f2f2;
    padding:10px;
    margin-top: 20px;
}


.rectangle-31 h4{
    min-height: 50px;
    margin-top: 20px;

}

.feature-content {
    float: left;
    min-height: 305px;
    width: 100%;
}

.rectangle-31 {
    border-radius: 2px;
    width: 100%;
    color: #324850;
    border: 1px solid #ededed;
    background: #f8f8f8;
    min-height: 90px;
    text-align: center;
}

.programs-table .clearfix{
    display: none;
}

/* product page css close */


/* faq block start */

.accordion-panel{
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 0;
}

.accordion-panel .panel {
width: 100%;
margin-bottom: 10px !important;
box-shadow: inherit;
padding: 0;
border: none;
}

.accordion-panel .panel-default>.panel-heading {
  color: #333;
  background-color: #c3e2e6;
  border-color: #c3e2e6;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.accordion-panel .panel-default>.panel-heading a {
  display: block;
  padding: 10px 10px;
  color: #333;
  outline: none;
}

.accordion-panel .panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 5px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.accordion-panel .panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #fbe6d4;
}

.accordion-panel .panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion-panel .panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-panel h4.panel-title{
  font-weight: 500;
}

.accordion-panel .arrow-list{
  padding-left:0;
}

.accordion-panel .arrow-list li i{
  margin-right:4px;
}

.accordion-panel .panel .panel-body{
background-color: #fbfbfb;
}


/* faq block close */

.choseprog h2.sub-heading{
    text-align: center;
}

.choseprog h2.sub-heading:before{
    left:50%;
    -moz-transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
}


.program-btn h5{
    text-align: left;
    color: #fff;
    margin-top:60px;
}

.schedule-btn{
  text-align: left;
margin-top: 15px;
}







/* #Colobox css */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
#cboxOverlay{background:url(/images/bg_img.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}
#cboxLoadedContent{
    position:relative;
}
#cboxClose {
    background-image: url(/images/crossiconresu.jpg);
    height: 36px;
    right: 0px;
    top: 5px;
    width: 36px;
    position: absolute;
    border: 0;
    background-repeat: no-repeat;
    font-size: 0;
    background-color: transparent;
    z-index: 999;
}
#inline_content{
        padding: 20px;
}
#colorbox *, #colorbox *:focus{
    outline: 0px !important;
}
.popup-outer{
    min-width:600px;
    max-width:600px;
}

.fixed {
    position: fixed;
}

.youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    /* Use 75% for 4:3 videos */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 0px;
}
.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}
.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}
.youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("//i.imgur.com/TxzC70f.png") no-repeat;
    cursor: pointer;
}
.imagefld-con img {
    width: 100%; height: 220px;
}
.imagefld-cons img {
    width: 100%; height: 180px;
}

.notfication {
    padding: 15px 0;
    background-color: #f5f5f5;
}
.breaking-news-ticker {
   
    width: 100%;
    border: solid 1px #3B1D51;
    background: #FFF;
    line-height: 41px;
    border-radius: 2px;
    
}
.bn-label {
    background-color: #3B1D51;
    color: #FFF;
    font-weight: bold;
    padding: 0 0px 0 10px;
    font-size: 16px; position: relative;
}
.bn-label::before {
    width: 0;
    height: 0;
    border-left: 20px solid #3B1D51;
    border-right: 20px solid transparent;
    border-top: 22px solid transparent;
    position: absolute;
    content: "";
    top: -1px;
    right: -40px;
    border-bottom: 20px solid transparent;
}
.bn-news {
    font-size: 16px;
}


/* mCustom scroll bar settings */
.mCustomScrollbar{
    position: relative;
    height: 90px;
    overflow: auto;
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;margin-bottom: 0;
}
.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}
.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}
.mCSB_inside > .mCSB_container {
    margin-right: 15px;
}
.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
}
.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: auto;
}
.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1;
}
.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    height: 85%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background-color: rgba(0, 0, 0, .1);
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center;
    background-color:#f15a22;
}
.currentafbox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: rgb(105, 204, 68);
}

.bar{box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.12); padding: 12px; position: fixed; bottom:0; border: 3px solid #0086F3; left: 0; background: #fff; border-bottom: none; z-index: 9999;}

.bar h6 {font-size: 15px;color:#F66131;line-height: 21px;margin: 0;padding-left: 30px;}
.bar::before {color: #fff;content: "\f15b";font-family: "FontAwesome";font-size: 13px;left: 12px;position: absolute;
top: 12px;background:#0086F3;border-radius: 50%;width: 22px;height: 22px;line-height: 22px;text-align: center;}

.bari{box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.12); padding: 12px; position: fixed; bottom:0; border: 3px solid #0086F3; left:205px; background: #fff; border-bottom: none;z-index: 9999;}


.two-half .btn {
background-color:#1B95B7;
border: 0 none;
color:#fff;
display: inline-block;
font-weight: 400;
padding: 4px 20px;
line-height: 33px;
text-align: center;
border-radius: 2px;
width: auto;
border: 1px solid #1B95B7;
font-size: 15px;
margin-right: 15px;
}


.two-half .btn:nth-child(2){ margin-right:0px;}

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.breaking-news-ticker .demof li a.blink{
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate;color:#2099CC!important;
}


.classesflds .grid {
padding: 30px 30px 30px 30px;
box-shadow:0 5px 47.2px 11.8px rgba(19,30,74,.1);
position: relative;
text-align: center;
background:#fff;transition: .5s ease;
}
.classesflds .icon {
position: relative;
z-index: 10;
-webkit-transition-duration: 500ms;
-o-transition-duration: 500ms;
transition-duration: 500ms;
display: block;
width: 80px;
height: 80px;
margin: 0 auto 35px;
background-color:#5E3C77;
border-radius: 50%;
color:#ffffff;
padding: 20px 15px;
}
.classesflds .icon::after {
position: absolute;
width: calc(100% + 20px);
height: calc(100% + 20px);
content: "";
top: -10px;
left: -10px;
background-color: transparent;
border:1px dashed #9686A1;
border-radius: 50%;
z-index: -10;
}
.classesflds.active .icon::after, .classesflds:hover .icon::after, .classesflds:focus .icon::after {
border-color: #5E3C77; }

.classesflds .grid:hover{transform: translateY(-10px);}

.classesflds .icon img {
    width: 50px;
}
.classesflds .count {
    font-family: "Poppins",sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #1d274e;
}

.one-fifth{ width:20%;}
.main-button{ display:none;}

.modal-body { padding: 0px !important;   }
button.close {width: 20px;height: 20px; }
.close {font-size: 12px !important;}

@media (min-width: 768px){
    .modal-dialog {        width: 500px !important;    }
  }
@media only screen and (max-width: 400px) {
.schedule-btn a.btn {
    padding: 6px 10px;
    margin: 3px;
    font-size: 12px;
}

}



@media only screen and (max-width: 500px) {
.holding h1 { font-size: 26px;}
.holding .subscribe-form button{position: relative; top: 5px;height: 48px; width: 100%;}
.holding .subscribe-form input::placeholder { font-size:14px;}
.holding .subscribe-form input[type="email"]{background-size: 15px; padding: 0 20px 0 38px;}   
.holdis h2{ text-align: left!important; }
.holdis h2::before { margin: initial;}
.holdis h2::after { margin: initial;}

.socialshareicon {top: initial;width: 100%;bottom: 36px;}
.socialshareicon > a {clear: none;width: 20%;}
.socialshareicon .fa {width: 100%;line-height: 45px;font-size: 20px;}
.fa.iqs {background: #ececec;}
.bn-label::before{ content: none; }
.breaking-news-ticker .recent {padding: 0px 10px 0px;}
.bar {
bottom: 130px;
border: 3px solid #0086F3;   
left: 0;
border-bottom: none;
width: 100%;
}
.bari {
bottom: 82px;
border: 3px solid #0086F3;   
left: 0;
border-bottom: none;
width: 100%;
}
.services-block-three .inner-box .text{ display:none;}  
.services-block-three .inner-box .icon-box img {max-width: 60px;}   
.services-block-three .inner-box h3 {position: relative;font-size: 15px;font-weight: 500;margin-bottom: 0;margin-top: 0;font-family:'Roboto', sans-serif;}
.services-block-three .inner-box .icon-box {margin-bottom: 10px;}
.one-fifth {width: 50%;}    
.classesflds .grid {padding: 30px 20px 20px 20px;}  
.classesflds .icon { width: 65px;height: 65px;margin: 0 auto 20px;} 
.classesflds .count {font-size: 15px;font-weight: 500;} 
video {max-height: 233px;}  
.main-button{ display:block;}   

}

.pdf-wrapper{
    clear: both;
    margin-top: 30px;
    float: left;
    width: 100%;
}

.pdf-wrapper h2{
    color: #fffcbb;
    text-align: center;
}

.pdf-wrapper h2:before{
    content: inherit;
}



.pdf-box{
    background-color: #fff;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    padding: 15px;
    position: relative;
    text-align: center;
    -moz-box-shadow: 2px 4px 8px 1px rgb(78 74 74);
    -webkit-box-shadow: 2px 4px 8px 1px rgb(78 74 74);
    box-shadow: 2px 4px 8px 1px rgb(78 74 74);
    -webkit-transition: ease-in-out 0.5s;
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
    border-radius: 10px;
    min-height: 150px;
}

.pdf-box:hover {
    -moz-box-shadow: 2px 4px 8px 1px rgb(78 74 74);
    -webkit-box-shadow: 2px 4px 8px 1px rgb(78 74 74);
    box-shadow: 2px 4px 8px 1px rgb(78 74 74);
    background-color: #fffcbb;
}

.pdf-box a{
    text-decoration: none;
    font-size: 40px;
    display: block;
    color: #ff692e;
}

.pdf-box i{

}

.pdf-box h5{
    margin-bottom: 0;
    margin-top: 20px;
    font-weight: 600;
    color: #ff692e;
    font-size: 14px;
}

.pdf-box h6{
    margin-bottom: 0;
    margin-top: 10px
px
;
    font-weight: 600;
    color: #333;
    font-size: 16px;
}




@media only screen and (max-width: 619px) {
.upStats > span{ border: 0px; text-align: left; font-size: 19px;}
.upStats > span > span.upstatCt{ display: block; font-size: 14px;}
.featured-imagebox-team.inner .col-md-3 {
    width: 50%!important;
}
.banner{ padding:40px 0;}   
section {padding: 40px 0;}  

.banner::after {display: none;}

 }
 


 @media only screen and (max-width: 360px) {
.featured-imagebox-team.inner .col-md-3 {width: 100% !important;}

}


@media only screen and (max-width:991px) {

#header-region .navbar-toggle .icon-bar{
    background-color: #fff!important
}
}


@media only screen and (max-width: 767px) { 
    .theme-accordion-s1 .panel-heading .collapsed{
        font-size: 14px;
    }
    .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body{
        font-size: 14px; 
    }
    .theme-accordion-s1 .panel-heading a{
        font-size: 14px;
    }
    .theme-accordion-s1 .panel-heading a::before{
        right: 10px;
    }
.banner h1 {font-size: 23px;margin: 0 0 10px 0;}
.banner h3 {font-size: 13px;font-weight:400;margin: 10px 0 0px 0;}  
.ff_h4 {font-size: 15px;}
.form-box {margin-top: 20px;}
section h2{ font-size:25px;}
.subscribe-title h3 {font-size: 20px;line-height: 25px;}
.about-image-box {padding-top: 22px; padding-left: 20px;}
.about-image-box .text-box { margin-right: 0;}
.about-image-box .text-box::before { right: 12px;bottom: 8px;font-size: 38px;}
.about-text { padding-left: 0; margin-top:40px;}
.testmonials-pull .slick-prev {left: 0px;}
.testmonials-pull .slick-next { right: 0px;}



.formmobile {display: block;}
.formmobile a { margin-bottom: 0; color: #fff;background-color: #ff6600;padding: 7px 5px;font-size: 18px;font-weight: bold;cursor: pointer;display: block;width: 100%;margin-top: 15px;text-align: center;}
#FormOnMobile .form-box {display: block;padding: inherit;margin-top: 20px;margin-bottom: 20px; padding-top:10px; padding-bottom:10px;}
/*.form-box {display: none;}*/
#FormOnMobile {display: block;}
#back-to-top{ right:5px;display: none !important;}

.single-fact-counter { margin: 0 auto 30px;}
.services-block-three:nth-child(3) ~ * {margin-bottom: 30px;}
.program .about-right-circle{ display:none;}
/* .banner p{ display:none;} */


.forms .btn{ width: 100%; font-size: 16px;padding: 10px 20px;margin-top: 20px;}
#myCarousel23{ margin-top: 20px; padding: 0;}
.services-block-three .inner-box{ min-height: 140px;padding: 10px 10px 15px;}
.brouchure{ text-align: left; }
.brouc { display: block; width: 100%;float: inherit;}
.brouchure h6{ margin: 0 0 10px 0; }

.holding{ padding: 30px 0;}
.holdis h2{ font-size: 23px; }
.single-working-process .inner p { margin: 0; min-height: inherit;}

.locate{ width: 100%; }

.credential .modal-dialog{ width: 100%!important;margin: 0px;
padding: 10px; }
.featured-imagebox-team.inner .col-md-3 {
    width: 100%;
}
.mentor-progrm.white.testimonial .form-box, .mentor-progrm.grey-clr.testimonial .form-box{ display: block;max-width: 100%;
min-width: 100%; }

.ntse-olmp .key-highlight {
    min-height: inherit;}

.crucial img {max-width: 100%;}
.blog-title h3 {font-size: 20px;}
.featured-imagebox-team.inner .col-md-3 {
    width: 33%;
}
.classesflds .one-fifth:nth-child(2) ~ * {
    margin-top: 30px;
}   

.programs-table ul li a {
    margin-right: 7px !important;
    letter-spacing: initial !important;
    padding: 10px 7px !important;
}

.modal-dialog {        margin: 50px;        padding-top: 20px;    }



}


@media (min-width: 768px) and (max-width: 1024px) 
{
    .service-item h3{
        font-size: 20px !important;
    }
    .service-item1{
        min-height: 235px !important;
    }
.featured-imagebox-team.inner .col-md-3 {
    width: 33%!important;
}
.bg-aspi{
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom;
}

#testi .carousel-item{
    min-height: 324px;
}

}

.ff_h4 {
    color: #fff;
    text-align: center !important;
    font-weight: 600;
    margin-bottom: 10px !important;
    background-color: #0000008c;
    padding: 8px;
    border-radius: 50px;
    margin: 15px auto;
    width: 270px;
}

.thrd-part {
    position: relative;
}

.service-item1 {
    background-color: #f1cece6b;
    text-align: left;
    margin: 0 auto;
    min-height: 200px;
    padding: 20px 20px;
    transition: .5s ease;
    position: relative;
    box-shadow: 0 20px 35px rgba(0, 0, 0, .1);
    border-radius: 30px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.service-item .icon {
    position: absolute;
    top: 10px;
    right: 20px;
}

.service-item img {
    width: 62px !important;
    margin: 0 auto;
    margin-bottom: 15px;
}

.service-item h3 {
    color: #1d274e;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0px;
    padding-bottom: 15px;
    margin-bottom: 0;
    position: relative;
}

.service-item p {
    margin-bottom: 0px;
}

.service-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 35px rgba(0,0,0,.1);
    background-color: #fff;
}

label {
    display: inline-flex;
    max-width: 100%;
    margin-bottom: 5px;

    font-weight: 400;
    gap: 6px;
    padding: 0px 5px;
}

label.control-label {
    font-size: 17px;
    font-weight: bold;
}

.msii2 ul {list-style: outside none none;margin:0 0 10px 0;padding: 0;}
.msii2 ul li {
    list-style: outside none none;
    margin: 0;
    padding: 5px 0 5px 25px;
    position: relative;
    color: #333;
    display: inline-block;
    width: 100%;
    font-size: 13px;
    text-align: left;
}
.msii2 ul li::before {
    color: #fff;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 13px;
    left: 0;
    position: absolute;
    top: 10px;
    background: #F15924;
    border-radius: 15%;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-weight: 600;
}

.s-f {
    /* background: linear-gradient(to top, #f5f5f5 0%, #f5f5f5 41%, #fbe6e6 60%, #fae7e8 100%); */
    background: #f5f5f5;
    text-align: center;
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
}

section p {text-align: justify;}