
@import url('/la-assets/css/bootstrap.css');
@import url('https://grras.com/js/vendor/assets/owl.carousel.min.css');
@import url('https://grras.com/js/vendor/assets/owl.theme.default.min.css');
@import url('https://grras.com/css/aos.css');
@import url('https://grras.com/css/ihover.min.css');
@import url('https://grras.com/css/normalize.css');
@import url('https://grras.com/css/swiper.min.css');
@charset "utf-8";

/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */

@import url(https://fonts.googleapis.com/css?family=Open+Sans|Raleway);
@import url(https://use.typekit.net/gxy8pbw.css);

fieldset,
hr {
	border: 0;
	padding: 0
}

body,
html {
	/*font-family: Raleway, sans-serif*/
	font-family: proxima-nova,sans-serif;
}

#search,
a:active,
a:focus,
a:hover,
a:visited {
	text-decoration: none
}
h2.text-uppercase.build_career_heading {
    color: white;
}
.btn {
    display: inline-block;
    color: white;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #333333;
    background: #a71621;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container.custom-container.course-header-highlight {
    background: rgba(0, 0, 0, 0.39);
    border-radius: 25px;
    padding: 1%;
    width: 44%;
    margin: 2%;
}

.banner_tt span {
    color: white;
}

a#dropdownMenuLink {
    background: #24394c !important;
    color: white !important;
}	
.gsocial > .gcontainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.headingstag{
	padding: 4%;
}
.choose_icons i {
    color: #a71621;
    font-size: 50px;
    display: block;
    text-align: center;
}
.c_thumb1:hover {
    background: #83253f;


}

input {
  border: 1px solid #999;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}

input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}

input[type=submit] {
  background-color: #e00;
  color: #fff;
  cursor: pointer;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.progress {
    position: fixed;
    left: 0px;
    top: -2px;
    width: 100%;
    height: 2px;
    z-index: 9999;
    background-color: #F2F2F2;
}
.autocomplete-items div {
	text-align: center;
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}
.progress {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0px !important;
    z-index: 9999;
    background-color: #F2F2F2;
}
/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}
.c_thumb1:hover h1 
{
	 font-family: Raleway, sans-serif;
 color: #fff;

}

.c_thumb1:hover p 
{
 color: #fff;

}
.c_thumb1:hover .choose_icons i {
    color: #fff;
}
.c_thumb1 h1 {
        font-family: 'OpenSans-SemiBold';
        
  
}



inner-menu.dropdown-menu {
    width: 200px;
    height: 560px !important;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    top: 0px!important;
    list-style: none;
}

.alumni-says {
    width: 100%;
    height: 200px;
    overflow: scroll;
}



#aboutus {
    padding: 0px;
    background-color: #fff;
}
.c_thumb1 p {

                font-size: 14px;
    line-height: 20px;
    padding: 10px;
    font-family: Raleway, sans-serif;
    text-align: center;

}
.c_thumb1 {
	border-left: 1px solid rgba(0,0,0,.15);
    border-bottom: 1px solid rgba(0,0,0,.15);
    width: 100%;
    padding: 30px;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}



.choose_box:hover {
    background: #1b9ce3;
    -webkit-box-shadow: 0 0 27px -16px rgba(0,0,0,.75);
    box-shadow: 0 0 27px -16px rgba(0,0,0,.75);
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.g {
    position: inherit !important !important;
    width: 100%;
    left: 0;
    right: 0;
    top: 75px;
}

.g {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.build_career_title22{
	background: rgba(0, 0, 0, 0.2);
    padding: 11px;
    
    padding: 10px;
   
}


.custom-select,
.float-shadow,
.my_media .media-body,
audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle
}

.course_para h1,
.our_story h1,
.program_box h2,
.related-course-body>h5 {
	text-transform: uppercase
}
.navbar-brand {
    float: left;
    padding: 7px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}
#get_franchisee .col-sm-5,
#our_company_story .col-sm-5,
#practical_labs .col-sm-5,
.review-header-block .row.d-flex .align-self-center {
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center
}

html {
	color: #222;
	line-height: 1.4;
	font-size: 1em
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none
}

::selection {
	background: #b3d4fc;
	text-shadow: none
}

hr {
	display: block;
	height: 1px;
	border-top: 1px solid #ccc;
	margin: 1em 0
}

fieldset {
	margin: 0
}

textarea {
	resize: vertical
}

.browserupgrade {
	margin: .2em 0;
	background: #ccc;
	color: #000;
	padding: .2em 0
}

.contact_sec ul,
.menu_bar .navbar {
	margin-bottom: 0
}

.contact_sec ul li,
.news_feed h5 {
	color: #FFF;
	font-size: 14px
}

body {
	margin: 0;
	padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: proxima-nova,sans-serif;
}

,
dd,
div,
dl,
dt,
input,
label,
li,
ol,
p,
span,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
ul {
	font-family: Raleway, sans-serif
}

.top_bar {
	width: 100%;
	height: auto;
	background: #333333
}

.header_top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center
}

.news_feed {
	width: 40%
}

.contact_sec .register_btn {
	background: #ff005f;
	border: none;
	padding: 10px 20px
}

.home-header {
	position: relative
}

.menu_bar {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 11;
    top: 0;
    
    height: 80px;
}

.menu_bar .navbar-brand>img {
	height: 60px
}

.navbar-header .icon-bar {
	background: #999
}

.navbar-nav #nav_search {
	display: none
}

.navbar-nav #nav_search .form-control,
.navbar-nav .nav-search {
	display: inline-block
}

.my_navbar {
	margin-top: 20px
}

.my_navbar>li {
	margin: .1rem
}

.my_navbar>li>a {
	color: #fff;
	font-size: 16px;
	-webkit-transition: all ease-in .4s;
	-o-transition: all ease-in .4s;
	transition: all ease-in .4s;
	padding: .6rem .8rem
}

#search-li {
	padding-top: 10px;
	padding-bottom: 10px
}

a.dropdown-toggle>img {
	width: 32px;
	height: 32px
}
.theme-background-color {
    background-color: #a71621 !important;
}
.grras-dropdown-inner-menu>li>a::after,
.grras-dropdown-menu>li>a::after {
	content: '\f105';
	width: 20px;
	height: 20px;
	right: 10px;
	bottom: 0
}

.my_navbar.nav .open>a,
.my_navbar.nav .open>a:focus,
.my_navbar.nav .open>a:hover,
.my_navbar>li.active>a,
.my_navbar>li>a:active,
.my_navbar>li>a:focus,
.my_navbar>li>a:hover {
	color: #0745b1;
	border: 1px solid #0745b1;
	background-color: rgba(255, 255, 255, .7);
	border-radius: 25px;
	background-image: none;
	padding: .6rem .8rem
}

.grras-dropdown-menu {
	min-width: 260px;
	padding: 0;
	background-color: #fff
}

.grras-dropdown-menu>li {
	position: relative
}

.grras-dropdown-menu>li+li {
	margin-top: 2px
}

.grras-dropdown-menu>li>a {
	padding: 8px 15px;
	position: relative;
	background-color: #83253f;
	color: #fff;
	-webkit-transition: background-color ease .4s, color ease-out .3s;
	-o-transition: background-color ease .4s, color ease-out .3s;
	transition: background-color ease .4s, color ease-out .3s
}
.city-nav-dropdown {
    float: right;
    position: absolute;
    right: 5%;
    top: 33% !important;
}

a.dropdown-item {
    color: black;
    margin: 10%;
    font-weight: 700;
    font-family: sans-serif;
}
.grras-dropdown-menu>li>a::after {
	font: 1rem FontAwesome;
	position: absolute;
	border-radius: 50%;
	background-color: #fff;
	color: #111;
	text-align: center;
	line-height: 20px;
	top: 0;
	margin: auto;
	-webkit-transition: right ease .4s, color ease-in .4s, background-color ease-out .3s;
	-o-transition: right ease .4s, color ease-in .4s, background-color ease-out .3s;
	transition: right ease .4s, color ease-in .4s, background-color ease-out .3s
}

.grras-dropdown-menu>li>a:active,
.grras-dropdown-menu>li>a:focus,
.grras-dropdown-menu>li>a:hover {
	background-color: #f5f5f5;
	color: #111
}

.grras-dropdown-menu>li>a:active::after,
.grras-dropdown-menu>li>a:focus::after,
.grras-dropdown-menu>li>a:hover::after {
	background-color: #00a8ff;
	color: #fff;
	right: 5px
}

.grras-dropdown-inner-menu {
    position: absolute;
    min-width: 220px;
    display: none;
    float: left;
    font-size: 14px;
    text-align: left;
    list-style: none;
    padding: 0;
    z-index: 1000;
    top: 0px !important;
    left: 100%;
    background-color: #8e2138;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.grras-dropdown-inner-menu>li+li {
	margin-top: 2px
}

.grras-dropdown-inner-menu>li>a {
	display: block;
	padding: 10px 15px;
	position: relative;
	background-color: #80223ad1;
	color: #fff;
	-webkit-transition: background-color ease .4s, color ease-out .3s;
	-o-transition: background-color ease .4s, color ease-out .3s;
	transition: background-color ease .4s, color ease-out .3s
}

.banner-table,
.slider_content_bg>.slider_content_title {
	padding: .5em;
	background-color: rgba(22, 71, 1, .3)
}

.grras-dropdown-inner-menu>li>a::after {
	font: 1rem FontAwesome;
	position: absolute;
	border-radius: 50%;
	background-color: #fff;
	color: #111;
	text-align: center;
	line-height: 20px;
	top: 0;
	margin: auto;
	-webkit-transition: right ease .4s, color ease-in .4s, background-color ease-out .3s;
	-o-transition: right ease .4s, color ease-in .4s, background-color ease-out .3s;
	transition: right ease .4s, color ease-in .4s, background-color ease-out .3s
}

.grras-dropdown-inner-menu>li>a:active,
.grras-dropdown-inner-menu>li>a:focus,
.grras-dropdown-inner-menu>li>a:hover {
	background-color: #f5f5f5;
	color: #111
}

.grras-dropdown-inner-menu>li>a:active::after,
.grras-dropdown-inner-menu>li>a:focus::after,
.grras-dropdown-inner-menu>li>a:hover::after {
	background-color: #00a8ff;
	color: #fff;
	right: 5px
}

#home_slider .carousel-inner .item:first-child,
#home_slider .carousel-inner .item:last-child,
#home_slider .carousel-inner .item:nth-child(2),
#home_slider .carousel-inner .item:nth-child(3) {
	background-size: cover;
	min-height: 500px;
	height: auto
}

#home_slider .carousel-control.left,
#home_slider .carousel-control.right {
	background-image: none;
	opacity: 1
}

#home_slider .carousel-control.left:focus,
#home_slider .carousel-control.left:hover,
#home_slider .carousel-control.right:focus,
#home_slider .carousel-control.right:hover {
	opacity: 1
}

#home_slider .carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 40px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	filter: alpha(opacity=50);
	opacity: .5;
	margin: auto;
	background-color: #a71621;
}

#home_slider .carousel-control.right {
	right: 0;
	left: auto
}

#home_slider .carousel-control .glyphicon-chevron-left,
#home_slider .carousel-control .glyphicon-chevron-right,
#home_slider .carousel-control .icon-next,
#home_slider .carousel-control .icon-prev {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1em;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center
}

.slider_content {
	background: rgba(0, 0, 0, 0)
}

.slider_content.slider_content_bg {
	background-color: rgba(22, 71, 1, .3);
	width: 55%;
	position: relative
}

.banner_trophy {
	position: absolute;
	top: -15px;
	right: -50px;
	width: 95px
}

.slider_content_bg>.slider_content_title {
	font-size: 1.5em;
	margin: 0;
	color: #fff
}

.banner-table .table {
	margin: 0
}

.table-main {
	border-collapse: separate;
	border-spacing: 0 .4em
}

.table-main.table>tbody>tr>td,
.table-main.table>tbody>tr>th,
.table-main.table>tfoot>tr>td,
.table-main.table>tfoot>tr>th,
.table-main.table>thead>tr>td,
.table-main.table>thead>tr>th {
	padding: 0;
	border-top: 0
}

.slider_content_bg>.slider_content_subtitle {
	background-color: rgba(0, 0, 0, .3);
	font-size: 1.25em;
	margin: 0;
	padding: .5em;
	color: #fff
}

.slider_content h1,
.slider_content p {
	color: #FFF;
	margin-bottom: .4rem;
	font-family: Raleway, sans-serif
}

.slider_content h1 {
	font-size: 2rem;
	line-height: 1.1;
	font-weight: 700;
	text-align: center;
}

.slider_content p {
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}

.slider_content button {
    border: none;
    background: #a71621;
    padding: 15px 30px;
    color: #fff;
    margin-top: 1.5rem;
    outline: 0;
    font-size: 1rem;
    margin-left: 41%;
}


.slider_content button>a {
	color: #fff
}

.our_program {
	width: 100%;
	height: auto;
	padding: 3rem 0
}

.program-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end
}

.program_box {
	border: 1px solid #CCC;
	-webkit-box-shadow: 0 0 15px #666;
	        box-shadow: 0 0 15px #666;
	position: relative;
	margin: 1em 1em 3em;
	width: 25%;
	background-color: #fff
}

.our_program .program-block:first-child .program_box:nth-child(2),
.our_program .program-block:nth-child(2) .program_box:last-child {
	margin-left: 4em
}

.program_box.custom-ml {
	margin-left: 6rem
}

.program_box.less_border_box {
	border: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	width: auto;
	max-width: 33%
}

.program_box .img_thumb,
.program_box .img_thumb>img {
	width: 100%;
	height: 250px
}

.program_box .img_thumb {
	margin-top: -20px;
	margin-left: -15px;
	position: relative
}

.program_box .img_thumb::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .4)
}

.program_box .img_thumb>.img-title {
	font-size: 15px;
	color: #FFF;
	position: absolute;
	bottom: 20px;
	left: 25px
}

.program_box .pro_content {
	margin-bottom: auto
}

.program_box .pro_content p {
	font-size: 14px;
	line-height: 20px;
	padding: 10px;
	font-family: Raleway, sans-serif
}

.pro_footer {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background-color: #000;
	color: #fff;
	display: none;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center
}

.coureses_bg .courese_detail,
.coureses_bg .pink_bg {
	height: auto;
	width: 100%
}

.program_box h2 {
	font-size: 76px;
	font-weight: 700;
	font-family: Raleway, sans-serif;
	color: #a7162140;
	margin: 0
}

.coureses_bg {
	background-size: cover
}

.coureses_bg .pink_bg {
	margin: 0;
	padding: 5rem 0 4rem
}

.d-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap
}

.coureses_bg .d-flex>div {
	margin-bottom: 1.25rem
}

.courese_detail h1 {
	font-size: 2.5em;
	color: #FFF;
	font-family: Raleway, sans-serif;
	font-weight: 700;
	padding-top: 20px
}

.courese_detail p {
	font-family: Raleway, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #FFF
}

.course_box {
	width: 100%;
	height: 100%;
	position: relative;
	background: #FFF;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column
}

.course_box:hover {
	-webkit-transform: scale(1.1, 1.1);
	    -ms-transform: scale(1.1, 1.1);
	        transform: scale(1.1, 1.1);
	cursor: pointer
}

.course_box .c_thumb {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center
}

.course_box .c_thumb>img {
	height: 250px
}

.course_para h1 {
	font-size: 20px;
	font-family: Raleway, sans-serif;
	line-height: 26px;
	padding: 10px;
	margin: 0
}

.course_para p {
	font-size: 1em;
	font-family: Raleway, sans-serif;
	line-height: 1.5;
	max-height: 7.6em;
	overflow: hidden;
	position: relative;
	padding: 0 20px 10px 10px
}

.course_para p::after {
	content: '...';
	position: absolute;
	right: 8px;
	font-size: 2em;
	bottom: -5px;
	padding-left: 6px;
	background: #fff
}

.about-blue-block::after,
.float-shadow::before,
footer .footer-link-heading::after {
	content: ''
}

.course_box .large_btn {
	width: 100%;
	height: 60px;
	background: #a71621;
	cursor: pointer;
	margin-top: auto;
	margin-bottom: 0
}

.large_btn button {
	color: #FFF;
	font-size: 18px;
	font-family: Raleway, sans-serif;
	background: 0 0;
	border: none;
	outline: 0;
	font-weight: 700;
	line-height: 60px
}

.visite_course {
	color: #FFF;
	cursor: pointer;
	margin-bottom: 20px
}

.our_partners {
	width: 100%;
	height: auto;
	padding: 3rem 0 1rem
}

.our_partners h1 {
	font-size: 22px;
	font-family: Raleway, sans-serif;
	font-weight: 700;
	margin-bottom: .5rem
}

.our_partners h2 {
	font-size: 18px;
	font-family: Raleway, sans-serif;
	font-weight: 700;
	margin-top: 0
}

.our_partners .company_thumbs {
	border: 0 solid #c9c9c9;
	-webkit-box-shadow: 0 0 12px #666;
	        box-shadow: 0 0 12px #666;
	margin: 20px 0;
	position: relative;
	-webkit-animation: mymove 15s infinite;
	animation: mymove 10s infinite;
	padding: 1em;
	width: 100%;
	height: 140px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center
}

.our_partners .company_thumbs>img {
	margin: auto
}

.ih-item.square.effect6 .info {
	background-color: rgba(255, 0, 95, .4)
}

.owl-carousel .owl-item img {
	width: auto;
	margin: auto
}

.hiring_partners h2,
.my_media h3 {
	margin-top: 0;
	font-family: Raleway, sans-serif
}

.hiring_partners {
	width: 100%;
	height: auto;
	padding: 3rem 0 2.5rem
}

.hiring_partners h1 {
	font-size: 22px;
	font-family: Raleway, sans-serif;
	font-weight: 900;
	margin-bottom: .5rem
}

.hiring_partners h2 {
	font-size: 18px;
	font-weight: 600
}

.hiring_partners p {
	font-size: 13px;
	line-height: 22px;
	font-family: Raleway, sans-serif
}

.hiring_partners .company_thumbs {
	height: 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center
}

.hiring_partners .company_thumbs:hover {
	border: 2px solid #dbdbdb;
	z-index: 11;
	position: relative
}

.float-shadow {
	display: inline-block;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-box-shadow: 0 0 1px transparent;
	        box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	   transition-duration: .3s;
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.float-shadow:active,
.float-shadow:focus,
.float-shadow:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	    transform: translateY(-5px)
}

.float-shadow:active::before,
.float-shadow:focus::before,
.float-shadow:hover::before {
	opacity: 1;
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	    transform: translateY(5px)
}

.float-shadow::before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: -o-radial-gradient(center, ellipse, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	   transition-duration: .3s;
	-webkit-transition-property: transform, opacity;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform
}

.build_career .btn,
.copyright .btn,
footer ul li a {
	-webkit-transition: all ease-in .4s;
	-o-transition: all ease-in .4s;
	transition: all ease-in .4s
}

.our_story {
	width: 100%;
	height: auto;
	padding: 3rem 0 5rem
}

.our-story-heading {
	margin-bottom: 3rem
}

.content-left.container {
	padding-left: 0;
	margin-left: 0
}

.our-story-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row nowrap;
	        flex-flow: row nowrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center
}

.story_content {
	width: 28%;
	z-index: -1
}

.our_story .story_content h2 {
	font-size: 55px;
	font-weight: 700;
	font-family: Raleway, sans-serif;
	color: #e6e6e6;
	text-transform: uppercase;
	line-height: 61px
}

.our_story h1 {
	font-size: 22px;
	font-family: Raleway, sans-serif;
	font-weight: bolder
}

.my_media {
	width: 32%;
	height: auto;
	border: 1px solid #bdb9bb;
	-webkit-box-shadow: 0 0 15px #bdb9bb;
	        box-shadow: 0 0 15px #bdb9bb;
	padding: 1rem;
	background-color: #fff
}

.my_media h3 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 1rem
}

.my_media .media-object {
	border-radius: 50%;
	width: 100px;
	height: 100px
}

.my_media .media-heading {
	    font-family: initial;
    font-weight: 900;
}

.my_media .media-subheading {
	color: #a71621;
    font-family: initial;
    font-weight: 600;
}

.my_media .media-content {
	    font-size: 20px;
    font-family: initial;
	
}

.my_media .btn {
	background-color: #ff005f;
	border: none;
	outline: 0;
	color: #fff;
	padding: 8px 18px;
	margin: 10px;
	border-radius: 0
}

.our-story-gallery {
	width: 41%;
	height: auto;
	margin-left: auto;
	margin-right: 0
}

.our-story-gallery .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.our-story-gallery .swiper-pagination-bullet {
	opacity: .8;
	background-color: #fff
}

.our-story-gallery .swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.gallery-navs {
	text-align: center;
	padding: 1rem
}

.gallery-navs>ul {
	margin-bottom: 0
}

.gallery-navs ul li {
	border-radius: 50%;
	width: 10px;
	height: 10px;
	background-color: #222
}

.build_career,
footer {
	width: 100%;
	height: auto
}

.build_career {
	background-color: #000;
	padding: 2rem 0
}

.build_career_block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row nowrap;
	        flex-flow: row nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center
}

.build_career h1 {
	font-size: 2rem;
	line-height: 42px;
	font-family: Raleway, sans-serif;
	font-weight: 600;
	color: #fff;
	margin: 0
}

.build_career .btn {
	background: 0 0;
	border: 3px solid #fff;
	outline: 0;
	padding: 15px 40px;
	color: #fff;
	border-radius: 0;
	font-weight: 700;
	font-family: Raleway, sans-serif;
	font-size: 1.4rem;
	float:right;
}

.build_career .btn:focus,
.build_career .btn:hover {
	background-color: #fff;
	color: #222;
	-webkit-box-shadow: 1px 1px 8px 0 #eee;
	        box-shadow: 1px 1px 8px 0 #eee
}

footer {
	background-color:#24394c;
	margin: 0;
	padding: 3rem 0
}

footer .footer-link-heading {
	font-size: 1em;
	line-height: 2.5rem;
	font-family: Raleway, sans-serif;
	color: #fff;
	font-weight: 600;
	position: relative;
	margin: 0
}

footer .footer-link-heading::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40%;
	height: 2px;
	border: 2px solid #5d5d5d
}

footer .footer_item {
	padding-left: 0;
	margin-top: .5rem;
	margin-left: 0
}

footer ul li {
	list-style: none;
	padding-top: 5px
}


footer ul li a {
	color: #f5f5f5;
	font-size: 13px;
	font-family: Raleway, sans-serif
}

footer ul li a:focus,
footer ul li a:hover {
	text-decoration: none;
	color: #fff
}

.social_links i {
	color: #a3a3a3;
	font-size: 28px;
}

.copyright .btn,
.left_copyright p {
	color: #fff;
	font-family: Raleway, sans-serif
}

.copyright {
	width: 100%;
	height: auto;
	background-color: #000c;
}

.copyright-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row nowrap;
	        flex-flow: row nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: .5rem 0
}

.left_copyright p {
	font-size: 12px;
	margin: 0
}

.copyright .btn {
	border: none;
	outline: 0;
	background-color: #00a8ff;
	padding: 8px 20px;
	text-shadow: none;
	font-weight: 400;
	border-radius: 0;
	font-size: 1em
}

.copyright .btn:focus,
.copyright .btn:hover {
	color: #f5f5f5;
	background-color: #00b9ff
}

.footer-logo>img {
	width: 60px
}

.build_career_heading>span {
	color: #a3a3a3
}

#search {
	position: relative;
	padding: 0;
	height: 32px;
	border: none
}

#search::after {
	content: " ";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	opacity: 0
}

#search button,
#search input {
	padding: 0;
	margin: 0;
	height: auto;
	border: none;
	background: 0 0
}

#search input {
	font-size: 14px;
	color: #222;
	outline: 0;
	border-radius: 0;
	background-color: #fff;
	line-height: 1
}

#search:active input,
#search:focus input,
#search:hover input {
	padding: .5rem
}

#search input:focus {
	outline: 0;
	-webkit-box-shadow: none;
	        box-shadow: none
}

#search input::-webkit-input-placeholder {
	color: #999
}

#search input::-moz-placeholder {
	color: #999
}

#search input:-ms-input-placeholder {
	color: #999
}

#search input::-ms-input-placeholder {
	color: #999
}

#search input::placeholder {
	color: #999
}

#search .dropdown-menu {
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	background: 0 0;
	min-width: 0;
	margin: 0;
	float: none;
	padding: 0;
	width: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: initial;
	-ms-transform: initial;
	    transform: initial;
	border: none;
	z-index: 11;
	top: -3px;
	right: 30px
}

#search .dropdown-menu+a.dropdown-toggle {
	display: inline-block;
	margin-top: -4px;
	border: none
}

#search.open .dropdown-menu,
#search:hover .dropdown-menu {
	width: 200px
}

#search.open::after,
#search:hover::after {
	opacity: 1
}

.course-detail-header {
	background: url(../img/_inner_page/inner_banner.jpg) center center no-repeat #000;
	background-size: cover;
	height: 488px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center
}

#course-advantage {
	margin-top: -3rem
}

.advantage-block {
	background-color: #fff;
	border-radius: 8px;
	padding: 1.5rem 1rem;
	-webkit-box-shadow: -1px 2px 8px 0 #cecece;
	        box-shadow: -1px 2px 8px 0 #cecece;
	margin-bottom: 4rem;
	position: relative;
	z-index: 9
}

.advantage-block>h1 {
	margin-bottom: 1.5rem;
	font-weight: 700
}

.advantage-content>p {
	margin-bottom: .3rem;
	font-size: 15px
}

.advantage-content>div {
	font-size: 13px
}

.col-box+.col-box {
	border-left: 2px solid #cecece
}

.advantage-bottom-block {
	margin-bottom: 4rem
}

.brochure-btn>.btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	width: 100%;
	border-radius: 8px;
	height: 150px;
	text-align: left;
	padding: 1rem
}

.about-blue-block,
.about-blue-block::after {
	height: 280px;
	width: 300px;
	border-radius: 50px;
	-webkit-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s
}

.brochure-btn>.btn:focus,
.brochure-btn>.btn:hover {
	color: #fff;
	z-index: 11;
	-webkit-box-shadow: -1px 1px 8px 0 #222;
	        box-shadow: -1px 1px 8px 0 #222
}

.advantage-bottom-content {
	margin-left: 2rem;
	text-align: justify
}

.advantage-bottom-content>h1 {
	font-weight: 900;
	font-size: 22px
}

.partners-block {
	padding: 1.4rem 0;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece
}

.partners-block .company_thumbs {
	margin: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

#aboutus {
    padding: 0rem 0;
    background-color: #fff;
}

.about-blue-block {
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	background-color: #cecece;
	-webkit-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	transform: rotate(20deg)
}

.about-blue-block::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #0745b1;
	-webkit-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	transform: rotate(-20deg)
}

.about-blue-block>.btn {
	z-index: 1;
	-webkit-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	transform: rotate(-20deg);
	border-radius: 50%;
	border: none;
	padding: 0;
	width: 50px;
	height: 50px;
	line-height: 1;
	color: #fff;
	font-size: 1.4rem
}

.about-blue-block:focus,
.about-blue-block:hover {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	cursor: pointer
}

.about-blue-block:focus::after,
.about-blue-block:focus>.btn,
.about-blue-block:hover::after,
.about-blue-block:hover>.btn {
	-webkit-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	transform: rotate(20deg)
}

.about-btn>.btn {
	padding: 10px 30px;
	font-weight: 300;
	margin-top: 0rem
}

#course-overview {
	padding: 0rem 0 0;
	background-color: #fff
}

#course-overview-inner {
	padding: 0rem 0;
	background-color: #f7f7f7
}

.course-overview-block {
	display: block;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row nowrap;
	        flex-flow: row nowrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch
}

.course-overview-tabs-container {
    width: 100%;
    padding: 1rem 0;
    border-top-left-radius: 8px;
    border-radius: 12px;
}

.course-overview-content-container {
	background-color: #fff;
	width: 100%;
	padding: 1.4rem;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px
}

#course-overview-tabs.nav-pills>li>a {
	-webkit-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
	color: #fff;
	font-weight: 400;
	border-radius: 0;
	padding: .7rem 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start
}

.alumni-card,
.btn-brand,
.our-trainer-box {
	-webkit-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s
}

#course-overview-tabs.nav-pills>li>a>.co_icon {
	margin-right: .5rem;
	width: 28px;
	height: 28px
}

#course-overview-tabs.nav-pills>li.active>a,
#course-overview-tabs.nav-pills>li>a:focus,
#course-overview-tabs.nav-pills>li>a:hover,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	background-color: #033587
}

#course-overview-tabs.nav-stacked>li+li {
	margin-top: 0
}

.tab-content-featured-img {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 1rem
}

.tab-content-banner-heading {
	font-size: 22px;
	font-weight: 900;
	margin: auto;
	position: absolute;
	color: #0745b1
}

.tab-content-heading {
	font-size: 20px;
	font-weight: 600
}

.tab-enrollment-form {
	/* background-color: rgba(252, 252, 252, 1); */
}

.tab-enrollment-form form {
	border: 1px solid #dbdbdb;
	padding: .8rem 0;
	border-radius: 4px;
	margin: auto;
	display: inline-block;
}

#tab-content-accordion .panel-default,
#tab-content-accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-color: #eb2228
}

.tab-enrollment-form .form-group {
	margin-bottom: 8px
}

.tab-enrollment-form .submit-btn-group {
	margin-bottom: -2rem
}

.tab-content-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start
}

.tab-content-list-item {
	padding: .5rem .5rem .5rem 1rem;
	width: 50%;
	position: relative
}

.tab-content-list-item::before {
	position: absolute;
	content: '\f101';
	font: 1rem FontAwesome;
	left: 0;
	top: 10px;
	height: 16px
}

.tab-content-card {
	background-color: #fff;
	padding: .8rem;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 10px 2px #ddd;
	        box-shadow: 0 0 10px 2px #ddd;
	margin: .4rem
}

.tab-content-card:active,
.tab-content-card:focus,
.tab-content-card:hover {
	box-shadow: 8px 0 10px -4px #aaa, -8px 0 8px -4px #aaa;
	-moz-box-shadow: 8px 0 10px -4px #aaa, -8px 0 8px -4px #aaa;
	-webkit-box-shadow: 8px 0 10px -4px #aaa, -8px 0 8px -4px #aaa;
	-o-box-shadow: 8px 0 10px -4px #aaa, -8px 0 8px -4px #aaa
}

.tab-content-card>h5 {
	font-size: 15px
}

.tab-content-card>p {
	font-size: 12px
}

#courseCertificate {
	max-height: 450px;
	overflow-y: auto
}

.marquee,
.visuallyhidden {
	overflow: hidden;
	white-space: nowrap
}

#tab-content-accordion .panel-default>.panel-heading {
	color: #fff;
	background-color: #802139;
	border-color: #0745b1
}

#alumni-speaks {
	background-color: #fff;
	padding: 3rem 0
}

.tab-content-contact-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start
}

.tab-content-contact-item {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 50%;
	        flex: 1 1 50%;
	padding: 1em .5em;
	text-align: center;
	background-color: #f5f5f5;
	margin: auto 0 1em;
	border-radius: 4em;
	font-size: 1.1em;
	line-height: 1;
	max-width: 49%;
	font-family: 'Open Sans', sans-serif;
	-webkit-box-shadow: -2px -2px 13px -4px #000;
	        box-shadow: -2px -2px 13px -4px #000
}

.tab-content-contact-item>.fa {
	font-size: 1.25em;
	line-height: 1;
	margin-right: .5em
}

#alumni-speaks-container .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.alumni-card {
	background-color: #fff;
	padding: .8rem 1rem;
	margin: .5rem;
	border-radius: 20px;
	-webkit-box-shadow: rgba(200, 200, 200, .8) 0 0 10px;
	box-shadow: rgba(200, 200, 200, .8) 0 0 10px;
	border: 1px solid #eee;
	height: 95%
}

.alumni-avatar,
.alumni-avatar>img {
	width: 100px;
	height: 100px
}

.alumni-card:focus,
.alumni-card:hover {
	-webkit-box-shadow: rgba(128, 128, 128, .8) -7px -7px 10px;
	box-shadow: rgba(128, 128, 128, .8) -7px -7px 10px
}

.alumni-avatar>img {
	border-radius: 50%
}

.alumni-name {
	font-size: 18px
}

#related-courses {
	padding: 3rem 0;
	background-color: #f7f7f7
}

.related-course-box {
	margin: 3px
}

.related-course-img>img {
	border-radius: 8px
}

.related-course-body>h5 {
	font-weight: 600
}

.related-course-link>.btn {
	border-radius: 0;
	-webkit-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
	font-weight: 300;
	font-size: 12px;
	padding: .6rem 1rem
}

.related-course-link>.btn>i.fa {
	margin-left: .6rem
}

.related-course-link>.btn:focus,
.related-course-link>.btn:hover {
	color: #fff;
	background-color: #033587;
	-webkit-box-shadow: 2px 2px 8px 0 #033587;
	        box-shadow: 2px 2px 8px 0 #033587
}

#video-testimonial {
	padding: 3rem 0 4rem;
	background-color: #fff
}

.video-testimonial-box {
	margin: 4px
}

.video-testimonial-img {
	position: relative
}

.video-testimonial-img>img {
	border-radius: 8px;
	position: relative
}

.video-time {
	position: absolute;
	color: #fff;
	font-size: 10px;
	font-weight: 300;
	bottom: 5px;
	left: 20px
}

.video-testimonial-img>.btn {
	background-color: #ff2d72;
	color: #fff;
	font-size: 1.2rem;
	padding: 0;
	line-height: 1;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 10px;
	bottom: -20px;
	border-radius: 50%
}

#book-seat,
#candidate-review,
#job-oriented,
#our-trainers {
	background-color: #fff
}

.our-trainer-name,
.video-testimonial-title>h5 {
	font-weight: 600;
	font-size: 14px
}

#job-oriented {
	padding: 7rem 0 3rem
}

.blue-block-img {
	z-index: 1;
	-webkit-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	transform: rotate(-20deg);
	width: 200px;
	margin-top: -86px;
	margin-left: -40px
}

#our-trainers {
	padding: 3rem 0
}

#our-trainers-container .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.our-trainer-box {
	height: 96%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column
}

.our-trainer-box:focus,
.our-trainer-box:hover {
	margin: 3px;
	-webkit-box-shadow: rgba(128, 128, 128, .8) 7px 7px 10px;
	box-shadow: rgba(128, 128, 128, .8) 7px 7px 10px;
	border: 1px solid #cecece;
	border-radius: 8px;
	padding: 1rem
}

.our-trainer-box .our-trainer-avatar>img {
    width: 120px;
    height: 120px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
}

.our-trainer-body {
	padding: .5rem;
	margin-top: 0px
}

.our-trainer-des {
	font-weight: 300;
	font-size: 12px
}

#candidate-review {
	padding: 3rem 0
}

.candidate-review-block {
	border-top: 2px solid #dbdbdb
}

.review-summary-block {
	padding: 4rem 0 2rem
}

.review-count {
	font-size: 18px;
	font-weight: 600;
	margin-right: .7rem
}

.review-stars .fa-star {
	color: #aeaeae;
	font-size: 1.2rem
}

.review-stars .fa-star.ratedStar {
	color: #ffdc32
}

#reviewSearch .form-control {
	border-radius: 0;
	position: relative
}

#reviewSearch .form-control::-webkit-input-placeholder {
	font-weight: 300;
	font-size: 12px;
	color: #bbb
}

#reviewSearch .form-control::-moz-placeholder {
	font-weight: 300;
	font-size: 12px;
	color: #bbb
}

#reviewSearch .form-control:-ms-input-placeholder {
	font-weight: 300;
	font-size: 12px;
	color: #bbb
}

#reviewSearch .form-control::-ms-input-placeholder {
	font-weight: 300;
	font-size: 12px;
	color: #bbb
}

#reviewSearch .form-control::placeholder {
	font-weight: 300;
	font-size: 12px;
	color: #bbb
}

#reviewSearch .form-group {
	margin-bottom: 0
}

#reviewSearch .form-group::after {
	content: '\f002';
	font-family: FontAwesome;
	font-size: 14px;
	color: #bbb;
	position: absolute;
	right: 25px;
	top: 11px;
	width: 14px;
	height: 14px;
	line-height: 1
}

.candidate-review-date,
.review-attribute {
	font-size: 13px;
	font-weight: 300
}

.review-attributes-block {
	padding-bottom: 3rem
}

.review-attri-box {
	margin-bottom: .5rem
}

.review-attribute {
	display: inline-block;
	width: 40%
}

.candidate-review-box {
	padding: 3rem .5rem 2rem;
	border-top: 1px solid #cecece
}

.candidate-review-box .media-object {
	width: 80px;
	height: 80px;
	margin-right: .6rem
}

.candidate-review-box .media-heading {
	margin-right: .4rem
}

.candidate-review-feedback-box {
	font-size: 11px;
	font-weight: 300
}

.candidate-review-feedback-box span+span {
	margin-left: 1rem
}

.candidate-review-feedback-box span>i.fa {
	font-size: 16px
}

.candidate-review-feedback-box .like-review>i.fa:focus,
.candidate-review-feedback-box .like-review>i.fa:hover {
	cursor: pointer;
	color: green
}

.candidate-review-feedback-box .report-review>i.fa:focus,
.candidate-review-feedback-box .report-review>i.fa:hover,
.candidate-review-feedback-box .unlike-review>i.fa:focus,
.candidate-review-feedback-box .unlike-review>i.fa:hover {
	cursor: pointer;
	color: red
}

#book-seat {
	padding: 2rem 0
}

.book-seat-block>.btn {
	padding: .8rem 1.5rem;
	font-weight: 300;
	font-size: 12px;
	border-radius: 0
}

.book-seat-block>.btn:focus,
.book-seat-block>.btn:hover {
	color: #fff
}

.contact-header {
	background: url(../img/_contact/contact_banner.jpg) center center no-repeat #000;
	background-size: cover;
	height: 488px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center
}

.element-group1 .element {
	font-size: 2.2rem;
	min-height: 40px
}

.element-group1 .element::after {
	content: '|';
	display: inline;
	-webkit-animation: blink .7s infinite;
	animation: blink .7s infinite
}

.contact-header .sub-heading {
	font-size: 1.1rem;
	margin-top: 1.6rem
}

.typed-cursor {
	opacity: 0;
	display: none
}

@keyframes blink {
	0%,
	100% {
		opacity: 1
	}
	50% {
		opacity: 0
	}
}

@-webkit-keyframes blink {
	0%,
	100% {
		opacity: 1
	}
	50% {
		opacity: 0
	}
}

#enquiry-form {
	padding: 3rem 0 0
}

#enquiry-form-inner {
	background: -o-linear-gradient(top, #dcddd9, #fbfff2);
	background: -webkit-gradient(linear, left top, left bottom, from(#dcddd9), to(#fbfff2));
	background: linear-gradient(to bottom, #dcddd9, #fbfff2);
	padding: 3rem 0
}

.enruiry-form-container {
	border: 1px solid #fff;
	padding: 1rem;
	height: 100%
}

.enquiry-form-title {
	font-size: 1.3rem;
	font-weight: 700;
	display: inline-block;
	min-width: 90%;
	margin: auto;
	padding: 1rem;
	border: 1px solid #fff;
	border-bottom: none
}

.enruiry-form-container form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column wrap;
	        flex-flow: column wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	height: 100%
}

.enruiry-form-container form .form-group {
	width: 100%
}

.enruiry-form-container form label {
	font-size: .8rem;
	text-transform: capitalize
}

.btn-submit.form-group {
	margin-top: auto
}

.btn-submit.form-group>.btn {
	padding: .6rem 3rem;
	font-weight: 300;
	border-radius: 0
}

.btn-submit.form-group>.btn:active,
.btn-submit.form-group>.btn:focus,
.btn-submit.form-group>.btn:hover {
	color: #fff;
	-webkit-box-shadow: -2px -2px 8px 0 #bbb;
	        box-shadow: -2px -2px 8px 0 #bbb
}

#training-centers {
	padding: 3rem 0
}

#training-centers-inner {
	padding: 3rem 0;
	background-color: #802139
}

.training-centers-tabs-container {
	/* display: flex; */
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row nowrap;
	        flex-flow: row nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.training-centers-tabs-container .filter-button {
	width: 15%;
	padding: .8rem;
	background-color: transparent;
	border-radius: 0;
	border: 1px solid #efefef;
	color: #fff;
}

.training-centers-tabs-container .filter-button+.filter-button {
	margin-left: 4px;
	margin: auto;
	margin-bottom: 6px;
}

.training-centers-tabs-container .filter-button:active,
.training-centers-tabs-container .filter-button:focus,
.training-centers-tabs-container .filter-button:hover {
	border: none
}

.training-centers-blocks-containers {
	padding: 3rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start
}

.center-address-item {
	border-radius: 4px;
	border: 1px solid #efefef;
	margin: 0 .4em 1.4em;
	-webkit-transition: -webkit-transform ease .4s;
	transition: -webkit-transform ease .4s;
	-o-transition: transform ease .4s;
	transition: transform ease .4s;
	transition: transform ease .4s, -webkit-transform ease .4s;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 23%;
	        flex: 1 1 23%;
	max-width: 23%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column
}

.center-address-item#jaipur {
	background: url(../img/_contact/jaipur.jpg) center center no-repeat;
	width: 100%;
	background-size: cover
}

.center-address-item#indore {
	background: url(../img/_contact/indore.jpg) center center no-repeat;
	width: 100%;
	background-size: cover
}

.center-address-item#ahemdabad {
	background: url(../img/_contact/ahemdabad.png) center center no-repeat;
	width: 100%;
	background-size: cover
}

.center-address-item#nagpur {
	background: url(../img/_contact/nagpur.jpg) center center no-repeat;
	width: 100%;
	background-size: cover
}

.center-address-item#nasik {
	background: url(../img/_contact/nasik.jpg) center center no-repeat;
	width: 100%;
	background-size: cover
}

.center-address-item#pune {
	background: url(../img/_contact/pune.jpg) center center no-repeat;
	width: 100%;
	background-size: cover
}

.center-address-item#himatnagar {
	background: url(../img/_contact/himatnagar.jpg) center center no-repeat;
	width: 100%;
	background-size: cover
}

.center-address-item#gurgoan {
	background: url(../img/_contact/pune.jpg) center center no-repeat;
	width: 100%;
	background-size: cover
}

.center-address-item:focus,
.center-address-item:hover {
	cursor: pointer;
	-webkit-transform: translate(-5px, -10px);
	    -ms-transform: translate(-5px, -10px);
	        transform: translate(-5px, -10px)
}

.center-address-item>.heading {
	padding: 1rem;
	color: #24394c;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #fff;
	font-size: 1.2rem;
	text-align: center;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.address-block {
	padding: 1.2rem 1.2rem 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;
	min-height: 240px;
	background-color: rgba(255, 255, 255, .8)
}

.add-foot-item>.title,
.add-foot-item>.value {
	font-weight: 600;
	display: inline-block;
	font-size: .8rem
}

.add-foot {
	margin-top: auto
}

.add-foot-item>.title {
	width: 25%;
	text-align: right;
	margin-right: .2rem
}

.add-foot-item>.value {
	text-align: left
}

.our-company-header {
	background: url(../img/_our_company/banner.jpg) center right no-repeat #000;
	background-size: cover;
	min-height: 488px;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end
}

.our-company-header-highlight.container-fluid {
	margin-bottom: 2rem;
	margin-left: 2rem;
	background: rgba(36, 57, 76, 0.02);
	padding: 1rem;
	color: #e6e6e6;
	width: 44%
}

.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    text-decoration: none;
}
.header-box-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center
}

.header-box-content .header-box-item {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1
}

.header-box-content .header-box-item+.header-box-item {
	margin-left: 1.5rem
}

.header-box-item .header-box-item-counts {
	border: 1px solid #e6e6e6;
	color: #ff2d72;
	font-size: 1.4rem;
	font-weight: 700;
	padding: .5rem;
	text-align: center
}

.header-box-item .header-box-item-text {
	font-size: .8rem;
	margin-top: .6rem;
	text-align: justify
}

#our_company_story {
	padding: 3rem 0;
	background-color: #fff
}

#our_company_story .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

#board_of_directors {
	padding: 2rem 0 0;
	background-color: #f8f8f8
}

.director-box {
	margin-bottom: 2rem
}

.director-img {
	border: 8px solid #e8e8e8;
	display: inline-block;
	position: relative;
	width: auto
}

.director-img>img {
	position: relative;
	display: block;
	    border-radius: 50%;
	margin: 0;
	padding: 0;
	z-index: 5
}

.director-img::after,
.director-img::before {
	content: '';
	position: absolute;
	background: #f8f8f8
}

.director-img::before {
	width: calc(100% + 50px + 8px - 120px);
	height: calc(100% + 16px);
	top: -8px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: 1
}

.director-img::after {
	height: calc(100% + 50px + 8px - 120px);
	width: calc(100% + 16px);
	left: -8px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 1
}

.director-name {
	color: #ff2d72;
	font-size: 1.2rem
}

.company-video-content,
.director-info {
	font-size: 1rem;
	color: #222
}

#company_video {
	padding: 2rem 0 3rem;
	background-color: #fff
}

.company-video-block {
	border: 8px solid #e8e8e8;
	display: inline-block;
	position: relative;
	width: auto
}

.company-video-block>.row {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	z-index: 5;
	background-color: #f8f8f8
}

#get_franchisee .row,
#practical_labs .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.company-video-block::after,
.company-video-block::before {
	content: '';
	position: absolute;
	background: #fff
}

.company-video-block::before {
	width: calc(100% + 50px + 8px - 120px);
	height: calc(100% + 16px);
	top: -8px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: 1
}

.company-video-block::after {
	height: calc(100% + 50px + 8px - 120px);
	width: calc(100% + 16px);
	left: -8px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 1
}

.company-video,
.company-video-content {
	padding: 1rem;
	text-align: justify
}

#world_learning {
	padding: 2rem 0;
	background-color: #f8f8f8
}

.world-learning-block {
	margin-top: 2rem
}

.world-learning-block .tiles-grid {
	grid-gap: 0;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	grid-auto-rows: 60px
}

.world-learning-block .tiles-grid .tile-wide {
	grid-column: auto;
	grid-row: auto;
	width: auto;
	height: auto
}

.world-learning-block .tiles-grid h1 {
	margin: 0;
	font-size: 1.2rem
}

.world-learning-block .tile-wide {
	background-color: #0050ef
}

.world-learning-block .tile-wide:nth-child(2n+0) {
	background-color: #702283
}

.world-learning-block .tile-wide:nth-child(3n+0) {
	background-color: #fa6800
}

.world-learning-block .tile-wide:nth-child(4n+0) {
	background-color: #4ECCA3
}

#get_franchisee {
	padding: 3rem 0;
	background-color: #fff
}

.franchisee-content-block {
	font-size: 1rem;
	color: #222
}

.apply-now-btn>.btn:focus,
.apply-now-btn>.btn:hover,
.gallery-header-highligh {
	color: #fff
}

.apply-now-btn .btn {
	font-weight: 300;
	padding: .5rem 1.5rem;
	border-radius: 0
}

#mission_vision {
	padding: 3rem 0;
	background-color: #f8f8f8
}

#mission_vision .program-block:first-child .program_box:nth-child(2),
#mission_vision .program-block:nth-child(2) .program_box:last-child {
	margin-left: 4em
}

#mission_vision .program_box.less_border_box {
	background-color: #f8f8f8;
	height: auto
}

#mission_vision .program_box .pro_content {
	margin-bottom: 1rem
}

#mission_vision .custom-my {
	margin-left: 6rem;
	margin-right: 3rem
}

.program_box_wrapper {
	width: 25%
}

.program_box_wrapper>.program_box {
	width: 100%
}

#mission_vision .program_box .img_thumb {
	position: relative
}

#mission_vision .program_box .img_thumb::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .4)
}

#mission_vision .program_box .img_thumb .img-title {
	font-size: 1.2rem;
	z-index: 1
}

#centers-map-box {
	height: 100%;
	min-height: 600px;
	width: 100%
}

.gallery-header {
	background: url(../img/_gallery/banner.jpg) center center no-repeat #000;
	background-size: cover;
	min-height: 488px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center
}

#practical_labs {
	padding: 3rem 0;
	background-color: #fff
}

.practical-labs-content-block {
	text-align: justify
}

.our-story-content-block {
	font-size: 1rem;
	color: #222;
	text-align: justify
}

#gallery_slider {
	padding: 0 0 2rem
}

#gallery_slider>.container-fluid {
	padding: 0
}

.gallery-slider {
	max-height: 500px
}

.gallery-slider .swiper-slide {
	width: 100%!important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.gallery-slider .swiper-slide img {
	display: block;
	width: 100%;
	height: auto
}

.gallery-slider .swiper-slide.big {
	min-width: 55%
}

.gallery-slider .swiper-slide.small {
	max-width: 45%
}

.gallery-slider .swiper-pagination-bullet {
	background-color: #fff;
	opacity: .8
}

#the-masters {
	padding: 2rem 0 0
}

#the-masters-inner {
	padding: 3rem 0;
	background-color: rgba(248, 248, 248, 1)
}

.the-masters-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center
}

.the-masters-box {
	width: 21%;
	margin: 1rem
}

#social-presence {
	padding: 2rem 0 1rem
}

#social-presence-inner {
	padding: 0 0 2rem;
	background-color: rgba(248, 248, 248, 1)
}

.social-presence-block {
	margin-top: -3.5rem
}

.social-presence-tabs-block {
	background-color: #802139;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 2rem
}

.social-presence-tabs-block .filter-button {
	padding: .8rem;
	margin-bottom: 1%;
	margin-left: 1%;
	width: 18%;
	background-color: transparent;
	border-radius: 0;
	border: 1px solid #efefef;
	color: #fff;
}

.social-presence-tabs-block .filter-button:active,
.social-presence-tabs-block .filter-button:focus,
.social-presence-tabs-block .filter-button:hover {
	border: none
}

.social-presence-data-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center
}

.social-presence-data-box {
	margin: 1rem 0
}

.review-rating-header {
	background: url(../img/_review_ratings/banner.jpg) 42% center no-repeat #000;
	background-size: cover;
	min-height: 600px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end
}

.review-header-highlight {
	padding-top: 10rem
}

.review-header-block {
	
	padding: 3rem 1rem 0
}

.review-header-block .row.d-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap
}

.review-header-block .row.d-flex .align-self-stretch {
	-ms-flex-item-align: stretch;
	    -ms-grid-row-align: stretch;
	    align-self: stretch
}

.rate-icon-wrap>span {
	background-color: rgba(145, 200, 163, 1);
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	text-align: center;
	width: 90px;
	height: 90px;
	line-height: 1;
	margin-left: auto;
	margin-right: auto
}

.rate-icon-wrap>span>img {
	height: 60%;
	margin: auto
}

.rate-form-box,
.rate-img-wrap {
	margin-top: -4rem
}

.rate-form-box .form-group {
	margin-bottom: 8px
}

.rate-form-box .custom-select,
.rate-form-box .form-control {
	background-color: rgba(255, 255, 255, 1);
	border: none;
	border-bottom: 1px solid #fff;
	border-radius: 0;
	color: #222
}

.rate-form-box .form-control:focus {
	-webkit-box-shadow: none;
	        box-shadow: none
}

.form-fieldset {
	padding: .8rem;
	border: 1px solid #f5f5f5;
	border-radius: 8px
}

.form-group.rating-form-group {
	margin-bottom: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start
}

.form-group.rating-form-group>label {
	color: #fff;
	margin-right: 1rem;
	width: 40%;
	font-weight: 400;
	text-shadow: none
}

.rate-form-submit {
	margin-bottom: -2rem
}

.rate-form-submit .btn {
	padding: .5rem 2.4rem;
	border-radius: 0
}

.rate-form-submit .btn:active,
.rate-form-submit .btn:focus,
.rate-form-submit .btn:hover {
	background-color: #fff
}

.rate-img-wrap {
	width: 100%;
	margin-right: 0;
	margin-left: auto
}

#recent_ratings {
	padding: 2rem 0
}

.recent-rating-box {
	background-color: rgba(248, 248, 248, 1);
	padding: 1rem 1rem 1rem 0;
	-webkit-box-shadow: 0 0 10px 1px rgba(187, 186, 186, .6);
	        box-shadow: 0 0 10px 1px rgba(187, 186, 186, .6)
}

.recent-rating-box+.recent-rating-box {
	margin-top: 1rem
}

.recent-rating-summary {
	position: relative;
	background: #0745b1;
	border-radius: 0
}

.recent-rating-summary::after {
	content: '';
	position: absolute;
	right: 0;
	top: 30%;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-left-color: #0745b1;
	border-right: 0;
	margin-top: -10px;
	margin-right: -10px
}

.recent-rating-rating>span {
	font-size: 16px
}

.recent-rating-stars .fa-star-o {
	color: rgba(255, 255, 255, .6);
	font-size: 1rem
}

.recent-rating-stars .fa-star.ratedStar {
	color: rgba(255, 255, 255, 1)
}

.recent-rating-title {
	margin-bottom: .1rem;
	font-size: 16px
}

.recent-rating-breakup-box+.recent-rating-breakup-box {
	margin-top: .5rem
}

.recent-rating-breakup-stars .fa-star {
	color: #ddd
}

.recent-rating-breakup-stars .fa-star.ratedStar {
	color: rgba(243, 218, 63, 1)
}

.btn-brand,
.faqs-box>.faq-icon,
.recent-rating-see-all .btn:active,
.recent-rating-see-all .btn:focus,
.recent-rating-see-all .btn:hover,
.text-white {
	color: #fff;
}

.recent-rating-see-all {
	padding: 2rem 0 1rem
}

.recent-rating-see-all .btn {
	padding: .5rem 2.4rem;
	border-radius: 0
}

#faqs {
	padding: 2rem 0;
	background-color: rgba(248, 248, 248, 1)
}

.faqs-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch
}

.faqs-box {
	background-color: rgba(239, 239, 239, 1);
	padding: 1.5rem 1rem 1.5rem 2rem;
	position: relative;
	color: #333;
	border-radius: 4px;
	margin: 0 1em 2rem;
	-webkit-box-shadow: 0 0 12px 2px #bbb;
	        box-shadow: 0 0 12px 2px #bbb;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 90%;
	        flex: 1 1 90%;
	max-width: 90%
}

.faqs-box>.faq-icon {
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #000;
	text-align: center;
	margin: auto;
	line-height: 30px;
	left: -15px;
	top: 0;
	bottom: 0;
	border-radius: 50%;
	font-size: 1.4rem
}

.draw::before,
.meet::after {
	top: 0;
	left: 0
}

.faq-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 0;
    color: white;
    background: #802139;
    padding: 2%;
    font-family: serif;
    display: inline-table;
}

.faq-detail {
    font-size: 1rem;
    margin-bottom: 0;
    word-wrap: break-word;
    color: #333333;
    font-weight: 600;
    text-align: inherit;
    line-height: 216%;
    padding: 2%;
    border: 1px solid #802139;
}

.module-heading {
	font-size: 22px;
	font-weight: 900;
	letter-spacing: .8px
}

.module-subheading {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: .6px
}

.btn-brand {
	background-color: #802139;
	padding: .6rem 2.5rem;
	border-radius: 0;
	font-weight: 400
}

.btn-brand:active,
.btn-brand:focus,
.btn-brand:hover {
	background-color: rgba(255, 45, 114, .7);
	color: #fff;
	padding: .6rem 2.5rem;
	border-radius: 0
}

.bg-v {
	background-color: #802139;
}
ul#course-overview-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.bg-p {
	background-color: #802139
}

.text-white-50 {
	color: rgba(255, 255, 255, .5)
}

.text-white-75 {
	color: rgba(255, 255, 255, .75)
}

.text-blue {
	color: #00c6ff
}

.text-yellow {
	color: #fdec00
}

.text-green {
	color: #28fe00
}

.text-p {
	color: #ff2d72
}

.border-r {
	border-right: 2px solid rgba(224, 224, 224, 1)
}

.m-auto {
	margin: auto!important
}

.my-auto {
	margin-top: auto!important;
	margin-bottom: auto!important
}

.mx-auto {
	margin-left: auto!important;
	margin-right: auto!important
}

.mt-0 {
	margin-top: 0!important
}

.mt-1 {
	margin-top: .5rem!important
}

.mt-2 {
	margin-top: 1rem !important;
    font-size: initial !important;
}

.mt-3 {
	margin-top: 2rem!important
}

.mt-4 {
	margin-top: 3rem!important
}

.mb-0 {
	    margin-bottom: 0!important;
    font-family: initial;
    font-weight: 600;
    font-size: 16px;
}

.mb-1 {
	margin-bottom: .5rem!important;
    font-family: inherit;
    font-size: 20px;
    font-weight: 800;
   
}

.mb-2 {
	margin-bottom: 1rem!important
}

.mb-3 {
	margin-bottom: 2rem!important
}

.mb-4 {
	margin-bottom: 3rem!important
}

.mb-5 {
	margin-bottom: 4rem!important
}

.mb-6 {
	margin-bottom: 4.5rem!important
}

.p-0 {
	padding: 0!important
}

.p-1 {
	padding: .5rem!important
}

.p-2 {
	padding: 1rem!important
}

.pr-0,
.px-0 {
	padding-right: 0!important
}

.pl-0,
.px-0 {
	padding-left: 0!important
}

.px-1 {
	padding-right: .5rem!important;
	padding-left: .5rem!important
}

.px-2 {
	padding-right: 1rem!important;
	padding-left: 1rem!important
}

.px-3 {
	padding-right: 2rem!important;
	padding-left: 2rem!important
}

.py-0 {
	padding-top: 0!important;
	padding-bottom: 0!important
}

.py-1 {
	padding-top: .5rem!important;
	padding-bottom: .5rem!important
}

.py-2 {
	padding-top: 1rem!important;
	padding-bottom: 1rem!important
}

.w-25 {
	width: 25%!important
}

.w-50 {
	width: 50%!important
}

.w-75 {
	width: 75%!important
}

.w-100 {
	width: 100%!important
}

*+p {
	margin-top: 0
}

span.req {
	color: red
}

select:required:invalid {
	color: gray
}

option[value=""][disabled] {
	display: none
}

option {
	color: #000
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: .375rem 1.75rem .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center no-repeat #fff;
	background-size: 8px 10px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.input-hint {
	font-size: 11px;
	color: red;
	margin-top: .4rem
}

.border-animation {
	background: 0 0;
	border: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: inherit;
	font-weight: 300;
	position: relative;
	border-radius: 0;
	padding: 1em
}

.border-animation::after,
.border-animation::before {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%
}

.draw {
	-webkit-transition: color .25s;
	-o-transition: color .25s;
	transition: color .25s
}

.draw::after,
.draw::before {
	width: 0;
	height: 0
}

.draw::after {
	bottom: 0;
	right: 0
}

.draw:hover::after,
.draw:hover::before {
	border: 2px solid transparent;
	width: 100%;
	height: 100%
}

.draw:hover::before,
.meet:hover::before {
	border-top-color: #0745b1;
	border-right-color: #0745b1
}

.draw:hover::after,
.meet:hover::after {
	border-bottom-color: #0745b1;
	border-left-color: #0745b1
}

.draw:hover::before {
	-webkit-transition: width .25s ease-out, height .25s ease-out .25s;
	-o-transition: width .25s ease-out, height .25s ease-out .25s;
	transition: width .25s ease-out, height .25s ease-out .25s
}

.draw:hover::after {
	-webkit-transition: border-color 0s ease-out .5s, width .25s ease-out .5s, height .25s ease-out .75s;
	-o-transition: border-color 0s ease-out .5s, width .25s ease-out .5s, height .25s ease-out .75s;
	transition: border-color 0s ease-out .5s, width .25s ease-out .5s, height .25s ease-out .75s
}

.meet:hover {
	color: #ffffff
}

.meet:hover::after {
	-webkit-transition: height .25s ease-out, width .25s ease-out .25s;
	-o-transition: height .25s ease-out, width .25s ease-out .25s;
	transition: height .25s ease-out, width .25s ease-out .25s
}

.impact-heading {
	display: inline-block;
	font-size: 3rem;
	font-weight: 700;
	font-family: Raleway, sans-serif;
	color: #e6e6e6;
	text-transform: uppercase;
	margin: 0
}

fieldset.input_rating,
fieldset.input_rating label {
	margin: 0;
	padding: 0
}

.input_rating {
	border: none;
	float: left
}

.input_rating>input {
	display: none
}

.input_rating>label::before {
	margin: .2rem;
	font-size: 1rem;
	font-family: FontAwesome;
	display: inline-block;
	content: "\f005"
}

.input_rating>.half::before {
	content: "\f089";
	position: absolute
}

.input_rating>label {
	color: #ddd;
	float: right
}

.input_rating:not(:checked)>label:hover,
.input_rating:not(:checked)>label:hover~label,
.input_rating>input:checked+label:hover,
.input_rating>input:checked~label,
.input_rating>input:checked~label:hover,
.input_rating>input:checked~label:hover~label,
.input_rating>label:hover~input:checked~label {
	color: #f8c53c
}

.shadow {
	position: relative;
	border: 1px solid #777;
	-webkit-box-shadow: 0 0 25px 0 rgba(50, 50, 50, .3) inset;
	        box-shadow: 0 0 25px 0 rgba(50, 50, 50, .3) inset
}

.curved-bottom::after,
.curved-top-bottom::after {
	left: 12px;
	right: 12px;
	bottom: 0;
	-webkit-box-shadow: 0 0 10px 7px rgba(100, 100, 100, .5);
	        box-shadow: 0 0 10px 7px rgba(100, 100, 100, .5);
	border-radius: 450px/15px
}

.shadow::after {
	content: "";
	position: relative
}

.curved-bottom::after,
.curved-top-bottom::after {
	z-index: -2
}

.curved-bottom::after {
	position: absolute;
	top: 50%
}

.curved-top-bottom::after {
	position: absolute;
	top: 0
}

.marquee {
	width: 50%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box
}

.marquee .marquee-item {
	display: inline-block;
	padding-left: 100%;
	-webkit-animation: marquee 40s linear infinite;
	        animation: marquee 40s linear infinite
}

.marquee .marquee-item:focus,
.marquee .marquee-item:hover {
	cursor: pointer;
	-webkit-animation-duration: 1000s;
	        animation-duration: 1000s
}

@-webkit-keyframes marquee {
	0% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0)
	}
	100% {
		-webkit-transform: translate(-100%, 0);
		        transform: translate(-100%, 0)
	}
}

@keyframes marquee {
	0% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0)
	}
	100% {
		-webkit-transform: translate(-100%, 0);
		        transform: translate(-100%, 0)
	}
}

.hidden {
	display: none!important
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	-webkit-clip-path: none;
	clip-path: none;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
	white-space: inherit
}

.invisible {
	visibility: hidden
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

@media all and (min-width:1800px) {
	.our-company-header .our-company-header-highlight {
		margin-left: auto
	}
}

@media (min-width:1200px) {
	.container.custom-container {
		max-width: 1170px
	}
	.content-left.container {
		max-width: 80%;
		margin-left: auto;
		padding-left: 15px
	}
	.container-fluid {
		max-width: 1800px;
		width: 100%;
		margin: auto
	}
	.rate-img-wrap {
		width: 75%
	}
	#mission_vision .program_box,
	.our_program .program_box {
		width: 28%
	}
	.our_program .program-block:nth-child(2) .program_box.less_border_box {
		margin-right: 5em
	}
	#mission_vision .program-block:nth-child(2) .program_box.less_border_box {
		margin-right: 3em
	}
	.faqs-box {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 23%;
		        flex: 1 1 23%;
		max-width: 50%
	}
}

@media all and (max-width:1199px) and (min-width:992px) {
	.program_box h2 {
		font-size: 4em
	}
	.center-address-item,
	.faqs-box {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 32%;
		        flex: 1 1 32%;
		max-width: 50%
	}
}

@media all and (max-width:1199px) and (min-width:768px) {
	#mission_vision .custom-my {
		margin-left: 2.8rem;
		margin-right: 1rem
	}
	#mission_vision .impact-heading {
		font-size: 2rem
	}
}

@media (min-width:992px) {
	.content-left.container {
		max-width: 80%
	}
	.container.custom-container {
		width: 80%;
		
	}
}

@media (min-width:768px) {
	.build_career_title
	{
	margin-left: 111%;
    width: 325px;
    margin-top: 92px;
	}
	.container,
	.container.custom-container {
		width: 96%
	}
	.content-left.container {
		max-width: 96%
	}
	#home_slider .carousel-caption {
		right: 0;
		left: 0;
		padding-bottom: 30px;
		text-align: left
	}
	
}

@media all and (max-width:991px) {
	.owl-carousel .owl-item .our-trainer-avatar img,
	.owl-carousel .owl-item .related-course-img img {
		margin: auto
	}
	.owl-carousel .owl-item .video-testimonial-img img {
		width: 100%
	}
	.enquiry-form-block .col-sm-12+.col-sm-12 {
		margin-top: 7rem
	}
	.our-company-header-highlight.container-fluid {
		width: 90%;
		margin-left: auto
	}
	.slider_content.slider_content_bg {
		width: 75%
	}
	.banner_trophy {
		width: 80px;
		right: -40px
	}
	.slider_content_bg>.slider_content_title {
		font-size: 1.25em
	}
	.slider_content_bg>.slider_content_subtitle {
		font-size: 1em
	}
	.training-centers-tabs-container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start
	}
	.training-centers-tabs-container .filter-button {
		margin: 4px;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 25%;
		        flex: 1 1 25%
	}
}

@media all and (max-width:991px) and (min-width:768px) {
	#mission_vision .program-block .program_box,
	.our_program .program-block .program_box {
		width: 40%
	}
	#mission_vision .program-block:first-child .program_box:nth-child(2),
	#mission_vision .program-block:nth-child(2) .program_box:last-child {
		margin-left: 2em
	}
	#mission_vision .program-block:nth-child(2) .program_box.less_border_box {
		margin-right: 2.5em
	}
	.our_program .program_box.custom-ml {
		margin-left: 3rem
	}
	.program_box h2 {
		font-size: 2.75em;
		width: 100%;
		text-align: center!important
	}
	.program_box h2 br {
		display: none
	}
	.about-blue-block,
	.about-blue-block::after {
		width: 240px;
		height: 220px
	}
	.blue-block-img {
		width: 165px
	}
	.my_navbar>li>a {
		padding: 12px 7px
	}
	#mission_vision .program_box {
		height: auto
	}
	.content-left.container {
		padding-left: 15px;
		margin-left: auto
	}
	.faqs-box {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 46%;
		        flex: 1 1 46%;
		max-width: 46%
	}
	.center-address-item {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 48%;
		        flex: 1 1 48%;
		max-width: 100%
	}
	.our-story-block {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap
	}
	.story_content {
		width: 100%
	}
	.my_media.story {
		width: 50%
	}
	.our-story-gallery {
		width: 50%
	}
	.social-presence-tabs-block .filter-button {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 32%;
		        flex: 1 1 32%;
		max-width: 32%;
		margin: 0.3em
	}
	.hiring_partners {
		padding: 1.5rem 0 2.5rem
	}
	#our-trainers {
		padding: 3rem 0 1.5rem
	}
	.program-block {
		-ms-flex-pack: distribute;
		    justify-content: space-around
	}
	#mission_vision .program_box.less_border_box,
	.our_program .program_box.less_border_box {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 100%;
		        flex: 1 1 100%;
		max-width: 100%;
		text-align: center!important
	}
	#mission_vision .program-block .program_box h1,
	.our_program .program-block .program_box h1 {
		text-align: center!important;
		width: 100%
	}
}

@media all and (max-width:767px) {


	#search,
	.my_navbar {
		float: none!important
	}
	.faqs-box,
	.gallery-slider .swiper-slide.big {
		min-width: auto
	}
	.impact-heading {
		font-size: 2.5em
	}
	.menu_bar .navbar-brand>img {
		height: 50px
	}
	.my_navbar>li {
		margin: 0
	}
	.my_navbar>li+li {
		margin-top: 2px
	}
	.my_navbar>li.active>a,
	.my_navbar>li>a:active,
	.my_navbar>li>a:focus,
	.my_navbar>li>a:hover {
		border-radius: 0;
		border: none;
		background-color: #0745b1;
		color: #fff
	}
	.our_program .program-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column wrap;
		        flex-flow: column wrap;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center
	}
	.our_program .program_box {
		width: 85%;
		margin: 1em auto 3em
	}
	.our_program .program-block:first-child .program_box:nth-child(2),
	.our_program .program-block:nth-child(2) .program_box:last-child {
		margin-left: auto
	}
	.our_program .program_box.custom-ml {
		margin-left: 0
	}
	.our_program .program_box.less_border_box {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		width: 85%;
		max-width: 100%;
		-ms-flex-item-align: start;
		    align-self: flex-start;
		margin: 0 auto 1.5em;
		padding: 0;
		text-align: center
	}
	.advantage-bottom-content {
		margin-left: auto;
		text-align: justify
	}
	.our-story-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column wrap;
		        flex-flow: column wrap
	}
	.my_media,
	.story_content {
		width: 90%
	}
	.my_navbar,
	.our-story-gallery {
		width: 100%
	}
	.menu_bar .navbar-collapse.collapse.in {
		padding: 0;
		background: #fff;
		position: absolute;
		width: 100%;
		z-index: 111;
		max-height: initial
	}
	.my_navbar {
		margin: auto
	}
	.build_career_button,
	.navbar-toggle {
		margin-top: 1.5rem
	}
	.brochure-btn>.btn,
	.col-box {
		margin-bottom: 1rem
	}
	.my_navbar li a {
		color: #222
	}
	.navbar-toggle {
		background: #00a8ff
	}
	.navbar-header .icon-bar {
		background: #fff
	}
	.program_box h2 {
		font-size: 2.5rem;
		text-align: center!important;
		width: 100%
	}
	#mission_vision .program-block .program_box h1,
	.our_program .program-block .program_box h1 {
		text-align: center!important;
		width: 100%
	}
	.news_feed {
		width: 100%
	}
	.contact_sec {
		width: 100%;
		padding: 0.5em 0;
		text-align: center
	}
	.slider_content h1 {
		font-size: 1.5rem
	}
	.build_career_block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column nowrap;
		        flex-flow: column nowrap;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center
	}
	.coureses_bg .pink_bg {
		padding: 0 0 2rem
	}
	.our_story .story_content h2 {
		font-size: 2rem;
		line-height: 1.2;
		text-align: center
	}
	.content-left.container {
		padding-left: 15px;
		margin-left: auto
	}
	.col-box:nth-child(odd) {
		border-left: none
	}
	.brochure-btn>.btn {
		height: auto;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end
	}
	#aboutus .about-blocks {
		margin-top: 4rem
	}
	#job-oriented .about-blocks {
		margin-bottom: 4rem
	}
	#reviewSearch {
		margin-top: 1rem
	}
	#get_franchisee .row,
	#our_company_story .row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column
	}
	#get_franchisee .col-sm-5,
	#our_company_story .col-sm-5 {
		margin-bottom: 1rem
	}
	#mission_vision .program-block:first-child .program_box:nth-child(2),
	#mission_vision .program-block:nth-child(2) .program_box:last-child {
		margin-left: auto
	}
	#mission_vision .program_box {
		width: 85%;
		margin: 1em auto 3em
	}
	#mission_vision .program_box_wrapper {
		width: 85%
	}
	#mission_vision .program_box_wrapper .program_box {
		width: 100%
	}
	#mission_vision .program_box.custom-ml {
		margin-left: 0
	}
	#mission_vision .custom-my {
		margin-left: 1rem;
		margin-right: 1.5rem
	}
	#mission_vision .program_box.less_border_box {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		width: 85%;
		-ms-flex-item-align: start;
		    align-self: flex-start;
		max-width: 100%;
		margin: 0 auto 2em;
		text-align: center
	}
	#mission_vision .impact-heading {
		font-size: 2rem
	}
	.director-img {
		margin-bottom: 1.5rem
	}
	.review-header-block {
		padding: 1rem
	}
	.review-header-block .row.d-flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column nowrap;
		        flex-flow: column nowrap
	}
	.review-header-block .row.d-flex .align-self-center,
	.review-header-block .row.d-flex .align-self-stretch {
		-ms-flex-item-align: auto;
		    -ms-grid-row-align: auto;
		    align-self: auto
	}
	.rate-form-box {
		margin-top: 1rem
	}
	.rate-img-wrap {
		margin-top: 2rem;
		margin-left: auto;
		margin-right: auto
	}
	.rate-img-wrap>img {
		margin: auto;
		width: 80%
	}
	.recent-rating-summary {
		margin-bottom: 2rem
	}
	.recent-rating-summary::after {
		bottom: 0;
		border: 10px solid transparent;
		border-top-color: #0745b1;
		border-bottom: 0;
		margin-left: -10px;
		margin-bottom: -10px;
		margin-right: initial;
		margin-top: initial;
		top: initial;
		right: initial
	}
	.border-r {
		border-right: none
	}
	.recent-rating-breakup {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		width: 100%;
		margin-top: 2rem
	}
	.recent-rating-breakup-box+.recent-rating-breakup-box {
		margin-top: 0
	}
	.grras-dropdown-menu>li>a::after {
		content: '\f107'
	}
	.navbar-nav .open .dropdown-menu.grras-dropdown-menu>li>a {
		padding: 10px 15px
	}
	.navbar-nav .open .dropdown-menu.grras-dropdown-inner-menu>li>a {
		padding: 10px 20px;
		background-color: rgba(0, 168, 255, .6)
	}
	#home_slider .carousel-inner .item {
		height: 600px!important
	}
	.gallery-slider .swiper-slide.small {
		max-width: 100%
	}
	.social-presence-tabs-block {
		padding: 1rem
	}
	.social-presence-tabs-block .filter-button {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 46%;
		        flex: 1 1 46%;
		margin: .5rem;
		font-size: 12px;
		max-width: 46%
	}
	.the-masters-box {
		width: 38%
	}
	#practical_labs .row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column nowrap;
		        flex-flow: column nowrap
	}
	#gallery_slider {
		padding: 0 0 1.5rem
	}
	#search-li {
		padding-left: 15px;
		padding-right: 15px
	}
	#search .dropdown-menu {
		right: 0
	}
	#search.open .dropdown-menu,
	#search:hover .dropdown-menu {
		width: calc(100% - 32px)
	}
	#search:active input,
	#search:focus input,
	#search:hover input {
		background-color: #ececec
	}
	.course-overview-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column nowrap;
		        flex-flow: column nowrap
	}
	.course-overview-tabs-container {
		width: 100%;
		border-bottom-left-radius: 0;
		border-top-right-radius: 8px
	}
	.course-overview-content-container {
		width: 100%;
		border-top-right-radius: 0;
		border-bottom-left-radius: 8px
	}
	#course-overview-tabs {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start
	}
	.impact-heading br,
	.program_box h2 br {
		display: none
	}
	#course-overview-tabs.nav-stacked>li {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 40%;
		        flex: 1 1 40%
	}
	.slider_content.slider_content_bg,
	.tab-content-list-item {
		width: 100%
	}
	.banner_trophy {
		width: 80px;
		right: -40px
	}
	.banner-table .table-responsive {
		margin-bottom: 0
	}
	.slider_content_bg>.slider_content_title {
		font-size: 1.25em
	}
	.header-box>h1,
	.slider_content_bg>.slider_content_subtitle {
		font-size: 1em
	}
	.our-company-header {
		min-height: 320px
	}
	.our-company-header-highlight.container-fluid {
		padding: .75rem;
		background: rgba(0, 0, 0, .9);
		margin-top: -2rem;
		border-radius: 8px;
		-webkit-box-shadow: 0 2px 4px 0 #000;
		        box-shadow: 0 2px 4px 0 #000
	}
	.header-box>p {
		font-size: .75em
	}
	.header-box-item .header-box-item-counts {
		font-size: 1.2em;
		padding: .25rem
	}
	.build_career h1,
	.courese_detail h1 {
		font-size: 1.75em
	}
	.review-header-highlight {
		padding-top: 0;
		margin-top: -4em;
		position: relative
	}
	.review-header-heading {
		background: rgba(77, 91, 125, .9);
		border-top-left-radius: .5em;
		border-top-right-radius: .5em;
		padding: .25em .5em;
		margin-bottom: .1em;
		position: absolute;
		left: 2rem;
		right: 2rem
	}
	.review-header-heading>h1 {
		margin-top: 0
	}
	.review-header-heading>.w-50 {
		width: 100%!important
	}
	.review-header-block {
		background-color: rgba(77, 91, 125, .85);
		border-bottom-left-radius: .5em;
		border-bottom-right-radius: .5em;
		padding-bottom: 2em;
		margin-top: 7.5em
	}
	#home_slider .carousel-inner {
		overflow: visible
	}
	#home_slider .carousel-caption {
		top: 80%;
		left: 0;
		right: 0;
		padding: 0;
		bottom: auto
	}
	#home_slider .carousel-caption .slider_content {
		background-color: rgba(43, 43, 43, 0.9);
		height: auto;
		padding: 1em;
		border-radius: .5em
	}
	.carousel-caption .slider_content.slider_content_bg {
		width: 100%
	}
	.our_program {
		margin-top: 16.5em
	}
	.social-presence-data-box {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 46%;
		        flex: 1 1 46%;
		text-align: -webkit-center;
		text-align: -moz-center;
		text-align: center
	}
	.build_career_title,
	.build_career_button {
		width: 100%;
		text-align: center
	}
	.build_career h1 {
		line-height: 1.25;
		text-align: center;
		font-size: 1.5em
	}
	.build_career h1 br {
		display: none
	}
	.build_career .btn {
		font-size: 1.25em;
		padding: 10px 40px
	}
	.our_story {
		padding-bottom: 1em
	}
	.recent-rating-box {
		padding: 1em
	}
	.center-address-item {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 47%;
		        flex: 1 1 47%;
		max-width: 100%
	}
	.banner-table {
		background-color: rgba(22, 71, 1, 1)
	}
	.tab-content-contact-item {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 100%;
		        flex: 1 1 100%;
		max-width: 100%
	}
	#our-trainers {
		padding: 3em 0 1em
	}
	.practical-labs-head-block>.impact-heading {
		text-align: center!important
	}
	.review-rating-header {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center
	}
}

@media screen and (max-width:767px) and (min-width:560px) 
{

	

		
	.faqs-box {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 44%;
		        flex: 1 1 44%;
		max-width: 44%
	}
	.center-address-item {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 47%;
		        flex: 1 1 47%;
		max-width: 100%
	}
	
	.slider_content button {
    border: none;
    background: #ff005f;
    padding: 15px 30px;
    color: #fff;
    margin-top: 1.5rem;
    outline: 0;
    font-size: 1rem;
    margin-left: 0%;
}
}



@media all and (max-width:480px) {

	.c_thumb1 {
   padding: 0%;

}

.grras-dropdown-menu>li>a {
    padding: 10px 15px;
    position: relative;
    background-color: #fff !important;
    color: #fff;
    -webkit-transition: background-color ease .4s, color ease-out .3s;
    -o-transition: background-color ease .4s, color ease-out .3s;
    transition: background-color ease .4s, color ease-out .3s;
}
li.mobile a {
    display: none;
			}
.city-nav-dropdown {
    display: none !important;
}
.coureses_bg .d-flex>div {
   		 margin-bottom: 1.25rem;
   			 top: 229px;
		}

	.build_career_title
	{
	margin-left: 111% !important;
    width: 325px !important;
    margin-top: 92px !important;
	}
	.about-blue-block,
	.about-blue-block::after {
		width: 200px;
		height: 180px
	}
	.slider_content button {
    border: none;
    background: #ff005f;
    padding: 15px 30px;
    color: #fff;
    margin-top: 1.5rem;
    outline: 0;
    font-size: 1rem;
    margin-left: 0%;
}
	.blue-block-img {
		width: 165px
	}
	.form-group.rating-form-group>label,
	.left_copyright,
	.training-centers-blocks-containers .filter {
		width: 100%
	}
	.candidate-review-box .media-left {
		display: block;
		margin-bottom: 1rem
	}
	.header-box-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column wrap;
		        flex-flow: column wrap
	}
	.header-box-content .header-box-item {
		margin-left: 0;
		width: 100%
	}
	.header-box-content .header-box-item+.header-box-item {
		margin-left: 0;
		margin-top: .75rem
	}
	.input_rating>label::before {
		margin: .2rem .4rem
	}
	.left_copyright,
	.recent-rating-breakup-box+.recent-rating-breakup-box {
		margin-top: .5em
	}
	.copyright-block {
		-ms-flex-flow: wrap;
		    flex-flow: wrap
	}
	.left_copyright {
		text-align: center;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1
	}
	.review-header-block h2,
	.review-header-heading h1 {
		font-size: 1.5em
	}
	.form-group.rating-form-group {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start
	}
	.recent-rating-breakup {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column
	}
	.training-centers-tabs-container .filter-button {
		margin: 4px;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 50%;
		        flex: 1 1 50%
	}
	.social-presence-data-box {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 100%;
		        flex: 1 1 100%;
		text-align: -webkit-center;
		text-align: -moz-center;
		text-align: center
	}
	.our_program {
		margin-top: 20em
	}
	.review-header-block {
		margin-top: 12em
	}
	#course-overview-tabs.nav-stacked>li,
	.center-address-item {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 100%;
		        flex: 1 1 100%
	}
	.social-presence-tabs-block .filter-button {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 100%;
		        flex: 1 1 100%;
		max-width: 100%
	}
	.address-block {
		min-height: 220px
	}
}

@media screen and (max-width: 374px) {
	.rate-img-wrap>img {
		width: 100%
	}
}

@media print {
	blockquote,
	img,
	pre,
	tr {
		page-break-inside: avoid
	}
	*,
	:after,
	:before {
		background: 0 0!important;
		color: #000!important;
		-webkit-box-shadow: none!important;
		        box-shadow: none!important;
		text-shadow: none!important
	}
	a,
	a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: ""
	}
	pre {
		white-space: pre-wrap!important
	}
	blockquote,
	pre {
		border: 1px solid #999
	}
	thead {
		display: table-header-group
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
}


/* Column resize for Safari */

@media(min-width:768px) {
	.d-flex .col-sm-12 {
		width: 100%
	}
	.d-flex .col-sm-11 {
		width: 91.6%
	}
	.d-flex .col-sm-10 {
		width: 83.3%
	}
	.d-flex .col-sm-9 {
		width: 74.8%
	}
	.d-flex .col-sm-8 {
		width: 66.6%
	}
	.d-flex .col-sm-7 {
		width: 58.3%
	}
	.d-flex .col-sm-6 {
		width: 49.8%
	}
	.d-flex .col-sm-5 {
		width: 41.6%
	}
	.d-flex .col-sm-4 {
		width: 33.3%
	}
	.d-flex .col-sm-3 {
		width: 24.8%
	}
	.d-flex .col-sm-2 {
		width: 16.6%
	}
	.d-flex .col-sm-1 {
		width: 8.3%
	}
}

@media(min-width:992px) {
	.d-flex .col-md-12 {
		width: 100%
	}
	.d-flex .col-md-11 {
		width: 91.6%
	}
	.d-flex .col-md-10 {
		width: 83.3%
	}
	.d-flex .col-md-9 {
		width: 74.8%
	}
	.d-flex .col-md-8 {
		width: 66.6%
	}
	.d-flex .col-md-7 {
		width: 58.3%
	}
	.d-flex .col-md-6 {
		width: 49.8%
	}
	.d-flex .col-md-5 {
		width: 41.6%
	}
	.d-flex .col-md-4 {
		width: 33.3%
	}
	.d-flex .col-md-3 {
		width: 24.8%
	}
	.d-flex .col-md-2 {
		width: 16.6%
	}
	.d-flex .col-md-1 {
		width: 8.3%
	}
}

@media(min-width:1200px) {
	.d-flex .col-lg-12 {
		width: 100%
	}
	.d-flex .col-lg-11 {
		width: 91.6%
	}
	.d-flex .col-lg-10 {
		width: 83.3%
	}
	.d-flex .col-lg-9 {
		width: 74.8%
	}
	.d-flex .col-lg-8 {
		width: 66.6%
	}
	.d-flex .col-lg-7 {
		width: 58.3%
	}
	.d-flex .col-lg-6 {
		width: 49.8%
	}
	.d-flex .col-lg-5 {
		width: 41.6%
	}
	.d-flex .col-lg-4 {
		width: 33.3%
	}
	.d-flex .col-lg-3 {
		width: 24.8%
	}
	.d-flex .col-lg-2 {
		width: 16.6%
	}
	.d-flex .col-lg-1 {
		width: 8.3%
	}
}

.blogs-header {
	background: #000 url(../img/_blog/blog.jpg) no-repeat center center scroll;
	background-size: cover;
	height: 488px
}

#blogs {
	background: -o-linear-gradient(top, #dcddd9, #fbfff2);
	background: -webkit-gradient(linear, left top, left bottom, from(#dcddd9), to(#fbfff2));
	background: linear-gradient(to bottom, #dcddd9, #fbfff2);
	    padding: 2%;
}

.blogs-block {
	background-color: #fff;
	padding: 1em
}

.recent-posts-block {
	margin-bottom: 2em;
	height: 500px;
	max-height: 500px;
	overflow: hidden
}

.block-heading {
	color: #333;
	font-size: 1.25em;
	text-transform: uppercase;
	margin: 1em 0
}

.recent-posts {
	margin-bottom: 2.5em;
	max-height: 400px;
	overflow: auto;
	    padding: inherit;
}

.media-box>.media-left {
	width: 20%
}

.post-summary {
	font-size: .8em;
	line-height: 16px;
	max-height: 32px;
	overflow: hidden;
	margin-bottom: .4em
}

.post-category {
	font-size: .9em;
	line-height: 16px;
	margin: 0;
	color: rgb(7, 69, 177);
	font-weight: 600
}

.borderEffect {
	position: relative
}

.borderEffect::before,
.borderEffect::after {
	content: '';
	position: absolute;
	height: 2px
}

.borderEffect::before {
	width: 15%;
	background-color: rgba(7, 69, 177, 1)
}

.borderEffect::after {
	width: 75%;
	background-color: rgba(124, 124, 124, 1)
}

.borderEffect.borderEffect__bottom::before {
	left: 1em;
	bottom: 1em
}

.borderEffect.borderEffect__bottom::after {
	right: 1em;
	bottom: 1em
}

.borderEffect.borderEffect__top::before {
	left: 0;
	top: -1em;
	width: 17%
}

.borderEffect.borderEffect__top::after {
	right: 0;
	top: -1em;
	width: 79%
}

.categories-block {
	margin-bottom: 2em;
	height: 879px;
	max-height: 1030px;
	overflow: hidden
}
.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 4px solid #1b78b5;
    border-radius: 15px;
}
.recent-posts-block.recent-posts-block__small,
.categories-block.categories-block__small {
	height: 510px;
	max-height: 510px
}

.categories-container {
	max-height: 930px;
	overflow: auto
}

.categories-block.categories-block__small>.categories-container {
	max-height: 410px
}

.category-heading {
	font-size: 1em;
	line-height: 16px;
	max-height: 16px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: wrap
}

.category-rating img {
	width: 15px;
	height: 15px
}

.blog-post {
	height: 450px;
	max-height: 450px;
	overflow: auto;
	-webkit-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
	margin-bottom: 2em
}

.blog-post:hover {
	cursor: pointer;
	-webkit-box-shadow: 2px 2px 8px 2px #999;
	        box-shadow: 2px 2px 8px 2px #999
}

.blog-featured-img {
	
	height: 200px
}

.blog-featured-img>img {
	height: 180px;
	width: 100%
}

.blog-post-cat {
	color: rgb(255, 45, 114);
	font-size: .75em;
	line-height: 1;
	width: 80%;
	margin-left: auto;
	padding: 6px 0;
	font-weight: 700
}

.blog-post-time {
	    color: rgb(255, 45, 114);
    padding: 8px;
    text-align: center;
}

.blog-post-time .blog-post-date {
	font-size: 1.5em;
	margin-bottom: 4px;
	font-weight: 700
}

.blog-post-time .blog-post-month {
	text-transform: uppercase;
	font-size: .8em;
	font-weight: 700
}

.blog-post-title {
	font-size: 16px;
	line-height: 18px;
	max-height: 54px;
	overflow: hidden;
	color: #222
}

.blog-post-summary {
	font-size: 12px;
	line-height: 14px;
	max-height: 56px;
	overflow: hidden;
	color: #333
}

.blog-post-author {
	color: #222;
	font-weight: 700;
	font-size: 1em;
	line-height: 18px;
	position: relative;
	padding: 10px 0;
	margin: 20px auto
}

.blog-post-author>span {
	color: #999
}

.blog-post-author::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 10%;
	height: 4px;
	background-color: rgb(255, 45, 114)
}

#blog-load {
	background-color: #fff;
	padding: 2em
}

.blog-page-header {
	background: #000 url(../img/_blog/banner.jpg) no-repeat center center scroll;
	background-size: cover;
	height: 488px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center
}

.blog-page-heading {
	margin: 0 10%
}

#blog-page {
	background-color: #fff
}

.blog-page-titlebar {
	background-color: rgba(250, 250, 250, 1);
	padding: 8px
}

.blog-page-titlebar ul {
	margin-bottom: 0
}

.blog-page-titlebar ul li {
	font-size: .75em;
	font-weight: 700
}

.blog-page-titlebar ul li img {
	margin-right: 4px
}

.blog-page-post {
	background-color: rgba(250, 250, 250, 1)
}

.blog-page-featured-img {
	max-height: 350px
}

.blog-page-featured-img figure {
	margin: auto
}

.blog-page-featured-img figure>img {
	width: 100%;
	min-height: 200px;
	max-height: 350px
}

.blog-page-content {
	padding: 2em
}

.blog-page-content p {
	margin-bottom: 1.5em;
	text-align: justify
}

.blog-page-social-share {
	padding: 2em
}

.blog-page-social-share ul li a img {
	width: 20px;
	height: 20px
}

.social-share>.dropdown-menu {
	min-width: 50px;
	padding: 0;
	background: none;
	border: none
}

.blog-page-comment-section {
	padding: 2em
}

.blog-page-meta {
	padding: 2em 2em 0;
	position: relative
}

.comment-box {
	padding: 1em;
	background-color: rgba(243, 243, 243, 1)
}

.comment-box .media-left {
	width: 15%
}

.comment-author {
	color: rgb(255, 45, 114);
	font-size: 1em;
	font-weight: 700
}

.comment-meta {
	font-size: .75em;
	color: #111;
	font-weight: 700
}

.comment-content {
	font-size: 1em;
	color: #333;
	text-align: justify
}

.comment-label {
	font-size: .9em;
	color: #111;
	text-transform: uppercase
}

.comment-label>.required-field {
	color: rgb(255, 45, 114)
}

.comment-form-field {
	border: none;
	outline: none;
	resize: none;
	background-color: rgba(243, 243, 243, 1);
	-webkit-box-shadow: none;
	        box-shadow: none;
	border-radius: 0
}

.comment-form-field:focus,
.comment-form-field:active {
	outline: none
}

.blog-page-meta::before,
.blog-page-meta::after {
	content: '';
	position: absolute;
	height: 2px
}

.blog-page-meta::before {
	width: 10%;
	left: 3em;
	top: 2.5em;
	z-index: 1;
	background-color: rgba(7, 69, 177, 1)
}

.blog-page-meta::after {
	width: 75%;
	right: 3em;
	top: 2.5em;
	z-index: 1;
	background-color: rgba(124, 124, 124, 1)
}

@media only screen and (max-width:991px) {
	.categories-block {
		margin-bottom: 2em;
		height: 510px;
		max-height: 510px;
		overflow: hidden
	}
	.categories-container {
		max-height: 410px
	}
}

@media only screen and (max-width:767px) {
	.comment-box .media-left {
		width: 25%
	}
	.blog-page-content,
	.blog-page-social-share,
	.blog-page-comment-section {
		padding: 2em 1em
	}
	.blog-page-meta {
		padding: 2em 1em 0
	}
}

#home_slider .carousel-inner .item:first-child,
#home_slider .carousel-inner .item {
	min-height: 500px;
	background-size: cover
}

#home_slider .carousel-inner .item:nth-child(2) {
	min-height: 500px
}

#home_slider .carousel-inner .item:nth-child(3) {
	min-height: 500px
}

#home_slider .carousel-inner .item:last-child {
	min-height: 500px
}

.news_feed h5 {
	line-height: 18px
}

.hidelabel label {
	display: none
}

footer .footer-link-heading::after {
	width: 94%
}

.company-video-block {
	border: 0 solid #e8e8e8
}

.slider_content.slider_content_bg {
	background-color: rgba(22, 71, 1, .3);
	width: 67%;
	position: relative
}

.director-img {
	border: 0 solid #e8e8e8
}

.address-block {
	padding: 1.2rem 5px 1rem
}

.add-foot-item>.title {
	width: 20%
}

.course_box .c_thumb>img {
	height: 306px
}

.enruiry-form-container {
	height: 95%
}

.tab-content-banner-heading {
	left: 30%;
	top: 40%
}

.blog-post-summary {
	font-size: 12px;
	line-height: 14px;
	max-height: 153px;
	overflow: hidden;
	color: #333
}

.remove-arrow::after{
	display: none;
}
@media only screen and (max-width:767px) {
	.advantage-content{
	    height: 100px;
	};
}



/*homepage-css 5-6-2020*/

body, #page{overflow-x: hidden;}

.innercontainer{
	display: block;
    margin: 0 auto;
    position: relative;
    width: 90%;
    max-width: 1720px;
}

.align-items-center{
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.justify-content-between{
	justify-content: space-between;
}

.justify-content-end{
	justify-content: flex-end;
}

@font-face {
    font-family: 'seguisb';
    src: url('../SegoeUI/seguisb.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('../proximanova/ProximaNova-Regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima-Nova-Bold';
    src: url('../proximanova/Proxima-Nova-Bold.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima-Nova-Black';
    src: url('../proximanova/Proxima-Nova-Black.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima-Nova-Extrabold';
    src: url('../proximanova/Proxima-Nova-Extrabold.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.common-section-padding{
	padding-top: 90px;
	padding-bottom: 90px;
}


.main-header{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9
}

.main-header .container, .mainbanner-section .container, .main-footer .container {
    display: block;
    margin: 0 auto;
    position: relative;
    width: calc(100% - 30px);
    max-width: 1800px;
}



.main-header .mainlogo figure{
	margin: 0
}

.main-header .mainlogo{
	width: 110px;
}

.main-header .mainlogo img{
	width: 100%;
}

.header-menu-linkWrapper{
	width: calc(100% - 160px);
    margin-left: 50px;
    position: relative;
}

.header-menu-liting{
	background: rgba(255,255,255,.2);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.21);
    box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.1);
    width: calc(100% - 572px);
}

.header-menu-liting ul{
	margin: 0;
	padding: 0 10px;
}

.header-menu-liting > ul > li{
	list-style: none;
	display: inline-block;
}

.header-menu-liting > ul > li > a{
	font-size: 15px;
	color: #fff;
	padding: 13px 10px;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	font-family: 'seguisb';
	-o-transition: all .4s;
	transition: all .4s;
	-webkit-transition: all .4s;
}

li.dropdown:hover > .dropdown-menu{
	display: block;
}

.dropdown-menu{
	min-width: 250px;
	background: #fff;
	padding: 0 !important;
	border-radius: 0 !important;
	border: none;
}

.dropdown-menu li a{
	padding: 10px 15px !important;
	color: #2b2b2b;
	border-bottom: 1px solid #d2d2d2;
	display:block;
	font-family: 'seguisb';
	-o-transition: all .4s;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.dropdown-menu li a small{
	display: block;
}

.mobile-menu .mm-listview li .nav-sub-title{
	display: block;
}

.dropdown-menu li a:hover{
	background: #EF7220;
	border-color: #EF7220;
	color: #fff;
}

.dropdown-menu .nav-item.dropdown .dropdown-menu{
	right: auto;
    left: calc(100% + 1px);
    top: 0;
}

.dropdown-menu .dropdown-toggle::after{
	position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
}

.dropdown-menu .dropdown-toggle.activesubmenu::after  {
	-webkit-transform: translateY(-50%) rotate(0deg);
	    -ms-transform: translateY(-50%) rotate(0deg);
	        transform: translateY(-50%) rotate(0deg);
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}


.header-menu-liting > ul > li > a:hover{
	color: #EF7220
}

.header-contact-numbers{
	background: #fff;
	width: 572px;
}

.header-contact-numbers ul li{
	list-style: none;
}

.header-contact-numbers ul{
	margin: 0;padding: 0
}

.header-contact-numbers ul li p{margin: 0;padding-left: 10px;font-family: 'seguisb';font-size: 16px;}
.header-contact-numbers ul li a{
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0px 15px;
	text-decoration: none;
	-o-transition: all .4s;
	transition: all .4s;
	-webkit-transition: all .4s;
}

.header-contact-numbers ul li a:hover{
	color: #000 !important;
}

.header-contact-numbers ul li.maillink a{
	color: #EF7220
}

.header-contact-numbers ul li.phonelink a{
	color: #16A8FC
}
.header-contact-numbers ul li.whatsapplink a{
	color: #3ACE67
}


.chooselocation-dropdown {
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
}
.chooselocation-dropdown > ul > li{
	list-style: none;
}
.chooselocation-dropdown > ul > li > a {
	color: #000;
	padding: 13px 15px;
	background: #fff;
	display: inline-block;
	font-family: 'seguisb';
}
.chooselocation-dropdown  .dropdown-menu{
	left: auto;
	right: 0
}

/*mobilemenu start*/
.mobile-menu-btn{display: none;}
.mobile-menu-btn a span {
    font-size: 20px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background: #ef7220;
    text-align: center;
    color: #fff;
}
.mm-menu {
    background: #fff
}

.mm-menu.mm-opened{
	display: block !important;
}

.mobile-menu .domain-ssl-dropdown:after {
    display: none!important
}

.mobile-menu .mm-title {
    font-size: 21px;
    color: #372582!important;
    font-weight: 500
}

.mobile-menu .just-nine {
    text-align: center;
    margin-bottom: 30px
}

.mobile-menu .mm-navbar {
    height: 50px;
    line-height: 50px;
    border: none
}

.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
    margin-top: 0
}

.mobile-menu .mm-listview {
    padding: 10px 0
}

.mobile-menu .mm-listview li a {
    color: #000;
    font-weight: 600;
    padding: 15px 15px 15px 20px;
    font-family: 'seguisb';
}

.mobile-menu .mm-listview li a.d-flex{
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.mobile-menu .mm-listview li a p{
	margin-bottom: 0
}

.mobile-menu .mm-listview li.maillink a{
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.mobile-menu .mm-listview li {
    border-bottom: 1px solid #f0f0f0
}

.mm-listview>li:not(.mm-divider):after {
    display: none!important
}

.mobile-menu .mm-listview li img {
    width: 20px;
    margin-right: 10px
}

/*mobilemenu close*/

/*bootstrapmenu*/
.navbar-toggler{
	background: #ef7220;
	padding: 2px 5px;
}
.navbar-toggler:focus{
	outline: none;
}
.navbar-toggler-icon{
	position: relative;
}
.navbar-toggler-icon:after{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	content: "\f0c9";
	font-family:'FontAwesome';
	color: #fff;
}




/*banner*/
.overlay-after{
	position: relative;
}
.overlay-after:after{
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	background: #000;
	opacity: .3;
	position: absolute;
	top: 0;
	left: 0
}

.banner-content-wrapper{
	width: 60%
}

.mainbanner-section{
	min-height: 100vh;
	position: relative;
	background-size: cover;
}

.banner-content {
    position: absolute;
    bottom: 50px;
    z-index: 1;
    right: 0;
    width: 100%
}

.banner-content-wrapper h1{
	font-size: 78px;
	font-family: 'ProximaNova-Regular';
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 30px;
	line-height: 78px;
}

.banner-content-wrapper p{
	font-size: 22px;
	font-family: 'ProximaNova-Regular';
	color: #fff;
	line-height: 32px;
}

.banner-content-wrapper a{margin-top: 20px;}

a.enqurybtn{
	font-size: 20px;
	color: #fff;
	font-family: 'Proxima-Nova-Bold';
	text-transform: uppercase;
	background: #EF7220;
	padding: 20px 55px;
	display: inline-block;
	-o-transition: all .4s;
	transition: all .4s;
	-webkit-transition: all .4s;
	text-align: center;
}

a.enqurybtn:hover{
	background: #67AB1F;
}

/*explore-best-wrapper*/
.explore-best-wrapper{display: -webkit-box;display: -ms-flexbox;display: flex;}
.explore-best-content{width: 30%; padding: 30px 60px;}
.explore-best-content .d-flex{height: 100%;}
.explore-best-content h2{
	font-size: 42px;
	color: #fff;
	font-family: 'Proxima-Nova-Bold';
	text-transform: uppercase;
	margin-bottom: 20px;
}
.explore-best-content p{
	font-size: 18px;
	font-family: 'ProximaNova-Regular';
	color: #fff;
	line-height: 30px;
	margin-bottom: 0
}
.crossing-training-wrapper{
	width: 35%;
	padding: 30px;
}
.bg-orange{
	background: #EF7220;
}
.bg-black{
	background: #000000;
}
.bg-grey{
	background: #404040;
}
.crossing-training-wrapper figure{margin: 0; margin-bottom: 25px;}
.crossing-training-wrapper h3{
	font-size: 28px;
	color: #EF7220;
	font-family: 'Proxima-Nova-Bold';
	margin-bottom: 15px;
}

.crossing-training-wrapper p{
	font-size: 18px;
	font-family: 'ProximaNova-Regular';
	color: #fff;
	line-height: 26px;
	margin-bottom: 0
}


/*career-oriented-courses*/
.career-oriented-courses .explore-best-content h2{
	color: #ef7220;
}

.career-oriented-courses .explore-best-content p, .career-oriented-courses .crossing-training-wrapper p{
	color: #000000;
}
.career-oriented-courses .explore-best-content p{
	margin-bottom: 25px;
}

.career-oriented-courses .mt-10{
	margin-top: 100px;
}


/*demanding-courses-section start*/
.demanding-courses-section{
	position: relative;
}
.demanding-courses-heading h3{
	font-size: 32px;
    color: #fff;
    font-family: 'Proxima-Nova-Bold';
    text-transform: uppercase;
    margin-bottom: 25px;
}
.demanding-courses{
	background: #303030;
	border-radius: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}

.demanding-courses-logo{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 16px;
	background: #fff;
	padding: 45px 25px;
	width: 100%;
	max-width: 400px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.demanding-courses-content-wrapper{
	width: calc(100% - 400px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.demanding-courses-content{
	padding: 0 50px;
	width: calc(100% - 280px)
}

.demanding-courses-content h4{
	font-size: 52px;
	color: #EF7220;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.demanding-courses-content p{
	font-size: 20px;
	font-family: 'ProximaNova-Regular';
	color: #fff;
	line-height: 28px;
	margin-bottom: 0
}

.demanding-courses-learnmore{
	max-width: 280px;
	width: 100%;
	padding-right: 30px;
	text-align: right;
}

.demanding-courses-learnmore a{
	position: relative;
	color: #fff;
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	padding-right: 70px;
	display: inline-block;
	-o-transition: all .4s;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.demanding-courses-learnmore a:after{
	display: block;
	content: '';
	width: 62px;
	height: 1px;
	background: #EF7220;
	position: absolute;
	top: 50%;
	right: 0;
	-o-transition: all .4s;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.demanding-courses-learnmore a:hover{
	color: #EF7220;
	padding-right: 55px;
}
.demanding-courses-learnmore a:hover::after{
	width: 47px;
}

.courses-enqury{
	position: absolute;
	text-align: center;
	bottom: -35px;
	width: 100%;
}

/*demanding-courses-section close*/


/*whychooseus-section start*/
/*.whychooseus-section{
	margin-top: 30px;
}*/
.whychooseus-heading{
	max-width: 850px;
	margin: 0 auto
}
.whychooseus-heading h2{
	color: #EF7220;
	font-size: 42px;
	font-family: 'Proxima-Nova-Bold';
    text-transform: uppercase;
    margin-bottom: 25px;
}

.whychooseus-heading p{
	font-size: 20px;
	font-family: 'ProximaNova-Regular';
	color: #000000;
	line-height: 28px;
	margin-bottom: 0
}

.whychooseus-wrapper{
	margin-top: 40px;
	margin-bottom: 15px;
}

.whychooseus-wrapper .col-md-4{
	margin-bottom: 25px;
}

.whychooseus{
	height: 100%;
	background: #fff;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.16);
	padding: 25px;
	margin-bottom: 30px;
}

.whychooseus h3{
	color: #EF7220;
	font-size: 26px;
	font-family: 'ProximaNova-Regular';
	margin-top: 30px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.whychooseus p{
	font-size: 18px;
	font-family: 'ProximaNova-Regular';
	color: #000000;
	line-height: 25px;
	margin-bottom: 0;
}
.whychooseus figure{
	margin: 0;
	height: 300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

/*whychooseus-section close*/


/*our hiring partners start*/
.our-hiring-partners-section{
	padding-top: 0 !important;
}
.partners-logo-wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1400px;
	margin: 50px auto 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.partners-logo{
	padding: 5px 15px;
	background: #fff;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.16);
	max-width: 200px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 10px;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.partners-logo:hover{
	-webkit-box-shadow: 0px 2px 26px 0px rgba(0,0,0,0.20);
	box-shadow: 0px 2px 26px 0px rgba(0,0,0,0.20);
}
.our-hiring-partners-heading h2, .testimonial-slider-heading h2{
	color: #EF7220;
    font-size: 42px;
    font-family: 'Proxima-Nova-Bold';
    text-transform: uppercase;
    margin-bottom: 5px;
}

.our-hiring-partners-heading {
	max-width: 1000px;
	margin: 0 auto
}

.our-hiring-partners-heading h3, .testimonial-slider-heading h3{
	color: #67AB1F;
    font-size: 32px;
    font-family: 'Proxima-Nova-Bold';
    margin-bottom: 15px;
}

.our-hiring-partners-heading p {
    font-size: 22px;
    font-family: 'ProximaNova-Regular';
    color: #000000;
    line-height: 28px;
    margin-bottom: 0;
}
/*our hiring partners close*/

/*testimonial-section start*/
.testimonial-section{background-position: right top; background-size: cover;}
.testimonial-slider-wrapper{
	width: 57%;
	background: rgba(255,255,255,.7);
	border-radius: 20px;
	padding: 35px;
	margin-bottom: 40px;
}
.testimonial-intro figure{
	margin: 20px 0;
	width: 100px;
}
.testimonial-intro figure img{
	width: 100%;
	border-radius: 50%
}
.testimonial-namdetail{
	width: calc(100% - 100px);
	padding-left: 30px;
}
.testimonial-namdetail h4 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    margin-bottom: 2px;
    font-family: 'Proxima-Nova-Bold';
}
.testimonial-namdetail p {
    font-size: 18px;
    color: #000;
    font-family: 'ProximaNova-Regular';
    margin-bottom: 0
}
.client-review p {
    font-size: 18px;
    color: #000;
    font-family: 'ProximaNova-Regular';
    margin-bottom: 0;
    line-height: 30px;
}
.testmonial-slider .carousel-indicators{
	bottom: -110px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.testmonial-slider .carousel-indicators li{
	width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transition: all .4s;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
}

.testmonial-slider .carousel-indicators li.active{
	width: 45px;
	border-radius: 10px;
	height: 6px;
	background: #EF7220;
}

/*testimonial-section close*/

/*Diploma Program start*/
.diploma-program-section{
	background-size: cover;
	background-position: left top;
	position: relative;
}

.diploma-program-section:after{
	display: block;
	content: '';
	width: 247px;
	height: 210px;
	position: absolute;
	bottom: 20px;
	right: 10%;
	background-image: url(../images/guarantee-stamp.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.diploma-program-content{
	width: calc(100% - 700px)
}

.diploma-program-content h2{
	color: #fff;
    font-size: 62px;
    font-family: 'Proxima-Nova-Bold';
    text-transform: uppercase;
    margin-bottom: 5px;
}

.diploma-program-content h3{
	color: #FFB300;
    font-size: 48px;
    font-family: 'Proxima-Nova-Bold';
    margin-bottom: 30px;
}

.diploma-program-content p{
	font-size: 22px;
    color: #fff;
    font-family: 'ProximaNova-Regular';
    margin-bottom: 35px;
    line-height: 32px;
}
/*Diploma Program close*/


/*footer start*/
.footer-logo-wrapper{
	width: 25%;
}
.footer-knowmore{
	width: 20%;
}
.footer-ourcenter{
	width: 30%;
}
.footer-certifications{
	width: 25%;
	padding-left: 50px;
}
.footer-logo-wrapper figure{
	width: 110px;
	margin: 0;
}
.footer-logo-wrapper figure img{
	width: 100%
}
.footer-logo-wrapper p{
	font-size: 16px;
    font-family: 'ProximaNova-Regular';
    color: #fff;
    margin-bottom: 20px;
    margin-top: 10px;
}
.footer-logo-wrapper ul {
	margin: 0;padding: 0
}
.footer-logo-wrapper ul li{
	display: inline-block;
	margin-right: 10px;
}
.footer-logo-wrapper ul li a{
	display: block;
}
.footer-logo-wrapper ul li span{
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	background: #fff;
	color: #000;
	font-size: 22px;
	text-align: center;
	-o-transition: all .4s;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.footer-logo-wrapper ul li span:hover{
	background: #EF7220;
	color: #fff;
}

.footer-wrapper h4{
	font-size: 18px;
	font-family: 'Proxima-Nova-Bold';
	color: #EF7220;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.footer-menu ul{
	margin: 0;
	padding: 0;
}
.footer-menu ul li{
	padding-top: 0;
	margin-bottom: 10px;
	padding-left: 40px;
	background-image: url(../images/grras-color.png);
	background-position: left top 5px;
    background-repeat: no-repeat;
}
.footer-menu ul li:last-child{margin-bottom: 0}

.footer-menu ul li a{
	font-size: 18px;
    font-family: 'ProximaNova-Regular';
    color: #fff;
}
.footer-menu ul li a:hover{
	color: #EF7220
}
.footer-ourcenter ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.footer-ourcenter ul li{
	width: 50%;
}

.footer-certifications .certificate-name{
	padding: 10px;
	text-align: center;
	color: #fff;
	font-family: 'Proxima-Nova-Bold';
	background: #343434;
	display: block;
	cursor: pointer;
	-o-transition: all .4s;
	transition: all .4s;
	-webkit-transition: all .4s;
	font-size: 18px;
}

.footer-certifications .certificate-name:hover{
	background: #67AB1F
}

.footer-certifications .halfwidth{
	width: calc(50% - 5px);
	margin-bottom: 10px;
}

.footer-certifications .halfwidth a.enqurybtn{
	height: 100%;
	width: 100%;
	padding: 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.certificate-wrapper .mb-2{
	margin-bottom: 10px !important;
}

/*footer close*/


/*enquiryform popup*/
.modal-backdrop{
	display: none;
}
.modal{
	background: rgba(0,0,0,.5);
}
.enquiryform-popup .modal-header{
    border-radius: 0;
    background: #EF7220;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
}

.enquiryform-popup .modal-header h5{
    font-size: 20px;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'Proxima-Nova-Bold';
}

.enquiryform-popup .modal-header .close{
    font-size: 30px;
    opacity: 1;
    text-shadow: none;
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.enquiryform-popup .modal-header .close:focus{
	outline: none !important;
}

.enquiryform-popup .modal-header .close span{
	font-family: 'ProximaNova-Regular';
	color: #fff

}

.enquiryform-popup .modal-body{
    padding: 0
}

.enquiryform-popup .modal-body .form-group{
    padding: 20px 20px 0;
 	margin-bottom: 0;
    margin-top:0;
}

.enquiryform-popup .modal-body .form-group label{
    font-size: 16px;
    margin-bottom: 5px;
    color: #000;
    text-transform: capitalize;
}

.enquiryform-popup .modal-body .form-group .form-control{
    height: 45px;
    border-radius: 0;
    border-color: #c3c3c3;
    background: transparent !important;
}

.enquiryform-popup .modal-body .form-group textarea.form-control{
    height: 150px;
}

.enquiryform-popup .form-group.form-submitbtn{
    padding: 20px ;
}

.enquiryform-popup .form-submitbtn input.sbmitbtn{
    font-size: 18px;
    color: #fff;
    font-family: 'Proxima-Nova-Bold';
    text-transform: uppercase;
    background: #EF7220;
    padding: 15px 30px;
    display: inline-block;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transition: all .4s;
    text-align: center;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.enquiryform-popup .form-submitbtn input.sbmitbtn:hover{
    background-color: #aaee23;
    color: #000
}


/************** ------------- COURSE-PAGE ------------- ***************/

.inner-banner-section{
	padding-top: 160px;
	padding-bottom: 80px;
	background-size: cover;
	background-position: center;
}
.inner-banner-content{
	position: relative;
	z-index: 1
}

.inner-banner-content h2{
	font-size: 52px;
	color: #fff;
	font-family: 'ProximaNova-Regular';
	margin-top: 25px;
	margin-bottom: 15px;
}

.inner-banner-content p{
	font-size: 22px;
	font-family: 'ProximaNova-Regular';
	color: #fff;
	margin-bottom: 40px;
}

.course-duration h3{
	font-size: 98px;
	margin-top: 25px;
	margin-bottom: 0;
	color: #fff;
	font-family: 'Proxima-Nova-Bold';
	line-height: 1
}

.course-duration h4, .advantage-hadoop-course-wrap h4, .hadoop-course-wrap h5, .star-rating span, .review-wrap-content h3{
	font-size: 28px;
}

.course-duration h4{
	margin-top: 0;
	
	color: #fff;
	font-family: 'ProximaNova-Regular';
	line-height: 1
}

.advantage-hadoop-course-wrap{
	background: #404040;
	padding: 20px 50px;
}
.advantage-hadoop-course-wrap h4{
	text-transform: uppercase;
	color: #EF7220;
	font-family: 'Proxima-Nova-Bold';
	margin-bottom: 30px;
}
.hadoop-course-wrap{
	border-bottom: 1px solid rgba(255,255,255, .4);
	border-right: 1px solid rgba(255,255,255, .4);
	padding: 20px 40px;
}

.hadoop-course-wrap:nth-child(2){
	border-right: 0;
}
.hadoop-course-wrap:nth-child(3){
	border-bottom: 0;
}
.hadoop-course-wrap:nth-child(4){
	border-right: 0;
	border-bottom: 0;
}

.hadoop-course-wrap h5{
	color: #fff;
	font-family: 'Proxima-Nova-Bold';
}

.hadoop-course-wrap p{
	font-size: 20px;
	color: #fff;
	font-family: 'ProximaNova-Regular';
	margin-bottom: 0
}

.whychooseus-wrapper2-content h3, .oriented-content h3{
	color: #EF7220;
	font-size: 42px;
	font-family: 'Proxima-Nova-Bold';
	margin-bottom: 30px;
}

.whychooseus-wrapper2-content p, .oriented-content p{
	font-size: 18px;
	color: #000000;
	margin-bottom: 30px;
	font-weight: 500
}
.whychooseus-wrapper2{
	width: 80%;
	margin: 0 auto
}

.whychooseus-wrapper2-content{
	padding-right: 50px;
}
.whychooseus-wrapper2-img{
	padding-left: 50px;
}

.our-hiring-partners-section2{
	background: #F3F3F3;
}

.aboutbigdata-content h2{
	color: #EF7220;
    font-size: 42px;
    font-family: 'Proxima-Nova-Bold';
    text-transform: uppercase;
    margin-bottom: 25px;
}
.aboutbigdata-content p{
	font-size: 20px;
    font-family: 'ProximaNova-Regular';
    color: #000000;
    line-height: 28px;
    margin-bottom: 25px;
}

.aboutbigdata-content p:last-child{
	margin-bottom: 0
}


.administration-course-accordion .card{
	margin-bottom: 30px;
	padding: 0;
	border: none;
	background: #303030;
	border-radius: 16px;
	overflow: hidden;
}
.administration-course-accordion .card-header{
	padding: 0;
	border-radius: 0;
	border: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	background: transparent;
}
.administration-course-accordion .card-header button{
	width: 100%;
	border: none;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #303030;
	position: relative;
	padding-right: 70px;
	white-space: normal;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.administration-course-accordion .card-header button:before{
	display: block;
	content: '';
	width: 40px;
	height: 3px;
	background: #fff;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	right: 30px;
}

.administration-course-accordion .card-header button:after{
	display: block;
	content: '';
	width: 3px;
	height: 40px;
	background: #fff;
	position: absolute;
	top: 50%;
	right: 48px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	opacity: 0;
}

.administration-course-accordion .card-header button.collapsed:after{
	opacity: 1
}

.administration-course-accordion .card-header button figure{
	background: #fff;
	border-radius: 16px;
	margin: 0;
	padding: 25px 10px;
    width: 125px;
}
.administration-course-accordion .card-header button span{
	font-size: 32px;
    color: #EF7220;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    padding-left: 30px;
    text-align: left;
    width: calc(100% - 125px);
}

.administration-course-accordion .card-body{
	padding: 40px 30px 50px 155px;
}

.administration-course-accordion .card-body table{
	margin-bottom: 0
}
.administration-course-accordion .card-body table, .administration-course-accordion .card-body table th, .administration-course-accordion .card-body table td{
	border: 1px solid #676767
}

.administration-course-accordion .card-body table th{
	background: #000;
	color: #EF7220;
}

.administration-course-accordion .card-body table td{
	color: #fff;
}

.administration-course-accordion .card-body table th, .administration-course-accordion .card-body table td{
	font-size: 22px;
	font-weight: 400;
	padding: 15px 20px;
	white-space: nowrap;
}

.enrollment-administration-form-section{
	background-color: #EAEBED;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto 100%;
	border-radius: 16px;
}

.enrollment-form-heading figure{
	margin: 0;
	padding: 25px 10px;
    width: 125px;
    text-align: center;
}

.enrollment-form-heading h3{
	font-size: 32px;
    color: #EF7220;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    padding-left: 30px;
    width: calc(100% - 125px);
}


.enrollment-form{
	padding: 20px 30px 70px 155px;
	width: 64%
}

.enrollment-form .form-group{
	margin-bottom: 20px;
}

.enrollment-form .form-group label{
	font-size: 16px;
    margin-bottom: 5px;
    color: #000;
    text-transform: capitalize;
    font-weight: 500
}
.enrollment-form .form-group label span{
	color: #EF7220
}

.enrollment-form .form-group .form-control{
	height: 50px;
    border-radius: 0;
    border-color: #C4C4C4;
    background-color: transparent !important;
}

.enrollment-form .form-group select.form-control{
	height: 50px !important;
	background-image: url(../images/noun_down.png);
	background-repeat: no-repeat;
	background-position: center right 20px;
	cursor: pointer;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

.enrollment-form .form-group textarea{
	height: 120px !important;
}

.enrollment-form-submitbtn{
	font-size: 20px;
    color: #fff;
    font-family: 'Proxima-Nova-Bold';
    text-transform: uppercase;
    background: #EF7220 !important;
    padding: 20px 55px;
    display: inline-block;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transition: all .4s;
    text-align: center;
    border: none !important;
    line-height: 1;
}

.enrollment-form-submitbtn:hover{
	background: #67AB1F;
}

.contact-detail{
	margin-top: 30px;
	background-color: #303030;
	padding: 40px 30px;
	border-radius: 16px;
}
.contact-detail-wrap a span{
	padding-left: 15px;
	font-size: 20px;
    color: #fff;
    font-weight: 500
}

.contact-detail-wrap a:hover span{
	color: #EF7220
}

/*oriented-program-section*/
.oriented-program-section{
	background-repeat: no-repeat;
	background-color: #1E1415;
	background-position: left top;
	padding: 120px 0;
	background-size: auto 100%; 
}

.professional-wrapper{
	margin-top: 50px;
}

.oriented-content p{
	color: #fff
}

.professional-wrap{
	cursor: pointer;
	overflow: hidden;
	margin-bottom: 30px;
}

.professional-wrap figure{
	position: relative;
	margin: 0
}

.professional-wrap figure img{
	width: 100%;
}

.professional-wrap figure:after{
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #1E1415;
	opacity: 0;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.professional-content{
	position: absolute;
	bottom: -100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: calc(100% - 30px);
	z-index: 1;
	padding-bottom: 20px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.professional-wrap:hover .professional-content{
	bottom: 0;
}

.professional-wrap:hover figure::after{
	opacity: .8;
}

.professional-content h4{
	color: #EF7220;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 10px;
}

.professional-content h5{
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 25px;
}

.professional-content p{
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 0px;
}


/*review-section*/
.review-section{
	background-color: #F3F3F3
}
.review-section-wrapper{
	margin-top: 30px;
	margin-bottom: 50px;
}
.review-wrap{
	background-color: #fff;
	border-radius: 16px;
	padding: 20px 30px;
	margin-bottom: 20px;
}

.review-wrap:last-child{
	margin-bottom: 0
}




.review-wrap-content{
	width: calc(100% - 290px);
	border-right: 1px solid #D9D9D9;
	padding-right: 10%;
	padding-top: 20px;
	padding-bottom: 10px;
}

.review-rating-score{
	width: 290px;
}

.review-rating-score h3{
	font-size: 22px;
	color: #000;
	margin-bottom: 0
}

.review-rating-score h4{
	font-size: 52px;
	color: #000;
	font-weight: 600;
}
.review-rating-score h4 span{
	font-size: 36px;
}
.star-rating span{
	color: #EF7220;
}

.review-wrap-content h3{
	color: #EF7220;
	font-weight: 700;
	margin-bottom: 20px;
}

.review-wrap-content h3 span{
	color: #ABABAB;
	font-size: 20px;
}

.review-feature-wrapper{
	margin-top: 25px;
}

.review-feature h5{
	font-size: 22px;
	color: #000
}

.inner-accordion .card{
	border-radius: 0 !important
}

.inner-accordion .card-header button{
	background-color: #000000;
	color: #67AB1F;
	border-radius: 0 !important;
	padding: 20px;
}

.inner-accordion .card-header button span{
	padding-left: 0 !important;
	color: #67AB1F;
	font-size: 24px;
}

.inner-accordion .card-body{
	padding-left: 0 !important;
	padding-top: 30px;
}

.inner-accordion .card-body p{
	font-size: 22px;
	color: #fff;
	margin-bottom: 20px;
}

.inner-accordion .card-body h5{
	font-size: 22px;
	color: #EF7220;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.inner-accordion .dashed-icon-listing{
	padding-left: 25px;
}

.dashed-icon-listing {
	margin-bottom: 0;
	padding-left: 0;
}
.dashed-icon-listing li{
	list-style: none;
	color: #fff;
	font-size: 22px;
	margin-bottom: 20px;
	position: relative;
	padding-left: 30px;
}

.dashed-icon-listing li:after{
	display: block;
	content: '';
	height: 3px;
	width: 10px;
	background-color: #EF7220;
	position: absolute;
	left: 0;
	top: 13px;
}

.dashed-icon-listing li:last-child{
	margin-bottom: 0
}

.administration-course{
	width: calc(33.3% - 15px);
	margin-right: 15px;
	margin-bottom: 15px;
	background-color: #000;
	padding: 20px;
}

.administration-course h4{
	font-size: 24px;
    color: #67AB1F;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 20px;
}

.administration-course p{
	font-size: 18px;
	color: #fff;
	line-height: 32px;
}


/*homepage-responsive*/
@media only screen and (max-width:1750px) {

	.common-section-padding {
	    padding-top: 70px;
	    padding-bottom: 70px;
	}

	/*header*/
	.header-menu-liting ul li a{
		font-size: 14px;
		padding: 14px 5px;
	}
	.header-contact-numbers ul li p{
		font-size: 14px;
	}
	.header-contact-numbers{
		width: 530px;
	}
	.header-menu-liting{
		width: calc(100% - 530px);
	}


	/*banner*/
	.banner-content-wrapper h1{
		font-size: 65px;
		line-height: 65px;
		margin-bottom: 20px;
	}
	.banner-content-wrapper p, .inner-banner-content p, .professional-content h4, .review-feature h5{
		font-size: 19px;
		line-height: 28px;
	}
	.inner-banner-content p{
		margin-bottom: 30px;
	}
	a.enqurybtn{
		padding: 16px 45px;
		font-size: 18px;
	}
	.banner-content-wrapper a {
	    margin-top: 10px;
	}

	/*explore-best-wrapper*/
	.aboutbigdata-content h2, .explore-best-content h2, .whychooseus-wrapper2-content h3, .oriented-content h3{
		font-size: 35px;
	}
	.explore-best-content h2{
		margin-bottom: 15px;
	}
	.explore-best-content p{
		font-size: 16px;
		line-height: 26px;
	}
	.crossing-training-wrapper h3, .advantage-hadoop-course-wrap h4, .hadoop-course-wrap h5,
	.course-duration h4, .star-rating span, .review-wrap-content h3{
		font-size: 24px;
	}
	.crossing-training-wrapper h3{
		
	    margin-bottom: 10px;
	}
	.crossing-training-wrapper p, .whychooseus-wrapper2-content p, .oriented-content p{
		font-size: 16px;
	    line-height: 26px;
	}
	.crossing-training-wrapper{
		padding: 20px;
	}

	/*demanding-courses-section start*/
	.demanding-courses-logo{
		max-width: 300px;
		padding: 30px 20px;
	}
	.demanding-courses-content-wrapper{
		width: calc(100% - 300px);
	}
	.demanding-courses-content{
		width: calc(100% - 250px);
		padding: 0 40px;
	}
	.demanding-courses-content h4, .inner-banner-content h2, .review-rating-score h4{
		font-size: 40px;
	}
	.review-rating-score h4 span {
	    font-size: 32px;
	}
	.review-wrap-content{
		width: calc(100% - 260px);
	}
	.review-rating-score {
	    width: 260px;
	}
	.demanding-courses-content h4{
		margin-bottom: 15px;
	}
	.demanding-courses-content p, .hadoop-course-wrap p, .aboutbigdata-content p, .review-wrap-content h3 span{
		font-size: 17px;
		line-height: 26px;
	}
	.demanding-courses-learnmore a{
		font-size: 17px;
	}
	.demanding-courses-learnmore{
		width: 250px;
	}
	.demanding-courses-heading h3, .our-hiring-partners-heading h3, .testimonial-slider-heading h3{
		font-size: 28px;
	}
	.demanding-courses{
		margin-bottom: 25px;
	}
	.courses-enqury{
		bottom: -29px;
	}


	/*whychooseus-section*/
	.whychooseus-heading h2, .our-hiring-partners-heading h2, .testimonial-slider-heading h2{
		font-size: 35px;
	}
	.whychooseus-heading h2{
		margin-bottom: 15px;
	}
	.whychooseus-heading p{
		font-size: 18px;
	}
	.whychooseus-heading{
		max-width: 750px;
	}
	.whychooseus figure{
		height: 230px;
	}
	.whychooseus h3{
		font-size: 24px;
		margin-bottom: 10px;
	}
	.whychooseus p{
		font-size: 16px;
		line-height: 23px;
	}

	/*our hiring partners*/
	.our-hiring-partners-heading p{
		font-size: 20px;
	}
	.partners-logo-wrapper{
		margin-top: 40px;
	}
	.partners-logo{
		max-width: 195px;
	}

	/*testimonial*/
	.testimonial-intro figure{
		width: 80px;
		margin: 10px 0;
	}
	.testimonial-namdetail h4{
		font-size: 22px;
	}
	.testimonial-namdetail p, .client-review p{
		font-size: 16px;
		line-height: 28px;
	}

	/*diploma-program*/
	.diploma-program-content h2{
		font-size: 52px;
	}
	.diploma-program-content h3{
		font-size: 38px;
	}
	.diploma-program-content {
	    width: calc(100% - 570px);
	}
	.diploma-program-content p{
		font-size: 20px;
		margin-bottom: 30px;
    	line-height: 29px;
	}
	.diploma-program-section:after{
		width: 220px;
		height: 180px;
	}

	/*footer*/
	.footer-logo-wrapper p{
		font-size: 15px;
		margin-bottom: 15px;
	}
	.footer-logo-wrapper ul li span{
		width: 35px;
	    height: 35px;
	    line-height: 35px;
	    font-size: 19px;
	}
	.footer-logo-wrapper ul li{
		margin-right: 8px;
	}
	.footer-menu ul li a{
		font-size: 16px;
	}

	.footer-certifications .certificate-name{
		font-size: 16px;
	}


	/*course-page*/
	.course-duration h3{
		font-size: 85px;
	}
	.course-duration h4{
		font-size: 24px;
	}

	.whychooseus-wrapper2-content p, .oriented-content p, .whychooseus-wrapper2-content h3, .oriented-content h3{
		margin-bottom: 20px;
	}
	.whychooseus-wrapper2{
		width: 85%
	}


	.administration-course-accordion .card-header button span, .enrollment-form-heading h3{
		font-size: 26px;
	}
	.enrollment-form-heading figure, .administration-course-accordion .card-header button figure{
		padding: 20px 10px;
    	width: 100px;
	}
	.enrollment-form-heading h3, .administration-course-accordion .card-header button span{
		width: calc(100% - 100px);
	}

	.administration-course-accordion .card-header button figure img{
		width: 55px;
	}

	.enrollment-form{
		padding: 10px 30px 50px 140px;
	}
	.administration-course-accordion .card-body {
	    padding: 30px 30px 40px 130px;
	}
	.administration-course-accordion .card-body table th, .administration-course-accordion .card-body table td{
		font-size: 19px;
	}
	.administration-course-accordion .card-header button:before{
		width: 32px;
	}
	.administration-course-accordion .card-header button:after{
		height: 32px;
		right: 45px;
	}

	.contact-detail-wrap a span{
		font-size: 18px;
	}
	.contact-detail-wrap a img{
		width: 45px;
	}

	.enrollment-form-submitbtn{
		font-size: 18px;
		padding: 16px 45px;
	}
	.enrollment-form .form-group .form-control{
		height: 45px;
	}
	.enrollment-form .form-group select.form-control{
		height: 45px !important;	
	}
	.enrollment-form .form-group textarea {
	    height: 110px !important;
	}

	.professional-content h5{
		margin-bottom: 20px;
	}

	.review-wrap-content{
		padding-top: 10px;
	}

	.review-wrap-content h3{
		margin-bottom: 15px;
	}

	.oriented-program-section{
		padding: 100px 0;
	}
	.administration-course-accordion .card{
		margin-bottom: 20px;
	}


	/**/
	.inner-accordion .card-header button span, .administration-course h4{
		font-size: 21px;
	}
	.dashed-icon-listing li, .inner-accordion .card-body p, .inner-accordion .card-body h5{
		font-size: 20px;
	}
	.administration-course p{
		font-size: 17px;
		line-height: 30px;
	}
	.inner-accordion .card-header button{
		padding: 15px 18px;
	}



}


@media only screen and (max-width:1440px) {

	.common-section-padding {
	    padding-top: 60px;
	    padding-bottom: 60px;
	}

	/*header*/
	.main-header .mainlogo {
	    width: 95px;
	}
	.header-menu-linkWrapper{
		width: calc(100% - 145px);
		margin-left: 50px;
	}
	.header-menu-liting ul li a{
		font-size: 13px;
		padding: 13px 5px;
	}
	.header-contact-numbers ul li a{
		padding: 0px 10px;
	}
	.header-contact-numbers ul li p{
		font-size: 13px;
	}
	.header-contact-numbers{
		width: 475px;
	}
	.header-menu-liting{
		width: calc(100% - 475px);
	}


	/*banner*/
	.banner-content-wrapper h1{
		font-size: 60px;
		line-height: 60px;
		margin-bottom: 20px;
	}
	.banner-content-wrapper p{
		font-size: 18px;
		line-height: 26px;
	}
	a.enqurybtn{
		padding: 15px 40px;
		font-size: 16px;
	}
	.banner-content-wrapper a {
	    margin-top: 10px;
	}

	/*demanding-courses-section start*/
	.demanding-courses-logo{
		max-width: 270px;
		padding: 25px 20px;
	}
	.demanding-courses-content-wrapper{
		width: calc(100% - 270px);
	}
	.demanding-courses-content{
		width: calc(100% - 250px);
		padding: 0px 40px;
	}
	.demanding-courses-content h4{
		font-size: 35px;
		margin-bottom: 15px;
	}
	.demanding-courses-content p, .hadoop-course-wrap p, .aboutbigdata-content p, .review-wrap-content h3 span{
		font-size: 16px;
		line-height: 25px;
	}
	.demanding-courses-learnmore a{
		font-size: 16px;
	}
	.demanding-courses-heading h3, .our-hiring-partners-heading h3, .testimonial-slider-heading h3{
		font-size: 25px;
	}
	.courses-enqury{
		bottom: -27px;
	}


	/*our hiring partners*/
	.partners-logo{
		max-width: 190px;
	}

	/*whychooseus-section*/
	.whychooseus-heading h2, .our-hiring-partners-heading h2, .testimonial-slider-heading h2{
		font-size: 32px;
	}

	/*testimonial*/
	.testimonial-intro figure{
		width: 70px;
		margin: 10px 0;
	}
	.testimonial-namdetail h4{
		font-size: 20px;
	}
	.testimonial-namdetail p, .client-review p{
		font-size: 15px;
		line-height: 27px;
	}
	.testmonial-slider .carousel-indicators li{
		height: 12px;
		width: 12px;
	}
	.testmonial-slider .carousel-indicators li.active{
		width: 40px;
		height: 4px;
	}
	.testimonial-slider-wrapper{
		margin-bottom: 10px;
	}
	.testmonial-slider .carousel-indicators{
		bottom: -90px;
	}

	/*diploma-program*/
	.diploma-program-content h2{
		font-size: 48px;
	}
	.diploma-program-content h3{
		font-size: 32px;
		margin-bottom: 15px;
	}
	.diploma-program-content {
	    width: calc(100% - 520px);
	}

	.inner-banner-section {
	    padding-top: 130px;
	    padding-bottom: 60px;
	}
	.inner-banner-content h2{
	    margin-top: 15px;
	}

	.whychooseus-wrapper2 {
	    width: 90%;
	}
	.whychooseus-wrapper2-content {
	    padding-right: 30px;
	}


	/**/
	.inner-accordion .card-header button span, .administration-course h4{
		font-size: 20px;
	}
	.dashed-icon-listing li{
		margin-bottom: 15px;
	}
	.dashed-icon-listing li, .inner-accordion .card-body p, .inner-accordion .card-body h5{
		font-size: 18px;
	}
	.administration-course p{
		font-size: 17px;
		line-height: 30px;
	}
	.inner-accordion .card-header button{
		padding: 15px 18px;
	}
	

}

@media only screen and (max-width:1366px) {

	/*banner*/
	.banner-content-wrapper h1{
		font-size: 56px;
		line-height: 56px;
		margin-bottom: 20px;
	}
	.banner-content-wrapper p, .inner-banner-content p, .professional-content h4, .review-feature h5{
		font-size: 17px;
		line-height: 25px;
	}
	a.enqurybtn{
		padding: 14px 38px;
		font-size: 15px;
	}
	.banner-content-wrapper a {
	    margin-top: 10px;
	}

	/*explore-best-wrapper*/
	.aboutbigdata-content h2, .explore-best-content h2, .whychooseus-wrapper2-content h3, .oriented-content h3{
		font-size: 32px;
	}
	.explore-best-content h2 {
	    
	    margin-bottom: 10px;
	}
	.crossing-training-wrapper h3, .advantage-hadoop-course-wrap h4, .hadoop-course-wrap h5,
	.course-duration h4, .star-rating span, .review-wrap-content h3{
		font-size: 22px;
	}
	.crossing-training-wrapper h3 {
	    margin-bottom: 10px;
	}
	.crossing-training-wrapper p, .whychooseus-wrapper2-content p, .oriented-content p {
	    font-size: 15px;
	    line-height: 25px;
	}


	/*demanding-courses-section*/
	.demanding-courses-content h4, .inner-banner-content h2, .review-rating-score h4{
		font-size: 30px;
	}
	.demanding-courses-content h4 {
	    
	    margin-bottom: 15px;
	}

	/*our hiring partners start*/
	.our-hiring-partners-heading p {
	    font-size: 17px;
	}
	.our-hiring-partners-heading {
	    max-width: 800px;
	    margin: 0 auto;
	}
	.partners-logo {
	    max-width: 185px;
	    margin: 8px;
	}

	/*whychooseus*/
	.whychooseus h3 {
	    font-size: 22px;
	}
	.whychooseus figure {
	    height: 210px;
	}


	/*testimonial*/
	.whychooseus-heading h2, .our-hiring-partners-heading h2, .testimonial-slider-heading h2 {
	    font-size: 30px;
	}
	.demanding-courses-heading h3, .our-hiring-partners-heading h3, .testimonial-slider-heading h3 {
	    font-size: 23px;
	}
	.testimonial-namdetail {
	    width: calc(100% - 70px);
	    padding-left: 20px;
	}


	/*diploma-program*/
	.diploma-program-content h2{
		font-size: 42px;
	}
	.diploma-program-content h3{
		font-size: 28px;
	}
	.diploma-program-content {
	    width: calc(100% - 500px);
	}
	.diploma-program-content p{
		font-size: 18px;
		margin-bottom: 25px;
    	line-height: 28px;
	}
	.diploma-program-section:after{
		width: 200px;
		height: 160px;
	}

	/*footer*/
	.footer-wrapper h4{
		font-size: 16px;
	}
	.footer-menu ul li a {
	    font-size: 15px;
	}
	.footer-menu ul li{
		background-size: 20px;
		margin-bottom: 8px;
		padding-left: 35px;
	}
	.footer-certifications .certificate-name {
	    font-size: 15px;
	    padding: 8px;
	}

	.inner-banner-content img{
		max-width: 450px;
		width: 100%
	}

	.course-duration h3 {
	    font-size: 75px;
	}
	.hadoop-course-wrap{
		padding: 15px 25px;
	}

	.enrollment-form-heading figure, .administration-course-accordion .card-header button figure {
	    padding: 20px 10px;
	    width: 80px;
	}
	.enrollment-form-heading h3, .administration-course-accordion .card-header button span{
		width: calc(100% - 80px);
	}
	.administration-course-accordion .card-header button figure img, .enrollment-form-heading img{
	    width: 40px;
	}
	.administration-course-accordion .card-header button span, .enrollment-form-heading h3 {
	    font-size: 22px;
	    padding-left: 20px;
	}
	.administration-course-accordion .card-body {
	    padding: 20px 30px 30px 100px;
	}
	.administration-course-accordion .card-body table th, .administration-course-accordion .card-body table td {
	    font-size: 17px;
	    padding: 14px 18px;
	}

	.administration-course-accordion .card-header button:before {
	    width: 28px;
	    height: 2px;
	}
	.administration-course-accordion .card-header button:after {
	    height: 28px;
	    width: 2px;
	    right: 43px;
	}
	.enrollment-form {
	    padding: 10px 30px 50px 100px;
	}
	.enrollment-form .form-group .form-control {
	    height: 42px;
	    font-size: 14px;
	}
	.enrollment-form .form-group select.form-control{
		height: 42px !important;	
	}
	.contact-detail-wrap a img {
	    width: 40px;
	}
	.contact-detail{
	    margin-top: 20px;
	    padding: 30px 20px;
	}
	.professional-content p{
		font-size: 15px;
	}
	.professional-content h5 {
	    margin-bottom: 15px;
	}
	.review-rating-score h4 span {
	    font-size: 22px;
	}
	.review-wrap-content p{
		font-size: 15px;
	}

	.review-section-wrapper {
	    margin-top: 20px;
	    margin-bottom: 40px;
	}
	.enrollment-form-submitbtn {
	    font-size: 16px;
	    padding: 15px 40px;
	}


	/**/
	.inner-accordion .card-header button span, .administration-course h4{
		font-size: 18px;
	}
	.dashed-icon-listing li{
		margin-bottom: 12px;
	}
	.dashed-icon-listing li, .inner-accordion .card-body p, .inner-accordion .card-body h5{
		font-size: 16px;
	}
	.administration-course p{
		font-size: 16px;
		line-height: 28px;
	}
	.inner-accordion .card-header button{
		padding: 15px 18px;
	}
	.administration-course h4{
		margin-bottom: 15px;
	}


}


@media only screen and (max-width:1280px) {

	/*header*/
	.header-menu-liting ul li a{
		font-size: 12px;
	}

	/*partners*/
	.partners-logo {
	    max-width: 170px;
	    margin: 8px;
	}
	.partners-logo-wrapper {
	    margin-top: 30px;
	}

	/*banner*/
	.banner-content-wrapper h1 {
	    font-size: 52px;
	    line-height: 56px;
	    margin-bottom: 20px;
	}

	/*footer*/
	.footer-wrapper h4 {
	    font-size: 15px;
	}




}

@media only screen and (max-width:1200px) {

	/*header*/
	.main-header .mainlogo {
	    width: 80px;
	}
	.header-menu-linkWrapper {
	    width: calc(100% - 120px);
	    margin-left: 40px;
	}

	.header-menu-liting ul li a {
	    font-size: 12px;
	    padding: 13px 2px;
	}
	.header-menu-liting {
	    width: calc(100% - 420px);
	}
	.header-contact-numbers ul li a {
	    padding: 0px 8px;
	}
	.header-contact-numbers ul li p {
	    font-size: 12px;
	    padding-left: 5px;
	}
	.header-contact-numbers {
	    width: 420px;
	}
	.header-contact-numbers ul li img{
		width: 20px;
	}


	/*banner*/
	.banner-content-wrapper h1 {
	    font-size: 48px;
	    line-height: 55px;
	    margin-bottom: 20px;
	}


	/*explore-best-wrapper*/
	.aboutbigdata-content h2, .explore-best-content h2, .whychooseus-wrapper2-content h3, .oriented-content h3{
		font-size: 30px;
	}
	.explore-best-content h2 {
	    margin-bottom: 10px;
	}

	.explore-best-content {
	    width: 30%;
	    padding: 20px 40px;
	}


	/*demanding-courses-section start*/
	.demanding-courses-logo {
	    max-width: 230px;
	    padding: 20px 15px;
	}

	.demanding-courses-content-wrapper {
	    width: calc(100% - 230px);
	}

	.demanding-courses-content {
	    width: calc(100% - 200px);
	    padding: 0px 30px;
	}

	.demanding-courses-learnmore{
		width: 200px;
	}
	.demanding-courses-learnmore a {
	    font-size: 15px;
	    padding-right: 50px;
	}
	.demanding-courses-learnmore a:after{
		width: 42px;
	}
	.demanding-courses-content h4, .inner-banner-content h2, .review-rating-score h4{
		font-size: 25px;
	}
	.demanding-courses-content h4 {
	    
	    margin-bottom: 10px;
	}
	.demanding-courses-content p, .hadoop-course-wrap p, .aboutbigdata-content p, .review-wrap-content h3 span {
	    font-size: 15px;
	    line-height: 23px;
	}
	.demanding-courses-heading h3, .our-hiring-partners-heading h3, .testimonial-slider-heading h3 {
	    font-size: 22px;
	}
	.demanding-courses-heading h3{
		margin-bottom: 20px;
	}

	/*whychooseus*/
	.whychooseus h3 {
	    font-size: 20px;
	}
	.whychooseus p {
	    font-size: 15px;
	    line-height: 23px;
	}
	.whychooseus figure {
	    height: 190px;
	}

	/*partner-section*/
	.partners-logo {
	    max-width: 160px;
	    margin: 6px;
	}

	/*testimonial*/
	.whychooseus-heading h2, .our-hiring-partners-heading h2, .testimonial-slider-heading h2 {
	    font-size: 28px;
	}
	.demanding-courses-heading h3, .our-hiring-partners-heading h3, .testimonial-slider-heading h3 {
	    font-size: 21px;
	}
	.testimonial-slider-wrapper{
		padding: 25px;
	}
	.testmonial-slider .carousel-indicators {
	    bottom: -75px;
	}


	/*diploma-program*/
	.diploma-program-content h2 {
	    font-size: 38px;
	}
	.diploma-program-content h3 {
	    font-size: 25px;
	}
	.diploma-program-content p {
	    font-size: 16px;
	    margin-bottom: 25px;
	    line-height: 25px;
	}
	.diploma-program-content {
	    width: calc(100% - 450px);
	}

}

@media only screen and (max-width:1080px) {

	.header-menu-linkWrapper{
		display: none !important;
	}

	.mobile-menu-btn{display: block;}

	/*diploma-program*/
	.diploma-program-content h2 {
	    font-size: 34px;
	}
	.diploma-program-content h3 {
	    font-size: 22px;
	}
	.diploma-program-content p {
	    font-size: 15px;
	    margin-bottom: 25px;
	    line-height: 22px;
	}

	.inner-banner-section {
	    padding-top: 100px;
	    padding-bottom: 50px;
	}
	.course-duration h3 {
	    font-size: 65px;
	    margin-top: 15px;
	}

	.hadoop-course-wrap {
	    padding: 12px 15px;
	}

	.advantage-hadoop-course-wrap{
	    padding: 20px 30px;
	}
	.advantage-hadoop-course-wrap h4{
		margin-bottom: 20px;
	}
	.whychooseus-wrapper2 {
	    width: 100%;
	}
	.whychooseus-wrapper2-content {
	    padding-right: 15px;
	}
	.whychooseus-wrapper2-img {
	    padding-left: 15px;
	}
	.administration-course-accordion .card-header button span, .enrollment-form-heading h3 {
	    font-size: 20px;
	    padding-left: 20px;
	}
	.enrollment-form{
		width: 100%;
	}
	.enrollment-administration-form-section{
		position: relative;
		overflow: hidden;
	}
	.enrollment-administration-form-section:after{
		display: block;
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #EAEBED;
		opacity: .85
	}
	.enrollment-form-heading, .enrollment-form{
		position: relative;
		z-index: 1;
	}

	.administration-course-accordion .card-body table th, .administration-course-accordion .card-body table td {
	    font-size: 15px;
	    padding: 14px 15px;
	}
	.contact-detail-wrap a span {
	    font-size: 16px;
	}
	.contact-detail-wrap a img {
	    width: 34px;
	}
	.contact-detail-wrap a span {
	    font-size: 15px;
	    padding-left: 10px;
	}
	.enrollment-form {
	    padding: 0px 30px 30px 100px;
	}
	.enrollment-form .form-group label{
		font-size: 15px;
	}
	.enrollment-form .form-group {
	    margin-bottom: 15px;
	}

	.review-wrap-content h3 {
	    margin-bottom: 10px;
	}
	.review-wrap-content {
	    width: calc(100% - 200px);
	}
	.review-rating-score {
	    width: 200px;
	}
	.review-wrap-content{
		padding-right: 5%;
	}

	.review-wrap{
		padding: 15px 20px;
	}
	.review-rating-score h4 span {
	    font-size: 18px;
	}
	.crossing-training-wrapper h3, .advantage-hadoop-course-wrap h4, .hadoop-course-wrap h5, .course-duration h4, .star-rating span, .review-wrap-content h3 {
	    font-size: 20px;
	}

	.oriented-program-section {
	    padding: 70px 0;
	}


}

@media only screen and (max-width:991px) {

	.common-section-padding {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}

	/*banner*/
	.banner-content-wrapper h1 {
	    font-size: 45px;
	    line-height: 52px;
	    margin-bottom: 20px;
	}
	.banner-content-wrapper {
	    width: 70%;
	}

	.aboutbigdata-content h2, .explore-best-content h2, .whychooseus-wrapper2-content h3, .oriented-content h3{
		font-size: 28px;
	}

	.explore-best-content h2 {
	    margin-bottom: 10px;
	}
	.explore-best-content{
		padding: 20px 30px;
	}
	.crossing-training-wrapper figure {
	    margin: 0;
	    margin-bottom: 20px;
	}
	.crossing-training-wrapper h3, .advantage-hadoop-course-wrap h4, .hadoop-course-wrap h5,
	.course-duration h4, .star-rating span, .review-wrap-content h3{
		font-size: 20px;
	}
	.crossing-training-wrapper h3 {
	    margin-bottom: 5px;
	}


	/*partner*/
	.partners-logo{
		min-height: 85px;
	}
	.testimonial-slider-wrapper {
    	width: 100%;
    }

    /*demanding-courses-section*/
    .demanding-courses-logo {
	    max-width: 200px;
	    padding: 20px 15px;
	}
	.demanding-courses-content-wrapper {
	    width: calc(100% - 200px);
	}
	.demanding-courses-content {
	    width: calc(100% - 200px);
	    padding: 0px 30px;
	}
	.demanding-courses-content h4, .inner-banner-content h2, .review-rating-score h4{
		font-size: 22px;
	}
	.demanding-courses-content h4 {
	    margin-bottom: 10px;
	}
	.demanding-courses-content p, .hadoop-course-wrap p, .aboutbigdata-content p, .review-wrap-content h3 span {
	    font-size: 14px;
	    line-height: 20px;
	}


	.contact-detail-wrap a img {
	    width: 25px;
	}
	.contact-detail-wrap a span {
	    font-size: 14px;
	    padding-left: 5px;
	}
	.contact-detail {
	    margin-top: 20px;
	    padding: 20px 10px;
	}


	/**/
	.administration-course{
		padding: 14px;
		width: calc(33.3% - 10px);
	    margin-right: 10px;
	    margin-bottom: 10px;
	}
	.administration-course p {
	    font-size: 15px;
	    line-height: 26px;
	}
	.administration-course h4 {
	    margin-bottom: 12px;
	}


}


@media only screen and (max-width:768px) {

	/*banner*/
	.banner-content-wrapper {
	    width: 100%;
	}
	.banner-content-wrapper h1 {
	    font-size: 40px;
	    line-height: 45px;
	    margin-bottom: 20px;
	}
	a.enqurybtn {
	    padding: 13px 30px;
	    font-size: 14px;
	}

	.explore-best-content p {
	    font-size: 15px;
	    line-height: 23px;
	}
	.aboutbigdata-content h2, .explore-best-content h2, .whychooseus-wrapper2-content h3, .oriented-content h3{
		font-size: 24px;
	}
	.explore-best-content h2 {
	    margin-bottom: 10px;
	}

	/**/
	.demanding-courses-content-wrapper{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding: 10px 0
	}
	.demanding-courses-content{
		width: 100%;
		padding: 0px 15px 0 30px;
	}
	.demanding-courses-learnmore{
		width: 100%;
		margin-top: 10px;
	}
	.demanding-courses-learnmore {
	    max-width: 100%;
	    width: 100%;
	    text-align: left;
	    padding-left: 30px;
	}

	/**/
	.diploma-program-content {
	    width: calc(100% - 100px);
	}
	.diploma-program-content h2 {
	    font-size: 24px;
	}
	.diploma-program-content h3 {
	    font-size: 18px;
	}
	.diploma-program-content p {
	    font-size: 14px;
	    margin-bottom: 20px;
	    line-height: 20px;
	}
	.diploma-program-content {
	    width: 100%;
	    padding-left: 350px;
	}

	/*footer*/
	.footer-logo-wrapper, .footer-knowmore, .footer-ourcenter, .footer-certifications {
	    width: 50%;
	}
	.footer-certifications, .footer-ourcenter{
		padding-left: 0;
		margin-top: 30px;
	}


}

@media only screen and (max-width:767px) {

	.common-section-padding{
		padding-top: 40px;
		padding-bottom: 40px;
	}

	/*banner*/
	.banner-content-wrapper h1 {
	    font-size: 35px;
	    line-height: 45px;
	    margin-bottom: 10px;
	}
	.banner-content{
		bottom: 30px;
	}

	.explore-best-wrapper {
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	}
	.explore-best-content, .crossing-training-wrapper{
		width: 100%;
	}
	.explore-best-content {
	    padding: 20px;
	}
	.aboutbigdata-content h2, .explore-best-content h2, .whychooseus-wrapper2-content h3, .oriented-content h3{
		font-size: 20px;
	}
	.explore-best-content h2 br{
		display: none;
	}
	.career-oriented-courses .mt-10 {
	    margin-top: 0px;
	}

	.career-oriented-courses .explore-best-content{
		padding-bottom: 0
	}

	.career-oriented-courses {
	    padding-top: 0px;
	    padding-bottom: 30px;
	}

	/*whychooseus*/
	.whychooseus figure {
	    height: auto;
	}

	/**/
	.diploma-program-section{background: transparent !important; padding-top: 0}
	.diploma-program-section .back-img{
		height: 400px;
		display: block !important;
	}
	.diploma-program-section .back-img img{
		display: block !important;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
		-o-object-position: left;
		   object-position: left;
	}
	.diploma-program-content{
		padding-left: 0;
		padding-top: 30px;
	}

	.diploma-program-content h2{
		color: #000;
	}
	.diploma-program-content p{
		color: #000;
	}

	.diploma-program-section:after {
	    width: 200px;
	    height: 160px;
	    top: 200px;
	    right: 0;
	}

	.review-wrap-content {
	    width: 100%;
	    padding-right: 15px;
	    border-right: 0;
	    border-bottom: 1px solid #D9D9D9;
	    padding-bottom: 15px;
	    margin-bottom: 15px;
	}
	.review-rating-score{
		width: 100%;
	}
	.enrollment-form-heading figure, .administration-course-accordion .card-header button figure {
	    padding: 15px 10px;
	    width: 70px;
	}
	.enrollment-form-heading h3, .administration-course-accordion .card-header button span{
		width: calc(100% - 70px);
	}
	.administration-course-accordion .card-header button span, .enrollment-form-heading h3 {
	    font-size: 17px;
	    padding-left: 15px;
	}
	.administration-course-accordion .card-body {
	    padding: 20px 15px 20px 85px;
	}

	.administration-course-accordion .card-header button:before {
	    width: 20px;
	    height: 2px;
	    right: 15px;
	}
	.administration-course-accordion .card-header button:after {
	    height: 20px;
	    width: 2px;
	    right: 24px;
	}
	.contact-detail, .enrollment-administration-form-section, .administration-course-accordion .card, .administration-course-accordion .card-header button figure{
		border-radius: 10px;
	}
	.administration-course-accordion .card-header button{
	    padding-right: 50px;
	}
	.administration-course-accordion .card-body table th, .administration-course-accordion .card-body table td {
	    font-size: 14px;
	    padding: 10px 15px;
	}
	.enrollment-form {
	    padding: 0px 15px 20px 85px;
	}

	.hadoop-course-wrap{
		border-right: 0;
		border-bottom: 1px solid rgba(255,255,255, .4) !important;
	}
	.hadoop-course-wrap:last-child{
		border-bottom: 0 !important;
	}

	.whychooseus-wrapper2-content p, .oriented-content p, .whychooseus-wrapper2-content h3, .oriented-content h3 {
	    margin-bottom: 15px;
	}
	.whychooseus-wrapper2{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.whychooseus-wrapper2-content{
		margin-top: 20px;
	}

	.enrollment-form .form-group .form-control {
	    height: 40px;
	    font-size: 14px;
	}
	.enrollment-form .form-group select.form-control{
		height: 40px !important;	
	}

	.contact-detail-wrap{
		margin-bottom: 20px;
	}
	.contact-detail-wrap:last-child{
		margin-bottom: 0px;
	}
	.contact-detail-wrap a span{
		padding-left: 10px;
	}
	.contact-detail{
		padding: 20px;
	}

	/**/
	.administration-course{
		padding: 14px;
		width: calc(50% - 10px);
	    margin-right: 10px;
	    margin-bottom: 10px;
	}
	.inner-accordion .card-header button {
	    padding: 12px 15px;
	}
	.dashed-icon-listing li, .inner-accordion .card-body p, .inner-accordion .card-body h5 {
	    font-size: 15px;
	}
	.inner-accordion .card-body h5, .inner-accordion .card-body p{
		margin-bottom: 15px;
	}

}

@media only screen and (max-width:640px) {

	.demanding-courses{-ms-flex-wrap: wrap;flex-wrap: wrap;}
	.demanding-courses-logo{
		max-width: 100%;
	}
	.demanding-courses-content-wrapper {
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	    padding: 20px 0;
	    width: 100%;
	}
	.demanding-courses-content {
	    width: 100%;
	    padding: 0px 15px 0 20px;
	}
	.demanding-courses-learnmore{
		padding-left: 20px;
	}
	.demanding-courses-content h4, .inner-banner-content h2, .review-rating-score h4{
		font-size: 20px;
	}
	.demanding-courses-content h4 {
	    margin-bottom: 10px;
	}
	.demanding-courses-learnmore a {
	    font-size: 14px;
	    padding-right: 50px;
	}
	.courses-enqury {
	    bottom: -24px;
	}


	/**/
	.diploma-program-section .back-img{
		height: 300px;
		display: block !important;
	}
	.diploma-program-section:after{
		top: 100px;
		width: 150px;
    	height: 120px;
	}

	/*footer*/
	.footer-logo-wrapper, .footer-knowmore, .footer-ourcenter, .footer-certifications {
	    width: 100%;
	}
	.footer-certifications, .footer-ourcenter, .footer-knowmore{
		padding-left: 0;
		margin-top: 30px;
	}

	.enrollment-form-heading figure, .administration-course-accordion .card-header button figure {
	    padding: 12px 10px;
	    width: 55px;
	}
	.enrollment-form-heading h3, .administration-course-accordion .card-header button span {
	    width: calc(100% - 55px);
	}
	.administration-course-accordion .card-header button figure img, .enrollment-form-heading img {
	    width: 30px;
	}


	.administration-course-accordion .card-body {
	    padding: 20px 15px 15px 15px;
	}
	.enrollment-form {
	    padding: 10px 15px 15px 15px;
	}
	.enrollment-form-heading{
		padding-top: 10px;
	}
	.enrollment-form-submitbtn{
		width: 100%;
		margin-top: 20px;
	}
	.administration-course-accordion .card-header button span, .enrollment-form-heading h3 {
	    font-size: 14px;
	    padding-left: 10px;
	}
	.administration-course-accordion .card-body table th, .administration-course-accordion .card-body table td {
	    font-size: 13px;
	    padding: 10px 12px;
	}

	.administration-course-accordion .card-header button:before {
	    width: 15px;
	    height: 2px;
	    right: 10px;
	}
	.administration-course-accordion .card-header button:after {
	    height: 15px;
	    width: 2px;
	    right: 17px;
	}

	.oriented-program-section {
	    padding: 50px 0;
	}
	.whychooseus-wrapper2-content p, .oriented-content p, .whychooseus-wrapper2-content h3, .oriented-content h3 {
	    margin-bottom: 12px;
	}


}


@media only screen and (max-width:480px) {

	/*banner*/
	.overlay-after:after{
		opacity: .5
	}
	.banner-content-wrapper h1 {
	    font-size: 24px;
	    line-height: 28px;
	    margin-bottom: 10px;
	}
	.banner-content {
	    bottom: 30px;
	    position: relative;
	    padding-top: 150px;
	}
	.banner-content-wrapper p, .inner-banner-content p, .professional-content h4, .review-feature h5 {
	    font-size: 16px;
	    line-height: 23px;
	}
	.mainbanner-section{
		min-height: auto
	}

	/*whychooseus */
	.whychooseus-heading h2, .our-hiring-partners-heading h2, .testimonial-slider-heading h2 {
	    font-size: 24px;
	}
	.whychooseus-heading p, .our-hiring-partners-heading p {
	    font-size: 16px;
	    line-height: 24px;
	}

	/**/
	.demanding-courses-heading h3, .our-hiring-partners-heading h3, .testimonial-slider-heading h3 {
	    font-size: 19px;
	}
	.partners-logo {
	    max-width: 150px;
	    margin: 5px;
	}

	/*testimonial*/
	.testimonial-namdetail {
	    width: calc(100% - 70px);
	    padding-left: 15px;
	}
	.testimonial-namdetail p, .client-review p {
	    font-size: 14px;
	    line-height: 20px;
	}
	.testimonial-slider-wrapper{
		padding: 20px;
	}
	.testmonial-slider .carousel-indicators {
	    bottom: -65px;
	    margin-right: 0;
    	margin-left: 0;
	}
	.testimonial-namdetail h4 {
	    font-size: 18px;
	}

	/**/
	.diploma-program-section .back-img{
		height: 250px;
		display: block !important;
	}
	.diploma-program-section:after{
		top: 100px;
		width: 150px;
    	height: 120px;
	}

	/*enqurypopup*/
	.enquiryform-popup .modal-body .form-group .form-control{
		height: 40px;
	}
	.enquiryform-popup .form-submitbtn input.sbmitbtn{
		font-size: 16px;
	}

	/**/
	.administration-course {
	    padding: 14px;
	    width: 100%;
	    margin-right: 0px;
	    margin-bottom: 10px;
	}


}


/*aks*/


/* The Modal (background) */

.modal-img {

  display: none; /* Hidden by default */

  position: fixed; /* Stay in place */

  z-index: 99999; /* Sit on top */

  padding-top: 100px; /* Location of the box */

  left: 0;

  top: 0;

  width: 100%; /* Full width */

  height: 100%; /* Full height */

  overflow: auto; /* Enable scroll if needed */

  background-color: rgb(0,0,0); /* Fallback color */

   background-color: rgba(74, 74, 74, 0.9);

 /* background-color: rgba(0,0,0,0.9);*/ /* Black w/ opacity */

  rgba(74, 74, 74, 0.9);

}



/* Modal Content (image) */

.modal-img-content {

  margin: auto;

  display: block;

  width: 46%;

  /*max-width: 700px;*/

  margin-top: -2%;

}





/* Add Animation */

.modal-img-content, #caption {  

  -webkit-animation-name: zoom;

  -webkit-animation-duration: 0.6s;

  animation-name: zoom;

  animation-duration: 0.6s;

}



@-webkit-keyframes zoom {

  from {-webkit-transform:scale(0)} 

  to {-webkit-transform:scale(1)}

}



@keyframes zoom {

  from {transform:scale(0)} 

  to {transform:scale(1)}

}



/* The Close Button */

.close_pop {

  position: absolute;

  top: 15px;

  right: 35px;

  color: #f1f1f1;

  font-size: 40px;

  font-weight: bold;

  transition: 0.3s;

}



.close_pop:hover,

.close_pop:focus {

  color: #bbb;

  text-decoration: none;

  cursor: pointer;

}



/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px){

  .modal-img-content {

    width: 100%;

  }

}



/*aks css*/

.hide {

    display: none;

}

input:disabled{



    cursor: not-allowed;	

}
.wa-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    left: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.wa-my-float {
    margin-top: 16px;
}
.collapse {
    visibility: inherit;
}


/*loder css*/
#cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

#cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}



span.fa.fa-star.blackRatedStar {
    color: #8a8a8a;
}