/*Currently editing:  
/home/seojobtr/public_html/demo/seojobtraining/wp-content/themes/seojoptraining/css/style.css
 Encoding:    Reopen  Switch to Code Editor     Close  Save*/

body {
	margin:0px;
	padding:0px;
	font-family:'SourceSansPro-Regular'!important;
	overflow-x:hidden;
}
@font-face{
	src:url(../fonts/SourceSansPro-Semibold.ttf);
	font-family:'SourceSansPro-Semibold';
}
@font-face{
	src:url(../fonts/SourceSansPro-Regular.ttf);
	font-family:'SourceSansPro-Regular';
}

@font-face{
	src:url(../fonts/SourceSansPro-Bold.ttf);
	font-family:'SourceSansPro-Bold';

}


a:hover, 
a:focus, 
a:active { 
	outline: none; 
	-moz-outline-style: none; 
}

/*BANNER SECTION
============================================================ */
.home-banner.banner {
    height: 570px;
	background-image: url(../images/banner1.jpg);
	background-repeat: no-repeat;
	position: relative;
	background-size: cover;
}
.home-banner.banner .banner-text {
    position: inherit;
    margin-top: 11%;
    width: 100%;
    top: inherit;
    transform: inherit;
}
.modal-open {
    overflow-x: hidden!important;
	    overflow-y: scroll;
}
.top-icon ul li {
    float: left;
    background: transparent;
    margin-right: 11px;
}
.top-icon  ul {
    margin: 0;
    padding: 0;
}
.top-icon ul li a i {
    color: #8c8b8b;
    font-size: 16px;
}
.top-icon ul li:hover a i {
    color: #fff;
}
.home-banner.banner .banner-text h1 {
    text-align: left;
    color: #fff;
    font-size: 64px;
    margin-bottom: 17px;
	font-family:'SourceSansPro-Bold';
}
.home-banner.banner .banner-text p {
	color: #fff;
    font-size: 20px;
    text-align: left;
    line-height: 27px;
    padding: 0 39% 0 0;
}
.home-banner.banner .btn-sec {
    margin: 31px auto 0;
	display: inherit;
    float: none;
}
.banner-sec{
    position: relative;
 /*   background-image: url(../images/banner.jpg);*/
    background-repeat: no-repeat;
    height: 70vh;
    z-index: 9;
    background-attachment: fixed;
    background-size: cover;
}
.home-content {
    background: #fff;
    padding: 60px 0 0;
}
.std-img {
    width: 33%;
    float: left;
	position:relative;
}
.std-text {
	position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	padding:0 45px;
}
.home-content  h3 {
    font-size: 35px;
    color: #000;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 5px;
    text-transform: uppercase;
	font-family:'SourceSansPro-Bold';
}
a.readbtn {
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    margin-top: 11px;
    float: left;
}
.std-text p{
	color:#fff;
	font-size:17px;
	font-family:'SourceSansPro-Semibold';
	text-shadow: 0px 2px 2px rgba(29, 27, 27, 0.65);
}
.std-text h4 {
    color: #fff;
    font-size: 31px;
	font-family: 'SourceSansPro-Bold';
}
a.readbtn:before {
    content: '';
    position: absolute;
    border-bottom: 1px solid #fff;
    width: 80px;
    margin-top: 25px;
}
.bannerimg {
	margin-top: -12%;
    z-index: 1;
    position: relative;
    float: left;
    margin-bottom: 55px;
}
.btn-sec {
    margin: 0 auto;
    display: table;
}
button.bann-btn.btn.btn-info.btn-lg {
    background: #FFC107;
    border: 1px solid #FFC107;
    border-radius: 0px;
    float: left;
    padding: 13px 36px;
    font-size: 18px;
    color: #000;
}
.home-banner button.bann-btn.btn.btn-info.btn-lg {
    background: #e91b23;
    border: 1px solid #e91b23;
    border-radius: 0px;
    float: left;
    padding: 13px 36px;
    font-size: 18px;
    color: #fff;
}
button.bann-btn.btn.btn-info.btn-lg:hover {
    border: 1px solid #fff;
    background: transparent;
	color:#fff;
    transition: all .3s ease-in-out;
}
button.anow a {
    background: transparent;
    border: 1px solid #fff;
    margin-left: 35px;
    color: #fff;
    border-radius: 0px;
    padding: 15px 54px;

    font-size: 18px;
}
button.anow:hover a {
    border: 1px solid #e91b23;
    background: #e91b23;
    transition: all .3s ease-in-out;
}
button.abt.anow {
    background: transparent;
    border: transparent;
    margin: 0;
    float: left;
    padding: 13px 0px;
}
.header-top {
    background: #3e3535;
	padding: 8px 0;
}
.contact ul{
	margin:0px;
	padding:0px;
	float:right;
}
.contact ul li{
	float:left;
	margin:0 16px 0 0;
}
.contact ul li a{
	color:#fff;
	text-decoration:none;
	font-size: 17px;
}

hr {
	border-color: rgba(255,255,255,.3);
}

.hr-line {
	/*background: #E2E2E2;*/
	height: 1px;
	position: relative;
	width: 28%;
	top: 0%;
	left: 50%;
	transform: translateX(-50%) translateY(-0%);
	-webkit-transform: translateX(-50%) translateY(-0%);
	-moz-transform: translateX(-50%) translateY(-0%);
	-ms-transform: translateX(-50%) translateY(-0%);
	margin:30px 0;
	display:none;
}

.hr-line i {
    position: relative;
    top: -48px;
    font-size: 32px;
    color: #f89b11;
}

.divider{
    color:#ccc;
    width:70%;
    margin:20px auto;
    overflow:hidden;
    text-align:center;   
    line-height:1.2em;
}

.hr-line:before, .hr-line:after{
    content: "";
    vertical-align: top;
    display: inline-block;
    width: 17%;
    /* height: 0.65em; */
    border-bottom: 1px solid #bdbdbc;
    margin: 0 2% 0 -55%;
}
.hr-line:after{
    margin:0 -55% 0 2%;
}
.banner-text {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);

}
.banner-text h1 {
    text-align: center;
    color: #fff;
    font-size: 60px;
	margin-bottom:40px;
	margin-top:0px;
}
.banner-text p{
    color: #fff;
    font-size: 17px;
    text-align: center;
    padding: 0 21%;
    line-height: 32px;
}
.white-sec{
	background:#fff;
	padding:55px 0 76px;
}
.white-sec h2 {
    color: #000;
    font-size: 34px;
    line-height: 49px;
    font-family:'SourceSansPro-Bold';
    text-transform: uppercase;
    margin-bottom: 50px;
}
.white-sec h2:before {
    content: '';
    position: absolute;
    border-bottom: 2px solid #f99c12;
    width: 81px;
    margin-top: 58px;
}
.white-sec h6 {
    color: #464646;
    font-size: 24px;
    line-height: 27px;
    text-align: justify;
    margin-bottom: 25px;
}
.white-sec  p{
    color: #5f5e5e;
    font-size: 15px;
    line-height:27px;
	text-align:justify;
	padding-right:30px;
}
.form-sec {
    background: #07b0e2;
    padding: 27px 35px;
	margin-top: 16%;
}
.form-sec h6 {
    color: #fff;
    font-size: 22px;
    line-height: 27px;
    text-align: justify;
    margin-bottom: 40px;
	text-align:center;
}
.form-sec h6:before {
    border-left: 2px solid #f99c12;
    position: absolute;
    content: '';
    width: 26px;
    height: 27px;
    margin-left: -20px;
    margin-top: 4px;

}
input.form-control {
    background: #fff;
    border-radius: 0px;
    height: 47px;
    margin-bottom: 25px;
	border: 1px solid #fff;
	color:#000;
	box-shadow: none!important;
}
.form-control:focus {
	border-color: #e91b23!important;
    border: 1px solid #e91b23!important;
}	
select:focus {
    outline: 1px solid #e91b23!important;
}
.form-sec select option.text-b{
	color:#000!important;
}
.form-sec select {
    color: #fff;
    margin-bottom: 36px;
}
button.submit-btn {
    margin: 0 auto;
    padding: 15px 85px;
    background: #f99c12;
    border: 1px solid #f99c12;
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    display: table;
    width: 100%;
    margin-bottom: 15px;
}
button.submit-btn:hover {
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    transition: all .3s ease-in-out;
}
.icon-sec {
	margin-top:30px;
}
.icon-sec p {
	text-align: left;
	padding-right: 5px;
}
.icon {
    display: table;
    float: left;
    margin-right: 23px;
    margin-bottom: 45px;

}
.icon-sec h6 {
    font-size: 17px;
    color: #000;
    margin-bottom: 25px;
}
.icon-sec h6:before {
    border-bottom: 2px solid #e0e0e0;
    position: absolute;
    content: '';
    width: 48px;
    margin-top: 33px;
    margin-left: 1px;
}
.icon-sec:hover .icon i {
    color: #07b0e2;
    border: 2px solid #07b0e2;
}
.contact ul li:last-child {
    margin: 0;
}
.icon i {
    font-size: 19px;
    border: 2px solid #f99c12;
    border-radius: 90%;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 41px;
}

.read-btn {
    background: #07b0e2;
    padding: 17px 68px;
    float: left;
    color: #fff!important;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 39px;
    text-decoration: none!important;
}

.header-fixed .header-top {
    display: none;
}
.client {
    background: #eee;
    padding: 35px 0 30px;
}
.client h2 {
    color: #000;
    font-size: 34px;
    line-height: 49px;
    font-family:'SourceSansPro-Bold';
    text-transform: uppercase;
    margin-bottom: 50px;
	text-align:center;
}
.client h2:before {
    content: '';
    position: absolute;
    border-bottom: 2px solid #f99c12;
    width: 81px;
	left:0;
	right:0;
    margin: 58px auto 0; 
}

.silde-icon img {
    margin: 0 auto;
    width: 78px;
    padding-top: 47px;
}
.coures {
    background: #fff;
    padding-top: 55px;
    padding-bottom: 40px;
}
.coures h2 {
    color: #000;
    font-size: 34px;
    line-height: 49px;
    font-family:'SourceSansPro-Bold';
    text-transform: uppercase;
    margin-bottom: 40px;
	text-align:center;
}
.coures h2:before {
    content: '';
    position: absolute;
    border-bottom: 2px solid #f99c12;
    width: 81px;
	left:0;
	right:0;
    margin: 58px auto 0; 
}
.coures p {
    text-align: center;
    font-size: 17px;
    color: #5f5e5e;
}
.iconsec img {
    margin: 0 auto;
}
.iconsec p {
    font-size: 17px;
    margin-top:20px;
    line-height: 23px;
}
.iconsec {
    margin-top: 50px;
	margin-bottom:35px;
}
.iconsec h4 {
    font-size: 23px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 37px;
    margin-top:30px;
}
.shadow {
    background: rgba(0, 0, 0, .08) none repeat scroll 0 0;
    border-radius: 100%;
    height: 3px;
    margin: 8px auto;
    width: 80px;
    -webkit-transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -o-transition: all .2s ease-in 0s;
    transition: all .2s ease-in 0s;
}
.iconsec:hover .shadow {
    width: 40px;
}
.iconsec:hover img {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.iconsec img {
    transition: all .3s ease-out 0s; 

}
button.enroll.btn.btn-info.btn-lg {
    background: #e91b23;
    color: #fff;
    border: 1px solid #e91b23;
    border-radius: 0;
    padding: 10px 29px;
    font-size: 16px;
    text-transform: uppercase;
    margin-top:-7px;
	font-family:'SourceSansPro-Bold';
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px!important;
    outline: 0px auto -webkit-focus-ring-color!important;
    outline-offset: 0px!important;
}
.modal-backdrop.in {
    opacity: 0;
}
.modal {
    position: absolute;
    z-index: 9999;
    overflow: inherit!important;
}	

.modal-backdrop {
    position: absolute;
    z-index: 9;
	bottom:inherit;
}

h4.modal-title {
    text-align: center;
    font-size: 20px;
    width: 78%;
    margin: 0 auto;
	font-family:'SourceSansPro-Bold';
}	
.formsection input.form-control {
    border: 1px solid #807d7d;
    margin: 0 auto 20px;
}
.formsection input placeholder{
	color:#000!important;
}
.formsection select.di4 {
    border: 1px solid #807d7d;
	line-height: 41px;
}
.formsection select.dii{
	    border: 1px solid #807d7d;
}
.modal-dialog {
    width: 30%;
    margin: 30px auto;
}
.modal-body {
    position: relative;
    padding: 15px 0;
}
.modal-header{
	padding-top:0px;
}
select.di4 {
    border: 1px solid #dad8d8;
    width: 32%;
    float: left;
    height: 47px;
    color: #989696!important;
    font: -webkit-control;
	padding-left: 10px;
}
select.dii {
    border: 1px solid #dad8d8;
    color: #989696!important;
    font: -webkit-mini-control;
    width: 100%;
	padding-left: 10px;
    height: 47px;
	font-size:15px;
	line-height:42px;
}
.formsection button.submit-btn {
    margin: 0 auto;
    padding:12px 84px;
    background: #e91b23;
    border: 1px solid #e91b23;
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    display: table;
    width: 100%;
    margin-bottom: 15px;
    line-height: 23px;
    margin-top: 17px;
	font-family:'SourceSansPro-Bold';
}
.new-form .sub-btn {
    float: left;
    margin-bottom: 2px!important;
    width: 100%!important;
    margin-top: 8px!important;
}
a.iconbar-sec span i.fa.fa-mobile {
    line-height: 1px!important;
}
.sub-btn{
	float:none!important;
	width:20%;
	text-align:center;
}
.formsection .sub-btn {
    width: 100%;
}

.formsection p {
    font-size: 15px!important;
}
p.iconbar-sec span i.fa.fa-map-marker {
    margin-bottom: 83px!important;
}
.formsection button.submit-btn:hover {
    border: 1px solid #0e0d0d;
    color: #1f1b1b;
    background: transparent;
    transition: all .3s ease-in-out;
}
.form-sec .form-control::-webkit-input-placeholder{color:#fff}
.form-sec .form-control:-ms-input-placeholder{color:#fff}
.form-sec .form-control::-moz-placeholder{color:#fff;}
.blog {
    background: #fff;
    padding: 55px 0;
}
.box{
	background:#fff;
	position:relative;
}
.blog h2 {
    color: #000;
    font-size: 34px;
    line-height: 49px;
    font-family:'SourceSansPro-Bold';
    text-transform: uppercase;
    margin-bottom: 60px;
	text-align:center;
}
.blog h2:before {
    content: '';
    position: absolute;
    border-bottom: 2px solid #f99c12;
    width: 81px;
	left:0;
	right:0;
    margin: 58px auto 0; 
}
.box h4 {
    font-size: 18px;
    margin-bottom: 14px;
    line-height: 27px;
}
.bor{
	border:1px solid #ddd;
	padding:15px;

}
.box p {
    font-size: 17px;
    color: #5f5e5e;
    text-align: justify;
}
p.small {
    color: #f89c12;
    font-size: 17px;
	font-family:'SourceSansPro-Bold';
}
a.rea-btn {
    color: #5f5e5e;
    font-size: 17px;
}
a.rea-btn span {
	margin-right: 0;
	float: right;
}
.iconbar {
    padding: 10px 15px 15px;
    border: 1px solid #ddd;
    border-top: 0px;
}
.iconbar:after {
    position: absolute;
    font-family: fontawesome;
    content: "\f1e0";
    right: 15px;
    line-height: 30px;
    font-size: 18px;
	display:none;
}

/*sub pages*/
.banner{
	background-image:url(../images/about-us.jpg);
	background-repeat:no-repeat;
	height:400px;
	position:relative;
	background-size: cover;
}
.corp-banner{
	background-image:url(../images/corporate-training.jpg);
}
.courses-banner {
	background-image:url(../images/course.jpg);
	height:400px;
}
.blog-banner {
	background-image:url(../images/blog-banner.jpg);
}
.contact-banner {
	background-image:url(../images/contact-us.jpg);
}
.sub-content{
	position:relative;
	z-index:-1;
}
.help-div
{
    /* padding: 10px 20px; */
    position: relative;
    /* right: 105px; */
    top: 0;
    z-index: 1;
    margin-left: 30px;
    margin-top: 74px;
}

.help-div.help-fixed {
   margin-top: 25px;
}
.sub-text h3 {
    font-size: 30px;
    color: #000;
    text-align: left;
	margin-bottom:27px;
	margin-top: 5px;
	text-transform:uppercase;
}
.sub-text h4 {
    font-size: 20px;
    color: #e91b23;
}
.sub-text p {
    color: #5f5e5e;
    font-size: 17px;
    line-height: 25px;
	text-align:justify;
	margin-bottom:20px;
}
.full.two .sub-text h3{
	color:#00adef;
}
.team1 img {
}
.team1 h5 {
    color: #000;
    font-size: 20px;
    margin-bottom: 20px;
	text-align:left;
}
.sub-text .team1 p {
    font-size: 15px;
    line-height: 25px;
	text-align: left;
}
.team {
    margin-top: 40px;
}
.full.three .sub-text h3 {
    color: #000;
}
.panel {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fff;
  background: none;
  box-shadow: none;
}

.panel:last-child {
  border-bottom: none;
}

.panel-group > .panel:first-child .panel-heading {
  border-radius: 4px 4px 0 0;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.panel-heading {
  background-color:#fff;
  border-radius: 0;
  border: none;
  color: #fff;
  padding: 0;
}

.panel-title a {
    display: block;
    color: #000;
    padding: 13px 31px;
    position: relative;
    font-size: 21px;
    font-weight: 100;
    margin-bottom: 3px
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.panel-title a:hover {
    //color: #e91b23;
    text-decoration: none;
}
.panel-body {
  background: #fff;
}

.panel:last-child .panel-body {
  border-radius: 0 0 4px 4px;
}

.panel:last-child .panel-heading {
  border-radius: 0 0 4px 4px;
  transition: border-radius 0.3s linear 0.2s;
}

.panel:last-child .panel-heading.active {
  border-radius: 0;
  transition: border-radius linear 0s;
}
/* #bs-collapse icon scale option */

.panel-heading a:before {
    position: absolute;
    font-family: fontawesome;
    right: 10px;
    top: 16px;
    font-size:20px;
    transition: all 0.5s;
    transform: scale(1);
    content:"\f107";
}
.clearfix.accord {
    margin-top: 70px;
}


#bs-collapse .panel-heading a:after {
  content: ' ';
  font-size: 24px;
  position: absolute;
  font-family: fontawesome;
  right: 5px;
  top: 10px;
  transform: scale(0);
  transition: all 0.5s;
}
.panel-group {
    margin-bottom: 0;
}
#bs-collapse .panel-heading.active a:after {
  content: '\e909';
  transform: scale(1);
  transition: all 0.5s;
}
/* #accordion rotate icon option */

#accordion .panel-heading a:before {
    position: absolute;
    font-family: fontawesome;
    right: 10px;
    top: 16px;
    font-size:20px;
    transition: all 0.5s;
    transform: scale(1);
    content: "\f107";
}

#accordion .panel-heading.active a:before {
  transform: rotate(0deg);
  transition: all 0.5s;
}
.list ul {
    padding: 0;
    margin: 0;
	margin-left: 10px;
}
.according .list ul {
    margin-left: 24px;
}

.list ul li {
    margin-left: 17px;
    line-height: 32px;
	font-size: 16px;
	color: #5f5e5e;
	position:relative;
}
a:focus, a:hover {
    text-decoration: none;
}
small {
    font-size: 75%;
}
.full.four .sub-text h3{
	color:#00adef;
}
.list ul li small i {
    display: none;
}
.list ul li:before {
    content: "\f1e0";
    font-size: 13px;
    color: #e91b23;
    font-family: fontawesome;
    left: -23px;
    position: absolute;
}

.box1 {
/*    opacity: 1;
    transform: translateY(0);*/

}
.box1 {
    position: relative;
	width:100%;
}
.text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    height: 100%;
    transition: all .3s ease-in-out;
    width: 100%;
}
.box1:hover .text h6{
    margin-bottom: 0;
    bottom: 0;
}	
.meet {
    margin-top: 30px;
}
.text h6{
	position: absolute;
    bottom: -8px;
    display: block;
    margin: 0 auto -2rem;
    width: 100%;
    padding: 13px 30px 14px;
    background: #e91b23;
    text-align: center;
    font-size: 15px;
    font-family: "Circular",Helvetica,sans-serif;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    left: 0;
    color: #fff;
    right: 0;
}
.meet h5 {
    text-align: center;
    font-size: 21px;
    color: #000;
	margin-top:25px;
}
.meet p {
    font-size: 15px;
    text-align: center;
}
.img-center {
    margin: 25px auto 0;
}
.item p {
    text-align: center;
    font-size: 19px;
    color: #fff;
    margin-top: 42px;
    margin-bottom: 40px;
}
.details{
	margin-bottom:15px;
	margin-left:30px;
}
.details img {
    float: left;
    margin-right: 25px;
}
.details h6 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin-top: 17px;
    float: left;
}
.details h6 span {
    font-size: 16px;
}
.carousel-indicators {
    bottom: 0;
}
.carousel-control.right{
	background-image:none!important;
}
.carousel-control.left{
	background-image:none!important;
}
.glyphicon-chevron-right:before {
    font-size: 40px;
    content: "\f105";
    font-family: fontawesome;
	opacity: 0;
}
.full.five:hover .glyphicon-chevron-left:before{
	opacity:1;
}
.full.five:hover .glyphicon-chevron-right:before{
	opacity:1;
}

.glyphicon-chevron-left:before{
    font-size: 40px;
    content: "\f104";
    font-family: fontawesome;
	opacity: 0;
}
.carousel-control{
	opacity:1;
}
.full.five h3{
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-bottom: 27px;
    margin-top: 5px;
}	
.list p{
    font-size: 15px!important;
    padding: 9px 20px 10px;
    margin-bottom: 0!important;
    line-height: 28px;
}
.contact-bg {
    background: #fff;
    padding: 65px 0;
    position: relative;
    /*z-index: -1;*/
}
.contact-bg h3 {
    font-size: 25px;
    color: #000;
    text-align: left;
    /*margin-bottom: 35px!important;*/
    margin-top: 5px;
    text-transform: uppercase;
	font-family:'SourceSansPro-Bold';
}

.contact-bg input.form-control {
    background: transparent;
    border-radius: 0px;
    height: 47px;
    margin-bottom: 25px;
    border: 1px solid #dad8d8;
    color: #fff;
    box-shadow: none;
}
.contact-bg textarea.form-control {
    /*height: 165px;*/
    border-radius: 0px;
    background: transparent;
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 30px;
	border:1px solid #dad8d8;
	width: 100%;
	box-shadow:none;
}
/*.contact-sec.banner {
    height: 45vh;
}*/
.contat-form .sub-btn {
    width: auto;
    float: left!important;
}

.mapsec .contat-form .sub-btn {
    width: 100%!important;
    float: left !important;
}
.contact-bg button.sub-btn {
    margin: 0 auto;
    display: table;
    padding: 15px 70px;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    background: #e91b23;
	float:left;
    border: 1px solid #e91b23;
	font-family:'SourceSansPro-Bold';
}
i.fa.fa-phone {
    color: #e91b23;
    font-size: 30px;
    float: left;
    min-height: 80px;
    margin-right: 15px;
    font-weight: bold;
    padding-top: 10px;
}
.address-sec  i.fa.fa-envelope-o {
    color: #e91b23;
    font-size: 22px;
    float: left;
    min-height: 0;
    margin-right: 8px;
    font-weight: bold;
    padding-top: 5px;
}
.contact-bg button.sub-btn:hover {
	color:#e91b23;
	background:transparent;
}
.address-sec {
    background: #eee;
    padding:28px 0 20px  25px;
    margin-top: 70px;
}
.address-sec p a:hover {
    color: #e91b23;
}
.address-sec p {
    font-size: 19px;
    color: #000;
	line-height: 27px;
	margin-bottom:20px;
}
.address-sec p a {
    color: #000;
}
.address-sec i.fa.fa-map-marker {
    font-size: 39px;
    float: left;
    min-height: 174px;
    padding-top: 3px;
    margin-right: 19px;
}
.map {
    background: #fafafa;
    padding: 45px 0 55px;
}
.map h3 {
    font-size: 35px;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 5px;
    text-transform: uppercase;
	font-family:'SourceSansPro-Bold';
}
.why-sec h5 {
    color: #000;
	font-family:'SourceSansPro-Bold';
    font-size: 20px;
    text-transform: uppercase;
}
.why-sec p {
    font-size: 14px;
}
.text-sc {
    width: 76%;
    float: left;
}
.img-se {
	 float: right;
    width: 18%;
    padding-top: 19px;

}
.col-md-4.padd-l  {
	padding-left:0px;
	margin-top:7%;
}
.col-md-4.padd-l  .text-sc {
    width: 76%;
    float: right;
}
.col-md-4.padd-l .img-se {
    float: left;
}
.text-r{
	text-align:right;
}
.col-md-4.padd-r {
    margin-top: 7%;
    padding-right: 0;
}
.clearfix.mar-boto {
    margin-bottom: 40px;
}
.why-sec {
    position: relative;
    float: left;
    width: 100%;
}
img.cnter-img {
    position: absolute;
    bottom: 0;
	width:100%;
}
.sut-imgsec {
    position: relative;
    bottom: 0;
    height: 561px;
}

.courses-sec {
    background: #eee;
    padding: 60px 0;
}
.courses-sec h3 {
    font-size: 35px;
    color: #000;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 5px;
    text-transform: uppercase;
	font-family:'SourceSansPro-Bold';
}

.coures-box {
    padding: 30px 9px;
}
.seo{
    background: #1fa9d0;
}
.dmc{
    background: #6150c2;
}
.web{
    background: #fa4848;
}
.php{
    background: #2e9f83;
}
.coures-box img {
    margin: 0 auto;
}
.coures-box h5 {
    text-align: center;
    color: #fff;
    font-size: 27px;
    margin-top: 30px;
}
.coures-box p {
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-top: 21px;
	margin-bottom:30px;
}
a.coue-btn {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    display: table;
    font-size: 19px;
    border: 1px solid #fff;
    padding:7px 25px;
}
.coures-box:hover img {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.coures-box img {
    transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
}
.testimonial .item p {
    text-align: justify;
    font-size: 19px;
    color: #151313;
    margin-top: 0px;
    padding-right: 30px;
}
.testimonial .details {
     margin-left: 0px; 
}
.testimonial .details h6 {
    color: #0e0e0e;
    font-size: 20px;
}
.testimonial h3 {
    font-size: 30px;
    color: #000;
    text-align: left;
    margin-top: 5px;
    text-transform: uppercase;
    font-family: 'SourceSansPro-Bold';
	margin-bottom:30px;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: #e91b23;
    border: 1px solid #e91b23;
    border-radius: 10px;
}
.testimonial {
    padding: 60px 0;
	min-height: 77vh;
}
.footersec .form-control:focus {
    border: 1px solid #fff!important;
}
.testimonial .carousel-indicators {
	bottom: -41px;
    position: absolute;
    left: 21px;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: 0;
    margin-top: 39px;
    list-style: none;
    text-align: left;
}
.testimonial .panel-heading {
    background-color: #eee;
}
.testimonial .panel-body {
    background: #eee;
}
.testimonial .panel-title a{
	margin-bottom:0px;
}	
.testimonial .panel-group .panel {
    margin-bottom: 1px;
}	
.blog-sec {
    background: #1fa9d0;
    padding: 60px 0;
}
.blog-sec h3 {
    font-size: 35px;
    color: #fff;
    text-align: center;
    margin-top: 5px;
    text-transform: uppercase;
    font-family: 'SourceSansPro-Bold';
	margin-bottom:50px;
}
.blog-box {
    background: #fff;
}
.blog-box p {
    color: #000;
    font-size: 16px;
    padding: 0 20px;
	line-height:26px;
}
.blog-box h5 {
    font-size: 19px;
    padding: 5px 0px 7px 20px;
    line-height: 30px;
    color: #000;
	margin-bottom:0px;
	font-family: 'SourceSansPro-Bold';
}
.btnsec {
    margin-top: 31px;
}
a.date {
    color: #000;
    background: #e8e8e8;
    padding: 10px 0 13px;
    float: left;
    font-size: 17px;
    cursor: context-menu;
    text-align: center;
}
a.morebtn {
	background: #7f8287;
    padding: 12px 0 11px;
    color: #fff;
    text-align: center;
    float: right;
    font-size: 17px;

}

a.morebtn:hover {
	color:#000;
}
.about-sec {
    background: #fff;
    padding: 60px 0;
    position: relative;
    z-index: -1;
}
.about-sec  h3 {
    font-size: 35px;
    color: #000;
    text-align: left;
    margin-top: 5px;
    text-transform: uppercase;
    font-family: 'SourceSansPro-Bold';
	margin-bottom:20px;
}
.about-sec p {
    color: #000;
    font-size: 17px;
	line-height:26px;
	text-align:justify;
}
a.abou-btn {
    background: #e91b23;
    color: #fff;
    padding: 12px 41px;
    float: left;
    margin-top: 28px;
	text-transform:uppercase;
    font-size: 20px;
}
a.abou-btn:hover {
    color: #000;
}
.img-topspace {
    margin-top: 33px;
}
.who-sec {
    background: #eee;
    padding: 60px 0;
}
.who-sec  h3 {
    font-size: 35px;
    color: #000;
    text-align: center;
    margin-top: 5px;
    text-transform: uppercase;
    font-family: 'SourceSansPro-Bold';
	margin-bottom:40px;
}
.who-box {
    background: #fff;
    padding: 30px 22px;
	min-height: 289px;
}
.who-box img {
    float: left;
    margin-right: 20px;
}
.who-box h5{
	font-size: 25px;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    font-family: 'SourceSansPro-Bold';
    margin-bottom: 12px;
    margin-top: 16px;
}
.who-box p{
    font-size: 16px;
	margin-top:35px;
	text-align:justify;
	line-height:28px;
}
.testimonial .list p {
    font-size: 18px!important;
    padding: 9px 20px 10px;
    margin-bottom: 0!important;
    line-height: 28px;
    color: #000;
}	
.abot.testimonial .list ul li {
    margin-left: 35px;
    line-height: 32px;
    font-size: 17px;
    color: #5f5e5e;
    margin-bottom: 11px;
	position:relative;
}	
h3.left-space{
	margin-left:19px;
}
i.fa.fa-share-alt {
    color: #e91b23;
}
.panel-heading a:before {
    color: #e91b23;
}
.corporate h4 {
    font-size: 27px;
    color: #e91b23;
	font-family: 'SourceSansPro-Bold';
}
.corporate .list {
    margin-bottom: 22px;
}
p.para {
    font-size: 17px;
    color: #000;
    line-height: 28px;
}
.border-img {
    border: 1px solid #ddd;
	margin-top:13px;
}
.sitemap h4 {
    font-size: 28px;
    color: #000;
    text-align: left;
    margin-bottom: 35px;
    margin-top: 5px;
    text-transform: uppercase;
    font-family: 'SourceSansPro-Bold';
}
ul.coure-list li a {
    color:#4c4c4c;
    font-size: 20px;
}
ul.coure-list li {
    margin-bottom: 11px;
    list-style-type: circle;
    color: #e91b23;
    margin-left: 25px;
}
ul.coure-list {
    margin: 0
    padding: 0;
}
.mapsec .address-sec {
    background: #eee;
    padding: 28px 0 20px 25px;
    margin-top: 17px;
}
.contact-form select.dii {
    margin-bottom: 30px;
	 background: transparent;
	
}
.contact-form input.form-control.di1{
 width:100%;
}

.contact-form  textarea.form-control {
    width: 100%;
    font-size: 17px;
	height: 135px
}
.contact-form {
    background: #eee;
    margin-top: 20px;
    padding: 30px 22px;
}
.contact-form select.di4{
    background: transparent;
}
.contact-form input.form-control{
	font-size:17px;
}
.contact-form button.sub-btn{
	width:100%;
}
.contact-form  h4 {
    font-size: 28px;
    color: #000;
    text-align: left;
    margin-bottom: 35px;
    margin-top: 5px;
    text-transform: uppercase;
    font-family: 'SourceSansPro-Bold';
}
.blogsec h4 {
    font-size: 20px;
    color: #000;
    text-align: left;
    margin-top: 5px;
    text-transform: uppercase;
    font-family: 'SourceSansPro-Bold';
	line-height:28px;
}
.blogsec p {
	font-size:17px;
	text-align:justify;
	margin-bottom:0px;
}
.celander {
    float: left;
    min-height: 215px;
    margin-right: 15px;
    text-align: center;
    margin-top: 8px;
}

.border{
	padding: 9px;
	border: 2px solid #e91b23;
}
.celander h5 {
    font-size: 20px;
    text-align: center;
    color: #000;
	margin:0;
	font-family: 'SourceSansPro-Bold';
}
.celander small {
    color: #000;
    font-size: 18px;
    text-align: center;
    margin-right: 0;
}
.blog-sidebar {
   margin-left: 30px;
    margin-top: 20px;
}
.blogsec hr {
border-color: rgba(150, 150, 150, 0.3);
    margin-left: 20px;
    margin-bottom: 42px;
    max-width: 745px;
    margin-top: 35px;
	
}
.blogsec img {
    border: 1px solid #c1bfbf;
}
.custoimg{
	width:100%;
}


.custo_img
{
	position: relative;
	overflow: hidden;
	margin-bottom: 26px;
}
.custo_img img
{
	position: relative;
	-webkit-transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	transition: all .9s ease 0s;
}
.custo_img:hover img
{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
.blog-sidebar h4 {
    font-size: 23px;
    color: #000;
    text-align: left;
    margin-bottom: 30px;
    margin-top: 5px;
    text-transform: uppercase;
    font-family: 'SourceSansPro-Bold';
}
.recent-img {
    float: left;
	margin-right:20px;
}
.blog-sidebar h5 {
    font-size: 16px;
    color: #000;
    text-align: left;
    line-height: 22px;
    margin-top: 5px;
    font-family: 'SourceSansPro-Bold';
}

.blog-sidebar hr {
    border-color: rgba(14, 13, 13, 0.3);
    margin: 31px 0;
}

p.botton-spac {
    margin-bottom: 13px;
}
ul.list {
    margin-bottom: 30px;
}
ul.list li a {
    color: #000;
    font-size: 17px;
}
ul.list li {
    margin-bottom: 10px;
    list-style-type: circle;
    color: #e91b23;
    margin-left: 20px;
}
.searchbox {
    background: #eee;
    padding: 17px 22px 17px;
    margin-bottom: 25px;
    clear: both;
}
.searchbox input[type=text] {
    width: 83%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 0;
	float:left;
    font-size: 16px;
    background-color: white;
    /*background-image: url(../images/searchicon.png);*/
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 11px 0 17px 8px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    margin-bottom: 17px;
}
.textwidget img {
    width: 100%;
}

div#categories-2 ul {
    margin-left: 25px;
}
div#categories-2 ul li {
    position: relative;
    margin-bottom: 15px;
}
div#categories-2 ul li:before {
    content: "\f1e0";
    font-size: 13px;
    color: #e91b23;
    font-family: fontawesome;
    left: -23px;
    position: absolute;
}
div#categories-2 ul li a {
    font-size: 16px;
    color: #5f5e5e;
    position: relative;
}
button.btn.btn-danger {
    height: 48px;
    border: none;
    border-radius: 0;
}


.modal .modal-content {
    padding: 24px 24px 35px!important;
}
.searchbox input[type=text]:focus {
    width: 83%;
}
a.cou-btn {
    background: #e91b23;
    color: #fff;
    padding:5px 8px;
    float: left;
    font-size: 15px;
    margin-bottom: 34px;
	border:1px solid #e91b23
}
a.cou-btn:hover {
	border:1px solid #e91b23;
	background:transparent;
	color: #e91b23;
}
.feature-img {
    float: left;
    margin-right: 20px;
    margin-bottom: 62px;
    margin-top: 11px;
}
ul.socialicon{
	margin-top:25px;
	margin-bottom:40px;
	float:left;
}
ul.socialicon li {
    color: #333;
    font-size: 16px;
	float:left;
	margin-right:15px;
}
ul.socialicon li span{
	margin-right:10px;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 10px 20px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #e91b23;
    border-color: #ffffff;
}	
 /*sub pages*/ 
 
 
/*footer section*/
.footersec{
	//background-image:url(../images/request-quote-bg.jpg);
background-image:url(https://www.seojobtraining.in/wp-content/uploads/2017/01/request-quote-bg3.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	padding:70px 0;
	background-attachment: fixed;
} 
.footersec h3 {
    color: #fff;
    margin-top: 0px;
	text-align:center;
	margin-bottom:50px;
}
p.text-cen {
    text-align: center!important;
    font-size: 16px!important;
    margin-top: 40px;
    float: left;
    padding: 0 30px;
}
textarea.form-control {
    height: 140px;
    border-radius: 0px;
    background: #fff;
    margin-top: 10px;
    padding-top: 20px;
    margin-bottom: 30px;
}
button.sub-btn {
	display: table;
	padding: 10px 70px;
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
	background: #e91b23;
	border: 1px solid #e91b23;
	float: none!important;
	width: 21%;
}
button.sub-btn:hover {
    color: #ffffff;
    border: 1px solid #ffffff;
    background: transparent;
}
.footer-bg{
	background:#0d0d0e;
	padding:50px 0;
}

.footer-bg h4 {
    color: #fff;
	font-size: 30px;
    margin-top: 0px;
	margin-bottom:30px;
}
.footer-bg p {
    color: #fff;
    font-size: 14px;
    text-align: justify;
    line-height: 26px;
}
.center-align {
    padding-left: 49px;
}
.footer-nav ul {
    margin: 0;
    padding: 0;
}
.footer-nav ul li {
    list-style-type: circle;
    margin-bottom: 7px;
    color: #fefeff;
    margin-left: 20px;
}
.footer-nav ul li a{
	font-size:14px;
	color:#fff;

}
.footer-nav i.fa.fa-mobile {
    font-size: 28px;
    float: left;
    color:#e91b23;
    line-height: 19px;
    margin-right: 9px;
}
i.fa.fa-map-marker {
    font-size: 23px;
    float: left;
    margin-right: 10px;
    color: #e91b23;
}
p.left-text {
    text-align: left;
}
.footer-bg h6 {
    color: #fff;
    font-size: 21px;
    margin-bottom: 26px;
}

i.fa.fa-mobile {
    font-size: 28px;
    float: left;
    color: #e91b23;
    line-height: 22px;
    margin-right: 9px;
}
.social-icons ul {
    padding: 0px;
    margin: 23px 0;
}
.social-icons ul li {
	width: 32px;
    height: 32px;
    background: #e91b23;
    text-align: center;
    border-radius: 79%;
    float: left;
    margin-right: 13px;
}
.social-icons ul li:hover {
    background: #7f8287;
    transition: all .3s ease-in-out;
}

.social-icons ul li a{
    color: #fff;
    font-size: 15px;
    line-height: 23px;
    padding: 5px 6px;
    display: block;
}
.copy-right{
	background:#434449;
	padding:20px 0;
}
.copy-right p {
    color: #fff;
    padding-top: 33px;
}
.copy-hover {
    height: 75px;
    overflow: hidden;
}
.copyimg:hover img:first-child {
    transform: translateY(-80px);
}
.copy-img {
    margin-bottom: 14px;
    transition: all 0.6s ease-in-out;
}
button.apply-btn {
    background: #423a31;
    color: #fff;
    width: 70%;
    margin: 36px auto;
    border: none;
    display: table;
    padding: 11px 0;
    line-height: 28px;
    font-size: 16px;
    border-bottom: 3px solid #232222;
	
}
.fixmenu .modal-dialog {
    width: 400px;
    margin: 30px auto;
    position: absolute;
    left: 175%;
    top: -32px;
}
.apply-btn.btn-info:hover {
    color: #fff;
	background-color: #7f8287;
    border-color: #7f8287;
}
.apply-btn.btn-info.focus, .apply-btn.btn-info:focus {
    color: #fff;
    background-color: #7f8287!important;
    border-color: #7f8287!important;
}
i.fa.fa-envelope-o {
    color: #e91b23;
    font-size: 18px;
    float: left;
    padding-right: 7px;
    line-height: 22px;
}
.touch #cd-vertical-nav a:focus{
	color:#fff!important;
}

#footer{

	position:relative;

}

.footer-sec {
    overflow: hidden;
	background:#0d0d0e;
	
}
.footer{
	margin-top:-1px;
	color:#1b1b1b;
	border-top:1px solid white;	
	/*box-shadow:inset 0px 0px 27px 0px rgba(0,0,0,0.1);*/
/*	background:url(../images/pattern.jpg) repeat;*/
}
#fooBlock{
	display:none;
}

.tcenter{

	text-align:center;

}

#showFooter{
    display: inline-block;
    margin: 0 auto -4px;
    cursor: pointer;
    text-indent: -999px;
    overflow: hidden;
    width: 273px;
	height:32px;
	background:url(../images/showmore.png) no-repeat;
}

*+html #showFooter{

	float:left;

	margin:0 0 0 440px;

}

span.block-text {
    color: #000;
    font-weight: bold;
}
#back-top {

    bottom: 160px;
    position: fixed;
    right: 15px;
    z-index: 9999999;
	/*background:#718e04;*/
}
#back-top a {
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;

    text-transform: uppercase;
    text-decoration: none;
    color: #bbb;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#back-top i {
    color: #fff;
    display: block;
    font-size: 30px;
    margin: 0 auto 7px;
    padding: 10px 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#back-top i {
    color: #e91b23;
    display: block;
    font-size: 30px;
    margin: 0 auto 7px;
    padding: 1px 11px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#back-top a:hover i {
	color: #000;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
#back-top:hover {
   /* background: #f18a0b;*/
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 10%!important;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 10%!important;
}	
.abot.testimonial {
    min-height: auto!important;
}

.courses-sec.courses-page .coures-box h5 {
    margin-bottom: 34px;
    font-size: 21px;
	line-height:33px;

}
.courses-sec.courses-page .coures-box {
    padding: 43px 9px 43px;
    background: #fff!important;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
	min-height: auto!important;
}
.clearfix.mar-top {
    margin-top: 30px;
}
.circle-icon button.icon-cir {
   position: absolute;
    right: 78px;
    top: 30px;
    transform: translateY(-50%);
    background: #e91b23;
    border: 2px solid #e91b23;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
   /*display:none!important;*/
    z-index: 999999999999;
}
button.icon-cir.e-btn.md-trigger img {
    margin: 0 auto;
    width: 43px;
    margin-top: -11px;
}

@media (min-width:1000px) and (max-width:1024px){

.text h6{
	width:100%;
}
.footer h4{
	font-size:26px;
}
.copy-img {
    margin-bottom: 29px;
}
button.enroll.btn.btn-info.btn-lg {
    padding: 12px 13px;
    font-size: 15px;
}
.main-nav ul li a {
    padding: 24px 9px!important;
}	
.main-nav>ul {
    margin: 13px 0 0!important;
}	
.modal-dialog {
    width: 45%;
}
.help-div{
	margin-top:75px!important;
}
.sub-text h3 {
    font-size: 28px;
}	

.touch #cd-vertical-nav {
	position: relative;
    z-index: 1;
    right: inherit;
    top: 0;
    bottom: inherit;
    max-height: 90%;
    transform: inherit!important;
    background-color: transparent!important;
}
.touch #cd-vertical-nav{
    overflow-y: inherit!important;
}	
.touch #cd-vertical-nav a {
    padding: 0;
    text-align: center;
}
.brand-logo img {
     margin-left: 0px!important; 
}	
img.cnter-img {
    height: 90%;
}	
.std-text {
    padding: 0 31px;
}
a.morebtn {
    padding: 11px 25px 12px 26px;
    font-size: 16px;
}
a.date {
    padding: 10px 14px 13px 11px;
	font-size: 16px;
}
.coures-box p{
	font-size:16px!important;
}
.home-banner.banner {
    /*height: 70vh;*/
}
.who-box h5 {
    font-size: 23px;
}
.coures-box {
    padding: 30px 11px!important;
}
.testimonial {
    min-height: 67vh!important;
}
.who-box p {
    font-size: 15px;
}
.blogsec h4 {
    font-size: 17px;
}
.std-img img {
    min-height: 277px;
}

.clearfix.mar-boto {
    margin-bottom: 11px;
}
.coures-box h5 {
    font-size: 25px!important;
}
.courses-sec.courses-page .coures-box h5 {
    font-size: 13px!important;
    line-height: 27px!important;
}
.sut-imgsec {
    height: 635px!important;
}
.coures-box {
    min-height: 390px!important;
}
}	

@media (min-width:767px) and (max-width:1000px){
ul.coure-list li a{
    font-size: 16px;
}
.help-div{
	display:none;
}
.main-nav>ul {
    margin-left: 16px!important;
}
ul.nav li a{
	font-size:11px!important;
}
.main-nav ul li a {
    padding: 9px 4px!important;
}
button.enroll.btn.btn-info.btn-lg {
    padding: 10px 9px;
    font-size: 13px
}
.brand-logo img {
    padding: 6px 0 30px!important;
    width: 134px!important;
}
.menu-inner {
    height: 70px!important;
}
span.slicknav_icon.slicknav_no-text {
    display: none;
}
/*.modal-dialog {
    width: 60%;
    margin: 30px auto;
}
.modal-header .close {
    margin-top: 4px;
}*/
.banner{
	height:400px;
}
.banner-text h1{
	font-size:50px;
}
.cd-section {
    min-height: 52%;
}

.text h6{
	width:100%;
}
section#section5{
    height: 57vh!important;
    background-size: cover!important;
}
.center-align {
    padding-left: 22px;
}
.footer h4 {
   font-size: 26px;
}
.footer h6 {
    font-size: 16px;
}
.footer p{
	text-align:left;
}
.footer-bg h4 {
   font-size: 20px!important;
}
.footer-bg h6 {
    font-size: 16px;
}	
.footersec input.sub-btn {
    width: auto!important;
}
.home-banner.banner .banner-text{
	width:87%;
}	
.home-banner.banner {
    height: 49vh!important;
}
.footer-bg p{
	text-align:left;
}
.home-banner.banner .banner-text h1 {
    font-size: 55px;
}	
.std-img img {
    min-height: 228px;
}
a.coue-btn {
    font-size: 15px;
    padding: 7px 18px;
}
.std-text h4 {
    color: #fff;
    font-size: 23px;
	margin-bottom:4px;
}
a.readbtn{
	margin-top:0px;
}
.std-text p {
    font-size: 14px;
}
.std-text {
    padding: 4px 15px;
}
.why-sec h5{
	font-size:12px!important;
}
.why-sec p {
    font-size: 13px!important;
}
.clearfix.mar-boto {
    margin-bottom: 0;
}
img.cnter-img {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 93%;
}
.sut-imgsec {
    height: 513px!important;
}
.coures-box h5{
	font-size:17px;
}
.coures-box {
    min-height: 430px!important;
    padding: 30px 17px!important;

}
.testimonial {
    min-height: 61vh;
}
.coures-box p {
    font-size: 14px!important;
}
a.morebtn {
    padding: 13px 7px 12px 17px;
    font-size: 16px;
    text-align: center;
}
a.date {
    padding:10px 0 13px;
    text-align: center;
}
.brand-logo img {
     margin-left: 0px!important; 
}	
.who-box img {
    float: none;
    margin: 0 auto;
}
.who-box h5{
	text-align:center;
	font-size:25px;
}
.who-box p {
    font-size: 13px;
}
.who-box {
    padding: 30px 21px;
}	
.blog-sidebar {
    margin-left: 0;
}
.recent-img{
	margin-bottom:35px;
}
.blogsec h4 {
	font-size: 13px;
	line-height: 18px;
	margin-top: 31px;
}
.blogsec p {
    font-size: 13px;
    text-align: left;
}
element.style {
}
.blog-sidebar h5 {
    font-size: 15px;
}
.blogsec hr{
	width:93%;
}
.modal-dialog {
    width: 50%;
}
.corp-banner.banner {
    height: 290px;
}
.corporate h4 {
    font-size: 22px!important;
}	

section.blog-banner-sec.banner-innerpage img {
    height: 240px!important;
}
.address-sec {
    margin-top: 20px;
	padding:28px 11px 20px 13px;
}
.address-sec i.fa.fa-map-marker {
    font-size: 33px;
    margin-right: 7px;
}
i.fa.fa-phone {
    font-size: 26px;
    margin-right: 8px;
}
.address-sec p{
	font-size:15px!important;
}
.contact-bg h3 {
    font-size: 32px;
    /*margin-bottom: 35px!important;*/
}
.courses-sec.courses-page .coures-box h5 {
    font-size: 13px!important;
    line-height: 29px!important;
}	
.contact ul li {
    margin: 0 25px 0 0;
}
.contact ul li a {
    font-size: 15px;
}
.new-form .modal-dialog {
    width: 75%!important;
}
p.iconbar-sec span i.fa.fa-map-marker {
    margin-bottom: 99px!important;
}
}

@media (max-width:767px){




.contact-form{
	margin-top:45px;
}
.fixmenu.affix-top{
	display:none;
}
.banner-text h1{
	font-size:33px;
    line-height: 37px;
}
button.bann-btn.btn.btn-info.btn-lg {
    padding:11px 12px;
	font-size:15px;
}
button.anow a {
	margin-left: 9px;
    padding: 10px 37px;
    font-size: 15px;
    margin-top: -13px;
    float: right

}
.slicknav_menu .slicknav_icon-bar {
    background-color: #e91b23!important;
}
.slicknav_nav{
	background: #3e3535!important;
}
button.enroll.btn.btn-info.btn-lg{
	display:none;
}
.header-top{
	display:none;
}
div#home {
    background: #fff;
}
.sub-text h3{
	font-size: 22px;
	line-height: 34px;
}
.box1 img {
    margin: 0 auto;
	width:100%;
}
.text h6{
	width:100%;
}
section#section5{
	height:auto;
	background-size: cover;
}
.center-align {
    padding-left: 0;
}
.copy-hover {
    height: 92px;
}
.copy-right p {
    padding-top: 9px;
    margin-bottom: 28px;
}
.team1 img {
    margin: 0 auto;
}
.team1 h5{
	text-align:center;
}
.sub-text .team1 p{
	text-align:center;
}
nav.main-nav {
    display: none!important;
}
.panel-title a{
	font-size: 18px;
    line-height: 25px;
} 

.copy-right {
    padding: 20px 22px;
}
.home-banner.banner .banner-text{
	width:100%;
}
.bannerimg{
	display:none;
}
.home-banner.banner .banner-text h1{
	text-align:center;
	font-size:35px;
}
.home-banner.banner .banner-text p {

    text-align: center;
    padding: 0;
	margin-bottom:30px;
}
.home-banner.banner .btn-sec {
    margin: 0 auto;
    display: table;
    float: none;
}
.img-se{
	display:none;
}
.text-sc {
    width: 100%;
    float: left;
}
.text-r {
    text-align: left;
}
.clearfix.mar-boto {
    margin-bottom: 0;
}
.sut-imgsec {
    position: relative;
    bottom: 0;
    height: 424px;
	display:none;
}
.col-md-4.padd-l .text-sc {
    width: 100%;
    float: left;
}
.col-md-4.padd-l {
    padding-left: 15px;
    margin-top: 7%;
}
.col-md-4.padd-l {
    padding-left: 15px;
    margin-top: 0;
}
.why-sec{
	padding-bottom:50px;
}
.home-content  h3{
	text-align:left;
	padding-left:15px;
	font-size: 27px;
}
.footersec h3{
    font-size: 27px;
}
.courses-sec h3 {
    font-size: 27px;
}
.testimonial h3 {
    font-size: 27px;
}	
.footer-bg h4 {
    margin-top: 33px;
    margin-bottom: 15px;
}
.celander {
    min-height: 313px;
}
.contact-bg h3{
	font-size:30px;
}
.banner-title h1{
	font-size:38px;
}
.about-sec h3 {
    font-size: 27px;
}	
.coures-box{
	margin-bottom:30px;
}
.testimonial div#myCarousel {
    margin-bottom: 54px;
}
.blog-sec{
	display:none;	
}
.home-banner.banner {
    height: 360px;
}
.img-topspace {
    display: none;
}
.who-box{
	margin-bottom:30px;
}
.who-box h5 {
    font-size: 22px;

}
.abot.testimonial .accordian {
    margin-bottom: 40px;
}
h3.left-space {
    margin-left: 0;
}
.abot.testimonial .list ul li {
	margin-left: 27px;
}
.sub-btn {
    float: none!important;
    width: auto;
}
ul.socialicon li {
    margin-bottom: 11px;
}
.blog-sidebar{
	margin-left:0px;
}
.blogsec h4 {
    font-size: 19px;
}
.custo_img{
	margin-top:20px;
}	
.modal-dialog {
    width: 100%;
}
.home-banner button.bann-btn.btn.btn-info.btn-lg {
    background: #e91b23;
    border: 1px solid #e91b23;
    border-radius: 0px;
    float: left;
    padding: 10px 21px;
    font-size: 16px;
    color: #fff;
}
.who-sec h3 {
    font-size: 27px;
}	
nav#cd-vertical-nav ul{
	display:none!important;
}
section#section5 h3 {
    font-size: 27px;
}	
section#section6 h3{
	font-size:27px;
}
.testimonial {
    padding: 60px 0;
	min-height: auto!important;
}
.circle-icon button.icon-cir {
   position: fixed!important;

}
.circle-icon.affix {
    position: inherit!important;
}

}



@media (min-width:0px) and (max-width:425px){
.home-banner.banner .banner-text h1 {
    font-size: 27px !important;
    line-height: 1;
}
.about-sec {
    padding: 15px 0 40px !important;
}
   .banner-text h1 {
    font-size: 26px !important;
    line-height: 33px !important;
}
.contact-bg {
    padding: 15px 0 !important;
}
.contact-bg textarea.form-control {
    margin-top: 20px !important;
}
.who-box {
	min-height:auto!important;
}
}

.meet p {
    margin-top: 15px;
}

#jprePercentage 
{
display : none !important;
}








