@charset "UTF-8";

/*
Theme Name: 24-7
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearnings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Collumns.............Specific styles for the collumns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Meda text............Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Spacer...............Specific styles for the spacer block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */

/* Variables */
.test_do_next_cont ul li p a {
    color: #ffb606;
    text-decoration: underline;
}
.choose_mn li {
    font-family: 'Verdana';
    font-size: 16px;
    color: #3f3f3f;
}
.fixed-header .header_menu {
    margin: 11px 0 0 0;
}
div#cstche input[type="checkbox"] {
    margin: 0;
}
.coures_contact [type="checkbox"] {
    width: auto;
}
.fixed-header {
    box-shadow: 3px 0px 6px -1px #212529;
}
.coures_contact span.wpcf7-form-control-wrap.tel-175 input {
    padding: 9px 13px;
    border-radius: 7px;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
    width: 100%;
    outline: none;
}
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}

.content {width:1000px;margin:0 auto;padding:30px;}


.fixed-header .logo_sec img {
    width: auto;
    margin: 8px 0;
}
.fixed-header .heder_menu {
    padding: 0px 0;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 0;
    animation: slide-down 0.7s;
    opacity: 0.9;
    background: #fff;
    z-index: 2;
}

.contact_form form span.wpcf7-list-item.first.last {
    margin-left: 0;
}
a:hover {
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.header_menu ul li ul.sub-menu a:hover {
    background-color: #ffb606;
    color: #fff;
}
.arg_req span.wpcf7-list-item {
margin: 0 !important;
}



.page-id-66 .do_pl_co_cd ul {
margin: 30px 0 0 0;
}
.header_menu ul li ul.sub-menu a {
text-align: left;
}

.page-id-64 .do_pl_co_cd h3:before {
top: 80px;
}

.container_main {
    max-width: 1165px;
    width: 100%;
    margin: auto;
}
h1#sub_title {
    font-family: 'Verdana';
    font-size: 41px;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    padding: 14px 0 0 50px;
}
h1#sub_title:before {
    content: "";
    background: #ffb606;
    position: absolute;
    top: 0;
    padding: 3px 2px;
    left: 0;
    height: 89px;
}
h1#sub_title span {
    font-family: 'Verdana-Bold';
    font-size: 42px;
    color: #ffff;
}
@font-face {
font-family: 'FontAwesome';
src: url('fonts/FontAwesome.woff') format('woff');
font-weight: normal;
font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@font-face {
    font-family: 'Verdana';
    src: url('fonts/Verdana.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Verdana-Bold';
    src: url('fonts/Verdana-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway-Medium';
    src: url('fonts/Raleway-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway-Bold';
    src: url('fonts/Raleway-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway-Regular';
    src: url('fonts/Raleway-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway-ExtraBold';
    src: url('fonts/Raleway-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway-Italic';
    src: url('fonts/Raleway-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway-ExtraBoldItalic';
    src: url('fonts/Raleway-ExtraBoldItalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}



.fa-facebook:before{
 content: "\f09a";
}
.fa-twitter:before{
 content: "\f099";
}
.fa-instagram:before{
 content: "\f16d";
}
.fa-pinterest-p:before{
 content: "\f16a";
}

.fa-eye:before{
 content: "\f06e";
}
.fa-angle-left:before{
 content: "\f104";
}
.fa-angle-right:before{
 content: "\f105";
}	
.fa-quote-left:before{
 content: "\f10d";
}
.fa-angle-left:before{
 content: "\f104";
}
.fa-angle-right:before{
 content: "\f105";
}



.heder_date h4 {
    font-family: 'Verdana';
    font-size: 12px;
    color: #1f1f1f;
    padding: 6px 0 0;
    margin: 0;
}
.heder_date h4 span {
    font-family: 'Verdana-Bold';
    font-size: 12px;
    color: #1f1f1f;
}	
.header_soc ul li {
    display: inline-block;
}
.header_soc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.top_header {
    background: #9dd6e4;
    padding: 10px 0 10px;
}
.header_soc ul li a:hover {
    background: #ce9200;
    color: #fff;
}

.header_soc ul li a {
    padding: 12px 12px;
    color: #1f1f1f;
}
.header_menu ul li {
  /*  display: inline-block;*/
    padding: 2px;
    background: #fff;
}

.header_menu ul {
    list-style: none;
    padding: 6px 0;
    margin: 0;
}
.header_menu ul li a {
    font-family: 'Raleway-Medium';
    font-size: 14px;
    color: #101010;
    text-decoration: none;
    text-transform: uppercase;
}
.header_menu ul li:nth-child(8) a {
    font-size: 12px;
}
.header_menu ul li:nth-child(8) {
    font-family: 'Verdana';
    font-size: 12px;
    color: #111111;
    background: #ffb606;
    padding: 3px 19px;
    border-radius: 50px;
    text-decoration: none;
    border: 2px solid #FFE3A0;
    margin-left: 10px;
}
.heder_menu {
    padding: 35px 0;
}

/*header close*/


/*top slider start*/
section#top_slider .slider h1#ctm_hd {
    text-align: center;
    font-family: 'Verdana';
    font-size: 42px;
    color: #fff;
    padding: 0 215px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 30px;
}
section#top_slider .slider h1#ctm_hd span {
    font-family: 'Verdana-Bold';
    font-size: 42px;
    color: #fff;
}

section#top_slider .slider h3#ctm_bt {
    font-family: 'Verdana';
    font-size: 14px;
    color: #111111;
    padding: 6px 0;
    margin: 0;
}
/*top slider close*/

/*tranning section start*/

.trainning_int_cont h3 span {
    font-family: 'Verdana-Bold';
    font-size: 30px;
    color: #24211a;
}
.trainning_int_cont h3 {
    font-family: 'Verdana';
    font-size: 30px;
    color: #24211a;
}
.trainning_int_cont h4 {
    font-family: 'Verdana';
    font-size: 14px;
    color: #24211a;
    padding: 3px 0 40px;
    position: relative;
}
.trainning_int_cont h4 span {
    font-family: 'Raleway-Bold';
}
.trainning_int_cont h4:before {
    content: "";
    background: #24211a;
    position: absolute;
    top: 41px;
    padding: 0px 25px;
    left: 0;
    height: 2px;
}
.trainning_int_cont p {
    font-family: 'Verdana';
    font-size: 14px;
    color: #23211b;
    padding-bottom: 10px;
}
section#trainning_int {
    background: #9dd6e4;
    padding: 60px 0 20px;
}
.trainning_int_img {
    margin-top: 20px;
}	

/*tranning section close*/

/*coures collection start*/
.course_hd h4 {
    font-family: 'Raleway-Regular';
    font-size: 30px;
    color: #24211a;
    text-transform: uppercase;
    padding: 0 0 25px;
    position: relative;
}
.course_hd h4 span {
    font-family: 'Raleway-ExtraBold';
    font-size: 30px;
    color: #24211a;
}
section#course {
    padding: 75px 0 40px;
}
.course_hd h4:before {
    content: "";
    background: #24211a;
    position: absolute;
    top: 48px;
    padding: 0px 25px;
    left: 4px;
    height: 2px;
}
.course_hd p {
    font-size: 14px;
    font-family: 'Verdana';
    color: #5a5a5a;
}

.course_cent_img .ovrly h5 a {
    font-family: 'Raleway-Medium';
    font-size: 12px;
    background: #111111;
    padding: 10px 25px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    position: absolute;
    top: 16px;
    left: 0;
    border-top-right-radius: 27px;
    border-bottom-right-radius: 25px;
}
.course_cent_img .ovrly h5 a:hover{
    background: #ffb606;
    transition: all .5s ease-out;
}
.course_lft_img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.course_lft_cont:hover h2{
    color: #ffb606;
}
.course_lft_cont:hover p{
    color: #fff;
}
/*.course_lft_cont:hover h5 a {
    background: #ffb606;
    transition: all .5s ease-out;
    color: #111111;
}
*/
.course_lft_cont:hover {
	background: #111111;
	transition: all .5s ease-out;
}
.course_lft_cont h2 {
    font-family: 'Raleway-ExtraBold';
    font-size: 18px;
    color: #111111;
    text-transform: uppercase;
    transition: all 0.5s;
}
.course_lft_cont h2:hover {
    color: #ffb606;
    transition: all .5s ease-out;
}
.course_lft_cont p {
    font-size: 12px;
    font-family: 'Verdana';
    color: #505050;
    padding-bottom: 5px;
}
.course_lft_cont {
    text-align: center;
    padding: 25px 0;
    box-shadow: 2px 8px 10px 3px #f3f3f3;
    position: relative;
    margin-bottom: 50px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.course_lft_cont h5 a {
    font-family: 'Raleway-Regular';
    font-size: 12px;
    background: #111111;
    padding: 12px 6px;
    width: 161px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    position: absolute;
    top: 132px;
    left: 50%;
    transform: translate(-50%);
}

.course_lft_mn {
    margin-top: 15px;
}
.course_cent_img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.col-md-6.box {
    padding: 0 29px;
}
.course_cent_cont h2 {
    font-family: 'Raleway-ExtraBold';
    font-size: 26px;
    color: #111111;
    text-transform: uppercase;
}

.course_cent_cont p {
    font-size: 12px;
    font-family: 'Verdana';
    color: #505050;
    padding: 15px 47px;
    line-height: 1.8;
}
.course_cent_mn {
    border-radius: 13px;
    margin-top: 15px;
}
.course_cent_cont {
    text-align: center;
    padding: 34px 0 50px;
    position: relative;
    box-shadow: 2px 8px 10px 3px #f3f3f3;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.course_cent_cont h5 a {
    font-family: 'Raleway-Regular';
    font-size: 12px;
    background: #111111;
    padding: 12px 30px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    position: absolute;
    top: 334px;
    left: 50%;
    transform: translate(-50%);
}

.course_cent_cont:hover h2{
    color: #ffb606;
}
.course_cent_cont:hover p{
    color: #fff;
}
.course_cent_cont:hover h5 a {
    background: #ffb606;
    transition: all .5s ease-out;
    color: #111111;
}

.course_cent_cont:hover {
	background: #111111;
	transition: all .5s ease-out;
}


/*coures collection left images animation start*/

		.course_lft_img{
			width: 100%;
			overflow: hidden;
			position: relative;
			-webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
			-moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
			box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
		}
		.course_lft_img img {
			width: 100%;
			top: 0;
			position: relative;
			left: 0;
			-webkit-transition: -webkit-transform 0.3s;
			-moz-transition: -moz-transform 0.3s;
			-o-transition: -o-transform 0.3s;
			transition: transform 0.8s;
		}

		.course_lft_img:hover img {
			-webkit-transform: scale(1.1);
			-moz-transform: scale(1.1);
			-ms-transform: scale(1.1);
			-o-transform: scale(1.1);
			transform: scale(1.1);
		}
		.course_lft_img .ovrly {
			background: rgb(0 0 0 / 26%);
			height: 100%;
			left: 0;
			top: 0;
			position: absolute;
			width: 100%;
			opacity: 0;
			-webkit-transition: all 0.3s;
			-moz-transition: all 0.3s;
			-o-transition: all 0.3s;
			transition: all 0.3s;
		}
		.course_lft_img:hover .ovrly {
			opacity: 1;
		}

.ovrly h6 a {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 45%;
    color: #fff;
    font-size: 30px;
}
/*coures collection left images animation close*/


/*coures collection center images animation start*/

		.course_cent_img{
			width: 100%;
			overflow: hidden;
			position: relative;
			-webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
			-moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
			box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
		}
		.course_cent_img img {
			width: 100%;
			top: 0;
			position: relative;
			left: 0;
			-webkit-transition: -webkit-transform 0.3s;
			-moz-transition: -moz-transform 0.3s;
			-o-transition: -o-transform 0.3s;
			transition: transform 0.8s;
		}

		.course_cent_img:hover img {
			-webkit-transform: scale(1.1);
			-moz-transform: scale(1.1);
			-ms-transform: scale(1.1);
			-o-transform: scale(1.1);
			transform: scale(1.1);
		}
		.course_cent_img .ovrly {
			background: rgb(0 0 0 / 26%);
			height: 100%;
			left: 0;
			top: 0;
			position: absolute;
			width: 100%;
			opacity: 0;
			-webkit-transition: all 0.3s;
			-moz-transition: all 0.3s;
			-o-transition: all 0.3s;
			transition: all 0.3s;
		}
		.course_cent_img:hover .ovrly {
			opacity: 1;
		}


/*coures collection center images animation close*/

/*coures collection close*/

/*counter section start*/

.counter_mn {
    padding: 5% 0px 8%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(images/join_every_week.jpg)
}

.counter_cont h2 {
    font-family: 'Raleway-Regular';
    font-size: 40px;
    color: #ffffff;
}
.counter_cont p {
    font-size: 14px;
    font-family: 'Verdana';
    color: #e3e3e3;
    padding: 5px 0 30px;
}
.counter_cont {
    text-align: center;
    position: relative;
}
.counter_cont h5 a {
    font-family: 'Verdana';
    font-size: 14px;
    color: #111111;
    text-decoration: none;
    background: #fff;
    padding: 12px 25px;
    border-radius: 50px;
    position: absolute;
    top: 128px;
    left: 50%;
    transform: translate(-50%);
}

div#counter {
    background: #ffb606;
    padding: 43px 0 34px;
}
section#counter {
    position: relative;
}
.counter-value {
    font-family: 'Verdana-Bold';
    font-size: 45px;
    color: #111111;
}
.counter_ctm {
    text-align: center;
    position: relative;
}

.counter_ctm p {
    font-family: 'Raleway-Regular';
    font-size: 16px;
    color: #ffffff;
}
.counter_gn {
    position: absolute;
    left: 0;
    right: 0;
    top: 280px;
}

/*counter section close*/

.wt_mn {
    display: flex;
    margin-top: 0;
    justify-content: flex-end;
}
.wt_hd {
    max-width: 380px;
    background: #9dd6e4;
    margin-top: 51px;
    position: absolute;
}
.wht_ct h3 {
    font-family: 'Raleway-Regular';
    font-size: 30px;
    color: #24211a;
    position: relative;
    text-transform: uppercase;
}
.wht_ct h3 span {
    font-family: 'Raleway-ExtraBold';
    color: #24211a;
    font-size: 30px;
}
.wht_ct p {
    font-family: 'Verdana';
    font-size: 14px;
    color: #3e3a30;
    padding: 30px 0;
}
.wht_ct h5 a {
    font-family: 'Verdana';
    background: #111111;
    color: #fff;
    font-size: 14px;
    padding: 10px 11px;
    text-decoration: none;
    position: absolute;
    top: 368px;
    left: 42%;
    transform: translate(-50%);
}

.wht_ct {
    padding: 70px 98px 223px;
    position: relative;
}
.wht_ct h3:before {
    content: "";
    background: #24211a;
    position: absolute;
    top: 88px;
    padding: 0px 25px;
    left: 0;
    height: 2px;
}	
.wt_bg {
    width: 100%;
    max-width: 100%;
}

.wt_bg .wt_bg_mn {
    position: relative;
}
.wt_bg .wt_bg_mn:before {
    content: "";
    height: 97px;
    width: 100px;
    background-image: url(images/icon.png);
    background-position: 1345px 1786px;
    position: absolute;
    top: 0;
    left: 83px;
    box-shadow: 1px 0px 6px 0 #c1c1c1;
    border-radius: 50%;
}
.wt_bg .wt_bg_mn:hover:before {
    border: 2px solid #ffb606;
}
.wt_bg_mn h3 {
    font-family: 'Verdana';
    font-size: 20px;
    color: #26241e;
    padding: 15px 0;
}
.wt_bg_mn p {
    font-family: 'Verdana';
    font-size: 12px;
    color: #5a5a5a;
    padding: 0 21px;
}
.wt_bg .wt_bg_mn {
    position: relative;
    padding: 110px 0 0;
    text-align: center;
    width: 265px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 23px;
    margin: 0px 20px 24px 42px;
}
.wt_bg {
    width: 72%;
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
}
.cst_container {
    width: 1347px;
    margin: auto;
}	


/*tutors css start*/

.wt_bg .wt_bg_Tutors:before {
    content: "";
    height: 97px;
    width: 100px;
    background-image: url(images/icon.png);
    background-position: 1098px 1784px;
    position: absolute;
    top: 0;
    left: 83px;
    box-shadow: 1px 0px 6px 0 #c1c1c1;
    border-radius: 50px;
}
.wt_bg .wt_bg_Tutors:hover:before {
    border: 2px solid #ffb606;
}
.wt_bg_Tutors{
	position: relative;
}
.wt_bg .wt_bg_Tutors {
    position: relative;
    padding: 110px 0 0;
    text-align: center;
    width: 265px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 23px;
    margin: 0px 20px 24px;
}
.wt_bg_Tutors h3 {
    font-family: 'Verdana';
    font-size: 20px;
    color: #26241e;
    padding: 15px 0;
}
.wt_bg_Tutors p {
    font-family: 'Verdana';
    font-size: 12px;
    color: #5a5a5a;
    padding: 0 21px;
}

/*tutors css close*/



/*On_site css start*/

.wt_bg .wt_bg_On_site:before {
    content: "";
    height: 97px;
    width: 100px;
    background-image: url(images/icon.png);
    background-position: 856px 1786px;
    position: absolute;
    top: 0;
    left: 83px;
    box-shadow: 1px 0px 6px 0 #c1c1c1;
    border-radius: 50px;
}
.wt_bg .wt_bg_On_site:hover:before {
    border: 2px solid #ffb606;
}
.wt_bg_On_site{
	position: relative;
}
.wt_bg .wt_bg_On_site {
    position: relative;
    padding: 110px 0 0;
    text-align: center;
    width: 273px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 23px;
}
.wt_bg_On_site h3 {
    font-family: 'Verdana';
    font-size: 20px;
    color: #26241e;
    padding: 15px 0;
}
.wt_bg_On_site p {
    font-family: 'Verdana';
    font-size: 12px;
    color: #5a5a5a;
    padding: 0 21px;
}

/*On_site css close*/

/*qualifications css start*/

.wt_bg .wt_bg_qualifications:before {
    content: "";
    height: 97px;
    width: 100px;
    background-image: url(images/icon.png);
    background-position: 611px 1788px;
    position: absolute;
    top: 0;
    left: 89px;
    box-shadow: 1px 0px 6px 0 #c1c1c1;
    border-radius: 50px;
}
.wt_bg .wt_bg_qualifications:hover:before {
    border: 2px solid #ffb606;
}
.wt_bg_qualifications{
	position: relative;
}
.wt_bg .wt_bg_qualifications {
    position: relative;
    padding: 110px 0 0;
    text-align: center;
    width: 265px;
    margin: 0px 20px 24px 42px;
}
.wt_bg_qualifications h3 {
    font-family: 'Verdana';
    font-size: 20px;
    color: #26241e;
    padding: 15px 0;
}
.wt_bg_qualifications p {
    font-family: 'Verdana';
    font-size: 12px;
    color: #5a5a5a;
    padding: 0 21px;
}

/*qualifications css close*/

/*qualifications css start*/

.wt_bg .wt_bg_flexible:before {
    content: "";
    height: 97px;
    width: 100px;
    background-image: url(images/icon.png);
    background-position: 368px 1787px;
    position: absolute;
    top: 0;
    left: 80px;
    box-shadow: 1px 0px 6px 0 #c1c1c1;
    border-radius: 50px;
}
.wt_bg .wt_bg_flexible:hover:before {
    border: 2px solid #ffb606;
}
.wt_bg_flexible{
	position: relative;
}
.wt_bg .wt_bg_flexible {
    position: relative;
    padding: 110px 0 0;
    text-align: center;
    width: 265px;
    margin: 0px 20px 24px 20px;
}
.wt_bg_flexible h3 {
    font-family: 'Verdana';
    font-size: 20px;
    color: #26241e;
    padding: 15px 0;
}
.wt_bg_flexible	 p {
    font-family: 'Verdana';
    font-size: 12px;
    color: #5a5a5a;
    padding: 0 21px;
}

/*qualifications css close*/

/*price css start*/

.wt_bg .wt_bg_price:before {
    content: "";
    height: 97px;
    width: 100px;
    background-image: url(images/icon.png);
    background-position: 126px 1788px;
    position: absolute;
    top: 0;
    left: 85px;
    box-shadow: 1px 0px 6px 0 #c1c1c1;
    border-radius: 50px;
}
.wt_bg .wt_bg_price:hover:before {
    border: 2px solid #ffb606;
}
.wt_bg_price{
	position: relative;
}
.wt_bg .wt_bg_price {
    position: relative;
    padding: 110px 0 0;
    text-align: center;
    width: 273px;
}
.wt_bg_price h3 {
    font-family: 'Verdana';
    font-size: 20px;
    color: #26241e;
    padding: 15px 0;
}
.wt_bg_price p {
    font-family: 'Verdana';
    font-size: 12px;
    color: #5a5a5a;
    padding: 0 21px;
}

/*price css close*/

.wt_bg .wt_bg_mn:after {
    content: "";
    background: #e1e1e1;
    position: absolute;
    top: 0;
    right: -22px;
    width: 1px;
    bottom: 37px;
}
.wt_bg .wt_bg_Tutors:after {
    content: "";
    background: #e1e1e1;
    position: absolute;
    top: 0;
    right: -12px;
    width: 1px;
    bottom: 37px;
}
.wt_bg .wt_bg_qualifications:after {
    content: "";
    background: #e1e1e1;
    position: absolute;
    top: 0;
    right: -22px;
    width: 1px;
    bottom: 37px;
}
.wt_bg .wt_bg_flexible:after {
    content: "";
    background: #e1e1e1;
    position: absolute;
    top: 0;
    right: -12px;
    width: 1px;
    bottom: 37px;
}



section#with_us {
    margin-top: 60px;
}


.counter_ctm:before {
    content: "";
    background: #ffe29b;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100px;
    transform: rotate(200deg);
}
div#counter .col-md-3:nth-child(4) .counter_ctm:before {
    display: none;
}


/*financial css start*/
.financial_mn {
    padding: 13% 60px 6%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(images/financial_bg.jpg);
}

.financial:before {
    content: "";
    height: 97px;
    width: 100px;
    background: #ffb606;
    background-image: url(images/icon.png);
    background-position: 1343px 1529px;
    position: absolute;
    top: 0;
    left: 19px;
    border-radius: 50px;
}

.financial h4 {
    font-family: 'Raleway-Regular';
    font-size: 18px;
    color: #ffffff;
    padding: 30px 38px 0 120px;
}


.industry:before {
    content: "";
    height: 97px;
    width: 100px;
    background: #ffb606;
    background-image: url(images/icon.png);
    background-position: 1098px 1528px;
    position: absolute;
    top: 0;
    left: 19px;
    border-radius: 50px;
}

.industry h4 {
    font-family: 'Raleway-Regular';
    font-size: 18px;
    color: #ffffff;
    padding: 37px 38px 0 120px;
}


.hands:before {
    content: "";
    height: 97px;
    width: 100px;
    background: #ffb606;
    background-image: url(images/icon.png);
    background-position: 854px 1528px;
    position: absolute;
    top: 0;
    left: 19px;
    border-radius: 50px;
}

.hands h4 {
    font-family: 'Raleway-Regular';
    font-size: 18px;
    color: #ffffff;
    padding: 37px 38px 0 120px;
}
/*financial css close*/


/*choose_us css start*/
.choose_hd h4 {
    font-family: 'Raleway-Regular';
    font-size: 30px;
    color: #24211a;
    text-transform: uppercase;
    padding: 0 0 30px;
    position: relative;
}
.choose_hd h4 span {
    font-family: 'Raleway-ExtraBold';
    font-size: 30px;
    color: #24211a;
}
.choose_hd h4:before {
    content: "";
    background: #24211a;
    position: absolute;
    top: 49px;
    padding: 0px 25px;
    left: 0;
    height: 2px;
}
.choose_mn p {
font-family: 'Verdana';
font-size: 16px;
color: #3f3f3f;
}
.choose_mn ul {
    list-style: square;
    color: #ffb606;

}
.choose_mn ul li {
    font-family: 'Verdana';
    font-size: 16px;
    color: #3f3f3f;
    margin-bottom: 13px;
}
.choose_mn {
    padding: 0 100px 0 0;
}
section#choose_us {
    background: #f6f6f6;
    padding-bottom: 50px;
}
#why_choose_us {
    margin-top: 65px;
}
.choose_us-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.choose_us-img {
    margin-top: 50px;
}

/*choose_us css close*/

/*functional_steps css start*/
.functional_steps_hd h2 {
    font-family: 'Raleway-Regular';
    font-size: 30px;
    color: #24211a;
    text-transform: uppercase;
}
.functional_steps_hd h2 span {
    font-size: 30px;
    color: #24211a;
    font-family: 'Raleway-ExtraBold';
}
.functional_steps_hd h2 {
    font-family: 'Raleway-Regular';
    font-size: 30px;
    color: #24211a;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
}
.functional_steps_hd h2:before {
    content: "";
    background: #24211a;
    position: absolute;
    top: 82px;
    padding: 0px 25px;
    left: 4px;
    height: 2px;
}
.functional_steps_hd h5 a {
    font-family: 'Raleway-Regular';
    font-size: 12px;
    background: #111111;
    padding: 13px 25px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    position: absolute;
    top: 300px;
    left: 20%;
    transform: translate(-50%);
}
.functional_steps_hd {
    position: relative;
}
.functional_steps_hd p {
    font-family: 'Verdana';
    font-size: 14px;
    color: #5a5a5a;
    padding: 0 49px 0 0;
}
section#functional_steps {
    padding: 60px 0;
    position: relative;
}
.functional_steps_hd h5 {
    margin-top: 40px;
}
.functional_steps_cont h2 {
    font-family: 'Verdana-Bold';
    font-size: 14px;
    color: #ffffff;
}
.functional_steps_cont {
	position: relative;
    background: #9dd6e4;
    width: 265px;
    margin-left: 45px;
    padding: 35px 20px 35px 72px;
    border-radius: 10px;
    box-shadow: 1px 0px 6px 0 #c1c1c1;
}

.functional_steps_cont p {
    font-family: 'Verdana';
    font-size: 12px;
    color: #28251d;
}
.functional_steps_fst {
    width: 100%;
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 29px;
}

.functional_steps_cont:before {
    content: "";
    height: 92px;
    width: 94px;
    background: #ffb606;
    border: 3px solid #fff;
    background-image: url(images/icon.png);
    background-position: 598px 1525px;
    position: absolute;
    top: 42px;
    left: -51px;
    border-radius: 50px;
}

.functional_tw_cont:before {
    content: "";
    height: 92px;
    width: 91px;
    background: #ffb606;
    border: 3px solid #fff;
    background-image: url(images/icon.png);
    background-position: 356px 1524px;
    position: absolute;
    top: 38px;
    left: -51px;
    border-radius: 50px;
}

.functional_tw_cont {
	position: relative;
    background: #9dd6e4;
    width: 265px;
    margin-left: 92px;
    padding: 35px 20px 0 72px;
    border-radius: 10px;
    box-shadow: 1px 0px 6px 0 #c1c1c1;
}

.functional_tw_cont p {
    font-family: 'Verdana';
    font-size: 12px;
    color: #28251d;
}
.functional_tw_cont h2 {
    font-family: 'Verdana-Bold';
    font-size: 14px;
    color: #ffffff;
}


.functional_th_cont:before {
    content: "";
    height: 92px;
    width: 91px;
    background: #ffb606;
    border: 3px solid #fff;
    background-image: url(images/icon.png);
    background-position: 120px 1521px;
    position: absolute;
    top: 38px;
    left: -51px;
    border-radius: 50px;
}

.functional_th_cont {
    position: relative;
    background: #9dd6e4;
    width: 265px;
    margin-left: 92px;
    padding: 35px 20px 15px 72px;
    border-radius: 10px;
    box-shadow: 1px 0px 6px 0 #c1c1c1;
    margin-top: 40px;
}

.functional_th_cont p {
    font-family: 'Verdana';
    font-size: 12px;
    color: #28251d;
}
.functional_th_cont h2 {
    font-family: 'Verdana-Bold';
    font-size: 14px;
    color: #ffffff;
}
/*functional_steps css close*/


/*customers_say css start*/
.customers_say_hd h2 {
    font-family: 'Raleway-Regular';
    font-size: 30px;
    color: #24211a;
    text-transform: uppercase;
    position: relative;
}

.customers_say_hd h2 span {
    font-family: 'Raleway-ExtraBold';
    font-size: 30px;
    color: #24211a;
}
.customers_say_hd h2:before {
    content: "";
    background: #24211a;
    position: absolute;
    top: 120px;
    padding: 0px 25px;
    left: 4px;
    height: 2px;
}

.customers_say_cont p {
    font-family: 'Verdana';
    font-size: 16px;
    color: #363228;
    padding: 0 68px 0 0;
}
.customers_say_img {
    position: absolute;
    top: -90px;
}
.customers_say button.owl-prev {
    background: #fff !important;
    padding: 0 15px !important;
    color: #ffb606 !important;
    border-radius: 50px !important;
    font-size: 27px !important;
    position: absolute;
    top: 240px;
    right: 699px;
    outline: none;
}
.customers_say i {
    position: relative;
    left: -1px;
    top: -2px;
}

.customers_say button.owl-next {
    background: #fff !important;
    padding: 0 15px !important;
    color: #ffb606 !important;
    border-radius: 50px !important;
    font-size: 27px !important;
    position: absolute;
    top: 240px;
    right: 650px;
    outline: none;
}
.customers_say button.owl-prev:hover {
    background: #111111!important;
}
.customers_say button.owl-next:hover {
   background: #111111!important;
}

.customers_say_co h5 {
    font-family: 'Verdana-Bold';
    font-size: 16px;
    color: #363228;
    margin-top: 34px;
}
/*customers_say css close*/

/*home faq css start*/

section#faq {
    padding: 15% 60px 3%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(images/faq_bg.jpg);
    margin-top: 394px;
}
.faq_hd h2 {
    font-family: 'Raleway-Regular';
    font-size: 30px;
    color: #ffffff;
    text-transform: uppercase;
}
.faq_hd h2 span {
    font-family: 'Raleway-ExtraBold';
    font-size: 30px;
    color: #ffb606;
}
.faq_hd p {
    font-family: 'Verdana';
    font-size: 14px;
    color: #ffffff;
}
.faq_hd h2 {
    font-family: 'Raleway-Regular';
    font-size: 30px;
    color: #ffffff;
    text-transform: uppercase;
    padding-bottom: 30px;
    position: relative;
}
.faq_hd h2:before {
    content: "";
    background: #fff;
    position: absolute;
    top: 49px;
    padding: 0px 25px;
    left: 0;
    height: 2px;
}

.faq_mn .accordion {
    background-color: #f1f1f1;
    color: #111111;
    cursor: pointer;
    padding: 13px 50px 13px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
    font-family: 'Raleway-Bold';
    position: relative;
}
.faq_mn .panel p {
    font-size: 14px !important;
    font-family: 'Verdana';
    margin: 2px 0 0;
}
.faq_mn .accordion:after {
    content: "\f105";
    font-family: FontAwesome;
    font-weight: bold;
    position: absolute;
    color: #111111;
    left: 21px;
    font-size: 25px;
    top: 6px;
}
.faq_mn .accordion:hover {
    background: #ffb606;
}

.faq_mn .active:after 
{
    content: "\f107";
}
.faq_mn .panel {
    padding: 0 18px;
    background-color: non;
    max-height: 0;
    color: #c0c0c0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 30px;
}

.faq_mn {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
}


/*home faq css close*/


/*questions_form css start*/


.foo_ad_img {
    position: absolute;
    top: 80px;
    z-index: 1;
}
.customers_say .owl-dots {
    display: none;
}

.customers_say {
    background: #9dd6e4;
    margin-top: 95px;
    padding: 80px 30px 0;
   /* position: relative;*/
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 468px;
    min-height: 479px;
}
.customers_say_hd {
    width: 23%;
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
}
.customers_say_img {
    position: absolute;
    top: -48px;
    right: 92px;
    width: 287px;
}
.customers_say_cont {
    width: 450px;
    margin-left: 90px;
    padding-right: 48px;
}

/*questions_form css close*/














/*footer start*/
.foo_cont p {
    font-family: 'Verdana';
    font-size: 14px;
    color: #b8b8b8;
    padding: 0px 183px 0 0;
}
.foo_icon h4 {
    font-family: 'Raleway-Regular';
    font-size: 20px;
    color: #ffffff;
    padding-bottom: 10px;
}
.foo_icon h4 span {
    font-family: 'Raleway-ExtraBold';
    font-size: 20px;
    color: #ffffff;
}
.foo_icon ul li {
    display: inline-block;
    padding: 1px;
}

.foo_icon ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.foo_icon ul li a {
    display: inline-block;
    padding: 7px 0;
    background-color: #363636;
    border-radius: 21px;
    width: 36px;
    font-size: 15px;
    text-align: center;
    margin: 0 0 0;
    color: #fff;
}
.foo_icon ul li a:hover {
    background: #ffb606;
    color: #000000;
}
footer#footer {
    background: #111111;
    padding: 43px 0 0;
    position: relative;
}

.home footer#footer {
    background: #111111;
    padding: 114px 0 0;
    position: relative;
}
.footer_mn {
    border-bottom: 1px solid #323232;
    padding: 0px 0 30px;
}
.copy_right h4 {
    font-family: 'Verdana';
    color: #b8b8b8;
    font-size: 12px;
    margin: 0;
}
.copy_right {
    padding: 20px 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.copy_right h5 {
    font-family: 'Verdana';
    color: #b8b8b8;
    font-size: 12px;
    margin: 0;
}
.copy_right h5 a {
    color: #ffb607;
    text-decoration: underline;
}
.copy_right h4 span {
    color: #ffb606;
}
.top_bot {
    position: absolute;
    right: 26px;
    bottom: 32px;
    cursor: pointer;
}

/*footer close*/


/*mobail responshive start*/

@media only screen and (max-width: 767px) { 
	.coures_contact .form_sub {
		margin-top: 0 !important;
	}
	.coures_contact [type=submit] {
		margin-bottom: 0 !important;
	}
    .copy_right {
		display: inline-block;
		text-align: center;
	}
	.top_header {
    display: none;
    }
	.copy_right h4 {
		margin-bottom: 15px;
	}
  header#header {
    display: none;
	}
	section#top_slider {
    margin-top: 28px;
    }
	.container_main {
    max-width: 1165px;
    width: 90%;
    margin: auto;
	}
	.trainning_int_img img {
    width: 100%;
    height: auto;
	}
	.counter_gn {
     position: unset;
    margin-top: 20px;
	}
	section#with_us {
    margin-top: 10px;
	}
	.wt_hd {
    max-width: 100%;
    background: #ffb606;
    margin-top: 10px;
    position: unset;
	}
	.cst_container {
    width: 90%;
    margin: auto;
	}
	.wt_bg {
    width: 100%;
    flex-direction: column;
	}
	.foo_ad_img img {
    width: 100%;
    height: auto;
	}
	.questions_form_hd h2 {
    font-size: 18px;
    width: 100%;
    margin-bottom: 0;
	}
	.questions_form {
    width: 100%;
    margin-left: 0;
	}
	.questions_form input.wpcf7-form-control.wpcf7-submit {
    width: 40%;
	}
	.questions_form_img img {
    width: 100%;
    height: auto;
	}
	.questions_form_img {
    padding-left: 9px;
    width: 100%;
    margin-left: 0;
	}
	.footer_mn {
    text-align: center;
	}
	.foo_cont p {
    padding: 26px 0 0 0;
	}
    .faq_mn .accordion {
    padding: 12px 26px;
    font-size: 12px;
    }
	.faq_mn {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
	}
	section#faq {
    padding: 7% 0 2%;
    margin-top: 0;
	}
	.functional_steps_fst {
    flex-direction: column;
    justify-content: unset;
    margin-top: 10px;
	}
	.functional_steps_cont:before {
    top: 8px;
    left: 50%;
    transform: translate(-50%);
	}
	.functional_steps_cont {
    width: 100%;
    margin-left: 0;
    padding: 117px 15px 10px 15px;
    margin-top: 0;
    text-align: center;
	}
	.functional_tw_cont {
    width: 100%;
    margin-left: 0;
    padding: 115px 15px 10px 15px;
    margin-top: 19px;
    text-align: center;
	}
	.functional_tw_cont:before {
    top: 8px;
    left: 50%;
    transform: translate(-50%);
	}
	.functional_th_cont {
    width: 100%;
    margin-left: 0;
    padding: 117px 15px 10px 15px;
    margin-top: 19px;
    text-align: center;
	}
	.functional_th_cont:before {
	top: 8px;
    left: 50%;
    transform: translate(-50%);	
	}
	.functional_steps_hd p {;
    padding: 0 0 0 0;
	}
	.foo_ad_img {
    position: unset;
    margin-top: 20px;
	}
	.customers_say_cont p {
    padding: 0 0 0 0;
	}
	.customers_say_hd h2 {
    font-size: 18px;
     line-height: 1.6;
	}
	.customers_say_hd h2 span {
    font-size: 18px;
	}
	.customers_say_hd h2:before {
	    display: none;
	}
	.faq_hd h2 span {
    font-size: 20px;
	}
	.faq_hd h2 {
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 20px;
	}
	.faq_hd h2:before {
	   top: 100%;
	}
	.functional_steps_hd h2 span {
    font-size: 20px;
	}
	.functional_steps_hd h2 {
    font-size: 20px;
	}
	.functional_steps_hd h2:before {
    top: 112%;
	}
	.financial_mn {
       padding: 8% 0 15%;
	}
	.financial h4 {
      padding: 15px 0px 0 110px;
	}
	.industry {
     position: relative;
    height: 50px;
    width: 95%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
	}
	.industry:before {
     height: 70px;
    width: 70px;
    background-position: 1082px 1516px;
    position: absolute;
    top: 0;
    left: 15px;
	}
	.industry h4 {
    padding: 15px 0px 0px 110px;
    }
	.hands {
    position: relative;
    height: 50px;
    width: 95%;
    display: block;
    margin-left: auto;
    margin-right: auto;
	}
	.hands:before {
   height: 70px;
    width: 70px;
    background-position: 838px 1517px;
    position: absolute;
    left: 18px;
	}
	.hands h4 {
     padding: 25px 0px 0 110px;
	}
	.choose_hd h4 span {
    font-size: 20px;
	}
	.choose_hd h4 {
    font-size: 20px;
    padding: 0 0 25px;
	}
	.choose_hd h4:before {
    top: 34px;
	}
	#why_choose_us {
    margin-top: 20px;
	}
	.choose_mn {
    padding: 0 0 0 0;
	}
	.choose_us-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-top: 10px;
	}
	.choose_us-img {
    margin-top: 0;
	}
	.wht_ct {
     padding: 15px 15px 40px;
    margin-bottom: 15px;
	}
	.wt_bg .wt_bg_mn {
	    width: 100%;
    margin-bottom: 23px;
    margin: 0px 0 24px 0;
	}
	.wt_bg .wt_bg_mn:before {
    top: 0;
    left: 50%;
    transform: translate(-50%);
	}
	.wt_bg .wt_bg_Tutors {
    width: 100%;
    margin-bottom: 23px;
    margin: 0px 0 24px 0;
	}
	.wt_bg .wt_bg_Tutors:before {
    top: 0;
    left: 50%;
    transform: translate(-50%);
	}
	.wt_bg .wt_bg_On_site {
    width: 100%;
    margin-bottom: 23px;
    margin: 0px 0 24px 0;
	}
	.wt_bg .wt_bg_On_site:before {
    top: 0;
    left: 50%;
    transform: translate(-50%);
	}
	.wt_bg .wt_bg_qualifications {
    width: 100%;
    margin-bottom: 23px;
    margin: 0px 0 24px 0;
	}
	.wt_bg .wt_bg_qualifications:before {
    top: 0;
    left: 50%;
    transform: translate(-50%);
	}
	.wt_bg .wt_bg_flexible {
    width: 100%;
    margin-bottom: 23px;
    margin: 0px 0 24px 0;
	}
	.wt_bg .wt_bg_flexible:before {
     top: 0;
    left: 50%;
    transform: translate(-50%);
	}
	.wt_bg .wt_bg_price {
    width: 100%;
    margin-bottom: 23px;
    margin: 0px 0 24px 0;
	}
	.wt_bg .wt_bg_price:before {
    top: 0;
    left: 50%;
    transform: translate(-50%);
	}
	.wt_bg .wt_bg_Tutors:after {
    display: none;
	}
	.wt_bg .wt_bg_qualifications:after {
    display: none;
	}
	.wt_bg .wt_bg_flexible:after {
    display: none;
	}
	.counter_cont h2 {
    font-size: 25px;
	}
	.counter_ctm:before {
    display: none;
	}
	section#course {
    padding: 20px 0;
	}
	.course_hd h4 {
    font-size: 21px;
	}
	.course_hd h4 span {
    font-size: 21px;
	}
	.course_hd h4:before {
    top: 34px;
	}
	.col-md-6.box {
    padding: 0 16px;
	}
	.course_cent_cont h5 a {
    bottom: 20px;
    top: unset;
    padding: 12px 0;
    width: 180px;
    left: 50%;
    transform: translate(-50%);
	}
    .wht_ct p {
     padding: 0px 0 20px;
    }
    section#functional_steps {
    padding: 20px 0;
    position: relative;
    }
	.wt_bg .wt_bg_mn:after {
    display: none;
	}
	.questions_form_hd h2 span {
    font-size: 18px;
	}
	.questions_form_hd h2:before {
    top: 75%;
	}
	section#questions_form {
    padding: 20px 0 20px;
	}
    .choose_mn ul {
    padding: 0 17px;
    }
	footer#footer {
    padding: 40px 0 0;
	}
	section#top_slider .slider h1#ctm_hd {
    font-size: 18px;
    padding: 0 0;
	}
	section#top_slider .slider h1#ctm_hd span {
    font-size: 18px;
	}
	.course_cent_cont p {
    padding: 15px 15px;
	}
	.customers_say {
    flex-direction: column;
    margin-top: 28px;
    position: unset;
    top: 0;
    padding: 30px 45px 60px;
	}
	.customers_say_hd {
    width: 100%;
	}
	.customers_say_cont {
    width: 100%;
    margin-left: 0;
    padding-right: 0;
    margin-top: 20px;
	}
	.customers_say_img {
    position: unset;
    top: 0;
    right: 0;
    width: 100%;
    margin-top: 25px;
	}
	.customers_say_img img {
    width: 100%;
    height: auto;
	}
	.customers_say button.owl-next {
	padding: 3px 14px !important;
    font-size: 19px !important;
    top: unset;
    right: 0;
    bottom: 0;
    outline: none;
	}
	.customers_say button.owl-prev {
    padding: 3px 14px !important;
    font-size: 19px !important;
    position: absolute;
    top: unset;
    bottom: 0;
    right: 38px;
    outline: none;
    }
    .fag_pg_cont h1 {
    font-size: 21px !important;
    padding: 58px 31px !important;
    }
    .fag_pg_cont h1 span {
    font-size: 20px !important;
    }
    .faq_pg_tp_cont p {
    padding: 20px 0 20px !important;
    }
    .faq_pg_dr .accordion {
    width: 100% !important;
    }
    .faq_pg_rgt_img img {
    height: auto !important;
    margin-top: 20px !important;
    }
    .faq_get_touch_hd h2 span {
    font-size: 24px !important;
    }
    .faq_get_touch_hd h2 {
    font-size: 24px !important;
    }
    .faq_st_say_hd h3 span {
    font-size: 24px !important;
    }
    .faq_st_say_hd h3 {
    font-size: 24px !important;
    padding: 0 !important;
    }
    .faq_st_say_hd h3:before {
    display: none;
    }
    .faq_get_touch_bt {
    padding: 20px 0 !important;
    }
    .faq_get_touch {
    padding: 7% 0px 17% !important;
    }
    .faq_st_say_mn {
    padding: 20px 0 !important;
    }
    .fag_pg_bg:before {
    display: none;
    }
    .faq_st_say_mn .row .col-md-4:nth-child(2) .fag_pg_bg {
    margin-right: unset !important;
    }
    .faq_st_say_mn .row .col-md-4:nth-child(3) .fag_pg_bg {
    margin-left: unset !important;
    }

    .test_banner_hd h1 {
    font-size: 24px !important;
    padding: 20px 20px !important;
    }

    .test_banner_hd h1 span {
    font-size: 24px !important;
    }
    .test_cou_bene_mn {
    position: unset !important;
    top: unset !important;
    left: unset !important;
    transform: unset !important;
    width: 100% !important;
    padding: 18px !important;
    margin-top: 20px;
    }
    .test_do_next_img img {
    width: 100%;
    height: auto;
    }
    .test_stud_lft_hd {
    position: unset !important;
    top: unset !important;
    background: #fff !important;
    padding: 0 !important;
    margin-top: 20px;
    }
    .test_banner_hd h1:before {
    top: 0px !important;
    }
    .test_stud_lft_hd h3 span {
    font-size: 22px !important;
    }

    .test_stud_lft_hd h3 {
    font-size: 22px !important;
    }
    .test_stud_lft_hd h4:before {
    display: none;
    }
    .test_stud_lft_hd h4 {
    margin-bottom: 15px !important;
    }
    .test_get_touch {
    padding: 8% 19px 11% !important;
    margin-top: 0 !important;
    }
    .test_get_touch_hd h3 span {
    font-size: 20px !important  ;
    }
    .test_get_touch_hd h3 {
    font-size: 20px !important;
    }
    .test_get_touch_hd h5 {
    padding: 5px 0 15px !important;
    }
    .test_bg_mn {
    margin-top: 0 !important;
    }
    .test_courses_hd h3 span {
    font-size: 21px !important;
    }
    .test_courses_hd h3 {
    font-size: 21px !important;
    }
    .test_courses_bt {
    float: unset !important;
    }   
    .test_courses_bt h5 a {
    padding: 9px 10px !important;
    }
    .test_cou_bene_hd h3 span {
    font-size: 23px !important;
    }
    .test_cou_bene_hd h3 {
    font-size: 23px !important;
    }
    .test_cou_cont ul {
    padding: 0 15px !important;
    }
    .test_do_next {
    margin-top: 20px !important;
    }  
    .test_do_next_cont h4 {
    font-size: 22px !important;
    }
    .test_do_next_cont h4 span {
    font-size: 22px !important;
    } 
    .test_do_next_cont {
    margin-top: 20px;
    }
    section#testimonials {
    margin-bottom: 0!important;
    }
    .contact_form .personal_inform {
    padding: 30px 15px 20px !important;
    }
    .contact_inform {
    padding: 30px 15px 20px !important;
    }
    .area_form {
    padding: 30px 15px 0 !important;
    }
    .about_you {
      padding: 30px 14px 0 !important;
    }
    .arg_req {
     padding: 0 15px 0 !important;
    }
    .arg_req [type=submit] {
    width: 100% !important;
    }
    .contact_form .personal_inform_hd h3 {
    font-size: 18px !important;
    }
    .contact_form .personal_inform_hd h3 span {
    font-size: 18px !important;
    }
    .contact_form .contact_inform_hd h3 span {
    font-size: 18px !important;
    }
    .contact_form .contact_inform_hd h3 {
    font-size: 18px !important;
    padding:0 !important;
    }
    .contact_form .about_you_hd h3 span {
    font-size: 18px !important;
    }
    .contact_form .about_you_hd h3 {
    font-size: 16px !important;
    }
    .contact_couress_hd h4 span {
    font-size: 18px !important;
    }
    .contact_couress_hd h4 {
    font-size: 18px !important;
    }
    #course_slider .owl-nav {
    top: -63px !important;
    }
    .contact_bn_hd h1 span {
    font-size: 25px !important;
    }
    .contact_bn_hd h1 {
    font-size: 25px !important;
    }




    .pl_coures_img {
    position: unset !important;
    top: unset !important;
    }
    .pl_coures_cont {
    position: absolute !important;
    left: 10px !important;
    right: 10px !important;
    top: 60px !important;
    bottom: 20px;  
    }
    .pl_coures_cont h2 {
    font-size: 18px !important;
    }
    .pl_coures_cont h4 {
    font-size: 14px !important;
    padding: 0 0 !important;
    }
    .pl_coures_cont h5 a {
    padding: 7px 14px !important;
    }
    .pl_coures_cont h5 {
    margin: 0 0 0 !important;
    }
    .do_pl_co {
    flex: unset !important;
    }
    .do_pl_co_mn {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 15px !important;
    flex-direction: column !important;
    }
    .do_pl_co_img {
    width: 100% !important;
    margin-top: 20px !important;
    margin-left: 0 !important;
    }
    .do_pro_co_img {
    width: 100% !important;
    margin-top: 20px !important;
    margin-bottom: 0 !important;
    }
    .do_pro_co_mn {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 20px !important;
    flex-direction: column !important
    }
    .pc_banner_hd h4 span {
    font-size: 21px !important;
    }
    .pc_banner_hd h4 {
    font-size: 21px !important;
    padding: 20px 9px !important;
    }
    .pc_banner_hd h4:before {
    top: 0 !important;
    height: 70px !important;
    }
    .do_pl_co_cd h3 {
    font-size: 20px !important;
    }   
    .do_pl_co_cd h3 span {
    font-size: 20px !important;
    }
    .do_pl_co_line {
    display: none;
    }
    .domestic_course {
    margin-top: 30px !important;
    padding-bottom: 20px !important;
    }
    .coures_form_hd h4 span {
    font-size: 20px !important;
    }
    .coures_form_hd h4 {
    font-size: 18px !important;
    }
    .coures_contact {
    padding: 18px 0 !important;
    }
    .pl_coures_hd h3 {
    font-size: 20px !important;
    margin-bottom:20px;
    }
     .pl_coures_hd h3 span {
    font-size: 20px !important;
    }
    .pl_coures_hd {
    padding: 19px 0px 0 0 !important;
    }
    .test_courses {
    margin-top: 30px;
    }
    .coures_contact_rgh_bg {
    display:none !important;
    }
    .test_banner {
    padding: 15% 0px 6% !important;
    }
    .top_bot {
    bottom: 76px !important;
    }
    
    section.cntnt_sec .text h2 {
    font-size: 85px !important;
    }
    .banner_sec {
        padding: 28px 0 !important;
        margin-top: 28px !important;

    }
    .banner_sec h1:before {
        height: 48px !important;
        top: 0 !important;
    }
    .banner_sec h1 {
        font-size: 35px !important;
        padding: 0 0 0 30px !important;
    }
    section.cntnt_sec .text p span {
        font-size: 25px !important;
    }
    section.cntnt_sec .text p {
        font-size: 15px !important;
    }
    section.cntnt_sec .text h5 a#home_link {
        padding: 15px 45px !important;
            position: unset !important;
        top: unset !important;
        left: unset !important;
        transform: unset !important;
    }
    .text h5 a.animated-button.victoria-three:after{
        display:none !important;
    }
    section.cntnt_sec .text {
        margin: 0 0 30px 0 !important;
    }
    .counter_cont h5 a{
        padding: 12px 20px !important;
        border-radius: 50px !important;
        position: absolute !important;
        top: unset !important;
        left: 50% !important;
        transform: translate(-50%) !important;
        bottom: 0 !important;
    }
    .counter_cont {
    padding-bottom: 10px !important;
    }
    .wht_ct h5 a {
    top: unset !important;
    left: 50% !important;
    transform: translate(-50%) !important;
    bottom: 20px !important;
    }
    
    .course_lft_img img {
    width: 100% !important ;
    height: auto!important;
    }
    .course_cent_img img {
     width: 100% !important ;
      height: auto!important;
    }
    .functional_steps_hd {
    padding-bottom: 0!important;
    }
    .functional_steps_hd h5 a {
     top: unset !important;
    left: 33% !important;
    bottom: 0 !important;
    transform: translate(0%) !important;
    padding: 13px 20px !important;
    position: unset !important;
    }
    
    .test_get_touch_hd h6 a {
    position: absolute !important;
    top: unset !important;
    left: 30% !important;
    transform: translate(-50%) !important;
    bottom: 0 !important;
    }
    .test_get_touch_hd {
    padding-bottom: 10px !important;
    }

    .test_courses_bt h5 a {
    top: unset !important;
    left: 0 !important;
    transform: translate(0) !important;
    bottom: 0 !important;
    }

    .coures_cont {
       display: none !important;
    }
   .functional_steps_hd h5 {
    margin-top: 20px !important;
    text-align: center !important;
    }
    

}

/*mobail responshive close*/




/*header dropdown menu css start*/

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	margin-bottom: 1em;
}
.sf-menu ul {

	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {

	padding: .75em 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a {
	color: #13a;
}
.sf-menu li {
	
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */

}

.sf-menu ul ul li {
	background: #9AAEDB;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
/*	background: #CFDEFF;
*/	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	/*border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	/*border-top-color: rgba(255,255,255,.5);*/*/
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}

.header_menu button.sub-menu-toggle {
    display: none;
}
/*header dropdown menu css close*/



/*faq page css start*/

.faq_banner {
    padding: 6% 0px 6%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(images/faq_banner.jpg);
}
.fag_pg_cont h1 {
    font-family: 'Verdana';
    font-size: 42px;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    padding: 70px 50px;
}
.fag_pg_cont h1 span {
    font-family: 'Verdana-Bold';
    font-size: 42px;
    color: #ffff;
}
.fag_pg_cont h1:before {
    content: "";
    background: #ffb606;
    position: absolute;
    top: 48px;
    padding: 3px 2px;
    left: 0;
    height: 89px;
}
.faq_pg_tp_cont p {
    font-family: 'Raleway-Italic';
    font-size: 18px;
    color: #4c4c4c;
    padding: 50px 0 40px;
}



.faq_pg_dr .accordion {
    background-color: #9dd6e4;
    color: #111111;
    cursor: pointer;
    padding: 13px 17px 13px;
    width: 92%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
    font-family: 'Verdana';
    position: relative;
}
.faq_pg_dr .panel p {
    font-size: 14px !important;
    font-family: 'Verdana';
    margin: 3px 35px 0 0;
    color: #737373;
    padding-bottom: 30px;
}
.faq_pg_dr .panel p a {
    font-family: 'Verdana';
    color: #ffb606;
    text-decoration: none;
}
.faq_pg_dr .panel ul {
    list-style: decimal;
    padding: 0 14px 21px;
    margin: 0;
    color: #444;
}
.faq_pg_dr .panel p span {
    font-family: 'Raleway-Bold';
    color: #444;
    font-size: 14px;
}
.faq_pg_dr .accordion:after {
    content: "\f105";
    font-family: FontAwesome;
    font-weight: bold;
    position: absolute;
    color: #777;
    right: 21px;
    font-size: 25px;
    top: 6px;
}
.faq_pg_dr .accordion:hover {
    background: #ffb606;
    color: #fff;
}
.faq_pg_dr .accordion:hover:after{
    color: #fff;
}

.faq_pg_dr .active:after 
{
    content: "\f107";
}
.faq_pg_dr .panel {
    padding: 0 18px;
    background-color: non;
    max-height: 0;
    color: #c0c0c0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 30px;
}

.faq_pg_rgt_img img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    margin-top: 45px;
}


.faq_get_touch {
    padding: 3% 0px 3%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(images/get_in_touch.jpg);
    margin-top: 30px;
}
.faq_get_touch_hd h3 {
    font-family: 'Raleway-Bold';
    font-size: 18px;
    color: #2a2a2a;
    text-transform: uppercase;
}
.faq_get_touch_hd h2 {
    font-family: 'Raleway-Regular';
    color: #111111;
    font-size: 30px;
    text-transform: uppercase;
}
.faq_get_touch_hd h2 span {
    font-family: 'Raleway-ExtraBold';
    font-size: 32px;
    color: #9b6e00;
}
.faq_get_touch_hd p {
    font-family: 'Verdana';
    font-size: 18px;
    color: #0a0908;
    margin: 0;
}
.faq_get_touch_bt h5 a {
    font-family: 'Raleway-Bold';
    font-size: 14px;
    color: #111111;
    text-decoration: none;
    background: #fff;
    padding: 15px 0;
    width: 167px;
    border-radius: 50px;
    text-transform: uppercase;
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translate(-50%);
}
.faq_get_touch_bt h5 a:hover {
    background: #111111;
    transition: all .5s ease-out;
    color: #fff;
}
.faq_get_touch_bt {
    padding: 35px 0;
    position: relative;
}

.faq_st_say_hd h3 {
    font-family: 'Raleway-Regular';
    font-size: 30px;
    color: #24211a;
    text-transform: uppercase;
    padding: 0 135px 30px 0;
    position: relative;
}
.faq_st_say_hd h3 span {
    font-family: 'Raleway-ExtraBold';
    font-size: 30px;
    color: #24211a;
}
.faq_st_say_hd p {
    font-family: 'Verdana';
    font-size: 14px;
    color: #5a5a5a;
    padding: 0 41px 20px 0;
}
.faq_st_say_hd h5 a {
    font-family: 'Raleway-Regular';
    font-size: 12px;
    background: #111111;
    padding: 13px 0;
    width: 133px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    position: absolute;
    top: 262px;
    left: 11px;
    transform: translate(0);
}
.faq_st_say_hd h5 a:hover {
    background: #ffb606;
    transition: all .5s ease-out;
    color: #111111;
}
.faq_st_say_hd h3:before {
    content: "";
    background: #24211a;
    position: absolute;
    top: 125px;
    padding: 0px 25px;
    left: 0;
    height: 2px;
}
.faq_st_say_mn {
    background: #f6f6f6;
    padding: 60px 0;
}
.fag_pg_bg h4 i {
    color: #d4d4d4;
    font-size: 41px;
}
.fag_pg_bg p {
    font-family: 'Verdana';
    font-size: 14px;
    color: #363228;
}   
.fag_pg_bg h5 {
    font-family: 'Verdana-Bold';
    font-size: 16px;
    color: #282212;
}
.fag_pg_bg {
    text-align: center;
    background: #fff;
    padding: 40px 30px;
    margin-top: 30px;
}


.faq_st_say_mn .row .col-md-4:nth-child(3) .fag_pg_bg{
    margin-left: 15px;
}

.faq_st_say_mn .row .col-md-4:nth-child(2) .fag_pg_bg{
    margin-right: 15px;
}
.faq_st_say_mn .row .col-md-4:nth-child(3) .fag_pg_bg:before{
   display: none;
}
.fag_pg_bg:before {
    content: "";
    background: #e1e1e1;
    position: absolute;
    top: 34px;
    right: 0;
    width: 1px;
    bottom: 0;
}
.fag_pg_bg:after {
    content: "";
    background: #ffb606;
    position: absolute;
    bottom: 0;
    padding: 0px 80px;
    height: 3px;
    left: 50%;
    transform: translate(-50%);
}

/*fag page css close*/


/*contact page css start*/

.contact_banner {
    padding: 6% 0px 6%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(images/contact_banner.jpg);
}
.contact_bn_hd h1 {
    font-family: 'Verdana';
    font-size: 42px;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    padding: 70px 50px;
}
.contact_bn_hd h1 span {
    font-family: 'Verdana-Bold';
    font-size: 42px;
    color: #ffff;
}
.contact_bn_hd h1:before {
    content: "";
    background: #ffb606;
    position: absolute;
    top: 48px;
    padding: 3px 2px;
    left: 0;
    height: 89px;
}
.contact_tp_cont p {
    font-family: 'Raleway-Italic';
    font-size: 18px;
    color: #4c4c4c;
}
.contact_tp_cont {
    padding: 50px 0 40px;
}

.contact_form .personal_inform_hd h3 span {
    font-family: 'Raleway-ExtraBold';
    font-size: 24px;
    color: #24211a;
}

.contact_form .personal_inform_hd h3 {
    font-family: 'Raleway-Regular';
    font-size: 24px;
    color: #24211a;
    text-transform: uppercase;
    padding: 0 14px;
}
.contact_form label {
    font-family: 'Verdana';
    font-size: 14px;
    color: #3f3d3a;
    padding-bottom: 20px;
}
.contact_form input {
    background: #fff;
    width: 100%;
    padding: 11px 10px;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    outline: none;
    color:#111111;
}
.contact_form {
    background: #f6f6f6;
    border-radius: 10px;
}
.contact_form .personal_inform {
    border-bottom: 1px solid #d7d7d7;
    padding: 50px 50px 20px;
}

.contact_form .contact_inform_hd h3 {
    font-family: 'Raleway-Regular';
    font-size: 24px;
    color: #24211a;
    text-transform: uppercase;
    padding: 0px;
}
.contact_form .contact_inform_hd h3 span {
    font-family: 'Raleway-ExtraBold';
    font-size: 24px;
    color: #24211a;
}
.contact_form .contact_inform_hd h4 {
    font-family: 'Verdana';
    font-size: 14px;
    color: #3f3d3a;
    padding: 5px 0px 20px;
}
.contact_form .contact_inform_hd h4 p {
    display: none;
}
.contact_inform {
    border-bottom: 1px solid #d7d7d7;
    padding: 50px 50px 20px;
}

.area_form {
    border-bottom: 1px solid #d7d7d7;
    padding: 40px 50px 0;
}
.area_form [type=checkbox] {
    width: 13px;
      top: 2px;
      position: relative;
}
.area_form label {
    font-size: 12px;
}


.contact_form .about_you_hd h3 {
    font-family: 'Raleway-Regular';
    font-size: 24px;
    color: #24211a;
    text-transform: uppercase;
}

.contact_form .about_you_hd h3 span {
    font-family: 'Raleway-ExtraBold';
    font-size: 24px;
    color: #24211a;
}
.about_check {
    display: flex;
}

.about_check [type=radio] {
    width: unset !important;
    position: relative;
    top: 2px;
}   
.about_you {
   padding: 40px 50px 0;
}
.contact_form .arg_req_hd h3 {
    font-family: 'Verdana';
    font-size: 14px;
    color: #9c6f01;
}
.arg_req {
    padding: 0 50px 0;
}
.about_check label {
    margin: 0;
    padding: 4px 0;
}

.arg_req [type=checkbox] {
    width: 13px;
	margin-bottom: 0px;
}
.arg_req label{
    font-family: 'Verdana';
    font-size: 12px;
    color: #403c32;
    padding: 0;
    margin: 0;

}
.arg_req [type=submit] {
    width: 27%;
    text-align: center;
    background: #111111;
    font-family: 'Verdana';
    font-size: 14px;
    color: #ffffff;
    border-radius: 50px;
    padding: 15px 0;
    text-transform: uppercase;
    margin-top: 30px;
    outline: none;
    cursor: pointer;
}
.form_sub {
    text-align: center;
}
span.about_ck {
    padding-left: 15px;
    font-size: 17px;
}
.arg_req p.sad {
    font-family: 'Verdana';
    font-size: 12px;
    color: #3c3c3c;
}
.arg_req p.sad span a {
    color: #9c6f01;
    text-decoration: none;
}
.contact_couress_hd h4 {
    font-family: 'Raleway-Regular';
    font-size: 30px;
    color: #24211a;
    text-transform: uppercase;
    position: relative;
}
.contact_couress_hd h4 span {
    font-family: 'Raleway-ExtraBold';
    font-size: 30px;
    color: #24211a;
}
.contact_couress_hd h4:before {
    content: "";
    background: #24211a;
    position: absolute;
    top: 48px;
    padding: 0px 25px;
    left: 4px;
    height: 2px;
}
.contact_couress_img img {
    height: 260px;
    object-fit: cover;
}
.contact_couress_cont h4 {
    font-family: 'Raleway-ExtraBold';
    font-size: 18px;
    color: #111111;
    text-transform: uppercase;
}
.contact_couress_cont p {
    font-family: 'Verdana';
    font-size: 12px;
    color: #3c3c3c;
}
.contact_couress_cont h5 a {
    font-family: 'Raleway-Regular';
    font-size: 12px;
    background: #111111;
    padding: 12px 0;
    width: 184px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    top: 175px;
    left: 0;
    transform: translate(28px);
}
.contact_couress_cont h5 a:hover {
    background: #ffb606;
    color: #111111;
}
.contact_couress_cont {
    padding: 30px 30px 70px;
    border-bottom-right-radius: 21px;
    border-bottom-left-radius: 20px;
    box-shadow: 0px 5px 12px 7px #f3f2f2;
    background: #fff;
    position: relative;
}
.contact_couress_mn {
    margin-left: 8px;
}
.contact_form_couress {
    background: #f6f6f6;
    margin-top: 60px;
    padding: 40px 0;
}
.contact_couress_hd {
    margin-bottom: 50px;
}
#course_slider .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
}
#course_slider button.owl-prev {
    padding: 5px 14px;
    border-radius: 50px;
    background: #111111;
    color: #fff;
    cursor: pointer;
    margin: 0;
    outline: none;
}

#course_slider button.owl-next {
    padding: 5px 14px;
    border-radius: 50px;
    background: #111111;
    color: #fff;
    cursor: pointer;
    outline: none;
}
#course_slider button.owl-prev:hover {
    background: #ffb606;
    color: #000;
}
#course_slider button.owl-next:hover {
    background: #ffb606;
    color: #000;
}

#course_slider .owl-dots{
    display: none;
}

/*contact page css close*/

/*testimonials page css start*/
.test_banner {
    padding: 6% 0px 6%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(images/test_banner.jpg);
    position: relative;
}
.test_banner_hd h1 {
    font-family: 'Verdana';
    font-size: 42px;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    padding: 70px 50px;
}
.test_banner_hd h1 span {
    font-family: 'Verdana-Bold';
    font-size: 42px;
    color: #ffff;
}
.test_banner_hd h1:before {
    content: "";
    background: #ffb606;
    position: absolute;
    top: 48px;
    padding: 3px 2px;
    left: 0;
    height: 89px;
}
.test_stud_lft_hd h3 {
    font-family: 'Raleway-Regular';
    font-size: 28px;
    color: #24211a;
    text-transform: uppercase;
    position: relative;
}
.test_stud_lft_hd h3 span {
    font-family: 'Raleway-ExtraBold';
    font-size: 30px;
    color: #24211a;
}
.test_stud_lft_hd h4 {
    font-family: 'Verdana';
    font-size: 14px;
    color: #24211a;
    margin-bottom: 60px;
    position: relative;
}
.test_stud_lft_hd h4 span {
    font-family: 'Verdana-Bold';
    font-size: 14px;
    color: #24211a;
}
.test_stud_lft_hd h4:before {
    content: "";
    background: #24211a;
    position: absolute;
    top: 41px;
    padding: 0px 25px;
    left: 4px;
    height: 2px;
}
.test_stud_lft_hd p {
    font-family: 'Raleway-Italic';
    font-size: 14px;
    color: #484640;
    padding-bottom: 10px;
    letter-spacing: 1px;
}
.test_get_touch {
    padding: 8% 50px 11%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(images/test_get_in_touch.jpg);
    margin-top: 80px;
}
.test_get_touch_hd h4 {
    font-family: 'Raleway-Bold';
    font-size: 18px;
    color: #252525;
    text-transform: uppercase;
}
.test_get_touch_hd h3 span {
    font-family: 'Raleway-ExtraBold';
    font-size: 28px;
    color: #ffffff;
}

.test_get_touch_hd h3 {
    font-family: 'Raleway-Regular';
    color: #111111;
    font-size: 28px;
    text-transform: uppercase;
}
.test_get_touch_hd h5 {
    font-family: 'Verdana';
    font-size: 16px;
    color: #111111;
    padding: 20px 0 20px;
}
.test_get_touch_hd p {
    font-family: 'Verdana';
    font-size: 12px;
    color: #fff6e1;
}
.test_get_touch_hd h6 {
    margin: 40px 0 70px;
}

.test_get_touch_hd h6 a {
    font-family: 'Verdana';
    font-size: 14px;
    color: #111111;
    text-decoration: none;
    background: #fff;
    padding: 15px 25px;
    border-radius: 50px;
    position: absolute;
    top: 260px;
    left: 18%;
    transform: translate(-50%);
}
.test_get_touch_hd h6 a:hover {
    background: #111111;
    color: #fff;
    transition: all .5s ease-out;
}
.test_stud_lft_hd {
    position: absolute;
    top: -50px;
    background: #fff;
    padding: 39px;
}

.test_bg_hd .quote {
    color: #fff;
    font-size: 41px;
    position: absolute;
    top: -39px;
    background: #9dd6e4;
    padding: 10px 23px;
    border-radius: 50px;
}
.test_bg_hd {
    background-color: #fff;
    padding: 70px 30px 40px 30px;
    -webkit-box-shadow: 0px 0px 6px 4px rgba(233,236,240,1);
    -moz-box-shadow: 0px 0px 6px 4px rgba(233,236,240,1);
    box-shadow: 3px 0px 8px 4px rgba(233,236,240,1);
    position: relative;
    min-height: 319px;
}
.test_bg_mn {
    background: #f6f6f6;
    padding: 30px 0;
    margin-top: 60px;
}
.test_bg_hd h4 {
    font-family: 'Verdana-Bold';
    font-size: 16px;
    color: #282212;
}
.test_bg {
    background: #ffb606;
    padding-left: 6px;
    margin-top: 80px;
}
.test_load_more h5 a {
    font-family: 'Raleway-Bold';
    font-size: 16px;
    color: #7e7e7e;
    text-decoration: none;
}
.test_load_more h5 {
    text-align: center;
}
.test_load_more {
    margin: 30px 0;
}

.test_courses {
    padding: 4% 0px 9%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(images/join_every_week.jpg);
}

.test_courses_hd h3 {
    font-family: 'Raleway-Regular';
    font-size: 35px;
    color: #ffffff;
    text-transform: uppercase;
}
.test_courses_hd h3 span {
    font-family: 'Verdana-Bold';
    font-size: 35px;
    color: #ffffff;
}
.test_courses_bt h5 a:hover {
    background: #ffb606;
    transition: all .5s ease-out;
}
.test_courses_bt h5 a {
    font-family: 'Verdana';
    font-size: 14px;
    color: #111111;
    text-decoration: none;
    background: #fff;
    padding: 16px 25px;
    border-radius: 50px;
    position: absolute;
    top: 0;
    left: 64%;
    transform: translate(0);
}
.test_courses_bt {
    padding: 10px 0;
    margin-top: 24px;
    position: relative;
}
.test_cou_bene_hd h3 {
    font-family: 'Raleway-Regular';
    font-size: 30px;
    color: #24211a;
    text-transform: uppercase;
    position: relative;
}
.test_cou_bene_hd h3 span {
    font-family: 'Raleway-ExtraBold';
    font-size: 30px;
    color: #24211a;
}
.test_cou_bene_hd h3:before {
    content: "";
    background: #24211a;
    position: absolute;
    top: 50px;
    padding: 0px 25px;
    left: 0;
    height: 2px;
}
.test_cou_bene_hd p {
    font-family: 'Verdana';
    font-size: 14px;
    color: #3e3a30;
    padding: 30px 33px 0 0;
}
.test_cou_cont ul li p {
    font-family: 'Verdana';
    font-size: 14px;
    color: #3e3a30;
    margin: 0;
}
.test_cou_cont ul li {
    padding: 7px 0;
}

.test_cou_cont ul {
    padding: 0 0;
    margin: 0;
    color: #fff;
}
.test_cou_bene_mn {
    background: #ffb606;
    padding: 40px;
    position: absolute;
    top: 193px;
    left: 50%;
    transform: translate(-50%);
    width: 1168px;
}
.test_courses_mn {
    position: relative;
}
.test_do_next {
    margin-top: 225px;
}
.test_do_next_cont h4 {
    font-family: 'Raleway-Regular';
    font-size: 30px;
    color: #24211a;
    text-transform: uppercase;
    position: relative;
}
.test_do_next_cont h4 span {
    font-family: 'Raleway-ExtraBold';
    font-size: 30px;
    color: #24211a;
 }
 .test_do_next_cont p {
    font-family: 'Verdana';
    font-size: 14px;
    color: #5a5a5a;
    padding: 30px 0 0;
}
.test_do_next_cont ul li p {
    font-family: 'Verdana';
    font-size: 16px;
    color: #3f3f3f;
    padding: 0;
}
.test_do_next_cont ul {
    list-style: square;
    color: #ffb606;
    padding: 10px 19px 0;
}
.test_do_next_cont h4:before {
    content: "";
    background: #24211a;
    position: absolute;
    top: 50px;
    padding: 0px 25px;
    left: 0;
    height: 2px;
}
.test_do_next_cont ul li p span a {
    font-family: 'Verdana';
    color: #ffb606;
    text-decoration: none;
}   
.test_do_next_img {
    text-align: center;
}
section#testimonials {
    margin-bottom: 50px;
}
.test_do_next_cont ul li {
    padding: 4px 0;
}

/*testimonials page css close*/



.test_bg{
  display:none;
}


/*coures page css start*/

.course_banner {
    padding: 6% 0px 6%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(images/pc_banner.jpg);
    position: relative;
}
.pc_banner_hd h4 {
    font-family: 'Verdana';
    font-size: 42px;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    padding: 70px 50px;
}   
.pc_banner_hd h4 span {
    font-family: 'Verdana-Bold';
    font-size: 42px;
    color: #ffff;
}
.pc_banner_hd h4:before {
    content: "";
    background: #ffb606;
    position: absolute;
    top: 48px;
    padding: 3px 2px;
    left: 0;
    height: 89px;
}
.pl_coures_hd h3 {
    font-family: 'Raleway-Regular';
    font-size: 30px;
    color: #24211a;
    position: relative;
}
.pl_coures_hd h3 span {
    font-family: 'Raleway-ExtraBold';
    font-size: 30px;
    color: #181818;
}
.pl_coures_hd h4 {
    font-family: 'Verdana';
    font-size: 14px;
    color: #24211a;
    margin-bottom: 40px;
    position: relative;
}
.pl_coures_hd h4 span {
    font-family: 'Verdana-Bold';
    font-size: 14px;
    color: #24211a;
}
.pl_coures_hd h3:before {
    content: "";
    background: #24211a;
    position: absolute;
    top: 80px;
    padding: 0px 25px;
    left: 4px;
    height: 2px;
}
.pl_coures_hd p {
    font-family: 'Verdana';
    font-size: 14px;
    color: #23211b;
    margin-bottom: 30px;
}
.pl_coures_img img {
    width: 100%;
    height: auto;
}
.pl_coures_img {
    position: absolute;
    top: -50px;
}
.pl_coures_hd {
    padding: 70px 70px 0 0;
}

.pl_coures_cont h2 {
    font-family: 'Raleway-Bold';
    font-size: 30px;
    color: #111111;
    text-transform: uppercase;
}
.pl_coures_rght {
    position: relative;
}

.pl_coures_cont {
    position: absolute;
    left: 50px;
    right: 70px;
    top: 210px;
}
.pl_coures_cont h4 {
    font-family: 'Verdana';
    font-size: 18px;
    color: #111111;
    padding: 20px 0;
}
.pl_coures_cont p {
    font-family: 'Verdana';
    font-size: 14px;
    color: #111111;
}

.pl_coures_cont h5 a {
    font-family: 'Verdana';
    font-size: 14px;
    color: #111111;
    text-decoration: none;
    background: #fff;
    padding: 15px 25px;
    border-radius: 50px;
    position: absolute;
    top: 242px;
    left: 0;
    transform: translate(0);
}
.pl_coures_cont h5 {
    margin: 40px 0 0;
}

.do_pl_co {
    display: flex;
    flex-wrap: wrap;
}
.do_pl_co_mn {
    width: 42%;
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
    margin-left: 85px;
    margin-top: 70px;
}
.do_pl_co_img img {
    width: 100%;
    height: auto;
}
.do_pl_co_img {
    width: 666px;
    margin-top: 70px;
    margin-left: 30px;
}
.domestic_course {
    background: #f6f6f6;
    margin-top: 90px;
    padding-bottom: 40px;
}
.do_pl_co_cd h3 {
    font-family: 'Raleway-Regular';
    font-size: 28px;
    color: #24211a;
    text-transform: uppercase;
    position: relative;
}
.do_pl_co_cd h3 span {
    font-family: 'Raleway-ExtraBold';
    color: #24211a;
    font-size: 30px;
}
.do_pl_co_cd h4 {
    font-family: 'Verdana';
    font-size: 18px;
    color: #2c2c2c;
    margin-top: 40px;
    margin-bottom: 20px;
}
.do_pl_co_cd h3:before {
    content: "";
    background: #24211a;
    position: absolute;
    top: 38px;
    padding: 0px 25px;
    left: 0;
    height: 2px;
}
.do_pl_co_cd ul {
    list-style: square;
    color: #f8b20a;
    padding: 0 20px;
    margin: 0;
}
.do_pl_co_cd ul li {
    padding: 4px 0;
}
.do_pl_co_cd ul {
    list-style: square;
    color: #f8b20a;
    padding: 0 20px;
    margin: 0;
}
.do_pl_co_cd ul li p{
    font-family: 'Verdana';
    font-size: 14px;
    color: #2c2c2c;
    margin: 0;
}
.do_pl_co_cd_tw h4 {
    margin-top: 20px;
}



.do_pro_co_img img {
    width: 100%;
}

.do_pro_co_img {
    width: 655px;
    margin-top: 60px;
    margin-bottom: 80px;
}
.do_pro_co_mn {
    width: 40%;
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
    margin-left: 50px;
    margin-top: 60px;
}
.do_pl_co_line {
    border-bottom: 1px solid #d7d7d7;
    padding: 60px 0 0;
}


.coures_cont {
    padding: 16% 0px 70%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(images/pc_contact_us.png);
    margin: 30px 0 0;
}
.coures_contact {
    padding: 60px 0;
    position: relative;
}
.coures_form_hd h4 {
    font-family: 'Raleway-Regular';
    font-size: 30px;
    color: #24211a;
    text-transform: uppercase;
    position: relative;
}
.coures_form_hd h4 span {
    font-family: 'Raleway-ExtraBold';
    font-size: 30px;
    color: #24211a;
}
.coures_form_hd p {
    font-family: 'Verdana';
    color: #5a5a5a;
    font-size: 14px;
    margin-top: 30px;
}
.coures_form_hd h4:before {
    content: "";
    background: #24211a;
    position: absolute;
    top: 80px;
    padding: 0px 25px;
    left: 4px;
    height: 2px;
}
.coures_contact input {
    border-radius: 7px;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
    padding: 9px 10px;
    width: 100%;
    outline: none;
}
.coures_contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.fst_name {
    padding: 9px 13px;
    border-radius: 7px;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
    width: 100%;
    outline: none;
}
.coures_contact .sur_name {
    border-radius: 7px;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
    padding: 9px 13px;
    width: 100%;
    outline: none;
}
.coures_contact input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number.phone_num {
    border-radius: 7px;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
    padding: 9px 13px;
    width: 100%;
    outline: none;
}
.coures_contact .email_cur {
    border-radius: 7px;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
    padding: 9px 13px;
    width: 100%;
    outline: none;
}
.coures_contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.address {
    border-radius: 7px;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
    padding: 9px 13px;
    width: 100%;
    outline: none;
}
.coures_contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.city {
    border-radius: 7px;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
    padding: 9px 13px;
    width: 100%;
    outline: none;
}
.coures_contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.county {
    border-radius: 7px;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
    padding: 9px 13px;
    width: 100%;
    outline: none;
}
.coures_contact .post_code {
    border-radius: 7px;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
    padding: 9px 13px;
    width: 100%;
    outline: none;
}
.coures_contact label {
    font-size: 14px;
}
.coures_contact .identify h3 {
    font-size: 14px;
    color: #9c6f01;
    font-family: 'Verdana';
}
.coures_contact label {
    font-size: 12px;
    font-family: 'Verdana';
    color: #3c3c3c;
    padding: 6px 0;
}

.coures_contact .infore h3 {
    font-size: 14px;
    color: #9c6f01;
    font-family: 'Verdana';
    margin-top: 15px;
}
.coures_contact .arg_req_hd h3 {
    font-size: 14px;
    color: #9c6f01;
    font-family: 'Verdana';
    margin-top: 15px;
}
.coures_contact p.sad {
    font-family: 'Verdana';
    font-size: 12px;
    color: #3c3c3c;
}

.coures_contact p.sad span a {
    color: #9c6f01;
    text-decoration: none;
}
.coures_contact .form_sub {
    text-align: unset;
    margin-top: 20px;
}
.coures_contact input.wpcf7-form-control.wpcf7-submit {
    background: #111111;
    border: none;
    padding: 12px 26px;
    border-radius: 50px;
    color: #fff;
    font-family: 'Verdana';
    font-size: 14px;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
	width: auto;
}

.coures_contact_rgh_bg {
    background: #9dd6e4;
    position: absolute;
    right: 0;
    top: 60px;
    bottom: 60px;
    width: 8%;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
/*coures page css clsoe*/






/*COURSE COLLECTION button animation start*/

/* Global Button Styles */
a.animated-button:link, a.animated-button:visited {
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
a.animated-button:link:after, a.animated-button:visited:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}

a.animated-button:link:hover:after, a.animated-button:visited:hover:after {
	height: 450%;
}


/* Victoria Buttons */


.course_lft_cont a.animated-button.victoria-three:after {
	background: #ffb606;
	opacity: .5;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.course_lft_cont:hover h5 a.animated-button.victoria-three:after {
	height: 140%;
	opacity: 1;
}

/*COURSE COLLECTION button animation close*/

/*COURSE COLLECTION center button animation start*/


.course_cent_cont a.animated-button.victoria-three:after {
	background: #ffb606;
	opacity: .5;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.course_cent_cont:hover h5 a.animated-button.victoria-three:after {
	height: 140%;
	opacity: 1;
}
/*COURSE COLLECTION center button animation close*/

/*counter_botton animation start*/

/* Global Button Styles */


.counter_cont h5 a.animated-button.victoria-three:after {
    background: #ffb606;
    opacity: .5;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.counter_cont h5 a:hover.animated-button.victoria-three:after {
    height: 140%;
    opacity: 1;
}
/*counter_botton animation close*/




/*Why learn with us button animation start*/

.wht_ct h5 a.animated-button.victoria-three:after {
    background: #fff;
    color:#11111;
    opacity: .5;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.wht_ct h5 a:hover.animated-button.victoria-three:after {
    height: 140%;
    opacity: 1;
}

.wht_ct h5 a:hover {
    color: #111111;
}
/*Why learn with us button animation close*/


.functional_steps_hd h5 a.animated-button.victoria-three:after {
    background: #ffb606;
    opacity: .5;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.functional_steps_hd h5 a:hover.animated-button.victoria-three:after {
    height: 140%;
    opacity: 1;
}




/*404 error css start*/

.banner_sec {
    background-image: url(images/404_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 174px 0;
}
.banner_sec h1 {
    font-family: 'Verdana';
    font-size: 42px;
    color: #ffffff;
    margin: 0;
    position: relative;
    padding: 0 0 0 55px;
}
.banner_sec h1:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 105px;
    background-color: #ffb606;
    left: 0;
    top: -24px;
}
.banner_sec h1 span {
    font-family: 'Verdana-Bold';
    padding: 0 0 0 15px;
}


section.cntnt_sec .text {
    text-align: center;
    margin: 0 0 120px 0;
    position: relative;
}
section.cntnt_sec .text h2 {
    color: #ffb606;
    font-size: 200px;
    margin: 0;
    font-family: 'Verdana-Bold';
}
section.cntnt_sec .text p {
    margin: 0 0 50px;
    color: #272727;
    font-size: 25px;
    font-family: 'Verdana';
}
section.cntnt_sec .text p span {
    font-family: 'Raleway-ExtraBoldItalic';
    color: #7b7b7b;
    font-size: 40px;
}
section.cntnt_sec .text h5 a#home_link {
    font-family: 'Raleway-Bold';
    background: #141414;
    font-size: 18px;
    color: #ffffff;
    padding: 19px 55px;
    border-radius: 30px;
    text-decoration: none;
    position: absolute;
    top: 328px;
    left: 50%;
    transform: translate(-50%);
}
section.cntnt_sec .img img {
    width: 100%;
    height: auto;
}

section.cntnt_sec {
    padding: 30px 0 70px 0;
}

/*404 button animation start*/

.text h5 a.animated-button:link, h5 a.animated-button:visited {
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.text h5 a.animated-button:link:after, h5 a.animated-button:visited:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}

.text h5 a.animated-button:link:hover:after, h5 a.animated-button:visited:hover:after {
    height: 450%;
}


/* Victoria Buttons */


.text h5 a.animated-button.victoria-three:after {
    background: #ffb606;
    opacity: .5;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.text h5 a:hover.animated-button.victoria-three:after {
    height: 140%;
    opacity: 1;
}


/*404 button animation close*/


/*404 error css close*/


/*GET IN TOUCH button animation start*/


.test_get_touch_hd h6 a.animated-button.victoria-three:after {
    background: #111111;
    opacity: .5;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.test_get_touch_hd h6 a:hover.animated-button.victoria-three:after {
    height: 140%;
    opacity: 1;
}
.test_get_touch_hd {
    position: relative;
}

/*GET IN TOUCH button animation close*/


/*TRAINING COURSES */

.test_courses_bt h5 a.animated-button.victoria-three:after {
    background: #ffb606;
    opacity: .5;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.test_courses_bt h5 a:hover.animated-button.victoria-three:after {
    height: 140%;
    opacity: 1;
}


/*faq COURSE ADVISOR button animation start */


/* Global Button Styles button animation start*/

.faq_get_touch_bt h5 a.animated-button.victoria-three:after {
    background: #111111;
    opacity: .5;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.faq_get_touch_bt h5 a:hover.animated-button.victoria-three:after {
    height: 140%;
    opacity: 1;
}

/*faq COURSE ADVISOR button animation close */

/*faq STUDENTS say button animation start */


.faq_st_say_hd h5 a.animated-button.victoria-three:after {
        background: #ffb606;
        opacity: .5;
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
    .faq_st_say_hd h5 a:hover.animated-button.victoria-three:after {
        height: 140%;
        opacity: 1;
    }

/*faq STUDENTS say button animation close */

/*OUR TRAINING COURSES button animation start*/

   .contact_couress_cont h5 a.animated-button.victoria-three:after {
        background: #ffb606;
        opacity: .5;
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
    .contact_couress_cont h5 a:hover.animated-button.victoria-three:after {
        height: 140%;
        opacity: 1;
    }

/*OUR TRAINING COURSES button animation close*/


/*Course page get in touch button animation start*/

.pl_coures_cont h5 a.animated-button.victoria-three:after {
        background: #111111;
        opacity: .5;
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
    .pl_coures_cont h5 a:hover.animated-button.victoria-three:after {
        height: 140%;
        opacity: 1;
    }
    .pl_coures_cont h5 a:hover {
    color: #fff;
    }

/*Course page get in touch button animation close*/

div#n2-ss-2-arrow-next {
    right: 102px !important;
}
div#n2-ss-2-arrow-previous {
    left: 102px !important;
}
.coures_contact span.wpcf7-list-item.first.last {
    margin-left: 0;
}
.coures_contact form input[type="checkbox"] {
    vertical-align: text-top;
}
.counter_ctm div#count_pre:before {
    content: "%";
    position: absolute;
    right: 24px;
}
.counter_ctm div#count_k:before {
    content: "K";
    position: absolute;
    right: 65px;
}



@media only screen and (max-width: 767px) {
    
    
      div#n2-ss-2-arrow-previous {
    left: 10px !important;
  }
  div#n2-ss-2-arrow-next {
    right: 10px !important;
  }
  
  h1#sub_title {
    padding: 14px 0 0 22px !important;
    font-size:35px !important;
        }
        
    h1#sub_title span {
    font-size: 35px !important;
    }
    h1#sub_title:before {
    top: 10px !important;
    }
    
    .contact_tp_cont {
    padding: 20px 0 0 !important;
    }
    .contact_form .area_form label {
    font-size: 14px !important;
    }
    .contact_form .arg_req_hd h3 {
    font-size: 16px !important;
    }
    .arg_req [type=submit] {
    margin-top: 8px !important;
    padding:11px 0 !important;
    }
    .copy_right h4 {
       font-size: 12px !important;
         text-align: center !important;
    }
    .do_pl_co_cd h3:before{
    top: 108% !important;
    
    }
    ul#wprmenu_menu_ul li.menu-item a, div#mg-wprm-wrap ul li span.wprmenu_icon {
    text-align: left !important;
    }
    section#trainning_int {
    background: #9dd6e4 !important;
    padding: 10px 0 10px !important;
    }
    .course_cent_cont {
        padding: 15px 0 50px !important;
    }
    .course_cent_cont h2 {
        font-size: 22px !important;
    }
    a.animated-button:link, a.animated-button:visited {
        display: inline-block !important;
    }
    .counter_mn {
        padding: 5% 0px 5% !important;
    }
    div#counter {
        background: #ffb606 !important;
        padding: 15px 0 5px !important;
    }
    .wht_ct h3 span {
        font-size: 22px !important;
    }
    .wht_ct h3::before {
        display: none !important;
    }
    .wt_bg_mn h3 {
        padding: 10px 0 !important;
    }
    section#choose_us {
        padding-bottom: 20px !important;
    }
    .financial::before {
    height: 70px !important;
    width: 70px !important;
    background-position: 1328px 1518px !important;
    position: absolute !important;
    left: 15px !important;
    }
    .wht_ct h3 {
    font-family: 'Raleway-Regular' !important;
    font-size: 22px !important;
    color: #24211a !important;
    position: relative !important;
    text-transform: uppercase !important;
    }
    .cst_container {
    width: 90% !important;
    margin: auto !important;
    }
    .trainning_int_cont h3 {
    font-family: 'Verdana' !important;
    font-size: 25px !important;
    color: #24211a !important;
    }
    .counter-value {
    font-family: 'Verdana-Bold' !important;
    font-size: 16px !important;
    color: #111111 !important;
    }

    .questions_form_mn {
    margin-top: 15px !important;
    width: 100% !important;
    display: flex !important;
    max-width: 100% !important;
    flex-wrap: wrap !important;
    }
    .pl_coures_cont h5 a {
    top: 195px !important;
    }
    div#n2-ss-2 .n2-style-f95b03dcf5f752f738f9fc79211c5920-heading {
    padding: 5px 20px 5px 20px !important;
    }
    button.sub-menu-toggle {
    border: unset !important;
    }
    button.sub-menu-toggle span.icon-plus, button.sub-menu-toggle span.icon-minus {
        display: none !important;
    }
    button.sub-menu-toggle span.screen-reader-text {
        display: none !important;
    }
    .mob-expand-submenu {
        position: relative !important;
        right: 0px !important;
        float: right !important;
        left: 195px !important;
        top: -36px !important;
    }
    .mob-expand-submenu i {
        font-size: 17px !important;
    }
    button.sub-menu-toggle:focus {
        outline: none !important;
    }
    #mobmenuleft .mob-expand-submenu, #mobmenuleft > .widgettitle, #mobmenuleft li a, #mobmenuleft li a:visited, #mobmenuleft .mobmenu-content h2, #mobmenuleft .mobmenu-content h3, .mobmenu-left-panel .mobmenu-display-name, .mobmenu-content .mobmenu-tabs-header li {
        font-family: inherit !important;
    }
    body.mob-menu-overlay, body.mob-menu-slideout, body.mob-menu-slideout-over, body.mob-menu-slideout-top {
    padding-top: 20px !important;
    }
    #mobmenuleft li:hover a, #mobmenuleft li:hover i {
    color: #666666 !important;
    }
    .mobmenu-content #mobmenuleft li:hover, .mobmenu-content #mobmenuright li:hover {
        background-color: #f7f7f7 !important;
    }
    button.sub-menu-toggle {
    background-color: #f7f7f7 !important;
    }
    .mobmenu-content #mobmenuleft .menu-item-59 ul.sub-menu.show-sub-menu a {
    color: #fff !important;
    }
    mob-menu-logo-holder {
    text-align: right !important;
    padding: 0 18px 0 0 !important;
    }

    .mob-standard-logo {
    padding: 8px 0 !important;
    }
    .mob-menu-logo-holder {
        text-align: left !important;
        padding: 0 0 0 20px !important;
    }
    
    /*mobail responshive menu start*/
    button.sub-menu-toggle {
    position: absolute !important;
    top: 175px !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 0 !important;
    }
    button.sub-menu-toggle i {
        top: 13px !important;
    }
     /*mobail responshive menu close*/
    .mobmenu-content li a {
    text-transform: uppercase !important;
    font-family: inherit !important;
    }
    .mobmenu-content #mobmenuright .sub-menu a {
        padding: 10px 0 !important;
    }
    .coures_form_hd h4:before {
   top: 135% !important;
    }
    .mobmenu-content #mobmenuright .sub-menu li:hover {
    background-color: #3a3a3a !important;
    }
    .pl_coures_hd h3:before {
    top: 122% !important;
    }
    
    .pl_coures_hd h4 {
        margin-bottom: 15px !important;
    }
    
    .pl_coures_hd p {
        margin-bottom: 12px !important;
    }
    
    
    .page-id-66 .do_pl_co_cd ul {
        margin: 15px 0 0 0 !important;
    }
    
    .do_pl_co_cd ul li {
        padding: 2px 0 !important;
    }
    
    .do_pl_co_cd_tw h4 {
        margin-top: 10px !important;
        margin-bottom: 0 !important;
    }
    .do_pl_co_cd h4 {
        margin-top: 22px !important;
    }
    .test_cou_bene_hd h3:before {
        top: 108% !important;
    }
    .test_cou_bene_hd p {
        padding: 8px 33px 0 0 !important;
    }
    .test_do_next_cont h4:before {
        top: 108% !important;
    }
    .test_do_next_cont p {
        padding: 10px 0 0 !important;
        margin: 0 !important;
    }
    
    
    .test_do_next_cont ul {
        margin: 0 !important;
    }
    span.wpcf7-list-item {
        margin: 0 !important;
    }
    .about_check span {
        padding: 0 0px 0 0 !important;
		width: 50%;
		text-align: center;
    }
    .coures_contact .infore h3 {
        margin-top: 8px !important;
    }
    .coures_contact .arg_req_hd h3 {
        margin-top: 8px !important;
    }
    .financial {
    margin-bottom: 40px !important;
    height: 50px !important;
    width: 95% !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative !important;
    
    }
    
    .test_stud_lft_hd p {
    margin: 0 !important;
    }
    
    .test_bg {
        margin-top: 58px !important;
    }
    .test_load_more {
        margin: 18px 0 !important;
    }
    .test_bg_mn {
        padding: 13px 0 !important;
    }
    .test_bg_hd {
        min-height: 290px !important;
    }
    .questions_form .wpcf7 form .wpcf7-response-output {
    margin: .5em 0.5em 1em !important;
 
    }
    .contact_tp_cont p {
    font-family: 'Raleway' !important;
    font-size: 15px !important;
    }
    .contact_form_couress {
    margin-top: 20px !important;
    padding: 20px 0 !important;
    }
    .faq_pg_dr .panel {
    margin-bottom: 15px;
    }
    .faq_pg_dr .accordion {
        font-size: 14px !important;
        padding: 13px 25px 13px !important;
    }
    .faq_pg_dr .panel p {
        font-size: 12px !important;
        padding-bottom: 10px !important;
    }
    .faq_pg_dr .accordion:after {
        right: 5% !important;
    }
    
    .faq_st_say_hd p {
        padding: 0 41px 32px 0 !important;
    }
    .faq_st_say_hd h5 a {
        top: 88% !important;
        left: 18px !important;
    }
    .faq_pg_tp_cont p {
        font-size: 16px !important;
    }
    
    .contact_couress_img img {
        height: auto !important;
    }
    .contact_form .contact_inform_hd h4 {
        padding: 5px 0px 5px !important;
    }
    .contact_form label {
    padding-bottom: 5px !important;
    }
    trainning_int_cont h4 {
    margin-bottom: 0 !important;
    }
    contact_couress_cont h5 a {
    top: 75% !important;
    }
    .contact_couress_hd h4:before {
    top: 118% !important;
    left: 0 !important;
    }
    .trainning_int_cont h4 {
        margin-bottom: 0 !important;
    }
    .trainning_int_cont h4 {
        padding: 0 0 20px 0 !important;
    }
    .trainning_int_cont h4:before {
    top: 26px !important;
    }
    .trainning_int_cont p {
    padding-bottom: 0 !important;
    margin-bottom: 10px !important;
    }
    .course_hd p {
    margin-bottom: 0 !important;
    }
    .faq_mn .accordion:after {
    top: 6px !important;
    left: 10px !important;
    font-size: 19px;
    }
    questions_form_hd h2 {
    margin-bottom: 0 !important;
    }
    .contact_couress_cont h5 a{
    top: 75% !important;
    }
    .questions_form textarea {
    margin-bottom: 12px !important;
    }
    .course_hd h4 {
    margin-bottom: 0 !important;
    }
    .faq_mn .panel {
    padding: 0 !important;
    }
    .home .faq_mn .panel p {
        font-size: 13px !important;
        margin: 2px 0 0 !important;
    }
    counter_ctm p {
    font-family: 'Raleway-Regular';
    font-size: 13px;
    color: #ffffff;
    }
    .do_pro_co_img{
    display: none !important;
    }
    .counter_ctm div#count_k:before {
    right: 32% !important;
    }
    .counter_ctm div#count_pre:before {
    right: 22% !important;
    }
}





@media only screen  and (min-device-width: 768px) and (max-device-width: 1112px)  {
    
	.faq_get_touch_bt h5 a {
    width: 100%;
	}
	.faq_pg_dr .accordion {
    width: 100%;
	}
	.faq_get_touch .col-md-2 {
    padding: 0;
	}
	.faq_get_touch_bt h5 a {
		font-size: 10px;
		padding: 8px 0;
	}
	.heder_menu {
		padding: 10px 0;
	}
	.header_menu {
		margin: 4px 0 0 0;
	}
	
    .faq_pg_dr .accordion {
    padding: 13px 30px 13px 16px;
	}
    .wht_ct h3:before {
    top: 105%;
    }
    .wht_ct h3 span {
    font-size: 24px;
    }
    .wht_ct h3 {
    font-size: 25px;
    }
    div#counter {
    background: #ffb606;
    padding: 10px 0 10px 50px;
    text-align: left;
    }
    .functional_steps_hd h2:before {
    top: 100%;
    }
    
    .sf-menu {
    float: right;
    margin-bottom: 1em;
    }
  .container_main {
    width: 90%;
    margin: auto;
    }
    .pl_coures_cont h2 {
        font-size: 21px;
    }
   
    .pl_coures_cont {
        top: 0;
    }
    .pl_coures_cont h2 {
        font-size: 20px;
    }
    .pl_coures_cont h4 {
        font-size: 17px;
        padding: 8px 0;
    }
    .pl_coures_cont h5 {
        margin: 28px 0 0;
    }
    .pl_coures_cont h5 a {
        padding: 12px 25px;
    }
    .domestic_course {
        margin-top: 10px;
    }
    
    .do_pl_co_mn {
        width: 45%;
        margin-left: 45px;
        margin-top:25px;
    }
    .do_pl_co_cd h3 {
        font-size: 25px;
        margin-bottom:23px;
    }
    .do_pl_co_cd h3 span {
        font-size: 25px;
    }
    .do_pl_co_cd h3:before {
        top: unset;
        bottom: -12px;
    }
    .do_pl_co_img {
        width:359px;
        margin-top: 25px;
        margin-left: 18px;
    }
    .do_pro_co_img {
    width: 380px;
    margin-top:25px;
    }
    .do_pro_co_mn {
        width: 44%;
        margin-left:23px;
        margin-top:17px;
    }
    .test_courses_hd h3 {
        font-size: 26px;
    }
    .test_courses_hd h3 span {
        font-size: 28px;
    }
    .test_courses_bt h5 a {
        left: unset;
        right: 0;
        font-size:11px;
    }
    .test_cou_bene_mn {
        width: 90%;
        top: 160px;
    }
    .test_cou_bene_hd h3 {
        font-size: 20px;
    }
    .test_cou_bene_hd h3 span {
        font-size: 20px;
    }
    .test_cou_bene_hd h3:before {
        top: 30px;
    }
    .test_cou_bene_hd p {
        padding: 18px 30px 0 0;
    }
    .test_do_next {
        margin-top: 235px;
    }
    .test_do_next_img img {
        width: 100%;
        height: auto;
    }
    
    .test_do_next_cont h4 {
        font-size: 25px;
    }
    .test_do_next_cont h4 span {
        font-size: 25px;
    }
    .test_do_next_cont h4:before {
        top: 38px;
    }
    .domestic_course {
        padding-bottom: 10px;
    }
    .coures_form_hd h4 {
        font-size: 25px;
    }
    .coures_form_hd h4 span {
        font-size: 25px;
    }
    .coures_form_hd h4:before {
        top: 65px;
    }
    span.wpcf7-list-item {
        margin: 0 0 0 0;
    }
    .test_courses {
        margin: 30px 0 0 0;
    }
    .cst_container {
        width: 100%;
        margin: auto;
    }
    .pl_coures_hd h3:before {
        top: unset;
        bottom: 0;
    }
    
    /*home page ipad*/
   
    section#trainning_int {
        background: #ffb606;
        padding: 40px 0 20px;
    }
    section#course {
        padding: 40px 0 40px;
    }
    .course_cent_cont h5 a {
        position: unset;
        transform: translate(-0%);
    }
    a.animated-button:link, a.animated-button:visited {
        display: inline-block;
        position: unset;
        transform: translate(-0%);
    }
    .course_lft_cont h5 a {
        position: unset;
        transform: translate(-0%);
        width: unset;
    }
    .course_cent_cont {
        padding: 20px 0 20px;
    }
    .course_lft_cont {
        margin-bottom: 10px;
    }
    .counter_mn {
        padding: 5% 0px 9%;
    }
    .wht_ct {
        padding: 70px 25px 45px;
        position: relative;
    }
    .counter_gn {
        position: unset;
    }
    div#counter {
        background: #ffb606;
        padding: 20px 35px 20px 0px;
    }
	.counter_ctm p {
    font-size: 14px;
	}
    .counter-value {
        font-size: 20px;
    }
    section#with_us {
        margin-top: 40px;
    }
    
    .header_menu ul li a {
    font-size: 11px;
    padding: 11px 1px;
    }
    .header_menu ul li:nth-child(6) 
	{
		padding: 7px 8px 3px 8px;
		margin: 5px 0 0 4px;
		font-size: 16px;
    }
    .header_menu ul li:nth-child(6) a {
        font-size: 9px;
        padding: 0;
    }
    .header_soc ul li a {
        padding: 12px 3px;
        color: #1f1f1f;
    }
    section#top_slider .slider h1#ctm_hd {
        font-size: 35px;
        padding: 0 50px;
    }
    section#top_slider .slider h1#ctm_hd span {
        font-size: 35px;
    }
    .heder_menu .logo_sec {
        width: 122px;
    }
    
    .wt_hd {
    max-width: 35%;
    margin-top: 25px;
    position: absolute;
    }
    .wt_bg {
        width: 65%;
        justify-content: space-around;
    }
    .wt_bg .wt_bg_mn {
    position: relative;
    padding: 110px 0 0;
    text-align: center;
    width: 35%;
    border-bottom: 0px solid #e1e1e1;
    margin-bottom: 23px;
    margin: 0px 10px 25px 10px;
    }
    .wt_bg .wt_bg_Tutors {
    position: relative;
    padding: 110px 0 0;
    text-align: center;
    width: 35%;
    border-bottom: 0px solid #e1e1e1;
    margin-bottom: 23px;
    margin: 0px 10px 24px 10px;
    }
    .wt_bg .wt_bg_On_site {
    position: relative;
    padding: 110px 0 0;
    text-align: center;
    width: 35%;
    border-bottom: 0px solid #e1e1e1;
    margin-bottom: 0;
    margin: 0px 10px 25px 10px;
    }
    .wt_bg .wt_bg_qualifications {
     position: relative;
    padding: 110px 0 0;
    text-align: center;
    width: 35%;
    margin: 0px 10px 24px 10px;
    }
    .wt_bg .wt_bg_price {
    position: relative;
    padding: 110px 0 0;
    text-align: center;
    width: 35%;
    margin: 0px 10px 0px 10px;
    }
    .wt_bg .wt_bg_mn::before {
        left: 50%;
        transform: translate(-50%);
    }
    .wt_bg .wt_bg_Tutors::before {
         left: 50%;
        transform: translate(-50%);
    }
    .wt_bg .wt_bg_On_site::before {
        left: 50%;
        transform: translate(-50%);
    }
    .wt_bg .wt_bg_qualifications::before {
         left: 50%;
        transform: translate(-50%);
    }
    .wt_bg .wt_bg_qualifications::before {
        left: 50%;
        transform: translate(-50%);
    }
    .wt_bg .wt_bg_flexible::before {
        left: 50%;
        transform: translate(-50%);
    }
    .wt_bg .wt_bg_price::before {
       left: 50%;
        transform: translate(-50%);
    }
    .foo_icon h4 {
    font-size: 19px;
    }
    .foo_cont p {
        padding: 0px 75px 0 0;
    }
    .wt_bg .wt_bg_flexible {
        position: relative;
        padding: 110px 0 0;
        text-align: center;
        width: 35%;
        margin: 0px 20px 24px 20px;
    }
    .top_bot {
        right: 23px;
        bottom: 15px;
    }
    .test_stud_lft_hd h3 {
        font-size: 24px;
    }
    .test_stud_lft_hd h3 span {
        font-size: 24px;
    }
    .test_stud_lft_hd h4 {
        font-size: 14px;
    }
    .test_get_touch_hd h3 {
        font-size: 24px;
    }
    .test_get_touch_hd h3 span {
        font-size: 24px;
    }
    .test_get_touch {
        padding: 8% 35px 11%;
    }
    .test_get_touch_hd h6 a {
        left: 92px;
    }
    .test_bg_mn {
        margin-top: 190px;
    }
    .test_bg_hd {
        min-height: 420px;
    padding: 70px 10px 40px 10px;
    }
    .trainning_int_img img {
    width: 100%;
    height: auto;
    }
    .wt_bg .wt_bg_mn:after {
    display: none;
    }
    .wt_bg .wt_bg_Tutors:after {
         display: none;
    }
    .wt_bg .wt_bg_qualifications:after {
        display: none;
    }
    .wt_bg .wt_bg_flexible:after {
        display: none;
    }
    .financial_mn {
    padding: 8% 10px 8%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(images/financial_bg.jpg);
    }
    
    .financial::before {
        height: 75px;
        width: 75px;
        background-position: 1330px 1520px;
    }
    .financial h4 {
        padding: 10px 0px 0 90px;
        font-size: 15px;
    }
    .industry::before {
        height: 75px;
        width: 75px;
        background-position: 1085px 1520px;
    }
    .industry h4 {
        padding: 20px 0px 0 90px;
        font-size: 15px;
    }
    .hands::before {
        height: 75px;
        width: 75px;
        background-position: 841px 1521px;
    }
    .hands h4 {
        padding: 20px 0px 0 90px;
        font-size: 15px;
    }
    
    .fag_pg_cont h1 {
    font-size: 35px;
    }
    
    .fag_pg_cont h1:before {
        top: 52px;
    }
    .fag_pg_cont h1 {
        padding: 45px 50px;
    }
    .faq_pg_dr .accordion:after {
        right: 12px;
    }
    .faq_get_touch_bt h5 a {
        top: 35px;
        left: 0;
    }
    .faq_st_say_hd h3 {
        font-size: 20px;
        padding: 0 52px 30px 0;
    }
    .faq_st_say_hd h3:before {
        top: 80px;
    }
    .faq_st_say_hd h5 a {
        top: 305px;
    }
    .fag_pg_bg {
        padding: 40px 30px;
        margin-top: 0;
    }
    .functional_steps_cont {
    width: 100%;
    margin-left: 20px;
    padding: 35px 20px 35px 72px;
    border-radius: 10px;
    box-shadow: 1px 0px 6px 0 #c1c1c1;
    }
    .functional_tw_cont {
        position: relative;
        background: #ffb606;
        width: 100%;
        margin-left: 20px;
        padding: 35px 20px 20px 72px;
        border-radius: 10px;
        box-shadow: 1px 0px 6px 0 #c1c1c1;
        margin-top: 40px;
    }
    .functional_th_cont {
        position: relative;
        background: #ffb606;
        width: 100%;
        margin-left: 20px;
        padding: 35px 20px 15px 72px;
        border-radius: 10px;
        box-shadow: 1px 0px 6px 0 #c1c1c1;
        margin-top: 40px;
    }
    .customers_say {
        margin-top: 50px;
        padding: 30px 30px 0;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        position: unset;
        top: 468px;
        min-height: 260px;
    }
    .customers_say_hd h2 {
        font-size: 22px;
    }
    .customers_say_hd h2 span {
        font-size: 22px;
    }
    .customers_say_cont {
        width: 60%;
        margin-left: 50px;
        padding-right: 30px;
    }
    .customers_say_img {
        display: none;
    }
    .customers_say button.owl-prev {
    position: unset;
    }
    .customers_say button.owl-next {
        position: unset;
    }
    section#faq {
       padding: 6% 5px 3%;
        margin-top: 0px;
    }
    .faq_mn .accordion {
        padding: 13px 35px 13px;
        font-size: 12px;
    }
    
    .area_form [type=checkbox] {
    width: 13px;
    margin-bottom: 7px;
    top: 3px;
    }
    .area_form label {
        font-size: 9px;
    }
    
    .arg_req [type=submit] {
        width: 40%;
        padding: 12px 0;
        margin-top: 12px;
    }
    .contact_couress_cont{
        min-height: 355px;
    }
    .contact_couress_cont h5 a{
        width: 162px;
        top: 80%;
        left:50%;
       transform: translate(-50%);
    }
    .foo_ad_img img {
    width: 100%;
    }
    .foo_ad_img img {
    width: 100%;
    height: auto;
    }
    customers_say button.owl-prev {
    position: unset;
    }
    .customers_say button.owl-next {
        position: unset;
    }
    section#faq {
       padding: 6% 5px 3%;
        margin-top: 0px;
    }
    .faq_mn .accordion {
        padding: 13px 35px 13px;
        font-size: 12px;
    }
    .faq_mn .panel p {
    font-size: 12px !important;
    }
    .counter_ctm div#count_k:before {
    right: 40px;
    }
    .contact_form .contact_inform_hd h3 {
    padding: 0;
    }
    .contact_form .contact_inform_hd h4 {
        padding: 5px 0 20px;
    }
    .questions_form_hd h2 {
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 20px;
    }
    .questions_form_hd h2::before {
        top: 100%;
    }
    .questions_form_mn {
        justify-content: center;
    }
    .questions_form {
        width: 90%;
        margin-left: 0px;
    }
    .questions_form_img {
        padding-left: 0px;
        width: 90%;
        margin-left: 0px;
    }
    .contact_form_couress {
    background: #f6f6f6;
    margin-top: 20px;
    padding: 40px 0;
    }
    .functional_steps_hd h5 a {
    position: unset;
    top: 300px;
    left: 20%;
    transform: translate(0%);
    }
    .contact_couress_cont {
    padding: 20px 14px 70px;
    border-bottom-right-radius: 21px;
    border-bottom-left-radius: 20px;
    box-shadow: 0px 5px 12px 7px #f3f2f2;
    background: #fff;
    position: relative;
    }
    .contact_couress_cont h4 {
    font-family: 'Raleway-ExtraBold';
    font-size: 16px;
    color: #111111;
    text-transform: uppercase;
    }
    .contact_couress_cont h4 {
    font-family: 'Raleway-ExtraBold';
    font-size: 16px;
    color: #111111;
    text-transform: uppercase;
    }
    .contact_couress_cont p {
    font-family: 'Verdana';
    font-size: 14px;
    color: #3c3c3c;
    }
    .faq_st_say_hd h3 span {
    font-size: 20px;
    }
    .faq_mn .accordion::after {
    content: "\f105";
    font-family: FontAwesome;
    font-weight: bold;
    position: absolute;
    color: #111111;
    left: 21px;
    font-size: 18px;
    top: 8px;
    }
    .choose_mn {
    padding: 0 30px 0 0;
    }
    
    .choose_mn p {
        font-size: 14px;
    }
    section#functional_steps {
    padding: 40px 0 60px 0px;
    }
    section#choose_us {
        padding-bottom: 20px;
    }
    .foo_ad_img {
        position: unset;
    }
    section#questions_form {
        padding: 60px 0 15px;
    }
    .faq_mn .active:after {
    content: "\f107" !important;
    position: absolute;
    left: 17px;
    font-size: 18px;
    } 
    .foo_icon ul li {
    display: inline-block;
    padding: 1px;
    margin: 2px;
    }
    .pl_coures_hd {
    padding: 70px 0 0 0;
    }
    .pl_coures_hd h4 {
        margin-bottom: 15px;
    }
    .pl_coures_hd p {
        font-size: 13px;
        margin-bottom: 13px;
    }   
    .do_pl_co_cd ul li p {
    font-size: 13px;
    }
    .do_pl_co_cd_tw h4 {
        margin-top: 15px;
    }
    .page-id-66 .do_pl_co_cd ul {
        margin: 8px 0 0 0;
    }
    .do_pl_co_line {
        border-bottom: 1px solid #d7d7d7;
        padding: 12px 0 0;
    }
    
    .test_do_next_cont p {
        font-size: 13px;
        padding: 15px 0 0;
    }
    .test_do_next_cont ul {
        padding: 0 19px 0;
    }
    .test_do_next_cont ul li p {
        font-size: 13px;
        padding: 0;
        margin: 0;
    }
    .coures_contact {
        padding: 25px 0;
    }
    
    .coures_form_hd p {
        font-size: 13px;
        margin-top: 20px;
    }
    .questions_form .wpcf7 form .wpcf7-response-output {
    margin: 1em 0.5em 1em;
    }
    .do_pl_co_cd ul p {
    font-size: 13px;
    }
    .do_pl_co_cd ul p {
        font-size: 13px;
    }
    .do_pl_co_cd p {
    font-size: 14px;
    }
    .do_pl_co_cd h4 {
    margin-top: 25px;
    margin-bottom: 5px;
    }
    
    .do_pro_co_img {
        margin-top: 25px;
    }
    .do_pl_co_cd h4 {
        margin-top: 30px;
        margin-bottom: 5px;
    }
    .functional_steps_hd h2 {
    font-size: 20px;
    }
    .functional_steps_hd h2 span {
    font-size: 20px;
    }
    .about_you {
    padding: 30px 25px 0;
    }
    .arg_req {
        padding: 0 25px 0;
    }
    .contact_form .personal_inform {
    padding: 30px 25px 20px;
    }
    .contact_inform {
    padding: 30px 25px 20px;
    }
    .area_form {
    border-bottom: 1px solid #d7d7d7;
    padding: 30px 25px 0;
    }
    .counter_ctm:before {
    right: -16px;
    height: 70px;
    }
     .course_lft_cont h5 a {
    font-size: 10px;
    padding: 12px 14px;
    }
    .course_lft_cont h2 {
    font-size: 13px;
    }
    
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
.counter_ctm div#count_pre:before {
    right: 50px;
    }
	.coures_contact label {
    font-size: 11px;
    }
    .counter_ctm div#count_k:before {
    right: 67px;
    }
    .about_check [type=radio] {
    top: 2px;
    margin: 0 5px;
    }
    .about_check {
    flex-direction: column;
    }
    .header_menu ul li a {
    font-size: 13px;
    padding: 11px 4px;
    }
    .header_menu ul li:nth-child(6) {
    padding: 5px 10px 2px 9px;
    margin: 6px 0;
    font-size: 0;
    }
    .header_soc ul li a {
    padding: 12px 8px;
    }
    .header_menu ul li:nth-child(6) a {
    font-size: 14px;
    padding: 0;
    }
    
    .do_pl_co_mn {
    width: 54%;
    }
    
    .do_pl_co_img {
        width: 408px;
    }
    .do_pro_co_mn {
        width: 60%;
    }
   

}


@media only screen and (min-device-width: 320px) and (max-device-width: 767px) 
  and (orientation: landscape) {
    .counter_ctm div#count_pre:before {
        right: 35% !important;
    }
    .counter_ctm div#count_k:before {
    right: 40% !important;
    }
    .faq_mn .accordion:after {
    top: 2px !important;
    left: 7px !important;
    }
    .test_get_touch_hd h6 a {
    left: 17% !important;
    }
    .contact_couress_cont h5 a {
    top: 81% !important;
    font-size: 10px;
    padding: 10px 0;
    width: 127px
    }
    .faq_mn .accordion:after {
    top: 6px !important;
    left: 7px !important;
    }
    .wht_ct h5 a {
    top: unset !important;
    transform: translate(-50%) !important;
    bottom: 20px !important;
    }   
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1112px) 
  and (orientation: landscape) {
      
     .faq_mn .panel p {
    font-size: 12px !important;
    }
    .financial h4 {
    padding: 15px 38px 0 90px;
    font-size: 18px
    }
    .industry h4 {
    padding: 15px 38px 0 90px;
    font-size: 18px
    }
    .hands h4 {
    padding: 25px 38px 0 90px;
    font-size: 18px
    }
    .counter_ctm div#count_pre:before {
    content: "%";
    position: absolute;
    right: 50px;
    }
    
  }
  
  /*menu animation css*/
/*  ul#head_menu li a:hover::after {*/
/*width: 100%;*/
/*}*/
/*ul#head_menu li a::after {*/
/*content: '';*/
/*display: block;*/
/*width: 0;*/
/*height: 2px;*/
/*background: #ffb606;*/
/*transition: width .3s;*/
/*margin: 5px 0 0 0;*/
/*}*/

#modal__video .modal-header {
  padding-bottom: 40px;
}
#modal__video .modal-dialog iframe {
  min-height: 80vh !important;
}
@media all and (max-width: 767px) {
  #modal__video .modal-dialog iframe {
    min-height: 0 !important;
  }
}
#modal__video .close {
  color: #ffffff;
}
#modal__newsletter {
  background: rgba(0, 0, 0, 0.7);
}
#modal__newsletter .modal-content {
  background-color: #f9f9fa;
}
#modal__newsletter .modal-body {
  padding: 15px 50px 15px 15px;
}
#modal__newsletter .title {
  color: #444444;
  font-weight: 400;
  text-align: center;
  font-size: 30px;
  line-height: 36px;
  padding: 20px;
}
@media all and (max-width: 400px) {
  #modal__newsletter .title {
    font-size: 20px;
    line-height: 26px;
  }
}
.modal-content {
  background-color: #000000;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.modal-content iframe {
  border: none;
}
.modal-dialog {
  width: 100%;
  max-width: 80%;
}
@media all and (max-width: 1200px) {
  .modal-dialog {
    max-width: 80%;
  }
}
@media all and (max-width: 767px) {
  .modal-dialog {
    max-width: 95%;
  }
}
.modal-dialog iframe {
  display: block;
  width: 100% !important;
  min-height: 90vh !important;
}
@media all and (max-width: 767px) {
  .modal-dialog iframe {
    min-height: 0 !important;
  }
}
.modal-header {
  border-bottom: none;
  padding: 0;
}
@media all and (max-width: 600px) {
  .modal-header {
    padding-top: 20px;
  }
}
.modal-header .close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  color: #000000;
  font-weight: bold;
  font-weight: 300;
  text-shadow: none;
  opacity: 1 !important;
  font-size: 30px;
}
@media all and (max-width: 600px) {
  .modal-header .close {
    top: 10px;
    right: 10px;
  }
}
.videolist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
}
@media all and (max-width: 767px) {
  .videolist {
    display: block;
  }
}
.videolist .item {
  cursor: pointer;
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 30px;
  height: 300px;
  position: relative;
  color: #ffb607;
  text-decoration: none;
  text-align: center;
}
@media all and (max-width: 767px) {
  .videolist .item {
    width: 100%;
    margin-right: 0;
  }
}
.videolist .item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.videolist .item:nth-child(3n+3) {
  margin-right: 0;
}
.videolist .item:hover:before {
  background: rgba(0, 0, 0, 0.5);
}
.videolist .item:hover .icon__play {
  opacity: 1;
}
.videolist .icon__play {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 50px;
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: block;
  z-index: 2;
}








