@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
/* global css */
body{
	line-height:1.6;
	color:#333;
	font-family:'Roboto', Helvetica, sans-serif;
	font-weight:400;

    font-size: 16px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{font-family: 'Roboto', Helvetica, sans-serif; font-weight:600!important;}
img{
	max-width:100%;
	height:auto;
	vertical-align:top;
}
.dropdown.iconforweb{ display:none;}
strong {
		color:#333333;
}

/* #header region */
.header{
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
    padding: 15px 0;
}
.header img{
	max-height: 41px;
}
/* #Banner region */
h1{

}
h2{
font-size: 20px;
font-weight: bold;
color: #333333;
margin: 20px 0; position:relative;
}

p:last-child, p:last-of-type{
	margin-bottom:0;
}

a{
    -webkit-transition: ease-in-out 0.2s;
-moz-transition: ease-in-out 0.2s;
-o-transition: ease-in-out 0.2s;
transition: ease-in-out 0.2s;
}

.btn{
	background-color: #80d8b0;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    border-radius: 0;
    padding: 6px 25px;
    -webkit-transition: ease-in-out 0.2s;
-moz-transition: ease-in-out 0.2s;
-o-transition: ease-in-out 0.2s;
transition: ease-in-out 0.2s;
}
.btn:hover{
	background-color: darkorange;
	color:#fff;
	transition:all ease-in-out 500ms;
}
ul{
	margin-bottom: 0;
        padding-left: 35px;
}
ul li{

}
ul p{

}
ul ul{
	padding-left: 30px;
    margin-bottom: 20px;
} 


ul li{
    font-size: 16px;
    margin-bottom: 8px;
}

ul .removespacing{
	margin-bottom:0;
}
ul ul li{

} 
.addspacing{
    margin-bottom: 5px !important;
    font-weight: 500;
}
div[id$="reg"]{
	margin-bottom:20px;
}

#head {
	position: fixed;
	top: 0px;
	width: 100%;
}

.mt-20{
	margin-top:20px;
}

.cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.bannerregion{
    background-image: url(/machine-learning/img/bg-anim.gif);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
	margin-top: 62px;
    color: #fff;
	min-height: 270px;
}
.bannerregion .row{
    justify-content: center;
    align-items: center;
}
.bannerregion h1{
    margin-top: 0;
    display: block;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 1.1;
}
.bannerregion h2{
    font-size: 25px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 15px;
    display: block;
}
.bannerregion p{
	font-size: 20px;
    margin-bottom: 7px;
}
.banerrightcon p{
    margin-bottom: 15px;
    line-height: 1.2;
}
.iconfldim{
	font-size: 14px;
}
.iconfldim span{
	display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    background-image: url(/machine-learning/cxo/images/Faculty.png);
    background-size: 20px;
    line-height: 20px;
}
.iconfldim span + span{
	margin-left: 40px;
    background-image: url(/machine-learning/cxo/images/Language.png);
}
.iconfldim span + span + span{
	margin-left: 40px;
    background-image: none;
}

.sub-nav-region{
	border-radius: 0;
    margin: 0;
	font-size: 16px;
    min-height: initial;
    border: 0px;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
    background-color: #e8e8e8;
}

.sub-nav-region .navbar-collapse{
	padding:0;
}
.sub-nav-region .navbar-nav>li>a{
	color: #333;
	font-size: 16px;
}
.sub-nav-region .navbar-nav>li>a:hover, .sub-nav-region .navbar-nav>li>a:focus, .sub-nav-region .navbar-nav>li.active>a{
	background-color: transparent;
    color: #337cbb;
}
.sub-nav-region .navbar-nav>li:first-child>a{
	padding-left:0;
}
.sub-nav-region .navbar-nav > li{
margin-right: 15px
}
.sub-nav-region.change{
	position: fixed;
    width: 100%;
    z-index: 10;
    top: 75px;
	left:0;
}

.content-region{
	padding-top:30px;
	font-size:16px;
}

.faqregion .panel-group .panel{
	border-radius: 0;
    margin-bottom: 10px;
}
.faqregion .panel-default>.panel-heading{
	padding: 0;
}
.faqregion .panel-default>.panel-heading .panel-title{
	font-weight: 300;
    color: #333;
	position: relative;
}
.faqregion .panel-default>.panel-heading a{
	display: block;
    width: 100%;
    padding: 13px 17px;
    padding-right: 30px;
    background-color: #f3f3f3;
}
.faqregion .panel-default>.panel-heading i{
	position: absolute;
    right: 8px;
    font-size: 14px;
    color: #337cbb;
    top: 50%;
    transform: translate(0, -50%);
}
.faqregion .panel-group .panel-collapse {
	padding:15px;	
    border-top: 1px solid #ddd;
}
.faqregion .panel-default>.panel-heading a:focus, .faqregion .panel-default>.panel-heading a:hover{
	text-decoration:none;
}

.boxesinner {
border: 1px solid #dcdcdc;
border-radius: 3px;
-moz-box-shadow: 0px 0px 8px 1px rgb(214, 207, 214);
-webkit-box-shadow: 0px 0px 8px 1px rgb(214, 207, 214);
box-shadow: 0px 0px 8px 1px rgb(214, 207, 214);
}


#includedContent ul li{
	margin-top: 10px;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 15px;
}

.boxesinner p{
    font-size: 12px;
}
.boxesinner .row{
    margin-bottom: 15px;
}
.boxesinner span{
   font-size: 12px;
}
.boxesinner img{
   margin-top: 15px;
}
.boxesinner ul{
	padding-left: 0;
    list-style: none;
}
.boxesinner ul li{
	padding-left: 35px;
    display: block;
	position:relative;	
    line-height: 35px;
}
.boxesinner ul li:after{
	content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    height: 35px;
    background-size: auto 22px;
    width: 25px;
    left: 0;
}
.boxesouter{
	margin-bottom: 20px;
}
.boxesinner{
	height: 100%;
}


.rightregion .rightbox {
margin-bottom: 20px;
border: 1px solid #ddd;
padding: 10px;
background-color: #fcfcfc;
}

.rightbox ul{
    padding-left: 0;
    list-style: none;
}
.rightbox ul li{
    padding-left: 35px;
    display: block;
    position:relative;  
    line-height: 35px;
}
.rightbox ul li:after{
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    height: 35px;
    background-size: auto 22px;
    width: 25px;
    left: 0; top:0;
}
.rightbox .days:after{
    background-image:url(/machine-learning/cxo/images/days.png);
}
.rightbox .oman:after{
    background-image:url(/machine-learning/cxo/images/oman-rial.png);
}
.rightbox .dollar:after{
    background-image:url(/machine-learning/cxo/images/rupee.png);   
}
.rightbox .dollars:after{
    background-image:url(/machine-learning/cxo/images/dollar.png);   
}
.rightbox .classroom:after{
    background-image:url(/machine-learning/cxo/images/classroom.png);
}
.rightbox .handson:after{
    background-image:url(/machine-learning/cxo/images/greater.png);
}
.rightbox .beach:after{
    background-image:url(/machine-learning/cxo/images/beach.png);
}
.rightbox .aed:after {
    background-image: url(/machine-learning/cxo/images/dubai-money-icon.png);
}
.rightbox .location:after {
    background-image: url(/machine-learning/cxo/images/location.png);
}


.facultyreg {

}
.facultyreg img{
	max-width: 150px;
    margin-bottom: 20px;
}
.facultyreg h2{

}
.facultyreg p{

}
.facultyreg button{
	border: 0;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    color: #6868FF;
    margin-top: 10px;
    font-weight: 300;
    letter-spacing: 0.7px;
}
.facultyreg button{
	background-color: transparent !important;
	color: #6868FF !important;
}
.modal-backdrop.fade{
	opacity: .7;
}
.modal-dialog{
	font-size: 14px;
}
.close{
	color: red;
	opacity: 1;
}
#content-reg h2 span{
	float:right;
}
.modal-dialog{
	z-index: 9999;
}

.bg-pattern-2 {
    background: #030d27 url(/machine-learning/cxo/images/footer-bg.png) no-repeat scroll center center / cover;
	padding: 50px 0;
    color: #fff;
}
.mb-20 {
    margin-bottom: 20px;
}
.footer-box ul {
    margin: 0 0 10px;
    padding: 0;
}
.footer-box ul li {
    line-height: 30px;
    list-style: outside none none;
}
.footer-box ul li a {
    color: #fff !important;
    display: block;
    font-size: 16px;
    padding: 0 0 0 15px;
    position: relative;
    text-decoration: none;
}
.footer-box ul li a::before {
    color: #fff;
    content: "\f0da";
    cursor: pointer;
    display: inline-block !important;
    font-family: FontAwesome;
    font-size: 10px;
    left: 0;
    position: absolute;
    top: 2px;
}
.footer-btm {
    border-top: 1px solid #2D3751;
    color: #fff;
    font-size: 15px;
    padding: 25px 0 0;
    width: 100%;
    text-align: center;
    margin-top: 25px;
}
.footer-btm > p {
    font-size: 14px;
    font-weight: 500;
    margin: 0px;
}
.img-head {
	padding-left: 30px;
	padding-right:20px;
	height: 200px;
	position: relative;
}
.img-head h2 {
	color: #fafafa;
	font-weight: 300;
	font-size: 24px;
	position: absolute;
	bottom: 20px;
}

.card-content {
	padding: 10px 30px;
}
.card-content strong {
	color: #337cbb;
}
.card-details{
	padding-top: 20px;
	font-size: 13px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
}

.br {
	border-right: 1px solid #80d8b0;
	
}

.btn-outer {
	text-align: center;
	padding-top: 40px;
}
.btn-outer a {
	background-color: #337cbb;
}
.btn-outer a:hover,
.btn-outer a:focus {
	background-color: #ff692e;
}
/*****from-region****/
.greycolor-con {
 background-color: #f3f3f3;
    padding: 40px 0;
    position: relative;
z-index: 99;
}

.greycolor-con h3 {
font-size: 18px;
margin-bottom: 8px;
color: #333;
margin-top: 0;
}

.right-con-hed .form-group {
    margin-bottom: 10px;
    padding-left: 0;

}

.right-con-hed img {

    position: absolute;
    left: 30px;
    width: 24px;
    text-align: center;
    top: 50%;
    transform: translate(0, -50%);

}

.right-con-hed .form-control {

    border-radius: 0;
    box-shadow: initial;
    height: 55px;
    padding-left: 55px;
    background-repeat: no-repeat;
    border: 1px solid #eceaee;
    background-position: 20px center;
    font-size: 14px;

}

.right-con-hed input[type="submit"] {

    background-color: #ff692e;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    border: 0;
    margin-top: 10px;

}





.right-con-hed h2{ text-align:center; font-size:23px;}
.right-con-hed .form-group {
    margin-bottom: 0px!important;
    padding-left: 0;
}
.right-con-hed .form-group label{
	line-height: 55px;
    font-size: 16px;
    padding-right: 10px;
}
.right-con-hed .icon-user + div{
	
}
.right-con-hed .form-control {
    border-radius: 0;
    box-shadow: initial;
    height: 65px;
    padding-left: 55px;
    background-repeat: no-repeat;
    border: 1px solid #eceaee;
    background-position: 20px center;
    font-size: 15px;
}
.right-con-hed .form-group select {
	border: 0;
    border: 1px solid #eceaee;
    width: 100%;
    padding-left: 57px;
    height: 55px;
    font-size: 15px;
    color: #9b9b9b;
	background: url(../img/br_down.png) no-repeat right #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position-x: 95%;
}
.right-con-hed input[type="submit"] {
	background-color: #ff692e;
    color: #fff;
    padding: 15px 30px;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
	border:0;
	margin-top: 0px;
}
.right-con-hed img {
    position: absolute;
    left: 30px;
    width: 24px;
    text-align: center;
    top: 50%;
    transform: translate(0, -50%);
}
.img-head{margin-left: 10px;margin-right: 10px;}

/*****from-region****/



/*****content-css-start****/

.contefldregion {
    font-size: 14px;
    padding: 30px 0;
    letter-spacing: 0.7px;
    font-weight: 400;
    color: #474747;

}

.contefldregion h2{
color: #222;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 15px;
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'Roboto', Helvetica, sans-serif;
}
.contefldregion h2:before {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 200px;
}
.contefldregion h2:after {
    background: #e16038 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 70px;
}

.iconfldim a{
    color: #fff;
}

.video-container{

padding: 15px 0;
}

.video-container iframe,
.video-container object,
.video-container embed{
    width: 100%;
    border: 10px #ededed solid;
}


.video-container-block{
   max-width: 600px;
margin: 0 auto;
}

.contefldregion .feedbst{
    padding-left: 0;
    clear: both;
}

.contefldregion .feedbst li {
margin-bottom: 20px;
padding: 20px;
float: left;
background-color: rgba(255, 255, 255, 0.7);
width: 48.5%;
list-style: none;
min-height: 290px;
margin-right: 1.5%;
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);

}

.contefldregion .feedbst li img {
    float: left;
    margin-right: 25px;
}

.contefldregion .feedbst li p {
    width: calc(100% - 112px);
    float: left;
}

.video-frame {
float: left;
width: 33.33%;
padding: 5px 10px 10px 10px;

}

.video-frame iframe{
        width: 100%;
    border: 10px #ededed solid;
    min-height: 210px;
}

.video-frame-full{
    width: 100%;
}

.video-frame-half{
    width: 50%;
}


#galleryregion .col-md-3,
.gallery-img .col-md-3{
margin-bottom: 4px;
padding: 6px;
}

#galleryregion img,
.gallery-img img{
min-height: 220px;
border: 3px #ddd solid;
}



.sessiondetls  ul{
    padding-left:10px;
}

.sessiondetls ul li{
    list-style: none;
    margin-bottom: 8px;
}

.sessiondetls ul li i{
      color: #337cbb;
      font-size: 16px;
      margin-right: 5px;
}


.banner-region{
    margin-top: 65px;
}


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

.thank-content{
color: #fff;
background-image: url("/machine-learning/img/homepgebg.png");
padding: 50px 0;
overflow: hidden;
position: relative;
}

.thank-content .banner-con{
    width: 100%;
    height: 100%;

}


.thank-content .banner-con .row {
    display: flex;
    flex-direction: row;
    align-items: center;

}

.thank-content h1 {
 font-size: 40px;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: 'Roboto', Helvetica, sans-serif;

}

.thank-content .banner-con p {
    max-width: 90%;
    font-size: 18px;
    margin-bottom: 20px;
      color: #fff;
}

.thank-content .btnsamecont {
    background-color: #ff692e;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    width: 225px;
    text-align: center;

}

.thank-content .btnsamecont:hover, 
.thank-content .btnsamecont:focus {
    text-decoration: none;
    color: #fff;
}

.thank-content .overlay{
background-color: rgba(0, 0, 0, 0.5);
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}


.content-region ul,
.content-region ol{
    list-style: none;
    padding-left: 10px;
}


.content-region ul li{
    list-style: none;
    position: relative;
    padding-left: 15px;
    margin-bottom: 8px;
}

.content-region ul li:before{
    content: "\f105";
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    color: #337cbb;
}



.content-region .rightregion ul{
    padding-left: 0;
}

.content-region .rightregion ul li{
padding-left: 35px;
}

.content-region .rightregion ul li:before{
    content:initial;
}

.section-contact{
/*background-color: #f8f8f8e6;
padding: 20px 0;*/
}

#intel-reg{
/*    margin-bottom: 0;*/
}
.img-border{
    border: 5px #f1f1f1 solid;
}

.mobile-device{
    display: none;
}

.boxesinner .col-md-12{
    padding: 0;
}

.boxesinner-bg .img-head{
background-size: cover;
background-position: center;
margin: 0;
}

.boxesinner-bg.fundamentals .img-head{
background-image:url(/machine-learning/img/io.jpg); 
}

.boxesinner-bg.advanced .img-head{
    background-image:url(/machine-learning/img/sphere.jpg); 
}

.boxesinner-bg.expert .img-head{
    background-image:url(/machine-learning/img/network.jpg); 
}

.boxesinner-bg .card-content{
    padding: 10px 15px;
}


.boxesinner-bg .img-head h2 {
left: 0;
background-color: rgba(51, 124, 187, 0.5);
padding: 10px;
margin: 0;
width: 100%;
text-align: center;
font-size: 20px;
bottom: 0;
-webkit-transition: ease-in-out 0.3s;
-moz-transition: ease-in-out 0.3s;
-o-transition: ease-in-out 0.3s;
transition: ease-in-out 0.3s;
}

.boxesinner-bg:hover .img-head h2{
    padding: 25px 10px;

} 


.clear-both{
    clear: both;
}



.boxesinner-bg .card-details{
display: block;
float: left;
margin-bottom: 15px;
}

.boxesinner-bg .card-details .col-md-12{
padding: 7px;
    border-bottom: 1px #e3e3e3 solid;
    float: left;
    width: 100%;
}

.boxesinner-bg .card-details .col-md-12 > span{
    float: left;
    min-width: 150px;
}

.boxesinner-bg .card-details .col-md-12 .card-value{
    float: left;
}


.boxesinner-bg .btn-outer{
    padding-top: 5px;

}

#courses-reg p.mb-15{
    margin-bottom: 15px!important;
}

.internships-img{
border: 1px #eee solid;
background-color: #f8f8f8;
margin: 10px 0;
}

.internships-img img{
display: block;
margin: 0 auto;
padding: 10px;

}

#learning-reg,
#learning-reg > .inerdivcon{
margin-top: 20px;
clear: both;
}

.btn-new{
background-color: #ff692e !important;
color: #fff !important;
padding: 5px 7px;
display: inline-block;
font-size: 15px;
font-weight: 600;
border: 0;
margin-top: 0px;
}

.test-corporates .feedback-block .inner-box{
    min-height: 280px;
}

.sub-nav-region .navbar-nav > li > a{
    margin-right: 5px;
    font-size: 15px;
}

.handson + img{
    width: 100%;
}

.m-both{
    margin:10px 0;
}



/*---------event-block---------*/


.event-block-inner{
    color: #333;
    float: left;
    width: 100%;

}

.event-block-inner h2{
color: #fff;
padding: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
	
}

.event-block-inner .enroll-btn{
        padding: 0px;
}


.event-block-inner .enroll-btn a {
    background-color: #337cbb;
    color: #fff;
    padding: 6px 11px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    border-radius: 3px;
}

.event-block-inner .enroll-btn a:hover{
    background-color: #ff692e;
}

.event-dt {
    margin-bottom: 15px;
    border-bottom: 1px #d1d1d1 solid;
    padding-bottom: 15px;

}

.upcoming-event{    padding: 10px;
    clear: both;
    float: left;
    width: 100%;font-size: 14px;
    font-weight: 300;}
.pd-0{padding: 0px;}
.pdr-0{padding-right: 0px;}
.pdl-0{padding-left: 0px;}
.upcoming-event span img{border: 3px solid #ccc;}
.upcoming-event span.location {
    display: inline-block;
}
.upcoming-event img{
    border: 3px solid #ccc;}
.bg-box{background: #fff;
    padding: 10px;    float: left;
    width: 100%;}
.fa{color: #FF692E;}

/*---------------------------------------------load more-------------------------------------------*/
#myList {text-align: center;}
#myList li{ display:none; list-style:none;}
#loadMore {color:green;cursor:pointer;}
#loadMore:hover { color:black;}
#showLess {color:red;cursor:pointer;display:none;}
#showLess:hover {color:black;}

.feedback-block {position: relative; margin-bottom:25px;}
.feedback-block .inner-box {min-height:335px;position: relative;padding: 20px 35px 0px 45px;border: 1px solid #ebebeb;text-align: left;background: #fff;transition: all 300ms ease 0s;box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.11);}
.feedback-block .inner-box .fa{ font-size:19px;}
.feedback-block .inner-box p:after,
.feedback-block .inner-box p:before{ position:absolute;font-family:"FontAwesome"; font-size:20px; color:#397999;}
.feedback-block .inner-box p:after{ content:"\f10e"; right:12px; }
.feedback-block .inner-box p:before{ content:"\f10d"; left:12px;}
.feedback-block .inner-box .author {position:absolute; left:0;bottom:0; width:100%;padding: 10px 10px 12px 120px;background: #fafafa;display: block;border-top: 1px solid #eee;}
.feedback-block .inner-box .author h4 {font-size: 17px;font-weight: 600;line-height: 1.6em; color:#212333;margin: 6px 0 5px 0px;}
.feedback-block .inner-box .designation {font-size: 12px;line-height: 1.5em;}
.feedback-block .inner-box .image {position: absolute;left: 25px;}
.feedback-block .inner-box .image img {width: 63px;margin: 0 auto;max-height: 63px;border-radius: 50%;border: 1px solid #d4d4d4;}
.feedback-block .inner-box:hover {transition: 0.5s;border: 1px solid #ebebeb;}
.feedback-block .inner-box p{ margin-bottom:10px;}
.more-load {color: #337ab7 !important;margin: 10px 0;border-radius: 2px;padding: 10px 20px;display: inline-block;border: 1px solid #777;font-size: 15px;
    font-weight: bold;}
.more-load:hover{color: #fff !important;background:#006699;border-color: #006699;}
.show-less {color: #97124d !important; margin-top: 20px;border-radius: 2px;padding: 13px 20px;display: inline-block; border: 1px solid #777;font-size: 15px;
    font-weight: bold;}
.show-less:hover{color: #fff !important;background:#97124d;border-color: #97124d;}
/*---------------------------------------------load more-------------------------------------------*/


.featured_dropcap {
    margin-top: 30px;
    padding: 0px;
    border: 1px solid #f3f3f3;
    padding: 20px;min-height: 285px;
}
.dropcap {
    padding: 0 0 0 50px;
    position: relative;
}
.dropcaps_icon {
    font-size: 24px;
    left: 0;
    line-height: 49px;
    position: absolute;
    text-align: center;
    transition: all 1s ease 0s; width:40px;
}
.dropcaps_icon .fa{ color:#337cbb;}
.featured_dropcap h3 {
    font-size:17px;
    padding: 0px 0 6px;
    margin: 0px !important;
    border-bottom: none; font-weight:600;
}

.featured_dropcap p {
    font-size: 15px !important;
    line-height: 24px !important;
}

.feedbak {
    transform: translateY(-10px);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9e6e6;
    margin-top: 10px;
    display: inline-block;
    clear: both;
}
.feedbak-btn a {
    color: #337cbb;
    padding: 6px 11px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
    position: absolute;
    top: 42px;
    right: 3px;
}


.feedbak .inner-box {position: relative;text-align:left;border-bottom: 1px solid #e9e9e9;padding: 20px 20px;
        border-top-color: rgb(233, 230, 230);
        border-right-color: rgb(233, 230, 230);
        border-bottom-color: rgb(233, 230, 230);
        border-left-color: rgb(233, 230, 230);
    transition: .5s ease;
}
.feedbak .inner-box p{ line-height: 22px; font-size:15px;}

.feedbak .inner-box .quote-icon {position: absolute;right: 20px;top: 10px;font-size: 22px;color: #e6e6e6;}
.feedbak .inner-box .author {position: relative;}
.feedbak .inner-box .author h4 {font-size: 16px;font-weight: 600;line-height: 1.6em; margin-bottom: 1px;}
.feedbak .inner-box .designation {font-size: 14px;color:#337cbb;line-height: 1.4em;}
.feedbak .inner-box .image {display: block;margin-bottom: 15px;}
.feedbak .inner-box .image img {    border-radius: 50%;    width: auto;    margin: 0 auto;    max-height:50px;}


.content-region.container.all-testi {margin-top: 68px;}
.button-con{padding-top: 10px;padding-bottom: 10px;}
.button-con.fixed-theme{position: fixed;width: 100%;left: 0;z-index: 1;top: 0;background-color: #fff;box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);}
.button-con button{margin-right: 15px;border: 1px solid #035ccc;background-color: #fff;padding: 7px 20px;border-radius: 4px;color: #222;letter-spacing: .3px;}
.button-con button:nth-child(2){border-color: #FF692E;}
.button-con button:nth-child(2):hover, .button-con button.active:nth-child(2){background-color:#FF692E;}
.button-con button:nth-child(3){border-color: #008640;}
.button-con button:nth-child(3):hover, .button-con button.active:nth-child(3){background-color: #008640;}
.button-con button:nth-child(4){border-color: #900c3e;}
.button-con button:nth-child(4):hover, .button-con button.active:nth-child(4){background-color: #900c3e;}
.button-con button:nth-child(5){border-color: rgb(255, 0, 0);}
.button-con button:nth-child(5):hover, .button-con button.active:nth-child(5){background-color: rgb(255, 0, 0);}
.button-con button:nth-child(6){border-color: #800080;}
.button-con button:nth-child(6):hover, .button-con button.active:nth-child(6){background-color: #800080;}
.button-con button:hover, .button-con button.active, .button-con button:focus{background-color: #035ccc;color: #fff;outline:0 !important;}
/*.testmocon{margin-top: 20px;}*/
.testmocon ul li{ list-style:none;}
.testmocon ul li:before{ content:inherit; display:none;}
.testmocon ul {margin: 0;padding: 0;}
.boxes-testmonials{box-shadow: 3px 10px 20px rgba(0,0,0,.12);background-color: #f4fbff;
	-webkit-transform: scale(.95);transform: scale(.95);margin-top: 20px;}
.boxes-testmonials a{color: #222;text-decoration:none;}
.boxes-testmonials a em{color:#006699;}
.box-top{padding: 30px 25px 50px;position:relative;}
.box-top .categorydefin{position: absolute;right: 8px;top: 5px;color: #035ccc;border: 1px solid #035ccc;font-size: 13px;font-weight: 500;line-height: 28px;padding: 0 12px;}
.box-top .nightclasses{color: #008640;border-color: #008640;}	
.box-top .testseries{color: #ff0000;border-color: #ff0000;}
.box-top .classroom{color:#FF692E;border-color: #FF692E;}
.box-top .smartcatcracker{color: #900c3e;border-color: #900c3e;}
.box-top .gdpi{color: #800080;border-color: #800080;}
.box-top .categorydefin span{}
.box-top .quotes-img{padding-bottom: 20px;}
.box-top .quotes-img img{max-width: 30px;}
.box-top p{margin: 0;line-height: 1.8;font-size: 15px;min-height: 300px;font-weight: 400;letter-spacing: 0;}
.box-bttm{background-color: #fff;padding: 30px 30px 30px;border-top: 1px solid #eee;position: relative;height: 145px;}
.box-bttm .stude-img{position: absolute;left: 0;width: 100%;top: -30px;}
.stude-img img{max-height: 60px;border-radius: 50%;max-width: 60px;}
.box-bttm h3{font-size: 18px;font-weight: 500;margin-top: 15px;margin-bottom: 0;}
.box-bttm h4{margin-bottom: 0;font-size: 15px;font-weight: 400!important;}
.box-bttm em{position: absolute;left: 50%;transform: translate(-50%, 0);}

.pading-30{ padding:30px 0; font-size:16px;}
.pading-30 h2{ margin:0 0 20px;}
.light-grey{ background:#f9f9f9;}
.mari-10{ margin-bottom:10px!important;}
.mari-130{ margin-top:100px!important;}
.bg-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.gradi {
    background:linear-gradient(to left, #dadada 50%, #eaeaea 50%);
   
}
.btnsamecont {
    background-color: #ff692e;
    color: #fff;
    padding: 10px 15px;
    display: inline-block; border-radius:2px;
    font-size: 16px;
    font-weight: 400; margin-top:20px; 
}
.btnsamecont:hover{ color:#FFFFFF;text-decoration:none;}
.btnsamecont:focus{ color:#FFFFFF;text-decoration:none;}

.modal-header {
    background: #eaeaea;
}
button.close {
    background: #405089;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    opacity: inherit;
    color: #fff !important;
}
h4.modal-title {
    text-align: center;
}
.credential .tab-content {
    background-color: #f3f3f3;
    padding: 20px;
}
.credential .modal-dialog {width: 350px!important;}
.credential .form-control{ height:36px; border:1px solid #ccc; border-width:1px;}
.credential .form-group label{ color:#575757}
a:focus{ outline:none;}
.credential .btn-news .btn {background-color:#405089; border-color: #405089; width:100%; padding:10px 15px;}
.modal-backdrop.in {
    opacity: 0.7;
}
button.close:focus, button.close:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: initial;
}
.modal-backdrop{ position:fixed;}
#webi {
    z-index: 9999;
}

.sechdule {
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.11);
    padding: 15px;min-height: 203px; margin-bottom:20px;
}
.sechdule strong{ margin-bottom:10px; display:block; }
.pyment{ background:#f9f9f9; padding:20px 0;}
.pment {
    border: 1px solid #ccc;
    background: #fff;
    padding: 20px;min-height: 265px;
}
.pment h2{ margin-top:0px;}
.pment span{ color:#006699;}


.pg-block{
margin-bottom: 15px;
clear: both;
float: left;
width: 100%;
padding: 10px 15px;
background-color: #f8f8d8;
}



.pg-block:nth-of-type(2n+1){
background-color: #f8f8f8;
}

.pg-block > .col-md-12{
    padding: 0;
}

.pg-block h2{
    margin-top: 15px;
    margin-bottom: 10px;
}

.pg-block h3{
margin: 10px 0;
font-size: 18px;
}


.mt-80{
    margin-top: 80px;
}


.pg-block h1{
font-size: 28px;
}


.pg-block img.pull-right{
    padding:5px;
    margin:10px auto;
}

.pg-block ul{
 padding-left: 0;
}

.pg-block ul li{
padding-left: 30px;
}

.pg-block ul li:before{
background-color: #337cbb;
color: #fff;
width: 20px;
height: 20px;
border-radius: 50%;
line-height: 19px;
text-align: center;
top: 2px;
font-size: 15px;
}

.img-block{
    margin:10px 0;
}

.img-block img{
padding: 0 10px;
}

.img-block .border-1{
border: 1px #cecece solid;
padding: 10px;
}



.checki-reserve{
background-color: rgb(255, 255, 255, 0.8);
text-align: left;
padding: 25px 20px;
margin: 10px 0;
color: #333;
display: inline-block;
position: relative;
}

.checki-reserve:before{
width: 0;
height: 0;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 12px solid #209da3;
content: "";
position: absolute;
top: 0;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}

.checki-reserve h3{
margin-top: 0;
text-align: left;
}

.checki-reserve > label{
    margin-right: 10px;
}


.checki-reserve > label input{
 margin-right: 5px;
margin-top: 7px;
}



.checki-reserve .r-container {
    font-weight: 500;
  display: inline-block ;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.checki-reserve .r-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checki-reserve .r-container .checkmark {
position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px #ff692e solid;
}

/* On mouse-over, add a grey background color */
.checki-reserve .r-container:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.checki-reserve .r-container input:checked ~ .checkmark {
background-color: #ff692e;
border: none;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checki-reserve .r-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.checki-reserve .r-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.checki-reserve .r-container .checkmark:after {
top: 5px;
left: 5px;
width: 10px;
height: 10px;
border-radius: 50%;
background: white;
}


.group-form{
    padding: 30px 0;
}

.group-form .from-region{
padding: 0;
background-color: transparent;

}

.group-form .from-region h3{
    padding: 15px;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
   background-color: #ff692e;
}

.group-form .text-msg{
    margin-top: 10px;
}

.group-form .text-msg textarea{
    box-shadow: initial;
    border-radius: 0px;
    border: 1px solid #eceaee;
}

.discount-block{
text-align: center;
position: relative;
clear: both;
}

.discount-block .discount-inner{
display: inline-block;
background-color: #eee;
padding: 20px;
width: 48%;
}

.discount-block .discount-inner .apply-text .form-control{
box-shadow: initial;
border-radius: 0px;
border: 1px solid #eceaee;
width: 100%;
height: 41px;
padding-right: 145px;
}

.discount-block .discount-inner .apply-text{
    position: relative;
}

.discount-block .discount-inner .apply-text .theme-btn{
position: absolute;
top: 0;
right: 16px;
font-size: 14px;
height: 41px;
padding: 6px 12px;
}

.discount-block .erft{
margin-top: 25px;
margin-bottom: 0;
}

.discount-inner .fromsubmut input.btn1{
font-size: 17px;
margin-bottom: 8px;
padding: 7px 10px;
} 

/*****content-css-close****/




/*****responsive-start****/

@media (min-width: 991px) and (max-width: 1199px) {

.feedback-block .inner-box {
    min-height: 400px;
}

}

@media only screen and (max-width:991px) {

			.bits-body .callphoneno2,
	.bits-body .callphoneno3{
		display: none!important;
		
	}
	
	
	
	
    .callphoneno3 .popup-header-link .fa-whatsapp{
        color: #fff;
    }

	
.mt-80 {
    margin-top: 0;
    padding-top: 0;

}	

.container{
    width: 100%;
}

.contefldregion .feedbst li{
min-height: inherit;
width: 100%;
margin-right: 0;
text-align: center;
}

.contefldregion{
    padding-bottom: 0;
}

.contefldregion .feedbst li img {
    float: none;
    text-align: center;
    display: block;
    margin: 0 auto 15px auto;
}

.contefldregion .feedbst li p {
    width: 100%;
    float: left;

}

.thank-content .banner-con .col-md-12{
    width: 100%;
}

#sub-nav-region{
    display: none;
}
#head{ display:none;}

#navbar-collapse-4 > ul.navbar-nav {
    padding-left: 0;
    margin: 0;
}
.callphoneno2 {
position: relative;
width: 50%;
z-index: 999;
display: inline !important;
bottom: inherit;
}

.callphoneno3 {
position: relative;
bottom: inherit;
right: inherit;
width: 50%;
z-index: 9999;
display: inline !important;
}
    
    .icon-header img{max-height: 20px;}
    .menu-head-link {
     float: inherit; 
}

 .callphoneno2 .menu-head-link {
margin-left: 0;
width: 50%;
position: fixed;
left: 0;
bottom: 0;
}
    
    
.callphoneno3 .menu-head-link {
margin-left: 0;
width: 50%;
float: right;
position: fixed;
right: 0;
bottom: 0;
}
    
.callphoneno2 .icon-header,
.callphoneno3 .icon-heade{
     top: 8px;
   } 

.callphoneno2 .menu-head-link a.popup-header-link{
border-right: none;
}

.sub-nav-region.change {top: 0;}
.sub-nav-region {  background-color: #050505;}
.sub-nav-region .navbar-nav > li > a {color: #fff; font-size: 15px;}
.navbar-nav .open .dropdown-menu .dropdown-header,
.navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 10px;
    white-space: normal;
}
    
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a{font-size: 13px;padding: 0px 10px;}


.mobile-device{
    display: block;
}

.bannerregion{
    margin-top: 0;
}

.feedback-block .inner-box{
    min-height: inherit!important;
}

.feedback-block .inner-box .author {

    position: inherit;
    left: inherit;
    bottom: inherit;
    padding: 10px 10px 12px 120px;
    background: #fafafa;
    display: block;
    border-top: 1px solid #eee;
    margin: 25px -35px 0 -45px;
    width: auto;

}

}


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

  .featured_dropcap{
    min-height:inherit!important;
  }
.checki-reserve .r-container{
    margin-bottom: 10px;
}


.group-form .member:first-child{
   margin-bottom: 15px;
} 

.discount-block .discount-inner{
    width: 100%;
}

    .pg-block h1 {

    font-size: 22px;

}

    
.credential .modal-dialog {
    width: auto !important;
}
.mari-130 {margin-top: 0px !important;}
.btnsamecont{ padding:10px 8px;}
.mar-top{ margin-top:20px;}
.gradi {
    background:linear-gradient(to left, #f9f9f9 50%, #f9f9f9 50%);}
.feedbak-btn a {
    top: 18px;}

div[id$="reg"]{
	margin-top: 0px;
}
/*	.col-xs-12.hidden-lg.hidden-md.hidden-sm{padding-left: 0px; padding-right: 0px;}*/
	.img-head{margin-left: 0px;margin-right: 0px;}


.navbar-brand > img {
    max-height: 41px;
    margin-top: 10px;
}



.contefldregion .feedbst li{
    width: 100%;
    margin-right: 0;
    min-height: inherit;
}

.video-frame {
    width: 100%;

}

#galleryregion img{
    min-height: inherit;
    width: 100%;
}

/*#navbar-collapse-4{
position: fixed;
right: -450px;
width: 92%;
background-color: #fff;
-webkit-transition: ease-in-out 0.3s;
-moz-transition: ease-in-out 0.3s;
-o-transition: ease-in-out 0.3s;
transition: ease-in-out 0.3s;
-moz-box-shadow: 9px 0px 10px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: -2px 0px 10px rgba(0, 0, 0, 0.4);
box-shadow: -2px 0px 4px rgba(0, 0, 0, 0.4);
height: 100%;
padding: 20px;
}

#navbar-collapse-4.in{
    right:0;
}*/


.thank-content{
    margin-top: 0;
}

.slider-section-mobile .boxesouter {
    width: 33.33%;
    float: left;
    padding: 5px;
    margin-bottom: 0;

}

.slider-section-mobile .boxesouter .img-head{
    height: 100px;
}

.slider-section-mobile .boxesouter .img-head h2{
    font-size: 16px;
}



	
}

@media (max-width:480px){
  .thank-content img {
    min-height: 440px;

}  

.slider-section-mobile .boxesouter {
    width:50%;

}

.pg-block img.pull-right{
float: none !important;
display: block;
text-align: center;
}
	
.img-block {
    margin: 10px 0;
    display: block;
    text-align: center;
    float: none !important;

}	

}


@media (min-width: 768px){

	.modal-dialog{
		width: 750px;
		z-index: 9999;
	}
}
@media (max-width:767px){
	.bannerregion .row{
		display: block;
	}
	.banerrightcon {
		padding-top: 30px;
    		text-align: left;
	}
	.banerrightcon p{
    		font-size: 15px;
    		margin-top:0px;
    		margin-bottom: 15px;
    		line-height: 1.2;
	}
	.bannerregion{
		padding: 20px 0;
		margin-top: 0px;
	}
	.bannerregion h1{
		font-size: 30px;
		font-weight: bold;
	}
	.bannerregion p{
		line-height: 1.3;
	}
	.iconfldim span{
		display: block;
		margin-bottom: 8px;
		margin-left: 0 !important;
	}

	.bannerregion{
		min-height: auto;
	}
	.boxesinner {
		margin-bottom: 20px;
		padding: 0px;
/*		margin:10px -10px;*/
		border-radius: 5px;
	}
	
	.img-head {
		padding-left: 10px;
		padding-right:10px;
	}
	.img-head h2 {
		color: #fafafa;
		font-weight: 300;
		font-size: 20px;
	}
	.card-content {
		padding: 15px 15px;
		
	}
	.cards {
		flex-direction: column;
	}
	.boxesouter {
		margin-bottom: 10px;
	}


.mb-15{
    margin-bottom: 15px;
}


}

.grid-5 {
    width: 100%;
    float: left;
    margin: 10px 0 5px;
}

@media (min-width: 768px) {
    .grid-5 {
        width: 20%;
		margin-top: 10px;
    }
}

@media (min-width: 992px) {
    .grid-5 {
        width: 20%;
		margin: 10px
    }
}

@media (min-width: 1200px) {
    .grid-5 {
        width: 20%;
		margin: 10px;
    }
}

.grid-5 h4 {
    font-size: 13px;
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
    position: absolute;
    left: 0;
    z-index: 9;
    top: 30%;
	font-size: 0px;
	border: none;
	background: #337cbb;
}
button.slick-next.slick-arrow {
right: 0;
left: inherit;
}


button.slick-prev.slick-arrow:before,
button.slick-next.slick-arrow:before{
    font-family: FontAwesome;
    font-size: 24px;
    color: #FFFFFF;
}

button.slick-prev.slick-arrow:before{
content: "\f104";
}
button.slick-next.slick-arrow:before{
content: "\f105";
}

.belt {
    max-width: 100%;
    height: 20px;
    padding-right: 20px;
    vertical-align: middle;
}
.grey-bg{background: #eaeaea;padding:30px 0px; margin: 30px 0px; clear: both;}

.get-sneak-block{
    clear: both;
}

.c-block{
    clear: both;
margin: 30px 0;
}
