/**** HEADER ****/
header {
    min-height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
header.banner-slider {
    min-height: auto;
    position: relative;
}
header.banner-slider .container {
    max-width: 1340px;
}
header.banner-slider .row {
    display: flex;
    align-items: center;
}
header.banner-slider .form form {}
header:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
    display:none;
}

.banner-img img {
    width: 100%;
}

header.banner-slider .container.absulte-pos .right-section {
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: end;
}

header.banner-slider .container.absulte-pos .enroll-btn a {
    background: #45b508;
    color: #fff !important;
    padding: 7px 50px;
    font-size: 2.5vw;
    font-family: 'SKFSans-Bold', sans-serif;
    letter-spacing: 1px;
}

header.banner-slider .container.absulte-pos .enroll-btn {
    margin-bottom: 30px;
    margin-right: 5%;
}

header.banner-slider .container.absulte-pos {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    max-width:1600px;
    width:100%;
}

header.banner-slider .container.absulte-pos .row {
    height: 100%;
}

header,
header .header-content {
    position: relative;
    width: 100%;
    text-align: center;
}

header .header-content {
    position: absolute;
    top: calc(100% - 35%);
    -webkit-transform: translateY(-50%);
    transform: translateX(0%) translateY(0%);
    padding: 0 50px;
    z-index: 10;
    text-align: right;
}

header .header-content .header-content-inner {
    width: 100%;
    margin: 0 auto;
    text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.41);
    position: relative;
}

h1, h2, h3, h4 {

}

.header-content-inner h1 {
    font-size: 48px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.05em;
    font-weight: 800;
    padding-right: 30px;
}

.header-content-inner h1:after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    margin: 0px auto 0;
    background: #F05F40;
    position: absolute;
    top: 0;
    right: 0;
}

.header-content-inner p {
    font-size: 22px;
    line-height: 1.8;
    color: #e4e4e4;
}
header.banner-slider .form h1 {
    color: #385fac;
    font-size: 24px;
    text-align: center;
    border: 1px solid #385fac;
    padding: 5px 40px;
    display: inline-block;
	font-weight: 600;
}
header.banner-slider .form {
    max-width: 100%;
    background: #fff;
    padding: 30px;
    margin-left: 30px;
    position: relative;
}
.formleft {
    max-width: 100%;
    text-align: left;
    font-family: 'Roboto';
}
header.banner-slider label {
    margin-bottom: 0;
    color: #000;
}
.formleft .col12 input[type="text"] {
    border: 0;
    box-shadow: none;
    border-bottom: 0;
    border-radius: 0;
    margin: 7px 0px;
    background: #f0efef;
    padding: 7px 5px;
    height: auto;
}

.formleft .price {
    margin-top: 25px;
    font-weight: bold;
    color: #ac6c5b;
}

.formleft  span.fa {
    font-size: 13px;
}

.formleft span.fa ::before {}

.formleft .text {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 17px;
}

.formleft .text p {
    font-weight: bold;
    color: #000;
    font-size: 12px;
}

.formleft .qty {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.formleft .qty button.min0 {
    border: 1px solid #000;
    background: transparent;
    font-weight: bold;
    font-size: 18px;
    padding: 3px 13px;
}

.formleft  button.max {
    border: 1px solid #000;
    background: transparent;
    font-weight: bold;
    font-size: 18px;
    padding: 3px 13px;
}

.formleft .qty input[type="text"] {
    background: transparent;
    text-align: center;
    width: 30%;
    margin: 7px 0px 15px;
    border: 1px solid #000;
    padding: 4px 0;
}
.formleft button.like {
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    font-weight: bold;
    position: relative;
    top: 5px;
    outline: none;
    left: 4px;
}

i.fa.fa-heart-o {}

.formleft button.like i.fa.fa-heart-o {
    font-size: 25px;
}
.formleft button.btn.btn-dark {
    background: #46b749;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 500;
    padding: 6px 19px;
    font-size: 13px;
    outline: none;
    display: inline-block;
    width: auto;
    color: #fff;
    font-size: 18px;
    margin-top: 13px;
}
.formleft input[type="file"] {
    height: auto;
    padding: 7px 0;
}
.formright {
    position: absolute;
    bottom: -100px;
    right: -52%;
    left: auto;
    z-index: 99;
}
.star-rating {
    line-height:32px;
    font-size:1.25em;
  }
  
  .star-rating .fa-star{color:#911a20;cursor: pointer;}
  
  .content-left {
    text-align: left;
}

.banner-slider .content-left h1 {
    font-weight: 500;
    color: #fff;
    font-size: 2.5rem;
    margin-top: 0;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.content-left .btm-content {
    background: #0f58d6;
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    width: auto; margin-top:0;
    margin-left: -20px;
}

.content-left .btm-content h4 {    
    margin: 0;
    color: #fff;
    width: auto;
    display: inline-block;
    font-weight: 600;
    line-height: 1.2;
    font-size: 40px;
    font-family: 'SKFSans-Regular', sans-serif;
}

.content-left .btm-content p {
    margin-bottom: 0;
    font-size: 19px;
}
/**** HEADER END ****/

/**** SERVICE ****/
section.service-section.service-section-two{
    padding-bottom: 120px;
}

section.service-section.service-section-two h5 {
    text-align: center;
    color: #0f57d5;
    font-size: 1.8em;
    font-family: 'SKFSans-Medium', sans-serif;
    margin-bottom: 10px;
    text-align: center;
    padding: 0 0;
    font-weight: 500;
    margin: 0;
    line-height: 20px;
}


.service-section.service-section-two .owl-nav .owl-prev, .service-section.service-section-two .owl-nav .owl-next {
    color: #fff;
    background: #0f57d5;
}
.service-section.bg-color {
    background: #fff;
	position:relative;
}

section.service-section.service-section-two:after {
    content: "";
    background: #ff8005;
    height: 60%;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    background: url(../images/secvice-bg.jpg);
    background-size: cover;
    background-position: bottom center;
}

.service-section.bg-color h3,
.featpro-info h3 {
    color: #0f57d5;
    font-size: 2.7em;
    font-family: 'SKFSans-Bold', sans-serif;
    margin-bottom: 10px;
    text-align: center;
    padding: 24px 0;
    font-weight: 500;
}

.featpro-info h3 {
    position: relative;
    width: auto;
    display: inline-block;
}

.featpro-info h3 .ques {
    position: absolute;
    right: -120px;
    top: -20px;
}

.featpro-info .container {
    text-align: center;
}

.featpro-info .container p {
    text-align: left;
    padding:0 13em;
}

.featpro-info h3 .ques img {
    max-width: 130px;
}

.service-section.bg-color h3.training-sechead {
    color: #fff;
    position: relative;
    z-index: 9;
    font-size: 2.7em;
    margin-bottom: 30px;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.service-section h3:after {
    content: "";
    display: none;
    width: 80px;
    height: 3px;
    margin: 20px auto 0;
    background:#f16b20;
}

section.service-section.service-section-two .icon {
    margin: 0 auto 15px;
    background: #0f57d5;
    text-align: center;
    padding: 20px 0;
}

.products-sl .service-items .icon img {
    display: block;
    width: auto;
    -webkit-transform-style: preserve-3d;
    max-width: 150px;
    margin: auto;
}

.service-items h4 {
    font-size: 22px;
    margin-bottom: 5px;
    text-transform: capitalize;
    color: #f16b20;
    min-height: 50px;
}
.service-items h4 a {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Roboto';
    margin-bottom: 20px;
    display: block;
}

.service-section .service-items {
    min-height: 100%;
    border: 0px solid #ccc;
    background: #fff;
}
.service-items p {
    font-size: 13px;
    line-height: 20px;
    color: #0062ad;
    margin-bottom: 15px;
    font-weight: 600;
}
.service-items .icon img {
    width: 100%;
}
.service-section .content-items .row {
    justify-content: center;
}
.service-section .content-items {
    padding-bottom: 60px;
    padding-top: 40px;
}

.service-section .service-items h4 {
    text-align: center;
    padding: 0 10px;
    color: #111111;
    font-weight: 500;
    font-size: 1.1em;
    font-family: 'SKFSans-Light', sans-serif;
    margin-bottom: 20px;
    line-height: 24px;
    display: inline-block;
    width: 100%;
}

.service-section .spacing {
    padding: 0 10px;
}
body .container {
    max-width: 1300px;
}
.service-section .owl-nav {}

.service-section .owl-nav .owl-prev {
    color: #ff8005;
    background: #fff;
    position: absolute;
    bottom: 48%;
    left: -25px;
    padding: 1px 10px;
    border-radius: 50px;
}
.service-section .owl-nav .owl-next {
    color: #ff8005;
    background: #fff;
    position: absolute;
    bottom: 48%;
    right: -25px;
    padding: 1px 10px;
    border-radius: 50px;
}
.service-section .owl-nav i.fa {
    font-weight: bold;
    font-size: 24px;
    padding: 0 0;
    border-radius: 10px;
    position: relative;
	top: -1px;
}

.service-section .owl-nav .owl-prev i.fa {
	left: -2px;
}
.service-section .owl-nav .owl-next i.fa {
    right: -2px;
}    

/**** SERVICE END ****/


/**** feature info ****/
section.featpro-info {
    padding: 70px 0 40px;
}

section.featpro-info p {
    font-size: 18px;
    line-height: 30px;
}

/**** feature info ****/


/**** featpro ****/
.featpro-section.bg-color {
    background: #fff;
    z-index: 999;
    position: relative;
	padding:60px 0 0;
}
.featpro-section .featpro.image img {
    width: 100%;
}
.featpro-section.bg-color .container {
    position: relative;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    display: grid;
    align-items: center;
    text-align: left;
}

.featpro-section.bg-color .container .content-items {
    padding-left: 20px;
}
.featpro-section.bg-color .container .content-items h3 {
    color: #91191f;
    font-weight: bold;
    font-size: 24px;
    font-family: 'Roboto';
    margin-top: 20px;
    margin-bottom: 10px;
}

.featpro-section.bg-color .container .content-items p {
    font-family: 'Roboto';
    color: #000;
    font-size: 15px;
}
.featpro-section .featpro.image {
    position: relative;
    display: flex;
    border-radius: 40px;
    overflow: hidden;
    background: #fff;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
    padding-top: 30px;
}

.featpro-section .featpro.image span.new {
    position: absolute;
    bottom: auto;
    top: 60px;
    background: #000;
    color: #fff;
    padding: 3px 12px;
    font-family: 'Roboto';
    font-size: 14px;
    text-transform: uppercase;
    left: 0;
}

.featpro-section  .row {
    display: flex;
    align-items: center;
}
.featpro-section h2 {
    color: #0f57d5;
    font-size: 40px;
    font-family: 'Roboto';
    margin-bottom: 10px;
    text-align: center;
    background: transparent;
    padding: 24px 0 36px;
    font-weight: 500;
}

.featpro-section h2 span img.img-responsive {
    max-width: 170px;
    vertical-align: top;
}

.featpro-section .col {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #385eab;
    line-height: normal;
}

.featpro-section .col.mid {
    border-left: 1px solid #3a61ac;
    border-right: 1px solid #3a61ac;
}

.featpro-section .col img.img-responsive {
    width: 40%;
    margin-bottom: 7px;
}
.featpro-section .btmimage {
    text-align: center;
    margin-top: 40px;
}

.featpro-section .btmimage .image {
    max-width: 64%;
    margin: auto;
    padding: 30px;
    padding-bottom: 0;
    border: 1px solid #797979;
    border-bottom: 0;
}

.featpro-section .btmimage .image img.img-responsive {
    width: 100%;
}
/**** featpro END ****/

/**** training start ****/
section.training-section {
    background: #0f57d5;
    padding: 60px 0;
}

section.training-section .container {
    max-width: 1100px;
}

section.training-section .box {
    background: #fff;
    padding: 20px;
    min-height: 200px;
}

section.training-section .box h4 {
    color: #0e57d4;
    font-family: 'SKFSans-Bold', sans-serif;
}
/**** training END ****/

/**** team-section start ****/
section.service-section.team-section {
    padding-top: 30px;
    background: #e5e5e5;
}
section.service-section.team-section::after{
    display: none;
}
section.service-section.team-section h3{
    padding: 24px 0 10px;
}
section.service-section.team-section h5{
    color: #0f57d5;
    font-size: 1.7em;
    font-family: 'SKFSans-Medium', sans-serif;
    margin-bottom: 10px;
    text-align: center;
    padding: 0px 0;
    font-weight: 500;
}
.team-sl .service-items {
    text-align: center;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    overflow: hidden;
    min-height: 100%;
}


.service-section .owl-nav .owl-prev,.service-section .owl-nav .owl-next{
    color: #0f57d5;
}

.team-sl .service-items h4 {
    color: #fff;
    margin: 0;
    font-family: 'SKFSans-Medium', sans-serif;
    min-height: auto;
    padding: 8px 20px;
    margin: 30px 0 10px 0;
    width: 90%;
    text-align: center;
}

.team-sl .service-items .date h5 {
    font-size: 1em;
    font-family: 'SKFSans-Medium', sans-serif;
    border-bottom: 1px solid #ff8004;
    padding: 3px 0 4px 0;
    margin: 0;
    max-width: 85%;
    margin: auto; 
}

.team-sl .service-items .date {
    max-width: 90%;
    margin: auto;
    position: relative;
}

.team-sl .service-items .date h5.last {
    border: 0;
    padding-bottom: 0;
}



.team-sl .service-items .day {
    position: absolute;
    right: 10px;
    top: 47%;
    bottom: auto;
    display: flex;
    justify-content: center;
    align-items: end;
    font-family: 'SKFSans-Medium', sans-serif;
    font-size: 13px;
    transform: rotate(270deg);
    width: auto;
    height: 20px;
}

.team-sl .service-items .location {
    font-size: 30px;
    padding-top: 10px;
}


.team-sl .service-items .info {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
}

.team-sl .service-items .info p {
    margin: 0;
    font-size: 16px;
    display: inline-block;
}

.team-sl .service-items .info .rw span {
    line-height: normal;
    font-size: 14px;
    padding: 0px 10px;
    display: inline-block;
}

.team-sl .service-items .info .rw {
    display: flex;
    align-items: center;
    color: #ff8004;
}

.team-sl .service-items.orange .date h5 {
    color: #0f57d5;    
}

.team-sl .service-items.orange h4 {
    background: #ff8004; 
}

.team-sl .service-items.orange .location .icon {
    color: #ff8004;
    margin-bottom: 5px;
}

.team-sl .service-items.orange .info p {
    color: #ff8004;
}

.team-sl .service-items.orange .day{
    color: #0f57d5;
}

.team-sl .service-items.blue .date h5 {
    color: #ff8004;    
}

.team-sl .service-items.blue h4 {
    background: #0f57d5; 
}

.team-sl .service-items.blue .location .icon {
    color: #0f57d5;
    margin-bottom: 5px;
}

.team-sl .service-items.blue .info p {
    color: #0f57d5;
}

.team-sl .service-items.blue .day{
    color: #ff8004;
}

/**** team-section END ****/


/**** testimonial ****/


.testimonial-section.bg-color {
    background-color: #0f57d5;
    margin-top:0px;
    position: relative;
    z-index: 9;
    padding:50px 0 60px ;
}
.testimonial-section.bg-color h3 {
    color: #fff;
    font-size: 2.7em;
    font-family: 'SKFSans-Bold', sans-serif;
    margin-bottom: 10px;
    text-align: center;
    padding: 24px 0;
    font-weight: 500;
}
.testimonial-section h3 {
    color: #393a39;
    font-weight: 300;
    font-size: 45px;
    font-family: 'SKFSans-Bold', sans-serif;
    padding-top: 50px;
    margin-bottom: 10px;
}
.testimonial-section .box {
    
}

.testimonial-section .tbox {
    background: #fff;
    border: 0px solid #ccc;
    margin-top: 80px;
    text-align: center;
    min-height: 360px;
}

.testimonial-section .tbox .content {
    padding: 20px 20px 60px 20px;
    position: relative;
}

.testimonial-section .tbox .content p {
    color: #000;
    font-size: 15.5px;
    margin: 0;
}

.testimonial-section .tbox .image img {
    max-width: 180px;
    margin-top: -60px;
}

.testimonial-section .tbox  .rating img {
    max-width: 170px;
}

.testimonial-section .tbox  .rating {
    padding: 14px 0;
}

.testimonial-section .tbox  .quote {
    position: absolute;
    top: -35px;
}
.testimonial-section .tbox .quote.btm {
    bottom: 10px;
    top: auto;
    right: 20px;
    transform: rotate3d(-5, 0, 60, 180deg);
}
.testimonial-section .tbox .quote img {
}

.testimonial-section .box img {
    max-width: 470px;
}

.testimonial-section .margin-tb {
    margin: 60px 0;
}

.testimonial-section .br-right {
    border-right: 1px solid #dee2e6;
}

.testimonial-section h3:after {
    content: "";
    display: none;
    width: 80px;
    height: 3px;
    margin: 20px auto 0;
    background:#f16b20;
}
.testimonial-section .right {
    position: relative;
}

.testimonial-items h4 a {
    color: #0062ad;
    font-weight: 700;
}

.testimonial-items h4 a:hover{
    color: #f16b20;
}
.testimonial-section .service-items {
    min-height: 360px;
}
.testimonial-items p {
    font-size: 13px;
    line-height: 20px;
    color: #0062ad;
    margin-bottom: 15px;
    font-weight: 600;
}
.testimonial-section .image {
    display: flex;
    justify-content: center;
    max-width: 400px; 
    position: relative;
    left: 10px;
}
.testimonial-section .row {
	justify-content: center;
}


.testimonial-section .image-left {
    position: absolute;
    left: 100px;
    top: 0;
    width: 16%;
    z-index: 999;
}
.testimonial-section .image-right {
    position: absolute;
    right: 30px;
    top: 0;
	width: 18%;
	z-index: 999;
}

.testimonial-section .btm-content {
    text-align: left;
    font-family: 'Roboto';
    font-size: 14px;
    position: relative;
    margin: auto;
    top: 0px;
    width: 70%;
    padding: 60px 0;
}

.testimonial-section .owl-nav .owl-prev{
    color: #0f57d5;
    background: #fff;
    position: absolute;
    bottom: 48%;
    left: -35px;
    padding: 1px 10px;
    border-radius: 50px;
}
.testimonial-section .owl-nav .owl-next {
    color: #0f57d5;
    background: #fff;
    position: absolute;
    bottom: 48%;
    right: -35px;
    padding: 1px 10px;
    border-radius: 50px;
}

.testimonial-section .owl-nav i.fa {
    font-weight: bold;
    font-size: 24px;
    padding: 0 0;
    border-radius: 10px;
    position: relative;
    top: -1px;
}


.testimonial-section .btm-content h2 {
    font-family: 'Roboto';
    margin-bottom: 15px;
}
.testimonial-section .image-left img.imgresp,
.testimonial-section .image-right img.imgresp {
    width: 100%;
}
.testimonial-sl{
	padding: 0 0 40px 0;
    display: inline-block;
}
.testimonial-section .item-content {
    text-align: center;
    color: #fff;
}
.testimonial-section .item-content p {
    font-weight: 300;
    font-size: 14px;
}
.testimonial-section .item-content h2 {
    font-size: 14px;
}
.testimonial-section .btm-content:before {
    content: "";
    left: 0;
    right: 0;
    display: block;
    width: 4px;
    height: 85px;
    position: absolute;
    top: 0;
    background: #cb6528;
    margin: auto;
    z-index: 99;
}

.testimonial-section .btm-content .testimonial-sl:before {
    content: "";
    background: #fff;
    padding: 10px;
    display: block;
    position: absolute;
    top: 25px;
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 10px;
    z-index: 99999;
    border-radius: 50%;
}

.testimonial-section .btm-content .testimonial-sl {
    position: relative;
}
/**** testimonial END ****/

/**** course start ****/
section.course-section.bg-color {
    background: transparent;
    position: relative;
    padding-bottom: 40px;
}

section.course-section h3 {
    color: #0f57d5;
    font-size: 2.7em;
    font-family: 'SKFSans-Bold', sans-serif;
    text-align: center;
    padding: 50px 0 10px 0;
    font-weight: 500;
    background: transparent;
    margin: 0;
    position: relative;
}
section.course-section .content-info {
    color: #fff;
}

section.course-section .content-info .box {
    padding: 10px 15px 0;
    margin-top: 40px;
    margin-bottom: 0px;
    position: relative;
    text-align: center;
    top: 0;
}

section.course-section .content-info .box .img {
    margin-bottom: 0px;
}

/**** course END ****/

section.course-section .content-info .row.mt-10 .box {
    margin-top: 0px;
    margin-bottom: 0;
    padding-top: 30px;
}

div.banner-slider.btm-from-section .form h2 {
    color: #0f58d6;
    font-size: 24px;
    text-align: center;
    border: 1px solid #fff;
    padding: 3px 40px;
    display: inline-block;
	font-weight: 600;
    background: #fff;
}
div.banner-slider.btm-from-section .form {
    max-width: 100%;
    background: #0f58d6;
    padding: 30px;
    margin-left: 30px;
    position: relative;
}
.btm-from-section .formleft {
    max-width: 100%;
    text-align: left;
    font-family: 'Roboto';
}
div.banner-slider.btm-from-section  label {
    margin-bottom: 0;
    color: #000;
}
.btm-from-section .formleft .col12 input[type="text"] {
    border: 0;
    box-shadow: none;
    border-bottom: 0;
    border-radius: 0;
    margin: 9px 0px;
    background: #f0efef;
    padding: 9px 11px;
    height: auto;
    font-size: 15px;
}

.btm-from-section .formleft .price {
    margin-top: 25px;
    font-weight: bold;
    color: #ac6c5b;
}

.btm-from-section .formleft  span.fa {
    font-size: 13px;
}

.btm-from-section .formleft .text {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 17px;
}

.btm-from-section .formleft .text p {
    font-weight: bold;
    color: #000;
    font-size: 12px;
}

.btm-from-section .formleft .qty {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.btm-from-section .formleft .qty button.min0 {
    border: 1px solid #000;
    background: transparent;
    font-weight: bold;
    font-size: 18px;
    padding: 3px 13px;
}

.btm-from-section .formleft  button.max {
    border: 1px solid #000;
    background: transparent;
    font-weight: bold;
    font-size: 18px;
    padding: 3px 13px;
}

.btm-from-section .formleft input[type="file"] {
    height: auto;
    padding: 7px;
    margin-top: 10px;
    border-radius: 0;
    font-size: 13px;
}

.btm-from-section .formleft button.like {
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    font-weight: bold;
    position: relative;
    top: 5px;
    outline: none;
    left: 4px;
}

.btm-from-section .formleft button.like i.fa.fa-heart-o {
    font-size: 25px;
}
.btm-from-section .formleft button.btn.btn-dark {
    background: #46b749;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 500;
    padding: 6px 19px;
    font-size: 13px;
    outline: none;
    display: inline-block;
    width: auto;
    color: #fff;
    font-size: 18px;
    margin-top: 13px;
}
.btm-from-section .formleft input[type="file"] {
    height: auto;
    padding: 7px;
}
.btm-from-section .formright {
    position: absolute;
    bottom: -100px;
    right: -52%;
    left: auto;
    z-index: 99;
}

.banner-slider.btm-from-section {
    background: #fff;
    padding: 50px 0;
}

.banner-slider.btm-from-section img {
    width: 100%;
}

.banner-slider.btm-from-section .imgbox {
    padding: 0 30px;
}

.banner-slider.btm-from-section .row {
    align-items: center;
}

.banner-slider.btm-from-section  .enroll-btn.brochure {
    text-align: center;
    margin-top: 30px;
}

.banner-slider.btm-from-section .enroll-btn a {
    background: #45b508;
    color: #fff !important;
    padding: 8px 30px;
    font-size: 1.2em;
    font-family: 'SKFSans-Regular', sans-serif;
    display: inline-block;
}


.contact-info {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

.contact-info .container-fluid {
    padding: 0;
}

.contact-info .row {
    align-items: center;
    background: #e3e6e9;
    margin: 0 0;
}

.contact-info .imgbox img {
    width: 100%;
}

.contact-info .info {
    padding-left: 40px;
}

.contact-info .info h2 {
    font-family: 'SKFSans-Medium', sans-serif;
    color: #0f58d6;
}

.contact-info .info .infr {
    color: #0f58d6;
    display: flex;
    align-items: center;
    padding: 7px 0;
    font-size: 18px;
}

.contact-info .info .infr i {
    margin-right: 7px;
    font-size: 21px;
}

.contact-info .paddingnone {
    padding-left: 0;
}

.enroll-btn.brochure.knowmore {
    position: fixed;
    right: -36px;
    top: 47%;
    transform: rotate(270deg);
    height: 0;
    margin: 0;
    bottom: 0;
    left: auto;
    display: none;
    z-index: 9;
}

.enroll-btn.brochure.knowmore.active {
    display: block;
}

.banner-slider.btm-from-section {
    position: relative;
}

.enroll-btn.brochure.knowmore a {
    background: #43b606;
    color: #fff !important;
    padding: 8px 30px;
    font-size: 1.3em;
    font-family: 'SKFSans-Regular', sans-serif;
    display: inline-block;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

section.course-section.bg-color:before {
    content: "";
    display: block;
    width: 100%;
    height: 69%;
    position: absolute;
    top: 0;
    background: #e5e5e5;
}

.sec4 .sec4-head.btninfo {
    padding-top: 110px;
}

@media screen and (max-width:1600px) {    
header.banner-slider .container.absulte-pos .enroll-btn {
    margin-right: 11%;
}
.service-section .owl-nav .owl-next {
    right: 15px;
}

.service-section .owl-nav .owl-prev {
    left: 15px;
}

.testimonial-sl .owl-nav .owl-prev {
    left: 15px;
}

.testimonial-sl .owl-nav .owl-next {
    right: 15px;
}

.products-sl,.testimonial-sl,.team-sl {
    padding: 0 50px;
}

.service-section.service-section-two .owl-nav .owl-prev {
    left: 15px;
}
.service-section.service-section-two .owl-nav .owl-next {
    right: 15px;
}
}


@media screen and (max-width:600px) {
    .service-section .item {
        min-height: 100%;
    }
    
    header.banner-slider .content-left h1 {
        font-size: 6.5vw;
        margin-top: 0;
        display: inline-block;
        text-align: center;
        width: 100%;
    }

    section.featpro-info p {
        font-size: 18px;
        line-height: 26px;
    }
    
    section.featpro-info {
        padding-bottom: 0;
        padding-top: 40px;
    }

    .service-section .spacing {
        max-width: 340px;
        margin: auto;
    }
    
    .banner-img img {
        height: 300px;
        object-fit: cover;
        object-position: right;
    }
    
    header.banner-slider .container.absulte-pos .enroll-btn {
        margin: 0;
        top: 0;
    }
    
    header.banner-slider .banner-img {
        height: auto;
    }
    
    header.banner-slider .container.absulte-pos .right-section {
        height: auto;
        align-items: start;
    }
    
    header.banner-slider .container.absulte-pos {
        height: 100%;
        display: flex;
        position: absolute;
    }
    
    header.banner-slider .container.absulte-pos .enroll-btn a {
        font-size: 2vw;
    }
    
    .testimonial-section .box img {
        max-width: 320px;
    }
    
    .testimonial-section .margin-tb {
        margin: 0;
    }
    
    .testimonial-section .br-right {
        border-bottom: 1px solid #ccc;
        border-right: 0;
    }

    header.banner-slider .container.absulte-pos .enroll-btn a {
        font-size: 2vw;
    }

    header.banner-slider .container.absulte-pos .enroll-btn a {
        font-size: 20px;
        padding: 9px 50px;
    }
    
    .testimonial-section .box img {
        max-width: 320px;
    }
    
    .testimonial-section .margin-tb {
        margin: 0;
    }
    
    .testimonial-section .br-right {
        border-bottom: 1px solid #ccc;
        border-right: 0;
    }
    
    .service-section .owl-nav .owl-next {
        right: 10px;
    }
    
    .service-section .owl-nav .owl-prev {
        left: 10px;
    }
    
    .service-section.bg-color h3 {
        font-size: 2rem;
        padding-bottom: 0;
        margin: 0;
    }
    
    header.banner-slider .container.absulte-pos .enroll-btn {
        text-align: center;
        width: 100%;
    }
    
    .testimonial-section .box img {
        max-width: 320px;
    }
    
    .testimonial-section .margin-tb {
        margin: 0;
    }
    
    .testimonial-section .br-right {
        border-bottom: 1px solid #ccc;
        border-right: 0;
    }
    
    .service-section .owl-nav .owl-next {
        right: 10px;
    }
    
    .service-section .owl-nav .owl-prev {
        left: 10px;
    }
    
    section.training-section .box {
        min-height: auto;
        margin-bottom: 20px;
    }
    
    header.banner-slider .banner-img .content-left {
        text-align: center;
    }
    
    .banner-slider.btm-from-section .enroll-btn.brochure.knowmore {
        display: none;
    }

    .testimonial-section .owl-nav .owl-next {
        right: 0;
    }
    
    .testimonial-section .owl-nav .owl-prev {
        left: 0;
    }

    .testimonial-section .tbox .quote.btm{
        bottom: -10px;
    }
    
    .content-left {
        text-align: center;
    }

    .service-section.bg-color h3, .featpro-info h3,
    .service-section.bg-color h3,
    .service-section.bg-color h3.training-sechead,
    .service-section.bg-color h3,
    .testimonial-section.bg-color h3,
    section.course-section h3 {
        font-size: 2rem;
        margin: 0;
    }

    .service-section.bg-color h3 br,
    .service-section.bg-color h3.training-sechead br,
    .service-section.bg-color h3 br,
    .testimonial-section.bg-color h3 br,
    section.course-section h3 br {
        display: none;
    }

    section.service-section.service-section-two h3 {
        display: block;
        padding: 20px 30px 0 30px;
    }

    header.banner-slider .container.absulte-pos .enroll-btn a {
        font-size: 20px;
        padding: 9px 50px;
    }
    
    .testimonial-section .box img {
        max-width: 320px;
    }
    
    .testimonial-section .margin-tb {
        margin: 0;
        border-bottom: 1px solid #ccc;
    }
    
    .testimonial-section .br-right {
        border-bottom: 0px solid #ccc;
        border-right: 0;
    }
    
    .service-section .owl-nav .owl-next {
        right: 10px;
    }
    
    .service-section .owl-nav .owl-prev {
        left: 10px;
    }
    
    .service-section.bg-color h3 {
        font-size: 2rem;
        padding-bottom: 0;
        margin: 0;
    }
    
    header.banner-slider .container.absulte-pos .enroll-btn {
        text-align: center;
        width: 100%;
    }
    
    section.training-section .box {
        min-height: auto;
        margin-bottom: 20px;
    }
    
    div.banner-slider.btm-from-section .form {
        margin: 15px 0 30px 0;
        padding: 15px;
    }
    
    .banner-slider.btm-from-section {
        padding: 30px 0px 10px 0px;
    }
    
    div.banner-slider.btm-from-section .form h2 {
        font-size: 18px;
    }

    header.banner-slider .container.absulte-pos .enroll-btn a {
        font-size: 20px;
        padding: 9px 50px;
    }
    
    .testimonial-section .box img {
        max-width: 320px;
        width: 100%;
    }
    
    .testimonial-section .margin-tb {
        margin: 0;
    }
    
    .testimonial-section .br-right {
        border-bottom: 1px solid #ccc;
        border-right: 0;
    }
    
    .service-section .owl-nav .owl-next {
        right: 10px;
    }
    
    .service-section .owl-nav .owl-prev {
        left: 10px;
    }
    
    .service-section.bg-color h3 {
        font-size: 2rem;
        padding-bottom: 0;
        margin: 0;
    }
    
    header.banner-slider .container.absulte-pos .enroll-btn {
        text-align: center;
        width: 100%;
    }

    section.training-section .box {
        min-height: auto;
        margin-bottom: 20px;
        max-width: 320px;
        margin: 0 auto 20px;
    }
    
    .team-sl .service-items .day {
        right: 0;
    }

    div.banner-slider.btm-from-section .form {
        margin: 15px 0 30px 0;
        padding: 15px;
    }
    
    .banner-slider.btm-from-section {
        padding: 30px 0px 10px 0px;
    }
    
    div.banner-slider.btm-from-section .form h2 {
        font-size: 18px;
    }
    
    .contact-info {
        /* margin: 0; */
    }
    
    .contact-info .paddingnone {
        padding: 0;
    }
    
    .contact-info .info {
        padding: 10px 0;
    }
    
    .contact-info .info h2 {
        font-size: 22px;
    }
    
    .contact-info .info .infr {
        font-size: 16px;
    }

    .service-section.bg-color h3.training-sechead {
        margin-bottom: 40px;
        margin-top: 0;
        padding-top: 0;
    }

    section.featpro-info p {
        font-size: 18px;
        line-height: 26px;
    }
    
    section.featpro-info {
        padding-bottom: 0;
        padding-top: 40px;
    }
    
    .banner-slider.btm-from-section .row {
        flex-direction: column;
    }
    
    .banner-slider.btm-from-section .row .col12.col-6 {
        max-width: 94%;
    }
    
    div.banner-slider.btm-from-section .form h2 {
        margin-bottom: 10px !important;
        padding: 10px 10px;
        width: 100%;
    }

    section.course-section .content-info .box .img img {
        width: 100%;
    }

    .featpro-info h3 .ques {
        position: absolute;
        right: 0;
        top: -20px;
    }
    
    .service-section .owl-nav .owl-next {
    right: 10px;
}

.service-section .owl-nav .owl-prev {
    left: 10px;
}

.testimonial-sl .owl-nav .owl-prev {
    left: 10px;
}

.testimonial-sl .owl-nav .owl-next {
    right: 10px;
}

section.featpro-info .container p {
    text-align: left;
    padding: 0;
}

div.content-left .btm-content h4 {
    font-size: 22px;
}

div.content-left .btm-content {
    margin-left: 0;
}


.sec1 h1 {
    font-size: 20px;
    padding: 0;
}

.sec1 h1 br {
    display: none;
}

.sec1 .container {
    padding: 0;
}

.sec1 p {
    font-size: 15px;
    line-height: 150%;
}

.sec1 p br {
    display: none;
}

.sec1 .row {
    margin: 0;
}

.sec2 h2 {
    font-size: 22px;
}

.sec2 {
    padding: 30px 0;
}

.sec2 .row {}

.sec2 .row .col-sm-3 {
    width: 50%;
}

.sec2 img {
    width: 100px;
}

.sec2 p {
    font-size: 15px;
    border: 0;
}

.banner2 img {
    height: 290px;
    object-fit: cover;
    object-position: center;
}

.banner2 .service-row h2 {
    font-size: 22px;
}

.banner2 .service-row h2 br {
    display: none;
}

.banner2 .service-row h3 {
    font-size: 18px;
}

.banner2 .service-row p {
    font-size: 14px;
    margin: 0;
}

.banner2 .service-row p br {
    display: none;
}

.banner2 .service-row .row {
}

.banner2 .service-row {
    left: 0;
    padding: 0 10px;
}

div.sec3 {
    padding: 30px 0;
}

div.sec3 h4 {
    font-size: 22px;
}

.sec3 .cont-box {
    margin: 10px 20px;
}

.sec4 {
    padding: 20px;
}

.sec4 .sec4-head h2 {
    font-size: 22px;
    line-height: normal;
}

.sec4-main .row {
    margin: 0 -35px;
}

.sec4-main .row img.img-fluid {
    max-width: 270px;
}

.sec4-main .info h2 {
    font-size: 22px;
}

.sec4-main .info {
    padding: 20px;
}

.sec4-main .info p {
    font-size: 15px;
}

.sec4-main .info p br {
    display: none;
}

.sec4-main .row.right {
    flex-direction: column-reverse;
}

.sec4-main .row.right img.img-fluid {
    float: right;
}

.sec4 .sec4-head h2 br {
    display: none;
}

.sec4 .sec4-head h2 {
    padding-top: 20px;
}

.sec4 .sec4-head p {
    padding-top: 0;
    font-size: 14px;
}

.sec4 .sec4-head p br {
    display: none;
}

body div.banner-slider.btm-from-section .form {
    padding: 0;
}

body div.banner-slider.btm-from-section .form h2 {
    font-size: 18px;
    padding-top: 20px;
}

body div.banner-slider.btm-from-section .form form {
    padding: 0px 10px 25px 10px;
    margin-top: -10px;
}

.btm-from-section .formleft .col12 input[type="text"] {
    padding: 5px 10px;
    margin-bottom: 4px;
}

.btm-from-section .formleft .col12 span {
    font-size: 12px;
    padding-top: 10px;
    display: inline-block;
}

.btm-from-section .formleft button.btn.btn-dark {
    margin-top: 0;
}
}