/* Responsive CSS Styles Table of Contents */

@media only screen and (min-width: 1000px) and (max-width: 1169px){
.container {
	width: 1000px;
	margin: auto;
}



}


@media only screen and (min-width: 768px) and (max-width: 999px){
.container {
	width: 747px;
	margin: auto;
}

.logo {
	width: 40%;
}
.menu_main {
	width: 60%;
}

.top_nav .left {
	width: 40%;
}
.top_nav .right {
	width: 60%;
}



}



@media only screen and (min-width: 640px) and (max-width: 767px){
.container {
	width: 590px;
	margin: auto;
}

.logo {
	width: 40%;
}
.menu_main {
	width: 60%;
}



.top_nav .left {
	width: 50%;
}
.top_nav .right {
	width: 50%;
}




}


@media only screen and (min-width: 480px) and (max-width: 639px){

/* columns */
.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth, .onecol_forty, .onecol_sixty, .onecol_thirtyfive,
.one_half_less, .one_third_less, .one_fourth_less, .two_third_less, .three_fourth_less, .one_fifth_less, .onecol_forty_less, .onecol_sixty_less, .onecol_thirtyfive_less {
	position: relative;
	margin-right: 0%;
	float: left;
}
.one_full,
.one_half,
.one_third,
.one_fourth,
.one_fifth,
.two_third,
.three_fourth,
.onecol_forty,
.onecol_sixty,
.onecol_thirtyfive,
.one_full_less,
.one_half_less,
.one_third_less,
.one_fourth_less,
.one_fifth_less,
.two_third_less,
.three_fourth_less,
.onecol_forty_less,
.onecol_sixty_less,
.onecol_thirtyfive_less {
	width: 100%;
	margin-bottom: 50px;
}
.last {
	margin-right: 0 !important;
	margin-bottom: 0 !important;
}

.container {
	width: 440px;
	margin: auto;
}

.logo {
	width: 100%;
}
.menu_main {
	width: 100%;
}



.header #logo{
	background-position: center top;
}

/* bigger logo? remove below comment */
/*.header #logo{
	background-position: center top;
	background-size: 50%;
}*/


.top_nav .left {
	width: 100%;
	text-align: right;
}
.top_nav .right {
	width: 100%;
}



}





@media only screen and (max-width: 479px){

/* columns */
.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth, .onecol_forty, .onecol_sixty, .onecol_thirtyfive,
.one_half_less, .one_third_less, .one_fourth_less, .two_third_less, .three_fourth_less, .one_fifth_less, .onecol_forty_less, .onecol_sixty_less, .onecol_thirtyfive_less {
	position: relative;
	margin-right: 0%;
	float: left;
}
.one_full,
.one_half,
.one_third,
.one_fourth,
.one_fifth,
.two_third,
.three_fourth,
.onecol_forty,
.onecol_sixty,
.onecol_thirtyfive,
.one_full_less,
.one_half_less,
.one_third_less,
.one_fourth_less,
.one_fifth_less,
.two_third_less,
.three_fourth_less,
.onecol_forty_less,
.onecol_sixty_less,
.onecol_thirtyfive_less {
	width: 100%;
	margin-bottom: 50px;
}
.last {
	margin-right: 0 !important;
	margin-bottom: 0 !important;
}

.container {
	width: 300px;
	margin: auto;
}


.logo {
	width: 100%;
}
.menu_main {
	width: 100%;    margin-top: 0px;
}




.header #logo{
	background-position: center top;
}




.top_nav .left {
    width: 100%;
    text-align: left;
    display: none;
}
.top_nav .left a {
    color: #11294d;
    margin-right: 7px;
}
.top_nav .right {
	width: 100%;
	display: none;
}

.featured_section5 .client-list-box {
    width: 100%;
    float: left;
    margin-right: 0%;
    border: 1px solid #eee;
    padding: 5px 0px;
    margin-bottom: 17px;
}

#testimonials-slider-pager {
    width: 300px;
    height: 300px;

}
.block-title h1{font-size: 26px;}

.testimonials-style-one .block-title {
    margin-bottom: 18px;  margin-top: 18px;
}

.f_none {
    float: none!important;
}

.enquire-cont {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45px;
    background: #f1f1f1;
    -webkit-box-shadow: 0 -3px 6px 0 rgb(0 0 0 / 16%);
    -moz-box-shadow: 0 -3px 6px 0 rgba(0,0,0,.16);
    box-shadow: 0 -3px 6px 0 rgb(0 0 0 / 16%);
    display: block;
    z-index: 4;
}

.enquire-cont a {
    width: 50%;
    width: -webkit-calc(16.66% - 0px);
    width: -moz-calc(16.66% - 0px);
    width: calc(16.66% - 0px);
    text-align: center;
    height: 45px;
    line-height: 22px;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 0;
    color: #fff;
    float: left;
    background: #fff;
}

.enquire-cont a span {
    height: 18px;
    line-height: 18px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.d-in-blk {
    display: inline-block;
}
.f_none::after {
    display: block;
    clear: both;
    content: "";
}

.mystickyelement-lists-wrap{display: none;}

.slidermar {
    margin-top: 115px;
}

.elementor-section {
    padding: 40px 0px;
}

.elementskit-section-subtitle {
    font-size: 26px;
    margin-bottom: 15px;
    line-height: 33px;
}
.ekit-heading__description p {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 28px;
    line-height: 25px;
    letter-spacing: 0.5px;
}

.parallax_section7 h3 {
    color: #fff;
    font-weight: 600;
    font-size: 26px;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    line-height: 22px;
    margin-bottom: 23px;
    padding-top: 15px;
}

.parallax_section7 .why-icon-section {
    width: 100%;
    float: left;
    margin-right: 0%;
    text-align: center;
}

.parallax_section7 .why-icon-section h6 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    letter-spacing: 0.5px;
    padding-top: 8px;
    margin-bottom: 25px;
}

.parallax_section7 .one_third {
    margin-top: 0px;
}

.layer .two_third{    margin-bottom: 0px;} 

.featured_section5 h1 {
    margin-bottom: 10px;
    font-size: 23px;
    text-align: center;
}
.footer-1  {
    width: 48%;
    margin-right: 4%;
    float: left; padding-bottom: 15px;
}
 
 .footer-2{
    width:48%;
    margin-right: 0%;
    float: left; padding-bottom: 15px;
}

 .footer-3, .footer-4,.footer-5 {
    width: 100%;
    margin-right: 0%;
    float: left;
}

 .footer-4 {
    padding-bottom: 15px;
}

.footer h4 {
    margin-bottom: 0px;
}
.copyrights-center-1 {
    width: 100%;
    float: left;
    margin: 10px 0 20px;
}

.download-brochure{background:#3e94ff; padding:10px 20px; color:#fff !important; font-size:14px;border-radius:25px;}

.empty-heading{display: none;}

.copyrights-left, .copyrights-center, .copyrights-right {
    width: 100%;
    float: left; padding-bottom: 10px;
}

.footer.stwo {
    padding: 50px 0px 60px 0px;
}

.footer_social_links li {
    float: left;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}

.single-feature .title h4 i {
    font-size: 23px;
    top: 3px;
    right: 10px;
}
.single-feature .title h4 {
    font-size: 17px;
}
.single-feature .title {
   padding: 8px 0px;
}

.classroom-training-btn {
	padding: 14px 60px;
    font-size: 18px;
}

.online-training-btn {
	padding: 14px 80px;
    font-size: 18px;
}

.team_section .team_profile {
    display: inline-grid;
}

.team_section .team_profile .team_info {
    width: calc(100% - 0px);
    padding-left: 0px;
}

.page_title2 {
    padding: 20px 0px;
    margin-top: 115px;
}
.page_title2 h1 {
    font-size: 20px;
}
.content_section {
    padding: 45px 0;
}
.content_section p {
    word-break: break-all;
}

.section_title h2 {
    font-size: 30px;
    line-height: 10px;
    margin-bottom: 30px;
}

.team_section {
    padding: 0px 0 40px;
}
.team_section .team_profile .team_info h2 {
    font-size: 22px;
}
.team_section .team_profile .team_info h2 span {
    font-size: 14px;
}

.team_section:nth-child(odd) .team_profile .team_info {
    padding: 0 0px 0 0;
    text-align: left;
}
.team_section .team_profile .team_img {
    width: 220px;
    height: 220px;
    margin-bottom: 15px;
}

.featured_section5 p {
    letter-spacing: 0px !important;
}

.courses-banner-left {
    float: left;
    width: 100%;
    padding-bottom: 15px;
}

.courses-banner-center {
    float: left;
    width: 100%;
}

.courses-banner-center img{
    width: 100%;
}

.courses-banner-right {
    float: left;
    width: 100%;
}

.courses-banner h1 {
    font-size: 28px;
    margin-bottom: 13px;
}
.courses-banner p {
    font-size: 15px;
}
.courses-details-left {
    padding: 25px;margin-bottom: 0px;
}

/*#testimonials-slider-pager:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
#testimonials-slider-pager .testimonials-slider-pager-one .pager-item {
    width: 65px;
    height: 65px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
}
#testimonials-slider-pager .testimonials-slider-pager-two .pager-item {
    width: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    transition: all .4s ease;
}
#testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(1) {
    top: 33px;
    left: -10px;
}
#testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(3) {
    bottom: 42px;
    left: -18px;
}
#testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(2) {
    top: 33px;
    right: -10px;
}

#testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(4) {
    bottom: 42px;
    right: -15px;
}*/

.testimonials-section{display: none;}

.clients-grid.column-5 li {
    width: 100%;
}

.page_title3 {
    float: left;
    width: 100%;
    padding: 33px 0px 72px;
    margin-top: 115px;
    background: url(../images/contact-banner.jpg) repeat center bottom;
}
.contact-bg h1 {
    font-size: 22px;
    padding-top: 23px;
    letter-spacing: 0px;
    margin-bottom: 14px;
}

.contact-bg h6 {
   font-size: 15px;
    width: 90%;
   line-height: 28px;
    padding-bottom: 22px;
}
.contact-info-block-two ul li {
    font-size: 14px;
}
.contact-info-block-two .icon {
    position: absolute;
    left: 25px;
    top: 46px;
}
.contact-info-block-two .inner-box {
    padding: 45px 15px 40px;
    padding-left: 96px;
   margin-bottom: 30px;
}

.ttm-row {
    padding: 50px 0 60px;
}

.ttm-col-bgcolor-yes {
    background: #0f75bc;
    padding: 20px;
}
.layer-content h3 {
    font-size: 27px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 30px;
}
.contact-w-h {
    width: 100%;
    height: 300px;
    margin-top: 20px;
}
.blog-section-left {
    width: 100%;
    float: left;
    margin-right: 0%;
}

.blog-section-right {
    width: 100%;
    float: left;
    margin-left: 0%;
}

.blog-section-left-box img{
    width: 100%
}

.info-ul li {
    display: inline-block;
    margin-right: 8px;
    font-size: 13px;
}
.blog-section-left-box h3 {
    font-size: 16px;
    margin-top: 14px;
    margin-bottom: 6px;
}

.blog-bottom .blog-share ul li {
    margin-right: 9px;
    font-size: 18px;
    display: inline-block;
}


.blog-bottom .blog-cmt, .blog-bottom .blog-rm {
    min-width: 46%;
}

.blog-half-box-1 {
    width: 100%;
    float: left;
    margin-right: 0%;
}
.blog-half-box-2 {
    width: 100%;
    float: left;
}

.community-groups h3 {
    font-size: 26px;
    margin-bottom: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 40px;
}

.interview-quote {
    width: 100%;
    margin-right: 0%;
}
.interview-quote-last {
    width: 100%;
    margin-right: 0%;
}

.resume-sno{width: 100%}

.resume-1, .resume-2, .resume-3{
   padding: 10px 20px;
}

.serviceBox .title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.page_title4 {
    float: left;
    width: 100%;
    padding: 35px 0px;
    margin-top: 115px;
    background: url(../images/contact-banner.jpg) repeat center bottom;
}

.featured_section2 h3 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 39px;
}
.featured_section2 h5 {
   padding-bottom: 5px;
}
.featured_section2 .one_half{margin-bottom: 0px}

.featured_section2 p {
    font-size: 15px;
    text-align: justify;
    color: #000;
    font-family: 'Lato', sans-serif;
    padding-bottom: 15px;
    word-break: break-all;
    line-height: 28px;
}

.featured_section2 .career-image-left {
    width: 100%;
    float: left;
}

.featured_section2 .career-image-right {
    width: 100%;
    float: left;    display: none;
}

.featured_section2 .career-image .box {
    margin-top: 0px;
    background: linear-gradient(to right, #035a95 0%, #0498bd 100%);
    padding: 20px;
}


.featured_section2 .career-image .box {
    width: 100%
}
.featured_section2 .career-image .box h4 {
    font-size: 19px;
    margin-bottom: 10px; 
    line-height: 34px;
}

.featured_section2 .career-image {
    background-image: url(../images/careers-page-image.png);
    background-repeat: no-repeat;
    height: auto;
}

.featured_section2 img{width: 100%}

.hirefromus-bgcolor-skincolor {
    padding: 0px 0px;
    background-color: #fff;
}




.clients-sn{border-right: 1px solid #eee; width: 20%; float: left; padding: 10px 15px}

.clients-name{width: 80%; float: left; padding: 10px 15px}

.partners-list .one_third{margin-bottom: 0px;}

.res-partner-heading{display: none;}

.certification h3 {
    font-size: 17px;
}

.payment-otion h4:before {
    bottom: 7px;
}

.payment-otion h4 {
    font-size: 18px;
}

.payment-otion .one_third{margin-bottom: 0px;}

.payment-options-left {
	display: none;
}
.payment-options-right {
	width: 100%;
}

.bank-paymentdetail-left {
    width: 100%;
}

.bank-paymentdetail-center {
    display: none;
}

.bank-paymentdetail-right {
     width: 100%;
}

#basic-accordian {
    width: 100%;
}
.accordion_headings {
    font-size: 14px;
}
.but_medium2 {
    color: #fff;
        padding: 12px 20px !important;
    background-color: #4a6cf0;
    border-radius: 30px;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}
.courses-regi {
    margin-right: 0px;
    float: right;
    margin-top: 37px;
    font-weight: 600;
}

.courses-details-left h1 {
    color: #0f75bc;
    font-size: 18px;
    margin-bottom: 12px;
}
.courses-details-left .duration {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    width: 100%;
    float: left;
    border-right: 0px solid #dcdcdc;
    padding-right: 0px;
    line-height: 15px;
}
.courses-details-left .mode-of-training {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    width: 100%;
    float: left;
    border-right: 0px solid #dcdcdc; 
    padding-right: 0px; 
    padding-left: 0px;
    line-height: 15px;
}

.courses-details-left .level {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    width: 100%;
    float: left;
    padding-left: 0px;
    line-height: 15px;
}

.coursetabs ul li a {
    float: left;
    list-style: none;
    border-left: 0px solid #dddddd;
    padding-left: 0px;
    padding-right: 50px;
    height: 45px;
    padding-top: 10px;
    font-size: 16px;
    color: #898989;
}

.coursetabs .one_third{
    margin-bottom: 0px
}
.popup {
	margin: 8px auto;
}

.placement-menu-right-about h4 {
   color: #fff;
}
.placement-menu-right-about p {
    color: #fff !important;
}
.mega-menu-left {
    width: 22%;
    margin-right: 2%;
    float: left;
}
.mega-menu-right {
    width: 76%;
    float: left;
}

.mega-menu-right h4 {
    color: #fff;
}
.mega-menu-right p {
    color: #fff !important;
}

.header .container{width: 100%}

.pb-68{padding-bottom: 40px !important;}

.pb-96{padding-bottom: 40px !important;}

.download-brochure-left{width: 100%;
    float: left;
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 25px;}

.download-brochure-right{width:100%; float:right;}

.download-brochure-1{background:#fff; padding:10px 20px; color:#004498 !important; font-size:15px;border-radius:25px;font-weight: 600;}
.cd-panel--from-right .cd-panel__header {
    right: 5%;
}
.cd-panel--from-right .cd-panel__container {
    right: 95%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.register-enquiry-left{width:100%; float:left; margin-right:0%;}

.register-enquiry-right{width:100%; float:left; margin-right:0%;}

.cd-panel__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 70px 7% 30px;
	overflow: auto;
	/* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch;
  background: #ffffff;
}

.register-submit {
	margin: 10px 0px 0px 0px !important;
	padding: 10px 0px;
	border-radius: 0px;
	width: 100% !important;
	max-width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	font-family: 'Poppins', sans-serif;
	background-image: linear-gradient(to right, #f75aa5, #ed762e);
	font-size: 17px;
	font-weight: 400;
	text-align: center;
	color: #fff
}

.cd-panel__container {
    position: fixed;
    width: 90%;
    height: 100%;
    top: 0px;
    /* background: #ffffff; */
    z-index: 1;
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    transition: -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}
.cd-panel__header {
    position: fixed;
    width: 90%;
    height: 50px;
    line-height: 50px;
    background: rgba(255, 255, 255, 0.96);
    z-index: 2;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: -webkit-transform 0.3s 0s;
    transition: -webkit-transform 0.3s 0s;
    transition: transform 0.3s 0s;
    transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    top: 0px;
}
}