body{ font-family: calibri; font-size: 14px; font-weight: 400px; line-height: 24px;}

div#my-welcome-message1 {z-index: 999999; position: fixed; width: 350px; left: 36%;
    top: 20%; background: #FFF;outline-offset: -6px; outline: 12px solid #ff000054;}
.navbar ul li { float: left; list-style: none; font-size: 14px; text-transform: uppercase; font-family: calibri; line-height: 50px;}
.navbar ul li a{text-decoration: none; color: #fff; padding: 12px 14px;}
.navbar-inverse{ background: #00d9fa !important; border: none !important;}
.navbar-inverse .navbar-nav > li > a{ color: #FFFFFF !important; font-size: 14px; text-transform: uppercase; font-family: calibri;}
.navbar-nav > li:hover{ background: #0087e2;}
.navbar{ margin-bottom: 0px !important;}
.navbar ul li {transition: transform 1.2s;}
.navbar ul li:hover{-ms-transform: scale(1.2); /* IE 9 */-webkit-transform: scale(1.2); /* Safari 3-8 */transform: scale(1.2); }
/* NAVBAR-SECTION-END */
.navbar ul li a:hover {background: #0087e2 !important; padding: 12px 14px;}
.footer-section {margin-top: 10px; height: 30px;}
.details_testi_bx_mn .Home_testi_bx { border: 0; background: #fff; padding: 0 40px 40px 40px; box-shadow: 0px 0px 20px #e9e9e9; text-align: justify; margin: 125px 3% 0 0; width: 100%;}
.star-rating-review i {font-size: 16px; color: #d4072e; line-height: 22px;}
.details_testi_bx_mn .Home_testi_bx p { font-size: 14px; line-height: 24px;  margin-bottom: 15px; color: #333;}

.Home_testi_bx span img { height: 155px; width: 155px; border-radius: 50%; border: 1px solid #20b485; padding: 5px; background: #fff;}
.lazy loaded{position: relative;}
.Home_testi_bx span {margin-bottom: 15px; margin-top:-72px; display: inline-block; position: relative; left: 50%; transform: translateX(-50%);}
.star-rating-review {text-align: center; margin-bottom: 25px;}
.details_testi_bx_mn .Home_testi_bx h6 {font-size: 16px; font-weight: 600; margin-bottom: 16px;}

.fadetion {-webkit-animation-name: fadeInUp; animation-name: fadeInUp;}
.animation {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both;
	animation-fill-mode: both;top: 191px;}
.whatsapp-call {width: 50px; position: fixed; bottom: 30px; left: 0px; font-size: 16px; z-index: 99; 
	animation: bounce 2s infinite alternate;
    -webkit-animation: bounce 2s infinite alternate; animation-name: bounce; animation-duration: 2s; animation-fill-mode: none;}

.plecement img {width: 205px; margin-left:22px; margin-top: -61px;}
.evision-certification img {width:150px;margin-top: -61px; border: 4px solid #79cc11; margin-left: 20px;}
.certificate img {width: 100%; margin: 20px 0 18px 0;  box-shadow: -1px -1px 4px 6px; 
	border: 4px solid #79cc11; animation: blink 0.25s alternate infinite;}

a.btn.btn-outline-info {background: #00d9fa; color: #fff; padding: 10px 10px 10px 10px; border-radius: 5px; margin-bottom: 25px;
    font-size: 18px; font-family: 'Bree Serif', serif; animation: blink 0.25s alternate infinite;}
a.btn.btn-outline-info:hover{background: rgba(85,224,247,1.00);}
 .job-internship {border: 5px solid rgb(246 0 143); border-radius: 2px; background-color: #fff;
	font-family: ui-rounded; animation:blink 0.25s alternate infinite;} 
.img-thumbnail{margin-top: 20px;}

.panel-body {margin-bottom: 30px; transition: transform .12s;  }
.Wishes{width: 489px; text-align: center; font-size: 20px; font-family: -webkit-body; margin-left: 303px;}
.profile {margin-bottom:15px;}
.Net-course-box.text-center img {box-shadow: 0px 0px 11px 3px #84847f; width: 100%; margin: 0 0 10px 0;}
.navbar-header {padding: 8px 0 5px 0; border: 0;}
.circle:hover {background-color: #22a7ff; border: 3px solid #048de8; border-radius: 23%; cursor: pointer;}
.pop {position: absolute; top:4px; left:125px; width: 440px; z-index: 999000; color: #0165b5; font-size: 25px;
	-webkit-animation: blink 0.25s alternate infinite;
-moz-animation: blink 0.25s alternate infinite;
-ms-animation: blink 0.25s alternate infinite;
-o-animation: blink 0.25s alternate infinite;
animation: blink 0.25s alternate infinite;font-weight: bold;}

.lazy.loaded {box-shadow: 0px 1px 11px -1px #555;}


.Footer .footer-box4 ul {
    padding-left: 0px;
    list-style: none;
    line-height: 34px;
    margin-bottom: 0px;
    color: #FFFFFF;
}
.navbar-footer li a {
    color: #fff;
    text-decoration: none;
    display: block;
}
/* MODULE-START */
#mydiv {
    position: absolute;
    z-index: 9;
    background-color: #ffc691;
    border: 2px solid yellow;
    text-align: center;
    transition: transform .2s;
    left: 30%;
}
#mydiv:hover {
    background-color: #7b7b7c;
    color: #fff;
    -ms-transform: scale(1.2); 
    -webkit-transform: scale(1.2); 
    transform: scale(1.2);
}
#mydivheader {
    padding: 10px;
    cursor: move;
    z-index: 10;
    background-color: #ff0000;
    color: white;
    transition: 1s;
}
.menubox-btn.show-cross {
    z-index: 9999999;
    position: fixed;
    top: 0px;
    left: 15px;
    border: 0px;
    background: 0px;
}
.menubox-btn span {
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 4px;
    height: 2px;
    background: #fff;
    transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
}
.menubox-btn.show-cross span {
    margin-bottom: 0px;
    position: relative;
    transform: rotate(44deg);
    -moz-transform: rotate(44deg);
    -webkit-transform: rotate(44deg);
    transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
}
.menubox-btn.show-cross span:nth-child(2) {
    top: -2px;
    transform: rotate(-44deg);
    -moz-transform: rotate(-44deg);
    -webkit-transform: rotate(-44deg);
    transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
}
.menubox-btn.show-cross span {
    margin-bottom: 0px;
    position: relative;
    transform: rotate(44deg);
    -moz-transform: rotate(44deg);
    -webkit-transform: rotate(44deg);
    transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
}
.menubox-btn {
    width: 25px;
    margin: 0 auto;
    display: none;
}
.navbar-header {
   
    padding: 8px 0 5px 0;
    border: 0;
}

.Offr_form_div {
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.77);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-top: 0px;
    display: none;
}
.posi_scroll {
    height: 100vh;
    overflow-y: scroll;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
}

.Offr_form_div .enquiry_in {
    max-width:750px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    position: absolute;
    top: 15px;
    transform: translateY(-104%);
    transition: 0.5s all ease;
    padding:21px 15px 15px;
}
.scroll_fixed .enquiry_in {
    transform: translateY(0);
    transition: 0.5s all ease;
}
.enquiry_in a img {
    width: 100%;
}
.popup_close {
    position: absolute;
    top: 6px;
    right: 14px;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9;
}


@media (max-width: 768px){
    .navbar ul li a {
        text-decoration: none;
        color: #fff;
        padding: 5px 10px;
        display: block;
        border-bottom: 1px solid #fff;
    }
    .navbar ul li {
        float: none;
        list-style: none;
        font-size: 14px;
        text-transform: uppercase;
        font-family: calibri;
        line-height: 22px;
        display: block;
        text-align: center;
    }
    .navbar {
        position: relative;
        min-height: inherit;
        margin-bottom: 20px;
        border: 0px solid transparent;
        /* display: none; */
    }
    .navbar ul {
        padding: 0;
        margin: 0;
    }
    .mob_menu {
        display: none;
    }
    div#myCarousel {
        margin-top: 20px;
    }
    .menubox-btn {
        display: block;
    }
}




.fresher-selection h3 {text-align: center; font-size:25px; text-transform: uppercase; font-family: initial; font-weight: 500;
-webkit-animation: blink 0.25s alternate infinite;
    -moz-animation: blink 0.25s alternate infinite;
    -ms-animation: blink 0.25s alternate infinite;
    -o-animation: blink 0.25s alternate infinite;
    animation: blink 0.25s alternate infinite;}

@-ms-keyframes blink {
    from { color: #050505; }
    to { color: #1344FF; }
}
@-o-keyframes blink {
    from { color:#08288E;}
    to { color: #fff;}
}
@keyframes blink {
    from { color:#F8080C;}
    to { color: #0A6CF1; }
}
a.cltz {position: fixed; z-index: 9999999; top: 29px; right: -300px;}
.formbox > input {
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 6px 0 6px 12px;
    width: 96%;
    font-size: 15px;
}
.formbox > input {
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 6px;
    padding: 6px 0 6px 12px;
    width: 96%;}
#my-welcome-message form .formbox select {
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 6px;
    padding: 6px 0 6px 12px;
    width: 96%;
}
html body a.btn.btn-info.btn-lg {
    position: fixed;
    z-index: 99999;
    top: 22em !important;
    background: #ea0008;
    left: 0;
    color: #ffffff;
    padding: 20px 15px;
    border-radius: 0;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}
#fvpp-close {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;}

/*
.formbox .con_smt {
    background: #d61417 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    height: 40px;
    padding: 0 10px;
}
*/
.emailaddreee {
    margin: 11px 0 0 53px;
}
.formbox .con_smt {
    background: #d61417 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    height: 40px;
    padding: 0 10px;
    width: 150px;
    margin: 6px 0 0 62px;
}
.ErrorField {
    /* border-color: #D00; */
    /* color: #D00!important; */
    /* background: #FFFFFE; */
    border: solid 1px #D00!important;
}
#my-welcome-message {
    z-index: 999999;
    left: 36%;
    top: 20%;
    padding: 20px 7%;
    background: #FFF;
}
/* TOPBAR-SECTION-START */
.Topbar{ background: #0087e2; padding: 14px 0px;}
.Topbar .social-icon a i{ color: #fff; font-size: 15px; margin-right: 3px; background: #71B8FF; width: 34px; height: 34px; border-radius: 50%; text-align: center; vertical-align: middle; line-height: 34px;}
.Topbar .social-icon a .fa-facebook:hover{ background-color: #3b5998; transform: rotate(360deg); transition: all 0.3s;}
.Topbar .social-icon a .fa-twitter:hover{ background-color: #00acee; transform: rotate(360deg); transition: all 0.3s;}
.Topbar .social-icon a .fa-google-plus:hover{ background-color: #db4a39; transform: rotate(360deg); transition: all 0.3s;}
.Topbar .social-icon a .fa-linkedin:hover{ background-color: #0077B5; transform: rotate(360deg); transition: all 0.3s;}
.Topbar .social-icon a .fa-youtube-play:hover{ background-color: #c4302b; transform: rotate(360deg); transition: all 0.3s;}
.Topbar ul{ list-style: none;}
.Topbar ul li{ float: right; color: #FFF; font-family: 'Montserrat', sans-serif; font-size: 15px; padding-right: 8px; 
   margin-top: 5px; cursor: pointer;}
.Topbar ul li i{ text-align: right; font-size: 14px; color: #fff;}
.Topbar ul li a{ color: #FFF; text-decoration: none; margin: 4px; font-family: ui-rounded;}

/* TOPBAR-SECTION-END */

.animetion{color: #f5294f; border:5px solid #FFFF00; background: #fdfdfd; animation: 
	blink 0.25s alternate infinite; border-radius: 5px;}
ul.main-margin {float: right; width: 581px; margin-right: -82px;}

.why .column .card {box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); border: 1px dotted grey;}
.why .column .card .text {padding: 0 16px;}
.why .column .card .text h2 {color:grey; font-size: bold; font-style: italic; font-family: sans-serif; font-weight: 400;}
.why .column .card .text h2:hover{color:green;}
/*WHY EVISION END */

/*ABOUT EVISION START */
.about { padding: 14px 0px;}
.about .container {background: #e3e8e8;}
.about .heading { color: #0087e2; font-size: 30px; font-family: sans-serif; font-weight: 600; width: 100%;}
.about .discription {font-size: 16px; font-family: sans-serif; font-weight: normal; line-height: 30px; letter-spacing: 1px;}
.about .btn:hover { background: #e3e8e8; color :inherit; font-weight: bold;}

/* HEADER-SECTION-START */
.Header { padding-bottom: 6px; padding-top: 10px;}
.Header .info-box{ position: relative; float: left; min-height: 56px; margin-left: 35px; font-size: 13px; color: #777777; text-transform: uppercase; padding: 6px 0px 20px 65px;}
.Header .info-box .icon-box{ position: absolute; left: 0px; width: 54px; height: 54px; color: #f78157; text-align: center; line-height: 52px;
border-radius: 50%; border: 2px dashed #e0e0e0;  -moz-transition: all 300ms ease; -webkit-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease;}
.Header .info-box .icon-box i{ font-size: 20px;}
.Header .info-box ul{ list-style: none; padding: 0px; margin: 0px;}
.Header .info-box ul li{ position: relative; line-height: 20px; color: #777777; font-size: 12px; text-transform: none; margin-top:4px; color: #999999; font-family: 'Montserrat', sans-serif;}
.Header img{ padding-top: 13px;}

/* HEADER-SECTION-END */

/* New batch time section start */


/* New batch time section end */

/* NAVBAR-SECTION-START */


.module .box {float: left; padding: 8px;}
.module .price {list-style-type: none; border: 1px solid #eee; margin: 0; padding: 0; -webkit-transition: 0.3s; transition: 0.3s;}
.module .price:hover { box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)}
.module .header { background-color: #0087e2; color: white; font-size: 25px; }
.module .price li {border-bottom: 1px solid #eee; padding: 20px; text-align: center;}
.module .price .grey {background-color: #eee;font-size: 20px;}
@media only screen and (max-width: 600px) {
    .box {
        width: 100%;
    }
}

.company h4 {text-align: center; color: #ee0808; font-size: 30px; margin-top: 30px; font-family: 'Bree Serif', serif; animation: blinkingText 0.8s infinite;}
.frequently {width: 100%; margin: 40px 0 15px 0; box-shadow: 0px 3px 8px 2px #aca1a1; padding: 10px;}
.asked-questions {font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"; margin: 20px 0 20px 0;}
.asked-questions {}
.profile {font-size: 16px; font-weight: bold; font-family: Calibri; color: #000;}
.asked-questions {color: #111; font-size: 15px; font-family: Calibri; line-height: revert;}
.fa.fa-whatsapp {margin-right: 5px; background:green;}
#owl-demo .item img{display: block; width: 100%; height: auto;}
.banner img {width: 100%;}    
.slider-heding {text-align: center; font-size: 20px; font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";}
.student-reviews .container > div {width: 100%;}




.btn-action {
    background-color: #f36624 !important;
    border-radius: 5px !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    letter-spacing: 1px;
    text-decoration: none !important;
    text-transform: uppercase;
    border: none !important;
    padding: 10px 20px !important;}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}

p.excellent {
    margin-left: 24px;}
.post5view {
    margin: 20px 0;}
.item p img {
    width: 1050px;
    margin-left: 144px;}

h1.frends {
    text-align: center;
}
.read-more a{background-color: #f36624!important;
    border-radius: 5px!important;
    color: #fff!important;
    font-weight: 600!important;
    font-size: 14px!important;
    letter-spacing: 1px;
    text-decoration : none!important;
    text-transform: uppercase;
    border: none!important;
    padding: 15px 20px!important;}
.read-more {margin-top: 30px;
    text-align: center;
    margin-bottom: 10px;}

.btn-btn-banner img {
    width:100%;
    transition: 2.5s all ease;}

.btn-btn-banner {
    margin-bottom: 30px;
    overflow: hidden;}

.btn-btn-banner img:hover {
    z-index: 999;
    display: flex;
    height:100%;
    background: #DF4F51;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: scale(1.5);
    transition: 0.5s all ease;
    transition: 2.5s all ease;}

@media (max-width:768px){
	.item p img {width:591px !important;}
    
}

@media (max-width: 640px){
	.item p img { width: 518px !important;margin-left: 36px;}
    .Topbar ul {width: 100% !important;}
	.Offr_form_div .enquiry_in {max-width:550px;}
	plecement img {width: 205px; margin-left: 78px; margin-top: -234px;}
	.evision-certification img {width: 150px; margin-top: -20px; border:4px solid #79cc11; margin-left:90px;}
	ul.main-margin {margin-right: 0px;}
	
}
@media (max-width: 575px){
	.item p img {margin-left: 43px; width:455px !important;}
    
}


@media (max-width:480px){
	ul.main-margin {margin-right: 0px;}
	.item p img {margin-left:30px; width:370px !important;}
	.plecement img {width: 205px; margin-left: 78px; margin-top: -218px;}
	.enquiry_in a img { width: 95%; margin-left: 10px;}
	
}
@media (max-width: 414px){
	.item p img {margin-left: 13px; width: 330px !important;}
    .h1, h1 { font-size: 30px;}
}
@media (max-width:375px){
	.item p img {margin-left: -3px; width:338px !important;}
.h1, h1 {font-size: 30px;}	
    h1.frends {text-align: center;font-size: 20px;}
}
@media (max-width:320px){
	.Offr_form_div .enquiry_in {max-width: 350px; width: 75%; top: 13px;}
	ul.main-margin {margin-right: 0px;}
}

/* MODULE-END */


/* SLIDER-SECTION-START */
.carousel-inner > .item > img { max-height: 420px; width: 100%;}
.carousel-control.left{ background: none;}
.carousel-control.right{ background: none;}
.carousel-control.right { background-image: none!important; box-shadow: none!important;}
.carousel-control.left { background-image: none!important; box-shadow: none!important;}
.carousel-indicators li{ height: 0px!important; width: 0px!important;}

/* SLIDER-SECTION-END */

/* TAB-SECTION-START */
.Tab{ padding-top: 20px; padding-bottom: 20px;}
.Tab .nav-tabs{ background: #00d9fa;}
.Tab .nav-tabs li{ border-right: 1px #FFFFFF solid; transition: transform .2s; }
.Tab .nav-tabs li:hover{-ms-transform: scale(1.2); /* IE 9 */-webkit-transform: scale(1.2); /* Safari 3-8 */transform: scale(1.2);}
.Tab .nav-tabs li a{ font-family: 'Bree Serif', serif; color: #FFF; font-size: 15px;}
.Tab .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{ color: #FFF!important; background: #0087e2;}
.Tab .nav > li > a:focus, .nav > li > a:hover{ background: #0087e2!important;}

/* TAB-SECTION-END */

/* VIDEO-SECTION-START */
.Reviews-Video{ padding-bottom: 20px; padding-top: 20px;}
.Reviews-Video h6{ font-size: 22px; margin-top: 10px; font-family: 'Bree Serif', serif;}
.Reviews-Video .testimonial-para{ font-size: 14px; font-family: 'Bree Serif', serif; margin-bottom: 0px;}
.Reviews-Video .buton{ background: #09C; padding: 8px 12px; color: #FFF; font-family: 'Bree Serif', serif; text-decoration: none;}
.Reviews-Video .buton:hover{ background: #00ACFF;}
.Reviews-Video .more-video{ background: #00d9fa; padding: 10px 15px; font-family: 'Bree Serif', serif; font-size: 16px; color: #FFF; text-decoration: none;}

/* VIDEO-SECTION-END */

/* JOB-SECTION-START */
.Job{ background: #0087e2; padding: 30px 0px;}
.Job .Job-text h6{ font-family: Rockwell; text-align: center; color: #FFF; font-size: 44px;}
.Job .Job-text p{ font-family: calibri; text-align: center; color: #FFF; font-size: 18px;}

/* JOB-SECTION-END */

/* NETWORKING-COURSE-SECTION-START */
.Networking{ padding-top: 20px;}
.Networking .Networking-heading h6{ font-size: 28px; font-family: 'Bree Serif', serif; text-align: center; color: #0087e2; padding-bottom: 20px;}
.Networking .Net-course-box .Course-box-text h5{ font-family: 'Bree Serif', serif; font-size: 16px;}
.Networking .Net-course-box .Course-box-text p{ font-family: calibri;}
.Networking .Networking-button{ padding-top: 30px; }
.Networking .Networking-button a{ background: #0087e2; color: #FFF; font-family: "MS Serif", "New York", serif; padding: 12px 15px; text-decoration: none;}
.Networking .Networking-button a:hover{ background: #00d9fa;}

/* NETWORKING-COURSE-SECTION-END */

/* SOFTWARE-COURSE-SECTION-START */
.Software{ padding-top: 10px;}
.Software .Software-heading h6{ font-size: 28px; font-family: 'Bree Serif', serif; text-align: center; color: #0087e2; padding-bottom: 20px;}
.Software .Soft-course-box .Soft-Course-box-text h5{ font-family: 'Bree Serif', serif; font-size: 16px;}
.Software .Soft-course-box .Soft-Course-box-text p{ font-family: calibri;}
.Software .Software-button{ padding-top: 30px;}
.Software .Software-button a{ background: #0087e2; color: #FFF; font-family: "MS Serif", "New York", serif; padding: 12px 15px; text-decoration: none;}
.Software .Software-button a:hover{ background: #00d9fa;}

/* SOFTWARE-COURSE-SECTION-END */

/* TRAINING-SECTION-START */
.Training{ padding-top: 40px;}
.Training .Training-heading h6{ font-size: 28px; font-family: 'Bree Serif', serif; text-align: center; color: #0087e2; padding-bottom: 20px;}
.Training img{ margin-bottom: 20px;}

/* TRAINING-SECTION-END */

/* QUESTION-ANSWER-SECTION-START */
.Question-Section{ padding-top: 20px; padding-bottom: 40px;}
.Question-Section .Ans-heading h6{ font-size: 28px; font-family: 'Bree Serif', serif; text-align: center; color: #0087e2; padding-bottom: 20px;}
.Question-Section .card{ -moz-box-direction: normal; -moz-box-orient: vertical; background-color: #fff; border-radius: 0.25rem; display: flex; flex-direction: column; position: relative; margin-bottom:1px; border:none;}
.Question-Section .card-header{ background-color: #00d9fa; margin-bottom: 0; padding: 20px 1.25rem; border:none;}
.Question-Section .card-header a{ text-decoration: none;}
.Question-Section .card-header h5{ margin:0 0 0px; font-size: 16px; font-family: "MS Serif", "New York", serif; color: #FFF;}
.Question-Section .card-block{ -moz-box-flex: 1; flex: 1 1 auto; padding: 20px; color: #000; font-family: Rockwell; letter-spacing: 1px; box-shadow:inset 0px 4px 5px rgba(0,0,0,0.1); border-top: 1px soild #000; border-radius:0;}

/* QUESTION-ANSWER-SECTION-END */


/* COMPANY-PLACEMENT-SECTION-START */
.Company-place{ background: #F4F4F4; padding:10px 0 62px 0;}
.Company-place .company-heading h6{ font-size: 28px; font-family: 'Bree Serif', serif; text-align: center; color: #0087e2; padding-bottom: 20px;}
.Company-place img{ margin-bottom: 10px;}

/* COMPANY-PLACEMENT-SECTION-END */

/* FOOTER-SECTION-START */
.Footer{ background: #0087e2; padding: 20px 0px 20px 0px;}
.Footer .footer-box1 h6{ color: #FFFFFF; font-family: 'Montserrat', sans-serif; font-size: 22px;}
.Footer .footer-box1 ul{ padding-left: 0px; list-style: none; line-height: 34px; margin-bottom: 0px; color: #FFFFFF;}
.Footer .footer-box1 ul i{ margin-right: 8px;}
.Footer .footer-box1 ul li{ font-size: 12px; font-family: 'Montserrat', sans-serif;}
.Footer .footer-box2 h6{ color: #FFFFFF; font-family: 'Montserrat', sans-serif; font-size: 22px;}
.Footer .footer-box2 ul{ padding-left: 0px; list-style: none; line-height: 34px; margin-bottom: 0px; color: #FFFFFF;}
.Footer .footer-box2 ul li{ font-size: 11px; font-family: 'Montserrat', sans-serif;}
.Footer .footer-box3 h6{ color: #FFFFFF; font-family: 'Montserrat', sans-serif; font-size: 22px;}
.Footer .footer-box3 ul{ padding-left: 0px; list-style: none; line-height: 34px; margin-bottom: 0px; color: #FFFFFF;}
.Footer .footer-box3 ul li{ font-size: 11px; font-family: 'Montserrat', sans-serif;}
.Footer .footer-box4 h6{ color: #FFFFFF; font-family: 'Montserrat', sans-serif; font-size: 22px;}
.Footer .footer-box4 ul{ padding-left: 0px; list-style: none; line-height: 30px; margin-bottom: 0px; color: #FFFFFF;}
.Footer .footer-box4 ul li{ font-size: 11px; font-family: 'Montserrat', sans-serif;}
.Footer .border1{ border-right: #fff 1px solid;}
.Footer .border2{ border-right: #fff 1px solid;}
.Footer .border3{ border-right: #fff 1px solid;}
.Footer-bottom { background: #0099FF; padding: 10px 0px 10px 0px; margin-top: 1px;}
.Footer-bottom .social-icon i{ color: #fff; font-size: 15px; margin-right: 3px; background: #71B8FF; width: 34px; height: 34px; border-radius: 50%; text-align: center; vertical-align: middle; line-height: 34px;}
.Footer-bottom .social-icon i:hover{ background: #00d9fa; color: #fff; transform: rotate(360deg); transition: all 0.9s;}
.Footer-bottom .social-icon a .fa-facebook:hover{ background-color: #3b5998; transform: rotate(360deg); transition: all 0.3s;}
.Footer-bottom .social-icon a .fa-twitter:hover{ background-color: #00acee; transform: rotate(360deg); transition: all 0.3s;}
.Footer-bottom .social-icon a .fa-google-plus:hover{ background-color: #db4a39; transform: rotate(360deg); transition: all 0.3s;}
.Footer-bottom .social-icon a .fa-linkedin:hover{ background-color: #0077B5; transform: rotate(360deg); transition: all 0.3s;}
.Footer-bottom .social-icon a .fa-youtube-play:hover{ background-color: #c4302b; transform: rotate(360deg); transition: all 0.3s;}
.Footer-bottom p{ font-family: 'Montserrat', sans-serif; vertical-align: middle; color:#FFFFFF; padding-left: 65px; line-height: 26px;}

/* FOOTER-SECTION-END */

/* New-Feedback-SECTION-START */
.New-Feedback{ padding: 20px 0px 60px 0px;}
.New-Feedback h1{ font-family: 'Marmelad', sans-serif; font-size: 29px; color: #00d9fa; padding-bottom: 15px;}
.New-Feedback h5{ font-family: 'Bree Serif', serif; font-size: 18px; margin-top: 0px;}
.New-Feedback h6{ font-family: 'Bree Serif', serif; font-size: 12px; line-height: 15px;}
.New-Feedback p{ font-family: 'Bree Serif', serif; margin-bottom: 0px; font-size: 12px; padding: 4px;}
.New-Feedback .review-button{ margin-top: 25px;}
.New-Feedback .review-button span{ background: #00d9fa; padding: 10px 10px; font-family: 'Bree Serif', serif; color: #FFF; border-bottom: 4px #24B8FF solid; font-size: 12px;}

/* New-Feedback-SECTION-END */


/* TRAINING-AND-CERTIFICATION-PAGE-CODING-START */
.TRAINING-PAGE{ padding-top: 20px;}
.TRAINING-PAGE .Training-page-Heading h6{ font-size: 28px; text-align: center; font-family: "MS Serif", "New York", serif; color: #0087e2; padding-bottom: 30px;}
.TRAINING-PAGE img{ margin-bottom: 30px;}

/* TRAINING-PAGE-CODING-END */

/* SELECTED-STUDENT-PAGE-SECTION-START */
.selected { padding: 30px 0px 60px 0px;}
.selected h6{ font-size: 28px; font-family: 'Bree Serif', serif; text-align: center; color: #0087e2; padding-bottom: 40px;}
.selected .card-body{ margin-bottom: 40px;}
.selected .card-body h5{ font-family: 'Bree Serif', serif; font-size: 12px; text-transform: uppercase;}
.selected .card-body .card-text{ font-family: 'Bree Serif', serif; font-size: 12px; text-transform: uppercase;}
.selected .card-body .card-text1{ font-family: 'Bree Serif', serif; color: #00d9fa; font-size: 13px; text-transform: uppercase;}

/* SELECTED-STUDENT-PAGE-SECTION-END */

/* REVIEW-PAGE-SECTION-START */
.student-reviews{ padding: 20px 0px 80px 0px;}
.student-reviews .review-course-clp{height: 340px; margin-top: 50px; padding: 5px 0px 10px 0px;}
.student-reviews .user-img-rating{ position: relative; top: -45px; padding-left:37px;}
.student-reviews .review-user-info{ font-family: calibri; font-size: 17px; width: 65%;}
.student-reviews .img90 { background: #fff; height: 100%; width: 100%; border: 1px solid #ddd;}
.student-reviews .user-review-img{ border-radius: 52px; display: inline-block; height: 104px; margin-bottom: 10px; overflow: hidden; width: 104px; border-top: 2px solid #ddd; border-bottom: 3px dotted #ddd; padding: 2px; background: #fff;}
.student-reviews .user-img-rating>.star-rating-review { color: #ff0000; margin-bottom: 19px; font-size: 14px; text-align: center;}
.student-reviews .review-heading h5{ color: #0087e2; font-family: 'Bree Serif', serif; font-size: 32px;}
.student-reviews .review-user-info h6{ font-size: 17px; font-family: 'Bree Serif', serif;}

/* REVIEW-PAGE-SECTION-END */


/* CONTACT-PAGE-SECTION-START */
.Branch .card-header{ background: #00d9fa; padding: 3px 0px 3px 18px; margin-top: 20px;}
.Branch .card-header h6{ color: #FFF; font-size: 14px; font-family: 'Bree Serif', serif;}

/* CONTACT-PAGE-SECTION-END */

/* SCROLL-SECTION-START */
#dyscrollup-btn{ background: #00974B!important; bottom: 10px!important; right: 55px!important; height: 27px!important; width: 27px!important;}

/* SCROLL-SECTION-END */


/* APPLY-JOB-MODAL-CODING-START */
.Referred-Modal{}
.Referred-Modal .modal-header{  background: #00d9fa; padding: 18px 0px;}
.Referred-Modal .modal-header .close span{ background: #00BFBF; margin-top: -20px!important; padding: 2px 9px; border-radius: 50%;}
.Referred-Modal .modal-header .close{ margin-right: -10px!important; margin-top: -17px!important; opacity: 1!important; color: #FFF; font-weight: normal;}
.Referred-Modal .modal-content{ border-radius: 0px;}
.Referred-Modal .modal-body{ padding: 10px 40px 40px 40px;}
.Referred-Modal .modal-body h4{ font-family: calibri; text-align: center;  font-size: 23px; padding-top: 0px; font-weight: normal; padding-bottom: 15px; color:#00d9fa; border-bottom: #000 1px solid;}
.Referred-Modal .modal-body h1{ font-family: calibri; text-align: center; font-size: 28px;}
.Referred-Modal .modal-body h3{ font-family: calibri; text-align: center; color: #00d9fa;}
.Referred-Modal .modal-body .table th{ font-family: calibri; font-weight: normal; font-size: 15px;}
.Referred-Modal .modal-body .table td input{ border-radius: 0px;}
.Referred-Modal .modal-body .form-inline label{ font-family: calibri; font-weight: bold; font-size: 17px;}
.Referred-Modal .modal-body .form-inline input{ border-radius: 0px;}
.Referred-Modal .form-inline .form-control{ width: 100%;}
.Referred-Modal .modal-body .form-inline .form-group{ padding-bottom: 20px;}
.Referred-Modal .modal-body .botm-button{ background: #00d9fa; padding: 8px 45px; border: none; color: #FFF; font-family: calibri;}
.Referred-Modal .modal-body .botm-button:hover{ background: #0080C0;}

/* APPLY-JOB-MODAL-CODING-END */


/* ONLINE-RAGISTRATION-FORM-MODAL-START */
.Online-registration{}
.Online-registration .modal-header{ padding: 20px 0px; border-bottom: none; background: #f4f6f8;}
.Online-registration .modal-header .close span{ background: #00d9fa; margin-top: -20px!important; padding: 2px 9px; border-radius: 50%;}
.Online-registration .modal-header .close{ margin-right: -12px!important; margin-top: -23px!important; opacity: 1!important; color: #FFF; font-weight: normal;}
.Online-registration h2{ font-size: 26px;  font-family: "MS Serif", "New York", serif; text-align: center; border-bottom: 3px #00d9fa solid; padding-bottom: 15px;}
.Online-registration h3{ font-family: calibri; text-align: center; background: #00d9fa; margin-top: 0px; padding: 10px 0px; color: #FFF;}
.Online-registration label{ font-family: calibri; font-weight: normal; font-size: 14px;}

/* ONLINE-REGISTRATION-FORM-MODAL-END */


/* SCHOLORSHIP-MODAL-SECTION-START */
.Scholarship-Modal{}
.Scholarship-Modal .modal-content{ border-radius: 0px;}
.Scholarship-Modal .modal-content .modal-header{ background: #0080C0; padding: 0px;}
.Scholarship-Modal .modal-content .modal-header h5{ font-family: calibri; color: #FFF; text-align: center; font-size: 25px; margin-top: 10px;}
.Scholarship-Modal .modal-header .close span{ background: #00d9fa; margin-top: -20px!important; padding: 2px 9px; border-radius: 50%;}
.Scholarship-Modal .modal-header .close{ margin-right: -10px!important; margin-top: -0px!important; opacity: 1!important; color: #FFF; font-weight: normal;}
.Scholarship-Modal .modal-content .modal-body h2{ font-family: Rockwell; font-size: 22px; text-align: center;}
.Scholarship-Modal .modal-content .modal-body{ padding: 10px;}
.Scholarship-Modal .modal-content .modal-body .logo-padding{ padding-left: 30px;}
.Scholarship-Modal .modal-content .modal-body .form-group label{ font-family: calibri; font-size: 18px; font-weight: normal;}
.Scholarship-Modal .modal-content .modal-body .form-group input{ padding: 4px 12px; font-family: calibri;}
.Scholarship-Modal .modal-content .modal-body .submit-bton{ border: none; border-radius: 0px; background: #00d9fa; color: #FFF; padding: 6px 15px; font-family:calibri;}
.Scholarship-Modal .modal-content .modal-body .submit-bton:hover{ background: #09C;}

/* SCHOLORSHIP-MODAL-SECTION-END */

/*  Why evision            */
.why1 .why { font-size: 17px; font-weight: bold; font-family: monospace; }

/* ON-LODE-POPUP-START */
.On-load-popup{}
.On-load-popup .modal-header{ padding: 20px 0px; border-bottom: none; background: #0087e2; color:	#D3D3D3; transition: transform .2s;}
.On-load-popup .modal-header h1{transition: transform .2s;}
.On-load-popup .modal-header h1:hover{color:	#fff; -ms-transform: scale(1.2); /* IE 9 */-webkit-transform: scale(1.2); /* Safari 3-8 */transform: scale(1.2);}
.On-load-popup .modal-header .close span{ background: #00d9fa; margin-top: -20px!important; padding: 2px 9px; border-radius: 50%;}
.On-load-popup .modal-header .close{ margin-right: -12px!important; margin-top: -23px!important; opacity: 1!important; color: #FFF; font-weight: normal;}
.On-load-popup img{ padding-top: 20px; padding-bottom: 10px;}
.On-load-popup label{ font-family: calibri; font-weight: bold; font-size: 17px;}
.On-load-popup .form-group .form-control option{ font-size: 11px; line-height: 24px; font-family: calibri;}
.On-load-popup .form-group button{ border-radius: 0px; background: #00d9fa; color: #FFF; font-family: calibri; border: none;}
.On-load-popup .form-group button:hover{ background: #0087e2;}
.On-load-popup .form-control{ font-family: calibri; border-radius: 0px;}

/* ON-LOAD-POPUP-END */


/* MASSAGE-BOX-SECTION-START */
.chatbox{ position: fixed; bottom: 0; right: 100px; width: 200px; height: 300px; background-color: #00d9fa; font-family: 'Lato', sans-serif; -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1); transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1); display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column;}
.chatbox--tray{ bottom: -350px;}
.chatbox .form-control:focus{ border-color: #1f2836;}
.chatbox__title, .chatbox__body{ border-bottom: none;}
.chatbox__title{ min-height: 30px; padding-right: 50px; background-color: #00C4C4; border-top-left-radius: 10px; border-top-right-radius: 10px; cursor: pointer; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center;}
.chatbox__title h5{ height: 50px; margin: 0 0 0 15px; line-height: 48px; position: relative; padding-left: 0px; -webkit-flex-grow: 1; flex-grow: 1; font-family: calibri; text-transform: uppercase;}
.chatbox__title h5 a{ color: #fff; max-width: 195px; display: inline-block; text-decoration: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.chatbox__title__tray, .chatbox__title__close{ width: 24px; height: 24px; outline: 0; border: none; background-color: transparent; opacity: 1; cursor: pointer; -webkit-transition: opacity 200ms; transition: opacity 200ms; padding-left: 25px; padding-bottom: 10px!important;}
.chatbox__title__tray:hover, .chatbox__title__close:hover{ opacity: 1;}
.chatbox__title__tray span{ width: 12px; height: 12px; display: inline-block; border-bottom: 2px solid #fff}
.chatbox__title__close svg{ vertical-align: middle; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.2px;}
.chatbox__body, .chatbox__credentials{ padding: 15px; border-top: 0; background-color: #f5f5f5; border-left: 1px solid #ddd; border-right: 1px solid #ddd;
-webkit-flex-grow: 1; flex-grow: 1;}
.chatbox__credentials{ display: none;}
.chatbox__credentials .form-control{ -webkit-box-shadow: none; box-shadow: none;}
.chatbox__body{ overflow-y: auto;}
.chatbox__body__message{ position: relative;}
.chatbox__body__message p{ padding: 15px; border-radius: 4px; font-size: 14px; background-color: #fff; -webkit-box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
box-shadow: 1px 1px rgba(100, 100, 100, 0.1);}
.chatbox__body__message img{ width: 40px; height: 40px; border-radius: 4px; border: 2px solid #fcfcfc; position: absolute; top: 15px;}
.chatbox__body__message--left p{ margin-left: 15px; padding-left: 30px; text-align: left;}
.chatbox__body__message--left img{ left: -5px;}
.chatbox__body__message--right p{ margin-right: 15px; padding-right: 30px; text-align: right;}
.chatbox__body__message--right img{ right: -5px;}
.chatbox__message{ padding: 15px; min-height: 50px; outline: 0; resize: none; border: none; font-size: 12px; border: 1px solid #ddd; border-bottom: none;
background-color: #fefefe;}
.chatbox--empty{ height: 262px;}
.chatbox--empty.chatbox--tray{ bottom: -219px;}
.chatbox--empty.chatbox--closed{ bottom: -262px;}
.chatbox--empty .chatbox__body, .chatbox--empty .chatbox__message{ display: none;}
.chatbox--empty .chatbox__credentials{ display: block;}

/* MASSAGE-BOX-SECTION-END */


/* FOOTER-INFO-SECTION-START */
.Footer-info{ position: fixed; bottom: 0; right: 0px; width: 100%; height: 45px; background: #333;}
.Footer-info span{ background: #424242; border: none; border-radius: 0px; font-family: calibri; font-size: 14px; padding: 13px 30px;}
.Footer-info .col-sm-2{ padding-left: 0px; padding-right: 0px;}
.Footer-info span:hover{ background: #0080c0; color: #FFF;}
.Footer-info a{ color: #FFF; text-decoration: none;}
.Footer-info a:hover{ color: #FFF; text-decoration: none;}
.Ask-a-demo .modal-content{ border-radius: 0px;}
.Ask-a-demo .modal-content .modal-header{ background: #00d9fa; padding: 0px;}
.Ask-a-demo .modal-content .modal-header h6{ text-align: center; font-family: Rockwell; color: #FFF; font-size: 22px;}
.Ask-a-demo .modal-content .modal-header .close span{ background: #0080C0; margin-top: -20px!important; padding: 2px 9px; border-radius: 50%;}
.Ask-a-demo .modal-content .modal-header .close{ margin-right: -12px!important; margin-top: -10px!important; opacity: 1!important; color: #FFF; font-weight: normal;}
.Ask-a-demo .modal-content{ min-height: 400px;}
.Ask-a-demo .modal-content .modal-body{ padding-top: 30px;}
.Ask-a-demo .modal-content .modal-body label{ font-family: calibri; font-weight: normal; font-size: 16px;}
.Ask-a-demo .modal-content .modal-body input{ font-family: calibri; padding: 6px 12px;}
.Ask-a-demo .modal-content .modal-body button{ font-family: calibri; background: #00d9fa; color: #FFF; border: none; padding: 6px 20px;}

/* FOOTER-INFO-SECTION-END */
* {box-sizing: border-box}
.avatar .container {position: relative; width: 100%; max-width: 600px;}
.avatar .image {display: block; width: 100%; height: auto;}
.avatar .overlay {position: absolute; bottom: 0; right:0; left: 0; top:0; background: rgb(0, 0, 0);background: rgba(0, 0, 0, 0.5); /* Black see-through */ color: #f1f1f1; width: 100%; transition: .5s ease; opacity:0; color: white; font-size: 16px; padding: 20px; text-align: center;}
.avatar .container:hover .overlay {opacity: 1;}
/* NEW-VIDEO-SECTION-START */
.testimonial{ padding-bottom: 50px;}
.testimonial .button a{ font-family: 'Bree Serif', serif; background: #00d9fa; color: #FFF; padding: 10px 14px; text-decoration: none;}
.testimonial .button a:hover{ background: #099;}
.testimonial .panel-body{transition: transform .2s;}
.testimonial .panel-body:hover{-ms-transform: scale(1.2); /* IE 9 */-webkit-transform: scale(1.2); /* Safari 3-8 */transform: scale(1.2);}

.testimonial .carousel{ position: relative;}
.testimonial a i{ font-size: 60px; color: #00d9fa;}
.testimonial .carousel-inner{ position: relative; width: 100%; overflow: hidden;}
.carousel-inner > .item{ position: relative; display: none; -webkit-transition: .6s ease-in-out left; -o-transition: .6s ease-in-out left;
transition: .6s ease-in-out left;}
.carousel-inner > .item > img, .carousel-inner > .item > a > img{ line-height: 1;}
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .item{ -webkit-transition: -webkit-transform .6s ease-in-out; -o-transition: -o-transform .6s ease-in-out; transition: transform .6s ease-in-out; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: 1000; perspective: 1000;}
.carousel-inner > .item.next, .carousel-inner > .item.active.right{ left: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0);}
.carousel-inner > .item.prev, .carousel-inner > .item.active.left{ left: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0);}
.carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active{ left: 0; -webkit-transform: translate3d(0, 0, 0);     transform: translate3d(0, 0, 0);}
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev{ display: block;}
.carousel-inner > .active{ left: 0;}
.carousel-inner > .next, .carousel-inner > .prev{ position: absolute; top: 0; width: 100%;}
.carousel-inner > .next{ left: 100%;}
.carousel-inner > .prev{ left: -100%;}
.carousel-inner > .next.left, .carousel-inner > .prev.right{ left: 0;}
.carousel-inner > .active.left{ left: -100%;}
.carousel-inner > .active.right{ left: 100%;}
.carousel-control.rightar{ right: 0; left: auto; background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5))); background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); background-repeat: repeat-x;}
/* carousel */
.media-carousel{ margin-bottom: 0; padding: 0 40px 30px 40px; margin-top: 30px;}
/* Previous button  */
.media-carousel .carousel-control.left{ left: -12px; background-image: none; background: none repeat scroll 0 0 #a2ab58; border: 4px solid #FFFFFF; border-radius: 23px 23px 23px 23px; height: 40px; width : 40px; margin-top: 50px}
.media-carousel .carousel-control.leftar{ left: 0px !important; background-image: none; background: none repeat scroll 0 0 transparent; border: 4px solid transparent; height: 60px; width: 60px; margin-top: 80px;}
/* Next button  */
.media-carousel .carousel-control.right{ right: -12px !important; background-image: none; background: none repeat scroll 0 0 transparent; border: 4px solid transparent; height: 120px; width : 120px; margin-top: 80px;}
.media-carousel .carousel-control.rightar{ right: 0px !important; background-image: none; background: none repeat scroll 0 0 transparent; border: 4px solid transparent; height: 60px; width: 60px; margin-top: 80px;}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators{ right: 50%; top: auto; bottom: 0px; margin-right: -19px;}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li{ background: #c0c0c0;}
.media-carousel .carousel-indicators .active{ background: #333333;}
.media-carousel img{ width: 100%; height: 100%;}
.testimonial{ background-color: #EBEBEB; color:#000;}
.testimonial-heading{ text-align:center; font-size: 70px; padding-top: 10px; color: #00d9fa; font-family: 'Bree Serif', serif;}
/* video player code here     */
.gal-container{ padding: 12px;}
.gal-item{ overflow: hidden; padding: 3px;}
.gal-item .box{ height: 350px; overflow: hidden;}
.box img{ height: 100%;	width: 100%; object-fit:cover; -o-object-fit:cover;}
.gal-item a:focus{ outline: none;}
.gal-item a:after{ content:"\e003"; font-family: 'Bree Serif', serif; oacity: 0;	background-color: rgba(0, 0, 0, 0.75); position: absolute; right: 3px;
left: 3px; top: 3px; bottom: 3px; text-align: center; line-height: 350px; font-size: 30px; color: #fff; -webkit-transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s; transition: all 0.5s ease-in-out 0s;}
.gal-item a:hover:after{ opacity: 1;}
.modal-open .gal-container .modal{ background-color: rgba(0,0,0,0.4);}
.modal-open .gal-item .modal-body{ padding: 0px;}
.modal-open .gal-item button.close{ position: absolute; width: 30px; height: 30px; background-color: #000; opacity: 1; color: #fff; z-index: 999; right: -12px;
top: -12px; border-radius: 50%; font-size: 15px; border: 2px solid #fff; line-height: 25px; -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35); box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);}
.modal-open .gal-item button.close:focus{ outline: none;}
.modal-open .gal-item button.close span{ position: relative; top: -3px; font-weight: lighter; text-shadow:none;}
.gal-container .modal-dialogue{	width: 80%;}
.gal-container .description{ position: relative; height: 40px; top: -40px; padding: 10px 25px; background-color: rgba(0,0,0,0.5); color: #fff; text-align: left;}
.gal-container .description h4{	margin:0px;	font-size: 15px; font-weight: 300; line-height: 20px;}
.gal-container .modal.fade .modal-dialog{ -webkit-transform: scale(0.1); -moz-transform: scale(0.1); -ms-transform: scale(0.1); transform: scale(0.1); top:100px; opacity: 0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
.gal-container .modal.fade.in .modal-dialog{ -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transform: translate3d(0, -100px, 0); transform: translate3d(0, -100px, 0); opacity: 1;}
/* Footer Style */
i.red{ color:#BC0213;}
.gal-container{ padding-top :75px; padding-bottom:75px;}
/* video player code end */
.test-vid{ width:100%; height:auto;}
.panel-footer-txt > p{ letter-spacing: 4px;	color:#fff; padding-top:5px; font-family: 'Bree Serif', serif;}
.panel-footer{ background-color:#1480D8!important;}
.panel-footer-txt > p:hover{ color:#a2ab58;}
.checked{ color: orange;}

/* NEW-VIDEO-SECTION-START*/



.button5 {
    border-radius: 90%;}
.notish{text-align: center; border-radius: 90%;}
.button {height: 60px;
    background-color: white;
    border: none;
    color: white;
    padding:10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
}
.job-internship {
    background-color: #fff;
    font-family: ui-rounded;
    animation: blink 0.25s alternate infinite;
    
}





@media (min-width:992px) and (max-width:1200px){
.Tab .nav-tabs li a{ font-size: 13px;}
.Footer .border1{ border-right: none;}
.Footer .border2{ border-right: none;}
.Footer .border3{ border-right: none;}
.Footer{ padding: 0px 0px 20px 0px;}
.Footer .footer-box1 h6{ font-family: 'Bree Serif', serif;}
.Footer .footer-box1 ul li{ font-size: 13px;}
.Footer .footer-box1 ul{ line-height: 24px;}
.Footer .footer-box2 h6{ font-family: 'Bree Serif', serif;}
.Footer .footer-box2 ul li{ font-size: 13px;}
.Footer .footer-box2 ul{ line-height: 24px;}
.Footer .footer-box3 h6{ font-family: 'Bree Serif', serif;}
.Footer .footer-box3 ul li{ font-size: 13px;}
.Footer .footer-box3 ul{ line-height: 24px;}
.Footer .footer-box4 h6{ font-family: 'Bree Serif', serif;}
.Footer .footer-box4 ul li{ font-size: 13px;}
.Footer .footer-box4 ul{ line-height: 24px;}
.Footer-bottom p{ padding-left: 0px; font-size: 13px; margin-bottom: 0px;}
.Footer-bottom .social-icon i{ width: 28px; height: 28px; font-size: 11px; line-height: 26px;}
.Footer-bottom{ padding: 10px 0px 6px 0px; margin-bottom: 0px;}
.TRAINING-PAGE .Training-page-Heading h6{ font-size: 19px; padding-bottom: 10px;}
.TRAINING-PAGE{ padding-top: 0px;}
.Branch .card-header h3{ font-size: 13px; padding-left: 3px; font-family: Rockwell;}
.Branch .card-header{ padding: 1px 0px 1px 1px; margin: 15px 0px 0px 0px;}
.Branch .card-body h5{ font-size: 12px;}
.Branch .card-body p{ font-size: 12px;}
.testimonial .testimonial-heading h2{ font-size: 23px;}
.testimonial .testimonial-heading{ margin-top: 0px; margin-bottom: 0px; padding: 0px;}
.media-carousel{ padding: 0px;}
.testimonial a i{ font-size: 40px;}
.media-carousel{ margin-top: 10px;}
.carousel-control{ width: 0%;}
.testimonial{ padding-bottom: 30px;}
.testimonial .button a{ padding: 6px 10px;}
.panel-body{ padding: 0px!important;}

}

@media (min-width:481px) and (max-width:767px){
.Topbar{ padding: 8px 0px;}
.Topbar .social-icon{ padding-bottom: 4px;}
.Topbar ul li{ font-size: 13px; width: 100%; line-height: 27px; float: none;}
.Topbar ul{ padding-left: 0px; margin-bottom: 0px;}
.Topbar ul li i{ color: #FFF;}
.Header{ padding-top: 0px;}
.Header img{ width: 240px;}
.Header .info-box{ padding: 3px 0px 10px 55px; margin-left: 0px;}
.Header .info-box .icon-box{ width: 45px; height: 45px; line-height: 40px;}
.Header .info-box .icon-box i{ font-size: 16px;}
.Header .info-box ul li{ font-size: 12px;}
.navbar-inverse .navbar-header .navbar-toggle{ border: none; background: none; padding-right: 42%;}
.navbar-inverse .navbar-header .navbar-toggle:hover, .navbar-inverse .navbar-header .navbar-toggle:focus{ background: none;}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{ border: none;}
.navbar-inverse .navbar-collapse .navbar-nav{ margin-top: 0px; margin-bottom: 0px; margin-left: 70px;}
.Tab .nav-tabs > li{ float: none; border-bottom: #FFF 1px solid;}
.Tab .nav-tabs li a{ font-size: 13px;}
.Reviews-Video iframe{ width: 290px!important; height: 200px!important;}
.Reviews-Video .col-sm-5{ max-height: 300px;}
.Reviews-Video h6{ font-size: 24px; padding-top: 4px; margin-bottom: 0px; font-family: 'Bree Serif', serif;}
.Reviews-Video .testimonial-para{ font-size: 13px;}
.Reviews-Video .buton{ padding: 10px 12px;}
.carousel-inner > .item > img{ max-height: 250px!important;}
.Job{ padding: 15px 0px;}
.Job .Job-text h6{ font-size: 33px;}
.Job .Job-text p{ font-size: 16px;}
.Networking{ padding: 0px 0px 20px 0px;}
.Networking .Networking-heading h6{ font-size: 30px; padding-bottom: 10px;}
.Networking .Net-course-box .Course-box-text h3{ font-size: 16px;}
.Networking .Net-course-box .Course-box-text p{ font-size: 13px; font-family: calibri;}
.Networking .Networking-button a{ padding: 14px 12px; font-size: 10px;}
.Networking .network-clear{ clear: both;}
.Software{ padding-top: 0px; padding-bottom: 20px;}
.Software .Software-heading h2{ font-size: 30px; padding-bottom: 10px;}
.Software .Soft-course-box .Soft-Course-box-text h3{ font-size:16px;}
.Software .Soft-course-box .Soft-Course-box-text p{ font-size: 13px;}
.Software .clear-soft{ clear: both;}
.Software .Software-button a{ padding: 14px 12px; font-size: 10px;}
.Training{ padding-top: 0px;}
.Training .Training-heading h6{ font-size: 24px; padding-bottom: 10px;}
.Training img{ margin-bottom: 10px;}
.Question-Section{ padding-top: 0px;}
.Question-Section .Ans-heading h6{ font-size: 24px; padding-bottom: 10px;}
.Question-Section .card-header h5{ font-size: 15px;}
.Question-Section .card-block{ font-size: 12px;}
.Company-place{ padding: 10px 0px;}
.Company-place .company-heading h6{ font-size: 24px; padding-bottom: 10px;}
.Footer .border1{ border-right: none;}
.Footer .border2{ border-right: none;}
.Footer .border3{ border-right: none;}
.Footer{ padding: 0px 0px 20px 0px;}
.Footer .footer-box1 h6{ font-family: 'Bree Serif', serif;}
.Footer .footer-box1 ul li{ font-size: 13px;}
.Footer .footer-box1 ul{ line-height: 24px;}
.Footer .footer-box2 h6{ font-family: 'Bree Serif', serif;}
.Footer .footer-box2 ul li{ font-size: 13px;}
.Footer .footer-box2 ul{ line-height: 24px;}
.Footer .footer-box3 h6{ font-family: 'Bree Serif', serif;}

.Footer .footer-box3 ul li{ font-size: 13px;}
.Footer .footer-box3 ul{ line-height: 24px;}
.Footer .footer-box4 h6{ font-family: 'Bree Serif', serif;}
.Footer .footer-box4 ul li{ font-size: 13px;}
.Footer .footer-box4 ul{ line-height: 24px;}
.Footer-bottom p{ padding-left: 0px; font-size: 13px; margin-bottom: 0px;}
.Footer-bottom .social-icon i{ width: 28px; height: 28px; font-size: 11px; line-height: 26px;}
.Footer-bottom{ padding: 10px 0px 6px 0px; margin-bottom: 0px;}
.TRAINING-PAGE .Training-page-Heading h2{ font-size: 19px; padding-bottom: 10px;}
.TRAINING-PAGE{ padding-top: 0px;}
.selected .card-body{ margin-bottom: 10px;}
.selected h2{ padding-bottom: 10px;}
.selected{ padding-top: 0px;}
.selected .selected-clear{ clear: both;}
.selected .card-body .card-text1{ font-family: 'Roboto', sans-serif; font-size: 11px;}
.selected .card-body .card-text{ font-family: 'Roboto', sans-serif; font-size: 11px;}
.selected .card-body h4{ font-family: 'Roboto', sans-serif; font-size: 13px;}
.student-reviews{ padding: 0px 0px 20px 0px;}
.student-reviews .review-course-clp{ padding: 0px 0px 15px 0px; margin-top: 50px;}
.student-reviews .user-img-rating{ padding-left: 0px; top: -0px;}
.student-reviews .review-user-info{ font-family: 'Bree Serif', serif; font-size: 13px;}
.student-reviews .user-review-img{ height: 70px; width: 70px;}
.review-heading h3{ color: #0087e2; font-family: 'Bree Serif', serif; font-size: 30px;}
.Branch .card-header h3{ font-size: 13px; padding-left: 3px; font-family: Rockwell;}
.Branch .card-header{ padding: 1px 0px 1px 1px; margin: 15px 0px 0px 0px;}
.Branch .card-body h5{ font-size: 12px;}
.Branch .card-body p{ font-size: 12px;}
.Branch .col-sm-3{padding: 0px;}
.Branch .col-sm-9{padding: 0px;}
.Branch .col-sm-12{padding: 0px;}
.Branch .card-body iframe{ max-height: 170px!important; max-width: 280px!important;}
.Online-registration h2{ font-size: 14px;}
.Online-registration h3{ font-size: 15px;}
.chatbox__title{ max-height: 15px;}
.chatbox--empty.chatbox--tray{ bottom: -232px;}
.chatbox--empty{ display: none;}
.Scholarship-Modal .modal-content .modal-header h1{ font-size: 17px;}
.Scholarship-Modal .modal-content .modal-body h2{ font-size: 15px;}
.Scholarship-Modal .modal-content .modal-body .logo-padding{ padding-left: 0px;}
.Footer-info{ display: none;}
.testimonial .testimonial-heading h2{ font-size: 23px;}
.testimonial .testimonial-heading{ margin-top: 0px; margin-bottom: 0px; padding: 0px;}
.media-carousel{ padding: 0px;}
.testimonial a i{ font-size: 40px;}
.media-carousel{ margin-top: 10px;}
.carousel-control{ width: 0%;}
.testimonial{ padding-bottom: 30px;}
.testimonial .button a{ padding: 6px 10px;}
.panel-body{ padding: 0px!important;}

}






@media (min-width:321px) and (max-width:480px){
.Topbar{ padding: 8px 0px;}
	.read-more {margin-top: 11px;}
	.notish {  margin: 25px 0 0 20px;}
	.footer-section { height: 172px;}
	.navbar {min-height: 32px;}
	.Footer-bottom p { margin: 20px 0 !important;}
.Topbar .social-icon{ padding-bottom: 4px;}
.Topbar ul li{ font-size: 15px; width: 100%; line-height: 27px; float: none; margin-bottom: 5px;}
.Topbar ul{ padding-left: 0px; margin-bottom: 0px; margin-top: -43px;}
.Topbar ul li i{ color: #FFF; }
.Header{ padding-top: 0px;}
.Header img{ width: 240px;}
.Header .info-box{ padding: 3px 0px 10px 55px; margin-left: 0px;}
.Header .info-box .icon-box{ width: 45px; height: 45px; line-height: 40px;}
.Header .info-box .icon-box i{ font-size: 16px;}
.Header .info-box ul li{ font-size: 12px;}
.navbar-inverse .navbar-header .navbar-toggle{ border: none; background: none; padding-right: 42%;}
.navbar-inverse .navbar-header .navbar-toggle:hover, .navbar-inverse .navbar-header .navbar-toggle:focus{ background: none;}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{ border: none;}
.navbar-inverse .navbar-collapse .navbar-nav{ margin-top: 0px; margin-bottom: 0px;}
.Tab .nav-tabs > li{ float: none; border-bottom: #FFF 1px solid;}
.Tab .nav-tabs li a{ font-size: 13px;}
.Reviews-Video .col-sm-5{ max-height: 220px;}
.Reviews-Video h6{ font-size: 20px; padding-top: 4px; margin-bottom: 0px;}
.Reviews-Video .testimonial-para{ font-size: 11px;}
.Reviews-Video .buton{ padding: 10px 12px;}
.Reviews-Video iframe{ width: 290px!important; height: 200px!important;}
.carousel-inner > .item > img{ max-height: 150px!important;}
.Job{ padding: 15px 0px;}
.Job .Job-text h6{ font-size: 30px;}
.Job .Job-text p{ font-size: 15px;}
.Networking{ padding: 0px 0px 20px 0px;}
.Networking .Networking-heading h6{ font-size: 28px; padding-bottom: 10px;}
.Networking .Net-course-box .Course-box-text h3{ font-size: 13px;}
.Networking .Net-course-box .Course-box-text p{ font-size: 11px;}
.Networking .Networking-button a{ padding: 10px 8px; font-size: 9px;}
.Networking .network-clear{ clear: both;}
.Software{ padding-top: 0px; padding-bottom: 20px;}
.Software .Software-heading h6{ font-size: 21px; padding-bottom: 10px;}
.Software .Soft-course-box .Soft-Course-box-text h3{ font-size:13px;}
.Software .Soft-course-box .Soft-Course-box-text p{ font-size: 11px;}
.Software .clear-soft{ clear: both;}
.Software .Software-button a{ padding: 10px 8px; font-size: 9px;}
.Training{ padding-top: 0px;}
.Training .Training-heading h2{ font-size: 19px; padding-bottom: 10px;}
.Training img{ margin-bottom: 10px;}
.Question-Section{ padding-top: 0px;}
.Question-Section .Ans-heading h2{ font-size: 21px; padding-bottom: 10px;}
.Question-Section .card-header h5{ font-size: 13px;}
.Question-Section .card-block{ font-size: 12px;}
.Company-place{ padding: 10px 0px;}
.Company-place .company-heading h6{ font-size: 19px; padding-bottom: 10px;}
.Footer .border1{ border-right: none;}
.Footer .border2{ border-right: none;}
.Footer .border3{ border-right: none;}
.Footer{ padding: 0px 0px 20px 0px;}
.Footer .footer-box1 h6{ font-family: 'Bree Serif', serif;}
.Footer .footer-box1 ul li{ font-size: 13px;}
.Footer .footer-box1 ul{ line-height: 24px;}
.Footer .footer-box2 h6{ font-family: 'Bree Serif', serif;}
.Footer .footer-box2 ul li{ font-size: 13px;}
.Footer .footer-box2 ul{ line-height: 24px;}
.Footer .footer-box3 h6{ font-family: 'Bree Serif', serif;}
.Footer .footer-box3 ul li{ font-size: 13px;}
.Footer .footer-box3 ul{ line-height: 24px;}
.Footer .footer-box4 h6{ font-family: 'Bree Serif', serif;}
.Footer .footer-box4 ul li{ font-size: 13px;}
.Footer .footer-box4 ul{ line-height: 24px;}
.Footer-bottom p{ padding-left: 0px; font-size: 13px; margin-bottom: 0px;}
.Footer-bottom .social-icon i{ width: 28px; height: 28px; font-size: 11px; line-height: 26px;}
.Footer-bottom{ padding: 10px 0px 6px 0px; margin-bottom: 0px;}
.TRAINING-PAGE .Training-page-Heading h6{ font-size: 19px; padding-bottom: 10px;}
.TRAINING-PAGE{ padding-top: 0px;}
.selected .card-body{ margin-bottom: 10px;}
.selected h2{ padding-bottom: 10px;}
.selected{ padding-top: 0px;}
.selected .selected-clear{ clear: both;}
.selected .card-body .card-text1{ font-family: 'Roboto', sans-serif; font-size: 11px;}
.selected .card-body .card-text{ font-family: 'Roboto', sans-serif; font-size: 11px;}
.selected .card-body h4{ font-family: 'Roboto', sans-serif; font-size: 13px;}
.student-reviews{ padding: 0px 0px 20px 0px;}
.student-reviews .review-course-clp{ padding: 0px 0px 15px 0px; margin-top: 50px;}
.student-reviews .user-img-rating{ padding-left: 0px; top: -0px;}
.student-reviews .review-user-info{ font-family: 'Bree Serif', serif; font-size: 13px;}
.student-reviews .user-review-img{ height: 70px; width: 70px;}
.review-heading h3{ color: #0087e2; font-family: 'Bree Serif', serif; font-size: 30px;}
.Online-registration h2{ font-size: 14px;}
.Online-registration h3{ font-size: 15px;}
.chatbox__title{ max-height: 15px;}
.chatbox--empty.chatbox--tray{ bottom: -232px;}
.chatbox--empty{ display: none;}
.Scholarship-Modal .modal-content .modal-header h1{ font-size: 17px;}
.Scholarship-Modal .modal-content .modal-body h2{ font-size: 15px;}
.Scholarship-Modal .modal-content .modal-body .logo-padding{ padding-left: 0px;}
.Footer-info{ display: none;}
.Referred-Modal .modal-body h1{ font-family: calibri; text-align: center; font-size: 22px;}
.Branch .card-body iframe{ max-height: 170px!important; max-width: 280px!important;}
.testimonial .testimonial-heading h2{ font-size: 23px;}
.testimonial .testimonial-heading{ margin-top: 0px; margin-bottom: 0px; padding: 0px;}
.media-carousel{ padding: 0px;}
.testimonial a i{ font-size: 40px;}
.media-carousel{ margin-top: 10px;}
.carousel-control{ width: 0%;}
.testimonial{ padding-bottom: 30px;}
.testimonial .button a{ padding: 6px 10px;}
.panel-body{ padding: 0px!important;}
	
.Wishes { width: 308px; text-align: center; font-size: 20px; font-family: -webkit-body; margin: -23px 0 15px 69px;}	
h1.frends {text-align: center; font-size: 25px;}	
.pop {position: absolute; top: 4px; left: 125px; width: 232px;  z-index: 999000; color: #0165b5;  font-size: 25px;
    -webkit-animation: blink 0.25s alternate infinite;
    -moz-animation: blink 0.25s alternate infinite;
    -ms-animation: blink 0.25s alternate infinite;
    -o-animation: blink 0.25s alternate infinite;
    animation: blink 0.25s alternate infinite;
    font-weight: bold;}	
	
	
	
	.silpa {width: 670px;}
	.jaikumar { margin:-136px 0 -157px 0; width: 670px;}
	.ranjeet {width: 670px;}
	.atif {width: 670px; margin:-98px 0 -117px 0;}
.kashif {width: 670px;}
.vishal {width: 670px; margin:-144px 0 -83px 0;}	
.salman {width: 670px;}	
.pranaV {margin:-155px 0 -133px 0; width: 670px;}	
.ritu {width: 670px;}	
.shiv {width: 670px; margin:-123px 0 -140px 0;}	
.tajener {width: 670px;}	
.sidho {width:670px; margin:-117px 0 -98px 0;}	
.rajkumar {width: 670px;}	
.akriti {width: 670px; margin: -99px 0 -83px 0;}	
.biplap { width: 670px;}	
.rajkumar-singh {width: 670px; margin:-143px 0 -85px 0;}	
.manish {width: 670px;}	
.pooja {width: 670px; margin:-135px 0 -101px 0;}	
.ankit {width: 670px;}	
.nadeem {width: 670px; margin:-99px 0 -82px 0;}
.rakesh {width: 670px;}	
.ritu-singh {width: 670px; margin:-124px 0 -67px 0;}	
.gupen {width: 670px; margin: -124px 0 -116px 0;}	
.pratuyush {width: 670px; margin: -75px 0 -35px 0;}	
.pirity { width: 670px; margin-top: -85px;}	
.anu {width: 670px; margin:-154px 0 -139px 0;}	
.sweta {width: 670px;}	
.sushma {margin: -160px 0 -175px 0; width: 670px;}	
.bhawna{width: 670px;}
.manisha-kumari{width: 670px; margin:-154px 0 -137px 0;}	
.review2 {width: 670px;}	
.review3 {width: 670px; margin:-78px 0 -43px 0;}	
.student-reviews .review-user-info {margin-top: -37px;}	
.review4 {margin: -80px 0 -69px 0; width: 670px;}	
.review5 {width: 670px;}	
.review9 { width: 670px; margin:-95px 0 -98px 0;}	
.review6 {width: 670px;}	
.review7 {width: 670px; margin:-155px 0 -177px 0;}	
.review8 {width: 670px;}	
.review10 { width: 670px;margin: 84px 0 -148px 0;}	
.Sindhu {width: 670px;}	
	
.review11 {width: 670px; margin-top: -180px;}	
.review12 {width: 670px; margin: -153px 0 -163px 0;}	
.review13 {width: 670px;}	
.review14 {width: 670px; margin: -187px 0 -191px 0;}	
.review15 {width: 670px;}	
.review16 {width: 670px;}	
.review17 {width: 670px; margin: -135px 0 -153px 0;}	 
.review18 {width: 670px;}	
.review19 {width: 670px; margin: -150px 0 -111px 0;}	
.review20 {width: 670px;}	
.review21 {width: 670px;}	
.review22 {width: 670px; margin: -167px 0 -158px 0;}	
.review23 {width: 670px; margin: -194px 0 -194px 0;}	
.review24 {width: 670px;  margin: -165px 0 -186px 0;}	
.review25 {width: 670px;}	
.review26 {width: 670px; margin: -107px 0 -175px 0;}	
.review27 {width: 670px; margin: -181px 0 -180px 0;}	
.review28 {width: 670px;}	
.review29 {width: 670px; margin: -170px 0 -173px 0;}	
.review30 {width: 670px;}	
.review31 {width: 670px; margin:-188px 0 -191px 0;}	
.review32 {width: 670px;}	
.review33 {width: 670px; margin: -157px 0 -153px 0;}	
.review34 {width: 670px;}	
.review35 {width: 670px; margin: -138px 0 -110px 0;}	
.review36 {width: 670px;}	
.review37 {width: 670px; margin: -121px 0 -137px 0;}	
.review38 {width: 670px;}	
.review39 {width: 670px; margin: -137px 0 -175px 0;}	
.review40 {width: 670px;}	
.review41 {width: 670px; margin: -157px 0 -188px 0;}	
.review42 {width: 670px;}	
.review43 {width: 670px; margin: -184px 0 -171px 0;}	
.review44 {width: 670px;}	
.review45 {width: 670px; margin:-177px 0 -173px 0;}	
.review46 {width: 670px;}	
.review47 {width: 670px; margin: -177px 0 -158px 0;}	
.review48 {width: 670px;}	
.review49 {width: 670px; margin: -188px 0 -171px 0;}	
.review50 {width: 670px;}	
.review51 {width: 670px; margin: -177px 0 -158px 0;}	
.review52 {width: 670px;}	
.review53 {width: 670px; margin: -168px 0 -205px 0;}	
.review54 {width: 670px;}	
.review55 {width: 670px; margin: -191px 0 -189px 0;}	
.review56 {width: 670px;}	
.review57 {width: 670px; margin: -192px 0 -207px 0;}	
.review58 {width: 670px;}	
.review59 {width: 670px; margin:-168px 0 -153px 0;}	
.review60 {width: 670px;}	
.review61 {width: 670px; margin: -137px 0 -182px 0;}	
.review62 {width: 670px;}	
.review63 {width: 670px; margin: -167px 0 -170px 0; }	
.review64 {width: 670px;}			
.review65 {width: 670px; margin: -191px 0 -187px 0;}	
.review66 {width: 670px;}	
.review67 {width: 670px; margin: -170px 0 -153px 0;}	
.review68 {width: 670px;}	
.review69 {width: 670px; margin:-171px 0 -156px 0;}	
.review70 {width: 670px;}	
.review71 {width: 670px; margin: -177px 0 -156px 0;}	
.review72 {width: 670px;}	
.review73 {width: 670px; margin:-158px 0 -169px 0;}	
.review74 {width: 670px;}	
.review75 {width: 670px; margin: -153px 0 -147px 0;}	
.review76 {width: 670px;}	
.review77 {width: 670px; margin: -109px 0 -53px 0;}	
.review78 {width: 670px;}	
.review79 {width: 670px; margin: -167px 0 -132px 0;}	
.review80 {width: 670px;}	
.review81 {width: 670px; margin: -155px 0 -181px 0;}	
.review82 {width: 670px;}	
.review83 {width: 670px; margin: -183px 0 -183px 0;}	
.review84 {width: 670px;}	
.review85 {width: 670px; margin: -190px 0 -206px 0;}	
.review86 {width: 670px;}	
.review87 {width: 670px; margin: -187px 0 -180px 0;}	
.review88 {width: 670px;}	
.review89 {width: 670px; margin: -190px 0 -187px 0;}	
.review90 {width: 670px;}	
.review91 {width: 670px; margin: -173px 0 -143px 0;}	
.review92 {width: 670px; margin: -171px 0 100px 0;}	
.review93{width: 670px; margin:-166px 0 -155px 0;}	
.review94 {width: 670px;}	
.review95 {width: 670px; margin: -152px 0 -132px 0;}	
.review96 {width: 670px;}	
.review97 {width: 670px; margin: -115px 0 -134px 0;}	
.review98 {width: 670px;}	
.review99 {width: 670px; margin: -164px 0 -179px 0;}	
.review100 {width: 670px;}	
.review101 {width: 670px; margin: -192px 0 -205px 0;}	
.review102 {width: 670px;}	
.review103 {width: 670px; margin: -189px 0 -192px 0;}	
.review104 {width: 670px;}	
.review105 {width: 670px; margin: -193px 0 -194px 0;}	
.review106 {width: 670px;}	
.review107 {width: 670px; margin: -192px 0 -135px 0;}	
.review108 {width: 670px;}	
.review109 {width: 670px; margin: -130px 0 -140px 0;}	
.review110 {width: 670px;}	
.review111 {width: 670px; margin: -212px 0 -153px 0;}	
.review112 {width: 670px;}	
.review113 {width: 670px; margin: -172px 0 -131px 0;}	
.review114 {width: 670px;}	
.review115 {width: 670px; margin: -150px 0 -153px 0;}	
.review116 {width: 670px;}
.review117 {width: 670px; margin: -135px 0 -151px 0;}	
.review118 {width: 670px;}
.review119 {width: 670px; margin: -164px 0 79px 0;}	
.review120 {width: 670px;}	
.review121 {width: 670px; margin: -78px 0 -40px 0;}	
.review122 {width: 670px;}
.review123 {width: 670px; margin: -95px 0 -109px 0;}	
.review124 {width: 670px;}	
.review125 {width: 670px; margin: -37px 0 -116px 0;}	
.review126 {width: 670px;}
.review127 {width: 670px; margin: -119px 0 -38px 0;}	
.review128 {width: 670px;}	
.review129 {width: 670px; margin: -67px 0 -102px 0;}	
.review130 {width: 670px;}	
.review131 {width: 670px;}
}

@media (max-width:360px){
	.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0;}
	.evision-certification img {width:150px; margin-top: -9px; margin-left: 93px;}
	.posi_scroll {width: 75%; margin-left: 24px;}
	
	.plecement img {width: 205px; margin-left: 93px; margin-top: -246px;}
.item p img {margin-left:  18px; width: 276px !important;}	
.anu {width: 510px; margin: -145px 0 -91px 0;}
.silpa {width: 510px;}
.Offr_form_div .enquiry_in {max-width:550px; width: 97%;}
.whatsapp-call {left: 275px;}
.animation {top: 400px;;}
	.pop {top:5px; left: 18px; width: 288px; z-index: 999000;font-size:17px;}
	.Footer-bottom p { margin: 20px 0 !important;}
	.footer-section {height: 172px  !important;}
	.read-more {margin-top: 11px;}
	.navbar {min-height: 32px !important;}
	.jaikumar { margin:-105px 0 -113px 0; width: 510px;}
	.ranjeet {width: 510px;;}
	.atif {width: 510px; margin:-39px 0 -57px 0;}
.kashif {width: 510px;}
.vishal {width: 510px; margin:-109px 0 -26px 0;}	
.salman {width: 510px;}	
.pranaV {margin:-129px 0 -105px 0; width: 510px;}	
.ritu {width: 510px;}	
.shiv {width: 510px; margin:-85px 0 -83px 0;}	
.tajener {width: 510px;}	
.sidho {width:510px; margin:-77px 0 -33px 0;}	
.rajkumar {width: 510px;}	
.akriti {width: 510px; margin: -37px 0 -39px 0;}	
.biplap { width: 510px; margin-top: 65px;}	
.rajkumar-singh {width: 510px; margin: -70px 0 8px 0;}	
.manish {width: 510px;}	
.pooja {width: 510px; margin:-71px 0 -36px 0;}	
.ankit {width: 510px;}	
.nadeem {width: 510px; margin: -37px 0 -19px 0;}
.rakesh {width: 510px;}	
.ritu-singh {width: 510px; margin:-57px 0 92px 0;}	
.gupen {width: 510px; margin: -124px 0 -116px 0;}	
.pratuyush {width: 510px; margin:104px 0 134px 0;}	
.pirity { width: 510px; margin-top: -85px;}	
.anu {width: 510px; margin:-130px 0 -109px 0;}	
.sweta {width: 510px; margin-top: 60px;}	
.sushma {margin: -131px 0 -150px 0; width: 510px;}	
.bhawna{width:510px;}
.manisha-kumari{width: 510px; margin:-91px 0 -83px 0;}	
.review2 {width: 510px;}	
.review3 {width: 510px; margin:-18px 0 125px 0;}	
.student-reviews .review-user-info {margin-top: -37px;}	
.review4 {margin: -80px 0 -69px 0; width: 510px;}	
.review5 {width: 510px; margin: 100px 0 0 0;}	
.review9 { width: 510px; margin:-41px 0 -32px 0;}	
.review6 {width: 510px;}	
.review7 {width: 510px; margin: -99px 0 -138px 0;}	
.review8 {width: 510px;}	
.review10 { width: 510px; margin: 159px 0 119px 0;}	
.Sindhu {width: 510px;}	
	
.Wishes {text-align: center; font-size: 14px; font-family: -webkit-body; width: 218px; margin: -20px 0 15px 52px;}
.fresher-selection h3 {font-size: 12px;}	
.review11 {width: 510px; margin-top: -180px;}	
.review12 {width: 510px; margin: -114px 0 -139px 0;}	
.review13 {width: 510px;}	
.review14 {width: 510px; margin:-149px 0 -166px 0;}	
.review15 {width: 510px;}	
.review16 {width: 510px;margin-top: 102px;}	
.review17 {width: 510px; margin:-76px 0 -90px 0;}	 
.review18 {width: 510px;}	
.review19 {width: 510px; margin: -113px 0 -79px 0;}	
.review20 {width: 510px; margin-top: 70px;}	
.review21 {width: 510px;}	
.review22 {width: 510px; margin: -137px 0 89px 0;}	
.review23 {width: 510px; margin: -194px 0 -194px 0;}	
.review24 {width: 510px; margin: 95px 0 -186px 0;}	
.review25 {width: 510px;}	
.review26 {width: 510px; margin: -52px 0 -131px 0;}	
.review27 {width: 510px; margin: -146px 0 -164px 0;}	
.review28 {width: 510px;}	
.review29 {width: 510px; margin: -152px 0 -173px 0;}	
.review30 {width: 510px;}	
.review31 {width: 510px; margin:-169px 0 -152px 0;}	
.review32 {width: 510px;}	
.review33 {width: 510px; margin: -98px 0 -118px 0;}	
.review34 {width: 510px;}	
.review35 {width: 510px; margin: -77px 0 -87px 0;}	
.review36 {width: 510px;}	
.review37 {width: 510px; margin: 60px 0 -48px 0;}	
.review38 {width: 510px;}	
.review39 {width: 510px; margin: 66px 0 -137px 0;}	
.review40 {width: 510px;}	
.review41 {width: 510px; margin: 55px 0 -170px 0;}	
.review42 {width: 510px;}	
.review43 {width: 510px; margin: -160px 0 -148px 0;}	
.review44 {width: 510px;}	
.review45 {width: 510px; margin:-132px 0 -135px 0;}	
.review46 {width: 510px;}	
.review47 {width: 510px; margin: -138px 0 69px 0;}	
.review48 {width: 510px;}	
.review49 {width: 510px; margin: -154px 0 -134px 0;}	
.review50 {width: 510px;}	
.review51 {width: 510px; margin: -139px 0 -123px 0;}	
.review52 {width: 510px;}	
.review53 {width: 510px; margin: -140px 0 -196px 0;}	
.review54 {width: 510px;}	
.review55 {width: 510px; margin: -178px 0 -176px 0;}	
.review56 {width: 510px;}	
.review57 {width: 510px; margin: -175px 0 -192px 0;}	
.review58 {width: 510px;}	
.review59 {width: 510px; margin: 61px 0 62px 0;}	
.review60 {width: 510px;}	
.review1 {width: 510px; margin-top: 104px;}
.review61 {width: 510px; margin: -151px 0 -170px 0;}	
.review62 {width: 510px;}	
.review63 {width: 510px; margin: -154px 0 -140px 0;}	
.review64 {width: 510px;}			
.review65 {width: 510px; margin: -182px 0 -174px 0;}	
.review66 {width: 510px;}	
.review67 {width: 510px; margin: -142px 0 -119px 0;}	
.review68 {width: 510px;}	
.review69 {width: 510px; margin:-140px 0 -105px 0;}	
.review70 {width: 510px;}	
.review71 {width: 510px;; margin: -137px 0 -96px 0;}	
.review72 {width: 510px;}	
.review73 {width: 510px; margin:-101px 0 -155px 0;}	
.review74 {width: 510px;}	
.review75 {width: 510px; margin: -139px 0 -122px 0;}	
.review76 {width: 510px;}	
.review77 {width: 510px; margin: 93px 0 60px 0;}	
.review78 {width: 510px;}	
.review79 {width: 510px; margin: -139px 0 -100px 0;}	
.review80 {width: 510px;}	
.review81 {width: 510px; margin: -118px 0 -142px 0;}	
.review82 {width: 510px;}	
.review83 {width: 510px; margin: -154px 0 -167px 0;}	
.review84 {width: 510px;}	
.review85 {width: 510px; margin: -175px 0 -187px 0;}	
.review86 {width: 510px;}	
.review87 {width: 510px; margin: 50px 0 -174px 0;}	
.review88 {width: 510px;}	
.review89 {width: 510px; margin: -180px 0 -175px 0;}	
.review90 {width: 510px;}	
.review91 {width: 510px; margin: 60px 0 82px 0;}	
.review92 {width: 510px; margin: -167px 0 152px 0;}	
.review93 {width: 510px; margin:-166px 0 -155px 0;}	
.review94 {width: 510px; margin-top: 98px;}	
.review95 {width: 510px; margin: -137px 0 -83px 0;}	
.review96 {width: 510px;}	
.review97 {width: 510px; margin: 62px 0 -102px 0;}	
.review98 {width: 510px;}	
.review99 {width:510px; margin: -140px 0 -161px 0;}	
.review100 {width: 510px;}	
.review101 {width: 510px; margin: 44px 0 -197px 0;}	
.review102 {width: 510px;}	
.review103 {width: 510px; margin: 53px 0 -175px 0;}	
.review104 {width: 510px;}	
.review105 {width: 510px; margin: -145px 0 -178px 0;}	
.review106 {width: 510px;}	
.review107 {width: 510px; margin: -156px 0 73px 0;}	
.review108 {width: 510px;}	
.review109 {width: 510px; margin: 54px 0 -159px 0;}	
.review110 {width: 510px;}	
.review111 {width: 510px; margin: -194px 0 75px 0;}	
.review112 {width: 510px;}	
.review113 {width: 510px; margin: -140px 0 -100px 0;}	
.review114 {width: 510px;}	
.review115 {width: 510px; margin: -122px 0 -124px 0;}	
.review116 {width: 510px;}
.review117 {width: 510px; margin: 59px 0 -121px 0;}	
.review118 {width: 510px;}
.review119 {width: 510px; margin: -156px 0 136px 0;}	
.review120 {width: 510px;}	
.review121 {width: 510px; margin: 56px 0 92px 0;}	
.review122 {width: 510px;}
.review123 {width: 510px; margin: -25px 0 -28px 0;}	
.review124 {width: 510px;}	
.review125 {width: 510px; margin: 76px 0 -66px 0;}	
.review126 {width: 510px;}
.review127 {width: 510px; margin: -67px 0 119px 0;}	
.review128 {width: 510px;}	
.review129 {width: 510px; margin: 90px 0 -24px 0;}	
.review130 {width: 510px;}	
.review131 {width: 510px; }	
	.Topbar ul li {margin-bottom: 5px;}	
	ul.main-margin {margin-right: 0px;}
}


@media (min-width : 308px ) and ( max-width : 320px ){
.Topbar{ padding: 8px 0px;}
.Topbar .social-icon{ padding-bottom: 4px;}
.Topbar ul li{ font-size: 13px; width: 100%; line-height: 27px; float: none; margin-bottom: 5px;}
.Topbar ul{ padding-left: 0px; margin-bottom: 0px;}
.Topbar ul li i{ color: #FFF;}
.Header{ padding-top: 0px;}
.Header img{ width: 210px;}
.Header .info-box{ padding: 3px 0px 10px 55px; margin-left: 0px;}
.Header .info-box .icon-box{ width: 40px; height: 40px; line-height: 34px;}
.Header .info-box .icon-box i{ font-size: 14px;}
.Header .info-box ul li{ font-size: 12px;}
.navbar-inverse .navbar-header .navbar-toggle{ border: none; background: none; padding-right: 42%;}
.navbar-inverse .navbar-header .navbar-toggle:hover, .navbar-inverse .navbar-header .navbar-toggle:focus{ background: none;}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{ border: none;}
.navbar-inverse .navbar-collapse .navbar-nav{ margin-top: 0px; margin-bottom: 0px;}
.Tab .nav-tabs > li{ float: none; border-bottom: #FFF 1px solid;}
.Tab .nav-tabs li a{ font-size: 12px;}
.Reviews-Video .col-sm-5{ max-height: 150px;}
.Reviews-Video h3{ font-size: 16px; padding-top: 4px; margin-bottom: 0px;}
.Reviews-Video .testimonial-para{ font-size: 10px;}
.Reviews-Video .buton{ padding: 10px 12px;}
.Reviews-Video iframe{ width: 290px!important; height: 200px!important;}
.carousel-inner > .item > img{ max-height: 100px!important;}
.Job{ padding: 15px 0px;}
.Job .Job-text h6{ font-size: 28px;}
.Job .Job-text p{ font-size: 12px;}
.Networking{ padding: 0px 0px 20px 0px;}
.Networking .Networking-heading h6{ font-size: 24px; padding-bottom: 10px;}
.Networking .Net-course-box .Course-box-text h3{ font-size: 12px;}
.Networking .Net-course-box .Course-box-text p{ font-size: 10px;}
.Networking .Networking-button a{ padding: 10px 3px; font-size: 7px;}
.Software{ padding-top: 0px; padding-bottom: 20px;}
.Software .Software-heading h6{ font-size: 22px; padding-bottom: 10px;}
.Software .Soft-course-box .Soft-Course-box-text h3{ font-size:12px;}
.Software .Soft-course-box .Soft-Course-box-text p{ font-size: 10px;}
.Software .clear-soft{ clear: both;}
.Software .Software-button a{ padding: 10px 3px; font-size: 7px;}
.Training{ padding-top: 0px;}
.Training .Training-heading h6{ font-size: 18px; padding-bottom: 10px;}
.Training img{ margin-bottom: 10px;}
.Question-Section{ padding-top: 0px;}
.Question-Section .Ans-heading h6{ font-size: 21px; padding-bottom: 10px;}
.Question-Section .card-header h5{ font-size: 12px;}
.Question-Section .card-block{ font-size: 11px;}
.Company-place{ padding: 10px 0px;}
.company-clear{ clear: both;}
.Company-place .company-heading h6{ font-size: 18px; padding-bottom: 10px;}
.Footer .border1{ border-right: none;}
.Footer .border2{ border-right: none;}
.Footer .border3{ border-right: none;}
.Footer{ padding: 0px 0px 20px 0px;}
.Footer .footer-box1 h6{ font-family: 'Bree Serif', serif;}
.Footer .footer-box1 ul li{ font-size: 13px;}
.Footer .footer-box1 ul{ line-height: 24px;}
.Footer .footer-box2 h6{ font-family: 'Bree Serif', serif;}
.Footer .footer-box2 ul li{ font-size: 13px;}
.Footer .footer-box2 ul{ line-height: 24px;}
.Footer .footer-box3 h6{ font-family: 'Bree Serif', serif;}
.Footer .footer-box3 ul li{ font-size: 13px;}
.Footer .footer-box3 ul{ line-height: 24px;}
.Footer .footer-box4 h6{ font-family: 'Bree Serif', serif;}
.Footer .footer-box4 ul li{ font-size: 13px;}
.Footer .footer-box4 ul{ line-height: 24px;}
.Footer-bottom p{ padding-left: 0px; font-size: 13px; margin-bottom: 0px;}
.Footer-bottom .social-icon i{ width: 24px; height: 24px; font-size: 11px; line-height: 24px;}
.Footer-bottom{ padding: 10px 0px 6px 0px;}
.TRAINING-PAGE .Training-page-Heading h2{ font-size: 19px; padding-bottom: 10px;}
.TRAINING-PAGE{ padding-top: 0px;}
.selected .card-body{ margin-bottom: 10px;}
.selected h6{ padding-bottom: 10px;}
.selected .card-body h5{ font-family: 'Bree Serif', serif; text-transform: none;}
.selected{ padding-top: 0px;}
.selected .selected-clear{ clear: both;}
.selected .card-body .card-text1{ font-family: 'Roboto', sans-serif; font-size: 11px;}
.selected .card-body .card-text{ font-family: 'Roboto', sans-serif; font-size: 11px;}
.selected .card-body h4{ font-family: 'Roboto', sans-serif; font-size: 13px;}
.student-reviews{ padding: 0px 0px 20px 0px;}
.student-reviews .review-course-clp{padding: 0px 0px 15px 0px; margin-top: 50px;}
.student-reviews .user-img-rating{ padding-left: 0px; top: -0px;}
.student-reviews .review-user-info{ font-family: 'Bree Serif', serif; font-size: 13px;}
.student-reviews .user-review-img{ height: 70px; width: 70px;}
.review-heading h3{ color: #0087e2; font-family: 'Bree Serif', serif; font-size: 30px;}
.Branch .card-header h3{ font-size: 13px; padding-left: 3px; font-family: Rockwell;}
.Branch .card-header{ padding: 1px 0px 1px 1px; margin: 15px 0px 0px 0px;}
.Branch .card-body h5{ font-size: 12px;}
.Branch .card-body p{ font-size: 12px;}
.Branch .col-sm-3{padding: 0px;}
.Branch .col-sm-9{padding: 0px;}
.Branch .col-sm-12{padding: 0px;}
.Branch .card-body iframe{ max-height: 170px!important; max-width: 280px!important;}
.Online-registration h2{ font-size: 14px;}
.Online-registration h3{ font-size: 15px;}
.chatbox__title{ max-height: 15px;}
.chatbox--empty.chatbox--tray{ bottom: -232px;}
.chatbox--empty{ display: none;}
#dyscrollup-btn{ background:  #00974B!important; bottom: 1px!important; right: 55px!important; height: 26px!important; width: 26px!important; font-size: 15px!important;}
.Footer-info{ display: none;}
.Footer-bottom{ margin-bottom: 0px;}
.Scholarship-Modal .modal-content .modal-header h1{ font-size: 17px;}
.Scholarship-Modal .modal-content .modal-body h2{ font-size: 15px;}
.Scholarship-Modal .modal-content .modal-body .logo-padding{ padding-left: 0px;}
.Referred-Modal .modal-body{ padding: 0px 30px 30px 30px;}
.Referred-Modal .modal-body h3{ font-size: 18px;}
.Referred-Modal .modal-body h1{ font-family: calibri; text-align: center; font-size: 22px;}
.Referred-Modal .modal-body .table th{ font-size: 13px;}
.testimonial .testimonial-heading h2{ font-size: 23px;}
.testimonial .testimonial-heading{ margin-top: 0px; margin-bottom: 0px; padding: 0px;}
.media-carousel{ padding: 0px;}
.testimonial a i{ font-size: 40px;}
.media-carousel{ margin-top: 10px;}
.carousel-control{ width: 0%;}
.testimonial{ padding-bottom: 30px;}
.testimonial .button a{ padding: 6px 10px;}
.panel-body{ padding: 0px !important;}
	.item p img{width:230px !important; margin-left:18px;}
	.frends {font-size: 30px;}
	.jaikumar {width: 430px; margin-top: 112px;}
	.ranjeet {width: 430px; margin-top: 70px;}
	.atif {margin-top:-7px; width: 430px;}
	.kashif {margin-top:77px; width: 430px;}
	.vishal {margin-top:-72px; width: 430px;}
	.salman { width: 430px; margin-top: 101px;}
	.pranaV {width: 430px; margin-top: -88px;}
	.sidho { width: 430px; margin-top: -53px;}
	.ritu {width: 430px; margin-top: 65px;}
	.shiv {margin: -54px 0 -73px 0; width: 430px;}
	.tajener {width: 430px; margin-top: -23px;}
    .rajkumar {width: 430px; margin-top: 83px;}
	.akriti { width: 430px; margin-top: 50px;}
	.biplap { width: 430px; margin-top: 90px;}
	.rajkumar-singh {width: 430px; margin-top: -72px;}
	.silpa {width: 430px;}
	.manish {margin-top: 89px; width: 430px;}
	.pooja {width: 430px; margin-top: -58px;}
	.ankit {width: 430px; margin:70px 0 74px 0;}
	.nadeem {width: 430px;}
	.rakesh {width: 430px; margin:89px 0 75px 0;}
	.ritu-singh {width: 430px;}
	.gupen {width: 430px; margin-top: -94px;}
	.pratuyush {margin: 134px 0 173px 0; width: 430px;}
	 .pirity {width: 430px;}
	.anu {width: 430px; margin: -109px 0 -66px 0;}
	.sweta {width: 430px; margin: -28px 0 -81px 0;}
	.sushma {width: 430px; margin-top: -126px;}
	.manisha-kumari { width: 430px;}
	.Sindhu {width: 430px; margin:-117px 0 55px 0;}
	.bhawna {width: 430px; margin: 54px 0 -90px 0;}
	.review1 { width: 430px; margin:140px 0 41px 0;}
	.review2 {width: 430px; margin: -89px 0 89px 0;}
	.review3 {width: 430px;}
	.review4 {width: 430px; margin: -53px 0 -24px 0;}
	.review5 {width: 430px;}
	.review9 {width: 430px; margin:-10px 0 -17px 0;}
	.review6 {width: 430px;}
	.review7 {width: 430px; margin:-72px 0 -123px 0;}
	.review8 {width: 430px;}
	.review10 {width: 430px; margin: 176px 0 105px 0;}
	.review11 {width: 430px;}
	.review12 {width: 430px; margin: -105px 0 -145px 0;}
	.review13 {width: 430px; margin: 0 0 66px 0;}
	.review14 {width: 430px;}
	.review15 {width: 430px; margin-top: -152px;}
	.review16 {width: 430px; margin: 144px 0 73px 0;}
	.review17 {width: 430px;}
	.review18 {width: 430px; margin: 199px 0 124px 0;}
	.review19 {width: 430px;}
	.review20 {width: 430px; margin: 100px 0 80px 0;}
	.review21 {width: 430px; margin-top: 75px;}
	.review22 {width: 430px; margin: 52px 0 101px 0;}
	.review23 {width: 430px;}
	.review24 {width: 430px; margin-top: 98px;}
	.review25 {width: 430px; margin-top: 58px;}
	.review26 {width: 430px;}
	.review28 {width: 430px; margin:56px 0 -146px 0;}
	.review27 {width: 430px; margin-top: -162px;}
	.review29 {width: 430px; margin:72px 0 67px 0;}
	.review30 {width: 430px; margin: -183px 0 58px 0;}
	.review36 {width: 430px;margin:83px 0 96px 0;}
	.review31 {width: 430px;}

	.review32 {width: 430px; margin:59px 0 78px 0;}
	.review33 {width: 430px;}
	.review34 {width: 430px;margin:62px 0 -98px 0;}
	.review35 {width: 430px; margin: 101px 0 -58px 0;}
	
	.review37 {width: 430px; margin: -58px 0 -117px 0;}
	.review38 {width: 430px;margin: 135px 0 144px 0;}
	.review39 {width: 430px; margin:-148px 0 -129px 0;}
	.review40 {width: 430px;}
	.review41 {width: 430px; margin:66px 0 -162px 0;}
	.review42 {width: 430px;}
	.review43 {width: 430px; margin: -164px 0 -172px 0;}
	.review44 {width: 430px; margin: 79px 0 101px 0;}
	.review45 {width: 430px; margin-top: -179px;}
	.review46 {width: 430px; margin:56px 0 81px 0;}
	.review48 {width: 430px; margin: 98px 0 -187px 0;}
	.review47 {width: 430px;}
	.review49 {width: 430px; margin: 96px 0 111px 0;}
	.review50 {width: 430px; margin: -188px 0 61px 0;}
	
	.review51 {width: 430px;}
	.review52 {width: 430px; margin: 65px 0 66px 0;}
	.review53 {width: 430px;}
	.review54 {width: 430px; margin-top: 63px;}
	.review55 {width: 430px; margin: -168px 0 -166px 0;}
	.review56 {width: 430px;}
	.review57 {width: 430px; margin: -164px 0 -203px 0;}
	.review58 {width: 430px;}
	.review59 {width: 430px; margin:67px 0 66px 0;}
	.review60 {width: 430px;}
	.review61 {width: 430px;}
	.review62 {width: 430px; margin-top: 61px;}
	.review63 {width: 430px; margin: -140px 0 -192px 0;}
	.review64 {width: 430px; margin-top: 116px;}
	.review65 {width: 430px; margin: -162px 0 -161px 0;}
	.review66 {width: 430px;}
	.review67 {width: 430px; margin: -123px 0 63px 0;}
	.review68 {width: 430px;}
	.review69 {width: 430px; margin: -125px 0 -172px 0;}
	.review70 {width: 430px; margin: 154px 0 125px 0;}
	.review71 {width: 430px; margin-top: -177px;}
	.review72 {width: 430px; margin: 83px 0 -152px 0;}
    .review73 {width: 430px; margin: 134px 0 -143px 0;}
	.review74 {width: 430px;}
	.review75 {width: 430px; margin: -106px 0 -133px 0;}
	.review76 {width: 430px; margin: 91px 0 98px 0;}
	.review77 {width: 430px;}
	.review78 {width: 430px; margin: 114px 0 61px 0;}
	.review79 {width: 430px;}
	.review80 {width: 430px; margin: 85px 0 84px 0;}
	.review81 {width: 430px;}
	.review82 {width: 430px; margin:79px 0 -188px 0;}
	.review83 {width: 430px; margin: 93px 0 -163px 0;}
	.review84 {width: 430px;}
	.review85 {width: 430px; margin: -164px 0 -202px 0;}
	.review86 {width: 430px;}
	.review87 {width: 430px; margin: 61px 0 -160px 0;}
	.review88 {width: 430px;}
	.review89 {width: 430px; margin: -170px 0 -162px 0;}
	.review90 {width: 430px;}
	.review91 {width: 430px; margin: 75px 0 -183px 0;}
	.review92 {width: 430px; margin: 134px 0 139px 0;}
	.review93 {width: 430px; margin: -121px 0 -111px 0;}
	.review94 {width: 430px; margin: 71px 0 80px 0;}
	.review95 {width: 430px;}
	.review96 {width: 430px; margin: 82px 0 82px 0;}
	.review97 {width: 430px;}
	.review98 {width: 430px; margin: 79px 0 -164px 0;}
	.review99 {width: 430px; margin: 102px 0 -144px 0 ;}
	.review100 {width: 430px;}
	.review101 {width: 430px; margin:-162px 0 -204px 0;}
	.review102 {width: 430px;}
	.review103 {width: 430px; margin:69px 0 -182px 0;}
	.review104 {width: 430px;}
    .review105 {width: 430px; margin: 65px 0 -163px 0;}
	.review106 {width: 430px;}
	.review107 {width: 430px; margin: -148px 0 107px 0;}
	.review108 {width: 430px;}
	.review109 {width: 430px; margin: 88px 0 -145px 0;}
	.review110 {width: 430px;}
	.review111 {width: 430px; margin: -184px 0 106px 0;}
	.review112 {width: 430px;}
	.review113 {width: 430px; margin: -106px 0 75px 0;}
	.review114 {width: 430px;}
	.review115 {width: 430px; margin: -106px 0 59px 0;}
	.review116 {width: 430px;}
	.review117 {width: 430px; margin:90px 0 -90px 0;}
	.review118 {width: 430px; margin: 0 0 63px 0;}
	.review119 {width: 430px;}
	.review120 {width: 430px; margin:170px 0 125px 0;}
	.read-more {margin-top: 12px; text-align: center; margin-bottom: 10px}
	.fresher-selection h3 {font-size: 12px; width:290px; margin-left: 0px;}
	.review121 {width: 430px;}
	.review122 {width: 430px; margin:148px 0 158px 0;}
	.review123 {width: 430px;}
	.review124 {width: 430px; margin:135px 0 146px 0;}
	.review125 {width: 430px;}
    .review126 {width: 430px; margin:83px 0 97px 0;}
	.review127 {width: 430px; margin: -80px 0 -85px 0;}
	.review128 {width: 430px; margin: 232px 0 200px 0;}
	.review129 {width: 430px; margin: -35px 0 -61px 0;}
	.review130 {width: 430px;}
	.review131 {width: 430px; margin: 164px 0 80px 0;}
	.footer-section { margin-top: 10px; height:120px;}
	.navbar {min-height: 32px !important;}
	.company h4 {font-size: 14px;}
	.TRAINING-PAGE .Training-page-Heading h6 {font-size: 15px;}
    .pop {top:-3px; left: 28px; width: 161px; font-size: 18px;}
	.panel-body {margin-bottom:50px; transition: transform .2s; -ms-transform: scale(1.2); -webkit-transform: scale(1.2);}
	h1.frends {text-align: center; font-size: 20px;}
	.Wishes {text-align: center; font-size: 16px; font-family: -webkit-body; width: 255px; margin: -26px 0 34px 17px;}
	.whatsapp-call {left: 250px;} 
	.animation {top: 312px;}	
	.Offr_form_div .enquiry_in {max-width:350px; width:75%; top: 7px;}
	marquee {font-size: 12px;}
	.plecement img { width: 187px; margin-left: 64px; margin-top: -253px;}
	.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-.responsive video {position: absolute; top: 3px; bottom: 0; left: 16px; width: 89%; height: 97%; border: 0;}
	.evision-certification img {width:150px; margin-top:5px; margin-left:99px;}
	ul.main-margin {margin-right: 0px;}
	
}
